/******************
Hero 
******************/

#hero {
    position: relative;
}

#hero::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

#heroImage {
    display: block;
    width: 100%;
}

#heroInner {
    padding: 125px 20px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#heroTitle {
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 800;
    color: #f4f1e6;
    line-height: 1;
}

#heroDescription {
    text-align: center;
    font-size: 20px;
    max-width: 800px;
    margin: auto;
    color: #f4f1e6;
}

@media (max-width: 800px) {

    #heroImage {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: right;
    }

    #heroInner {
        padding: 100px 20px;
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
    }

    #heroTitle {
        font-size: 25px;
    }

    #heroDescription {
        font-size: 15px;
    }
}

/******************
Sample
***************/

#sample {
    padding: 22px 10px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    background-color: #f16350;
}

/**********
Yotpo Override
**********/

#yotpoStartReview {
    background-color: #D09790;
    margin-bottom: 30px;
}

#yotpo .yotpo-head {
    display: none !important;
}

#yotpo .yotpo-new-review-btn {
    display: none !important;
}

#yotpo .ugc-storefront-widgets-tabs-container {
    display: none !important;
}

#yotpo .yotpo-review-border-smooth {
    display: none !important;
}

.swal2-popup {
    border: 1px solid black;
    border-radius: 0;
}

.swal2-title {
    font-size: 24px;
    color: black;
}

.swal2-subtitle {
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}

.swal2-radio label {
    margin: 0 0.3em;
    font-size: 1em;
}

.swal2-styled.swal2-confirm {
    background-color: #D09790;
}

.swal2-step {
    position: absolute;
    bottom: 12px;
    right: 14px;
    line-height: 1;
    font-size: 17px;
    font-weight: bold;
}

/******* 
Yotpo Break
********/

#yotpoBreak {
    padding: 30px 20px;
    border-top: 1px solid #e3e3e3;
}

#yotpoBreakButton {
    letter-spacing: 1px;
    font-size: 18px;
    color: white;
}

/******* 
Reviews
********/

:root {
    --swiper-theme-color: #b38c72;
}

#reviews {
    padding: 40px 20px;
    background-color: #e8dfd6;
}

#reviewsInner {
}

#reviewsTitle {
    font-weight: 800;
    font-size: 24px;
    max-width: 715px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.4;
}

#reviewsRelative {
    position: relative;
    padding: 0 60px;
}

#reviewsSlider {
    margin-bottom: 30px;
}

#reviewsSlider .swiper-slide {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviewsImage {
    width: 100%;
    height: auto;
}

#reviewsRelative .swiper-button-next,
#reviewsRelative .swiper-button-prev {
    z-index: 0 !important;
}

#reviewsDots {
    position: unset;
    margin-bottom: 30px;
}

#reviewsDots .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
}

#reviewsButton {
    letter-spacing: 1px;
    font-size: 18px;
}

@media (max-width: 800px) {
    #reviewsTitle {
        font-size: 15px;
    }

    #reviewsRelative {
    }

    #reviewsSlider {
        margin-bottom: 0px;
    }

}