div.product_header h1.judul{
    font-size: 36px;
    margin-bottom: 10px;
    color: #007BFF;
    font-family: 'Eina_Bold';
}
 
div.product_header h3.note{
    font-size: 16px;
    color: #666;
}

.product_header{
    display: flex;
    align-items: center;
    flex-direction: column;
}
 
.all_grid{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 45px;
    margin-top:60px;
}
  
div.filter_category div.flex.items-center{
    display: flex;
    flex-direction: row;
    align-items: space-between; 
    justify-content: center;
}

.filter_category{
    user-select: none;
}

.filter_label{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

div.filter_label label{ 
    font-family: 'Eina_Bold';
    font-size: 20px;
}
div.filter_label ion-icon.md.hydrated{
    font-size: 20px;
}

div#right_section.grid_table{ 
    display: flex;
    flex-direction: column;
    gap: 20px; 
    width: 100%;
}
 
div.grid_header h1#judul_grid.grid_title{
    font-family: 'Eina_Bold';
    font-size: 20px;
}

.grid_category{
    margin-bottom: 25px;
}


.click_to_show_more{
    margin-top: 15px;

    display: flex;

    justify-content: center;
    align-items: center;
    color: #007BFF;
} 
  

.box{
    width: 280px;
    /* width: 15em; */
    height: auto;
    background-color: white;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}  
 

/* Label filter dengan ikon */
.filter_label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

/* Penyesuaian ikon */
.filter_label ion-icon {
    font-size: 1.2rem;
}

/* Kontainer untuk badge */
.filter_category {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/* Gaya umum untuk badge */
.filter_category span {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: normal;
    color: white;
    transition: background-color 0.3s ease; /* Transisi warna latar belakang */
}

/* Warna khusus untuk badge dengan material tertentu */
.filter_category span.bg-blue-600 {
    background-color: #007BFF; /* Warna biru */
}

.filter_category span.bg-teal-500 {
    background-color: #14b8a6; /* Warna teal */
}


html.hydrated body div.web_template_content div.product_list div.all_grid div#left_section.grid_properties div.box div.notice
{
    margin-top: 20px;
    font-size: 12px;
    color:rgb(151, 151, 151);
}
/* Responsif untuk layar lebih kecil */


.filter_category#mobile {
    display: none;
}

.mobile_menu{
    display: none;
}
@media (max-width: 768px) {


    .all_grid{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 45px;
        margin-top:20px;

        
    }


    .box{
        width: auto;
        /* width: 15em; */
        height: auto;
        background-color: white;
        border: 1px solid #e0e0e0;
        padding: 15px;
        border-radius: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }  


    

    
    .filter_label{
        margin: 0px;
        margin-bottom: 10px;
    }


    .filter_category#desktop {
        display: none;
    }

    .mobile_menu{
        display: block;
    }

    .filter_category#mobile {
        /* display: block; */
        padding-top: 25px; 
        display: flex;
        row-gap: 5px;
    }

    .filter_category#mobile a {
        gap: 10px;
    }

    .wrapper_all{
        margin-left: 30px;
        margin-right: 30px; 
    }
}
