ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#img-utama {
    object-fit: cover;
    width: 100%;
    filter: blur(2px);
    transform: translate(0, -10px);
    margin-bottom: -20px;
}

.motif-batik {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#batik-container {
    overflow: hidden;
    position: relative;
}


nav {
    z-index: 2;
}

.bg-yellowish {
    background-color: #f7f7f7;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-text-sm {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* padding: 3rem; */
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
}

.product-container {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

.product-container-small {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

.badge-container {
    position: absolute;
    top: 36px;
    right: 24px;
    width: 40%
        /* You can adjust this size */
}

.badge-img {
    width: 100%;
    height: auto;
}

#teh-nampan-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
}

#img-teh-nampan {
    max-width: 100%;
    height: auto;
    width: 60%;
}

#flex-container {
    height: 100%;
}

#img-teh-nampan {
    height: auto;
}

#logo-teh-enak {
    margin-left: 48px
}

#gambar-pemisah {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hashtag-text {
    font-family: "Lemon", sans-serif;
    color: white;
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-left: 0;
}


.responsive-text {
    font-size: clamp(2.5rem, 5vw, 4rem);
    text-shadow: 1px 1px 5px #4b4b4b;
}

.resp-text-sm {
    font-size: clamp(1.5rem, 2vw, 3rem);
    text-shadow: 1px 1px 5px #4b4b4b;
    text-align: center;
    color: white;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
}

.ml6 {
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
}

.ml6 .text-wrapper {
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml6 .letter {
    display: inline-block;
    line-height: 1em;
}

.text-profile {
    display: inline-block;
}

.product-img-cont {
    padding: 0rem
}

.list-footer a {
    text-decoration: none;
    color: rgb(153, 153, 153);
}

.list-footer li {
    padding-bottom: 0.5rem;
}

.list-footer {
    color: rgb(153, 153, 153);
}

.subtitle-footer {
    letter-spacing: 2px;
    font-weight: 600;
    padding-bottom: 1rem;
}



@media only screen and (max-width: 768px) {
    #img-utama {
        height: 600px;
    }

    .motif-batik {
        height: 500px;
    }

    #text-best-seller {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .product-container {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .product-img-cont {
        padding: 15%
    }

    #logo-teh-enak {
        margin-left: 4px
    }

    #gambar-pemisah {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    #img-utama {
        height: 600px;
    }

    .motif-batik {
        height: 616px;
    }

    .product-img-cont {
        padding: 15%
    }


}

@media only screen and (min-width: 1200px) {
    #img-utama {
        height: 824px;
    }

    .motif-batik {
        height: 100%;
    }

    .product-img-cont {
        padding: 20%
    }


}