/* TOTAL PAGE CSS */

section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
footer {
    padding-bottom: var(--booking-bar-height) !important;
}
/* TOTAL PAGE CSS END */

/* HERO START */
.product-hero-top {
    min-height: 400px;
}
.product-hero-snow {
    min-height: 200px;
    background-image: url('https://s3-eu-west-1.amazonaws.com/canvas-themes/Seller+Sites/Rise/Rise+2020/Design+Assets/snow.svg');
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;
}
@media (max-width: 767px) {
    .product-hero-snow {
        background-image: url('https://s3-eu-west-1.amazonaws.com/canvas-themes/Seller+Sites/Rise/Rise+2020/Design+Assets/snow-mobile.svg');
    }
}
/* HERO END */

/* OVERVIEW */
#product-overview p {
    white-space: pre-line;
}
/* OVERVIEW END */

/* HIGHLIGHTS START */
.highlights-card .bottom-left {
    bottom: 0;
    left: 0;
}
.highlights-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47.7%, rgba(255, 255, 255, 0.89) 100%);
} 
/* HIGHLIGHTS END */

/* HOSTS START */
.hosts-card {
    opacity: 0.3;
}
.swiper-slide-active .hosts-card {
    opacity: 1;
}
.hosts-card .img-aspect {
    box-shadow: 0px 5px 15px rgba(45, 64, 75, 0.07);
}
.hosts-overlay {
    background-color: var(--blue-turquoise);
    opacity: 0.3;
}
/* HOSTS END */

/* SCHEDULE START */
@media (max-width: 991px) {
    .schedule-card-text {
        margin-top: -2rem;
    }
}
/* SCHEDULE END */

/* ACCOMMODATION START */
.accommodation-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 100%) 100%);
}
/* ACCOMMODATION END */

/* LOCATION START */
.location-image {
    object-fit: contain;
}
.product-location-block {
    height: 600px;
}
.product-location-content {
    margin-top: -600px;
}
@media (max-width: 767px) {
    .product-location-block {
        height: 400px;
    }
    .product-location-content {
        margin-top: -400px;
    }
}

/* EXTRAS START */
#product-extras .text-white {
    color: #fff !important;
}

/* BOOKING BAR */
@media (min-width: 768px) {
    .booking-bar-banners .label-banner:not(:last-of-type) {
        margin-right: .5rem !important;
    }
}
@media (max-width: 767px) {
    #product-bookingbar .button {
        padding: 0.7rem 1.4rem;
    }
}

.__flowai_launcher__--bubble {
   bottom: 93px !important;
   right: 10px !important;
}
@media (max-width: 991px) {
    .__flowai_launcher__--bubble {
        bottom: 88px !important;
    }
}