main {
    flex: 1;
}

/* Ürün Kartları */
.product-card {
    background: #fff;
    border: none !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

.card-text {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

/* Özel Badge Stili */
.rounded-pill {
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.9;
}

/* Buton Stilleri */
.btn-primary {
    background-color: #2c3e50;
    border-color: #2c3e50;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #34495e;
    border-color: #34495e;
    transform: translateY(-2px);
}

.btn-outline-dark {
    border-width: 2px;
    padding: 0.5rem 1rem;
}

/* Sepet Badge */
.badge {
    transition: transform 0.3s ease;
}

.btn-outline-dark:hover .badge {
    transform: scale(1.1);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .card-img-top {
        height: 200px;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .card-text {
        font-size: 1.15rem;
    }
}

@media (max-width: 480px) {
    .card-img-top {
        height: 180px;
    }
}

/* Container Özelleştirmeleri */
.container {
    max-width: 1200px;
    padding: 0 1.5rem;
}

/* Grid Boşlukları */
.g-4 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
} 

/* Reset ve Genel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Jeko, Arial, Helvetica, sans-serif;
}

body {
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

/* Header ve Navigasyon */
header {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.nav-link {
    color: #666 !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #333 !important;
}

/* Ürün Kartları */
.product-card {
    background: #fff;
    border: none !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

.card-text {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

/* Özel Badge Stili */
.rounded-pill {
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.9;
}

/* Buton Stilleri */
.btn-primary {
    background-color: #2c3e50;
    border-color: #2c3e50;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #34495e;
    border-color: #34495e;
    transform: translateY(-2px);
}

.btn-outline-dark {
    border-width: 2px;
    padding: 0.5rem 1rem;
}

/* Sepet Badge */
.badge {
    transition: transform 0.3s ease;
}

.btn-outline-dark:hover .badge {
    transform: scale(1.1);
}

/* Footer */
footer {
    background-color: #2c3e50;
    margin-top: auto;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .card-img-top {
        height: 200px;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .card-text {
        font-size: 1.15rem;
    }
}

@media (max-width: 480px) {
    .card-img-top {
        height: 180px;
    }
}

/* Container Özelleştirmeleri */
.container {
    max-width: 1200px;
    padding: 0 1.5rem;
}

/* Grid Boşlukları */
.g-4 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

/* Ürün Detay Sayfası */
.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: zoom-in;
}

.product-detail-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-image-container:hover .product-detail-img {
    transform: scale(1.5);
}

/* Küçük Resimler için Stil */
.thumbnail-container {
    margin-top: 1rem;
}

.thumbnail {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.thumbnail:hover, .thumbnail.active {
    opacity: 1;
    transform: scale(1.05);
    border-color: #2c3e50;
}

.product-info {
    padding: 1rem;
}

.rating {
    font-size: 1.1rem;
}

.price {
    color: #e74c3c;
}

.quantity-selector input {
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.quantity-selector button {
    height: 38px;
    width: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tab Paneller */
.nav-tabs .nav-link {
    color: #666;
    font-weight: 500;
    border: none;
    padding: 1rem 1.5rem;
}

.nav-tabs .nav-link.active {
    color: #2c3e50;
    border-bottom: 2px solid #2c3e50;
}

.tab-content {
    background: #fff;
}

/* Breadcrumb */
.breadcrumb-item a {
    color: #2c3e50;
}

.breadcrumb-item.active {
    color: #666;
}

/* Buton Stilleri */
.btn-outline-primary {
    color: #2c3e50;
    border-color: #2c3e50;
}

.btn-outline-primary:hover {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .product-detail-img {
        max-height: 400px;
    }
    
    .product-info {
        padding: 1rem 0;
    }
    
    .nav-tabs .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .product-detail-img {
        max-height: 300px;
    }
    
    .thumbnail {
        height: 60px;
    }
    
    .display-6 {
        font-size: 1.5rem;
    }
} 