body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.hero-section {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
    border-bottom: 1px solid #dee2e6;
}

.step-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
}

.step-line {
    height: 2px;
    flex-grow: 1;
    margin: 0 10px;
}

.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.add-to-cart {
    font-weight: 600;
}

footer {
    background-color: #212529;
}

/* Cart badge animation */
#cart-count {
    font-size: 0.65rem;
    padding: 0.25em 0.45em;
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
}

.btn-primary:hover {
    background-color: #0b5ed7;
}

.btn-success {
    background-color: #198754;
    border: none;
}
