@media (min-width: 1201px) {
    body {
        padding-top: 156px;
    }

    .footer-karrekod {
        width: auto !important;
    }


    .product-card .product-price:hover .fiyat-kampanya {
        display: block !important;
    }
}

@media(max-width:1200px) {
    .kilitle {
        overflow: hidden !important;
    }

    body {
        padding-top: 141px;
    }

    .container {
        max-width: 99%;
    }

    .mobil-sabit-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 68px;
        background-color: #ffffff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-around;
        align-items: start;
        z-index: 999;
        border-top: 1px solid #e0e0e0;
        padding: 10px 12px;
    }

    .mobil-sabit-menu-item {
        text-align: center;
        flex: 1;
        color: #434343;
        font-weight: 600;
        text-decoration: none;
        font-size: 11px;
        transition: color 0.3s ease;
        cursor: pointer;
    }

    .mobil-sabit-menu-item:hover {
        color: #E00000;
    }

    .mobil-sabit-menu-item i {
        font-size: 30px;
        margin-bottom: 1px;
        display: block;
        line-height: 1;
    }

    .mobil-sabit-menu-center {
        position: relative;
        top: -28px;
        text-align: center;
    }

    .mobil-sabit-menu-ana-sayfa-icon {
        width: 44px;
        height: 44px;
        background-color: #E00000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        color: white;
        transition: transform 0.3s ease;
        margin: 0 auto;
        border: solid 2px #fff;
        cursor: pointer;
    }

    .mobil-sabit-menu-ana-sayfa-icon i {
        margin-top: 4px;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 1;
    }

    .mobil-sabit-menu-ana-sayfa-icon:hover {
        transform: scale(1.1);
    }

    .mobil-sabit-menu-center-text {
        font-size: 12px;
        margin-top: 8px;
        display: block;
    }

    .filtre-mobil-modal {
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        transition: bottom 0.3s ease-in-out;
        padding: 0px;
        z-index: 99999;
        border-radius: 16px 16px 0 0;
        overflow: hidden;
    }


    .filtre-mobil-modal.active {
        bottom: 0;
        /* Modal tamamen gÃƒÂ¶rÃƒÂ¼ndÃƒÂ¼Ã„Å¸ÃƒÂ¼nde alt kÃ„Â±smÃ„Â± sÃ„Â±fÃ„Â±r olmalÃ„Â± */
    }

    /* header kÃ„Â±smÃ„Â± kaydÃ„Â±rma iÃ…Å¸lemi yapÃ„Â±lacak */
    .filtre-mobil-modal-header {
        position: relative;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        z-index: 2;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 6px;
        text-align: center;
        justify-content: center;
        cursor: pointer;
        /* KaydÃ„Â±rÃ„Â±labilir olduÃ„Å¸unu belirtmek iÃƒÂ§in */
    }

    .filtre-mobil-modal-header .header-cizgi {
        margin: 10px 0 5px;
        width: 40px;
        height: 4px;
        background-color: #eee;
        border-radius: 2px;
        display: inline-block;
    }


    .filtre-mobil-modal-header h5 {
        font-size: 18px;
        font-weight: 700;
        padding: 13px 19px;
        align-self: flex-start;
        color: #434343;
        margin-bottom: 0px;
    }

    .filtre-mobil-modal-header .header-kapat {
        font-size: 20px;
        cursor: pointer;
        margin-left: auto;
        margin-right: 19px;
    }

    .filtre-mobil-modal-content {
        width: 100%;
        padding: 12px;
        height: calc(100vh - 190px);
        overflow-y: auto;
        position: relative;
        z-index: 2;
        padding-bottom: 60px;
    }

    .filtre-mobil-modal-content .header-top {
        margin-bottom: 40px;
    }

    .search-container .category-dropdown .dropdown button {
        padding: 6px;
        font-size: 13px;
    }

    .search-container input[type="text"] {
        font-size: 13px;
    }

    .search-container {
        display: block;
    }

    .search-container {
        display: block;
    }

    .search-container .search-container-ic {
        display: flex;
        align-items: center;
    }

    .category-list .menu-akordiyon,
    .category-list .menu-akordiyon2 {
        height: auto;
        overflow-y: inherit;
        max-height: inherit;
    }

    .category-list .menu-akordiyon.menu-akordiyon2 {
        height: auto;
        max-height: inherit;
        overflow-y: inherit;
    }

    .category-list.category-list2 .menu-akordiyon {
        max-height: inherit;
    }

    .category-list.kategoriKapat .menu-akordiyon {
        height: auto;
        display: block;
    }

    header .header-top,
    header .header-top .container,
    header .header-top .header-top-bilgi {
        display: block;
    }

    header .header-top .header-top-bilgi li a {
        font-size: 16px;
    }

    header .header-top .header-top-bilgi li {
        list-style: none;
        margin-left: 0;
        border-bottom: 1px solid rgb(209, 209, 209);
        border-left: 0px;
        padding-left: 0;
        padding: 17px 0px;
    }

    .sosyal-media {
        margin-bottom: 0px;
        padding-left: 0;
        margin-top: 24px;
    }

    .sosyal-media a {
        margin-left: 25px;
        font-size: 19px;
    }


    header .navbar-brand img {
        width: auto;
        height: 66px;
    }

    header .header-module:first-child {
        margin-left: 0px;
    }

    header .navbar-uyelik .dropdown-menu {
        font-size: 15px;
    }

    header .header-module .icon {
        width: 33px;
        height: 33px;
        font-size: 16px;
    }

    header .header-module .text {
        width: calc(100% - 33px);
    }

    header .header-module .sepet-sayi {
        top: -7px;
        height: 15px;
        font-size: 10px;
        line-height: 15px;
        padding: 0px 3px;
    }

    .slider1 .swiper-slide .swiper-slide-resim {
        width: 100%;
        height: auto;
    }

    .slider1 .swiper-slide .swiper-slide-resim img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .slider1 .swiper-button-next,
    .slider1 .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #000;
    }

    .urunler-genel .nav-tabs {
        border: none;
        display: grid;
        justify-content: center;
        justify-content: space-between;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }

    .urunler-genel .nav-tabs .nav-link {
        display: block;
        align-items: center;
        padding: 8px;
        width: 100%;
    }

    .urunler-genel .nav-tabs .nav-link i {
        margin-bottom: 7px;
        margin-right: 0px;
        display: block;
        font-size: 20px;
    }

    .urunler-genel .tab-pane-baslik {
        display: block;
        align-items: center;
        margin-top: 20px;
        position: relative;
        top: 0px;
        padding: 0px;
    }

    .urunler-genel .tab-pane-baslik h3 {
        font-size: 21px;
        margin-right: 0;
        justify-content: center;
        margin-bottom: 10px;
    }

    .urunler-genel {
        padding: 15px 0px 15px;
    }

    .urunler-genel .tab-pane-baslik-butonlar {
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 30px;
    }

    .product-card .product-image-container {
        width: 100%;
        height: 110px;
        overflow: hidden;
    }

    .product-card .add-button-container {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 5px 5px;
        opacity: 1;
    }

    .product-card:hover .add-button-container {
        bottom: 0px;
        opacity: 1;
    }

    .product-card .product-name {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .product-card .category {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .product-card .product-price {
        margin-bottom: 0;
    }

    .product-card {
        padding: 4px;
    }

    .product-card:hover .product-image-slider img {
        transition: transform 0.3s ease;
        transform: scale(1) translate(0px, 0px);
    }


    .product-card:hover .card-details {
        transform: translateY(0px);
        /* Buton gelince yukarı itin*/
    }

    .product-card .card-details {
        padding: 10px 0px 5px 0px;
    }

    footer.footer2 .footer-banka li {
        margin-left: 10px;
    }

    footer.footer2 .footer-banka {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        margin-top: 0px;
        text-align: center;
    }

    footer.footer2 .footer-orta {
        display: block;
        padding: 35px 0px;
    }

    footer.footer2 .logolarcift {
        display: block;
        margin-top: 15px;
        padding-top: 15px;
        border-left: 1px solid #ececec;
        display: block;
        margin-left: 0;
        padding-left: 0;
        border-left: 1px solid #ececec;
        border-top: 1px solid #ececec
    }

    footer.footer2 .logolarcift.ustmarkalar {
        margin-top: 0px;
        padding-top: 0px;
        margin-left: 0;
        padding-left: 0;
        border: none;
    }

    footer.footer2 .footer-firmalar span,
    footer.footer2 .logolarcift a {
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    footer.footer2 .logolarcift-liste {
        display: flex;
    }

    footer.footer2 .footer-firmalar {
        width: 100%;
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        padding-top: 23px;
        padding-bottom: 8px;
        margin-top: 0px;
        border-top: 1px solid #f1f1f1;
        background: #fff;
    }

    footer.footer2 .footer-firmalar .logolarcift-liste {
        width: 100%;
        height: auto;
        display: flex;
        margin-bottom: 25px;
        justify-content: center
    }

    .site-bosluk {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin-bottom: 90px;
    }

    footer.footer2 .footer-firma .footer-logo {
        margin: 0px auto;
    }

    footer.footer2 .footer-firma .footer-text {
        font-size: 0.75rem;
        opacity: 80%;
        color: #0B0C0E;
        text-align: center;
        display: block;
        width: 100%;
    }

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

    .urun-detay .gallery-top .swiper-slide .urun-detay-buyuk-resim {
        height: 300px;
    }

    .urun-detay .gallery-thumbs .swiper-slide {
        height: 55px;
        border: 1px solid #f2f2f2;
        overflow: hidden;
    }

    .urun-detay .gallery-top .swiper-button-next,
    .urun-detay .gallery-top .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .page-icerik {
        padding: 30px 0px;
        font-size: 14px;
    }

    .urun-detay .urunVaryasyonlari li {
        padding: 6px 0;
    }

    .urun-detay .stok-yok,
    .urun-detay .haber-ver {
        padding: 4px 5px;
        font-size: 12px;
    }

    .urun-detay .urunDetay_yeni_icerik {
        box-shadow: none;
    }

    .urun-detay .urunDetay {
        padding: 15px;
        border-left: 0px;
        border-top: 3px solid #eaeaea;
    }

    .urun-detay .urunDetay h3 {
        font-size: 20px;
    }

    .urun-detay .urunFiyat {
        font-size: 15px;
    }

    .urun-detay .indirimsizFiyat {
        margin-right: 0px;
        display: block;
    }

    .urun-detay .indirimli-fiyat-bg {
        font-size: 18px;
    }

    .urun-detay .ratings-star i {
        margin-right: 0px;
        font-size: 22px;
    }

    .urun-detay .modal-urun-resim img {
        height: 330px;
    }

    .urun-detay .gallery-image {
        margin-top: 15px;
    }

    .urun-detay .gallery-image li {
        list-style: none;
        height: 90px;
        background: #fff;
    }

    .urun-detay .modal-body img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .urun-detay-table .urun-detay .nav-pills {
        grid-template-columns: repeat(2, auto);
        gap: 10px;
        display: grid;
        text-align: center;
    }

    .urun-detay-table .urun-detay .nav-pills .nav-link {
        padding: 13px 10px;
    }

    .urun-detay-table .urun-detay-icerik {
        padding: 13px;
    }

    .post_gonder {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
    }

    .input-group {
        width: 100%;
        margin-bottom: 19px;
        display: block;
    }

    .urun-detay-yorumlar .yorum-yildiz {
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 0px 22px;
    }

    .bolum-baslik h2 {
        font-size: 18px;
    }

    .ilan-filtre-mobil {
        margin-top: -14px;
        margin-bottom: 15px;
        position: sticky;
        top: 0;
        z-index: 50;
        flex-wrap: wrap;
        padding: 0;
        box-shadow: 0 3px 3px 1px hsla(0, 0%, 74.5%, .1);
        border-top: 1px solid #eee;
        border-bottom: 2px solid #eee;
        background: #fff;

    }

    .ilan-filtre-mobil {
        position: -webkit-sticky;
        /* Safari için */
        position: sticky;
        top: 0;
        /* Ekranın üst kısmına sabitlenmesini sağlar */
        z-index: 100;
        /* Diğer içeriklerin önünde görünmesini sağlar */
        background-color: #fff;
        /* Arka plan rengini beyaz yaparak, içeriklerin üstüne kaymasını engeller */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* Hafif gölge ekleyerek görsel olarak ayrılmasını sağlarız */
    }

    .hesabim-solMenu {
        background-color: transparent;
        border: transparent;
        border-radius: 8px;
        padding: 0;
        font-size: 14px;
        box-shadow: none;
    }

    .hesabim-solMenu ul.uyelik li ul {
        padding-left: 0;
        margin-top: 8px;
    }

    .ilan-filtre-mobil .filtre-mobil-butonlar {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .ilan-filtre-mobil .filtre-mobil-butonlar a.button {
        flex: 1;
        display: flex;
        align-items: center;
        height: 48px;
        padding: 0px 5px;
        color: #001022;
        border-right: 1px solid #eee;
        justify-content: center;
        cursor: pointer;
        border-bottom: 2px solid transparent;
    }

    .ilan-filtre-mobil .filtre-mobil-butonlar a.button:last-child {
        border: none;
    }

    .ilan-filtre-mobil .filtre-mobil-butonlar a.button .icon {
        margin-right: 8px;
        color: #888;
    }

    .ilan-filtre-mobil .filtre-mobil-butonlar a.button .icon i {
        display: flex;
        align-items: center;
    }

    .ilan-filtre-mobil .filtre-mobil-butonlar a.button span {
        font-size: 13px;
        font-weight: 600;
        display: block;

    }

    .secilen-filtreler__temizle {
        font-size: 12px;
        position: absolute;
        right: 15px;
        z-index: 9;
    }

    .secilen-filtreler-orta .secilen-filtreler__temizle {
        display: block !important;
        right: 0px;
        position: relative;
    }

    .secilen-filtreler-orta .secilen-filtreler__header {
        display: flex !important;
        align-items: center;
    }


    .ilan-filtre-mobil .filtre-mobil-butonlar a.button small {
        font-size: 10px;
        font-weight: 500;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        display: -webkit-box;
        white-space: normal;
        color: #E00000;
        line-height: 1;
    }

    .filtre-mobil-butonlar a.button.active {
        color: #E00000;
        font-weight: 700;
        border-bottom: 2px solid #E00000;
    }

    .ilan-filtre-mobil .filtre-mobil-butonlar a.button.active:last-child {
        border-bottom: 2px solid #E00000;
    }

    .page-center {
        padding: 15px;
    }

    .kredi-kart-form {
        margin-bottom: 10px;
    }

    .sepetim-adim ul {
        justify-content: space-between;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        display: grid;
    }

    .sepetim-adim ul li .icon {
        width: 41px;
        height: 41px;
        font-size: 17px;
        margin-right: 6px;
    }

    .sepetim-adim ul li a {
        padding: 0px 0;
        grid-template-columns: repeat(2, auto);
        gap: 10px;
        display: grid;
    }

    .sepetim-adim::after {
        display: none;
    }

    .bolum-baslik {
        margin-bottom: 20px;
        grid-template-columns: auto;
    }

    .odeme-bilgileri {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .kredi-kart-form {
        padding: 2px;
    }

    .odeme-bilgileri .tab-content {
        padding: 10px;
    }

    .category-list.category-list2 li a {
        padding: 10px 15px;
    }

    .urunler-genel.page-urun .nav-tabs {
        border: none;
        padding: 5px;
        display: grid;
        justify-content: center;
        justify-content: space-between;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .urunler-genel.page-urun .tab-pane-baslik-butonlar {
        margin-bottom: 15px;
    }

    .urunler-genel.page-urun .filter-container {
        margin: 7px 0 7px 0;
        display: grid;
        justify-content: center;
        justify-content: space-between;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 20px;
    }

    .urunler-genel.page-urun .tab-pane-baslik {
        margin-top: 0;
    }

    .filter-container .filter-item {
        display: flex;
        align-items: center;
        padding-left: 0;
        margin-left: 0;
        border-right: 0;
        padding-right: 0;
        margin-right: 0px;
        line-height: 1;
    }

    .filter-container .gorunumSEc {
        border-right: 0;
        padding-right: 0px;
        align-items: center;
    }

    header .header-top {
        padding: 7px 7px;
        text-align: center;
        justify-content: center;
    }

    header .header-top .header-uyelik-giris {
        justify-content: center;
    }



    .product-grid.gorunum2 .product-card {
        padding: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-grid.gorunum2 .product-card .product-image-container {
        width: 30%;
        height: 100px;
    }

    .product-grid.gorunum2 .product-card .card-details {
        padding: 12px;
        position: relative;
        transition: transform 0.3s ease;
        width: 70%;
    }

    .product-grid.gorunum2 .product-card .card-header {
        position: absolute;
        top: 0px;
        z-index: 99;
        left: 6px;
    }

    .product-grid.gorunum2 .add-button-container {
        bottom: 0;
        width: auto;
        padding: 0 12px;
        opacity: 1;
        transition: opacity 0.3s ease, bottom 0.3s ease;
        display: flex;
        grid-template-columns: 1fr auto;
        gap: 10px;
        justify-content: center;
    }

    .product-grid.gorunum2 .product-card .category {
        white-space: normal;
        overflow: inherit;
        text-overflow: ellipsis;
        min-height: 12px;
        margin-bottom: 4px;
    }

    .Home-Urunler .bolum-baslik {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-card .koli-Sec {
        width: 81px;
        font-size: 12px;
        margin-bottom: 0px;
        position: absolute;
        right: 10px;
        bottom: 47px;
    }

    .product-card .koli-Sec select {
        width: 100%;
    }

    .product-grid.gorunum2 .koli-Sec {
        width: 110px;
        font-size: 12px;
        margin-bottom: 5px;
        position: relative;
        right: 0;
        bottom: 20px;
        margin-bottom: 21px;
    }

    .product-card .product-name span {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 70px;
        padding-right: 12px;
    }

    .product-card .product-price {
        font-size: 17px;
    }

    .urun-detay .urunVaryasyonlari .detayleft {
        flex: 0 0 112px;
    }


    .kredi-dropdown .dropdown-menu {
        left: 0 !important;
        right: auto !important;
    }

    .sepetim1-table {
        width: 100%;
        table-layout: fixed;
    }

    .sepetim1-table th,
    .sepetim1-table td {
        word-break: break-word;
        padding: 8px;
    }

}



@media(max-width:600px) {

    .product-card .add-button {
        padding: 3px 7px;
    }


    header .navbar-left {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 0px;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        justify-content: center;
    }

    header .navbar-brand {
        display: block;
        margin: 0px auto;
        padding: 0px;
    }

    header .navbar-right {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 15px;
    }

    .product-card .add-button-container span .ekle1 {
        display: none;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 30px;
    }

    .sepetim-adim ul {
        justify-content: space-between;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        display: grid;
    }



    .urun-detay .urunVaryasyonlari li.kampanya {
        padding: 10px;
    }

    .urun-detay .urunVaryasyonlari li.kampanya .detayright .liste {
        padding: 3px 6px;
        font-size: 12px !important;
    }

    .urun-detay .urunVaryasyonlari li.kampanya .kampanya-fiyat {
        font-size: 13px;
    }

    .product-card .adetbg input[type="text"] {
        width: 25px;
        font-size: 13px;
    }

    .product-card .alert-link {
        font-weight: 700;
        padding: 3px 10px;
        font-size: 12px;
    }

    .Home-Urunler .bolum-baslik h2 {
        font-size: 16px;
    }

    .bolum-baslik h2 i {
        font-size: 18px;
        margin-right: 10px;
        display: flex;
    }

    .product-card .koli-Sec {
        width: 66px;
        font-size: 10px;
        margin-bottom: 5px;
        right: 10px;
        bottom: 42px;
        left: auto;
    }

    .product-card .koli-Sec select {
        width: 100%;
        font-size: 10px;
        border-radius: 4px;
        background-size: 7px;
        border-radius: 30px;
        padding-right: 1px;
        height: 24px;
        padding: 0 0px 0 9px;
    }

    .product-card .product-name span {
        height: 66px;
        padding-right: 15px;
        font-size: 14px;
    }


    .filtre-mobil-modal-header h5 {
        font-size: 16px;
    }

    .sepetim1-table .sepet1-baslik {
        max-width: 140px;
        display: block;
        margin: 0px auto;
    }

    .sepetim1-table td,
    .sepetim1-table th {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sepetim-adim {
        margin-bottom: 0;
    }

    .product-card .fiyat-kampanya table td,
    .product-card .fiyat-kampanya table th {
        font-size: 11px;
        vertical-align: middle;
        padding: 3px 8px;
    }

    .urun-detay .iskonto-yeni strong {
        display: block;
    }



}

@media (max-width: 400px) {
    .sepet-modal .modal-body {
      padding: 5px!important;
    }

    .sepet-modal .modal-body  td{
        padding: 4px!important;
      }
  }
  
