[mn="7505"] {
    position: relative;
    z-index: 3;


    ._imgobj {
        text-align: center;

        @media(width>767px) {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

        & img {

            @media(width>767px) {
                max-width: initial;
            }

            @media(width<767px) {
                max-height: 50svh;
            }
        }
    }

    & h1 {
        text-align: left;
    }

    .btnLoadmore {
        --btnbgclr: var(--clr02, #000);
        --btnbgclrhov: var(--clr01);
        --btnborderclr: var(--btnbgclr);
        --btnborderclrhov: var(--btnbgclrhov);
        --btnclr: var(--clr01x, #fff);

        margin: 0 0 15px;
    }
}

/* [folderurl]:hover > *::before, 
[folderurl].active > *::before {
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: var(--clr01);
    margin: -2px 6px 0 0;
    vertical-align: middle;
} */
[mn="7505"] .horline {
    margin: 60px 0
}

[mn="7505"] .gen-filter .field {
    margin: 10px 0
}

[mn="7505"] .divbx {
    min-height: 90vh;
}

[mn="7505"] .taste.backbtn {
    margin: 90px 0 0
}

[mn="7505"] .subjectbx {
    line-height: 1;
}

[mn="7505"] .mainttl img {
    max-height: 60px;
}

[mn="7505"] .mainttl {
    font-size: 250%;
    font-family: var(--ft-t2);
}

[mn="7505"] .subttl {
    font-size: 80%;
    text-transform: uppercase;
    font-family: var(--ft-t2);
    color: #999;
}

[mn="7505"] .result {
    font-size: 90%;
    color: #888;
    margin: 9px 0 3px;
    padding: 9px 0 0;
    border-top: 1px solid #eee;
}

[mn="7505"] .result .resultnumber {
    font-size: 130%;
    font-family: var(--ft-t2);
}

[mn="7505"] {
    .categorylistbx.categorybx {
        --listset-count: 3;
        --listset-gap: 30px;

        @media(width<767px) {
            --listset-count: 2;
        }

        @media(width<575px) {
            --listset-count: 2;
        }

        & a {
            display: block;
            width: 100%;
            text-decoration: none;
        }

        .title {
            text-align: center;
            font-size: 120%;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .bimgbx {
            & img {
                transition: 1.2s all cubic-bezier(0.165, 0.84, 0.44, 1);
                scale: 1.15
            }
        }

        & a:hover {
            .bimgbx {
                & img {
                    scale: 1
                }
            }
        }
    }
}

[mn="7505"] {
    .categorylistbx.itembx {
        --listset-count: 3;
        --listset-gap: 120px;
        margin: 90px 0 0;

        @media(width<991px) {
            --listset-gap: 90px;
        }

        @media(width<767px) {
            --listset-gap: 60px;
            --listset-count: 2;
        }

        @media(width<575px) {
            --listset-gap: 30px;
            --listset-count: 2;
            margin: 21px 0 0;
        }

        .categorybx{
            cursor: pointer;
            .bimgw{
                translate: 0 0;
                transition: .6s all cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            @media(width>767px){
                &:hover{
                    .bimgw{
                        translate: 0 -21px;
                    }
                }
            }
        }
        & a {
            display: block;
            width: 100%;
            text-decoration: none;
        }

        .bimg {
            object-position: center bottom;
            aspect-ratio: 2 / 1.3;

            @media(width<575px) {
                aspect-ratio: 1;
            }
        }

        .title {
            text-align: center;
            font-size: 120%;
            letter-spacing: 1px;
            text-transform: uppercase;

            @media(width<767px) {
                font-size: 100%;
                line-height: 1;
            }
        }
    }
}

.lichtSwiper {
    --swiper-navigation-color: var(--clr01);
    --swiper-pagination-bullet-inactive-color: var(--clr01x, #fff);
    --swiper-pagination-color: var(--clr01x, #fff);

    @media (width <=575px) {
        padding: 15px;
    }
}

.lichtSwiper {

    --swiper-navigation-size: 21px;

    .btnClose {
        position: fixed;
        border: 2px solid #fff;
        color: #fff;
    }

    .contm {
        border-radius: 15px; 
    }

    .swiper-slide .bimg {
        padding-top: 0;
        aspect-ratio: 16 / 9;
    }

    .swiper-pagination {
        position: relative; 
        margin: 15px 0 0;
        width: auto;
        padding: 3px;
        line-height: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 50px;
    }

    .swiper-zoom-controls {
        --square: 30px;
        z-index: 11;
        position: relative;
        display: flex;
        align-items: center;

        @media (width >=575px) {
            justify-content: flex-end;
        }
    }

    .swiper-button-next,
    .swiper-button-prev {
        translate: 0 50%;
        --swiper-navigation-color: #fff;

        &::after{
            color: var(--clr01);
        }
    }

    .swiper-zoom-controls button {
        padding: 3px;
        background-color: rgba(0, 0, 0, .5);
        border: 0;
        cursor: pointer;
        border-radius: 9px;
        aspect-ratio: 1;
        width: 35px;
        color: #fff;
        font-size: 150%;
        margin: 0 3px;
    }

    .swiper-zoom-controls button:hover {
        background-color: rgba(0, 0, 0, .8);
    }

    .swiper-zoom-controls .icn--sm {
        height: var(--square);
        width: var(--square);
        display: block;
        position: relative;
    }

    .swiper-zoom-controls svg {
        fill: #fff;
        bottom: 0;
        color: inherit;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    @media (width <=575px) {
        /* .swiper-slide .bimg {
            aspect-ratio: 1;
        }

        .contbx>.contbx-w {
            padding: 0;
        }

        .contm {
            border-radius: 0;
            height: 100%;
        }

        & img {
            width: 100%;
        }

        .swiper-zoom-controls {
            position: absolute;
            padding: 15px;
        } */
    }
}


/* ================================= */