.products .slogan img{
    filter: invert(1);
}
header .slogan img{
    filter: invert(0);
    max-height: 50px;
}

.gallery-item{
    padding: 15px;
    background-color: #fff;
    box-shadow: 11.5px 19.919px 41.65px 7.35px rgb(0 0 0 / 6%);
    aspect-ratio: 1;
}

.gallery-item img{
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}

.slider .swiper-parent .swiper-slide img{
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1;
}

footer .pagelist li a{
    padding: 10px 15px;
}

footer .copy a img{
    height: 20px;
}

.gallery-item{
    display: block;
}

.categories .category .img_wrapper img{
    height: 50px;
}

.productDetail .specs > p{
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-family: "akrobatsemibold",sans-serif;
}

.productDetail .specs ul li a{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    transition: .3s ease all;
}

.productDetail .specs ul li a:hover{
    color: #dc0812;
}

@media screen and (max-width: 991px){
    .catProducts .product-wrapper .product{
        aspect-ratio: 2/3;
        border-radius: 20px;
    }
    .categories{
        scroll-snap-type: unset;
    }
    .categories .category{
        width: 100%;
    }

    .productDetail .imgs{
        display: flex;
        width: 100%;
        gap: 15px;
    }
    .catProducts .product-wrapper .product .text{
        display: none;
    }
    .catProducts .product-wrapper .product .model{
        line-height: 1.2;
    }
}


@media screen and (max-width: 767px) {
    .slider .swiper-parent .swiper-slide{
        width: 200px;
    }
    .slider .swiper-parent .swiper-slide img{
        width: 200px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .slider .swiper-parent .swiper-slide{
        width: 350px;
    }
    .slider .swiper-parent .swiper-slide img{
        width: 350px;
    }
    .slider .swiper-parent .coverflow{
        height: 350px;
    }
    .categories .category{
        width: 50%;
    }
    .productDetail .main-img{
        width: 100%;
        margin-bottom: 30px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1440px){
    .slider .swiper-parent .swiper-slide, .slider .swiper-parent .swiper-slide img{
        width: 350px;
    }
    .catProducts .product-wrapper .product{
        aspect-ratio: 1/2;
    }
    .slider .swiper-parent{
        padding-top: 170px;
    }
    .categories{
        margin-top: 50px;
    }
    .pageBanner{
        min-height: clamp(340px,28vh,750px);
        background-size: cover;
    }
}

.pageBanner .mobileCat{
    display: none;
}

@media screen and (max-width: 1024px){
    .pageBanner .categories{
        display: none;
    }

    .pageBanner .mobileCat{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        padding-bottom: 60px;
        margin-top: -50px;
    }

    .pageBanner .kat{
        padding: 10px 15px;
        background-color: #191a1c;
        color: #fff;
        font-size: 17px;
        font-family: "akrobatsemibold",sans-serif;
        border-radius: 10px;
    }
    .pageBanner .mobilecategories{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: calc(100% - 40px);
        z-index: 4;
        border-radius: 20px;
        overflow: hidden;
        opacity: 0;
        user-select: none;
        pointer-events: none;
        left: 12px;
        right: 12px;
        transition: .3s ease all;
    }
    .pageBanner .mobilecategories.show{
        opacity: 1;
        user-select: auto;
        pointer-events: auto;
    }
    .pageBanner .mobilecategories a{
        display: flex;
        justify-content: flex-start;
        padding: 10px 20px;
        align-items: center;
        background-color: #191a1c;
        border-bottom: 1px solid #ccc;
    }
    .pageBanner .mobilecategories a:not(.active) .arrow{
        display: none;
    }

    .pageBanner .mobilecategories a.active{
        background-color: #dc0812;
    }
    .pageBanner .mobilecategories a.active .arrow{
        margin-left: auto;
    }
    .pageBanner .mobilecategories a .img_wrapper{
        width: 50px;
        height: 35px;
        display: block;
        text-align: center;
        margin-right: 30px;
    }
    .pageBanner .mobilecategories a .img_wrapper img{
        max-height: 35px;
        filter: invert(1);
        object-fit: contain;
        object-position: center;
    }

    .pageBanner .mobilecategories a span{
        color: #fff;
        font-size: 20px;
        letter-spacing: 1px;
    }

}