/* Responsive Styles */
@media (max-width: 1200px) {
    .dashboard-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
    
    .admin-filters .form-group {
        min-width: 150px;
    }
}

@media (max-width: 992px) {
    .admin-sidebar {
        width: var(--sidebar-collapsed-width);
    }
    
    .admin-main {
        margin-left: var(--sidebar-collapsed-width);
    }
    
    .admin-menu li a span {
        display: none;
    }
    
    .admin-logo {
        width: 40px;
        overflow: hidden;
    }
    
    .sidebar-toggle {
        display: block;
    }
    
    .admin-sidebar.expanded {
        width: var(--sidebar-width);
    }
    
    .admin-sidebar.expanded .admin-menu li a span {
        display: inline;
    }
    
    .admin-sidebar.expanded .admin-logo {
        width: 150px;
    }
    
    .sidebar-toggle-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .dashboard-stats {
        grid-template-columns: 1fr;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .span-2 {
        grid-column: span 1;
    }
    
    .admin-filters {
        flex-direction: column;
        align-items: stretch;
    }
    
    .admin-filters .form-group {
        min-width: auto;
    }
    
    .admin-controls {
        flex-direction: column;
        gap: 15px;
    }
    
    .data-table {
        display: block;
        overflow-x: auto;
    }
    
    .modal-content {
        width: 90%;
    }
    
    .admin-header-right .view-site span {
        display: none;
    }
    
    .admin-user-btn span {
        display: none;
    }
}

@media (max-width: 576px) {
    .action-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-tabs {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .nav-link {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .page-title {
        font-size: 18px;
    }
    
    .admin-sidebar {
        width: 0;
    }
    
    .admin-main {
        margin-left: 0;
    }
    
    .admin-sidebar.expanded {
        width: var(--sidebar-width);
    }
    
    .admin-content {
        padding: 15px;
    }
    
    .admin-card, .dashboard-card {
        padding: 15px;
    }
}

/* Responsive Styles for Slider */
@media (max-width: 992px) {
    .hero-slider {
        height: 500px;
    }
    
    .slide-content {
        max-width: 500px;
        padding: 30px;
    }
    
    .slide-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hero-slider {
        height: 400px;
    }
    
    .slide-content {
        max-width: 400px;
        padding: 20px;
        margin-left: 5%;
    }
    
    .slide-title {
        font-size: 28px;
    }
    
    .slide-subtitle {
        font-size: 14px;
    }
    
    .slide-description {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero-slider {
        height: 350px;
    }
    
    .slide-content {
        max-width: 300px;
        padding: 15px;
        margin: 0 auto;
    }
    
    .slide-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .slide-subtitle {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .slide-description {
        display: none;
    }
    
    .slider-controls {
        display: none;
    }
}

/* Header ve Footer Responsive Stilleri */
@media (max-width: 992px) {
    /* Header */
    .nav-container {
        flex-wrap: wrap;
        padding: 10px 0;
    }
    
    .logo {
        order: 1;
        flex: 1;
    }
    
    .nav-icons {
        order: 2;
    }
    
    .nav-menu {
        order: 3;
        width: 100%;
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    /* Header */
    .header-top {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .contact-info {
        justify-content: center;
    }
    
    .social-icons {
        margin-top: 5px;
    }
    
    .nav-container {
        justify-content: space-between;
    }
    
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
    }
    
    .mobile-menu-toggle span {
        width: 100%;
        height: 2px;
        background-color: var(--text-color);
        transition: all 0.3s;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    /* Header */
    .logo img {
        max-height: 35px;
    }
    
    .nav-icons a {
        font-size: 16px;
        margin-left: 12px;
    }
    
    .nav-icons .cart-count {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    
    .mobile-menu ul {
        padding: 10px 0;
    }
    
    .mobile-menu li a {
        padding: 8px 0;
        font-size: 14px;
    }
    
    .search-panel input {
        padding: 10px 15px;
    }
    
    /* Newsletter */
    .newsletter {
        padding: 40px 0;
    }
    
    .newsletter-content h3 {
        font-size: 22px;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form input {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    
    .newsletter-form button {
        width: 100%;
        border-radius: 4px;
    }
    
    /* Footer */
    .footer-links h4 {
        margin-bottom: 15px;
    }
    
    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer-links li {
        margin-bottom: 5px;
    }
    
    .payment-methods {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Kategori Kartları Responsive Stilleri */
@media (max-width: 992px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .category-card {
        height: 250px;
    }
    
    .category-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .category-card {
        height: 200px;
    }
    
    .category-content {
        padding: 20px;
    }
    
    .category-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .section {
        padding: 40px 0;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .section-subtitle {
        font-size: 14px;
    }
    
    .category-card {
        height: 180px;
        border-radius: 6px;
    }
    
    .category-content {
        padding: 15px;
    }
    
    .category-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .category-link {
        font-size: 13px;
    }
}