.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: none;
    box-sizing: border-box;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.noUi-base,
.noUi-connects {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.noUi-connects {
    border-radius: .4rem;
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 0 0;
    transform-style: preserve-3d;
    transform-style: flat;
    will-change: transform;
    z-index: 1
}

.noUi-connect {
    background: #66b0ff;
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 8px;
    margin: 0 8px
}

.noUi-handle {
    backface-visibility: hidden;
    background: #007bff;
    border: 1px solid #007bff;
    border-radius: 50%;
    cursor: default;
    outline: none;
    position: absolute
}

.noUi-horizontal .noUi-handle {
    height: 16px;
    right: -8px;
    top: -4px;
    width: 16px
}

.noUi-vertical {
    margin: 8px 0;
    width: 8px
}

.noUi-vertical .noUi-handle {
    height: 16px;
    right: -4px;
    top: -8px;
    width: 16px
}

.noUi-target {
    background: #e9ecef;
    border: 0 solid #dee2e6;
    border-radius: .4rem;
    position: relative
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-active {
    background: #0062cc
}

[disabled] .noUi-connect {
    background: #e9ecef
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    color: #999;
    position: absolute
}

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc;
    position: absolute
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    height: 80px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    height: 5px;
    margin-left: -1px;
    width: 2px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    height: 100%;
    left: 100%;
    padding: 0 10px;
    top: 0
}

.noUi-value-vertical {
    padding-left: 25px;
    transform: translateY(-50%)
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    height: 2px;
    margin-top: -1px;
    width: 5px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .4rem;
    color: #212529;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    transform: translate(-50%)
}

.noUi-vertical .noUi-tooltip {
    right: 120%;
    top: 50%;
    transform: translateY(-50%)
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    bottom: 10px;
    left: auto;
    transform: translate(50%)
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    right: 28px;
    top: auto;
    transform: translateY(-18px)
}

.display-toggle__link {
    background: #f8f9fa;
    border-radius: 50%;
    color: #212529;
    font-size: 1.125rem;
    height: 1.7em;
    line-height: 1.7em;
    text-align: center;
    width: 1.7em
}

.display-toggle__link:focus,
.display-toggle__link:hover {
    background: #e9ecef;
    color: #212529
}

.display-toggle__link.active {
    background: #007bff;
    color: #fff
}

.display-toggle__icon {
    font-size: inherit;
    line-height: inherit
}

@media (max-width: 767.98px) {
    .search-filters {
        border: 0;
        border-radius: 0
    }
}

button.loadMore {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    border: 1px solid #000;
    padding: 9.25px 30px;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.2s;
    overflow: hidden;
}

button.loadMore:hover {
    color: #fff;
    background-color: #000;
}

/* Listing subcategory list i header START */

#category {
    .block-category {
        .h1 {
            font-size: 28px;
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: -0.28px;
            margin: 20px 0px 30px 0px;
            width: 100%;
            text-align: center;
        }

        .subcategory-thumbnail {
            margin-bottom: 45px;
            display: none;

            .subcategory-thumbnail__link {
                display: flex;
                gap: 24px;
                flex-direction: column;
                align-items: center;
                font-size: 19px;
                font-weight: 400;
                letter-spacing: -0.19px;
                color: #000;
                text-align: center;
                width: 220px;

                img {
                    background: #fff;
                    padding: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    object-fit: contain;
                    aspect-ratio: 1 / 1;
                    width: 100%;
                    border: 1px solid #fff;
                }

                &:hover {
                    img {
                        border-color: #A5CEDB;
                    }
                }

            }
        }
    }

    .digigemsets_info {
        margin-bottom: 42px;
        gap: 12px;

        .digigemsets_info-title {
            font-size: 19px;
            font-weight: 500;
            letter-spacing: -0.19px;
            color: #000;
            text-align: center;
            width: 100%;
        }

        .inkluz_button.btn-small {
            font-size: 14px;
            padding: 8px 14px;
            margin-top: 0px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;

            .material-icons {
                font-size: 100%;
                line-height: 1.2;
                letter-spacing: -0.1;
                color: #000;
                font-weight: 300;
                display: inline-block;
            }

            &:hover {
                &::after {
                    transform: translate(30%, -24%) skewX(-25deg);
                }
            }
        }
    }


    #amazzing_filter {
        .selectedFilters {
            margin-bottom: 24px;
        }

        #af_form {
            display: flex;
            gap: 32px;
            align-items: flex-start;
            justify-content: flex-start;

            @media all and (max-width: 991px) {
                flex-direction: column;
                gap: 0;

                &>div {
                    width: 100%;
                }
            }

            .hidden_inputs {
                display: none;
            }

            &::before {
                content: 'Filtruj: ';
                margin-top: -5px;
                display: inline-block;
                opacity: 0.5;
            }
        }

        .af_filter.h-el {
            width: auto;
            position: static;

            .af_subtitle {
                padding: 0px;
                border: unset;
                font-size: 14px;
                font-weight: 400;
                padding-right: 22px;

                &::before {
                    color: #000
                }
            }

            &.has-selection {
                .af_subtitle {
                    color: #A5CEDB;

                    &::before {
                        color: #A5CEDB
                    }
                }
            }


            .af_filter_content {
                position: absolute;
                left: 0px;
                width: 100%;
                border: unset;
                padding: 32px;

                ul {
                    column-count: auto;
                    column-width: 400px;
                    column-gap: 32px;
                    position: relative;
                    z-index: 1;

                    li {
                        padding: 5px 0px;

                        label {
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 1.2;
                            letter-spacing: -0.14px;
                            color: #000;
                            padding-left: 40px;
                            position: relative;

                            input {
                                opacity: 0.00001;
                                position: absolute;
                                left: 0px;
                                top: 0px;
                                width: 20px;
                                height: 20px;
                                z-index: 2;
                            }

                            &::before {
                                content: '';
                                display: block;
                                position: absolute;
                                background: #fff;
                                border: 1px solid #000;
                                left: 3px;
                                top: 3px;
                                width: 15px;
                                height: 15px;
                                z-index: 1;
                                transition: background 0.3s ease;
                            }

                            &:has(input:checked) {
                                &::before {
                                    background: #A5CEDB;
                                }
                            }

                        }
                    }
                }

                .af-slider {
                    position: relative;
                    z-index: 2;
                }

                &::after {
                    content: '';
                    display: block;
                    position: absolute;
                    background: #fff;
                    left: -100vw;
                    top: 0px;
                    width: 300vw;
                    height: 100%;
                    z-index: 0;
                }

                &::before {
                    content: '';
                    display: block;
                    position: absolute;
                    background: rgba(0, 0, 0, 0.1);
                    left: -100vw;
                    top: 0%;
                    width: 300vw;
                    height: 200vh;
                    z-index: 0;
                }
            }
        }

        .compact-toggle {
            &.btn-primary {
                background: #000 !important;
            }
        }

        .btn-primary {
            background: #000 !important;
            border: 0 !important;
        }
    }

    #left-column {
        #amazzing_filter {

            .title_block {
                display: none;
            }

            .selectedFilters {
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                margin-top: 24px;

                .clearAll {
                    width: 100%;
                    text-align: center;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    background: #000;
                    color: #fff;
                    padding: 12px;

                    a {
                        color: #000;
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 1.2;
                        letter-spacing: -0.16px;

                        span {
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 1.2;
                            letter-spacing: -0.14px;
                            color: #fff;
                            margin: 0px !important;
                        }

                        i {
                            color: #fff;
                        }
                    }
                }

                .cf {
                    font-size: 14px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    padding: 8px 12px;
                    gap: 8px;
                    background: #fff;
                    border: 1px solid #000;
                    text-transform: lowercase;

                    a {
                        position: static !important;
                    }
                }
            }

            #af_form {
                display: block;

                &:before {
                    display: none;
                }

                .af_filter {
                    padding-bottom: 16px;

                    .af_subtitle {
                        font-weight: 500;
                        text-transform: lowercase;

                        &::first-letter {
                            text-transform: uppercase;
                        }
                    }

                    li {
                        label {
                            font-size: 14px;
                            line-height: 1.2;
                            letter-spacing: -0.14px;
                            color: #000;

                            span {

                                &::first-letter {
                                    text-transform: uppercase;
                                }
                            }
                        }
                    }
                }
            }
        }

        .categorytree-card {
            border-radius: unset;
            border: unset;
            border-bottom: 1px solid #D0D5DB;
            margin-bottom: 2px !important;
            padding-bottom: 12px !important;

            .card-header {
                background: transparent;
                padding: 10px 0px;
                border: unset;

                .card-title {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.2;
                    letter-spacing: -0.16px;
                    color: #000;
                    text-transform: lowercase;

                    &::first-letter {
                        text-transform: uppercase;
                    }
                }
            }

            .list-group-item {
                padding: 4px 0px;
                font-size: 14px;
                border: unset;
                transition: all 0.3s ease-in-out;
                position: relative;


                &::before {
                    content: '';
                    position: absolute;
                    width: 0%;
                    height: 1px !important;
                    background: #B4D6E3 !important;
                    position: absolute !important;
                    left: 0px !important;
                    bottom: 0px !important;
                    transition: all .3s ease-in-out;
                }

                &:hover {
                    background: transparent !important;
                    cursor: pointer;

                    &::before {
                        width: 100% !important;
                    }
                }

                &.active {
                    background: transparent;
                    color: #000;

                    &::before {
                        width: 100% !important;
                    }
                }
            }

            .list-group {
                .list-group {
                    padding: 6px 0px 10px 16px;
                }
            }
        }
    }

    #content-wrapper.left-column {
        #js-product-list-top {
            justify-content: flex-end;

            .custom-select {
                position: static !important;
                padding-right: 55px;
            }

            & div:has(select.custom-select)::after {
                box-shadow: 0px 0px 0px 10px #fff;
                background: #fff;
                top: 28px;
                right: 16px;
            }
        }
    }

    .container>nav>.breadcrumb {
        display: none;
    }

    .breadcrumb {
        margin: 0px 0px 30px -5px;
        background: #fff;
        padding: 0px;

        li,
        li a {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.2;
            letter-spacing: -0.14px;
            color: #000;
        }
    }

    #products {
        position: relative;

        #js-product-list-top {
            &>div {
                display: none;
                position: static;
            }

            div:nth-child(1) {
                display: block;
            }

            .d-lg-block {
                display: none !important;
            }

            select.custom-select {
                position: absolute;
                right: 0px;
                top: -40px;
                cursor: pointer;
                width: auto;
                border: unset;
                padding: 0px 20px 0px 0px;
                -webkit-appearance: none;
                /* For Chrome, Safari, Edge */
                -moz-appearance: none;
                /* For Firefox */
                -ms-appearance: none;
                /* For Internet Explorer */
                -o-appearance: none;
                /* For Opera */
                appearance: none;
                /* General */
            }

            div:has(select.custom-select)::after {
                content: '';
                position: absolute;
                top: -22px;
                margin-top: 0px;
                right: 3px;
                border: 2px solid #000;
                border-top-width: 2px;
                border-right-width: 2px;
                border-bottom-width: 2px;
                border-left-width: 2px;
                width: 7px;
                height: 7px;
                border-width: 2px 0 0 2px;
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);

            }
        }
    }

    nav {
        ul.pagination {


            .page-item {
                border-radius: 0px !important;
                border: 1px solid #000;
                border-right: 0px;
                overflow: hidden;

                &:last-child {
                    border-right: 1px solid #000;
                }

                &.active {
                    a {
                        background-color: #A5CEDB;
                        color: #000;
                        font-weight: 500 !important;
                    }
                }

                a {
                    color: #000;
                    border: unset !important;
                    border-radius: 0px !important;
                    width: 103%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: 400;
                }


            }
        }
    }

    .footer-categories {

        .container {
            margin: 90px 0px;

            .row {
                justify-content: center;
                gap: 51px;

                .home-box__small {

                    .home-box__image {
                        background: #fff;
                        padding: 20px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        object-fit: contain;
                        aspect-ratio: 1/1;
                        border: 1px solid #fff;

                        &:hover {
                            border-color: #A5CEDB;
                        }
                    }

                    .home-box__content {
                        padding-top: 25px;

                        h3 {
                            margin: 0;
                            color: #000;
                            font-size: 19px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                            letter-spacing: -0.19px;
                            text-align: center;

                            span {
                                position: relative;

                                &::after {
                                    content: "";
                                    position: absolute;
                                    width: 0;
                                    bottom: -1px;
                                    left: 0;
                                    background-color: #B4D6E3;
                                    height: 1px;
                                    transition: all 0.25s;
                                }
                            }
                        }
                    }
                }
            }
        }

        #category-description-2 {
            margin-bottom: 100px !important;

            .h2 {
                font-size: 26px;
                font-weight: 500;
                line-height: 1.2;
                letter-spacing: -0.26px;
                color: #000;
                margin-bottom: 25px;
            }
        }
    }
}


/* Listing subcategory list i header END */

#digiownhtml-container {
    img {
        width: 100%;
        height: auto;
    }
}