/****************
Button Override (Desktop)
****************/

@media (min-width: 800px) {
    .button {
        font-size: 22px;
    }
}

/**********
Bundle
 */


/*********
Asked
 */

#asked {
    background-color: #fdfbf7;
}

#askedInner {
    padding: 50px 20px;
    position: relative;
}

.askedTitle {
    color: #282a29;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.askedTitle:last-of-type {
    margin-bottom: 0;
}

.askedTitle span {
    color: #d18371;
}

#askButton {
    background-color: #bead96;
    font-weight: 900;
    margin-top: 30px;
}

@media (max-width: 800px) {
    .askedTitle {
        font-size: 23px;
    }
}

/*******
Catch
 */

#catch {
    background-color: #f5ead7;
}

#catchInner {
    padding: 70px 20px 60px;
}

#catchGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    margin-bottom: 45px;
}

.catchItem {
    display: flex;
    flex-direction: column;
    position: relative;
}

.catchItemBadge {
    --size: 120px;
    --offset: 55px;
    position: absolute;
    top: calc(-1 * var(--offset));
    height: var(--size);
    width: var(--size);
    background-color: var(--sale);
    color: white;
    font-weight: 900;
    font-size: 34px;
    border-radius: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.catchItemBadge.left {
    left: calc(-1 * var(--offset));
}

.catchItemBadge.right {
    right: calc(-1 * var(--offset));
}

.catchItemHeader {
    display: flex;
    flex-direction: column;
    border: 2px solid #9b6d57;
    border-bottom: none;
    border-radius: 48px 48px 0 0;
}

.catchItemHeaderImage {
    display: block;
    width: 100%;
}

.catchItemHeaderContent {
    padding: 20px;
    background-color: white;
    border-radius: 48px 48px 0 0;
}

.catchItemHeaderTitle {
    font-weight: 900;
    color: #a37b67;
    font-size: 34px;
    text-align: center;
    margin-bottom: 5px;
}

.catchItemHeaderTitle .highlight::before {
    background-color: #eedcc9;
}

.catchItemHeaderAge {
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}

.catchItemHeaderBody {
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
    font-size: 18px
}

.catchItemBody {
    background-color: white;
    padding: 30px 45px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: 2px solid #9b6d57;
    border-top: none;
    border-radius: 0 0 48px 48px;
}

.catchItemBodyTitle {
    font-family: Playfair Display;
    font-size: 25px;
    color: #302d2b;
    margin-bottom: 32px;
}

.catchItemBodyDescription {
    line-height: 1.7;
    margin-bottom: 32px;
}

.catchItemBodyButton {
    color: #212120;
    margin: auto auto 0;
    letter-spacing: 1px;
}

.catchItemBodyButton {
    background-color: #d9c4af;
}

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

    #catchGrid {
        grid-template-columns: 1fr;
        row-gap: 30px;
        margin-bottom: 0;
    }

    .catchItemBadge {
        --size: 80px;
        --offset: 10px;
        font-size: 22px;
    }

    .catchItemBody {
        padding: 20px;
    }

    .catchItemBodyTitle {
        font-size: 20px;
    }

    .catchItemBodyButton {
        font-size: 14px;
        padding: 12px 20px;
        width: 100%;
        white-space: normal;
    }


}

/******
Save
 */

#save {
    background-color: #af6248;
}

#saveInner {
    padding: 40px 20px;
}

.saveTitle {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    color: white;
}

.saveTitle.mb {
    margin-bottom: 40px;
}

.saveTitle.bold {
    font-weight: 900;
}

.saveTitle .highlight::before {
    background-color: #ce9a96;
}

#saveButton {
    background-color: #b89e8c;
    font-weight: 900;
}

@media (max-width: 800px) {
    .saveTitle {
        font-size: 24px;
    }

    .saveTitle.mb {
        margin-bottom: 20px;
    }
}


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

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

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

#reviewsInner {
}

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

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

#reviewsSlider {
    margin-bottom: 30px;
}

#reviewsSlider .swiper-slide {

}

.reviewsItem {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.reviewsItemBody {
    font-size: 18px;
    margin-bottom: 10px;
}

.reviewsItemBy {
    font-size: 14px;
}

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

@media (max-width: 800px) {
    #reviewsTitle {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #reviewsRelative {
        padding: 0;
    }

    #reviewsSlider {
        margin-bottom: 10px;
    }

    #reviewsPrev,
    #reviewsNext {
        display: none;
    }

    .reviewsItemBody {
        font-size: 14px;
    }

}

/*********************** Questions *********************/

#questions {
    padding: 50px 20px;
    background-color: #f5e1d8;
}

/****************** Instagram **********************/

#instagram {
    background-color: #fdfbf7;
}