.hero__content {
    width: 100%;
}

.hero__content .swiper {
    width: 100%;
}

.hero__content .swiper .swiper-slide img {
    display: flex;
    width: 100% !important;
    height: auto !important;
}

.welcome {
    padding: 80px 0;
}

.welcome .welcome__content {
    display: flex;
    flex-direction: column;
    gap: 10px 10px;
}

.welcome .welcome__subtitle {
    text-align: center;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.3em;
    color: #c1955d;
    font-family: 'greatVibes';
}

.welcome .welcome__text {
    font-size: 1.375rem;
    font-weight: normal;
    max-width: 800px;
    text-align: center;
    line-height: 1.2em;
    font-family: 'playFairRegular';
    color: rgba(77, 66, 58, 0.76)
}

@media only screen and (max-width: 768px) {
    .welcome .welcome__text {
        font-size: 1rem;
        margin-top: 12px;
    }
}

.welcome .welcome__cta {
    font-size: 0.875rem;
    margin-top: 20px;
    padding: 15px 25px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4c423a;
    border: 1px solid #4c423a;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

    &:hover {
        color: #fff;
        background-color: #4c423a;
    }
}

.trending-products {
    padding-bottom: 180px;
}

.trending-products .trending-products__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    place-content: center;
}

@media only screen and (max-width: 768px) {
    .trending-products .trending-products__content {
        grid-template-columns: 1fr;
    }
}

.trending-products .trending-products__content .odd {
    transform: translateY(120px);
}

@media only screen and (max-width: 768px) {
    .trending-products .trending-products__content .odd {
        transform: translateY(0);
    }
}

.trending-products .trending-products__content .trending-products__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .trending-products .trending-products__content .trending-products__box img {
        width: 60%;
        margin-inline: auto;
    }
}

.trending-products .trending-products__content .trending-products__box .trending-products__details {
    display: grid;
    place-content: center;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .trending-products .trending-products__content .trending-products__box .trending-products__details {
        grid-template-columns: 1fr;
    }
}

.trending-products .trending-products__content .trending-products__box .trending-products__details .trending-products__name {
    line-height: 1.2em;
    color: #4c423a;
    font-size: 1.625rem;
    font-weight: normal;
    font-family: 'playFairRegular';
}

.trending-products .trending-products__content .trending-products__box .trending-products__details .trending-products__description {
    color: #4c423a;
    font-size: 1.125rem;
    font-weight: normal;
    font-family: 'playFairRegular';
    font-style: italic;
}

.trending-products .trending-products__content .trending-products__box .trending-products__details .trending-products__price {
    color: #4c423a;
    font-size: 1.225rem;
    font-weight: normal;
    font-family: 'playFairRegular';
}

.view-menu .view-menu__content {
    width: 100%;
    height: 100dvh;
    position: relative;
    background-image: url('../assets/home-hero-slide-4.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.view-menu .view-menu__content .view-menu__details {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
    justify-content: space-between;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .view-menu .view-menu__content .view-menu__details {
        padding-inline: 20px;
    }
}

.view-menu .view-menu__content .view-menu__details .view-menu__details_header {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (max-width: 768px) {
    .view-menu .view-menu__content .view-menu__details .view-menu__details_header {
        width: 100%;
    }
}

.view-menu .view-menu__content .view-menu__details .view-menu__details_header .view-menu__details_header_title {
    line-height: 1.3em;
    font-size: 4.0625rem;
    font-weight: 400;
    font-family: 'playFairRegular';
}

@media only screen and (max-width: 768px) {
    .view-menu .view-menu__content .view-menu__details .view-menu__details_header .view-menu__details_header_title {
        font-size: 2.5rem;
    }
}

.view-menu .view-menu__content .view-menu__details .view-menu__details_header .view-menu__details_header_subtitle {
    line-height: 1.2em;
    font-size: 1.625rem;
    font-weight: normal;
    font-family: 'playFairRegular';
}

@media only screen and (max-width: 768px) {
    .view-menu .view-menu__content .view-menu__details .view-menu__details_header .view-menu__details_header_subtitle {
        font-size: 1.25rem;
    }
}

.view-menu .view-menu__content .view-menu__details .view-menu__details_header .view-menu__details_header_link {
    border: 1px solid #ffffff;
    font-size: 0.875rem;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    color: #ffffff;
    text-decoration: none;
}

.reviews {
    padding: 80px 0;
    max-width: 1200px;
    margin-inline: auto;
}

@media only screen and (max-width: 768px) {
    .reviews {
        padding: 40px 20px;
    }
}

.reviews .reviews__title {
    text-align: start !important;
    line-height: 1.3em;
    color: #4c423a;
    font-size: 60px;
}

@media only screen and (max-width: 768px) {
    .reviews .reviews__title {
        font-size: 32px;
    }
}

.reviews .reviews__subtitle {
    text-align: start !important;
    margin-top: 16px;
    line-height: 1.3em;
    color: #c1955d;
    font-size: 32px;
}

.reviews .review-swiper {
    width: 100%;
}

.reviews .reviews__content {
    margin-top: 36px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.reviews .reviews__content .reviews__box {
    height: auto;
}

.reviews .reviews__box .reviews__box_rating_star {
    color: #ccd6df;
    display: inline-block;
    font-family: eicons;
}

.reviews .reviews__box .reviews__box_rating_star i {
    cursor: default;
    display: inline-block;
    font-style: normal;
    position: relative;
    box-sizing: border-box;
    color: #c1955d;
}

.reviews .reviews__box .reviews__box_rating_text {
    margin-top: 20px;
    font-style: italic;
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #4c423a;
    font-family: 'playFairRegular';
}

@media only screen and (max-width: 768px) {
    .reviews .reviews__box .reviews__box_rating_text {
        font-size: 1em;
    }
}

.reviews .reviews__box .reviews__box_rating_name {
    font-size: 1em;
    margin-bottom: 20px;
    color: #4c423a;
    font-family: 'playFairRegular';
}

.most-popular {
    padding: 80px 15px 200px;
    max-width: 1200px;
    margin-inline: auto;
}

@media only screen and (max-width: 768px) {
    .most-popular {
        padding: 40px 20px 80px;
    }
}

.most-popular .most-popular__title {
    text-align: right;
    line-height: 1.4em;
    font-size: 5.25rem;
    font-weight: 400;
    font-family: 'playFairRegular';
    color: #4c423a;
    margin: 0 0 !important;
    border-top: 2px solid #4c423a;
    padding-top: 30px;
}

@media only screen and (max-width: 768px) {
    .most-popular .most-popular__title {
        font-size: 2.5rem;
    }
}

.most-popular .most-popular__subtitle {
    text-align: right;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.3em;
    color: #c1955d;
    font-family: 'greatVibes';
}

.most-popular .most-popular__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    place-content: center;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .most-popular .most-popular__content {
        grid-template-columns: 1fr;
    }
}

.most-popular .most-popular__content .most-popular__content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    font-family: 'playFairRegular';
}

.most-popular .most-popular__content .most-popular__content_box:nth-child(odd) {
    transform: translateY(80px);
}

@media only screen and (max-width: 768px) {
    .most-popular .most-popular__content .most-popular__content_box:nth-child(odd) {
        transform: translateY(0);
    }
}

.most-popular .most-popular__content .most-popular__content_box img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
}

.most-popular .most-popular__content .most-popular__content_box .most-popular__content_box_details {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.most-popular .most-popular__content .most-popular__content_box .most-popular__content_box_details .most-popular__content_box_details_name {
    line-height: 1.2em;
    color: #4c423a;
    font-size: 1.625rem;
    font-weight: normal;
    font-family: 'playFairRegular';
}

.most-popular .most-popular__content .most-popular__content_box .most-popular__content_box_details .most-popular__content_box_details_price {
    line-height: 1.2em;
    color: #4c423a;
    font-size: 1rem;
    font-weight: normal;
    font-family: 'playFairRegular';
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.most-popular .most-popular__content .most-popular__content_box .most-popular__content_box_details .most-popular__content_box_details_price p {
    font-style: italic;
    font-family: 'playFairRegular';
}

.benefits {
    width: 100%;
    /* height: 100dvh;
    position: relative;
    background-image: url('../assets/benefits-backdrop.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; */
}

/* @media only screen and (max-width: 768px) {
    .benefits {
        height: 70dvh;
    }
} */

.benefits .benefits__title {
    text-align: center;
    line-height: 1.3em;
    color: #4c423a;
    font-size: 60px;
    font-family: 'playFairRegular';
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .benefits .benefits__title {
        font-size: 32px;
    }
}

.benefits .benefits__content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    place-content: center;
    background: transparent;
    margin-top: 30px;
}

.benefits .benefits__content .benefits__content_box {
    text-align: center;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.benefits .benefits__content .benefits__content_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefits .benefits__content .benefits__content_box .icon {
    font-size: 2.5rem;
    color: #4c423a;
    margin-bottom: 20px;
}

.benefits .benefits__content .benefits__content_box h3 {
    font-family: 'playFairRegular';
    color: #4c423a;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
    .benefits .benefits__content .benefits__content_box h3 {
        font-size: 1.25rem;
    }
}

.benefits .benefits__content .benefits__content_box p {
    font-family: 'playFairRegular';
    color: #4c423a;
}

.benefits .benefits__content .benefits__content_left {
    width: 100%;
    height: 100dvh;
    padding: 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .benefits .benefits__content .benefits__content_left {
        height: 70dvh;
    }
}


.benefits .benefits__content .benefits__content_left img {
    width: 90%;
    aspect-ratio: 6/7;
    height: auto;
    object-fit: cover;
    object-position: left;
}

@media only screen and (max-width: 768px) {
    .benefits .benefits__content .benefits__content_left img {
        height: 70%;
        width: auto;
        position: absolute;
        left: 0;
        transform: translateX(-60%);
    }
}

.benefits .benefits__content .benefits-center-texts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.benefits .benefits__content .benefits-center-texts .common__subtitle {
    font-family: 'greatVibes';
    font-size: 40px;
    color: #4c423a;
}

@media only screen and (max-width: 768px) {
    .benefits .benefits__content .benefits-center-texts .common__subtitle {
        font-size: 20px;
    }
}


.benefits .benefits__content .benefits-center-texts .common__title {
    font-size: 4.0625rem;
    font-weight: 400;
    font-family: 'playFairRegular', serif;
    line-height: 1.3em;
    color: #c1955d;
}

@media only screen and (max-width: 768px) {
    .benefits .benefits__content .benefits-center-texts .common__title {
        font-size: 2.5rem;
    }
}

.contact-us {
    padding: 80px 0 0;
}

.contact-us .contact-us__title {
    text-align: center;
    max-width: 1200px;
    margin-inline: auto;
}

.contact-us .contact-us__title {
    text-align: center;
    line-height: 1.3em;
    color: #4c423a;
    font-size: 60px;
    font-family: 'playFairRegular';
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .contact-us .contact-us__title {
        font-size: 32px;
    }
}

.contact-us .contact-us__subtitle {
    text-align: center;
    line-height: 1em;
    color: #4c423a;
    font-size: 20px;
    font-family: 'playFairRegular';
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .contact-us .contact-us__subtitle {
        font-size: 16px;
    }
}

.contact-us .contact-us__content form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
    margin-top: 40px;
    margin-inline: auto;
    max-width: 600px;
}

.contact-us .contact-us__content form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
    margin-top: 40px;
    margin-inline: auto;
    max-width: 600px;
}

@media only screen and (max-width: 768px) {
    .contact-us .contact-us__content form {
        gap: 20px;
    }
}

.contact-us .contact-us__content form div {
    display: flex;
    gap: 40px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .contact-us .contact-us__content form div {
        flex-direction: column;
        gap: 20px;
    }
}

.contact-us .contact-us__content form input,
.contact-us .contact-us__content form textarea {
    width: 100%;
    font-size: 16px;
    font-family: 'playFairRegular';
    border: 1px solid #4c423a;
    border-radius: 999px;
    outline: none;
    padding: 15px 20px;
}

.contact-us .contact-us__content form button {
    width: 100%;
    font-size: 16px;
    font-family: 'playFairRegular';
    border: none;
    border-radius: 999px;
    outline: none;
    padding: 15px 20px;
    cursor: pointer;
    font-family: 'playFairRegular';
    background-color: #c1955d;
    color: #fff;
}