
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
    padding-top: 55px;
}

.navbar {
    background-color: #e94e1b;
    z-index: 1030;
}

.navbar-nav .nav-link {
    color: white !important;
    margin-right: 15px;
}

.categories img,
.products img {
    width: 100%;
    object-fit: cover;
    height: 120px; /* atau ukuran yang konsisten */
}

.product-card,
.category-card {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: white;
    overflow: hidden;
}

footer {
    padding: 20px;
    text-align: center;
    background: #fff;
    margin-top: 40px;
    font-size: 0.875rem;
}

.carousel-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.dropdown-toggle::after {
    display: none;
}