﻿/*! CSS Used from: undefined */
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.breadcrumb-scroll-container {
    overflow: auto;
    margin: 0-50px;
    padding: 0 50px
}

.breadcrumb-container {
    min-width: max-content
}

.breadcrumb {
    line-height: 44px;
    width: calc(100% + 100px);
    max-width: initial;
    padding-left: 50px;
    border-top: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 9px;
    padding-top: 9px;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0px -50px;
}

    .breadcrumb a,
    .breadcrumb p {
        font-size: 12px;
        font-weight: 500;
        color: #aaa;
        display: inline-block;
        margin: 0
    }

    .breadcrumb .breadcrumb-item {
        white-space: nowrap;
    }

        .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            display: inline-block;
            padding-right: 0.5rem;
            content: "/";
            font-size: 12px;
            color: #aaa
        }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

@media screen and (min-width:992px) and (max-width:1366px) and (hover:none) and (pointer:coarse) {
    body .breadcrumb {
        width: 100%;
        margin: 0;
        padding-left: 0
    }
}

@media screen and (max-width:991px) {
    body .breadcrumb-scroll-container {
        overflow: auto;
        margin: 0 -15px;
        padding: 0 15px
    }

    body .breadcrumb {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

/*! CSS Used from: undefined  END*/



header {
    position: relative !important;
}

body.scroll-down:not(.onTop) header {
    -webkit-transform: none;
    transform: none;
}

.generalLeftSide {
    display: none;
}

#body-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0px;
    left: 0px;
    z-index: 99997;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
}

.cl-category-filter-box .cl-default-filter-items {
    display: flex;
}

    .cl-category-filter-box .cl-default-filter-items > * {
        margin-right: 32px;
        flex: none;
        position: relative;
    }

        .cl-category-filter-box .cl-default-filter-items > *:last-child {
            margin-right: 0px;
        }

    .cl-category-filter-box .cl-default-filter-items .custom-select {
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #000000;
        border: 1px solid #000000;
        border-radius: 6px;
        font-size: 12px;
        height: 42px;
        display: flex;
        align-items: center;
        font-weight: 500;
        width: unset;
        min-width:115px;
        background: url(https://skcfiles.mncdn.com/webfiles/chevron-down.svg) no-repeat right white;
        background-size: 12px;
        background-position: calc(100% - 10px) center;
        cursor: pointer;
    }

        .cl-category-filter-box .cl-default-filter-items .custom-select .custom-select-text {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 180px;
        }

        .cl-category-filter-box .cl-default-filter-items .custom-select .custom-select-popup {
            background-color: #fff;
            border-radius: 6px;
            max-height: 200px;
            width: 100%;
            position: absolute;
            left: 0px;
            top: 44px;
            z-index: 999;
            opacity: 0;
            pointer-events: none;
            transition: opacity .3s;
            overflow: auto;
            padding: 12px 0;
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07) !important;
        }

        .cl-category-filter-box .cl-default-filter-items .custom-select.open .custom-select-popup {
            opacity: 1;
            pointer-events: auto;
        }

        .cl-category-filter-box .cl-default-filter-items .custom-select .custom-select-popup .filter-section-item {
            margin: 0px 12px 8px;
            display: flex;
        }


    .cl-category-filter-box .cl-default-filter-items .cl-default-filter-button {
        height: 42px;
        font-weight: 500;
        width: 210px;
        border: 1px solid transparent;
        color: var(--blue);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        text-decoration: underline;
        cursor: pointer;
        transition: border-color .3s, background-color .3s, color .3s;
        border-radius: 6px;
    }

        .cl-category-filter-box .cl-default-filter-items .cl-default-filter-button.filter-apply-button {
            border: 1px solid var(--blue);
            background-color: var(--blue);
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
        }

            .cl-category-filter-box .cl-default-filter-items .cl-default-filter-button.filter-apply-button:hover {
                background-color: transparent;
                color: var(--blue);
            }

        .cl-category-filter-box .cl-default-filter-items .cl-default-filter-button#show-all-filters-button:hover {
            background-color: var(--blue);
            border-color: var(--blue);
            color: #fff;
        }

.cl-spinner-loader,
.cl-spinner-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.cl-spinner-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.filter-apply-button .cl-spinner-loader {
    position: absolute;
    height: 20px;
    width: 20px;
    border-width: 3px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.filter-apply-button span {
    opacity: 1;
    transition: opacity .3s;
}

.filter-apply-button.loading .cl-spinner-loader {
    opacity: 1;
}

.filter-apply-button.loading span {
    opacity: 0;
}

.filter-apply-button:hover .cl-spinner-loader {
    border-right-color: rgba(2, 44, 87, 0.2);
    border-bottom-color: rgba(2, 44, 87, 0.2);
    border-top-color: rgba(2, 44, 87, 0.2);
    border-left-color: var(--blue);
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cl-category-filter-box .filters-card {
    display: none;
    position: absolute;
    width: 100%;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    z-index: 99999;
    left: 0px;
    top: 14px;
    flex-wrap: wrap;
}



    .cl-category-filter-box .filters-card .filter-card-header {
        height: 74px;
        display: flex;
        flex: none;
        width: 100%;
    }

    .cl-category-filter-box .filters-card .filter-card-header-item {
        width: 240px;
        font-size: 16px;
        font-weight: 600;
        color: var(--blue);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px 6px 0 0;
        background-color: #fff;
    }

        .cl-category-filter-box .filters-card .filter-card-header-item#close-filters-card {
            cursor: pointer;
        }

        .cl-category-filter-box .filters-card .filter-card-header-item:first-child {
            margin-right: auto;
        }

        .cl-category-filter-box .filters-card .filter-card-header-item .mdi {
            margin-right: 6px;
        }

    .cl-category-filter-box .filters-card .filter-headers {
        background-color: #fff;
        width: 300px;
        flex: none;
        padding: 24px 0;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 150px);
        overflow: auto;
    }

    .cl-category-filter-box .filters-card .filter-header {
        height: 50px;
        border-bottom: 1px solid #f0f0f0;
        line-height: 50px;
        font-weight: 600;
        font-size: 14px;
        color: var(--blue);
        cursor: pointer;
        padding: 0 30px;
        transition: background-color .3s;
        flex: none;
        order: 1;
    }

        .cl-category-filter-box .filters-card .filter-header[data-target="price"] {
            order: 99;
        }

        .cl-category-filter-box .filters-card .filter-header.hide {
            display: none
        }

        .cl-category-filter-box .filters-card .filter-header.active,
        .cl-category-filter-box .filters-card .filter-header:hover {
            background-color: #f0f0f0;
        }

    .cl-category-filter-box .filters-card .filters-body {
        background-color: #f0f0f0;
        width: calc(100% - 300px);
        position: relative;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 150px);
    }

        .cl-category-filter-box .filters-card .filters-body .filters-search-row {
            order: 0
        }

            .cl-category-filter-box .filters-card .filters-body .filters-search-row input {
                -moz-appearance: none;
                -webkit-appearance: none;
                color: #000000;
                border: 1px solid #000000;
                border-radius: 6px;
                font-size: 12px;
                height: 42px;
                display: flex;
                align-items: center;
                font-weight: 500;
                background: url(https://skcfiles.mncdn.com/webfiles/magnify.svg) no-repeat right white;
                background-position: calc(100% - 12px) center;
                margin: 30px 24px 0;
                width: calc(100% - 48px);
                background-size: 24px;
                padding: 0 40px 0 12px;
            }

        .cl-category-filter-box .filters-card .filters-body .filter-section[data-id="selectedFilters"].active ~ .filters-search-row {
            display: none;
        }

        .cl-category-filter-box .filters-card .filters-body .filter-section[data-id="Beden"] {
            text-transform: uppercase;
        }

        .cl-category-filter-box .filters-card .filters-body .filter-body-footer {
            display: flex;
            padding: 0 24px 24px;
            flex: none;
            margin-top: auto;
            order: 999;
        }

            .cl-category-filter-box .filters-card .filters-body .filter-body-footer .filter-count {
                margin-right: 20px;
                margin-left: auto;
                font-size: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--blue);
                font-weight: 600;
            }

            .cl-category-filter-box .filters-card .filters-body .filter-body-footer .filter-apply-button {
                height: 42px;
                padding: 0 30px;
                border: 1px solid transparent;
                background-color: var(--blue);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
                cursor: pointer;
                transition: border-color .3s, background-color .3s, color .3s;
                border-radius: 6px;
                border: 1px solid var(--blue);
                color: #fff;
                font-weight: 500;
            }

                .cl-category-filter-box .filters-card .filters-body .filter-body-footer .filter-apply-button:hover {
                    color: var(--blue);
                    background-color: transparent;
                }

        .cl-category-filter-box .filters-card .filters-body .filter-section {
            display: none;
            flex-wrap: wrap;
            padding: 24px;
            order: 1;
            overflow: auto;
        }

    .cl-category-filter-box .filters-card .filter-section .filter-section-parameters {
        order: 1;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section.hide {
        display: none !important;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section.active {
        display: flex;
        pointer-events: auto;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filters-header {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #d7d6d6;
        height: 50px;
        width: 100%;
    }

        .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filters-header p {
            margin: 0px;
            font-size: 16px;
            font-weight: 600;
        }

        .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filters-header .clear-selected-filters {
            margin-left: auto;
            text-decoration: underline;
            font-size: 13px;
            color: #000000;
            cursor: pointer;
        }

    .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-items {
        padding: 24px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-item {
        display: flex;
        align-items: center;
        height: 32px;
        border-radius: 20px;
        border: 1px solid #d7d6d6;
        background-color: #fff;
        padding: 6px 16px 6px 6px;
        color: #000000;
        font-size: 13px;
        margin-right: 10px;
        margin-bottom: 10px;
        flex: none;
        cursor: pointer;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-item-icon {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: var(--blue);
        margin-right: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-item-icon img {
            height: 16px;
        }

    .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-header {
        font-size: 16px;
        color: var(--blue);
        font-weight: 600;
        padding: 14px 0px;
        background: url(https://skcfiles.mncdn.com/webfiles/minus.svg) no-repeat right white;
        background-size: 20px;
        background-position: 100% center;
        display: none;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-items {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item {
        opacity: 1;
        pointer-events: auto;
        width: calc(33% - 8px);
        margin: 0 8px 16px 0;
        cursor: pointer;
        font-size: 14px;
    }

        .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item.hide {
            background-color: yellow
        }

        .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container,
        .cl-category-filter-box .custom-select-popup .cl-custom-checkbox-container {
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            margin: 0px;
            width: 100%;
        }

            .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container input,
            .cl-category-filter-box .custom-select-popup .cl-custom-checkbox-container input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

            .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container .text,
            .cl-category-filter-box .custom-select-popup .cl-custom-checkbox-container .text {
                color: #262626;
                line-height: 22px;
                display: block;
                margin-left: 28px;
            }

            .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container .cl-checkmark,
            .cl-category-filter-box .custom-select-popup .cl-custom-checkbox-container .cl-checkmark {
                position: absolute;
                top: 0;
                left: 0;
                height: 22px;
                width: 22px;
                background-color: #fff;
                border: 1px solid #bcbcbc;
            }

                .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container .cl-checkmark:after,
                .cl-category-filter-box .custom-select-popup .cl-custom-checkbox-container .cl-checkmark:after {
                    content: "";
                    position: absolute;
                    display: none;
                    left: 8px;
                    top: 2px;
                    width: 6px;
                    height: 12px;
                    border: solid #000;
                    border-width: 0 2px 2px 0;
                    -webkit-transform: rotate( 45deg );
                    -ms-transform: rotate(45deg);
                    transform: rotate( 45deg );
                }

            .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container input:checked ~ .cl-checkmark:after,
            .cl-category-filter-box .custom-select-popup .cl-custom-checkbox-container input:checked ~ .cl-checkmark:after {
                display: block;
            }

        .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .filter-section-item-count {
            display: none;
        }

#filters-card.active {
    display: flex;
}

#body-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

#filters-card.active ~ .cl-default-filter-items > * {
    display: none;
}

#cl-category-filter-row.filters-active {
    background-color: transparent;
    z-index: 99999;
}

#cl-category-filter-row.loading, #cl-category-filter-row.loading * {
    pointer-events: none;
}

#cl-category-filter-row.filters-active .sort-container {
    display: none;
}

.cl-category-title, .cl-category-count {
    font-size: 14px;
    line-height: 14px;
    padding-top: 14px;
    display: inline-block;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 0px;
}

.cl-category-filter-row {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    background-color: #fff;
    position: sticky;
    padding: 14px 0;
    top: 0px;
    z-index: 999;
}

.cl-category-filter-box {
    border-radius: 6px;
    margin-right: auto;
    width: auto;
    display: flex;
    height: 74px;
    align-items: center;
    padding: 0 16px;
}

.cl-category-filter-row .custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 6px;
    font-size: 12px;
    height: 42px;
    font-weight: 500;
    width: 210px;
    background: url(https://skcfiles.mncdn.com/webfiles/chevron-down.svg) no-repeat right white;
    background-size: 12px;
    background-position: calc(100% - 10px) center;
}

.selected-filter-section-group {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 0;
}

    .selected-filter-section-group .group-header {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .selected-filter-section-group .group-body {
        display: flex;
    }

        .selected-filter-section-group .group-body span {
            background-color: #fff;
            border: 1px solid var(--blue);
            padding: 0 12px 0 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            border-radius: 20px;
            height: 26px;
            cursor: pointer;
            margin-right: 8px;
            position: relative;
        }

            .selected-filter-section-group .group-body span img {
                height: 18px;
                width: 18px;
                background-color: var(--blue);
                border-radius: 50%;
                margin-right: 8px;
            }

@media screen and (max-width: 1300px) {
    .cl-category-filter-box .cl-default-filter-items > * {
        margin-right: 12px;
    }

    .cl-category-filter-box .cl-default-filter-items .cl-default-filter-button {
        width: 140px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1040px) {
    .cl-category-filter-box .filters-card {
        position: fixed;
        height: 100%;
        width: calc(100% - 60px);
        right: 0px;
        left: unset;
        border-radius: 0px;
        background-color: #fff;
        top: 0px;
        /*        display: flex;
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        transition: .3s;*/
    }

    .filters-active .cl-category-filter-box .filters-card {
        /*        transform: translateX(0%);
        opacity: 1;
        pointer-events: auto;*/
    }

    .cl-category-filter-box .filters-card .filter-headers,
    .cl-category-filter-box .filters-card .filters-body .filters-search-row {
        display: none;
    }

    .cl-category-filter-box .filters-card .filter-card-header {
        background-color: #fff;
        padding: 0px 20px;
    }

    .cl-category-filter-box .filters-card .filter-card-header-item:first-child {
        margin: 0px;
        order: 2;
        width: auto;
    }

    .cl-category-filter-box .filters-card .filter-card-header-item:last-child {
        margin-right: auto;
        order: 1;
        width: auto;
    }

        .cl-category-filter-box .filters-card .filter-card-header-item:last-child span {
            display: none;
        }

    .cl-category-filter-box .filters-card .filters-body {
        width: 100%;
        background-color: #fff;
        padding-bottom: 45px;
        overflow:auto;
    }

        .cl-category-filter-box .filters-card .filters-body .filter-section {
            display: block !important;
            max-height: unset;
            padding: 0px;
            margin: 20px;
            position: relative;
            overflow: visible
        }

            .cl-category-filter-box .filters-card .filters-body .filter-section:after {
                content: '';
                position: absolute;
                bottom: -20px;
                width: 100%;
                height: 1px;
                background-color: #f0f0f0;
            }

            .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-header {
                display: block;
            }

            .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-items {
                max-height: 200px;
                overflow: auto;
            }

            .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item {
                font-size: 12px;
                width: 100%;
                margin-right: 4px;
                margin-bottom: 8px;
                display: flex;
                align-items: center;
            }

                .cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .filter-section-item-count {
                    margin-left: auto;
                    display: block;
                }

            .cl-category-filter-box .filters-card .filters-body .filter-section:not(.active):not([data-id="selectedFilters"]) .filter-section-items {
                height: 0px;
                overflow: hidden;
            }

            .cl-category-filter-box .filters-card .filters-body .filter-section:not(.active) .filter-section-header {
                background-image: url(https://skcfiles.mncdn.com/webfiles/plus.svg);
            }

        .cl-category-filter-box .filters-card .filters-body .filter-body-footer {
            background-color: #fff;
            position: fixed;
            bottom: 0px;
            width: calc(100% - 60px);
            padding: 20px;
            display: block;
            border-top: 1px solid #f0f0f0;
            z-index: 99;
        }

            .cl-category-filter-box .filters-card .filters-body .filter-body-footer .filter-count {
                display: none;
            }

            .cl-category-filter-box .filters-card .filters-body .filter-body-footer .filter-apply-button {
                width: 100%;
            }

        .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filters-header {
            border-bottom: 1px solid #f0f0f0;
        }


    .cl-category-filter-row > * {
        width: 50%;
    }

        .cl-category-filter-row > *:first-child {
            order: 2;
            padding-left: 10px;
        }

        .cl-category-filter-row > *:last-child {
            order: 1;
        }

    .cl-category-filter-box {
        background-color: #fff;
        padding: 0px;
        display: block;
        height: auto;
    }

        .cl-category-filter-box .cl-default-filter-items > *:not(#show-all-filters-button) {
            display: none;
        }

    .cl-category-filter-row .custom-select {
        width: -webkit-fill-available;
        margin: 0px;
    }

    .cl-category-filter-box .cl-default-filter-items .cl-default-filter-button {
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #000000;
        border: 1px solid #000000;
        border-radius: 6px;
        font-size: 12px;
        height: 42px;
        font-weight: 500;
        width: -webkit-fill-available;
        background: url(https://skcfiles.mncdn.com/webfiles/settings.svg) no-repeat right white;
        background-size: 12px;
        background-position: calc(100% - 10px) center;
        text-decoration: none;
        justify-content: flex-start;
        padding: 0 8px;
    }
    .selected-filter-section-group .group-header {
        margin-bottom: 6px;
    }

    .custom-select {
        padding: 0.275rem 1.55rem 0.275rem 0.55rem;
    }
}



.cl-product-grid {
    display: flex;
    position: relative;
    flex-flow: wrap;
    margin: 0 -8px;
}

.cl-product-box-container {
    width: 25%;
    padding: 0 8px 60px;
}

.cl-product-box {
    position: relative;
}

    .cl-product-box .cl-product-images {
        width: 100%;
        display: block;
        position: relative;
        min-height: 200px;
    }

        .cl-product-box .cl-product-images > img {
            width: 100%;
            aspect-ratio:4/5;
        }

    .cl-product-box .cl-add-to-favorite {
        position: absolute;
        right: 16px;
        top: 16px;
        cursor: pointer;
        z-index: 9;
    }

        .cl-product-box .cl-add-to-favorite .cl-favorite-button {
            display: block;
            color: #bcbcbc;
        }

            .cl-product-box .cl-add-to-favorite .cl-favorite-button.selected, .cl-product-box .cl-add-to-favorite .cl-favorite-button:hover {
                color: var(--red);
                background-color: transparent;
            }

    .cl-product-box .cl-product-badge-icons {
        position: absolute;
        bottom: 16px;
        left: 16px;
        display: flex;
        z-index: 9;
    }

        .cl-product-box .cl-product-badge-icons .mdi {
            margin-right: 14px;
            color: #000000;
            opacity: .3;
            position: relative;
            transition: color .3s, opacity .3s;
        }


            .cl-product-box .cl-product-badge-icons .mdi .tooltiptext {
                visibility: hidden;
                width: 120px;
                background-color: #555;
                color: #fff;
                text-align: center;
                border-radius: 6px;
                padding: 5px 0;
                position: absolute;
                z-index: 1;
                top: -30px;
                left: 50%;
                margin-left: -60px;
                opacity: 0;
                transition: opacity 0.3s;
                font-style: normal;
            }

                .cl-product-box .cl-product-badge-icons .mdi .tooltiptext::after {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -5px;
                    border-width: 5px;
                    border-style: solid;
                    border-color: #555 transparent transparent transparent;
                }

            .cl-product-box .cl-product-badge-icons .mdi:hover .tooltiptext {
                visibility: visible;
                opacity: 1;
            }

            .cl-product-box .cl-product-badge-icons .mdi.mdi-truck-fast .tooltiptext {
                background-color: var(--blue);
            }

            .cl-product-box .cl-product-badge-icons .mdi.mdi-fire .tooltiptext {
                background-color: var(--red);
            }

            .cl-product-box .cl-product-badge-icons .mdi.mdi-truck-fast .tooltiptext::after {
                border-color: var(--blue) transparent transparent transparent;
            }

            .cl-product-box .cl-product-badge-icons .mdi.mdi-fire .tooltiptext::after {
                border-color: var(--red) transparent transparent transparent;
            }

    .cl-product-box .cl-product-info {
        width: 100%;
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        min-height: 122px;
    }

        .cl-product-box .cl-product-info .cl-product-text-badge {
            color: var(--green);
            margin: 8px 0 0 0;
            transition: opacity .3s;
        }

        .cl-product-box .cl-product-info .cl-product-name {
            margin: 8px 0;
            color: #000000;
            transition: opacity .3s;
            display: block;
        }

        .cl-product-box .cl-product-info .cl-product-category {
            color: #757575;
            margin-bottom: 8px;
            transition: opacity .3s;
        }

        .cl-product-box .cl-product-info .cl-product-prices {
            margin-right: auto;
            color: #000000;
            font-weight: 600;
        }

        .cl-product-box .cl-product-info .cl-product-old-price {
            display: inline-block;
            color: #757575;
            margin-bottom: 4px;
            font-weight: 500;
        }

        .cl-product-box .cl-product-info .total-colors-count {
            color: #757575;
            transition: opacity .3s;
        }

        .cl-product-box .cl-product-info .cl-product-discount-rate {
            display: inline-block;
            color: var(--red);
            margin-left: 8px;
            margin-bottom: 4px;
        }

        .cl-product-box .cl-product-info .cl-product-price {
            margin: 0px;
        }

        .cl-product-box .cl-product-info .other-colors-container {
            position: relative;
            transition: .3s;
            min-height: 48px;
            height: 100%;
        }

        .cl-product-box .cl-product-info .slid-color {
            height: 60px;
            width: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            transition: opacity .3s, transform .3s;
            opacity: 0;
            z-index: -1;
            transform: translateY(-20px);
            display: flex;
        }

            .cl-product-box .cl-product-info .slid-color .pColor {
                width: 16.66%;
                margin-right: 6px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
            }

                .cl-product-box .cl-product-info .slid-color .pColor:last-child {
                    margin-right: 0px;
                }

        .cl-product-box .cl-product-info .cl-product-available-sizes {
            width: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            transition: opacity .3s, transform .3s;
            opacity: 0;
            z-index: -1;
            transform: translateY(-20px);
            color: #757575;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .cl-product-box .cl-product-info .cl-product-available-sizes span {
                text-transform: uppercase;
            }

                .cl-product-box .cl-product-info .cl-product-available-sizes span a {
                    color: #757575;
                    transition: color .3s;
                }

                    .cl-product-box .cl-product-info .cl-product-available-sizes span a:hover {
                        color: #000000;
                    }

    .cl-product-box.more-color-product .cl-product-info .cl-product-available-sizes {
        top: 62px;
    }

    .cl-product-box:hover .cl-product-info .other-colors-container .cl-product-available-sizes {
        opacity: 1;
        z-index: 1;
        transform: translateY(0px)
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container .slid-color {
        opacity: 1;
        z-index: 1;
        transform: translateY(0px)
    }

    .cl-product-box:hover .cl-product-info .other-colors-container .cl-product-text-badge {
        opacity: 0;
    }

    .cl-product-box:hover .cl-product-info .other-colors-container .cl-product-name {
        opacity: 0;
    }

    .cl-product-box:hover .cl-product-info .other-colors-container .cl-product-text-badge ~ .cl-product-name {
        opacity: 1;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container .cl-product-text-badge ~ .cl-product-name {
        opacity: 0;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container .cl-product-category {
        opacity: 0;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .total-colors-count {
        opacity: 0;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container {
        min-height: 90px;
    }

    .cl-product-box:hover .cl-product-badge-icons .mdi.mdi-truck-fast {
        color: var(--blue);
        opacity: 1;
    }

    .cl-product-box:hover .cl-product-badge-icons .mdi.mdi-fire {
        color: var(--red);
        opacity: 1;
    }

    .cl-product-box .cl-product-images .cl-product-image-bullets {
        position: absolute;
        bottom: 0px;
        left: 0;
        display: flex;
        width: 100%;
        height: calc(100% - 4px);
    }

    .cl-product-box .cl-product-images .cl-product-image-bullet {
        width: 100%;
        height: 100%;
        border-bottom: 3px solid #bcbcbc;
        transition: all .5s;
        margin-left: 3px;
    }

        .cl-product-box .cl-product-images .cl-product-image-bullet:first-child {
            margin-left: 0;
        }

        .cl-product-box .cl-product-images .cl-product-image-bullet:last-child {
            margin-right: 0;
        }

        .cl-product-box .cl-product-images .cl-product-image-bullet.active {
            border-bottom: 3px solid var(--blue);
        }

@media screen and (min-width: 1600px) {
    .cl-product-box .cl-product-info {
        min-height: 142px;
    }

        .cl-product-box .cl-product-info .slid-color {
            height: 80px;
        }

    .cl-product-box.more-color-product .cl-product-info .cl-product-available-sizes {
        top: 82px;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container {
        min-height: 110px;
    }
}

@media screen and (min-width: 1920px) {
    .cl-product-box .cl-product-info {
        min-height: 152px;
    }

        .cl-product-box .cl-product-info .slid-color {
            height: 90px;
        }

    .cl-product-box.more-color-product .cl-product-info .cl-product-available-sizes {
        top: 92px;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container {
        min-height: 120px;
    }
}



@media screen and (max-width: 1200px) {
    .cl-product-box-container {
        width: 33.33%;
    }

    .cl-product-box .cl-product-info .slid-color {
        height: 70px;
    }

    .cl-product-box.more-color-product .cl-product-info .cl-product-available-sizes {
        top: 72px;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container {
        min-height: 100px;
    }
}

@media screen and (max-width: 900px) {
    .cl-product-box-container {
        width: calc(50% - 7.5px);
        padding: 0px !important;
    }

    .cl-product-box .cl-product-info .slid-color {
        height: 32px;
    }

    .cl-product-box.more-color-product .cl-product-info .cl-product-available-sizes {
        top: 34px;
    }

    .cl-product-box-container .cl-product-image-bullet {
        display: none;
    }







    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container .slid-color {
        opacity: 0;
        z-index: -1;
        transform: translateY(-20px)
    }

    .cl-product-box:hover .cl-product-info .other-colors-container .cl-product-available-sizes {
        opacity: 0;
        z-index: -1;
        transform: translateY(-20px)
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container .cl-product-text-badge ~ .cl-product-name {
        opacity: 1;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container .cl-product-category {
        opacity: 1;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .other-colors-container {
        min-height: 48px;
    }

    .cl-product-box.more-color-product:hover .cl-product-info .total-colors-count {
        opacity: 1;
    }

    .cl-product-box .cl-product-badge-icons {
        display: none;
    }

    .cl-product-box:hover .cl-product-badge-icons .mdi.mdi-truck-fast {
        color: #000000;
        opacity: .3;
    }

    .cl-product-box:hover .cl-product-badge-icons .mdi.mdi-fire {
        color: #000000;
        opacity: .3;
    }

    .cl-product-box.more-color-product .cl-product-info .other-colors-container.active .slid-color {
        opacity: 1;
        z-index: 1;
        transform: translateY(0px)
    }

    .cl-product-box .cl-product-info .other-colors-container.active .cl-product-available-sizes {
        opacity: 1;
        z-index: 1;
        transform: translateY(0px)
    }

    .cl-product-box.more-color-product .cl-product-info .other-colors-container.active .cl-product-text-badge ~ .cl-product-name {
        opacity: 0;
    }

    .cl-product-box.more-color-product .cl-product-info .other-colors-container.active .cl-product-category {
        opacity: 0;
    }

    .cl-product-box.more-color-product .cl-product-info .other-colors-container.active {
        min-height: 62px;
    }


    .cl-product-box:hover .cl-product-info .other-colors-container .cl-product-text-badge {
        opacity: 1;
    }

    .cl-product-box:hover .cl-product-info .other-colors-container .cl-product-name {
        opacity: 1;
    }

    .cl-product-box:hover .cl-product-info .other-colors-container .cl-product-text-badge ~ .cl-product-name {
        opacity: 1;
    }

    .cl-product-box .cl-product-info .other-colors-container.active .cl-product-text-badge {
        opacity: 0;
    }

    .cl-product-box .cl-product-info .other-colors-container.active .cl-product-name {
        opacity: 0;
    }

    .cl-product-box .cl-product-info .other-colors-container.active .cl-product-text-badge ~ .cl-product-name {
        opacity: 1;
    }
}

.cl-plp-seo {
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
    position: relative;
    margin: 40px 0;
}

    .cl-plp-seo .cl-plp-seo-body {
        max-height: 180px;
        overflow: hidden;
        transition: height .4s;
        font-size: 12px;
        text-align: justify;
    }

.cl-plp-seo-body h2 {
    font-size: 14px;
}

.cl-plp-seo-body h3 {
    font-size: 13px;
}

.cl-plp-seo-body ul {
    padding: 0px;
}

.cl-plp-seo-body li {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 12px !important;
    line-height: 18px;
    text-align: justify;
}

.cl-plp-seo-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 30px;
    background: linear-gradient( 180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 20%,#fff 80%);
    z-index: 9;
    height: 60px;
}

.cl-plp-seoButton {
    color: #6c6c6c;
    font-size: 12px;
    float: right;
    line-height: 60px;
    cursor: pointer;
    text-decoration: underline !important;
}

    .cl-plp-seoButton .readless {
        display: none;
    }

.cl-plp-seo.extended .cl-plp-seoButton .readmore {
    display: none;
}

.cl-plp-seo.extended .cl-plp-seoButton .readless {
    display: block;
}

.cl-plp-seo.extended .cl-plp-seo-body {
    max-height: unset;
}

.cl-listing-more-button-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-listing-more-button {
    height: 40px;
    width: 260px;
    color: var(--blue) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue);
    border-radius: 6px;
    transition: background-color .3s, color.3s;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

    .cl-listing-more-button.disabled {
        pointer-events: none;
        opacity: 0.4;
    }

.cl-product-grid.hide, .cl-listing-more-button-container.hide {
    display: none;
}

#cl-listing-less-button {
    margin: 20px 0 60px;
}

#cl-listing-more-button {
    margin-bottom: 80px;
}

.cl-listing-more-button:hover {
    background-color: var(--blue);
    color: #fff !important;
}

@media screen and (max-width: 1040px) {

    .cl-listing-more-button {
        width: 100%;
        background-color: var(--blue);
        color: #fff !important;
    }
}

@media screen and (max-width: 990px) {
    .cl-product-grid {
        margin: 0;
        gap:15px;
    }

    .cl-product-box .cl-product-info {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1040px) {
    body.filters-active,
    html.filters-active {
        overflow: hidden;
    }
}

.cl-product-box.more-color-product .cl-product-info .cl-product-available-sizes {
    padding-top: 5px;
}


@media screen and (max-width: 1120px) {
    .cl-category-filter-row {
        margin: 0 -15px 24px;
        padding: 14px 15px;
    }
}

.cl-category-filter-box .custom-select[data-id="Beden"] .cl-custom-checkbox-container .text {
    text-transform: uppercase
}





.cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-item {
    width: auto;
    position: relative;
}

    .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-item .cl-custom-checkbox-container {
        position: unset;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-item .cl-checkmark {
        opacity: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-item .text {
        margin: 0px !important
    }

    .cl-category-filter-box .filters-card .filters-body .filter-section .selected-filter-item .selected-filter-item-icon {
        flex: none;
    }

.cl-slider-container {
    background-color: transparent !important;
}

.cl-product-list-page .cl-seach-title {
    padding-top: 14px;
}
a.cl-fased-href {
    width: 1px;
    height: 1px;
    position: absolute !important;
    overflow: hidden;
    margin: -1px;
    padding: 0px;
    border: 0px;
}
.cl-no-collection-container {
    background-color: #F4F5F6;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    margin-top: 20px;
}

    .cl-no-collection-container .cl-no-collection-text {
        font-size: 20px;
        color: var(--blue);
        font-weight: 700;
        max-width: 460px;
    }

        .cl-no-collection-container .cl-no-collection-text p {
            margin-bottom: 0px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .cl-no-collection-container .cl-no-collection-button {
        background-color: var(--blue);
        border-radius: 6px;
    }

        .cl-no-collection-container .cl-no-collection-button a {
            color: #fff;
            padding: 20px;
            display: block;
        }

@media screen and (max-width:992px) {
    .cl-no-collection-container {
        display: block;
        padding: 20px;
    }

        .cl-no-collection-container .cl-no-collection-text {
            max-width: 100%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .cl-no-collection-container .cl-no-collection-button {
            max-width: 350px;
            margin: auto;
            text-align: center;
        }

            .cl-no-collection-container .cl-no-collection-button a {
                font-size: 13px;
            }
}

.cl-category-filter-box .custom-select-popup .cl-custom-checkbox-container, 
.cl-category-filter-box .filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container {
    display: block
}
@media screen and (max-height:770px) and (min-width:993px) {
    .cl-category-filter-box .filters-card .filters-body,
    .cl-category-filter-box .filters-card .filter-headers {
        max-height: calc(100vh - 130px);
        overflow: auto;
    }
}

.cl-product-box .cl-product-images .badge-container,
.cl-product-gallery .badge-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.cl-product-box .cl-product-images .top-right-badge-container,
.cl-product-gallery .top-right-badge-container {
    top: 0px;
    right: 0px;
    margin: 12px;
}

.cl-product-box .cl-product-images .top-left-badge-container,
.cl-product-gallery .top-left-badge-container {
    top: 0px;
    left: 0px;
    margin: 12px;
}

.cl-product-box .cl-product-images .bottom-right-badge-container,
.cl-product-gallery .bottom-right-badge-container {
    bottom: 0px;
    right: 0px;
    margin: 12px;
}

.cl-product-box .cl-product-images .bottom-left-badge-container,
.cl-product-gallery .bottom-left-badge-container {
    bottom: 0px;
    left: 0px;
    margin: 12px;
}

.cl-product-box .cl-product-images .center-badge-container,
.cl-product-box .cl-product-images .center-center-badge-container,
.cl-product-gallery .center-badge-container,
.cl-product-gallery .center-center-badge-container {
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
}

.badge-container img {
    max-width: 30px;
}

.cl-discount-badge, .cl-product-prices .cl-product-price-badges .cl-discount-badge {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    padding: 5px;
    margin: 0 5px;
    color: #fff;
    background-color: #022c57;
    margin-left: 0px;
    border-radius: 12px;
    margin-top: 5px;
}

.cl-product-price-badges {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.sk-product-price .cl-product-price-badges {
    justify-content: unset;
    margin-bottom: 0px;
}


.cl-product-price-badges .cl-discount-badge {
    margin: 0px 0px 10px 0px;
}

.container-fluid {
    padding: 0 15px;
}

.cl-product-box-container.quatro-banner-desc {
    width: 100%;
}

.cl-product-box-container.triple-banner-desc {
    width: 75%;
}

.cl-product-box-container.double-banner-desc {
    width: 50%;
}

@media screen and (max-width:992px) {
    .cl-product-box-container.double-banner-mob {
        width: 100%;
    }
}
/* ============================================================== */
/* OLK-3107 — Web Filtre UX/UI Redesign (Kategori & Arama)        */
/* ============================================================== */

/* --- Breadcrumb: son adım bold --- */
.breadcrumb .breadcrumb-item.breadcrumb-item-last > a,
.breadcrumb .breadcrumb-item.breadcrumb-item-last > a > span {
    font-weight: 700;
    color: #111;
}


/* --- Filtreleri Göster/Gizle CTA --- */
.cl-filters-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 40px;
    padding: 0 16px;
    background: #fff;
    color: #111;
    border: 1px solid #111;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}
.cl-filters-toggle .cl-filters-toggle-icon {
    width: 16px;
    height: 16px;
    display: inline-block;    
}
.cl-filters-toggle .cl-filters-toggle-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.cl-filters-toggle .cl-filters-toggle-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
    border: 1.5px solid #fff;
    pointer-events: none;
}
    .cl-filters-toggle[aria-expanded="false"] .cl-filters-toggle-badge {
        background: #111;
        color: #fff;
        border-color: #111;
    }
.cl-filters-toggle:hover { background: #f5f5f5; }
.cl-filters-toggle[aria-expanded="false"] { background: #111; color: #fff; }
.cl-filters-toggle[aria-expanded="false"] .cl-filters-toggle-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'><line x1='4' y1='6' x2='20' y2='6'/><line x1='7' y1='12' x2='17' y2='12'/><line x1='10' y1='18' x2='14' y2='18'/></svg>");
}

/* --- Sıralama label --- */
.cl-sort-wrapper { display: inline-flex; align-items: center; gap: 6px; }
.cl-sort-wrapper::before {
    content: none;
}
.cl-sort-wrapper .cl-sort-select select,
.cl-sort-wrapper select#products-orderby {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 36px;
    padding: 0 28px 0 10px;
    background-color: #fff;
    font-weight: 600;
    color: #111;
    font-size: 13px;
}

/* --- Filter kart gizleme (desktop) --- */
#filters-card.cl-filters-collapsed { display: none !important; }

/* --- Seçili filtre chip bar --- */
.cl-selected-filters-bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 10px 0;
}
.cl-selected-filters-bar.hide { display: none; }
.cl-selected-filters-bar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cl-selected-filters-bar-title {
    font-weight: 600;
    font-size: 13px;
    color: #111;
}
.cl-selected-filters-bar-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.cl-selected-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 16px;
    padding: 4px 10px;
    font-size: 12px;
    color: #111;
    cursor: pointer;
    transition: background .15s ease;
}
.cl-selected-chip:hover { background: #f0f0f0; }
.cl-selected-chip .cl-chip-x {
    font-style: normal;
    font-weight: 700;
    color: #555;
    font-size: 14px;
    line-height: 1;
}
#cl-clear-all-filters {
    background: transparent;
    border: 0;
    color: #111;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

/* --- Quick filter pill --- */
.quick-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 14px;
    border: 1px solid #d0d0d0;
    border-radius: 17px;
    background: #fff;
    font-size: 13px;
    color: #111;
    cursor: pointer;
    margin: 0 6px 6px 0;
}
.quick-filter-pill::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #111;
    border-bottom: 1.5px solid #111;
    transform: rotate(45deg);
    margin-top: -3px;
}
.quick-filter-pill.active,
.quick-filter-pill[aria-expanded="true"] {
    border-color: #111;
    background: #111;
    color: #fff;
}
.quick-filter-pill.active::after,
.quick-filter-pill[aria-expanded="true"]::after { border-color: #fff; }
.quick-filter-price { font-weight: 600; }

/* --- Price slider --- */
.cl-price-slider-block {
    padding: 8px 4px 12px;
}
.cl-price-slider-track {
    position: relative;
    height: 4px;
    background: #e5e5e5;
    border-radius: 2px;
    margin: 22px 6px 14px;
}
.cl-price-slider-range {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #111;
    border-radius: 2px;
}
.cl-price-slider-block input[type="range"] {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none;
}
.cl-price-slider-block input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px; width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #111;
    cursor: pointer;
    pointer-events: auto;
}
.cl-price-slider-block input[type="range"]::-moz-range-thumb {
    height: 18px; width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #111;
    cursor: pointer;
    pointer-events: auto;
}
.cl-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.cl-price-inputs input[type="number"] {
    flex: 1 1 0;
    height: 34px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 13px;
    width: 100%;
}
.cl-price-inputs .cl-price-sep {
    color: #888;
    font-weight: 600;
}
.cl-price-legacy-items[data-legacy="true"] { display: none; }

/* --- Filter card header text & Uygula sayacı --- */
.filter-body-footer .filter-apply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.filter-body-footer .filter-apply-count {
    font-weight: 500;
    opacity: .9;
}

/* --- Mobil davranış --- */
@media screen and (max-width: 1040px) {
    .cl-filters-toggle { width: 100%; justify-content: center; }
    .cl-sort-wrapper { width: 100%;}
    .cl-sort-wrapper .cl-sort-select,
    .cl-sort-wrapper .cl-sort-select select { width: 100%; }
    .cl-selected-filters-bar { border-radius: 0; margin: 8px 0; }
    #filters-card.cl-filters-collapsed { display: block !important; }
}

/* === OLK-3107 follow-up: pixel-perfect & dropdown fix === */

/* Toggle CTA hızlı filtre satırını gizler (drawer'ı değil) */
.cl-category-filter-row.cl-filters-collapsed .cl-default-filter-items,
.cl-category-filter-row.cl-filters-collapsed .cl-selected-filters-bar { display: none !important; }
#filters-card.cl-filters-collapsed { display: none !important; }

/* Quick filter pill — pixel perfect (Skechers) */
.cl-category-filter-box .cl-default-filter-items .custom-select.quick-filter-pill {
    height: 42px;
    border: 1px solid #000;
    border-radius: 4px;
    background: #fff;
    color: #000;
    font-weight: 500;
    width: unset;
    min-width: 115px;
    padding: 0 14px;
    position: relative;
    margin: 0;
    /* mevcut chevron arkaplanı korunuyor */
}
.cl-category-filter-box .cl-default-filter-items .custom-select.quick-filter-pill .custom-select-text {
    flex: 1 1 auto;
    max-width: none;
    color: #000;
    font-size: 13px;
    pointer-events: none;
}
.cl-category-filter-box .cl-default-filter-items .custom-select.quick-filter-pill.open {
    border-color: #000;
}

/* Chevron tık yutmasın (yalnız pseudo-after kullanan eski stilde olabilir) */
.quick-filter-pill::after { pointer-events: none; }

/* Popup pill içinde açılırken doğru yerde olsun */
.cl-category-filter-box .cl-default-filter-items .custom-select.quick-filter-pill .custom-select-popup {
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 0;
    max-height: 320px;
    min-width: 250px;
}

/* UYGULA butonu — koyu lacivert tasarıma uygun */
.cl-category-filter-box .cl-default-filter-items .cl-default-filter-button.filter-apply-button {
    background: #0a2240;
    color: #fff;
    border-radius: 4px;
    width: 220px;
    height: 44px;
    font-weight: 700;
    letter-spacing: .04em;
    border: 0;
}
.cl-category-filter-box .cl-default-filter-items .cl-default-filter-button.filter-apply-button span { color: #fff; }

/* "Tüm Filtreleri Göster" tasarımda link */
.cl-category-filter-box .cl-default-filter-items #show-all-filters-button {
    background: transparent;
    color: #0a2240;
    text-decoration: underline;
    font-weight: 600;
    border: 0;
    width: auto;
    padding: 0 12px;
}

/* Sıralama label */
.cl-sort-container { display: flex; align-items: center; gap: 8px; }
.cl-sort-wrapper {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 6px 14px 6px 14px;
    height: 42px;
    box-sizing: border-box;
    font-size: 13px;
    color: #1a1a1a;
    cursor: pointer;
    width: 240px;
}
.cl-sort-wrapper:hover { border-color: #1a1a1a; }
.cl-sort-wrapper::before { content: none !important; }
.cl-sort-wrapper[data-label]::before { content: none !important; }
.cl-sort-wrapper::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    transform: translateY(-75%) rotate(45deg);
    pointer-events: none;
    z-index: 1;
}
.cl-sort-wrapper .cl-sort-label {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
    z-index: 3;
    pointer-events: none;
}
.cl-sort-wrapper select.cl-sort-select {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    min-width: 0 !important;
    padding: 0 28px 0 80px !important;
    margin: 0 !important;
    font-size: 13px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    z-index: 2;
    text-align: left;
    text-align-last: left;
}
.cl-sort-wrapper select.cl-sort-select option {
    color: #111 !important;
    background: #fff !important;
    font-weight: 500;
    padding: 8px 12px !important;
    text-align: left;
    font-size: 14px;
    direction: ltr;
}
.cl-sort-wrapper select.cl-sort-select option:checked,
.cl-sort-wrapper select.cl-sort-select option:hover {
    background: #0f1c46 !important;
    color: #fff !important;
}

/* Custom sort dropdown */
.cl-sort-wrapper .cl-sort-selected-text {
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}
.cl-sort-wrapper .cl-sort-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    border: 1px solid #000;
    border-top: none;
    border-radius: 0 0 6px 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.cl-sort-wrapper.open .cl-sort-dropdown {
    display: block;
}
.cl-sort-wrapper.open {
    border-radius: 6px 6px 0 0;
}
.cl-sort-dropdown-item {
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    cursor: pointer;
    transition: background .15s ease;
}
.cl-sort-dropdown-item:hover {
    background: #f5f5f5;
}
.cl-sort-dropdown-item.active {
    background: #0f1c46;
    color: #fff;
}

/* Toggle CTA — "Filtreleri Gizle" (açık state) tasarım: beyaz arka plan, siyah border */
.cl-filters-toggle {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    height: 42px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    width: 180px;
}

/* Selectors satırı — açık gri zemin (tasarım) */
.cl-category-filter-row {
    padding: 12px 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.cl-category-filter-row .cl-category-filter-box {
    flex: 1 1 auto;
}
.cl-category-filter-row .cl-sort-container {
    margin-left: auto;
}

@media (max-width: 1040px) {
    .cl-category-filter-row {
        background: transparent;
        padding: 0;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 10px !important;
        margin: 8px 0 12px !important;
    }
    /* Mobilde \u00f6nce Filtreleri G\u00f6ster, sonra S\u0131ralama */
    .cl-category-filter-row #cl-filters-toggle {
        order: 1 !important;
        flex: 1 1 50% !important;
        width: auto !important;
        min-width: 0 !important;
        height: 42px !important;
    }
    .cl-category-filter-row .cl-sort-container {
        order: 2 !important;
        flex: 1 1 50% !important;
        margin-left: 0 !important;
        min-width: 0 !important;
    }
    .cl-category-filter-row .cl-sort-container .cl-sort-wrapper {
        width: 100% !important;
    }
    /* Mobilde h\u0131zl\u0131 filtre pill'leri gizli */
    .cl-category-filter-row .cl-category-filter-box {
        order: 3 !important;
        flex: 0 0 100% !important;
        display: none !important;
    }
}

/* Hızlı filtre satırındaki UYGULA butonunda sayaç gösterilmesin (drawer'daki "Uygula (n)" kalır) */
.cl-default-filter-items .filter-apply-button .filter-apply-count { display: none; }
/* Hızlı filtre satırında pill yan yana */
.cl-default-filter-items {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ============================================================== */
/* OLK-3107 v2 — Filtre Açık (sidebar) modu                       */
/* ============================================================== */

/* --- VARSAYILAN (filtre kapalı) DAVRANIŞ --- */
/* Pill satırı görünür, filters-card kapalı (mevcut drawer davranışı zaten kapalı) */

/* --- FİLTRE AÇIK MODU --- */
/* body.cl-filters-open eklendiğinde uygulanır */

body.cl-filters-open .cl-category-filter-row .cl-default-filter-items {
    display: flex !important;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
body.cl-filters-open .cl-category-filter-row .cl-selected-filters-bar {
    display: none !important;
}

/* Sol sidebar olarak filters-card */
body.cl-filters-open #filters-card.filters-card {
    display: block !important;
    position: static !important;
    width: 280px !important;
    border-radius: 0 !important;
    overflow: visible !important;
    z-index: auto !important;
    background: #fff;
    padding: 0 16px 16px;
    flex-wrap: nowrap;
    float: left;
    margin-right: 24px;
}

/* Drawer-only headerı gizle, filtre başlığını kendi başlığımız basacak */
body.cl-filters-open #filters-card .filter-card-header { display: none !important; }
body.cl-filters-open #filters-card::before {
    content: "Filtrele";
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    padding: 4px 0 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}

/* Tab headerlar gizli (tüm bölümler akordeon değil, doğrudan açık liste) */
body.cl-filters-open #filters-card .filter-headers { display: none !important; }

/* filters-body düzen */
body.cl-filters-open #filters-card .filters-body {
    width: 100% !important;
    background: #fff !important;
    max-height: none !important;
    display: block !important;
    position: static !important;
}

/* Tüm filter-section'lar dikey görünür (hide/active mantığını ezdik) */
body.cl-filters-open #filters-card .filters-body .filter-section {
    display: block !important;
    background: #fff !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    border-bottom: 0 !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section.hide { display: none !important; }
/* OLK-3107: Eski "Seçili Filtreler" bölümünü ve filter-headers tab şeridini sidebar a\u00e7\u0131kken gizle (\u00fcstteki chip bar yeterli) */
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="selectedFilters"],
body.cl-filters-open #filters-card .filters-body .filter-header[data-target="selectedFilters"],
body.cl-filters-open #filters-card .filter-headers { display: none !important; }

/* OLK-3107: Collapsible bölümler (Cinsiyet/Renk/Beden/Fiyat dışındakiler) */
body.cl-filters-open #filters-card .filters-body .filter-section.cl-collapsible-section {
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
    background: #fff !important;
    overflow: hidden !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section.cl-collapsible-section > .filter-section-header {
    padding: 16px 52px 16px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    cursor: pointer !important;
    position: relative !important;
    background: #fff !important;
    background-image: none !important;
    border: 0 !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    line-height: 1.2 !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section.cl-collapsible-section > .filter-section-header:after {
    content: '' !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    width: 11px !important;
    height: 11px !important;
    border-right: 2px solid #1a1a1a !important;
    border-bottom: 2px solid #1a1a1a !important;
    transform: translateY(-75%) rotate(45deg) !important;
    transition: transform .2s ease !important;
    background: none !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section.cl-collapsible-section[data-open="1"] > .filter-section-header:after {
    transform: translateY(-25%) rotate(-135deg) !important;
}
/* Seçili adet rozeti */
body.cl-filters-open #filters-card .filters-body .filter-section.cl-collapsible-section .cl-section-count {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-left: auto;
    margin-right: 12px;
}
body.cl-filters-open #filters-card .filters-body .filter-section.cl-collapsible-section .cl-section-count[data-count="0"] { display: none !important; }
/* Default kapalı */
body.cl-filters-open #filters-card .filters-body .filter-section.cl-collapsible-section > .filter-section-items {
    display: none !important;
    padding: 0 16px 16px !important;
    border-top: 1px solid #ececec !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section.cl-collapsible-section[data-open="1"] > .filter-section-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 14px 16px 16px !important;
}

/* Bölüm başlığı (örn. "Cinsiyet") */
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-header {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    padding: 0 0 10px !important;
    height: auto !important;
    background: #fff !important;
    border: 0 !important;
    cursor: default !important;
    display: block !important;
}

/* İçindeki öğeler chip/pill grid (Cinsiyet, Renk, Beden, Teknoloji ...) */
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    padding: 0 !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 32px !important;
    min-width: 56px !important;
    padding: 0 12px !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 4px !important;
    background: #fff !important;
    cursor: pointer !important;
    font-size: 12px !important;
    color: #111 !important;
    position: relative !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container .cl-checkmark { display: none !important; }
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container .text {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #111 !important;
    background: transparent !important;
    text-transform: none !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item input:checked ~ .text { color: #fff !important; }
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container:has(input:checked) {
    background: #0a2240 !important;
    border-color: #0a2240 !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item .cl-custom-checkbox-container:has(input:checked) .text {
    color: #fff !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section .filter-section-item-count { display: none !important; }

/* Price section: slider gözüksün, legacy checkbox gizli */
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-legacy-items { display: none !important; }
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-slider-block { display: block !important; }
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-slider-inputs {
    display: flex !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
}
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-input-group { flex: 0 0 auto; }
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-input-group label {
    display: block; font-size: 11px; color: #888; margin: 0 0 2px;
}
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-input {
    border: 0; background: transparent; font-size: 14px; font-weight: 600; color: #111;
    width: 80px; padding: 0;
}
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-input-group--max { text-align: right; }
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-input-group--max .cl-price-input { text-align: right; }
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-slider {
    position: relative; height: 24px; margin: 8px 0 0;
}
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-slider-track {
    position: absolute; left: 0; right: 0; top: 11px; height: 2px; background: #e5e5e5; border-radius: 1px; margin: 0;
}
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-slider-range {
    position: absolute; top: 12px; height: 2px; background: #111; border-radius: 1px;
}
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-range {
    -webkit-appearance: none; appearance: none;
    position: absolute; left: -2px; top: 0; width: 100%; height: 24px;
    background: transparent; pointer-events: none;
}
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-range::-webkit-slider-thumb {
    -webkit-appearance: none; height: 18px; width: 18px; border-radius: 50%;
    background: #0a2240; border: 0; cursor: pointer; pointer-events: auto;
}
body.cl-filters-open #filters-card .filters-body .filter-section[data-id="price"] .cl-price-range::-moz-range-thumb {
    height: 18px; width: 18px; border-radius: 50%;
    background: #0a2240; border: 0; cursor: pointer; pointer-events: auto;
}

/* Arama input gizle */
body.cl-filters-open #filters-card .filters-body .filters-search-row { display: none !important; }

/* Selected filters bar — drawer içine taşıyacağız (en üstte) */
body.cl-filters-open #cl-selected-filters-bar {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
body.cl-filters-open #cl-selected-filters-bar.hide { display: none !important; }
body.cl-filters-open #cl-selected-filters-bar .cl-selected-filters-bar-head {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px;
}
body.cl-filters-open #cl-selected-filters-bar .cl-selected-filters-bar-title {
    font-size: 14px !important; font-weight: 700 !important; color: #111 !important;
}
body.cl-filters-open #cl-selected-filters-bar .cl-selected-filters-bar-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
}
/* Temizle butonu — outlined pill, sağda */
body.cl-filters-open #cl-clear-all-filters {
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    color: #111 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    line-height: 1;
    text-decoration: none !important;
    visibility: visible !important;
}
body.cl-filters-open #cl-clear-all-filters .mdi { font-size: 14px; color: #111; display: inline-block !important; }
body.cl-filters-open #cl-clear-all-filters .cl-clear-all-icon { width: 14px; height: 14px; display: inline-block !important; object-fit: contain; }
.cl-filters-toggle .cl-filters-toggle-icon { width: 16px; height: 16px; display: inline-block; object-fit: contain; vertical-align: middle; }
body.cl-filters-open #cl-clear-all-filters span { color: #111 !important; display: inline !important; }
body.cl-filters-open #cl-clear-all-filters:hover { border-color: #111 !important; }
body.cl-filters-open #cl-selected-filters-bar .cl-selected-chip {
    display: inline-flex !important; align-items: center; gap: 8px;
    background: #fff !important; border: 1px solid #d9d9d9 !important; border-radius: 6px !important;
    padding: 5px 14px 5px 6px !important; font-size: 13px; color: #111; cursor: pointer; line-height: 1;
}
body.cl-filters-open #cl-selected-filters-bar .cl-selected-chip > .mdi,
body.cl-filters-open #cl-selected-filters-bar .cl-selected-chip > .cl-chip-x {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #111 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    padding: 0 0 2px 0;
    box-sizing: border-box;
    text-align: center;
    flex: 0 0 20px;
}
body.cl-filters-open #cl-selected-filters-bar .cl-selected-chip .cl-selected-chip-text { color: #111; }
body.cl-filters-open #cl-selected-filters-bar .cl-selected-chip:hover { border-color: #111; }

/* Sticky Uygula butonu */
body.cl-filters-open #filters-card .filter-body-footer {
    display: block !important;
    padding: 14px 0 0 !important;
    background: #fff !important;
    border-top: 1px solid #eee !important;
    margin-top: 14px !important;
    position: sticky;
    bottom: 0;
}
body.cl-filters-open #filters-card .filter-body-footer .filter-count { display: none !important; }
body.cl-filters-open #filters-card .filter-body-footer .filter-apply-button {
    background: #0a2240 !important; color: #fff !important;
    width: 100% !important; height: 48px !important;
    border-radius: 4px !important; font-weight: 700 !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    border: 0 !important; gap: 6px !important;
    cursor: pointer !important;
}
body.cl-filters-open #filters-card .filter-body-footer .filter-apply-button span { color: #fff !important; }
body.cl-filters-open #filters-card .filter-body-footer .filter-apply-count { display: inline !important; }

/* OLK-3107: 1/4 oran — sidebar %25, ürün grid %75 (her ürün %25 = sidebar ile aynı) */
/* OLK-3107: Sidebar + grid flex layout — float yerine */
body.cl-filters-open .cl-plp-layout {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 0 !important;
}
body.cl-filters-open .cl-plp-layout > #cl-filters-sidebar {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    float: none !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
}
body.cl-filters-open .cl-plp-layout > #cl-product-grid {
    flex: 1 1 0 !important;
    margin-left: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    float: none !important;
}
body.cl-filters-open .cl-product-box-container { width: 33.3333% !important; }
body.cl-filters-open .cl-listing-more-button-container { margin-left: 25% !important; }

/* Selector satırı — pill'ler gizliyken iki uçta kalsın */
body.cl-filters-open .cl-category-filter-row {
    background: #fff !important;
    padding: 12px 16px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    z-index: 50;
}
body.cl-filters-open .cl-category-filter-row .cl-category-filter-box { display: none; }

/* Mobil: sidebar bağımsız, eski drawer davranışı korunur */
@media (max-width: 1040px) {
    body.cl-filters-open #filters-card.filters-card {
        position: fixed !important;
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        top: 0; left: 0; right: 0; bottom: 0;
        z-index: 99999 !important;
        overflow: auto !important;
        max-height: 100vh;
    }
    body.cl-filters-open #cl-product-grid,
    body.cl-filters-open .cl-listing-more-button-container { margin-left: 0; width: 100%; }
    body.cl-filters-open .cl-product-box-container { width: 50%; }
}

/* === OLK-3107 v3 — sidebar wrapper (#cl-filters-sidebar) === */
#cl-filters-sidebar { display: none; }
body.cl-filters-open #cl-filters-sidebar {
    display: block;
    width: 25%;
    margin-right: 0;
    padding-right: 16px;
    box-sizing: border-box;
}
body.cl-filters-open #cl-filters-sidebar #filters-card.filters-card {
    display: block !important;
    position: static !important;
    width: 100% !important;
    border-radius: 0 !important;
    overflow: visible !important;
    z-index: auto !important;
    background: #fff;
    padding: 0 16px 16px;
    flex-wrap: nowrap;
    float: none;
    margin: 0;
}
/* cl-category-filter-box gizlenmesini bu modda iptal et — pill satırı görünmeli */
body.cl-filters-open .cl-category-filter-row .cl-category-filter-box { display: flex !important; }
body.cl-filters-open .cl-category-filter-row .cl-category-filter-box .cl-default-filter-items { display: flex !important; }
/* Sadece #filters-card sidebar'a taşındığı için orijinal yerinde görünmesin */
body.cl-filters-open .cl-category-filter-row .cl-category-filter-box > #filters-card { display: none !important; }

@media (max-width: 1040px) {
    body.cl-filters-open #cl-filters-sidebar {
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        margin: 0;
        padding: 0 !important;
        position: fixed; top: 0; left: 0; right: 0; bottom: 0;
        z-index: 99999;
        background: #fff;
        overflow: auto;
    }
    body.cl-filters-open .cl-plp-layout {
        display: block !important;
    }
    body.cl-filters-open .cl-plp-layout > #cl-filters-sidebar {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    body.cl-filters-open .cl-plp-layout > #cl-product-grid {
        width: 100% !important;
    }
    body.cl-filters-open #cl-filters-sidebar #filters-card.filters-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* =========================================================
   OLK-3107: Sidebar filter accordion + pill-style options
   - Cinsiyet/Renk/Beden always open (cl-always-open)
   - Diğerleri collapsible (cl-collapsible-section) accordion
   - Seçenekler pill (etiket) görünümünde
   ========================================================= */

body.cl-filters-open #filters-card .filter-headers { display: none !important; }
body.cl-filters-open #filters-card .filters-search-row { display: none !important; }
body.cl-filters-open #filters-card .filter-card-header { padding: 16px 20px 8px; }
body.cl-filters-open #filters-card .filter-card-header-item:last-child { display: none; }

/* OLK-3107: Sıralama JS ile DOM seviyesinde yapılıyor (order kuralları kaldırıldı) */
body.cl-filters-open #filters-card .filters-body {
    display: block !important;
}

/* Filter section başlığı: hep görünür, ok ikonu collapsible'larda */
body.cl-filters-open #filters-card .filter-section { 
    background: none !important; 
    border: none !important; 
    margin: 0 16px 16px !important; 
    padding: 0 !important; 
}
body.cl-filters-open #filters-card .filter-section:after { display: none !important; }

body.cl-filters-open #filters-card .filter-section .filter-section-header {
    background-image: none !important;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 0 0 8px 0;
    margin: 0;
    display: block;
    position: relative;
    cursor: default;
}

/* Always-open (Cinsiyet/Renk/Beden) — başlık tıklanmaz, ok yok */
body.cl-filters-open #filters-card .filter-section.cl-always-open > .filter-section-header { cursor: default; }
body.cl-filters-open #filters-card .filter-section.cl-always-open > .filter-section-header:after { display: none !important; }

/* Always-open içerikler her zaman görünür */
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-items {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
    padding: 4px 0 0;
}

/* Pill (etiket) görünümlü filter-section-item — sadece always-open için */
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    height: 32px;
    align-items: center;
    transition: border-color .15s ease, background .15s ease;
}
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item:hover {
    border-color: #1a1a1a;
}
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item .cl-custom-checkbox-container {
    display: inline-flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0 12px;
    cursor: pointer;
    position: relative;
}
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item .cl-checkmark { display: none !important; }
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item .text {
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1;
    padding: 0;
}
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item .filter-section-item-count { display: none !important; }

/* Seçili pill */
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item .cl-custom-checkbox-container input[type="checkbox"]:checked ~ .text {
    color: #fff;
}
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item:has(input[type="checkbox"]:checked) {
    background: #0f1c46;
    border-color: #0f1c46;
}
body.cl-filters-open #filters-card .filter-section.cl-always-open .filter-section-item:has(input[type="checkbox"]:checked) .text {
    color: #fff;
}

/* OLK-3107 — Sidebar'da tek seçenekli (seçili değil) filtre bölümünü gizle */
body.cl-filters-open #filters-card .filters-body .filter-section.cl-single-option-hidden {
    display: none !important;
}

/* Collapsible bölümler: kart görünümü + sağda chevron */
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section {
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
    overflow: hidden;
    position: relative;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section > .filter-section-header {
    position: relative;
    padding: 16px 52px 16px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    cursor: pointer;
    background-image: none !important;
    background: #fff !important;
    border: 0 !important;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section > .filter-section-header:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    transform: translateY(-75%) rotate(45deg);
    transition: transform .2s ease;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section[data-open="1"] > .filter-section-header:after {
    transform: translateY(-25%) rotate(-135deg) !important;
}
/* Seçili adet badge'i (JS tarafından eklenir) */
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .cl-section-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-left: auto;
    margin-right: 10px;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .cl-section-count[data-count="0"] { display: none; }

/* Collapsible açık/kapalı içerik */
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section > .filter-section-items {
    display: none !important;
    padding: 0 16px 16px !important;
    border-top: 1px solid #ececec;
    margin-top: 0;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section[data-open="1"] > .filter-section-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 14px 16px 16px !important;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .filter-section-item {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    min-height: 38px;
    align-items: center;
    transition: border-color .15s ease, background .15s ease;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .filter-section-item:hover {
    border-color: #1a1a1a;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .filter-section-item .cl-custom-checkbox-container {
    display: inline-flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 8px 14px;
    cursor: pointer;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .filter-section-item .cl-checkmark { display: none !important; }
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .filter-section-item .text {
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1.2;
    white-space: nowrap;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .filter-section-item .filter-section-item-count { display: none !important; }
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .filter-section-item:has(input[type="checkbox"]:checked) {
    background: #0f1c46;
    border-color: #0f1c46;
}
body.cl-filters-open #filters-card .filter-section.cl-collapsible-section .filter-section-item:has(input[type="checkbox"]:checked) .text {
    color: #fff;
}

/* Fiyat (slider) bölümü her zaman açık — collapsible/pill kuralları slider'ı bozmasın */
body.cl-filters-open #filters-card .filter-section[data-id="price"] .cl-price-legacy-items { display: none !important; }
body.cl-filters-open #filters-card .filter-section[data-id="price"] .filter-section-items.cl-price-legacy-items { display: none !important; }
body.cl-filters-open #filters-card .filter-section[data-id="price"] .cl-price-slider-block { display: block !important; padding: 8px 0 0; }
body.cl-filters-open #filters-card .filter-section[data-id="price"] > .filter-section-header { cursor: default; }
body.cl-filters-open #filters-card .filter-section[data-id="price"] > .filter-section-header:after { display: none !important; }
body.cl-filters-open #filters-card .filter-section[data-id="price"] .filter-section-item {
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    display: flex !important;
    height: auto !important;
}

/* Alt sticky Uygula butonu — sidebar içinde */
body.cl-filters-open #filters-card .filter-body-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 10;
}
body.cl-filters-open #filters-card .filter-body-footer .filter-count { display: none !important; }
body.cl-filters-open #filters-card .filter-body-footer .filter-apply-button {
    background: #0f1c46;
    color: #fff;
    border-radius: 4px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
}


/* =====================================================
   OLK-3107: MOBİL Filtre Drawer (max-width: 1040px)
   Tasarıma uygun: tam ekran beyaz drawer, başlık + X,
   Seçili Filtreler + Temizle, chip'ler, tüm bölümler
   açık, sticky Uygula butonu.
   ===================================================== */
@media (max-width: 1040px) {
    /* Drawer'ı tam ekran ve scrollable yap */
    body.cl-filters-open { overflow: hidden; }

    body.cl-filters-open #cl-filters-sidebar #filters-card.filters-card,
    body.cl-filters-open #filters-card.filters-card {
        padding: 0 !important;
        background: #fff !important;
    }

    /* HEADER — "Filtrele" + sağda X */
    body.cl-filters-open #filters-card::before { display: none !important; }
    body.cl-filters-open #filters-card .filter-card-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 18px 20px !important;
        border-bottom: 1px solid #eee !important;
        background: #fff !important;
        position: sticky;
        top: 0;
        z-index: 5;
        margin: 0 !important;
    }
    body.cl-filters-open #filters-card .filter-card-header .filter-card-header-item {
        display: flex !important;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 700;
        color: #111;
    }
    body.cl-filters-open #filters-card .filter-card-header .filter-card-header-item .mdi-filter-variant { display: none !important; }
    body.cl-filters-open #filters-card .filter-card-header #close-filters-card {
        font-size: 0 !important;
        cursor: pointer;
        padding: 4px;
    }
    body.cl-filters-open #filters-card .filter-card-header #close-filters-card .mdi-close {
        font-size: 24px !important;
        color: #111;
    }
    body.cl-filters-open #filters-card .filter-card-header #close-filters-card span { display: none !important; }

    /* Body padding */
    body.cl-filters-open #filters-card .filters-body {
        padding: 16px 20px 100px !important;
    }

    /* Seçili Filtreler bar */
    body.cl-filters-open #cl-selected-filters-bar {
        display: block !important;
        padding: 0 20px 16px !important;
        background: #fff !important;
        border-bottom: 0 !important;
        margin: 0 !important;
    }
    body.cl-filters-open #cl-selected-filters-bar.hide { display: none !important; }
    body.cl-filters-open #cl-selected-filters-bar .cl-selected-filters-bar-head {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin: 8px 0 12px;
    }
    body.cl-filters-open #cl-selected-filters-bar .cl-selected-filters-bar-title {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #111 !important;
    }
    body.cl-filters-open #cl-selected-filters-bar #cl-clear-all-filters {
        display: inline-flex !important;
        align-items: center;
        gap: 6px;
        background: #fff !important;
        border: 1px solid #d9d9d9 !important;
        border-radius: 6px !important;
        padding: 6px 12px !important;
        font-size: 13px;
        color: #111;
        cursor: pointer;
    }
    body.cl-filters-open #cl-selected-filters-bar #cl-clear-all-filters .cl-clear-all-icon { width: 14px; height: 14px; object-fit: contain; }
    body.cl-filters-open #cl-selected-filters-bar .cl-selected-filters-bar-chips {
        display: flex !important;
        flex-wrap: wrap;
        gap: 8px;
    }

    /* Bölüm başlığı tipografisi (Cinsiyet, Renk, Beden, Fiyat, Teknoloji, ...) */
    body.cl-filters-open #filters-card .filter-section { margin: 0 0 20px !important; }
    body.cl-filters-open #filters-card .filter-section > .filter-section-header {
        padding: 0 0 10px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #111 !important;
        background: #fff !important;
        background-image: none !important;
        border: 0 !important;
        min-height: auto !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    /* Collapsible (info ikon) bölümlerde sağdaki ok ikonu kaldırılıp info ikonu eklenir */
    body.cl-filters-open #filters-card .filter-section.cl-collapsible-section {
        border: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        overflow: visible !important;
    }
    body.cl-filters-open #filters-card .filter-section.cl-collapsible-section > .filter-section-header {
        padding: 0 0 10px !important;
        background: #fff !important;
        min-height: auto !important;
    }
    body.cl-filters-open #filters-card .filter-section.cl-collapsible-section > .filter-section-header:after {
        content: '\F02FD' !important;
        font-family: 'Material Design Icons' !important;
        position: static !important;
        width: auto !important;
        height: auto !important;
        border: 0 !important;
        transform: none !important;
        color: #999 !important;
        font-size: 16px !important;
        margin-left: 6px !important;
        font-weight: 400 !important;
    }
    body.cl-filters-open #filters-card .filter-section.cl-collapsible-section[data-open="1"] > .filter-section-header:after {
        transform: none !important;
    }
    /* Mobilde tüm bölümler açık (tasarım gereği) */
    body.cl-filters-open #filters-card .filter-section.cl-collapsible-section > .filter-section-items {
        display: block !important;
        padding: 0 !important;
    }
    body.cl-filters-open #filters-card .filter-section .cl-section-count { display: none !important; }

    /* Pill seçenek görünümü */
    body.cl-filters-open #filters-card .filter-section .filter-section-items {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: 0 !important;
    }
    body.cl-filters-open #filters-card .filter-section .filter-section-items > * {
        margin: 0 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }
    body.cl-filters-open #filters-card .filter-section .filter-section-items > * a,
    body.cl-filters-open #filters-card .filter-section .filter-section-items > * label,
    body.cl-filters-open #filters-card .filter-section .filter-section-items > * span {
        white-space: nowrap !important;
    }

    /* Sticky Uygula footer — drawer'ın altına yapışsın */
    body.cl-filters-open #filters-card .filter-body-footer {
        position: fixed !important;
        left: 0; right: 0; bottom: 0;
        padding: 14px 20px !important;
        background: #fff !important;
        border-top: 1px solid #eee !important;
        z-index: 100000 !important;
        margin: 0 !important;
    }
    body.cl-filters-open #filters-card .filter-body-footer .filter-apply-button {
        background: #0f1c46 !important;
        color: #fff !important;
        height: 48px !important;
        border-radius: 4px !important;
        width: 100% !important;
        font-weight: 700 !important;
        font-size: 15px !important;
    }
    body.cl-filters-open #filters-card .filter-body-footer .filter-apply-count { display: inline !important; }

    /* Mobilde sıralama/filtre satırı — sadeleşsin */
    body.cl-filters-open .cl-category-filter-row .cl-default-filter-items { display: none !important; }
}
