@charset "utf-8";
.card-header {
    padding: 10px 4px 0;
}

.img-center {
    margin-bottom: 10px;
}

.header-products {
    padding: 10px 140px 10px 140px;
    color: #fff;
    font-size: 20px;
    font-family: "HanSan_Bold";
    font-weight: bold;
}

.card-content {
    border-top: none;
    padding: 20px;
}

.wrapp-btn {
    text-align: center;
    margin-top: 50px;
}

.wrapp-btn a {
    display: inline-block;
    font-weight: bold;
    width: 90%;
    max-width: 500px;
    font-size: 18px;
}

.inner-row.detail-of-product > * {
    padding: 5px;
    margin-top: 0!important;
}

.inner-row.detail-of-product img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.inner-row h3 {
    font-size: 16px;
}

.ingredient-text {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.ingredient-text span {
    white-space: nowrap;
}

.inner-row p {
    width: 100%;
    font-size: 12px;
    font-family: "HanSan_Regular";
    font-weight: normal;
}

.composition {
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row-text {
    font-size: 12px;
    font-family: "HanSan_Regular";
    font-weight: normal;
}

.composition li {
    border: 1px solid #007a3e;
    margin-right: 8px;
    text-align: center;
    font-family: "HanSan_Bold";
    font-size: 10px;
}

.composition li:last-child {
    margin-right: 0;
}

.composition li span {
    display: inline-block;
    padding: 2px 4px;
}

.composition li .left {
    background: #d9ebe2;
}

.header-section {
    color: #fff;
    text-align: center;
    margin: 20px -20px 20px;
    font-family: "HanSan_Bold";
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.discerning-ingredients span {
    font-family: "HanSan_Bold";
    font-weight: bold;
}

.discerning-ingredients .more-btn {
    margin: 35px 0 45px 0;
    text-align: center;
}

.discerning-ingredients .more-btn a {
    padding: 10px 20px;
    background: #ffc915;
    color: #007a3e;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 80%);
    transition: .3s ease-in-out;
    display: inline-block;
}

.discerning-ingredients .more-btn a:hover {
    color: #fff;
    background: #007a3e;
}

@media only screen and (max-width: 767px) {
    section.first-section {
        padding-top: 0;
        background-color: #fff;
    }

    .products-wrap {
        background-color: transparent;
        box-shadow: none;
    }

    .card-header {
        padding: 18px 0px 0;
        /* overflow: hidden; */
        background-color: #ffc915;
        box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
        border-radius: 0;
        margin: 0 -20px 16px;
    }

    .header-products {
        padding: 10px 0;
        font-size: 3.85vw;
        text-align: center;
    }

    .card-header .img-center {
        display: block;
        margin: 0 auto 10px;
    }

    .card-content {
        border: none;
        background: transparent;
        padding: 0;
    }

    .card-content .sp-only,
    .card-content .ineer-row.detail-of-product.sp-only {
        display: none;
    }

    .card-content h3 {
        width: 100%;
        font-size: 3.8vw;
    }

    .composition {
        justify-content: center;
    }

    .composition li {
        margin-bottom: 8px;
        width: 45%;
        display: flex;
    }

    .composition li:nth-child(2n) {
        margin-right: 0;
    }

    .composition li span {
        width: 50%;
    }

    .detail-of-product .thumbnail {
        width: 50%;
    }

    .pc-only {
        display: none;
    }
}