.category-wrap__sidebar{
    background-color: #fff;
    width: 320px;
    padding: 2px 2px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 11px rgba(14,10,109,.15);
    opacity: 1;
    position: relative;
    margin-bottom: 25px;
}
#asideFilter{
    height: 100%;
    scrollbar-width: thin;
    overflow: auto;
}
#closeFilter{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 13px;
    right: 15px;
    background-color: transparent;
    color: #b3c2dd;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    line-height: 1;
    border: none;
}
#closeFilter i{
    font-size: 20px;
}
aside .sidebar-caption{
    margin-bottom: 28px;
    padding: 20px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(112deg,#120d8b 0,#0e0a6d 100%);
    border-radius: 6px;
    text-align: center;
}
.aside-box {
    padding: 0 18px;
}
.aside-box__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 23px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #0a0755;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}
.aside-box__body .checkbox-group .custom-checkbox + .custom-checkbox {
    margin-top: 15px;
}
.aside-box + .aside-box, .aside-box-group + .aside-box {
    margin-top: 28px;
}

.footer-filter {
    display: none;
    position: fixed;
    bottom: auto;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    border-top: 1px solid #e6e6f0;
    clear: none;
    top: calc(100dvh - 59px);
    z-index: 50;
    background-color: white;
}

.category-wrap__main {
    width: 100%;
    padding: 0 0 0 25px;
}
.category-wrap__sidebar + .category-wrap__main{
    width: calc(100% - 320px);
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
    list-style-type: none;
}
.breadcrumbs li {
    color: #8b8b9e;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.40;
    padding-right: 8px;
}
.breadcrumbs li::before {
    content: "/";
    color: #b3c2dd;
    padding-right: 4px;
}
.breadcrumbs li:last-of-type {
    padding-right: 0;
}
.breadcrumbs li:first-of-type::before {
    content: inherit;
}
.breadcrumbs li a {
    color: #8b8b9e;
    text-decoration: none;
    white-space: wrap;
}

.h1-brand{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.h1-brand h1{
    margin: 0;
    color: #333;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
}

.category-description {
    margin-bottom: 24px;
}
.category-description p {
    margin-bottom: 30px;
    color: #06042c;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.625;
}
.category-description p strong {
    font-weight: 700;
    color: var(--dark-blue);
}

#swiper-category {
    width: 100%;
    margin: 33px 0 27px 0;
}
.category-item {
    display: block;
    text-align: center;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(182,181,211,.5);
    box-shadow: 0 1px 1px rgba(14,10,109,.1);
    background-color: #fff;
    padding: 10px 5px 5px 5px;
    height: 100px;
    transition: width .3s,height .3s,margin .3s;
}
.category-item:hover {
    border-color: #b6b5d3;
}
.category-item picture {
    display: flex;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto 6px;
    transition: width .3s,height .3s,margin .3s;
}
.category-item picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category-item a {
    color: #0e0a6d;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category-item a:hover {
    color: #0e0a6d;
    text-decoration: underline;
}

.category-item a span{
    display: block;
    line-height: 1;
}

.category-sorting{
    display: flex;
    align-items: center;
    position: relative;
    padding: 14px 0;
    border-top: 1px solid #f5f4f9;
}
.category-sorting__filter{
    display: none;
}
.category-sorting__results {
    white-space: nowrap;
    color: #8b8b9e;
    font-size: 16px;
    font-weight: 400;
    margin-left: auto;
    padding: 5px 10px 5px 25px;
    position: relative;
}
.category-sorting__sort::before{
    content: "";
    opacity: .5;
    background-color: #b6b5d3;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.category-sorting__sort{
    position: relative;
    padding-left: 15px;
}
.category-sorting__sort button{
    font-weight: 500;
}

.catalog-products{
    display: flex;
    flex-direction: column;
}
.catalog-wrapper{
    clear: both;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1px;
    margin-bottom: 30px;
}
.show-more-catalog{
    margin: 0 auto 30px;
    min-width: 250px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
}

#notProducts{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f5f4f9;
    padding: 50px 5px;
    border-radius: 6px;
}
#notProducts *{
    margin-bottom: 0;
}

.catalog-article{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
}

@media (max-width: 1259px) {

    .category-wrap__sidebar + .category-wrap__main,
    .category-wrap__main {
        width: 100%;
        padding: 0;
    }
    .category-wrap__sidebar{
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 710;
        top: 0;
        bottom: 0;
        margin-bottom: 0;
        padding-bottom: 100px;
    }
    #closeFilter{
        display: flex;
    }
    .category-wrap__sidebar.show{
        display: block;
    }
    .category-sorting__filter{
        display: inherit;
    }
    .footer-filter{
        display: inherit;
    }
}

@media (max-width: 700px) {
    .h1-brand h1 {
       font-size: 28px;
    }
    .category-sorting{
        justify-content: center;
        flex-wrap: wrap;
    }
    .category-sorting__filter{
        width: 100%;
        margin-bottom: 10px;
    }
    .category-sorting__filter .show-filter{
        width: 100%;
    }
    .category-sorting__results{
        margin-left: inherit;
    }
    .catalog-article{
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .h1-brand h1 {
        font-size: 24px;
    }
}
