section.products {
    padding-top: 668px;
    position: relative;
    margin-bottom: 88px;
}

.products-bg {
    position: absolute;
    width: 100%;
    top: -156px;
    z-index: -1;
    opacity: 0.8;
}

.products-bg-0 {
    position: absolute;
    top: 156px;
    width: 100%;
    background: linear-gradient(180deg, #a6b476, #fff);

}

.products-bg-0:before {
    content: "";
    display: block;
    padding-top: 70%;
}

.products-cup {
    position: absolute;
    right: 62px;
    top: 148px;
    width: 311px;
    transform: rotate(-14deg);
}

.products-bg-1 {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.products-bg-2 {
    position: absolute;
    top: 0;
    width: 100%;
}

.products-bg-3 {
    position: absolute;
    top: 0;
    width: 100%;
}

.products-bg-4 {
    position: absolute;
    top: 0;
    width: 100%;
}

.products-bg img {
    width: 100%;
}

.products-flower {
    position: absolute;
    width: 333px;
    left: -33px;
    top: 550px;
    transform: rotate(54deg);
    opacity: 0.8;
}

.products h1 {
    font-size: 68px;
}

.products-cate {
    position: sticky;
    top: 100px;
}

.products-cate h2 {
    font-size: 30px;
    font-family: 'Lexend';
    margin-bottom: 30px;
    font-weight: 300;

}


.products-cate-item {
    margin-bottom: 10px;
    display: inline-block;
    position:relative;
    cursor:pointer;
    font-size:22px;
    user-select: none;
    padding-left:40px;
    margin-bottom:18px;
    font-family: 'Lexend';
    font-weight: 300;


}

.products-cate-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
}


.checkmark{
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:30px;
    background:#eee;
    border-radius:50%;
}
.products-cate-item:hover .checkmark{
    background:#ccc;
}
.checkmark:after{
    content:"";
    position:absolute;
    display:none;
}
.checkmark:after{
    top:50%;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 3px white;
    transform:translate(-50%,-50%) rotate(45deg);
}


.products-cate-item input:checked ~ .checkmark{
    background:#a6b476;
}

.products-cate-item input:checked ~ .checkmark:after{
    display:block;
}

.products-list {
    background: #bec7ac;
    padding: 14px;
}

.products-item {
    display: flex;
    margin-bottom: 25px;
    background: #d5d9c4;
}

.products-item-thumb {
    width: 275px;
    margin-right: 30px;
    flex: none;
}

.products-item-thumb-bg {
}

.products-item-thumb-bg:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.products-item-main {
    font-family: 'Lexend';
    padding: 16px 0;
}

.products-item-main h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
}

.products-item-summary {
    font-size: 14px;
    color: #4b4e43;
    font-weight: 300;
    margin-bottom: 28px;
}

.products-item-price {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

a.products-btn {
    display: inline-block;
    background-color: #FFFFFF;
    width: 150px;
    padding: 10px 0;
    text-decoration: none;
    color: #4f5248;
    text-align: center;
}

a.products-btn.show-more {
    margin-right: 14px;
}

a.products-btn.buy-now {
    background: #a6b476;
    color: #fff;
}



@media (max-width: 767px) {

    main section {
        overflow: hidden;
    }

    .products-bg-2 {
        position: absolute;
        top: 350px;
        width: 100%;
    }
    .products-bg-2 {
        position: absolute;
        top: 350px;
        width: 100%;
    }
    .products-bg-3 {
        position: absolute;
        top: 350px;
        width: 100%;
    }
    .products-bg-4 {
        position: absolute;
        top: 406px;
        width: 100%;
    }

    .products-item {
        background: #d5d9c4;
        flex-direction: column;
    }

    .products-item-thumb {
        width: 100%;
    }

    .products-item-main {
        /* font-family: 'Lexend'; */
        padding: 16px 10px;
    }
}