/* Global Overflow Prevention */
html,
body {
    overflow-x: hidden;
    max-width: 100vw;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Section Spacing Optimization - Sabit Boşluklar */
section:not(.slider-section) {
    padding: 3rem 0 !important;
    margin: 0 !important;
}

section:first-of-type:not(.slider-section) {
    padding-top: 3rem !important;
}

section:last-of-type:not(.slider-section) {
    padding-bottom: 3rem !important;
}

/* Mobil cihazlarda section padding'lerini azalt */
@media (max-width: 768px) {
    section:not(.slider-section) {
        padding: 2rem 0 !important;
    }
    
    section:first-of-type:not(.slider-section) {
        padding-top: 1.5rem !important;
    }
}

.slider-section {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    height: 80vh !important;
    min-height: 500px !important;
    max-height: 700px !important;
    position: relative;
    background: #000;
    overflow: hidden;
}

/* Responsive slider heights */
@media (max-width: 768px) {
    .slider-section {
        height: 80vh !important;
        min-height: 450px !important;
        max-height: 600px !important;
    }
    
    .slide-text-overlay h2 {
        font-size: 2rem !important;
        padding: 1.5rem 1rem 1rem !important;
        text-shadow: 3px 3px 6px rgba(0,0,0,0.8) !important;
        font-weight: 800 !important;
    }
    
    .slide-text-overlay {
        padding: 2.5rem 1rem 1.5rem !important;
        background: linear-gradient(transparent, rgba(0,0,0,0.9)) !important;
    }
    
    /* Mobilde resim positioning */
    .carousel-slide img {
        object-position: center center !important;
        object-fit: cover !important;
        min-height: 100% !important;
    }
    
    .carousel-arrow {
        width: 40px !important;
        height: 40px !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    
    .carousel-arrow img {
        filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.7)) !important;
    }
    
    .carousel-arrow.left {
        left: 15px !important;
    }
    
    .carousel-arrow.right {
        right: 15px !important;
    }
}

/* Çok küçük ekranlar için özel ayarlar */
@media (max-width: 576px) {
    .slider-section {
        height: 75vh !important;
        min-height: 400px !important;
        max-height: 550px !important;
    }
    
    .carousel-slide img {
        object-position: center 30% !important;
        min-height: 110% !important;
    }
    
    .slide-text-overlay h2 {
        font-size: 1.8rem !important;
    }
}

@media (min-width: 769px) {
    .slider-section {
        height: 80vh !important;
        min-height: 500px !important;
        max-height: 700px !important;
    }
    
    .slide-text-overlay h2 {
        font-size: 3rem !important;
        padding: 2rem !important;
        text-shadow: 3px 3px 6px rgba(0,0,0,0.8) !important;
        font-weight: 700 !important;
    }
    
    .slide-text-overlay {
        padding: 3rem 2rem 2rem !important;
        background: linear-gradient(transparent 20%, rgba(0,0,0,0.8)) !important;
    }
    
    .carousel-arrow {
        width: 50px !important;
        height: 50px !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    
    .carousel-arrow img {
        filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.7)) !important;
    }
    
    .carousel-arrow.left {
        left: 25px !important;
    }
    
    .carousel-arrow.right {
        right: 25px !important;
    }
    
    .carousel-indicator {
        width: 8px !important;
        height: 8px !important;
    }
}

@media (max-width: 480px) {
    .slider-section {
        height: 250px !important;
        min-height: 250px !important;
    }
    
    .slide-text-overlay h2 {
        font-size: 1.5rem !important;
        padding: 1rem !important;
    }
    
    .slide-text-overlay {
        padding: 1.5rem 0.5rem 0.5rem !important;
    }
}

@media (min-width: 1200px) {
    .slider-section {
        height: 450px !important;
        min-height: 450px !important;
    }
    
    .slide-text-overlay h2 {
        font-size: 3rem !important;
    }
}

/* Header Spacing */
h2 {
    margin-bottom: 0.8em !important;
}

.carousel-container {
    width: 100vw;
    height: 690px;
    max-width: 100vw;
    max-height: 690px;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: none;
    box-sizing: border-box;
}

.carousel-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    border-radius: 0;
    display: block;
    margin: 0;
}

/* 1920x600 aspect ratio için optimize edilmiş yükseklikler */
@media (max-width: 900px) {
    .slider-section {
        margin: 0 !important;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .slider-section,
    .carousel-container {
        min-height: 280px;
        height: 280px;
        max-height: 280px;
    }

    .carousel-slide img {
        max-height: 280px;
        object-fit: cover !important;
    }
}

@media (max-width: 600px) {
    .slider-section {
        margin: 0 !important;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .slider-section,
    .carousel-container {
        min-height: 200px;
        height: 200px;
        max-height: 200px;
    }

    .carousel-slide img {
        max-height: 200px;
        object-fit: cover !important;
    }
}

@media (max-width: 480px) {
    .slider-section {
        margin: 0 !important;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    .slider-section,
    .carousel-container {
        min-height: 180px;
        height: 180px;
        max-height: 180px;
    }

    .carousel-slide img {
        max-height: 180px;
        object-fit: cover !important;
    }
}

.brand-carousel-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 100%;
    min-height: 80px;
}

.brand-carousel-slide {
    min-width: 120px;
    max-width: 160px;
    text-align: center;
    transition: opacity 0.3s;
}

@media (max-width: 900px) {
    .brand-carousel-group {
        gap: 24px;
    }

    .brand-carousel-slide {
        min-width: 80px;
        max-width: 120px;
    }
}

@media (max-width: 600px) {
    .brand-carousel-group {
        gap: 12px;
    }

    .brand-carousel-slide {
        min-width: 60px;
        max-width: 80px;
    }
}

/* MARKALAR SECTION */
.brands-section {
    padding: 3rem 0;
}

.brands-title {
    font-weight: 700;
    color: #181c2a;
    margin-bottom: 0.8em;
}

.brands-description {
    color: #444;
    font-size: 1.15rem;
    margin-bottom: 1.2em;
}

.brands-carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    padding: 1.5rem 0;
    box-shadow: none;
    overflow: hidden;
}

.brands-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    align-items: center;
    gap: 0;
    padding: 0;
    justify-content: flex-start;
}

.brand-carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding: 2rem;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    box-sizing: border-box;
}

.brand-carousel-slide:hover {
    transform: scale(1.05);
}

.brand-carousel-slide img {
    max-height: 80px;
    max-width: 200px;
    object-fit: contain;
    transition: transform 0.2s;
}

.brand-carousel-slide img:hover {
    transform: scale(1.1);
}

/* Navigasyon okları için stil */
.brands-mobile-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.brands-arrow {
    background: rgba(196, 30, 58, 0.1);
    border: 2px solid #c41e3a;
    color: #c41e3a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.brands-arrow:hover {
    background: #c41e3a;
    color: white;
}

/* Mobilde oklar biraz daha küçük */
@media (max-width: 768px) {
    .brands-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .brand-carousel-slide img {
        max-height: 70px;
        max-width: 180px;
    }
}

/* Eski responsive kurallar - mobil için yeni kurallarla değiştirildi */

/* SLIDER CAROUSEL */
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.carousel-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(20px);
    transform: scale(1.1);
    z-index: -1;
    opacity: 0.3;
}

.carousel-slide.active {
    display: flex;
    z-index: 2;
}

/* Fade-in animation */
.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

.brand-carousel-slide img {
    height: 60px;
    object-fit: contain;
    transition: transform 0.2s;
}

.brand-carousel-slide img:hover {
    transform: scale(1.08);
}

.brands-carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.brands-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
    transition: background 0.2s;
}

.brands-dot.active {
    background: #181c2a;
}

/* --- css/frontend.css içeriği başlıyor --- */
/* Frontend CSS - Modern ve Responsive */
/* Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Responsive Design başlangıcında fazladan body tanımları kaldırıldı */

.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo img {
    height: 50px;
    width: auto;
    border-radius: 8px;
}

.logo h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
}

.main-nav {
    display: flex;
    gap: 30px;
}

.nav-link {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    background: #f39c12;
    color: white;
}

.main {
    min-height: calc(100vh - 140px);
    padding: 2rem 0;
}

.hero {
    text-align: center;
    margin-bottom: 3rem;
    padding: 3rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
}

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

.hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.breadcrumb {
    margin-bottom: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.breadcrumb a {
    color: #f39c12;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.category-header {
    text-align: center;
    margin-bottom: 3rem;
}

.category-header h2 {
    font-size: 2.2rem;
    color: #2c3e50;
    font-weight: 600;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.category-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.category-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.category-content {
    padding: 2rem;
}

.category-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.category-content p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.view-catalogs {
    color: #f39c12;
    font-weight: 500;
    font-size: 1.1rem;
}

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

.catalog-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.catalog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.catalog-content {
    padding: 2rem;
    text-align: center;
}

.catalog-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.catalog-content h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.catalog-content p {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.catalog-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
}

.btn-primary {
    background: #f39c12;
    color: white;
}

.btn-primary:hover {
    background: #ef9503;
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background: #545b62;
    background-color: var(--secondary-color);
}

.no-catalogs {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.no-catalogs p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.footer {
    background: #2c3e50;
    color: white;
    margin-top: 4rem;
}

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

.footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-section p {
    color: #bdc3c7;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

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

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding: 1.5rem 0;
    text-align: center;
    color: #bdc3c7;
}

@media (max-width: 768px) {
    .header .container {
        flex-direction: column;
        gap: 1rem;
    }

    .logo h1 {
        font-size: 1.5rem;
    }

    .main-nav {
        gap: 15px;
    }

    .hero h2 {
        font-size: 2rem;
    }

    /* Buton hover'larında yukarı kaydırma tamamen kaldırıldı */
    .btn:hover,
    .btn-primary:hover,
    .btn-secondary:hover {
        transform: none !important;
    }

    /* Buton hover'larında yukarı kaydırma kaldırıldı */
    .btn-primary:hover {
        background: #f39c12;
    }

    .btn-secondary:hover {
        background: #545b62;
    }

    .hero p {
        font-size: 1rem;
    }

    .categories-grid,
    .catalogs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .category-content,
    .catalog-content {
        padding: 1.5rem;
    }

    .catalog-actions {
        flex-direction: column;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero {
        padding: 2rem 1rem;
    }

    .hero h2 {
        font-size: 1.8rem;
    }

    .category-content,
    .catalog-content {
        padding: 1rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* --- css/frontend.css içeriği bitiyor --- */
/* Frontend CSS - Modern ve Profesyonel Tasarım */

:root {
    /* Ana Renkler - anasayfa.jpeg'e göre güncellenecek */
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --success-color: #27ae60;
    --warning-color: #f39c12;
    --danger-color: #e74c3c;

    /* Gri Tonları */
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;

    /* Temel Renkler */
    --white: #ffffff;
    --black: #000000;
    --background: #f8f9fa;
    --text-color: #2c3e50;
    --border-color: #dee2e6;

    /* Gölgeler */
    --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);

    /* Border Radius */
    --border-radius: 0.375rem;
    --border-radius-lg: 0.5rem;
    --border-radius-xl: 1rem;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 3rem;
}

/* Reset ve Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background);
    font-size: 16px;
    padding-top: 0;
    /* Header artık static */
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* Header Styles */
.main-header {
    background: var(--white);
    position: static;
    z-index: 1000;
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.header-top {
    background: var(--primary-color);
    color: var(--white);
    padding: var(--spacing-sm) 0;
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
}

.contact-info span {
    margin-right: var(--spacing-lg);
}

.contact-info i {
    margin-right: var(--spacing-xs);
}

.social-links a {
    color: var(--white);
    margin-left: var(--spacing-sm);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.social-links a:hover {
    opacity: 0.8;
}

.header-main {
    padding: var(--spacing-md) 0;
}

.header-main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 60px;
    width: auto;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: var(--spacing-lg);
}

.main-nav a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

/* Ana menü hover ve aktif renkleri (sarı tonları) */
.main-nav a.active,
.main-nav a:hover {
    background: #fff3e0;
    color: #ff9800;
    border-radius: 6px;
    transition: background 0.2s;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-color);
}


/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--white);
    padding: var(--spacing-xl) 0;
    text-align: center;
    margin-bottom: var(--spacing-xl);
    border-radius: var(--border-radius-xl);
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: var(--spacing-md);
}

.hero-section p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: var(--spacing-lg);
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-lg);
}

.product-card {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: var(--gray-100);
}

.product-info {
    padding: var(--spacing-lg);
}

.product-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
    color: var(--text-color);
}

.product-description {
    color: var(--gray-600);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-md);
    line-height: 1.5;
}

.product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-color);
}

/* Category Filter */
.category-filter {
    display: flex;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-xl);
    flex-wrap: wrap;
    justify-content: center;
}

.category-btn {
    padding: var(--spacing-sm) var(--spacing-lg);
    border: 2px solid var(--border-color);
    background: var(--white);
    color: var(--text-color);
    text-decoration: none;
    border-radius: var(--border-radius-lg);
    transition: all 0.3s ease;
    font-weight: 500;
}

.category-btn:hover,
.category-btn.active {
    background: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

/* Footer */
.main-footer {
    background: var(--gray-900);
    color: var(--white);
    margin-top: var(--spacing-xl);
    position: relative;
}

/* Footer with background image */
.footer-with-bg {
    background-attachment: fixed !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.footer-overlay {
    background: rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 1;
}

.footer-main {
    padding: var(--spacing-xl) 0 var(--spacing-lg);
    position: relative;
    z-index: 2;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-xl);
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: var(--spacing-md);
    color: var(--white);
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: var(--spacing-sm);
}

.footer-section a {
    color: var(--gray-400);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--white);
}

.footer-bottom {
    padding: var(--spacing-lg) 0;
    border-top: 1px solid var(--gray-700);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--gray-400);
}

.footer-links {
    display: flex;
    gap: var(--spacing-lg);
}

.footer-links a {
    color: var(--gray-400);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--white);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: var(--spacing-sm) var(--spacing-lg);
    background: var(--secondary-color);
    color: var(--white);
    text-decoration: none;
    border-radius: var(--border-radius);
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn:hover {
    background: var(--primary-color);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.btn-outline:hover {
    background: var(--secondary-color);
    color: var(--white);
}

/* Newsletter formu Bootstrap input-group ile */
.newsletter-form {
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-form .input-group {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.newsletter-form .form-control {
    border: none;
    padding: 0.9em 1.1em;
    font-size: 1rem;
    background: transparent;
    color: #181c2a;
    height: 48px;
    line-height: 48px;
}

.newsletter-form .btn,
.newsletter-form .newsletter-btn {
    background: #ffc107 !important;
    color: #fff !important;
    border: none !important;
    min-width: 56px;
    width: 56px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 0 18px 18px 0 !important;
    box-shadow: none !important;
}

/* Katalog butonundaki mavi borderı kaldır */
.katalog-link {
    margin-top: 1rem;
    display: inline-block;
    color: #fff;
    background: #e53935;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    box-shadow: none;
}

.katalog-link:hover {
    background: #b71c1c;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 var(--spacing-sm);
    }

    .header-top-content {
        flex-direction: column;
        gap: var(--spacing-sm);
        text-align: center;
    }

    .header-main-content {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0 !important;
    }

    .main-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
        margin-right: 0;
        font-size: 2rem;
        background: none;
        border: none;
        color: #181c2a;
        padding: 0 8px;
    }

    .logo {
        margin-left: 0 !important;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: var(--spacing-md);
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: var(--spacing-md);
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    /* Footer mobile optimization */
    .footer-with-bg {
        background-attachment: scroll !important;
        background-size: contain !important;
    }

    .footer-overlay {
        background: rgba(0, 0, 0, 0.8);
    }

    /* Offcanvas menü */
    @media (max-width: 768px) {
        .mobile-offcanvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 260px;
            height: 100vh;
            background: #181c2a;
            color: #fff;
            z-index: 9999;
            transform: translateX(-100%);
            transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
            box-shadow: 2px 0 16px #0002;
            padding: 2rem 1.2rem 1.2rem 1.2rem;
            display: flex;
            flex-direction: column;
        }

        .mobile-offcanvas.active {
            transform: translateX(0);
        }

        .mobile-offcanvas .close-offcanvas {
            background: none;
            border: none;
            color: #fff;
            font-size: 2rem;
            position: absolute;
            top: 18px;
            right: 18px;
            cursor: pointer;
        }

        .mobile-offcanvas ul {
            list-style: none;
            padding: 0;
            margin: 2.5rem 0 0 0;
        }

        .mobile-offcanvas ul li {
            margin-bottom: 1.2rem;
        }

        .mobile-offcanvas ul li a {
            color: #fff;
            font-size: 1.15rem;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.2s;
        }

        .mobile-offcanvas ul li a.active,
        .mobile-offcanvas ul li a:hover {
            color: #ffc107;
        }

        .mobile-menu-toggle {
            display: block;
        }
    }

    @media (min-width: 769px) {
        .mobile-offcanvas {
            display: none !important;
        }

        .mobile-menu-toggle {
            display: none !important;
        }
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .category-filter {
        flex-direction: column;
        align-items: center;
    }

    .hero-section h1 {
        font-size: 2rem;
    }
}

.payment-form .form-group {
    margin-bottom: 1.2rem;
}

.payment-form label {
    font-weight: 600;
    margin-bottom: 0.3rem;
    display: block;
}

.payment-form .form-control {
    width: 100%;
    padding: 10px 12px;
    border-radius: 7px;
    border: 1.5px solid #e0e0e0;
    font-size: 1rem;
}

.payment-form .form-control:focus {
    border-color: #ff9800;
    outline: none;
}

.alert-success,
.alert-error {
    border-radius: 7px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.alert-success {
    background: #e6f9e6;
    color: #1b5e20;
    border: 1px solid #b2dfdb;
}

.alert-error {
    background: #ffeaea;
    color: #b71c1c;
    border: 1px solid #ffcdd2;
}

.parallax-hero {
    position: relative;
    min-height: 600px;
    background-image: url('../img/hero-section.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-overlay {
    background: rgba(24, 28, 42, 0.55);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-content {
    color: #fff;
    text-align: center;
    padding: 2.5rem 1.5rem;
}

.parallax-content h2 {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 0.6em;
    letter-spacing: -1px;
}

.parallax-content p {
    font-size: 1.2rem;
    font-weight: 400;
}

@media (max-width: 700px) {
    .parallax-hero {
        background-attachment: scroll;
        min-height: 220px;
    }

    .parallax-content h2 {
        font-size: 1.4rem;
    }

    .parallax-content p {
        font-size: 1rem;
    }
}

.category-slider-wrapper {
    display: flex;
    align-items: center;
    margin-top: 25px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 20px;
    position: relative;
}

.desktop-category-arrow {
    position: absolute;
    z-index: 10;
}

.desktop-category-arrow.left {
    left: 20px;
}

.desktop-category-arrow.right {
    right: 20px;
}

.mobile-category-controls {
    display: none;
}

.category-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.5rem 0;
    flex: 1;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.category-slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.category-slide {
    flex: 0 0 auto;
    box-shadow: 0 2px 12px #181c2a10;
    transition: box-shadow 0.2s;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 320px;
    max-width: 400px;
    margin: 0 12px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #ffc107;
    height: 150px;
}

.category-slide img {
    height: 125px;
    width: 125px;
    object-fit: cover;
    border-radius: 8px;
    margin-left: 1.5rem;
}

.category-slider a {
    text-decoration: none;
    color: #181c2a;
    font-weight: 600;
    font-size: 1.2rem;
    flex: 1;
    text-align: center;
}

.category-slide:hover {
    box-shadow: 0 4px 24px #181c2a22;
}

.slider-arrow {
    background: #181c2a;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    cursor: pointer;
}

.slider-arrow:active {
    background: #ffc107;
    color: #181c2a;
}

@media (max-width: 768px) {
    .category-slider-wrapper {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
        position: static;
    }
    
    .category-slider {
        margin-bottom: 20px;
        padding: 10px 0;
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    
    .category-slide {
        min-width: calc(100vw - 60px);
        max-width: calc(100vw - 60px);
        height: 120px;
        padding: 1rem;
        margin: 0 8px;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        scroll-snap-align: center;
    }
    
    .category-slide img {
        height: 60px;
        width: 60px;
        margin: 0 0 8px 0;
    }
    
    .category-slider a {
        font-size: 1rem;
    }
    
    /* Desktop okları gizle */
    .desktop-category-arrow {
        display: none !important;
    }
    
    /* Mobil kontrolleri göster */
    .mobile-category-controls {
        display: flex !important;
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
    }
    
    .slider-arrow {
        position: static;
        margin: 0;
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
}

@media (max-width: 700px) {
    .category-slide {
        min-width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        font-size: 0.9rem;
        height: 200px;
        padding: 0.8rem;
        margin: 0 4px;
    }
    
    .category-slide img {
        height: 150px;
        width: 150px;
    }
}

.carousel-container {
    position: relative;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    color: #fff;
    border: none;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    z-index: 3;
    opacity: 0.8;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: transparent;
}

.carousel-arrow img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.carousel-arrow:hover {

    transform: translateY(-50%) scale(1.05);
}

.carousel-arrow:hover img {
    transform: scale(1.1);
}

.carousel-arrow.left {
    left: 20px;
}

.carousel-arrow.right {
    right: 20px;
}

.carousel-link {
    display: inline-block;
    margin-top: 0.7em;
    background: #ffc107;
    color: #181c2a;
    font-weight: 700;
    padding: 0.5em 1.5em;
    border-radius: 6px;
    text-decoration: none;
}

.brands-marquee {
    background: #fffde7;
    border-radius: 12px;
    padding: 1.2rem 0;
}

#marquee-inner {
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#marquee-inner::-webkit-scrollbar {
    display: none;
}

.brand-logo img {
    transition: transform 0.2s;
}

.brand-logo img:hover {
    transform: scale(1.08);
}

.services-row {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.service-col {
    flex: 1 1 220px;
    max-width: 340px;
    background: #fffde7;
    border-radius: 14px;
    box-shadow: 0 2px 12px #181c2a10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

@media (max-width: 900px) {
    .services-row {
        gap: 1rem;
    }

    .service-col {
        max-width: 100%;
        padding: 1rem;
    }
}

@media (max-width: 600px) {
    .services-row {
        flex-direction: column;
        gap: 1.2rem;
    }

    .service-col {
        max-width: 100%;
    }
}

.kategori-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.kategori-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 16px #181c2a10;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 140px;
    transition: box-shadow 0.2s;
}

.kategori-card:hover {
    box-shadow: 0 4px 32px #181c2a18;
}

.kategori-icon {
    margin-bottom: 0.7rem;
}

.kategori-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
}

.kategori-link {
    margin-top: 0.5rem;
    display: inline-block;
    color: #fff;
    background: #f39c12;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

.kategori-link:hover {
    background: var(--secondary-color);
}

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

.katalog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px #181c2a10;
    padding: 1.2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
}

.katalog-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
    text-align: center;
}

.btn.btn-danger.btn-sm {
    font-size: 0.95rem;
    padding: 0.3rem 1rem;
    border-radius: 6px;
}

.pdf-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-modal-content {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    max-width: 900px;
    width: 95vw;
    box-shadow: 0 8px 32px #181c2a30;
    position: relative;
}

.pdf-modal-close {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    z-index: 10;
}

.contact-section-modern {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 #181c2a18;
    margin: 2.5rem 0 2rem 0;
    padding: 2.5rem 2rem 2rem 2rem;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-header-modern {
    text-align: center;
    margin-bottom: 2.2rem;
}

.contact-header-modern h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #181c2a;
    margin-bottom: 0.5rem;
}

.contact-header-modern p {
    color: #444;
    font-size: 1.15rem;
}

.contact-map-modern {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2.2rem;
    box-shadow: 0 2px 12px #0001;
}

.contact-main-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: space-between;
}

.contact-form-modern {
    flex: 1 1 340px;
    min-width: 320px;
    background: #f9f9fb;
    border-radius: 14px;
    box-shadow: 0 2px 12px #0001;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.contact-form-modern form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 1.2rem;
}

.contact-form-modern label {
    font-weight: 700;
    color: #222;
    margin-bottom: 0.3rem;
    grid-column: span 1;
}

.contact-form-modern .form-control {
    border-radius: 7px;
    border: 1.5px solid #e0e0e0;
    padding: 10px 13px;
    font-size: 1rem;
    background: #fff;
    margin-bottom: 0.2rem;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.contact-form-modern .form-control:focus {
    border-color: #ff9800;
    outline: none;
}

.contact-form-modern textarea.form-control {
    min-height: 90px;
    resize: vertical;
    grid-column: span 2;
}

.contact-form-modern .btn-primary {
    background: #ff9800;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 7px;
    padding: 13px 0;
    margin-top: 0.5rem;
    transition: background 0.2s;
    width: 100%;
    grid-column: span 2;
}

.contact-info-modern {
    flex: 1 1 260px;
    min-width: 240px;
    background: #f9f9fb;
    border-radius: 14px;
    box-shadow: 0 2px 12px #0001;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contact-info-modern h3 {
    color: #ff9800;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.contact-info-list-modern {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list-modern li {
    margin-bottom: 1.1rem;
    font-size: 1.08em;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #222;
}

.contact-info-list-modern i {
    color: #ff9800;
    font-size: 1.25em;
    min-width: 22px;
    text-align: center;
}

.alert-success,
.alert-error {
    border-radius: 7px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    grid-column: span 2;
}

.alert-success {
    background: #e6f9e6;
    color: #1b5e20;
    border: 1px solid #b2dfdb;
}

.alert-error {
    background: #ffeaea;
    color: #b71c1c;
    border: 1px solid #ffcdd2;
}

@media (max-width: 900px) {
    .contact-main-modern {
        flex-direction: column;
        gap: 1.5rem;
    }

    .contact-form-modern form {
        grid-template-columns: 1fr;
    }

    .contact-form-modern .btn-primary,
    .contact-form-modern textarea.form-control,
    .alert-success,
    .alert-error {
        grid-column: span 1;
    }
}

.katalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.katalog-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px #181c2a10;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 220px;
    transition: box-shadow 0.2s;
}

.katalog-card:hover {
    box-shadow: 0 4px 32px #181c2a18;
}

.katalog-icon {
    margin-bottom: 1rem;
}

.katalog-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
}

.katalog-desc {
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 1rem;
}

.katalog-link {
    margin-top: 1rem;
    display: inline-block;
    color: #fff;
    background: #e53935;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

.katalog-link:hover {
    background: #b71c1c;
}

.category-image {
    max-width: 240px;
    max-height: 240px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

@media (max-width: 900px) {
    .category-image {
        max-width: 180px;
        max-height: 180px;
    }
}

@media (max-width: 600px) {
    .category-image {
        max-width: 120px;
        max-height: 120px;
    }
}

@media (max-width: 400px) {
    .category-image {
        max-width: 80px;
        max-height: 80px;
    }
}
.category-page-grid {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}
.category-list-card {
    flex: 2;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem;
}
.category-form-card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem;
    min-width: 340px;
    max-width: 400px;
}
.category-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    gap: 1rem;
}
.category-search-form {
    margin: 0;
    flex: none;
    min-width: 180px;
}

.card-header.d-flex {
    gap: 1rem !important;
    align-items: center !important;
}
.category-list-table {
    margin-top: 1rem;
}
.pagination-nav {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}
.pagination {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}
.page-item {
    border-radius: 6px;
    overflow: hidden;
}
.page-link {
    display: block;
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    color: #374151;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    transition: background 0.2s;
}
.page-item.active .page-link,
.page-link:hover {
    background: var(--admin-primary, #667eea);
    color: #fff;
    border-color: var(--admin-primary, #667eea);
}
@media (max-width: 900px) {
    .category-page-grid {
        flex-direction: column;
    }
    .category-form-card {
        max-width: 100%;
        min-width: 0;
    }
}

/* Product Slider Responsive */
@media (max-width: 768px) {
    .product-slider-wrapper-with-controls {
        flex-direction: column !important;
        gap: 2rem !important;
        justify-content: center !important;
        margin-left: 0 !important;
        position: static !important;
    }
    
    /* Desktop oklarını gizle */
    .desktop-arrow {
        display: none !important;
    }
    
    /* Mobil oklarını göster */
    .mobile-arrow {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .product-wheel-container {
        width: 280px !important;
        height: 280px !important;
        margin: 0 auto !important;
    }
    
    .product-content-container {
        max-width: 100% !important;
        height: auto !important;
        position: relative !important;
        padding: 1rem;
        text-align: center;
        margin: 0 auto !important;
    }
    
    .product-content-item {
        position: relative !important;
        transform: none !important;
    }
    
    .product-content-item.active {
        opacity: 1 !important;
        transform: none !important;
    }
    
    .product-name {
        font-size: 1.8rem !important;
    }
    
    .product-description {
        font-size: 1rem !important;
    }
    
    .product-slider-controls {
        margin-top: 20px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 30px !important;
        width: 100% !important;
    }
    
    .product-slider-btn.mobile-arrow {
        position: static !important;
        background: transparent !important;
        color: #f39c12 !important;
        border: 2px solid #f39c12 !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        font-size: 1.5rem !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .product-slider-btn.mobile-arrow:hover {
        background: #f39c12 !important;
        color: white !important;
    }
}

/* Desktop için sola hizalama ve ok konumlandırma */
@media (min-width: 769px) {
    .product-slider-wrapper-with-controls {
        justify-content: flex-start !important;
        margin-left: 2rem !important;
    }
    
    /* Desktop oklarını göster */
    .desktop-arrow {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Mobil oklarını gizle */
    .mobile-arrow {
        display: none !important;
    }
}

/* Header altındaki boşluğu azalt */
.hero-section {
    margin-top: -60px !important;
    padding-top: 0 !important;
}

/* =============================================================================
   MARKALAR SLIDER - OWL CAROUSEL STİLİ
   ============================================================================= */

.brands-section {
    background: #f8f9fa !important;
    padding: 3rem 0 !important;
}

.brands-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.brands-slider {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.brand-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 1.5rem;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.brand-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.brand-slide img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0.2);
    transition: all 0.3s ease;
}

.brand-slide:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

/* Responsive Brands Slider */
@media (max-width: 575px) {
    .brands-slider-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .brand-slide {
        min-height: 100px;
        padding: 1rem;
        margin: 0 0.25rem;
    }
    
    .brand-slide img {
        max-height: 60px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .brands-slider-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .brand-slide {
        min-height: 110px;
        padding: 1.25rem;
        margin: 0 0.35rem;
    }
    
    .brand-slide img {
        max-height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .brands-slider-wrapper {
        max-width: 100%;
        padding: 0 1.5rem;
    }
    
    .brand-slide {
        min-height: 115px;
        padding: 1.4rem;
        margin: 0 0.4rem;
    }
    
    .brand-slide img {
        max-height: 75px;
    }
}

@media (min-width: 992px) {
    .brands-slider-wrapper {
        max-width: 1200px;
        padding: 0 2rem;
    }
    
    .brand-slide {
        min-height: 120px;
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .brand-slide img {
        max-height: 80px;
    }
}