.gambar {
    background-color: white;
    width: 100%;
    height: 200px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.kategori {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #e8070f;
    color: white;
    padding: 3px 4px;
    border-radius: 7px;
}

.hargaProduk {
    font-size: 19px;
    font-weight: bold !important;
    color: rgb(51 65 85);
}

.produks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.produk {
    height: 300px;
    margin: 0px 0px 15px 0px;
}

.judulProduk {
    font-size: 17px;
    color: rgb(51 65 85);
}

.item {
    width: 20%;
}

@media screen and (max-width: 1023px) {
    .produks {
        justify-content: space-between;
    }

    .item {
        width: 45%;
    }
}

@media screen and (max-width: 460px) {
    .item {
        width: 48%;
    }

    .produk {
        height: 215px;
    }

    .gambar {
        background-color: white;
        width: 100%;
        height: 120px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-size: cover;
    }

    .hargaProduk {
        font-size: 15px;
    }

    .judulProduk {
        font-size: 14px;
    }
}
