body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.product-image {
    max-height: 200px;
    object-fit: contain;
}

.carousel-item img {
    height: 400px;
    object-fit: cover;
}

.quantity-input {
    width: 70px;
}

.table img {
    max-height: 50px;
}

.admin-table img {
    max-height: 50px;
}

#adminNav .nav-link {
    padding: 0.5rem 1rem;
}