/* Genel stiller */
        .widget-newsletter {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .widget-newsletter img {
            width: 45%;
            height: auto;
        }

        /* Ekran boyutlarına göre ayarlar */
        @media (min-width: 768px) {
            .widget-newsletter {
                max-width: 75%;
            }
        }

        @media (min-width: 992px) {
            .widget-newsletter {
                max-width: 80%;
            }
        }

        @media only screen and (max-width: 767px) {
            .sidebar.sticky-sidebar.col-lg-3 {
                order: -1;
            }
        }

        .table-container {
            overflow-x: auto;
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        th, td {
            padding: 8px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }

        .nav-scroll {
            overflow-x: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }

        .grid-filter ul {
            display: flex;
            gap: 10px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .grid-filter ul li {
            flex-shrink: 0;
        }
            @keyframes ring {
        0% { transform: rotate(0); }
        20% { transform: rotate(-5deg); } /* Daha az fırlanma */
        40% { transform: rotate(5deg); }
        60% { transform: rotate(-3deg); }
        80% { transform: rotate(3deg); }
        100% { transform: rotate(0); }
    }

    .ring-animation {
        display: inline-block;
        animation: ring 1.5s infinite ease-in-out; /* Daha yavaş və yumşaq animasiya */
    }
    
    
    
    
    
#stickyCategory {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.85); /* daha şəffaf */
    backdrop-filter: blur(3px);
    padding: 5px 10px; /* daha yığcam boşluq */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
    white-space: nowrap;
    transition: background 0.3s ease;
}

#categoryScroll {
    display: flex;
    gap: 8px;
    padding-bottom: 2px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#categoryScroll::-webkit-scrollbar {
    display: none;
}

#categoryScroll span {
    cursor: pointer;
    padding: 4px 10px; /* daha az padding */
    border-radius: 16px;
    background-color: #f2f2f2;
    font-size: 12.5px;
    font-weight: 500;
    color: #333535;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    user-select: none;
}

#categoryScroll span:hover {
    background-color: #e0e0e0;
}

#categoryScroll span.active {
    background-color: #333535;
    color: #fff;
}




.square-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.cart-summary {
    display: none; /* Başlanğıcda gizlidir */
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    background: #333535 !important; /* Brend rəng */
    color: white !important;
    text-align: center;
    padding: 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3) !important;
    border-radius: 15px !important;
    transition: all 0.3s ease-in-out !important;
    z-index: 9999; /* Üstdə qalsın */
}

.cart-summary p {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.cart-summary span {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffeb3b !important; /* Sarı vurğu */
}


    .interyer-container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 10px !important;
    }

    .portfolio-item.interyer {
        width: calc(50% - 10px) !important;
        padding: 8px !important;
        box-sizing: border-box !important;
    }

    @media (min-width: 768px) {
        .portfolio-item.interyer {
            width: calc(33.333% - 10px) !important;
        }
    }

    @media (min-width: 992px) {
        .portfolio-item.interyer {
            width: calc(25% - 10px) !important;
        }
    }

    .portfolio-item.interyer img {
        width: 100% !important;
        height: auto !important;
        border-radius: 12px !important;
        display: block !important;
    }

    .portfolio-item-wrap {
        border-radius: 12px !important;
        overflow: hidden !important;
    }
    
    .logo-clean {
    display: block;
    max-width: 150px;
    height: auto;
    margin: 20px auto; /* yuxarı-aşağı 20px, sağ-sol auto */
    object-fit: contain;
    border: none;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}



    .ac-item.ac-active {
    box-shadow: 0 4px 16px rgba(159, 33, 14, 0.2) !important;
    border: 1px solid #333535 !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    transition: box-shadow 0.3s ease, background-color 0.3s ease !important;
}



    .social-icons a {
        color: #333535;
        font-size: 20px; /* ikon ölçüsü kiçildildi */
        margin: 0 10px;
        transition: transform 0.2s ease, color 0.2s ease;
    }

    .social-icons a:hover {
        color: #c72a18;
        transform: scale(1.1);
    }

    footer {
        border-radius: 6px 6px 0 0;
        box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.05);
    }