* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    background: #f8f8f8;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* BUTTON */
.btn {
    background: #c6a48b;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    width: fit-content;
}

/* HERO */
.hero {
    padding: 60px 0;
    background: #f2f2f2;
}

.hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero__image img {
    width: 100%;
}

.hero__icons {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.hero__icons-wrap {
    display: flex;
}

.hero__icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero__text h1 {
    line-height: 35px;
}

.price {
    font-size: 24px;
    font-weight: bold;
}

.hero__buy {
    margin-top: 20px;
}

/* BLOG */
.blog {
    padding: 60px 0;
    background: #c6a48b;
    color: #fff;
}

.blog__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.blog__image {
    text-align: center;
}

.blog__text p {
    padding-top: 10px;
}

/* .blog__image img {
     width: 100%; 
}
*/

/* PROBLEMS */
.problems {
    padding: 60px 0;
    background: #fff;
}

.problems__icon-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.problems__row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.problems__icon-block {
    width: 100%;

}

.problems__icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.problems__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.problems__solution {
    background-color: #c6a48b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}


.problems__solution p {
    padding: 20px;
}

.problems__solution img {
    margin: 0 20px;
    width: fit-content;
    margin-left: auto;
}

/* INGREDIENTS */
.ingredients {
    padding: 60px 0;
}

.ingredients__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ingredients h3 {
    margin-bottom: 10px;
    text-align: center;
}

.ingredients__icon-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.ingredients__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* TEXTURE */
.texture {
    padding: 60px 0;
    background: #fff;
}

.texture__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.texture img {
    width: 100%;
}

.texture__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.texture__text li {
    list-style: none;
    display: flex;
    align-items: center;
}

.texture__text img {
    width: 20px;
    margin-right: 10px;
}


/* REVIEWS */
.reviews {
    padding: 60px 0;
}

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.review {
    background: #fff;
    padding: 20px;
}

.miniprize {
    /* background-color: #f2f2f2; */
    background-image: url('../img/hs-page/desck-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mini__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.mini__image img {
    /* max-width: 400px; */
    margin: auto;
}

.mini__text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.labale__wrap {
    position: relative;
    top: 126px;
    left: 314px;
    width: fit-content;
}

.miniprize__iconbox-wrap.desctop {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.miniprize__iconbox-wrap.mobile {
    display: none;
}

.miniprize__iconbox-text {
    font-size: 0.7em;
    line-height: 1em;
}

.miniprize__iconbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    align-content: space-around;
    gap: 10px;
}

section {
    margin-bottom: 0 !important;
}


/* 📱 MOBILE */
@media (max-width: 768px) {

    .problems__row,
    .mini__grid,
    .hero__grid,
    .blog__grid,
    .texture__grid,
    .cta__grid {
        grid-template-columns: 1fr;
    }

    .miniprize,
    .texture,
    .blog,
    .hero,
    .problems {
        margin-bottom: 0;
    }

    .hero__icons-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .hero__icons-wrap .hero__icon-box {
        width: 50%;
    }

    .labale__wrap {
        left: 250px;
    }

    .problems__grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .ingredients__grid {
        grid-template-columns: 1fr;
    }

    .reviews__grid {
        grid-template-columns: 1fr;
    }

    .hero__icons {
        flex-direction: column;
    }

    .problems__solution {
        width: 100%;
    }

    .problems__icon-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .problems__icon-box {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
    }

    .problems {
        padding-bottom: 0;
    }

    .cta img {
        max-width: 280px;
    }

    .miniprize {
        padding: 20px 0;
        background-image: url('../img/hs-page/mob-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mini__grid {
        gap: 0;
    }

    .miniprize__iconbox-wrap.mobile {
        display: flex;
    }

    .miniprize__iconbox-wrap.desctop {
        display: none;
    }

    .miniprize__iconbox-text {
        font-size: 0.5em;
        line-height: 1em;
    }

    .cta {
        padding: 0;
    }

    .blog {
        background: #c6a48b;
        color: #fff;
    }
}