.section-product__feed {
    display: block;
    padding: 40px 0
}

.section-product__feed--title {
    margin-bottom: 30px
}

.section-product__feed--title h2 {
    color: #1e252c;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: normal
}

.product__feed-tabs--nav {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    position: relative
}

.product__feed-tabs--nav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e1
}

.product__feed-tabs--nav::-webkit-scrollbar {
    display: none
}

.product__feed-tabs--nav-btn {
    padding: 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18.46px;
    letter-spacing: -.02em;
    text-align: center;
    text-transform: uppercase;
    color: #232013;
    flex: 1;
    position: relative;
    transition: .2s ease-in;
    min-width: max-content
}

.product__feed-tabs--nav-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e8e8e1;
    z-index: 1;
    opacity: 0;
    transition: .2s ease-in
}

.product__feed-tabs--nav-btn:hover:before {
    opacity: 1
}

.product__feed-tabs--nav-btn.tabs--nav-btn-active:before {
    background: #735846;
    opacity: 1
}

.product__feed-tabs--nav-btn span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 4px 6px;
    border-radius: 40px;
    border: 1px solid #1E252C;
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    text-align: center
}

.product__feed-tabs--contents {
    margin-top: 30px
}

.product__feed-tabs--content-box {
    display: none
}

.product__feed-tabs--content-box.tabs--content-active {
    display: block
}

.product__feed-tabs--content-products {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.product__feed-tabs--content-products .grid__item {
    padding: 0;
    margin: 0;
    width: calc(50% - 8px)
}

.product__feed-tabs--bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px
}

.product__feed-tabs--bottom a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 20px;
    height: 56px;
    background: #735846;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    text-transform: uppercase
}

.product__feed-tabs--bottom p {
    margin: 15px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #1e252c
}

.section-product__feed--description {
    font-size: 15px;
    line-height: 22.5px;
    color: #666;
    margin-top: 8px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word
}

@media screen and (min-width: 430px) {
    .product__feed-tabs--bottom a {
        min-width: 390px
    }
}

@media screen and (max-width: 768px) {
    .product__feed-tabs--bottom a {
        width: 100%
    }
}

@media screen and (min-width: 990px) {
    .section-product__feed {
        padding: 60px 0
    }

    .section-product__feed--title {
        margin-bottom: 35px
    }

    .section-product__feed--title h2 {
        font-size: 37px;
        line-height: 60px
    }

    .product__feed-tabs--contents,
    .product__feed-tabs--bottom {
        margin-top: 40px
    }

    .product__feed-tabs--content-products .grid__item {
        width: calc(25% - 12px)
    }
}
