.warna1 {
    background-color: #876445;
}

.warna2 {
    background-color: #CA965C;
}

.warna3 {
    background-color: #EEC373;
}

.warna4{
    background-color: #F4DFBA;
}

.warna5{
    background-color: #ede4d4;
}

.banner{
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url('../image/apa.jpg');
}

.highlighted-kategori{
    height: 300px;
}

.kategori-baju-pria{
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url('../image/baju-pria.jpg');
    background-size: cover;
    background-position: center;
}

.no-decoration {
    text-decoration: none;
    color: white;
}

.no-decoration:hover{
    color: #EEC373;
}
.text-harga{
    font-size: 20px;
    color: #CA965C;
}

.image-box{
    height: 200px;
}

.image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.content-subscribe{
    background-color: rgba(0, 0, 0,0.7);
}

.banner2{
    height: 30vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url('../image/apa.jpg');
    background-position: 0% 0%;
}

.produk-terkait-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-png{
    height: 40px;
    width: 40px;
}