html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
}

.dropdown-menu {
    background-color: #003f62 !important;
    color: white;
}

.custom-dropdown-menu {
    background-color: #003f62 !important;
    color: white;
}

.dropdown-menu .dropdown-item {
    background-color: white;
    color: black;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #003f62;
    color: white;
}

#navbarDropdown {
    background-color: #003f62;
    color: white;
}

.category-list a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 5px 0;
}
.section-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}
.produk-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.product-card img {
    max-width: 100%;
    height: auto;
}

.overflow-auto::-webkit-scrollbar {
    height: 6px;
}

.overflow-auto::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

button.btn-danger.disabled-hover {
    pointer-events: auto; /* aktifkan interaksi */
}

button.btn-danger.disabled-hover:hover {
    background-color: #003f62 !important; /* lebih gelap dari merah default */
    opacity: 0.9;
    cursor: default !important;
}

.btn-bayar {
    background-color: #003f62;
    color: white !important;
}

#pay-button {
    background-color: #003f62 !important;
    color: white !important;
}

#pay-button * {
    color: white !important;
}

footer {
    background-color: #f8f8f8;
}
.footer-bottom {
    background-color: #e8d3d9;
    text-align: center;
    padding: 10px;
}
.nav-link.active {
    font-weight: 600;
}
.badge-promo {
    background-color: #003f62;
    color: white;
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        width: 12.5%;
        flex: 0 0 auto;
    }
}
