/* Ekstra küçük cihazlar (telefonlar, 576px ve altı) */
@media (max-width: 575.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Ana Sayfa */
    .slider-subtitle {
        display: none;
    }

    .slider-title {
        font-size: 1.5rem;
    }

    .slider-content {
        max-width: 100%;
        padding: 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    /* Ürün Kartları */
    .product-title {
        font-size: 0.9rem;
    }

    /* Ödeme Sayfası */
    .checkout-steps .step-number {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    .checkout-steps .step-text {
        font-size: 0.7rem;
    }

    .checkout-steps .step {
        width: 45px;
    }

    /* Footer */
    .footer-widget {
        margin-bottom: 2rem;
    }
}

/* Küçük cihazlar (yatay telefonlar, 576px ve üstü) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Ana Sayfa */
    .slider-title {
        font-size: 2rem;
    }

    .slider-description {
        display: none;
    }

    /* Ürün Listelemesi */
    .product-list-item .cart-product-img {
        max-width: 80px;
    }

    /* Ödeme Sayfası */
    .checkout-steps .step {
        width: 70px;
    }
}

/* Orta boy cihazlar (tabletler, 768px ve üstü) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Ürün Detay */
    .product-gallery {
        margin-bottom: 2rem;
    }

    /* Sepet ve Ödeme */
    .order-summary-card {
        margin-top: 2rem;
    }
}

/* Büyük cihazlar (masaüstü, 992px ve üstü) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Ana Sayfa */
    .slider-content {
        max-width: 450px;
    }

    /* Kategori Menü */
    .category-nav .nav-link {
        padding: 0.8rem 0.7rem;
        font-size: 0.9rem;
    }
}

/* Ekstra büyük cihazlar (büyük masaüstü, 1200px ve üstü) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Genel responsive ayarları */
@media (max-width: 991.98px) {
    /* Header */
    .top-contact {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .top-links {
        text-align: center;
    }

    /* Ürün listelemesi */
    .filters-wrapper {
        margin-bottom: 1.5rem;
    }

    /* Footer */
    .footer-widget {
        margin-bottom: 2rem;
    }

    /* Ürün Detay */
    .product-info {
        margin-top: 2rem;
    }
}

/* Mobil menü stilleri */
@media (max-width: 991.98px) {
    .site-logo img {
        max-height: 40px;
    }

    .offcanvas {
        width: 300px;
    }
}

/* Sepet ve Ödeme sayfası responsive ayarları */
@media (max-width: 767.98px) {
    .order-summary-card {
        position: static;
        margin-bottom: 1.5rem;
    }

    .cart-coupon {
        width: 100%;
        margin-bottom: 1rem;
    }

    .cart-coupon form {
        flex-wrap: nowrap;
    }

    .cart-coupon .form-control {
        width: 70%;
    }

    .checkout-section .card {
        margin-bottom: 1.5rem;
    }

    /* Ödeme seçenekleri */
    #paymentTab .nav-link {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .payment-methods .tab-content {
        padding: 1rem;
    }

    .installment-options table th,
    .installment-options table td {
        padding: 0.5rem;
    }
}

/* Ürün Detay sayfası responsive ayarları */
@media (max-width: 767.98px) {
    .product-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-tabs .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .quantity-selector {
        width: 100%;
    }
}
