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

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1000px;
    }
}
body {
    overflow-x: unset !important;
}
section {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}
#footer {
    padding-bottom: var(--booking-bar-height) !important;
}
.label-jumpbar {
    font-size: 1rem;
    line-height: 1.33;
    letter-spacing: 0.0625em;
    color: #666;
}
.label-jumpbar.active {
    color: var(--primary);
}
#product-jumpbar.sticky-top {
    top: -1px;
}
@media (max-width: 767px) {
    #product-jumpbar {
        padding: .5rem 0;
    }
    .label-jumpbar {
        line-height: 1;
        padding: 0.75rem 1rem !important;
    }
}
.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-hero-inner h1 {
    margin-top: 2rem;
}
#product-overview p {
    white-space: pre-line;
}
#includedAccordion .cursor-pointer:hover svg path {
    transform: translateY(8%);
}
@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;
}
.blog-author-image {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.accommodation-card-text {
    background-color: #fff;  
}

#product-overview, .tip-card, #product-schedule, #product-hosts, .multiple-accom-card-text, .included-header, #product-location {
    background-color: #fff;
}

.included-container h5 {
    font-size: 2rem;
    position: relative;
    top: 0.5rem;
}

#product-bookingbar h5 {
    font-size: 2.25rem;
    margin-bottom: -.5rem;
}



/* Highlights */
.highlights-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 24px;
}

.highlight-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.highlight-card h3 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    background: white;
    font-family: "Savoye optimized" !important;
    font-size: 2rem !important;
    line-height: 1.125;
    padding: 20px;
    flex-grow: 1;
}

.highlight-card .image {
    aspect-ratio: 16/8;
    overflow: hidden;
}

.highlight-card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
}

@media (min-width: 768px) {
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Host cards */
.host-card {
    display: flex;
    flex-direction: column;
    gap: 66px;
    align-items: center;
    margin-bottom: 42px;
}
.host-card:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .host-card {
        flex-direction: row;
    }
}

.host-card .host-image {
    aspect-ratio: 1/1;
    overflow: hidden;
    width: 400px;
    flex-shrink: 0;
}

.host-card .host-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* GALLERY */
.button.gallery-button {
    padding: 16px 35px;
    background: #6B7090;
    color: #fff;
    font-family: 'Avenirnextltpro-regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 767px) {
  body #hubspot-messages-iframe-container {
    bottom: 80px !important;
  }
}