
:root{
    --cd-font: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --cd-body-bg: #ffffff;
    --cd-panel-bg: #ffffff;
    --cd-panel-border: #e6ebf2;
    --cd-panel-line: #edf2f7;
    --cd-panel-soft: #f8fafc;
    --cd-panel-text: #182230;
    --cd-panel-muted: #7c8798;
    --cd-panel-faint: #a5afbd;
    --cd-accent: #d1d1d1;
    --cd-checkbox: #000000;
    --cd-checkbox-border: #000000;
    --cd-shadow-sm: 0 10px 24px rgba(15, 23, 42, .06);
    --cd-shadow-md: 0 22px 48px rgba(15, 23, 42, .12);
    --cd-radius-lg: 18px;
    --cd-radius-md: 12px;
    --cd-radius-sm: 8px;
    --cd-transition: .22s ease;
}

body,
.cat-detail-main-div{
    font-family: var(--cd-font);
    background-color: var(--cd-body-bg);
}

.cat-detail-main-div-in{
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto 40px !important;
    padding: 0 20px !important;
    box-sizing: border-box;
}

.cat-right-main{
    width: 100% !important;
    float: none !important;
}

body.filter-open,
body.mobile-filter-open{
    overflow: hidden;
}

.cat-right-elements.cat-filter-bar{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100% !important;
    margin: 8px 0 34px !important;
    padding: 4px 0 18px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 35;
}

.cat-right-elements.cat-filter-bar::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(24, 34, 48, .10), rgba(24, 34, 48, .04) 62%, rgba(24, 34, 48, 0));
}

.cat-filter-left,
.cat-filter-right{
    display: flex;
    align-items: center;
    gap: 16px;
}

.cat-filter-left{
    flex: 1 1 auto;
    flex-wrap: wrap;
}

.cat-filter-right{
    flex: 0 0 auto;
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cat-filter-sort-shell{
    display: flex;
    align-items: center;
    gap: 14px;
}

.cat-filter-bar .cat-left-box-main{
    display: flex;
}

.cat-filter-toolbar-label{
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--cd-panel-muted);
}

.cat-left-box-main{
    margin: 0;
}

.filter-open-trigger,
.cat-filter-right .nice-select,
.cat-filter-right-elements-right-siralama select,
.nice-select-cat-detail{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid var(--cd-panel-border);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
    color: var(--cd-panel-text);
    font-size: 14px;
    transition: border-color var(--cd-transition), box-shadow var(--cd-transition), transform var(--cd-transition), background var(--cd-transition);
}

.filter-open-trigger{
    -webkit-appearance: none;
    appearance: none;
    gap: 12px;
    padding: 7px 18px 7px 12px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    width: auto;
    margin-bottom: 0;
}

.filter-open-trigger i{
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(24, 34, 48, .08), rgba(212, 175, 55, .18));
    color: var(--cd-panel-text);
    font-size: 12px;
}

.filter-open-trigger__label{
    white-space: nowrap;
}

.filter-open-trigger__count{
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #223253;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(34, 50, 83, .22);
}

.filter-open-trigger:hover,
.filter-open-trigger.is-active,
.filter-open-trigger:focus-visible,
.cat-filter-right .nice-select:hover,
.cat-filter-right .nice-select.open,
.cat-filter-right-elements-right-siralama select:hover,
.nice-select-cat-detail:hover{
    border-color: #d7dee8;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.filter-open-trigger:focus-visible{
    outline: none;
}

.cat-filter-right-elements-right-siralama select{
    width: 236px;
    appearance: none;
    -webkit-appearance: none;
    background-image: none;
}

.cat-right-elements-right-siralama{
    margin-right: 0 !important;
    width: 236px;
    position: relative;
    z-index: 55;
}

.cat-filter-right .nice-select{
    float: none !important;
    width: 100% !important;
    padding-right: 46px !important;
    line-height: 1.2;
    font-weight: 600;
}

.cat-filter-right .nice-select .current{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--cd-panel-text);
}

.cat-filter-right .nice-select:after{
    right: 18px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
}

.cat-filter-right .nice-select .list{
    left: 0 !important;
    right: auto !important;
    min-width: 100%;
    width: 100%;
    margin-top: 12px;
    padding: 10px 0;
    border: 1px solid var(--cd-panel-border);
    border-radius: var(--cd-radius-lg);
    background: #ffffff;
    box-shadow: var(--cd-shadow-md);
    overflow: hidden;
    z-index: 260;
}

.cat-filter-right .nice-select .option{
    min-height: 44px;
    line-height: 44px;
    padding: 0 18px;
    color: var(--cd-panel-text);
    font-size: 13px;
    font-weight: 600;
}

.cat-filter-right .nice-select .option:hover,
.cat-filter-right .nice-select .option.focus,
.cat-filter-right .nice-select .option.selected.focus{
    background: rgba(24, 34, 48, .05) !important;
}

.cat-filter-right .nice-select .option.selected{
    background: rgba(212, 175, 55, .12);
}

.cat-right-elements-right-liste{
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 16px;
    border-left: 1px solid rgba(24, 34, 48, .08);
}

.cat-right-elements-right-liste a{
    width: 38px;
    height: 38px;
    margin-right: 0 !important;
    border: 1px solid var(--cd-panel-border) !important;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
    transition: border-color var(--cd-transition), box-shadow var(--cd-transition), transform var(--cd-transition);
}

.cat-right-elements-right-liste a img{
    max-width: 17px;
    opacity: .72;
}

.cat-right-elements-right-liste a:hover{
    border-color: #d7dee8 !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.cat-breadcrumb{
    gap: 0;
}

.cat-breadcrumb a{
    display: inline-flex;
    align-items: center;
    color: #748095;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
}

.cat-breadcrumb a + a{
    margin-left: 14px;
}

.cat-breadcrumb a + a::before{
    content: "/";
    margin-right: 14px;
    color: #c0c8d4;
    font-weight: 500;
}

.cat-breadcrumb a:last-child{
    color: #46546b;
}

.cat-breadcrumb a:hover{
    color: #1f2c44;
}

.filter-overlay{
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .14);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--cd-transition), visibility var(--cd-transition);
    z-index: 120;
}

.filter-overlay.is-active,
.filter-overlay.active,
.filter-overlay.open{
    opacity: 1;
    visibility: visible;
}

.filter-panel{
    position: fixed;
    top: 0;
    left: 0;
    width: 360px;
    max-width: 92vw;
    height: 100%;
    background: var(--cd-panel-bg);
    border-right: 1px solid var(--cd-panel-border);
    box-shadow: var(--cd-shadow-md);
    transform: translateX(-100%);
    transition: transform .26s cubic-bezier(.2, .8, .2, 1);
    z-index: 121;
    display: flex;
    flex-direction: column;
}

.filter-panel.is-open,
.filter-panel.is-active,
.filter-panel.active,
.filter-panel.open{
    transform: translateX(0);
}

.filter-panel-header,
.mobile-filter-header{
    padding: 18px 22px 16px;
    border-bottom: 1px solid var(--cd-panel-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

.filter-panel-title,
.mobile-filter-title{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: var(--cd-panel-text);
    letter-spacing: -.01em;
}

.filter-panel-title i,
.mobile-filter-title i{
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(225, 29, 72, .1);
    color: #e11d48;
    font-size: 13px;
}

.filter-panel-close,
.mobile-filter-close{
    width: 34px;
    height: 34px;
    border: 1px solid var(--cd-panel-border);
    border-radius: 999px;
    background: var(--cd-panel-soft);
    color: var(--cd-panel-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--cd-transition), color var(--cd-transition), border-color var(--cd-transition);
}

.filter-panel-close:hover,
.mobile-filter-close:hover{
    background: #eef2f7;
    border-color: #d9e1eb;
    color: var(--cd-panel-text);
}

.filter-panel-body,
.mobile-filter-body{
    flex: 1;
    overflow-y: auto;
    padding: 8px 0 24px;
}

.filter-panel-body .cat-left-main,
.mobile-filter-body .cat-left-main{
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.cd-filter-main{
    display: block;
}

.cd-filter-section{
    margin: 0;
    padding: 0 22px;
    border-bottom: 1px solid var(--cd-panel-line);
}

.cd-filter-section:last-child{
    border-bottom: none;
}

.cat-left-box-h.cd-filter-section-head{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0 14px;
    margin: 0;
    border: none;
    text-transform: none;
    letter-spacing: 0;
    color: var(--cd-panel-text);
    font-size: 15px;
    font-weight: 600;
}

.cd-filter-section-title{
    flex: 0 0 auto;
}

.cd-filter-section-line{
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .14);
}

.cd-filter-section-body{
    padding: 0 0 18px;
}

.cd-filter-scroll{
    max-height: 320px;
    overflow-y: auto;
    padding-right: 6px;
}

.cd-filter-scroll::-webkit-scrollbar{
    width: 6px;
}

.cd-filter-scroll::-webkit-scrollbar-track{
    background: #f1f5f9;
    border-radius: 999px;
}

.cd-filter-scroll::-webkit-scrollbar-thumb{
    background: #d4dbe5;
    border-radius: 999px;
}

.cat-left-box-t.cd-filter-option{
    margin: 0;
    padding: 0;
    border: none;
}

.cd-filter-check{
    padding: 8px 0;
}

.cd-filter-check .custom-control-label{
    color: var(--cd-panel-text);
    font-size: 14px;
    line-height: 1.45;
}

.cd-filter-check .custom-control-label::before{
    border-radius: 5px;
    border: 1px solid var(--cd-checkbox-border);
    background: #ffffff;
    box-shadow: none !important;
}

.cd-filter-check .custom-control-label::after{
    top: 0.18rem;
}

.cd-filter-check .custom-control-input:checked ~ .custom-control-label::before{
    border-color: var(--cd-checkbox);
    background: var(--cd-checkbox) !important;
}

.cd-filter-link,
.cd-filter-sub-link{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 9px 0;
    color: var(--cd-panel-text);
    text-decoration: none;
    transition: color var(--cd-transition), transform var(--cd-transition);
}

.cd-filter-link:hover,
.cd-filter-sub-link:hover{
    color: #111827;
    transform: translateX(2px);
}

.cd-filter-link-label{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cd-filter-link-label i{
    color: var(--cd-panel-faint);
    font-size: 13px;
}

.cd-filter-nested{
    padding: 2px 0;
    border-bottom: 1px solid rgba(237, 242, 247, .6);
}

.cd-filter-nested:last-child{
    border-bottom: none;
}

.cd-filter-nested summary{
    list-style: none;
}

.cd-filter-nested summary::-webkit-details-marker{
    display: none;
}

.cd-filter-nested-summary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
    cursor: pointer;
    color: var(--cd-panel-text);
}

.cd-filter-chevron{
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #c1c9d6;
    border-bottom: 1.5px solid #c1c9d6;
    transform: rotate(-45deg);
    transition: transform var(--cd-transition), border-color var(--cd-transition);
    flex: 0 0 auto;
}

.cd-filter-nested[open] .cd-filter-chevron{
    transform: rotate(45deg);
    border-color: #94a3b8;
}

.cd-filter-nested-links{
    padding: 2px 0 8px 18px;
}

.cd-filter-sub-link{
    padding: 7px 0;
    font-size: 13px;
    color: var(--cd-panel-muted);
}

.cd-filter-sub-link-parent{
    color: var(--cd-panel-text);
    font-weight: 600;
}

.cd-filter-price{
    margin: 0;
    padding: 0;
    border: 0;
}

.price-field{
    position: relative;
    width: 100%;
    height: 34px;
    margin: 4px 0 16px;
}

.price-field input[type="range"]{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    margin: 0;
    transform: translateY(-50%);
    background: #e2e8f0;
    border-radius: 999px;
    outline: none;
    pointer-events: none;
    -webkit-appearance: none;
}

.price-field input[type="range"]::-webkit-slider-runnable-track{
    height: 4px;
    background: #e2e8f0;
    border-radius: 999px;
}

.price-field input[type="range"]::-moz-range-track{
    height: 4px;
    background: #e2e8f0;
    border-radius: 999px;
}

.price-field input[type="range"]::-webkit-slider-thumb{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-top: -6px;
    border: 2px solid #ffffff;
    background: #3b4252;
    box-shadow: 0 0 0 1px #cbd5e1;
    pointer-events: all;
    cursor: pointer;
    -webkit-appearance: none;
}

.price-field input[type="range"]::-moz-range-thumb{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #3b4252;
    box-shadow: 0 0 0 1px #cbd5e1;
    pointer-events: all;
    cursor: pointer;
}

.price-wrap{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.price-wrap-outputbox{
    min-width: 90px;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 10px;
    border: 1px solid var(--cd-panel-border);
    border-radius: var(--cd-radius-sm);
    background: var(--cd-panel-soft);
    color: var(--cd-panel-text);
    font-size: 12px;
}

.price-wrap-outputbox .output,
.price-wrap-outputbox .output2{
    font-weight: 600;
    font-size: 13px;
}

.price-filter-range-button{
    margin-top: 8px;
}

.cd-filter-button{
    width: 100%;
    min-height: 42px;
    border: 1px solid transparent;
    border-radius: var(--cd-radius-sm);
    background: #ceb27b;
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform var(--cd-transition), box-shadow var(--cd-transition), filter var(--cd-transition);
}

.cd-filter-button:hover{
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(160, 132, 74, .24);
    filter: brightness(1.02);
}

.mobile-filter-backdrop{
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .18);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--cd-transition), visibility var(--cd-transition);
    z-index: 140;
}

.mobile-filter-backdrop.is-active{
    opacity: 1;
    visibility: visible;
}

.mobile-filter-drawer{
    position: fixed;
    top: 0;
    left: 0;
    width: 88%;
    max-width: 360px;
    height: 100%;
    background: var(--cd-panel-bg);
    border-right: 1px solid var(--cd-panel-border);
    box-shadow: var(--cd-shadow-md);
    transform: translateX(-100%);
    transition: transform .26s cubic-bezier(.2, .8, .2, 1);
    z-index: 141;
    display: flex;
    flex-direction: column;
}

.mobile-filter-drawer.is-active{
    transform: translateX(0);
}

.mobile-filter-footer{
    padding: 14px 16px 16px;
    border-top: 1px solid var(--cd-panel-line);
    background: #ffffff;
}

.mobile-filter-footer button{
    width: 100%;
}

@media (max-width: 991.98px){
    .filter-overlay,
    .filter-panel{
        display: none !important;
    }

    .cat-right-elements.cat-filter-bar{
        gap: 14px;
        flex-wrap: wrap;
        padding-bottom: 14px !important;
    }

    .cat-filter-left,
    .cat-filter-right{
        width: 100%;
        justify-content: space-between;
    }

    .cat-filter-sort-shell{
        flex: 1 1 320px;
        justify-content: flex-end;
    }

    .cat-right-elements-right-siralama{
        width: min(100%, 236px);
    }

    .cat-filter-right-elements-right-siralama select{
        width: 100%;
    }
}

@media (min-width: 992px){
    .mobile-filter-backdrop,
    .mobile-filter-drawer{
        display: none !important;
    }
}

@media (max-width: 767.98px){
    .cat-right-elements.cat-filter-bar::after{
        display: none;
    }

    .filter-panel-header,
    .mobile-filter-header{
        padding: 16px 18px 14px;
    }

    .filter-panel-title,
    .mobile-filter-title{
        font-size: 17px;
    }

    .cd-filter-section{
        padding: 0 18px;
    }

    .cat-left-box-h.cd-filter-section-head{
        padding: 15px 0 13px;
        font-size: 14px;
    }

    .price-wrap{
        flex-direction: column;
    }

    .price-wrap-outputbox{
        width: 100%;
        justify-content: flex-start;
    }

    .filter-open-trigger{
        width: 100%;
        justify-content: space-between;
    }

    .cat-filter-right{
        gap: 10px;
    }

    .cat-filter-sort-shell{
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }

    .cat-right-elements-right-siralama{
        width: 100%;
    }

    .cat-right-elements-right-liste{
        width: 100%;
        justify-content: flex-end;
        padding-left: 0;
        border-left: none;
    }
}

/* =========================================================
   TS FILTER PANEL EDITORIAL FINISH
   ========================================================= */
.filter-overlay,
.mobile-filter-backdrop{
    background: rgba(15, 23, 42, .24) !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.filter-panel,
.mobile-filter-drawer{
    background: linear-gradient(180deg, #f6f8fb 0%, #f3f6fb 100%) !important;
    border-right: 1px solid #e3e9f1 !important;
    box-shadow: 0 32px 64px rgba(15, 23, 42, .18) !important;
    overflow: hidden;
}

.filter-panel{
    width: 388px !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.mobile-filter-drawer{
    width: 88%;
    max-width: 388px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.filter-panel-header,
.mobile-filter-header{
    position: sticky;
    top: 0;
    z-index: 4;
    padding: 22px 22px 18px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,249,252,.96) 100%) !important;
    border-bottom: 1px solid rgba(223, 229, 239, .92) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.filter-panel-title,
.mobile-filter-title{
    gap: 14px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase;
    color: #1d2a40 !important;
}

.filter-panel-title i,
.mobile-filter-title i{
    width: 34px !important;
    height: 34px !important;
    background: linear-gradient(135deg, rgba(24, 34, 48, .10), rgba(212, 175, 55, .24)) !important;
    color: #223253 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.filter-panel-close,
.mobile-filter-close{
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #dfe6ef !important;
    background: rgba(255,255,255,.88) !important;
    color: #6d7787 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.filter-panel-close:hover,
.mobile-filter-close:hover{
    background: #ffffff !important;
    color: #1f2c44 !important;
    border-color: #d2dbe7 !important;
}

.filter-panel-body,
.mobile-filter-body{
    padding: 16px 14px 26px !important;
    background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 16%, #f8fafc 100%);
}

.filter-panel-body .cat-left-main,
.mobile-filter-body .cat-left-main{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.filter-panel-body .cd-filter-section,
.mobile-filter-body .cd-filter-section{
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid #e7edf5 !important;
    border-radius: 20px;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.cat-left-box-h.cd-filter-section-head{
    gap: 10px;
    padding: 18px 0 14px;
    color: #3a475c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cd-filter-section-count{
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #6f7a8c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.cd-filter-section-line{
    flex: 1 1 auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(24, 34, 48, .14), rgba(24, 34, 48, 0));
}

.cd-filter-link,
.cd-filter-nested-summary,
.cd-filter-sub-link{
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 14px;
    transition: background var(--cd-transition), color var(--cd-transition), transform var(--cd-transition), box-shadow var(--cd-transition);
}

.cd-filter-link:hover,
.cd-filter-nested-summary:hover,
.cd-filter-sub-link:hover{
    background: #f7f9fc;
    color: #162136;
    transform: translateX(3px);
    box-shadow: inset 0 0 0 1px rgba(224, 231, 240, .9);
}

.cd-filter-link-label{
    gap: 12px;
}

.cd-filter-link-label i{
    color: #97a2b4;
}

.cd-filter-nested{
    padding: 3px 0;
    border-bottom: none;
}

.cd-filter-nested-links{
    padding: 4px 0 8px 10px;
}

.cd-filter-sub-link{
    color: #728096;
}

.cd-filter-sub-link-parent{
    color: #1d2a40;
    font-weight: 700;
}

.cd-filter-chevron{
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #98a4b6;
    border-bottom: 1.5px solid #98a4b6;
}

.cat-left-box-t.cd-filter-option{
    margin: 0 0 8px;
}

.cat-left-box-t.cd-filter-option:last-child{
    margin-bottom: 0;
}

.cd-filter-check{
    padding: 0;
}

.cd-filter-check .custom-control-label{
    display: block;
    padding: 11px 14px 11px 40px;
    border: 1px solid #e7edf5;
    border-radius: 14px;
    background: #fbfcfe;
    color: #223047;
    font-size: 13px;
    line-height: 1.4;
    transition: border-color var(--cd-transition), background var(--cd-transition), box-shadow var(--cd-transition), color var(--cd-transition);
}

.cd-filter-check .custom-control-label:hover{
    border-color: #d8e1eb;
    background: #ffffff;
}

.cd-filter-check .custom-control-label::before{
    left: 14px !important;
    top: 50% !important;
    width: 16px;
    height: 16px;
    border-radius: 6px !important;
    transform: translateY(-50%);
}

.cd-filter-check .custom-control-label::after{
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.cd-filter-check .custom-control-input:checked ~ .custom-control-label{
    border-color: rgba(212, 175, 55, .40);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(251,247,237,.96) 100%);
    color: #1d2a40;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(212, 175, 55, .10);
}

.cd-filter-price{
    padding-bottom: 2px;
}

.price-field{
    --range-start: 0;
    --range-end: 100;
    height: 40px;
    margin: 6px 0 18px;
}

.price-field::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 6px;
    border-radius: 999px;
    background: #e5ebf3;
    transform: translateY(-50%);
}

.price-field::after{
    content: "";
    position: absolute;
    top: 50%;
    left: calc(var(--range-start) * 1%);
    width: calc((var(--range-end) - var(--range-start)) * 1%);
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d2b176 0%, #e0c78e 100%);
    transform: translateY(-50%);
}

.price-field input[type="range"]{
    background: transparent !important;
    z-index: 2;
}

.price-field input[type="range"]::-webkit-slider-runnable-track,
.price-field input[type="range"]::-moz-range-track{
    background: transparent;
}

.price-field input[type="range"]::-webkit-slider-thumb{
    width: 18px;
    height: 18px;
    margin-top: -7px;
    background: #223253;
    box-shadow: 0 0 0 1px rgba(203, 213, 225, .95), 0 8px 18px rgba(34, 50, 83, .18);
}

.price-field input[type="range"]::-moz-range-thumb{
    width: 18px;
    height: 18px;
    background: #223253;
    box-shadow: 0 0 0 1px rgba(203, 213, 225, .95), 0 8px 18px rgba(34, 50, 83, .18);
}

.price-wrap{
    gap: 12px;
    margin-bottom: 16px;
}

.price-wrap-outputbox{
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.cd-filter-button{
    min-height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #cfb27b 0%, #e0c58d 100%);
    color: #1f2c44;
    box-shadow: 0 14px 28px rgba(160, 132, 74, .18);
}

.cd-filter-button:hover{
    box-shadow: 0 18px 32px rgba(160, 132, 74, .24);
}

.mobile-filter-footer{
    position: sticky;
    bottom: 0;
    padding: 16px 16px 18px;
    border-top: 1px solid rgba(223, 229, 239, .92);
    background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.98) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.mobile-filter-footer button{
    min-height: 48px;
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: .08em;
}

/* =========================================================
   TS FILTER PANEL STRUCTURE TUNE V2
   ========================================================= */
.filter-panel,
.mobile-filter-drawer{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.filter-panel::-webkit-scrollbar,
.mobile-filter-drawer::-webkit-scrollbar{
    width: 0;
    height: 0;
}

.filter-panel-body,
.mobile-filter-body{
    overflow: visible !important;
    flex: 0 0 auto;
    padding: 10px 10px 18px !important;
}

.filter-panel-body .cat-left-main,
.mobile-filter-body .cat-left-main{
    width: 100% !important;
    margin-right: 0 !important;
    gap: 10px;
}

.filter-panel-body .cd-filter-section,
.mobile-filter-body .cd-filter-section{
    width: 100% !important;
    padding: 0 18px !important;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .045);
}

.filter-panel-body .cd-filter-section .cat-left-box-h.cd-filter-section-head,
.mobile-filter-body .cd-filter-section .cat-left-box-h.cd-filter-section-head{
    padding: 15px 0 12px !important;
}

.filter-panel-body .cd-filter-section .cd-filter-section-body,
.mobile-filter-body .cd-filter-section .cd-filter-section-body{
    padding-bottom: 14px !important;
}

.cd-filter-section-count{
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    font-size: 10px;
}

.cd-filter-check .custom-control-label{
    padding: 10px 14px 10px 38px;
    border-radius: 12px;
}

.price-wrap-outputbox{
    min-height: 42px;
    padding: 9px 12px;
}

.cd-filter-button{
    min-height: 44px;
    border-radius: 12px;
}

.mobile-filter-footer{
    padding: 14px 14px 16px;
}

.cd-filter-section-subcategories{
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.cd-filter-section-subcategories .cat-left-box-h.cd-filter-section-head{
    padding: 16px 0 10px !important;
}

.cd-filter-section-subcategories .cd-filter-section-body{
    padding-bottom: 6px !important;
}

.cd-filter-section-subcategories .cd-filter-scroll{
    max-height: 438px;
    padding-right: 6px;
}

.cd-filter-section-subcategories .cd-filter-link,
.cd-filter-section-subcategories .cd-filter-nested-summary{
    min-height: 56px;
    padding: 0 4px !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid #edf2f7;
    color: #223253 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    transform: none !important;
}

.cd-filter-section-subcategories .cd-filter-link:hover,
.cd-filter-section-subcategories .cd-filter-nested-summary:hover{
    color: #111c30 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cd-filter-section-subcategories .cd-filter-link.is-current,
.cd-filter-section-subcategories .cd-filter-sub-link.is-current,
.cd-filter-section-subcategories .cd-filter-nested-summary.is-current-branch,
.cd-filter-section-subcategories .cd-filter-sub-link-parent.is-current{
    color: #162136 !important;
    font-weight: 800;
}

.cd-filter-section-subcategories .cd-filter-link.is-current::before,
.cd-filter-section-subcategories .cd-filter-sub-link.is-current::before,
.cd-filter-section-subcategories .cd-filter-nested-summary.is-current-branch::before{
    content: "";
    width: 3px;
    height: 20px;
    margin-right: 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #cfae73 0%, #e1c78f 100%);
    flex: 0 0 auto;
}

.cd-filter-section-subcategories .cd-filter-link::after{
    content: "";
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 1.5px solid #9aa5b5;
    border-bottom: 1.5px solid #9aa5b5;
    transform: rotate(-45deg);
    flex: 0 0 auto;
}

.cd-filter-section-subcategories .cd-filter-link-label{
    gap: 0;
    flex: 1 1 auto;
}

.cd-filter-section-subcategories .cd-filter-link-label i{
    display: none;
}

.cd-filter-section-subcategories .cd-filter-chevron{
    margin-left: auto;
}

.cd-filter-section-subcategories .cd-filter-nested[open] .cd-filter-nested-summary{
    border-bottom-color: transparent;
}

.cd-filter-section-subcategories .cd-filter-nested-links{
    padding: 0 0 10px 14px;
    border-left: 1px solid #edf2f7;
}

.cd-filter-section-subcategories .cd-filter-sub-link{
    min-height: 40px;
    padding: 9px 0 9px 14px !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #667388 !important;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 767.98px){
    .cd-filter-section-subcategories .cd-filter-scroll{
        max-height: 52vh;
    }

    .cd-filter-section-subcategories .cd-filter-link,
    .cd-filter-section-subcategories .cd-filter-nested-summary{
        min-height: 52px;
    }
}

.cd-filter-section-subcategories .cd-filter-sub-link-parent{
    color: #223253 !important;
}

/* =========================================================
   TS CATEGORY PAGINATION POLISH
   ========================================================= */
.category-pagination-out{
    width: 100% !important;
    margin: 26px 0 10px !important;
    padding: 8px 0 0;
}

.category-pagination-nav{
    display: flex;
    justify-content: center;
}

.category-pagination{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(219, 226, 236, .9);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,249,252,.98) 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .06);
}

.category-pagination .page-item{
    margin: 0 !important;
}

.category-pagination .page-link{
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #dde5ef;
    border-radius: 12px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #5d6b82 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
    transition: transform var(--cd-transition), box-shadow var(--cd-transition), border-color var(--cd-transition), color var(--cd-transition), background var(--cd-transition);
}

.category-pagination .page-item:not(.active) .page-link:hover{
    border-color: #cfd8e5;
    color: #1f2c44 !important;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.category-pagination .page-item.active .page-link{
    border-color: #c8d3e2 !important;
    background: #ffffff !important;
    color: #223253 !important;
    box-shadow:
        0 10px 22px rgba(15, 23, 42, .08),
        inset 0 0 0 1px rgba(34, 50, 83, .08);
}

.category-pagination .page-item:first-child .page-link,
.category-pagination .page-item:nth-last-child(2) .page-link,
.category-pagination .page-item:last-child .page-link{
    min-width: 0;
    padding: 0 16px;
    color: #39475d !important;
    letter-spacing: .02em;
}

@media (max-width: 767.98px){
    .category-pagination-out{
        margin: 22px 0 8px !important;
    }

    .category-pagination{
        gap: 6px;
        padding: 10px;
        border-radius: 20px;
    }

    .category-pagination .page-link{
        min-width: 36px;
        height: 36px;
        padding: 0 12px;
        font-size: 12px;
        border-radius: 10px !important;
    }
}
