/* Theme: Alchemist / Theme CSS / Updated: 06/09/21 */

/* Hide variants on Mesa Sessions (z: 14291) */
.productvariants.product-mesasessions {
    display: none;
}

.block {
    padding-top: 0;
    padding-bottom: 0;
}
.block-content {
    max-width: none;
    padding: 0;
}

a:hover {
    color: var(--primary);
    text-decoration: none;
}
:focus {
    outline: none;
}

:root {
    --deposit-text: #C68443;
    --deposit-bg: #FEF4EA;
    --promo-text: #4EBB54;
    --promo-bg: #E8FFE9;
    --limited-text: #0E5FB7;
    --limited-bg: #ECF5FF;
    --booking-bar-height: 65px;
    --menu-height: 0px;
}
html {
    font-size: 14px;
    overflow-x: hidden;
}
body:not(.cart-shop) {
	position: relative;
    overflow-x: hidden;
}
body:not(.cart-shop), .label-big, .label-small, .label-small-uppercase {
    font-weight: normal;
}

.text-field h1, .text-field h2, .text-field h3, .text-field h4, .text-field h5, .text-field h6 {
    margin-bottom: 0.5rem;
}
.text-field p {
    margin-bottom: 0.8rem;
}
.text-big, .text-big p {
    font-size: 24px;
    line-height: 21.6px;
}
.text-small {
    font-size: 1rem;
    line-height: 1.375;
}
.text-quote {
    font-size: 1.25rem;
    line-height: 1.4;
    font-style: italic;
}
.label-big {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.0625em;
}
.label-small {
    font-size: 0.8rem;
    line-height: 1.33;
    letter-spacing: 0.0833em;
}
.label-small-uppercase {
    font-size: 0.8rem;
    line-height: 1.33;
    letter-spacing: 0.166em;
    text-transform: uppercase;
}
.label-banner {
    text-transform: uppercase;
    padding: 0.416em 0.833em;
    display: inline-block;
}
.banner-deposit {
    background-color: var(--deposit-bg);
    color: var(--deposit-text);
}
.banner-promo {
    background-color: var(--promo-bg);
    color: var(--promo-text);
}
.banner-limited {
    background-color: var(--limited-bg);
    color: var(--limited-text);
}
.button {
    font-size: 1rem;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s ease;
    font-family: var(--headings-font-family);
}
.button.w-50 {
    padding: 1em 1em;
}
.button-primary-solid {
    position: relative;
    min-width: 208px;
    height: 44px;
    padding: 10px 21px;
    color: #ecdec3;
    font-size: 26px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    border: 1px solid #463f42;
    background-color: #d9674f;
    border-radius: 0.38461538461538464em;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
}
.button-primary-outline {
    padding: 1em 2.1875em;
    color: var(--primary) !important;
    border: solid 1px var(--primary);
}
.button-white-outline {
    padding: 1em 2.1875em;
    color: #fff !important;
    border: solid 1px #fff;
}
.button-white-solid {
    padding: 1em 2.1875em;
    background-color: #fff;
    color: #000 !important;
    border: solid 1px #fff;
}
.button-disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.button-white-outline:hover, .button-white-solid:hover {
    background-color: var(--primary);
    border-color:  var(--primary);
    color: #fff !important;
}
.button-primary-solid:hover, .button-primary-outline:hover {
    opacity: 0.7;
}
.img-aspect {
    position: relative;
    width: 100%;
}  
.img-aspect:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}  
.img-aspect-wide:after {
    padding-bottom: 66.6%;
}  
.img-aspect-xwide:after {
    padding-bottom: 40%;
}  
.img-aspect-tall:after {
    padding-bottom: 125%;
}  
.img-aspect-video:after {
    padding-bottom: 56.25%;
} 
.img-aspect img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.img-aspect .iframe-container {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bg-body-bg {
    background: var(--body-bg);
}
.text-body {
    color: var(--body-color);
}
.text-body-bg {
    color: var(--body-bg);
}
.cursor-pointer {
    cursor: pointer;
}
.reduce-opacity {
    opacity: 0.6;
}
.collapsed .accordionToggle {
    transform: rotate(270deg);
}
.swiper-next svg path, .swiper-prev svg path, .accordionToggle path, #view-gallery svg path, .view-gallery-button svg path, .hover-arrow-right svg path, .hover-arrow-right:hover svg circle {
    transition: all 0.3s ease;
}
.swiper-next:hover svg path, #view-gallery:hover svg path, .view-gallery-button:hover svg path, .hover-arrow-right:hover svg path {
    transform: translateX(8%);
}
.swiper-prev:hover svg path {
    transform: translateX(-8%);
}
.accordionToggle:hover path, #faqAccordion .cursor-pointer:hover svg path {
    transform: translateY(8%);
}
@media (max-width: 767px) {
    html {
        font-size: 12.44px;
    }
    h1, h2 {
        line-height: 1;
    }
    .text-quote {
        font-size: 1.15rem;
    }
    .label-big {
        font-size: 1.15rem;
        line-height: 1.35;
    }
    .label-small {
        font-size: 1rem;
    }
    .label-small-uppercase {
        font-size: 1rem;
    }
}

.genie-block {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.max-width-small {
    max-width: 28rem;
}
.max-width-med {
    max-width: 43rem;
}
@media (max-width: 767px) {
    .hide-sm {
        display: block;
        visibility: hidden;
        height: 5px;
    }
}



/* 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: 6.25rem;
    padding-bottom: 6.25rem;
}
#footer {
    padding-bottom: var(--booking-bar-height) !important;
}
.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 {
    margin: 1.5%;
}

.product-hero-block {
    border-radius: 16px;
    border: 2px solid #413634;
    justify-content: center !important;
    width: 97%;
    min-height: 60vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 1.5% !important;
}

.product-hero-inner {
    position:relative;
    width: 100% !important;
    text-align: center;
}

.product-hero-inner p.text-big {
    font-family: "Phosphatepro-solid";
    color: #ECDEC3;
    -webkit-text-stroke: 1.5px #3B3539;
}

#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;
    }
}

#product-bookingbar {
    display: none;
}

.swiper-next, .swiper-prev {
    cursor: pointer;
}
.swiper-controls {
    margin-top: -1rem;
}

.hero-country,
.hero-dates {
    background-color: #ECDEC3;
    padding: 3px 16px 7px;
    border: 1px solid #3B3539;
    border-radius: 16px;
    text-transform: uppercase;
    color: #3b3639;
    font-family: 'PHOSPHATEPRO-SOLID';
    font-size: 15px;
    line-height: 14px;
}

div#view-gallery {
    display: none !important;
}

.gallery-img img {
    border-radius: 20px;
    border: 2px solid #3B3539;
    box-shadow: -8px 8px 0px 0px #3b3539;
}

.img-aspect img {
    border-radius: 32px;
    border: 15px solid #D9674F;
}

.img-style-1 {
    position: relative;
    width: 100%;
    padding: 0.3em;
}

.include-wrap {
    position: relative;
    padding-top: 1.5em;
    padding-bottom: 2.9em;
    text-align: center;
}

.include-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.4em;
    background: url(https://raw.githubusercontent.com/fixershq/canvas-themes/master/src/Seller%20Sites/Meadows/image_2020/@2x/news-bg-decor.jpg) 0 0 repeat-x;
    background-size: contain;
}

@media (min-width: 576px) {
    .include-wrap {
        padding-top: 2em;
        padding-bottom: 3.8em;
    }

    .include-wrap::after {
        height: 1.8em;
    }
}

@media (min-width: 768px) {
    .include-wrap {
        padding-top: 2.5em;
        padding-bottom: 4.6em;
    }

    .include-wrap::after {
        height: 2.1em;
    }
}

@media (min-width: 992px) {
    .include-wrap {
        padding-top: 5em;
        padding-bottom: 7.8em;
    }

    .include-wrap::after {
        height: 2.8em;
    }
}

.include-wrap h3 {
    margin-bottom: 0.75em;
}

.include-list-item {
    display: inline-block;
    margin-top: 2.5em;
    padding: 0.35714em;
    color: #3c332d;
    font-size: 0.7em;
    font-weight: 400;
    font-family: "dmsans-regular", sans-serif;
    line-height: 1.21429em;
    text-transform: uppercase;
    list-style-type: none;
    vertical-align: top;
    text-align: left;
}

.include-list-item::before {
    content: "";
    position: relative;
    top: -5px;
    display: inline-block;
    width: 2em;
    height: 1.92857em;
    margin-right: 1.42857em;
    vertical-align: top;
    background: url(https://raw.githubusercontent.com/fixershq/canvas-themes/master/src/Seller%20Sites/Meadows/image_2020/@2x/icons/include-list.png) 0 0 no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    .include-list-item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .include-list-item {
        width: auto;
    }
}