body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card-product {
    transition: transform 0.2s;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.card-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-weight: bold;
    color: #333 !important;
}

.footer {
    margin-top: 50px;
    padding: 20px 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    text-align: center;
    color: #777;
}

.iyzico-logo {
    height: 30px;
}
