.nt-catalog {
    padding: 26px 0 60px
}

.nt-catalog-breadcrumb {
    font-size: 12px;
    color: #777;
    margin-bottom: 20px
}

    .nt-catalog-breadcrumb a {
        color: inherit
    }

.nt-catalog-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px
}

    .nt-catalog-heading h1 {
        font-size: 28px;
        margin: 0 0 6px
    }

    .nt-catalog-heading span {
        color: #777;
        font-size: 13px
    }

.nt-catalog-actions {
    display: flex;
    gap: 10px
}

    .nt-catalog-actions select, .nt-filter-toggle {
        border: 1px solid #ddd;
        background: white;
        border-radius: 5px;
        padding: 11px
    }

.nt-filter-toggle {
    display: none
}

.nt-catalog-layout {
    display: grid;
    grid-template-columns: 235px minmax(0,1fr);
    gap: 28px
}

.nt-catalog-filters {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 18px;
    align-self: start
}

.nt-filter-header {
    display: flex;
    justify-content: space-between
}

    .nt-filter-header button {
        display: none
    }

.nt-catalog-filters section {
    padding: 17px 0;
    border-bottom: 1px solid #eee
}

.nt-catalog-filters h2 {
    font-size: 14px;
    margin: 0 0 12px
}

.nt-catalog-filters label {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 13px;
    padding: 5px 0;
    cursor: pointer
}

.nt-catalog-filters input[type=checkbox] {
    accent-color: #a87b37
}

.nt-price-range {
    display: flex;
    gap: 8px
}

    .nt-price-range input {
        min-width: 0;
        width: 50%;
        padding: 8px;
        border: 1px solid #ddd
    }

.nt-filter-submit {
    width: 100%;
    background: #222;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 12px;
    margin: 18px 0 12px;
    cursor: pointer
}

.nt-filter-clear {
    display: block;
    text-align: center;
    font-size: 13px
}

.nt-catalog-results {
    min-width: 0
}

    .nt-catalog-results .nt-products {
        display: grid !important;
        grid-template-columns: repeat(4,minmax(0,1fr));
        gap: 15px;
        transform: none !important
    }

    .nt-catalog-results .nt-slider-arrow {
        display: none !important
    }

    .nt-catalog-results .nt-product-slider-window {
        overflow: visible
    }

.nt-catalog-pages {
    display: flex;
    justify-content: center;
    gap: 22px;
    align-items: center;
    margin: 32px 0
}

    .nt-catalog-pages a {
        border: 1px solid #ddd;
        padding: 9px 15px;
        border-radius: 4px
    }

.nt-catalog-empty {
    padding: 50px;
    text-align: center;
    color: #777
}

@media(max-width:1000px) {
    .nt-catalog-layout {
        grid-template-columns: 205px minmax(0,1fr);
        gap: 15px
    }

    .nt-catalog-results .nt-products {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media(max-width:700px) {
    .nt-catalog {
        padding: 16px 12px 35px
    }

    .nt-catalog-heading {
        align-items: start;
        flex-direction: column
    }

        .nt-catalog-heading h1 {
            font-size: 22px
        }

    .nt-catalog-actions {
        width: 100%
    }

        .nt-catalog-actions > * {
            flex: 1
        }

    .nt-filter-toggle {
        display: block
    }

    .nt-catalog-layout {
        display: block
    }

    .nt-catalog-filters {
        display: none;
        margin-bottom: 18px
    }

        .nt-catalog-filters.is-open {
            display: block
        }

    .nt-filter-header button {
        display: block;
        border: 0;
        background: transparent
    }

    .nt-catalog-results .nt-products {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px
    }

    .nt-catalog-pages {
        gap: 8px;
        font-size: 12px
    }

        .nt-catalog-pages a {
            padding: 8px
        }
}
/* FİLTRE PANELİ */

.nt-catalog-filters {
    padding: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: #fff;
    align-self: start;
}

.nt-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

    .nt-filter-header strong {
        font-size: 16px;
        font-weight: 700;
    }

/* FİLTRE BÖLÜMLERİ */

.nt-catalog-filters .nt-filter-section {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

    .nt-catalog-filters .nt-filter-section h2 {
        margin: 0 0 10px;
        font-size: 13px;
        font-weight: 700;
        color: #252525;
    }

/* KENDİ İÇİNDE KAYAN SEÇENEKLER */

.nt-filter-options {
    max-height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 transparent;
}

    .nt-filter-options::-webkit-scrollbar {
        width: 5px;
    }

    .nt-filter-options::-webkit-scrollbar-track {
        background: transparent;
    }

    .nt-filter-options::-webkit-scrollbar-thumb {
        background: #d4d4d4;
        border-radius: 10px;
    }

/* CHECKBOX SATIRLARI */

.nt-catalog-filters .nt-filter-options label {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 30px;
    padding: 4px 3px;
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #444;
    cursor: pointer;
    border-radius: 4px;
}

    .nt-catalog-filters .nt-filter-options label:hover {
        background: #faf7f1;
    }

    .nt-catalog-filters .nt-filter-options label span {
        flex: 1;
        min-width: 0;
        overflow-wrap: anywhere;
    }

.nt-catalog-filters .nt-filter-options input[type="checkbox"] {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #a87b37;
}

/* SEÇİLİ SATIR */

.nt-catalog-filters .nt-filter-options label:has(input:checked) {
    background: #faf4e9;
    color: #7c551e;
    font-weight: 600;
}

/* FİYAT */

.nt-price-range {
    display: flex;
    gap: 8px;
}

    .nt-price-range input {
        width: 50%;
        min-width: 0;
        box-sizing: border-box;
        padding: 9px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px;
    }

/* MOBİL */

@media (max-width: 700px) {

    .nt-catalog-filters {
        margin-bottom: 18px;
        padding: 15px;
    }

    .nt-filter-options {
        max-height: 160px;
    }

    .nt-catalog-filters .nt-filter-options label {
        min-height: 34px;
        font-size: 13px;
    }
}
.nt-filter-search-box {
    display: flex;
    gap: 6px;
    width: 100%;
}

    .nt-filter-search-box input[type="text"] {
        flex: 1;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px;
    }

.nt-filter-search-button {
    flex: 0 0 auto;
    padding: 0 14px;
    background: #222;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

    .nt-filter-search-button:hover {
        background: #a87b37;
    }