@import url("./global/colors.php");
@import url("./tailwind.output.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.5.0/remixicon.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

/* * {
    margin: 0;
} */

body {
    font-family: "Poppins", sans-serif;
    background-color: #f9fafb;
}

.width {
    width: 85%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

select {
    font-family: "Poppins", sans-serif;
}

button {
    font-family: "Poppins", sans-serif;
}

/* HEADER */

/* header {
    width: 100%;
    padding: 20px 0;
    background-color: var(--white);
    position: fixed;
    z-index: 2;
    border-bottom: 1px solid #dddddd;
} */

.header_1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: space-between;

}

.logo_h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
}

.logo_h1 a {
    margin: 0;
    display: flex;
}

.img_logo_h1 {
    height: 45px;
}

.id_hebat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.id_hebat img {
    height: 20px;
}

.id_hebat h1 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.box_masuk_daftar {
    display: flex;
    flex-direction: row;
    color: var(--white);
    align-items: center;
    gap: 20px;
}

.bmd_daf {
    padding:15px;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 12px;
    text-align: center;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
}

.bmd_daf_bor {
    padding: 5px 15px;
    border: 1px solid var(--blue);
    color: var(--white);
    border-radius: 5px;
}

.header_2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.kategori_header {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.kategori_header a {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.tag_header {
    width: 100%;
    padding: 15px 0;
    background-color: var(--black);
    /* opacity: 0.2; */
    margin-top: -20px;
    margin-bottom: 20px;
    color: var(--white);
}

.isi_tag_header_lr {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.d_isi_tag_header_lr {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.d_isi_tag_header_lr img {
    height: 30px;
    margin-right: 10px;
}

.d_isi_tag_header_lr p {
    font-size: 14px;
    font-weight: 500;
}

.isi_tag_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.back_header {
    width: 100%;
    height: 84px;
    /* background-color: red; */
}

.header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo_header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_search_header {
    /* flex: 1; */
    width: 500px;
    position: relative;
    /* margin: 0 40px; */
}

.search_header {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    /* background-color: #d0f4ff; */
    border-radius: 50px;
    border: 1.5px solid var(--border-grey);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu_header {
    display: flex;
    gap:0 1rem;
    flex-direction: row;
    align-items: center;
}

.svg_logo_header {
    height: 50px;
}

.logo_header p {
    color: var(--black);
    margin-left: 15px;
    font-size: 23px;
    font-weight: 500;
}

.search_header input {
    font-family: "Poppins", sans-serif;
    flex: 1;
    height: 30px;
    padding: 0 15px;
    border: 0;
    font-size: 13px;
    outline: none;
    background-color: transparent;
}

.box_icon_search {
    height: 100%;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.box_icon_search i {
    color: var(--black);
    font-size: 20px;
}

.profile_menu_header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profile_menu_header a {
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.profile_menu_header a.bmd_daf {
    color: var(--white);
}

.profile_menu_header p {
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 10px;
}

.box_icon_menu_header {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_icon_menu_header p {
    padding: 1px 6.5px;
    background-color: var(--blue);
    position: absolute;
    color: var(--white);
    font-weight: 600;
    font-size: 11px;
    left: 5px;
    top: -5px;
    border-radius: 15px;
    border: 2px solid var(--blue);
}

.profile_menu_header i {
    font-size: 30px;
    color: var(--black);
}

.profile_menu_header h5 {
    font-size: 29px;
    color: var(--black);
    margin-top: -2px;
    font-weight: normal;
}

.box_img_menu_header {
    width: 30px;
    height: 30px;
}

.box_img_menu_header img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    object-fit: cover;
}

.res_search_header {
    width: 100%;
    box-sizing: border-box;
    background-color: var(--white);
    position: absolute;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px 0px var(--border-grey);
    -moz-box-shadow: 0px 0px 4px 0px var(--border-grey);
    box-shadow: 0px 0px 4px 0px var(--border-grey);
    display: none;
    padding: 6px 0;
}

.loading_res_search_header {
    height: 30px;
    margin: 40px 0;
    display: none;
}

#isi_res_search_header {
    display: none;
}

/* FOOTER */
.footer{
    width: 100%;
    padding: 45px 0px 38px 0px;
    background-color: var(--white);
    margin-top: 300px;
}

/* .footer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 45px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--semi-grey);
} */

.footer_grid {
    width: 100%;
    box-sizing: border-box;
}

.footer_grid h1 {
    font-size: 15px;
    font-weight: 600;
    color: var(--semi-black);
    margin-bottom: 20px;
}

.footer_grid a {
    font-size: 13.5px;
    font-weight: 400;
    color: var(--semi-black);
}

.footer_grid p {
    margin: 7px 0px;
}

.footer_grid i {
    font-size: 18px;
    margin-right: 8px;
}

.footer_grid img {
    width: 55px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.footer_sosmed {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px;
}

.isi_footer_sosmed {
    width: 100%;
    /* background-color: blue; */
    display: flex;
    font-display: row;
    align-items: center;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    color: var(--grey);
}

/* LIST PRODUK */

.produk_list_4 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.box_bintang_produk {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    /* background-color: var(--grey); */
    margin-top: 10px;
}

.maskapai_produk_l {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-top: 10px;
}

.box_bintang_produk i {
    font-size: 15px;
    font-size: 15px;
    color: #f57386;
}

.list_produk {
    width: 100%;
    background-color: var(--white);
    position: relative;
}

.bintang_htln {
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    gap: 5px;
    border-radius: 100px;
}

.title_bintang_htln {
    background-color: #c4ffe3;
    padding: 5px 13px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.icon_bintang_htln {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    margin-right: 5px;
}

.icon_bintang_htln i {
    font-size: 13px;
    color: gold;
}

.box_lb_tlp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.box_lb_tlp h3 {
    padding: 5px 10px;
    border-radius: 3px;
    background-color: var(--orange);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.box_lb_tlp p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.text_list_produk {
    width: 100%;
    padding: 10px 15px 15px 15px;
    float: left;
    box-sizing: border-box;
}

.list_produk img {
    /* width: 100%;
    height: 180px;
    object-fit: cover;
    float: left; */
    width: 100%;
    height: auto; /* Biarkan tinggi otomatis untuk menjaga proporsi */
    aspect-ratio: 1 / 1; /* Aspek rasio 1:1 */
    object-fit: cover;
    object-position: center;
}

.box_judul_list_produk {
    width: 100%;
    /* background-color: red; */
}

.ptl {
    width: 100%;
    padding: 70px 0;
    background-color: var(--blue);
}

.box_ptl {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.title_box_ptl {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.left_title_box_ptl {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.left_title_box_ptl img {
    height: 30px;
}

.left_title_box_ptl h1 {
    font-size: 30px;
    font-weight: 500;
    color: var(--white);
}

.right_left_title_box_ptl {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.right_left_title_box_ptl h1 {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}

.right_left_title_box_ptl p {
    padding: 6px 15px;
    background-color: var(--orange);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
}

.kategori_kota_new {
    width: 100%;
    border: 1px solid #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    padding: 15px;
    border-radius: 100px;
}

.kategori_kota_new a {
    padding: 6px 18px;
    background-color: var(--white);
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.kategori_kota_new a img {
    height: 30px;
}

.t_ptl {
    color: var(--black);
}
.p_ptl {
    color: var(--black);
}

.box_judul_list_produk p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.txt_n_lb_tlp {
    color: var(--orange);
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.promo_txt_n_lb_tlp {
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #006266;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.box_price_lb_tlp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.box_price_lb_tlp h2 {
    color: var(--orange);
    font-size: 15px;
    font-weight: 400;
}

.box_price_lb_tlp h1 {
    color: var(--orange);
    font-size: 15px;
    font-weight: 500;
}

.box_harga_list_produk {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.box_white_produk {
    width: 100%;
    margin-top: 80px;
}

.box_harga_list_produk h1 {
    font-size: 17px;
    color: var(--black);
    font-weight: 600;
}

.box_harga_list_produk span {
    font-size: 13px;
}

.box_harga_list_produk p {
    font-size: 12px;
    color: var(--black);
    margin-top: 10px;
    font-weight: 500;
}

/* BOTTOM NAVIGATION */

.back_bot_nav {
    width: 100%;
    height: 85px;
    margin-top: 15px;
    display: none;
}

.bot_nav_cover {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: none;
}

.bot_nav {
    width: 100%;
    padding: 8px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    box-sizing: border-box;
    background-color: var(--white);
    -webkit-box-shadow: 0px -1px 2px 0px var(--border-grey);
    -moz-box-shadow: 0px -1px 2px 0px var(--border-grey);
    box-shadow: 0px -1px 2px 0px var(--border-grey);
}

.isi_bot_nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.isi_bot_nav i {
    font-size: 22px;
    color: var(--grey);
}

.isi_bot_nav p {
    font-size: 10px;
    margin-top: 3px;
    font-weight: 500;
    color: var(--grey);
}

.isi_bot_nav h4 {
    font-size: 22px;
    color: var(--orange);
}

.isi_bot_nav h5 {
    font-size: 10px;
    margin-top: 3px;
    font-weight: 500;
    color: var(--orange);
}

.isi_bot_nav h3 {
    position: absolute;
    background-color: var(--orange);
    color: var(--white);
    font-size: 9px;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 10px;
    margin-top: -5px;
    margin-left: 25px;
    border: 2px solid var(--white);
}

/* BELUM LOGIN */

.belum_login {
    width: 100%;
    background-color: var(--white);
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140px 30px;
    box-sizing: border-box;
}

.belum_login img {
    height: 110px;
}

.belum_login h1 {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    margin-top: 25px;
    text-align: center;
}

.login_belum_login {
    width: 200px;
    height: 48px;
    background-color: var(--orange);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.login_belum_login p {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
}

/* ADMIN */

.admin {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.header_responsive_admin {
    width: 100%;
    background-color: var(--white);
    position: fixed;
    display: none;
    border-bottom: 1px solid var(--semi-grey);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    box-sizing: border-box;
}

.box_l_dsg {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.fp_ahr {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 35px;
}

.logo_ahr {
    height: 30px;
    margin-bottom: 0;
}

.header_responsive_admin i {
    font-size: 20px;
    color: var(--black);
}

.header_responsive_admin p {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    margin-left: 15px;
}

.menu_admin {
    width: 310px;
    height: 100%;
    background-color: var(--white);
    box-sizing: border-box;
    padding: 40px 20px;
    overflow: auto;
}

.content_admin {
    flex: 1;
    height: 100%;
    background-color: var(--semi-grey);
    box-sizing: border-box;
    padding: 50px;
    overflow: auto;
}

.menu_profile_admin {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu_profile_admin img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 45px;
}

.menu_profile_admin p {
    font-size: 16px;
    font-weight: 600;
    color: var(--orange);
    margin-left: 20px;
}

.menu_list {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.menu_list_isi {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu_list_isi_active {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_icon_menu_list_isi {
    width: 19px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}

.menu_list_isi i {
    font-size: 19px;
    color: var(--grey);
    opacity: 0.55;
    margin-left: 25px;
}

.menu_list_isi p {
    margin-left: 25px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.menu_list_isi_active i {
    font-size: 19px;
    color: var(--orange);
    margin-left: 25px;
}

.menu_list_isi_active p {
    margin-left: 25px;
    font-size: 14px;
    font-weight: 500;
    color: var(--orange);
}

.title_h5n {
    font-size: 14px;
    margin-bottom: -5px;
}

.line_menu_list {
    width: 100%;
    height: 1px;
    background-color: var(--border-grey);
    /* margin-top: 30px; */
}

.title_content_admin {
    font-size: 23px;
    font-weight: 600;
    color: var(--black);
}

.isi_content_admin {
    width: 100%;
    margin-top: 35px;
}

/* COMPONENT */

.p_input {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 5px;
}

.input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    padding: 10px 13px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--black);
    outline: none;
    resize: none;
    background-color: var(--white);
}

.select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    padding: 10px 13px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--black);
    outline: none;
    background-color: var(--white);
}

.textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    padding: 13px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--black);
    outline: none;
    resize: none;
    background-color: var(--white);
}

.button {
    width: 100%;
    height: 48px;
    background-color: var(--orange);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button p {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
}

.button img {
    width: 27px;
    height: 27px;
}

/* POPUP CONFIRM */

.back_popup_confirm {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-transparent-black);
    position: fixed;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.popup_confirm {
    width: 320px;
    padding: 25px;
    box-sizing: border-box;
    background-color: var(--white);
    border-radius: 3px;
}

.head_popup_confirm {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.head_popup_confirm i {
    font-size: 30px;
    color: var(--orange);
}

.head_popup_confirm p {
    font-size: 15px;
    color: var(--black);
    margin-left: 15px;
    font-weight: 600;
}

.popup_confirm h5 {
    font-size: 14px;
    color: var(--semi-black);
    font-weight: 500;
    margin-top: 25px;
}

.box_button_popup_confirm {
    width: 100%;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.button_cancel_popup_confirm {
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background-color: var(--border-grey);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button_cancel_popup_confirm p {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
}

.button_confirm_popup_confirm {
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background-color: var(--orange);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button_confirm_popup_confirm p {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
}

.button_confirm_popup_confirm img {
    height: 20px;
    display: none;
}

#res {
    display: none;
}

.box_back_button {
    display: none;
}

.box_wa_bn {
    width: 100%;
    padding: 10px 0;
    background-color: var(--orange);
    text-align: center;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.star_ratt {
    position: absolute;
    background-color: var(--black);
    right: 0;
    top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px 5px 13px;
    border-radius: 20px 0 0 20px;
}

.star_ratt i {
    font-size: 13px;
    color: gold;
}

.star_ratt p {
    font-size: 14px;
    color: var(--white);
    font-weight: 600;
    margin-top: 3px;
    margin-left: 3px;
}

.kotab_p {
    background-color: gold;
    color: black;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    left: -15px;
}

#sdkfjns {
    height: 60px;
}

.sdfjskdf {
    display: flex;
    flex-direction: column;
}

.sdfjskdf p {
    font-size: 20px;
    font-weight: 500;
}

.lihat_semua_produk {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: var(--white);
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
}

.search_header_mo {
    display: none;
}

.footer_copaosd {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.lskdfjsdf {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.lskdfjsdf img {
    height: 25px;
}

.lskdfjsdf h1 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.filter_produk_n {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.l_filter_produk_n {
    flex: 1.5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.filter_produk_n select {
    flex: 1;
    padding: 12px 15px;
    border-radius: 30px;
    border: 0;
    outline: none;
    background-color: #d0f4ff;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}

.r_filter_produk_n {
    flex: 1;
    display: flex;
    justify-content: end;
}

.filter_produk_n button {
    padding: 12px 30px;
    border-radius: 30px;
    border: 0;
    outline: none;
    background-color: var(--blue);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
}

.button_mbilasd {
    display: none;
}

.box_navc {
    width: 100%;
    display: flex;
    color: #2C2C2C20;
    flex-direction: row;
    gap: 40px;
    flex: 1;
    justify-content: center;
    /* background-color: red; */
}

.box_navc a {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

/* FOOTER */

/* Banner Section */
.banner-section {
    margin-bottom: 30px;
    margin-top: -200px;
}

.banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 7px -2px rgba(187, 187, 187, 1);
    -moz-box-shadow: 0px 1px 7px -2px rgba(187, 187, 187, 1);
    box-shadow: 0px 1px 7px -2px rgba(187, 187, 187, 1);
}

.banner-image {
    flex: 1;
    min-width: 300px;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-content {
    flex: 1;
    padding: 40px;
    color: #fff;
}

.banner-content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #c62828;
}

.banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #333;
}

.banner-btn {
    display: inline-block;
    background-color: #e53935;
    color: white;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.banner-btn:hover {
    background-color: #c62828;
}

/* Footer */
/* footer {
    color: var(--black);
    padding: 50px 20px 20px;
    margin-top: 300px;
} */

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-column p,
.footer-column a {
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer-column a:hover {
    color: #ffd54f;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

.social-icons img {
    width: 28px;
    height: 28px;
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-button {
    background-color: #25d366;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
    cursor: pointer;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.whatsapp-button svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.whatsapp-text {
    background-color: #fff;
    color: #e53935;
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.logo_utmad {
    width: 80%;
}

.fot_adm_1 {
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    margin-top: 50px;
}
.fot_adm_2 {
    font-size: 11px;
    font-weight: 300;
    color: #909090;
    margin-top: 2px;
}
.fot_adm_3 {
    font-size: 11px;
    font-weight: 300;
    color: #909090;
    margin-top: 15px;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.filter-item {
    padding: 6px 12px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    /* transition: all 0.2s ease; */
}

.filter-item.active {
    border-color: red;
    color: red;
}

.selected-input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #dddddd;
}

.box_form_isi_tp_adm3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-container {
        flex-direction: column;
    }

    .banner-image {
        min-width: 100%;
        max-height: 300px;
    }

    .banner-content {
        padding: 30px;
    }

    .banner-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .banner-content h2 {
        font-size: 22px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-button {
        width: 60px;
        height: 60px;
    }

    .whatsapp-button svg {
        width: 35px;
        height: 35px;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
    }

    .social-icons img {
        width: 24px;
        height: 24px;
    }
}

/* RESPONSIVE */

@media only screen and (max-width: 900px) {
    .box_navc {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
        flex: 1;
        background-color: white;
        padding: 20px;
        box-sizing: border-box;
    }

    .title_bintang_htln {
        background-color: #c4ffe3;
        padding: 5px 13px;
        border-radius: 100px;
        font-size: 11px;
        font-weight: 500;
        color: #000;
    }

    .icon_bintang_htln {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3px;
        margin-right: 5px;
    }

    .icon_bintang_htln i {
        font-size: 11px;
        color: gold;
    }

    .box_lb_tlp {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .box_lb_tlp h3 {
        padding: 5px 10px;
        border-radius: 3px;
        background-color: var(--orange);
        font-size: 10px;
        font-weight: 500;
        color: #fff;
    }

    .box_lb_tlp p {
        font-size: 11px;
        font-weight: 500;
        color: #000;
    }

    .box_judul_list_produk p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--black);
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
    }

    .txt_n_lb_tlp {
        color: var(--orange);
        font-size: 11px;
        font-weight: 400;
        margin-top: 5px;
    }

    .promo_txt_n_lb_tlp {
        padding: 5px 10px;
        border-radius: 3px;
        background-color: #006266;
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        display: inline-block;
        margin-top: 10px;
    }

    .box_price_lb_tlp {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        margin-top: 10px;
        gap: 5px;
    }

    .box_price_lb_tlp h2 {
        color: var(--orange);
        font-size: 12px;
        font-weight: 400;
    }

    .box_price_lb_tlp h1 {
        color: var(--orange);
        font-size: 13px;
        font-weight: 500;
    }

    .filter_produk_n {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .r_filter_produk_n {
        display: none;
    }

    .l_filter_produk_n {
        flex: 1;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .filter_produk_n select {
        flex: 1;
        width: 100%;
        padding: 12px 15px;
        border-radius: 30px;
        border: 0;
        outline: none;
        background-color: #d0f4ff;
        color: var(--black);
        font-size: 12px;
        font-weight: 500;
    }

    .filter_produk_n button {
        width: 100%;
        padding: 12px 30px;
        border-radius: 30px;
        border: 0;
        outline: none;
        background-color: var(--blue);
        color: var(--white);
        font-size: 12px;
        font-weight: 500;
    }

    .button_mbilasd {
        display: block;
    }

    .search_header_mo {
        margin-right: 40px;
        color: var(--black);
        display: block;
        font-size: 18px;
    }

    #hide_search {
        display: none;
    }

    .kategori_header {
        flex: 1;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-right: 28px;
    }

    .kategori_header a {
        font-size: 13px;
        font-weight: 500;
        color: var(--black);
    }

    .id_hebat {
        display: none;
    }

    .menu_header {
        display: none;
    }

    .header_2 {
        display: none;
        /* display: flex; */
        flex-direction: column;
        box-sizing: border-box;
        padding: 0;
        /* margin: 0; */
        gap: 15px;
        /* background-color: red; */
        width: 100%;
        position: absolute;
        left: 0;
        margin-top: 370px;
    }

    .ptl {
        width: 100%;
        padding: 50px 0;
        background-color: var(--blue);
    }

    #sdkfjns {
        height: 30px;
    }

    .sdfjskdf p {
        font-size: 13px;
        font-weight: 500;
    }

    .box_white_produk {
        width: 100%;
        margin-top: 50px;
    }

    .lihat_semua_produk {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-top: 30px;
        padding: 10px 20px;
        background-color: var(--white);
        color: var(--black);
        font-weight: 500;
        font-size: 15px;
    }

    .maskapai_produk_l {
        font-size: 13px;
        font-weight: 500;
        color: var(--black);
        margin-top: 10px;
    }

    .box_bintang_produk i {
        font-size: 12px;
        color: #f57386;
    }

    .kategori_kota_new {
        display: flex;
        gap: 10px;
        overflow: auto;
        width: 100%;
    }

    .kategori_kota_new a {
        padding: 5px 15px;
        background-color: var(--white);
        color: var(--black);
        font-size: 14px;
        font-weight: 500;
        border-radius: 30px;
    }

    .right_left_title_box_ptl {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .right_left_title_box_ptl h1 {
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
    }

    .right_left_title_box_ptl p {
        padding: 6px 15px;
        background-color: var(--orange);
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        color: var(--blue);
    }
    .left_title_box_ptl {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .left_title_box_ptl img {
        height: 15px;
    }

    .left_title_box_ptl h1 {
        font-size: 15px;
        font-weight: 500;
        color: var(--white);
    }

    .box_ptl {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .kotab_p {
        background-color: gold;
        color: black;
        font-size: 9px;
        font-weight: 600;
        padding: 3px 5px;
        border-radius: 0px 5px 5px 0px;
        position: absolute;
        left: -10px;
    }

    .tag_header {
        display: none;
    }

    .logo_header {
        display: none;
    }

    .box_search_header {
        width: calc(100% - 40px);
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        margin-right: 28px;
    }

    .box_menu_admin {
        width: 100%;
        height: 100vh;
        background-color: var(--bg-transparent-black);
        position: fixed;
        display: none;
        z-index: 5;
    }

    .menu_admin {
        width: 280px;
        padding: 30px;
    }

    .content_admin {
        padding: 20px;
        margin-top: 75px;
    }

    .header_responsive_admin {
        display: flex;
    }
}

@media only screen and (max-width: 600px) {
    .kategori_header {
        flex: 1;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-right: 28px;
    }

    .kategori_header a {
        font-size: 11px;
        font-weight: 500;
        color: var(--black);
    }

    .produk_list_4 {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .width {
        width: 100%;
    }

    header {
        padding: 15px 15px;
    }

    .img_logo_h1 {
        height: 35px;
    }

    .back_header {
        height: 66px;
        /* background-color: red; */
    }

    .menu_header {
        display: none;
    }

    .search_header {
        margin: 0;
        box-sizing: border-box;
        background-color: #fff;
    }

    .res_search_header {
        /* margin: 5px 15px; */
        margin: 0;
    }

    .search_header input {
        height: 32px;
        font-size: 11.5px;
        padding: 0 12px;
        box-sizing: border-box;
        margin: 0;
    }

    .box_icon_search i {
        font-size: 18px;
    }

    footer {
        display: none;
    }

    .list_produk {
        border: 2px solid var(--semi-grey);
        box-sizing: border-box;
    }

    .list_produk img {
        /* height: 120px; */
    }

    .text_list_produk {
        padding: 7px 10px 10px 10px;
    }

    .box_harga_list_produk h1 {
        font-size: 12.5px;
        font-weight: 600;
    }

    .box_harga_list_produk span {
        font-size: 11px;
    }

    .box_harga_list_produk p {
        font-size: 9px;
        font-weight: 500;
    }

    .back_bot_nav {
        display: block;
    }

    .bot_nav_cover {
        display: block;
    }

    .belum_login {
        margin-top: 0;
    }

    .belum_login img {
        height: 90px;
    }

    .belum_login h1 {
        font-size: 16px;
    }

    .login_belum_login {
        width: 180px;
        height: 43px;
    }

    .login_belum_login p {
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
    }

    .box_back_button {
        height: 40px;
        padding: 0 0 0 15px;
        display: flex;
        align-items: center;
        color: var(--white);
        font-size: 22px;
        cursor: pointer;
    }
}
