/* Reset ve Genel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}


main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}

/* Header ve Navigation */
header {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 4px 20px rgba(44, 62, 80, 0.1);
    position: sticky;
    top: 0;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #3498db;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

/* Tablet için özel stiller */
@media (min-width: 769px) and (max-width: 1024px) {
    .navbar {
        padding: 1rem 1.5rem;
        max-width: 1400px;
    }
    
    .logo-container {
        gap: 1rem;
    }
    
    .logo-image {
        width: 280px;
        height: auto;
    }
    
    .logo-slogan span {
        font-size: 0.95rem;
    }
    
    .nav-center {
        margin: 0 1rem;
    }
    
    .category-products-container {
        padding: 0 0.8rem;
    }
    
    .category-slider-container {
        padding: 0 0.8rem;
    }
    
    .products-grid-4x4 {
        grid-template-columns: 1fr !important;
        gap: 0.8rem;
        max-width: 100%;
    }
    
    
    .featured-discounted-container {
        padding: 0 0.8rem;
    }
    
    .products-display {
        padding: 0.8rem;
    }
    
    .tab-content .products-grid-4x4 {
        grid-template-columns: 1fr !important;
        gap: 0.8rem;
    }
    
    .tab-content {
        padding: 1rem;
    }
    
    .product-item {
        max-width: 100%;
        width: 100%;
    }
    
    .product-item img {
        height: 250px;
        object-fit: contain;
        background: #f8f9fa;
        padding: 0.5rem;
    }
    
    footer .footer-content {
        padding: 0 1.5rem;
    }
}

/* Sol Logo Kısmı */
.nav-left {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Mobil için alt satır (hamburger, arama, hesabım) */
.nav-bottom-row {
    display: none;
}

/* Desktop görünümde nav-bottom-row içindeki elemanları normal akışa al */
@media (min-width: 769px) {
    .navbar {
        flex-direction: row;
    }
    
    .nav-bottom-row {
        display: contents;
    }
    
    .nav-center {
        flex: 1;
        display: flex;
        justify-content: center;
        margin: 0 2rem;
        order: 2;
    }
    
    .nav-right {
        display: flex;
        gap: 1.5rem;
        align-items: center;
        order: 3;
    }
    
    /* Desktop'ta hamburger menu gizli */
    .hamburger-menu {
        display: none !important;
    }
    
    /* Desktop'ta user-menu-btn gizli, nav-links-desktop görünür */
    .user-menu-btn {
        display: none !important;
    }
    
    .nav-links-desktop {
        display: flex;
        gap: 1.5rem;
        align-items: center;
    }
}

/* Hamburger Menu Butonu */
.hamburger-menu {
    display: none;
    background: #3498db;
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 1001;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.hamburger-menu:hover {
    background: #2980b9;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}

.hamburger-menu:active {
    transform: scale(0.95);
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
}

.logo-container:hover {
    transform: scale(1.02);
    opacity: 0.9;
    background: rgba(52, 152, 219, 0.05);
}

.logo-image {
    height: 80px;
    width: auto;
    max-width: 350px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.logo-container:hover .logo-image {
    transform: scale(1.03);
}

.logo-slogan {
    position: relative;
    padding-left: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
}

.logo-slogan span {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.4;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.logo-slogan span:first-child {
    color: #3498db;
    text-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.logo-slogan span:last-child {
    color: #2c3e50;
    text-shadow: 0 2px 8px rgba(44, 62, 80, 0.2);
}

.logo-slogan span:hover {
    transform: translateX(3px);
    letter-spacing: 2px;
}

.logo-slogan::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #3498db 0%, #2980b9 50%, #3498db 100%);
    border-radius: 3px;
    box-shadow: 0 3px 12px rgba(52, 152, 219, 0.4);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 3px 12px rgba(52, 152, 219, 0.4);
    }
    50% {
        opacity: 0.8;
        box-shadow: 0 5px 20px rgba(52, 152, 219, 0.6);
    }
}

/* Orta Arama Kısmı */
.nav-center {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0 2rem;
}

.search-container {
    display: flex;
    width: 100%;
    max-width: 500px;
    position: relative;
    flex-direction: row;
    align-items: stretch;
}

.search-input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 25px 0 0 25px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.search-input:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
    background: #ffffff;
}

.search-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 0.8rem 1.2rem;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    background: #2980b9;
    transform: scale(1.05);
}

.search-btn:active {
    transform: scale(0.95);
}

/* Arama Önerileri */
.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-suggestion-item {
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.search-suggestion-item:last-child {
    border-bottom: none;
}

.search-suggestion-item:hover {
    background: #f8f9fa;
    padding-left: 2rem;
}

.search-suggestion-item i {
    color: #3498db;
    font-size: 0.9rem;
}

.search-suggestion-item span {
    color: #333;
    font-size: 0.95rem;
}

.search-suggestion-item span strong {
    color: #3498db;
    font-weight: 600;
}

/* Sağ Navigasyon Linkleri */
.nav-right {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

/* User Menu Butonu (Mobilde görünür) */
.user-menu-btn {
    display: none;
    background: #27ae60;
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 1001;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(39, 174, 96, 0.3);
    flex-shrink: 0;
}

.user-menu-btn:hover {
    background: #229954;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.4);
}

.user-menu-btn:active {
    transform: scale(0.95);
}

/* Desktop Nav Links */
.nav-links-desktop {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #2c3e50;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #3498db;
}

.nav-link i {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.nav-link span {
    font-size: 0.8rem;
    font-weight: 500;
}

.nav-link.cart {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: bold;
}

/* Sağ Sidebar - Üye/Sepet Menüsü */
.user-sidebar-container {
    position: fixed;
    top: 80px;
    right: -320px;
    width: 320px;
    height: auto;
    max-height: calc(100vh - 80px);
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-width: 85vw;
}

@media (max-width: 768px) {
    .user-sidebar-container {
        top: 80px;
        height: auto;
        max-height: calc(100vh - 80px);
    }
}

.user-sidebar-container.user-menu-open {
    right: 0;
}

.user-sidebar-header {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: white;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.user-sidebar-header h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.close-user-menu {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-user-menu:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.user-sidebar-body {
    overflow-y: visible;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.user-sidebar-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.user-sidebar-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.user-sidebar-link i {
    font-size: 1.5rem;
    width: 30px;
    text-align: center;
}

.user-sidebar-link span {
    font-size: 1rem;
    font-weight: 500;
    flex: 1;
}

.cart-count-badge {
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    flex-shrink: 0;
}

/* User Menu Overlay */
.user-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.user-menu-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Kategori Resimleri Slider */
.category-images {
    padding: 1rem 0;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.category-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f4f8 100%);
    z-index: 1;
}


.category-slider-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

.category-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.category-slider-track {
    display: flex;
    gap: 0.5rem;
    padding: 0 0.5rem;
    will-change: transform; /* Performans için */
}

.category-image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
    min-width: 100px;
    flex-shrink: 0;
}

.category-image-item:hover {
    transform: translateY(-5px);
}

.category-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.category-image:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-image:hover img {
    transform: scale(1.1);
}

.category-image-item h3 {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
}



/* Hero Section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 2rem 2rem;
}

.hero-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-btn {
    background: #f39c12;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-btn:hover {
    background: #e67e22;
}

/* Kategoriler */
.categories {
    padding: 3rem 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.categories h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.category-card {
    background: white;
    padding: 2.5rem;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.1);
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(52, 152, 219, 0.2);
    border-color: #3498db;
}

.category-card i {
    font-size: 3rem;
    color: #3498db;
    margin-bottom: 1rem;
}

.category-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.category-card p {
    color: #7f8c8d;
}

/* Kategori ve Ürünler Bölümü */
.category-products-section {
    padding: 0.5rem 0;
    background: #ffffff;
    min-height: calc(100vh - 60px); /* Minimum yükseklik */
}

.category-products-container {
    display: flex;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    min-height: calc(100vh - 80px); /* Minimum yükseklik */
}

/* Mobil Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (max-width: 768px) {
    .mobile-menu-overlay {
        top: 80px;
        height: calc(100vh - 80px);
    }
}

.mobile-menu-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Sol Sidebar Container */
.sidebar-container {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: auto;
    overflow-y: visible;
    position: relative;
}

/* Mobil menü container içindeki sidebar */
.mobile-menu-container .sidebar-container {
    position: relative;
}

/* Masaüstü için arka plan resmini kaldır ve kampanya ile menüyü yan yana koy */
@media (min-width: 769px) {
    .sidebar-container::before {
        display: none;
    }
    
    /* Desktop kampanya wrapper - sadece kampanya için */
    .desktop-campaign-menu-wrapper {
        display: none; /* Varsayılan olarak gizli */
    }
    
    /* Category products section - menü ve ürünler yan yana */
    .category-products-container {
        display: flex;
        gap: 2rem;
        padding: 0 2rem;
    }
    
    /* Desktop menü container - category-products-section içinde */
    .desktop-menu-container {
        display: block;
    }
    
    .desktop-menu-container .sidebar-container {
        position: static;
        flex: 0 0 300px;
        width: 300px;
        height: auto;
        min-height: calc(100vh - 100px);
    }
    
    .desktop-menu-container .main-menu-sidebar {
        height: auto;
        min-height: calc(100vh - 100px);
    }
    
    /* Products display - sağ tarafta */
    .products-display {
        flex: 1;
    }
    
    /* Mobil menüyü gizle */
    .mobile-menu-container {
        display: none;
    }
}

/* Mobilde desktop menü container'ı gizle, mobil menüyü göster */
@media (max-width: 768px) {
    .desktop-menu-container {
        display: none;
    }
    
    .mobile-menu-container {
        display: block;
    }
}

/* Ana Menü Sidebar */
.main-menu-sidebar {
    background: rgba(255, 255, 255, 0.95);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: auto;
    overflow-y: visible;
    position: relative;
    z-index: 2;
}

.main-menu-sidebar h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #3498db;
}

/* Alt Kategoriler Container - Tüm Kategoriler'in altında */
.subcategories-container {
    margin-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #3498db;
    transition: all 0.3s ease;
}

.subcategories-container .submenu-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.8rem;
    margin-bottom: 0.3rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    border: 1px solid #e9ecef;
}

.subcategories-container .submenu-item:last-child {
    margin-bottom: 0;
}

.subcategories-container .submenu-item:hover {
    background: #e3f2fd;
    border-color: #3498db;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.2);
}

.subcategories-container .submenu-item i {
    font-size: 0.9rem;
    color: #3498db;
    margin-right: 0.6rem;
    width: 16px;
    text-align: center;
}

.subcategories-container .submenu-item span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #2c3e50;
    flex: 1;
}

/* Ana Menü Listesi */
.main-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.menu-item:hover {
    background: #e3f2fd;
    border-color: #3498db;
    transform: translateX(5px);
    box-shadow: 0 3px 10px rgba(52, 152, 219, 0.2);
}

.menu-item i {
    font-size: 1.2rem;
    color: #3498db;
    margin-right: 0.8rem;
    width: 20px;
    text-align: center;
}

.menu-item span {
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50;
    flex: 1;
}

.menu-item i:last-child {
    font-size: 0.9rem;
    color: #7f8c8d;
    transition: transform 0.3s ease;
}

.menu-item.dropdown {
    position: relative;
}

.dropdown-arrow {
    font-size: 0.9rem;
    color: #7f8c8d;
    transition: transform 0.3s ease;
}

.menu-item.dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.menu-item.dropdown.active {
    background: #e3f2fd !important;
    border-color: #3498db !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
    margin-top: 0.5rem;
    min-width: 200px;
}

.menu-item.dropdown.active .dropdown-menu {
    display: block;
}

.submenu-item {
    padding: 0.8rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f1f3f4;
    color: #2c3e50;
    font-size: 0.9rem;
}

.submenu-item:last-child {
    border-bottom: none;
}

.submenu-item:hover {
    background: #f8f9fa;
    color: #3498db;
    padding-left: 1.5rem;
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.category-list.scrollable {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
    border-radius: 5px;
}

.category-list.scrollable::-webkit-scrollbar {
    width: 8px;
}

.category-list.scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.category-list.scrollable::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.category-list.scrollable::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}


.category-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    position: relative;
}

.category-item:hover {
    background: rgba(52, 152, 219, 0.1);
}

.category-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
}

.category-item:hover .checkmark {
    border-color: #3498db;
}

.category-checkbox:checked ~ .checkmark {
    background-color: #3498db;
    border-color: #3498db;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.category-checkbox:checked ~ .checkmark:after {
    display: block;
}

/* Sağ Ürünler Display */
.products-display {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    min-height: calc(100vh - 100px); /* Minimum yükseklik */
    overflow: visible;
}

/* Kampanya gösterildiğinde products-display padding'ini kaldır ama genişlik korunsun */
.products-display:has(.campaign-slider-container) {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Mobil cihazlarda başlangıçta başlığı gizle */
@media (max-width: 768px) {
    .products-display h3 {
        display: none;
    }
    
    /* Kampanya gösterildiğinde başlık görünsün */
    .products-display.show-title h3 {
        display: block;
    }
}

.products-display h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #3498db;
}

.products-grid-4x4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    overflow: visible;
    align-items: stretch;
}

/* Mobil ve tablet için default olarak 1 sütun */
@media (max-width: 1024px) {
    .products-grid-4x4 {
        grid-template-columns: 1fr !important;
        gap: 0.8rem;
    }
}

/* Kampanya Resimleri */
.campaign-slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 600px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.campaign-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain; /* Resmi tam sığdır */
    border-radius: 0;
    box-shadow: none;
    transition: opacity 0.5s ease; /* Yumuşak geçiş */
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.campaign-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.campaign-nav-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.campaign-prev {
    left: 20px;
}

.campaign-next {
    right: 20px;
}

.product-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(52, 152, 219, 0.2);
    border-color: #3498db;
}

.product-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #f8f9fa;
    padding: 0.5rem;
    flex-shrink: 0;
}

.product-item-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.product-item-content > h4,
.product-item-content > .product-description,
.product-item-content > .product-tags {
    flex-shrink: 0;
}

.product-item-content .price-container-wrapper {
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-item h4 {
    color: #2c3e50;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.product-description {
    color: #7f8c8d;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item .price {
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.product-item .product-tags {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.product-item .category-tag {
    display: inline-block;
    background: #3498db;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
}

.product-item .brand-tag {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
}

/* İndirimli ürün fiyat stilleri */
.price-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0;
    padding-top: 0;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 1rem;
    border-radius: 10px;
    border: 2px solid #e8f5e9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    min-height: 75px;
    justify-content: flex-start;
    align-content: center;
    position: relative;
}

.price-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    pointer-events: none;
}

.current-price {
    color: #27ae60;
    font-weight: 900;
    font-size: 1.8rem;
    margin: 0;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(39, 174, 96, 0.3);
    font-family: 'Arial', sans-serif;
    position: relative;
    z-index: 2;
    line-height: 1.2;
}

.original-price {
    color: #95a5a6;
    text-decoration: line-through;
    font-size: 1.1rem;
    margin: 0;
    position: relative;
    transform: translateY(-30%);
    font-weight: 400;
    opacity: 0.6;
    text-decoration-thickness: 2px;
    text-decoration-color: #95a5a6;
}

.discount-badge {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    align-self: flex-start;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-item .add-to-cart-btn {
    width: 100%;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: white;
    border: none;
    padding: 0.7rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
    margin-top: 0;
    flex-shrink: 0;
}

.product-item .add-to-cart-btn:hover {
    background: linear-gradient(135deg, #229954 0%, #27ae60 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(39, 174, 96, 0.4);
}

/* Ürünler */
.products {
    padding: 2rem 2rem;
}

.products h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card h3 {
    padding: 1rem 1rem 0.5rem;
    color: #2c3e50;
}

.price {
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 1rem;
}

.add-to-cart {
    width: 100%;
    background: #27ae60;
    color: white;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.add-to-cart:hover {
    background: #229954;
}


/* Footer */
footer {
    background: linear-gradient(180deg, #1a252f 0%, #2c3e50 50%, #34495e 100%);
    color: #ecf0f1;
    padding: 4rem 0 0;
    border-top: 4px solid #3498db;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.5), transparent);
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
}

.footer-section {
    position: relative;
}

.footer-brand {
    max-width: 350px;
}

.footer-logo h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #3498db;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-description {
    color: #bdc3c7;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(52, 152, 219, 0.1);
    border: 2px solid rgba(52, 152, 219, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3498db;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.1rem;
}

.social-link:hover {
    background: #3498db;
    color: white;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    border-color: #3498db;
}

.footer-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    color: #3498db;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(52, 152, 219, 0.3);
}

.footer-title i {
    font-size: 1.1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(52, 152, 219, 0.1);
    border-left-color: #3498db;
    transform: translateX(5px);
}

.contact-item i {
    color: #3498db;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    min-width: 24px;
}

.contact-item > div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-label {
    font-size: 0.75rem;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.contact-item a,
.contact-item span {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.contact-item a:hover {
    color: #3498db;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 0.5rem;
}

.footer-menu a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ecf0f1;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    background: rgba(255, 255, 255, 0.03);
}

.footer-menu a i {
    font-size: 0.7rem;
    color: #3498db;
    transition: transform 0.3s ease;
}

.footer-menu a:hover {
    background: rgba(52, 152, 219, 0.15);
    color: #3498db;
    transform: translateX(8px);
    padding-left: 1.25rem;
}

.footer-menu a:hover i {
    transform: translateX(3px);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(52, 152, 219, 0.2);
}

.footer-bottom-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: #bdc3c7;
    font-size: 0.9rem;
    margin: 0;
}

.footer-bottom p strong {
    color: #3498db;
    font-weight: 700;
}

.footer-payment {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #bdc3c7;
    font-size: 0.85rem;
}

.footer-payment i {
    font-size: 1.5rem;
    color: #95a5a6;
    transition: color 0.3s ease;
}

.footer-payment i:hover {
    color: #3498db;
}

/* Responsive Tasarım - Tablet ve Mobil */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }
    
    .navbar {
        flex-direction: column;
        gap: 0.8rem;
        padding: 0.8rem;
        align-items: center;
        max-width: 100%;
    }
    
    header {
        border-bottom-width: 2px;
    }
    
    /* İlk satır: Logo ve slogan tam ortada */
    .nav-left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
    }
    
    .logo-container {
        flex-direction: row;
        align-items: center;
        gap: 0.6rem;
        justify-content: center;
        padding: 0.3rem 0;
    }
    
    .logo-image {
        width: 130px;
        height: auto;
        max-width: 100%;
        flex-shrink: 0;
    }
    
    .logo-slogan {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        padding-left: 0.5rem;
    }
    
    .logo-slogan span {
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        line-height: 1.2;
    }
    
    .logo-slogan span:first-child {
        color: #3498db;
    }
    
    .logo-slogan span:last-child {
        color: #2c3e50;
    }
    
    .logo-slogan::before {
        display: none;
    }
    
    /* İkinci satır: Hamburger, arama ve hesabım tam ortada */
    .nav-bottom-row {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        order: 2;
    }
    
    .nav-center {
        margin: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        min-width: 0;
    }
    
    .search-container {
        width: 100%;
        max-width: 100%;
    }
    
    .nav-right {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    
    .hamburger-menu {
        display: flex !important;
        flex-shrink: 0;
    }
    
    .user-menu-btn {
        display: flex;
        flex-shrink: 0;
    }
    
    .nav-links-desktop {
        display: none;
    }
    
    .user-menu-overlay {
        display: block;
    }
    
    .nav-link {
        flex: 1;
        justify-content: center;
    }
    
    .nav-link i {
        font-size: 1rem;
    }
    
    .nav-link span {
        font-size: 0.7rem;
    }
    
    /* İkinci nav responsive */
    .secondary-nav-container {
        flex-wrap: wrap;
        padding: 0 1rem;
    }
    
    .secondary-nav-link {
        padding: 0.8rem 1rem;
        min-width: 120px;
    }
    
    .hero-content h2 {
        font-size: 2rem;
    }
    
    /* Kategori resimleri responsive */
    .category-image {
        width: 90px;
        height: 90px;
    }
    
    .category-image-item {
        min-width: 90px;
    }
    
    .category-slider-container {
        max-width: 100%;
        padding: 0 0.8rem;
        margin: 0 !important;
    }
    
    .category-slider-track {
        gap: 0.5rem;
        padding: 0 0.5rem;
        margin: 0 !important;
    }
    
    .category-images {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .category-grid, .product-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    /* Kategori ve ürünler responsive */
    .category-products-container {
        flex-direction: column;
        gap: 0.8rem;
        padding: 0 0.8rem;
        position: relative;
    }
    
    /* Mobil menü container içindeki sidebar */
    .mobile-menu-container .sidebar-container {
        position: fixed !important;
        top: 80px !important;
        left: -100% !important;
        width: 320px !important;
        height: calc(100vh - 80px) !important;
        max-height: calc(100vh - 80px) !important;
        flex: none !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 !important;
        background: white !important;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2) !important;
        z-index: 999 !important;
        transition: left 0.3s ease !important;
        overflow-y: auto !important;
        max-width: 85vw !important;
    }
    
    .mobile-menu-container .sidebar-container.mobile-menu-open {
        left: 0 !important;
    }
    
    /* Mobil menü overlay mobilde görünür */
    .mobile-menu-overlay {
        display: block !important;
    }
    
    /* Hamburger menü butonu tüm mobil cihazlarda görünür */
    @media (max-width: 768px) {
        .hamburger-menu {
            display: flex !important;
        }
    }
    
    .sidebar-container::before {
        display: none;
    }
    
    .main-menu-sidebar {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 100%;
        padding: 1.2rem;
        padding-bottom: 2rem;
        border-radius: 0;
        box-shadow: none;
        background: white;
        display: flex;
        flex-direction: column;
    }
    
    .main-menu-list {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    
    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #3498db;
    }
    
    .mobile-menu-header h3 {
        margin: 0;
        color: #2c3e50;
        font-size: 1.5rem;
    }
    
    .close-mobile-menu {
        background: transparent;
        border: none;
        color: #2c3e50;
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0.5rem;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }
    
    .close-mobile-menu:hover {
        background: #f0f0f0;
        color: #e74c3c;
        transform: rotate(90deg);
    }
    
    /* Mobil menu overlay göster */
    .mobile-menu-overlay {
        display: block !important;
    }
    
    .subcategories-container {
        margin-left: 0.5rem;
        padding: 0.8rem;
    }
    
    .menu-item {
        padding: 0.8rem;
    }
    
    .menu-item i {
        font-size: 1rem;
        margin-right: 0.6rem;
    }
    
    .menu-item span {
        font-size: 0.9rem;
    }
    
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        margin-top: 0;
        background: #f8f9fa;
    }
    
    .submenu-item {
        padding: 0.6rem 0.8rem;
        font-size: 0.8rem;
    }
    
    .products-display {
        padding: 0.8rem;
    }
    
    .products-grid-4x4 {
        grid-template-columns: 1fr !important;
        gap: 0.8rem;
        max-width: 100%;
    }
    
    .product-item {
        border-radius: 10px;
        max-width: 100%;
        width: 100%;
    }
    
    .product-item img {
        height: 250px;
        object-fit: contain;
        background: #f8f9fa;
        padding: 0.5rem;
    }
    
    /* Mobilde kampanya resimlerini gizle (mobile-banner-section hariç) */
    .campaign-slider-container {
        display: none !important;
    }
    
    .campaign-image {
        display: none !important;
    }
    
    .desktop-content-container .campaign-slider-container {
        display: none !important;
    }
    
    .desktop-content-container .campaign-image {
        display: none !important;
    }
    
    /* Mobilde products-display padding'ini kaldır ve genişliği tam yap */
    .products-display {
        padding: 0 !important;
        margin: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
    }
    
    /* Mobilde products-grid padding'ini kaldır */
    #productsGrid {
        padding: 0 !important;
        margin: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }
    
    /* Mobilde category-products-container padding'ini kaldır */
    .category-products-container {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Mobilde category-images section'ın tüm boşluklarını sıfırla */
    .category-images {
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 1.5rem !important; /* Nav ile slider arasında boşluk */
    }
    
    .category-slider-container {
        margin: 0 !important;
        padding: 0 0.8rem !important;
    }
    
    .category-slider {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .category-slider-track {
        margin: 0 !important;
        padding: 0 0.5rem !important;
    }
    
    .category-image-item {
        margin: 0 !important;
    }
    
    /* Category-slider-container'ın alt boşluğunu kaldır */
    .category-images .category-slider-container {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Category-slider ve track'in alt boşluğunu kaldır */
    .category-images .category-slider {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .category-images .category-slider-track {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Mobilde kampanya navigasyon butonlarını gizle */
    .campaign-nav-btn {
        display: none !important;
    }
    
    .categories {
        padding: 2rem 1rem;
    }
    
    .sidebar-container {
        height: auto;
    }
    
    .products-display {
        height: calc(100vh - 80px); /* Mobilde daha küçük */
    }
    
    /* Sayfalama responsive */
    .pagination {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .page-numbers {
        order: -1;
    }
    
    /* Footer Mobil Optimizasyonu - Premium Profesyonel Tasarım */
    footer {
        padding: 1.5rem 0 0;
        border-top: 3px solid #3498db;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 0 1.5rem 1rem;
    }
    
    .footer-brand {
        max-width: 100%;
        text-align: center;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .footer-logo h3 {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    
    .footer-description {
        text-align: center;
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
        padding: 0 1rem;
        line-height: 1.5;
    }
    
    .footer-social {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-top: 0.75rem;
    }
    
    .social-link {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    
    .footer-contact,
    .footer-links {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .footer-links {
        border-bottom: none;
    }
    
    .footer-title {
        font-size: 1rem;
        justify-content: center;
        text-align: center;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
    }
    
    .contact-item {
        margin-bottom: 0.5rem;
        padding: 0.5rem;
    }
    
    .contact-item > div {
        flex: 1;
    }
    
    .contact-label {
        font-size: 0.65rem;
    }
    
    .contact-item a,
    .contact-item span {
        font-size: 0.85rem;
    }
    
    .footer-menu a {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
    
    .footer-bottom {
        margin-top: 1rem;
        padding: 0.75rem 1.5rem;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .footer-payment {
        justify-content: center;
        flex-wrap: wrap;
        font-size: 0.75rem;
    }
    
    .footer-payment i {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 1.25rem 0 0;
    }
    
    .footer-content {
        padding: 0 1.25rem 0.875rem;
        gap: 1rem;
    }
    
    .footer-brand {
        padding-bottom: 0.875rem;
    }
    
    .footer-logo h3 {
        font-size: 1.2rem;
        margin-bottom: 0.4rem;
    }
    
    .footer-description {
        font-size: 0.8rem;
        padding: 0;
        margin-bottom: 0.5rem;
    }
    
    .social-link {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
    }
    
    .footer-contact,
    .footer-links {
        padding: 0.625rem 0;
    }
    
    .footer-title {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0.4rem;
    }
    
    .contact-item {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .contact-item i {
        font-size: 1rem;
        min-width: 20px;
    }
    
    .contact-label {
        font-size: 0.6rem;
    }
    
    .contact-item a,
    .contact-item span {
        font-size: 0.8rem;
    }
    
    .footer-menu a {
        padding: 0.5rem 0.625rem;
        font-size: 0.8rem;
    }
    
    .footer-bottom {
        padding: 0.625rem 1.25rem;
        margin-top: 0.75rem;
    }
    
    .footer-bottom p {
        font-size: 0.8rem;
    }
    
    .footer-payment {
        font-size: 0.7rem;
    }
    
    .footer-payment i {
        font-size: 1.1rem;
    }
}

@media (max-width: 360px) {
    footer {
        padding: 1rem 0 0;
    }
    
    .footer-content {
        padding: 0 1rem 0.75rem;
        gap: 0.875rem;
    }
    
    .footer-brand {
        padding-bottom: 0.75rem;
    }
    
    .footer-logo h3 {
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
    }
    
    .footer-description {
        font-size: 0.75rem;
        margin-bottom: 0.4rem;
    }
    
    .social-link {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    
    .footer-contact,
    .footer-links {
        padding: 0.5rem 0;
    }
    
    .footer-title {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
        padding-bottom: 0.3rem;
    }
    
    .contact-item {
        padding: 0.4rem;
        margin-bottom: 0.4rem;
    }
    
    .contact-item i {
        font-size: 0.95rem;
        min-width: 18px;
    }
    
    .contact-label {
        font-size: 0.55rem;
    }
    
    .contact-item a,
    .contact-item span {
        font-size: 0.75rem;
    }
    
    .footer-menu a {
        padding: 0.4rem 0.5rem;
        font-size: 0.75rem;
    }
    
    .footer-bottom {
        padding: 0.5rem;
        margin-top: 0.5rem;
    }
    
    .footer-bottom p {
        font-size: 0.75rem;
    }
    
    .footer-payment {
        font-size: 0.65rem;
    }
    
    .footer-payment i {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .logo-image {
        width: 110px;
        height: auto;
    }
    
    .logo-container {
        gap: 0.5rem;
        justify-content: center;
    }
    
    .logo-slogan {
        gap: 0.1rem;
        padding-left: 0.4rem;
    }
    
    .logo-slogan span {
        font-size: 0.95rem;
    }
    
    .nav-bottom-row {
        gap: 0.5rem;
    }
}

/* 430px için özel ayarlar */
@media (max-width: 430px) and (min-width: 391px) {
    .logo-slogan span {
        font-size: 1.2rem;
    }
    
    .logo-image {
        width: 105px;
    }
    
    .logo-container {
        gap: 0.5rem;
    }
}

/* 390px için özel ayarlar */
@media (max-width: 390px) and (min-width: 361px) {
    .logo-slogan span {
        font-size: 1.15rem;
    }
    
    .logo-image {
        width: 100px;
    }
    
    .logo-container {
        gap: 0.45rem;
    }
}

/* Çok küçük ekranlar (360px ve altı) */
@media (max-width: 360px) {
    .logo-image {
        width: 90px;
        height: auto;
    }
    
    .logo-container {
        gap: 0.4rem;
        padding: 0.2rem 0;
    }
    
    .logo-slogan {
        gap: 0.08rem;
        padding-left: 0.3rem;
    }
    
    .logo-slogan span {
        font-size: 1.2rem;
        letter-spacing: 0.2px;
    }
    
    .nav-bottom-row {
        gap: 0.4rem;
    }
    
    .navbar {
        padding: 0.6rem;
        gap: 0.6rem;
    }
    
    .nav-link span {
        font-size: 0.9rem;
    }
    
    /* Kategori resimleri küçük ekran */
    .category-image {
        width: 75px;
        height: 75px;
    }
    
    .category-image-item {
        min-width: 75px;
    }
    
    .category-slider-container {
        max-width: 100%;
    }
    
    .category-slider-track {
        gap: 0.3rem;
        padding: 0 0.3rem;
    }
    
    .category-image-item h3 {
        font-size: 1rem;
    }
    
    /* Küçük mobilde 1 sütun */
    .products-grid-4x4 {
        grid-template-columns: 1fr !important;
        gap: 0.6rem;
        max-width: 100%;
    }
    
    .category-products-container {
        padding: 0 0.5rem;
    }
    
    .category-slider-container {
        padding: 0 0.5rem;
    }
    
    /* Hamburger menü butonu küçük ekranlarda da görünür */
    .hamburger-menu {
        display: flex !important;
        min-width: 44px;
        min-height: 44px;
    }
    
    /* Mobil menü küçük ekranlarda da düzgün çalışsın */
    .sidebar-container {
        width: 280px;
        max-width: 90vw;
    }
    
    .products-display {
        padding: 0.5rem;
    }
    
    .featured-discounted-container {
        padding: 0 0.5rem;
    }
    
    .product-item {
        max-width: 100%;
        width: 100%;
    }
    
    .product-item img {
        height: 220px;
        object-fit: contain;
        background: #f8f9fa;
        padding: 0.5rem;
    }
    
    .navbar {
        padding: 0.6rem;
    }
    
    .logo-image {
        width: 150px !important;
    }
    
    .logo-slogan span {
        font-size: 2rem !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
        color: inherit !important;
    }
    
    .logo-slogan span:first-child {
        color: #3498db !important;
        text-shadow: 0 2px 8px rgba(52, 152, 219, 0.3) !important;
    }
    
    .logo-slogan span:last-child {
        color: #2c3e50 !important;
        text-shadow: 0 2px 8px rgba(44, 62, 80, 0.2) !important;
    }
}

/* Sayfalama Stilleri */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.pagination-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-btn:hover {
    background: #2980b9;
}

.pagination-btn:disabled {
    background: #bdc3c7;
    cursor: not-allowed;
}

.page-numbers {
    display: flex;
    gap: 0.5rem;
}

.page-number {
    background: #ecf0f1;
    color: #2c3e50;
    border: 1px solid #bdc3c7;
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    min-width: 40px;
    text-align: center;
}

.page-number:hover {
    background: #d5dbdb;
    border-color: #95a5a6;
}

.page-number.active {
    background: #3498db;
    color: white;
    border-color: #3498db;
}

.page-number.dots {
    border: none;
    background: none;
    cursor: default;
    min-width: auto;
}

.page-number.dots:hover {
    background: none;
}


/* Ürün Detay Sayfası */
.product-detail-container {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.back-to-products-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    margin: 0.5rem 1rem;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.back-to-products-btn:hover {
    background: #2980b9;
    transform: translateX(-5px);
}

.product-detail-content {
    display: flex;
    flex: 1;
    gap: 2rem;
    padding: 0 2rem 2rem;
    min-height: 500px;
    overflow: visible;
    flex-wrap: wrap;
}

.product-detail-content-vertical {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 0 2rem 1rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

.product-detail-main-layout {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    width: 100%;
}

.product-detail-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.product-detail-right {
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.product-detail-title {
    color: #2c3e50;
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin: 0;
    margin-top: -1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    padding: 0.3rem 0;
}

.product-detail-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    overflow: visible;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 2px solid #e9ecef;
    min-height: 400px;
}

.product-detail-image-wrapper {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    overflow: visible;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 2px solid #e9ecef;
    width: 100%;
    margin-top: -1rem;
}

.product-image-slider {
    position: relative;
    min-height: 300px;
    max-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 15px;
    margin-bottom: 0.8rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-image-slider:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: scale(1.02);
}

.product-image-slider img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 380px;
    min-height: 250px;
    object-fit: contain;
    border-radius: 15px;
    transition: transform 0.3s ease;
    display: block;
}

.product-image-slider:hover img {
    transform: scale(1.05);
}

.product-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.product-nav-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.product-prev {
    left: 10px;
}

.product-next {
    right: 10px;
}

.product-thumbnails {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 100px;
    overflow-y: auto;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.thumbnail {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.6;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.thumbnail:hover {
    opacity: 1;
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
    border-color: #3498db;
}

.thumbnail.active {
    border-color: #3498db;
    opacity: 1;
    transform: scale(1.2) translateY(-5px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}

.product-detail-info {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: visible;
    max-width: 100%;
}

.product-detail-info h2 {
    color: #2c3e50;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.product-detail-description {
    color: #555;
    font-size: clamp(0.9rem, 2vw, 1.15rem);
    line-height: 1.8;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 1.5rem;
    background: rgba(52, 152, 219, 0.05);
    border-radius: 10px;
    border-left: 4px solid #3498db;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.product-detail-description p {
    margin: 0;
    color: #2c3e50;
}

/* Ürün Detay Fiyat Bölümü - Nalbur Teması */
.product-detail-price-container {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
    padding: 1.2rem;
    border-radius: 12px;
    margin: 0;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: white;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
    border: 2px solid #34495e;
}

.product-detail-price-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f39c12 0%, #e67e22 50%, #f39c12 100%);
    z-index: 1;
}

.product-detail-price-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.03) 2px,
            rgba(255, 255, 255, 0.03) 4px
        );
    pointer-events: none;
}

.product-detail-price-container::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

.price-label {
    font-size: 0.95rem;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.price-label i {
    color: #f39c12;
    font-size: 1rem;
}

.discount-badge-large {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(231, 76, 60, 0.6);
    }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.price-display {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.price-original-wrapper,
.price-current-wrapper {
    width: 100%;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.price-original-wrapper:hover,
.price-current-wrapper:hover {
    background: rgba(52, 73, 94, 0.8);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.price-current-wrapper {
    background: rgba(243, 156, 18, 0.25);
    border-color: rgba(243, 156, 18, 0.5);
    border-left: 5px solid #f39c12;
    box-shadow: 0 5px 20px rgba(243, 156, 18, 0.3);
}

.price-original-wrapper::before,
.price-current-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.price-original-wrapper:hover::before,
.price-current-wrapper:hover::before {
    left: 100%;
}

.price-original-label,
.price-current-label {
    display: block;
    font-size: 0.9rem;
    opacity: 1;
    margin-bottom: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f39c12;
}

.price-original-value {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: line-through;
    opacity: 0.7;
    text-decoration-thickness: 3px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
}

.price-current-value {
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    text-shadow: 0 2px 15px rgba(243, 156, 18, 0.6), 0 0 25px rgba(243, 156, 18, 0.3);
    word-wrap: break-word;
    color: #f39c12;
    letter-spacing: 0.5px;
}

.price-savings {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem;
    background: rgba(39, 174, 96, 0.25);
    border-radius: 8px;
    border: 2px solid rgba(39, 174, 96, 0.4);
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.8rem;
    border-left: 4px solid #27ae60;
}

.price-savings i {
    font-size: 1.2rem;
    color: #27ae60;
}

/* Adet Seçici */
.quantity-selector {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

.quantity-selector label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.quantity-selector label i {
    color: #f39c12;
    font-size: 1.1rem;
}

.quantity-controls-detail {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
    background: rgba(52, 73, 94, 0.6);
    border-radius: 8px;
    padding: 0.4rem;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.qty-btn {
    background: rgba(243, 156, 18, 0.3);
    border: 2px solid rgba(243, 156, 18, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.qty-btn:hover {
    background: rgba(243, 156, 18, 0.5);
    border-color: #f39c12;
    transform: scale(1.1);
}

.qty-btn:active {
    transform: scale(0.95);
}

.quantity-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem;
    min-width: 60px;
    -moz-appearance: textfield;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-input:focus {
    outline: none;
    border-color: #f39c12;
    background: rgba(255, 255, 255, 0.15);
}


.price-savings i {
    font-size: 1.3rem;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.product-specifications {
    margin: 0;
    padding: 0.8rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 2px solid #e9ecef;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    overflow: visible;
    max-width: 100%;
}

.product-specifications::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #3498db 0%, #2980b9 100%);
}

.product-specifications h3 {
    color: #2c3e50;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #e9ecef;
}

.product-specifications h3 i {
    color: #3498db;
    font-size: 1.3rem;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.specifications-content {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 100%;
    overflow: visible;
}

.specifications-content p {
    margin: 0;
    padding: 0.5rem 0.5rem 0.5rem 1.8rem;
    background: white;
    border-radius: 6px;
    border-left: 3px solid #3498db;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    font-size: 0.85rem;
}

.product-detail-bottom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

/* Sağ taraftaki fiyat ve buton için özel stiller */
.product-detail-right .product-detail-price-container {
    margin: 0;
    width: 100%;
}

.product-detail-right .add-to-cart-btn-large {
    width: 100%;
    margin: 0;
}

.specifications-content p:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
    border-left-color: #2980b9;
}

.specifications-content p::before {
    content: '✓';
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #27ae60;
    font-weight: bold;
    font-size: 1.2rem;
    background: rgba(39, 174, 96, 0.1);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-detail-tags {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.product-detail-tags .category-tag,
.product-detail-tags .brand-tag {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.add-to-cart-btn-large {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    border: none;
    padding: 1.3rem 2rem;
    border-radius: 15px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.add-to-cart-btn-large::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.add-to-cart-btn-large:hover::before {
    width: 300px;
    height: 300px;
}

.add-to-cart-btn-large:hover {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(39, 174, 96, 0.5);
    border-color: rgba(255, 255, 255, 0.4);
}

.add-to-cart-btn-large:active {
    transform: translateY(-2px) scale(0.98);
}

.add-to-cart-btn-large:active {
    transform: translateY(-1px);
}

/* Responsive ürün detay */
@media (max-width: 768px) {
    .product-detail-container {
        min-height: auto;
        max-height: calc(100vh - 80px);
    }
    
    .product-detail-content-vertical {
        padding: 0 1rem 1rem;
        gap: 1rem;
    }
    
    .product-detail-title {
        font-size: 1.5rem;
        padding: 0.5rem 0;
    }
    
    .product-detail-main-layout {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .product-detail-right {
        flex: 1;
        width: 100%;
        position: static;
    }
    
    .product-detail-image-wrapper {
        padding: 1rem;
    }
    
    .product-image-slider {
        min-height: 250px;
        max-height: 350px;
    }
    
    .product-image-slider img {
        max-height: 350px;
        min-height: 200px;
    }
    
    .product-detail-price-container {
        padding: 1.5rem;
    }
    
    .price-display {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .price-original-wrapper,
    .price-current-wrapper {
        width: 100%;
        padding: 1rem;
    }
    
    .price-current-value {
        font-size: 2.2rem;
    }
    
    .price-original-value {
        font-size: 1.5rem;
    }
    
    .price-savings {
        font-size: 0.9rem;
        padding: 0.8rem;
    }
    
    .quantity-selector {
        margin-top: 1rem;
        padding-top: 1rem;
    }
    
    .quantity-controls-detail {
        padding: 0.4rem;
    }
    
    .qty-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .quantity-input {
        font-size: 1rem;
        padding: 0.4rem;
    }
    
    .product-specifications {
        padding: 0.8rem;
    }
    
    .specifications-content p {
        font-size: 0.8rem;
        padding: 0.4rem 0.4rem 0.4rem 1.5rem;
    }
    
    .add-to-cart-btn-large {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .product-thumbnails {
        max-height: 100px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding: 0.8rem;
    }
    
    .thumbnail {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
    }
}

/* Sepet Modal Stilleri */
.cart-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.cart-modal-content {
    background: white;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cart-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.cart-modal-header h2 {
    margin: 0;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.close-cart-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #7f8c8d;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-cart-btn:hover {
    background: #e74c3c;
    color: white;
}

.cart-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.empty-cart {
    text-align: center;
    padding: 3rem;
    color: #7f8c8d;
}

.empty-cart i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    gap: 1rem;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h4 {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 1rem;
}

.cart-item-category {
    margin: 0 0 0.5rem 0;
    color: #7f8c8d;
    font-size: 0.85rem;
}

.cart-item-price {
    margin: 0;
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.1rem;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #3498db;
    color: white;
    border-color: #3498db;
}

.quantity {
    min-width: 30px;
    text-align: center;
    font-weight: bold;
}

.remove-item-btn {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.remove-item-btn:hover {
    background: #c0392b;
    transform: scale(1.1);
}

.cart-modal-footer {
    padding: 1.5rem;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.cart-summary {
    margin-bottom: 1rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

.summary-row.total {
    font-weight: bold;
    font-size: 1.2rem;
    color: #2c3e50;
    border-top: 2px solid #3498db;
    margin-top: 0.5rem;
    padding-top: 1rem;
}

.cart-actions {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.clear-cart-btn {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.clear-cart-btn:hover {
    background: #c0392b;
    transform: translateY(-2px);
}

.checkout-btn {
    background: #27ae60;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
}

.checkout-btn:hover {
    background: #229954;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
}

/* Checkout Modal Stilleri */
.checkout-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}

.checkout-modal-content {
    background: white;
    border-radius: 15px;
    width: 95%;
    max-width: 1000px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.checkout-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.checkout-modal-header h2 {
    margin: 0;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.close-checkout-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #7f8c8d;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-checkout-btn:hover {
    background: #e74c3c;
    color: white;
}

.checkout-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    gap: 2rem;
}

.checkout-form {
    flex: 1;
}

.form-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
}

.form-section h3 {
    margin: 0 0 1rem 0;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.3rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.form-row input,
.form-row select,
.form-row textarea {
    flex: 1;
    padding: 0.9rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-row textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.order-summary {
    flex: 0 0 350px;
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    height: fit-content;
}

.order-summary h3 {
    margin: 0 0 1rem 0;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.order-items {
    margin-bottom: 1rem;
}

.order-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.order-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.order-item-details {
    flex: 1;
}

.order-item-details h4 {
    margin: 0 0 0.3rem 0;
    font-size: 0.9rem;
    color: #2c3e50;
}

.order-item-details p {
    margin: 0;
    font-size: 0.8rem;
    color: #7f8c8d;
}

.order-item-total {
    font-weight: bold;
    color: #e74c3c;
}

.order-totals {
    border-top: 2px solid #3498db;
    padding-top: 1rem;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0;
}

.total-row.final-total {
    font-weight: bold;
    font-size: 1.3rem;
    color: #2c3e50;
    border-top: 2px solid #3498db;
    margin-top: 0.8rem;
    padding-top: 1rem;
}

.total-amount {
    color: #27ae60;
    font-size: 1.4rem;
}

.checkout-modal-footer {
    padding: 1.5rem;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.payment-options {
    width: 100%;
}

.payment-options h4 {
    margin: 0 0 1rem 0;
    color: #2c3e50;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.payment-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.payment-btn {
    padding: 1.2rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.payment-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.payment-btn:hover::before {
    width: 300px;
    height: 300px;
}

.payment-btn i {
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.payment-btn span {
    position: relative;
    z-index: 1;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
}

.whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
}

.bank-transfer-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

.bank-transfer-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);
}

.footer-actions {
    display: flex;
    justify-content: center;
}

.back-to-cart-btn {
    background: #7f8c8d;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.back-to-cart-btn:hover {
    background: #6c7b7d;
}

.place-order-btn {
    background: #27ae60;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
}

.place-order-btn:hover {
    background: #229954;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
}

/* Havale/EFT Modal Stilleri */
.bank-transfer-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    backdrop-filter: blur(5px);
}

.bank-transfer-content {
    background: white;
    border-radius: 20px;
    width: 95%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.bank-transfer-header {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bank-transfer-header h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
}

.close-bank-modal {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-bank-modal:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.bank-transfer-body {
    padding: 2rem;
    overflow-y: auto;
    flex: 1;
}

.bank-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.info-card,
.amount-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 1.5rem;
    border-radius: 15px;
    border: 2px solid #e8f5e9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.info-card h3,
.amount-card h3 {
    margin: 0 0 1rem 0;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.info-row:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: 600;
    color: #7f8c8d;
    min-width: 120px;
    font-size: 0.95rem;
}

.info-value {
    flex: 1;
    color: #2c3e50;
    font-weight: 500;
    font-size: 1rem;
    word-break: break-all;
}

.copy-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-shrink: 0;
}

.copy-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.amount-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border-radius: 12px;
    margin: 1rem 0;
}

.amount-label {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.amount-value {
    color: white;
    font-size: 1.8rem;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.amount-note {
    margin: 0.5rem 0 0 0;
    color: #7f8c8d;
    font-size: 0.9rem;
    font-style: italic;
}

.order-summary-mini {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
}

.order-summary-mini h4 {
    margin: 0 0 0.8rem 0;
    color: #2c3e50;
    font-size: 1rem;
}

.mini-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #7f8c8d;
    border-bottom: 1px solid #e0e0e0;
}

.mini-item:last-child {
    border-bottom: none;
}

.bank-transfer-footer {
    padding: 1.5rem;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.confirm-transfer-btn {
    width: 100%;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}

.confirm-transfer-btn:hover {
    background: linear-gradient(135deg, #229954 0%, #27ae60 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
}

/* Sipariş Onay Modal Stilleri */
.order-confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}

.order-confirmation-content {
    background: white;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.order-confirmation-header {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
}

.success-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.order-confirmation-header h2 {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
}

.order-confirmation-header p {
    margin: 0;
    font-size: 1.1rem;
    opacity: 0.9;
}

.order-confirmation-body {
    flex: 1;
    overflow-y: auto;
    padding: 2rem;
}

.order-details {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
}

.order-details h3 {
    margin: 0 0 1rem 0;
    color: #2c3e50;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.detail-row:last-child {
    border-bottom: none;
}

.order-items-summary {
    margin-bottom: 2rem;
}

.order-items-summary h3 {
    margin: 0 0 1rem 0;
    color: #2c3e50;
}

.order-item-summary {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.order-item-summary img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.item-info {
    flex: 1;
}

.item-info h4 {
    margin: 0 0 0.3rem 0;
    color: #2c3e50;
}

.item-info p {
    margin: 0;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.item-total {
    font-weight: bold;
    color: #e74c3c;
    font-size: 1.1rem;
}

.order-totals-summary {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
}

.order-totals-summary .total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

.order-totals-summary .final-total {
    font-weight: bold;
    font-size: 1.3rem;
    color: #2c3e50;
    border-top: 2px solid #3498db;
    margin-top: 1rem;
    padding-top: 1rem;
}

.order-confirmation-footer {
    padding: 1.5rem;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.print-order-btn,
.new-order-btn {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.print-order-btn {
    background: #3498db;
    color: white;
}

.print-order-btn:hover {
    background: #2980b9;
}

.new-order-btn {
    background: #27ae60;
    color: white;
}

.new-order-btn:hover {
    background: #229954;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .checkout-modal-body {
        flex-direction: column;
    }
    
    .order-summary {
        flex: none;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .payment-buttons {
        grid-template-columns: 1fr;
    }
    
    .payment-btn {
        padding: 1rem 1.2rem;
        font-size: 0.95rem;
    }
    
    .payment-btn i {
        font-size: 1.8rem;
    }
    
    .cart-actions {
        flex-direction: column;
    }
    
    .checkout-modal-footer {
        flex-direction: column;
    }
    
    .order-confirmation-footer {
        flex-direction: column;
    }
    
    .bank-transfer-content {
        width: 98%;
        max-height: 95vh;
    }
    
    .bank-info {
        gap: 1rem;
    }
    
    .info-card,
    .amount-card {
        padding: 1.2rem;
    }
    
    .info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .info-label {
        min-width: auto;
    }
    
    .copy-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Öne Çıkan ve İndirimli Ürünler Bölümü */
.featured-discounted-section {
    padding: 2rem 0;
    background: transparent;
}

.featured-discounted-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-tabs {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    background: white;
    border: 2px solid #e0e0e0;
    padding: 1rem 2rem;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 200px;
    justify-content: center;
}

.tab-btn:hover {
    border-color: #3498db;
    color: #3498db;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
}

.tab-btn.active {
    background: #3498db;
    border-color: #3498db;
    color: white;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.tab-btn i {
    font-size: 1.2rem;
}

.tab-content {
    display: none;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-content h3 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Öne Çıkan ve İndirimli Ürünler için 3x3 Grid */
.tab-content .products-grid-4x4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    overflow: visible;
    align-items: stretch;
}

/* Mobil ve tablet için tab-content içindeki ürünler de 1 sütun */
@media (max-width: 1024px) {
    .tab-content .products-grid-4x4 {
        grid-template-columns: 1fr !important;
        gap: 0.8rem;
    }
}

/* Öne Çıkan ve İndirimli Ürünler Responsive */
@media (max-width: 768px) {
    .section-tabs {
        flex-direction: row;
        gap: 1rem;
        justify-content: space-around;
    }

    .tab-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        min-width: 150px;
    }

    .tab-content {
        padding: 1rem;
    }

    .tab-content h3 {
        font-size: 1.5rem;
    }
    
    /* Tablet ve küçük ekranlarda 1 sütun */
    .tab-content .products-grid-4x4 {
        grid-template-columns: 1fr !important;
        gap: 0.8rem;
        max-width: 100%;
    }
    
    .tab-content .product-item {
        max-width: 100%;
        width: 100%;
    }
    
    .tab-content .product-item img {
        height: 250px;
        object-fit: contain;
        background: #f8f9fa;
        padding: 0.5rem;
    }
    
    .featured-discounted-container {
        padding: 0 0.8rem;
    }
}

@media (max-width: 480px) {
    .featured-discounted-section {
        padding: 1rem 0;
    }
    
    .section-tabs {
        gap: 0.8rem;
        justify-content: space-between;
    }
    
    .tab-btn {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
        min-width: 120px;
    }
    
    .tab-content {
        padding: 0.8rem;
    }
    
    .tab-content h3 {
        font-size: 1.3rem;
    }
    
    /* Mobilde 1 sütun */
    .tab-content .products-grid-4x4 {
        grid-template-columns: 1fr !important;
        gap: 0.8rem;
        max-width: 100%;
    }
    
    .tab-content .product-item {
        max-width: 100%;
        width: 100%;
    }
    
    .tab-content .product-item img {
        height: 220px;
        object-fit: contain;
        background: #f8f9fa;
        padding: 0.5rem;
    }
    
    .featured-discounted-container {
        padding: 0 0.5rem;
    }
    
}

/* Sepet Sütunu Stilleri */
.cart-sidebar {
    position: fixed;
    top: 80px;
    right: -400px;
    width: 400px;
    height: auto;
    max-height: calc(100vh - 80px);
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.cart-sidebar.show {
    right: 0;
}

.cart-sidebar-header {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.cart-sidebar-header h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-items-count {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Sepet kapatma butonu - Desktop'ta gizli, mobilde görünür */
.close-cart-sidebar-btn {
    display: none; /* Desktop'ta gizli */
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.close-cart-sidebar-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg) scale(1.1);
}

.close-cart-sidebar-btn:active {
    transform: rotate(90deg) scale(0.95);
}

.cart-sidebar-body {
    overflow-y: visible;
    padding: 20px;
}

.empty-cart-message {
    text-align: center;
    color: #bdc3c7;
    padding: 40px 20px;
}

.empty-cart-message i {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.5;
}

.empty-cart-message p {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.empty-cart-message small {
    font-size: 0.9rem;
    opacity: 0.8;
}

.cart-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.cart-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cart-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.cart-item-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.cart-item-info {
    flex: 1;
}

.cart-item-name {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 5px;
    line-height: 1.3;
}

.cart-item-price {
    color: #f39c12;
    font-weight: 700;
    font-size: 1.1rem;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 5px;
}

.quantity-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.quantity-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.quantity-display {
    color: white;
    font-weight: 600;
    min-width: 30px;
    text-align: center;
    font-size: 0.9rem;
}

.remove-item-btn {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.remove-item-btn:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(231, 76, 60, 0.3);
}

.cart-sidebar-footer {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-summary {
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    color: #ecf0f1;
    font-size: 0.95rem;
}

.summary-row.total {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    padding-top: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #f39c12;
}

.cart-actions {
    display: flex;
    gap: 10px;
}

.clear-cart-btn {
    flex: 1;
    background: rgba(231, 76, 60, 0.2);
    border: 2px solid #e74c3c;
    color: #e74c3c;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.clear-cart-btn:hover {
    background: #e74c3c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.checkout-btn {
    flex: 2;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    border: none;
    color: white;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.checkout-btn:hover {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

/* Sepet sütunu için overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Sepet sütunu responsive */
@media (max-width: 768px) {
    .cart-sidebar {
        width: 100%;
        right: -100%;
        top: 80px;
        height: auto;
        max-height: calc(100vh - 80px);
    }
    
    .cart-sidebar.show {
        right: 0;
    }
    
    /* Mobilde kapatma butonunu göster */
    .close-cart-sidebar-btn {
        display: flex !important;
    }
    
    .cart-header-right {
        gap: 8px;
    }
    
    .cart-items-count {
        font-size: 0.85rem;
        padding: 4px 10px;
    }
    
    .cart-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .cart-item-image {
        width: 80px;
        height: 80px;
    }
    
    .cart-actions {
        flex-direction: column;
    }
}

/* Google Maps Bölümü */
.map-section {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.3);
    margin: 2rem 0;
    max-width: 100%;
}

.map-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.map-container h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.map-container p {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 2rem;
}

.map-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
    display: block;
    width: 100%;
    border: none;
}

/* Benzer Ürünler Bölümü */
.similar-products-section {
    margin-top: 3rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.similar-products-section h3 {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.similar-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.similar-product-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.similar-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.similar-product-item img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.similar-product-item h4 {
    font-size: 0.9rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    min-height: 40px;
}

.similar-product-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.similar-product-price .original-price {
    text-decoration: line-through;
    color: #95a5a6;
    font-size: 0.85rem;
}

.similar-product-price .current-price {
    color: #27ae60;
    font-weight: bold;
    font-size: 1rem;
}

.similar-product-price .discount-badge {
    background: #e74c3c;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: bold;
}
/* Mobil Banner Section - Sadece mobilde görünür */
.mobile-banner-section {
    display: none;
    padding: 1rem 0;
    background: #f8f9fa;
}

@media (max-width: 768px) {
    .mobile-banner-section {
        display: block;
    }
}

.mobile-banner-container {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    overflow: hidden;
}

.mobile-banner-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 0;
}

.mobile-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:contain;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.mobile-banner-image.active {
    opacity: 1;
    z-index: 1;
}

/* Mobil banner yön tuşları */
.mobile-banner-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    font-size: 18px;
}

.mobile-banner-nav-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.mobile-banner-prev {
    left: 10px;
}

.mobile-banner-next {
    right: 10px;
}

/* Güvenlik Rozetleri - Mobil - Premium Profesyonel Tasarım */
.mobile-trust-badges {
    display: none; /* Sadece mobilde görünür */
    padding: 1.5rem 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, #3498db, #2ecc71, #e67e22, #9b59b6) 1;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}

.mobile-trust-badges::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.3), transparent);
}

@media (max-width: 768px) {
    .mobile-trust-badges {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
}

.trust-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.3rem 1rem;
    background: linear-gradient(145deg, #ffffff 0%, #fafbfc 100%);
    border-radius: 16px;
    border: 2px solid #e8edf2;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.trust-badge-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.trust-badge-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.trust-badge-item:hover::before {
    opacity: 1;
}

.trust-badge-item:hover::after {
    left: 100%;
}

.trust-badge-item:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15),
                0 4px 10px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.trust-badge-item .icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
}

.trust-badge-item .icon-wrapper::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, currentColor, transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.trust-badge-item:hover .icon-wrapper::before {
    opacity: 1;
}

.trust-badge-item i {
    font-size: 2rem;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.trust-badge-item:hover i {
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.trust-badge-item span {
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    line-height: 1.3;
}

/* Her rozet için özel renkler ve gradient'ler */
.trust-badge-item:nth-child(1) .icon-wrapper {
    background: linear-gradient(135deg, #e8f8f5 0%, #d4f5e5 100%);
}

.trust-badge-item:nth-child(1) i {
    color: #27ae60;
}

.trust-badge-item:nth-child(1):hover {
    background: linear-gradient(145deg, #e8f8f5 0%, #d4f5e5 100%);
    border-color: #27ae60;
    box-shadow: 0 12px 30px rgba(39, 174, 96, 0.3),
                0 4px 10px rgba(39, 174, 96, 0.2);
}

.trust-badge-item:nth-child(1):hover .icon-wrapper {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    transform: scale(1.1) rotate(5deg);
}

.trust-badge-item:nth-child(1):hover i {
    color: #ffffff;
}

.trust-badge-item:nth-child(2) .icon-wrapper {
    background: linear-gradient(135deg, #fef5e7 0%, #fdebd0 100%);
}

.trust-badge-item:nth-child(2) i {
    color: #e67e22;
}

.trust-badge-item:nth-child(2):hover {
    background: linear-gradient(145deg, #fef5e7 0%, #fdebd0 100%);
    border-color: #e67e22;
    box-shadow: 0 12px 30px rgba(230, 126, 34, 0.3),
                0 4px 10px rgba(230, 126, 34, 0.2);
}

.trust-badge-item:nth-child(2):hover .icon-wrapper {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    transform: scale(1.1) rotate(-5deg);
}

.trust-badge-item:nth-child(2):hover i {
    color: #ffffff;
}

.trust-badge-item:nth-child(3) .icon-wrapper {
    background: linear-gradient(135deg, #f4ecf7 0%, #ebdef5 100%);
}

.trust-badge-item:nth-child(3) i {
    color: #9b59b6;
}

.trust-badge-item:nth-child(3):hover {
    background: linear-gradient(145deg, #f4ecf7 0%, #ebdef5 100%);
    border-color: #9b59b6;
    box-shadow: 0 12px 30px rgba(155, 89, 182, 0.3),
                0 4px 10px rgba(155, 89, 182, 0.2);
}

.trust-badge-item:nth-child(3):hover .icon-wrapper {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    transform: scale(1.1) rotate(5deg);
}

.trust-badge-item:nth-child(3):hover i {
    color: #ffffff;
}

.trust-badge-item:nth-child(4) .icon-wrapper {
    background: linear-gradient(135deg, #fdedec 0%, #fadbd8 100%);
}

.trust-badge-item:nth-child(4) i {
    color: #e74c3c;
}

.trust-badge-item:nth-child(4):hover {
    background: linear-gradient(145deg, #fdedec 0%, #fadbd8 100%);
    border-color: #e74c3c;
    box-shadow: 0 12px 30px rgba(231, 76, 60, 0.3),
                0 4px 10px rgba(231, 76, 60, 0.2);
}

.trust-badge-item:nth-child(4):hover .icon-wrapper {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    transform: scale(1.1) rotate(-5deg);
}

.trust-badge-item:nth-child(4):hover i {
    color: #ffffff;
}

@media (max-width: 480px) {
    .mobile-trust-badges {
        padding: 1.2rem 0.8rem;
        gap: 1rem;
    }
    
    .trust-badge-item {
        padding: 1.1rem 0.8rem;
        gap: 0.7rem;
        border-radius: 14px;
    }
    
    .trust-badge-item .icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .trust-badge-item i {
        font-size: 1.8rem;
    }
    
    .trust-badge-item span {
        font-size: 0.88rem;
    }
}

@media (max-width: 360px) {
    footer {
        padding: 2rem 0 0;
    }
    
    .footer-content {
        padding: 0 1rem 1.5rem;
        gap: 1.75rem;
    }
    
    .footer-brand {
        padding-bottom: 1.5rem;
    }
    
    .footer-logo h3 {
        font-size: 1.3rem;
    }
    
    .footer-description {
        font-size: 0.8rem;
    }
    
    .social-link {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    
    .footer-contact,
    .footer-links {
        padding: 1rem 0;
    }
    
    .footer-title {
        font-size: 0.95rem;
        margin-bottom: 0.875rem;
    }
    
    .contact-item {
        padding: 0.75rem;
        margin-bottom: 0.75rem;
    }
    
    .contact-item i {
        font-size: 1rem;
        min-width: 20px;
    }
    
    .contact-label {
        font-size: 0.6rem;
    }
    
    .contact-item a,
    .contact-item span {
        font-size: 0.8rem;
    }
    
    .footer-menu a {
        padding: 0.7rem 0.75rem;
        font-size: 0.8rem;
    }
    
    .footer-bottom {
        padding: 1rem;
    }
    
    .footer-bottom p {
        font-size: 0.8rem;
    }
    
    .footer-payment {
        font-size: 0.7rem;
    }
    
    .footer-payment i {
        font-size: 1.2rem;
    }
    
    .mobile-trust-badges {
        padding: 1rem 0.6rem;
        gap: 0.9rem;
    }
    
    .trust-badge-item {
        padding: 1rem 0.6rem;
        gap: 0.6rem;
        border-radius: 12px;
    }
    
    .trust-badge-item .icon-wrapper {
        width: 46px;
        height: 46px;
    }
    
    .trust-badge-item i {
        font-size: 1.6rem;
    }
    
    .trust-badge-item span {
        font-size: 0.82rem;
        letter-spacing: 0.3px;
    }
}

/* Çok küçük mobil cihazlar için */
@media (max-width: 480px) {
    .mobile-banner-slider {
        height: 320px;
    }
}

@media (max-width: 360px) {
    .mobile-banner-slider {
        height: 280px;
    }
}

/* Mobil için fiyat gösterimi iyileştirmeleri */
@media (max-width: 768px) {
    /* Fiyat container'ı mobilde dikey olarak düzenle */
    .price-container {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.5rem !important;
        padding: 1.2rem 0.8rem !important;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
        border-radius: 12px !important;
        border: 2px solid #e8f5e9 !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1) !important;
        min-height: auto !important;
    }
    
    /* Fiyat container'ın ::before pseudo elementini mobilde gizle */
    .price-container::before {
        display: none !important;
    }
    
    /* Güncel fiyat mobilde daha büyük ve belirgin */
    .price-container .current-price {
        font-size: 2rem !important;
        font-weight: 900 !important;
        color: #27ae60 !important;
        text-align: center !important;
        margin: 0 !important;
        line-height: 1.1 !important;
        letter-spacing: -0.5px !important;
        text-shadow: 0 2px 4px rgba(39, 174, 96, 0.3) !important;
        width: 100%;
    }
    
    /* Orijinal fiyat mobilde daha küçük ve ortada */
    .price-container .original-price {
        font-size: 0.95rem !important;
        text-align: center !important;
        margin: 0 !important;
        transform: none !important;
        opacity: 0.7 !important;
        width: 100%;
    }
    
    /* İndirim rozeti mobilde daha belirgin ve ortada */
    .price-container .discount-badge {
        font-size: 0.85rem !important;
        padding: 0.5rem 1rem !important;
        text-align: center !important;
        align-self: center !important;
        margin: 0 !important;
        width: auto !important;
        display: inline-block !important;
        border-radius: 12px !important;
        box-shadow: 0 3px 8px rgba(231, 76, 60, 0.5) !important;
    }
    
    /* Sepete ekle butonu mobilde daha büyük */
    .product-item .add-to-cart-btn {
        padding: 1rem !important;
        font-size: 1.1rem !important;
        font-weight: 700 !important;
        border-radius: 12px !important;
        margin-top: 0.8rem !important;
        box-shadow: 0 5px 15px rgba(39, 174, 96, 0.4) !important;
        letter-spacing: 0.5px !important;
    }
    
    /* Fiyat container wrapper */
    .price-container-wrapper {
        gap: 0.8rem !important;
        margin-top: 1rem !important;
    }
}

/* Çok küçük ekranlar için ek iyileştirmeler */
@media (max-width: 480px) {
    .price-container .current-price {
        font-size: 1.8rem !important;
    }
    
    .price-container .original-price {
        font-size: 0.9rem !important;
    }
    
    .price-container .discount-badge {
        font-size: 0.8rem !important;
        padding: 0.45rem 0.9rem !important;
    }
    
    .product-item .add-to-cart-btn {
        padding: 0.9rem !important;
        font-size: 1rem !important;
    }
    
    .price-container {
        padding: 1rem 0.6rem !important;
    }
}

/* Çok küçük mobil cihazlar için ek iyileştirmeler */
@media (max-width: 360px) {
    .price-container .current-price {
        font-size: 1.6rem !important;
    }
    
    .price-container .original-price {
        font-size: 0.85rem !important;
    }
    
    .price-container .discount-badge {
        font-size: 0.75rem !important;
        padding: 0.4rem 0.8rem !important;
    }
    
    .product-item .add-to-cart-btn {
        padding: 0.85rem !important;
        font-size: 0.95rem !important;
    }
    
    .price-container {
        padding: 0.9rem 0.5rem !important;
    }
}

/* WhatsApp Floating Button - Mobil */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 50%, #075E54 100%);
    color: white;
    border-radius: 50%;
    display: none; /* Desktop'ta gizli */
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5),
                0 2px 8px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    z-index: 9999;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: pulse-whatsapp 2.5s infinite;
    border: 3px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.whatsapp-float:hover::before {
    width: 300px;
    height: 300px;
}

.whatsapp-float:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.7),
                0 4px 15px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, #128C7E 0%, #25D366 50%, #128C7E 100%);
    border-color: rgba(255, 255, 255, 0.4);
}

.whatsapp-float:active {
    transform: scale(1.05) rotate(0deg);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i {
    font-size: 2.2rem;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.whatsapp-float:hover i {
    transform: scale(1.1);
}

.whatsapp-tooltip {
    position: absolute;
    bottom: 75px;
    right: 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3),
                0 2px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(10px) scale(0.9);
}

.whatsapp-tooltip::before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2c3e50;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

@keyframes pulse-whatsapp {
    0%, 100% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5),
                    0 2px 8px rgba(0, 0, 0, 0.2),
                    inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 0 8px 35px rgba(37, 211, 102, 0.8),
                    0 4px 15px rgba(0, 0, 0, 0.3),
                    inset 0 1px 0 rgba(255, 255, 255, 0.4);
        transform: scale(1.05);
    }
}

/* Mobilde WhatsApp butonunu göster */
@media (max-width: 768px) {
    .whatsapp-float {
        display: flex !important;
    }
}

/* Çok küçük ekranlar için ayarlama */
@media (max-width: 480px) {
    .whatsapp-float {
        width: 58px;
        height: 58px;
        bottom: 20px;
        right: 20px;
        font-size: 2rem;
        border-width: 2.5px;
    }
    
    .whatsapp-float i {
        font-size: 2rem;
    }
    
    .whatsapp-tooltip {
        font-size: 0.85rem;
        padding: 8px 14px;
        bottom: 70px;
        border-radius: 10px;
    }
    
    .whatsapp-tooltip::before {
        right: 22px;
        border-left-width: 7px;
        border-right-width: 7px;
        border-top-width: 7px;
    }
}