.productStatus {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

._status {
    padding: 0.75em 1em !important;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;  /* Menjaga ikon dan teks sejajar vertikal */
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
}

._status i {
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;  /* Menjaga posisi ikon lebih terkontrol */
}

@media (max-width: 644px) and (max-height: 866px) {
    #body .card.product .image, 
    #body .cards.products.four .card .image {
        height: auto; /* Sesuaikan tinggi berdasarkan konten */
        max-height: 100%; /* Batasi tinggi agar tidak melampaui container */
        width: 100%; /* Pastikan lebar memenuhi container */
        max-width: 295px; /* Atur batas maksimal lebar */
        object-fit: cover; /* Sesuaikan gambar dengan kontainer tanpa merusak proporsi */
    }
}

@media (max-width: 644px) and (max-height: 866px) {
    #body .card.product .title {
        font-size: 0.9rem; /* Sesuaikan ukuran font untuk layar kecil */
        line-height: 1.4; /* Sesuaikan line-height untuk proporsi lebih baik */
    }
}

iframe {
    width: 100%; /* Mengisi lebar penuh parent */
    max-width: 100%; /* Tidak melebihi container */
    aspect-ratio: 16 / 9; /* Menjaga rasio video */
    border: none; /* Menghilangkan border default */
}

@media (max-width: 518px) {
#item .container {
    color: #ffffff;
    display: block; 
    font-size: 1.1rem;
    line-height: 1.3
}
    }

#item .container .left-side > .header > div.image {
    max-width: unset;
    align-self: center;
}