.category-section {
    position: relative;
}
.category-section:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("/images/cat-banner-wooman.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;
    width: 675px;
    height: 675px;
    animation: headerOpacity 3s ease-in-out;
}
.category-section.man:before {
    background-image: url("/images/cat-banner-man.png");
    width: 570px;
    height: 570px;
}
.category-section.woman {
    background: linear-gradient(180deg, #E0F1F6 38.76%, #F0F7F9 100%);
}
.category-section.man {
    background: linear-gradient(180deg, rgba(241, 241, 241, 0.945098) 38.76%, #FAFAFA 100%);
}
.category-section-content.woman {
    background: #F0F7F9;
}
.category-section-content.man {
    background: #FAFAFA;
}
.category-section-content.woman .slider-products__photo {
    background: #F0F7F9;
}
.category-section-content.man .slider-products__photo {
    background: #FAFAFA;
}
.category-section-content .slider-products {
    margin: 0;
    padding: 48px 0;
    overflow: hidden;
}
.category-section__title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 30px 0 14px;
}
.category-section__title h1 {
    font-size: 56px;
    color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -3px;
    margin: 0;
    line-height: 1;
}
.category-section__title span {
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position: relative;
    top: -4px;
}
.category-section__desc {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    width: 650px;
    padding-bottom: 5px;
}
.category-section-top-fixed {
    min-height: 62px;
}
.category-section-top {
    padding-top: 35px;
    position: relative;
    z-index: 3;
    transition: padding 0.3s ease-in-out;
}
.category-section-top__content {
    display: flex;
    align-items: center;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
}
.category-section-top-fixed.fixed .category-section-top {
    margin-top: 0;
    padding-top: 5px;
    top: 72px;
    position: fixed;
    width: 100%;
}
.category-section-top-fixed.fixed .category-section-top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
    background: linear-gradient(180deg, #F0F7F9 18.84%, rgba(240, 247, 249, 0) 99.24%);
}
.category-section-top-fixed.fixed .category-section-top__content {
    padding: 15px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0px #0000000D,
                0px 11px 11px 0px #0000000A,
                0px 26px 15px 0px #00000008,
                0px 45px 18px 0px #00000003,
                0px 71px 20px 0px #00000000;
}
.category-section-top-fixed.fixed.pinned .category-section-top {
    padding-top: 75px;
}
.category-section-top-fixed.fixed .cat-sort__list {
    right: 15px;
}
.category-section-list {
    padding-bottom: 77px;
    position: relative;
    z-index: 2;
}
.params-open {
    position: relative;
    background-color: #00238F;
    border: 1px solid #00238F;
    width: 176px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.params-open span.mobile {
    display: none;
}
span.params-open__open {
    position: absolute;
    top: -10px;
    right: -12px;
    box-shadow: 0px 6px 12px 0px #0000001A;
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.category-checkbox {
    width: calc(100% - 400px);
    padding-left: 34px;
}
.params-adv-form {
    display: flex;
    align-items: center;
    gap: 35px;
}
.cat-checkbox input {
    position: absolute;
    left: -9999px;
}
.cat-checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 37px;
    font-size: 14px;
    color: #000000;
    transition: color 0.3s ease-in-out;
}
.cat-checkbox > input:checked+label:before,
.cat-checkbox > input:not(:checked)+label:before {
    content: '';
    position: absolute;
    width: 31px;
    height: 16px;
    background: #6C80BD66;
    left: 0;
    top: 2px;
    border-radius: 16px;
    transition: background-color .3s ease-in-out;
}
.cat-checkbox > input:checked+label:after,
.cat-checkbox > input:not(:checked)+label:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    left: 3px;
    top: 4px;
    transition: left 0.3s ease-in-out;
}
.cat-checkbox > input:checked+label:before {
    background-color: #00238F;
}
.cat-checkbox > input:checked+label:after {
    left: 16px;
}
.category-section-list__empty {
    display: none;
    margin: 40px 0 0;
    text-align: center;
}
.category-section-list__empty-title {
    font-size: 30px;
}
.category-section-list__empty-desc {
    margin-top: 20px;
}
.category-section-list__empty-btn {
    margin-top: 20px;
}
.category-section-list__empty-btn button {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    background: #00238F;
    border-radius: 4px;
    text-decoration: none;
    padding: 12px 60px;
    display: inline-flex;
    border: 1px solid #00238F;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.category-section-list__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    position: relative;
    margin-top: 15px;
}
.category-section-list-fav-empty {
    margin-top: 48px;
    margin-bottom: 50px;
}
.skeleton {
    position: relative;
    overflow: hidden;
    background: #eaf0f2;
    height: 478px;
}
.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.6),
            transparent
    );
    animation: loading 1.2s infinite;
}

@keyframes loading {
    100% {
        left: 100%;
    }
}
.cat-banner {
    grid-column: span 2;
    grid-row: span 2;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 670/960;
}
.cat-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-banner__btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    justify-content: center;
    padding: 14px 0;
}
.cat-banner__top {
    top: 56px;
    left: 56px;
    position: absolute;
    z-index: 2;
    width: 340px;
}
.cat-banner__title {
    color: #0A2429;
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: 300;
    line-height: 1;
}
.cat-banner__desc {
    color: #0A2429;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 28px;
    width: 80%;
    margin-top: 26px;
    line-height: 1.2;
}
.cat-banner__top img {
    width: 155px;
    margin-top: 25px;
}
.cat-banner-2 .cat-banner__btn {
    background-color: #FFFFFF;
    border: 1px solid #ffffff;
    color: #000000;
}
.cat-banner-2 .cat-banner__title {
    color: #64655A;
}
.cat-banner-2 .cat-banner__desc {
    color: #3D3D3D;
}
.cat-banner-2 .cat-banner__btn {
    background-color: #FFFFFF;
    border: 1px solid #ffffff;
    color: #000000;
}
.cat-banner-3 .cat-banner__top {
    width: 100%;
    text-align: center;
    left: 0;
    top: 35px;
}
.cat-banner-3 .cat-banner__title {
    color: #4F909C;
    font-size: 112px;
}
.cat-banner-3 .cat-banner__desc {
    color: #0A2429;
    font-size: 20px;
    width: 100%;
    margin-top: 2px;
}
.cat-sort {
    width: 224px;
    display: flex;
    justify-content: flex-end;
}
.cat-sort__main {
    background: #f9fcfd;
    padding: 0 15px;
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
}
.cat-sort__main svg {
    transition: transform 0.3s ease-in-out;
}
.cat-sort__main.active svg {
    transform: rotate(180deg);
}
.cat-sort__list {
    position: absolute;
    overflow: hidden;
    background: #f9fcfd;
    border-radius: 6px;
    z-index: 4;
    top: 48px;
    right: 0;
    width: 225px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.cat-sort__list.active {
    opacity: 1;
    visibility: visible;
}
.cat-sort__list ul {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
}
.cat-sort__list ul li {
    font-size: 14px;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.cat-sort__list ul li label {
    cursor: pointer;
}
.cat-sort__list ul li label input {
    position: absolute;
    left: -9999px;
}
.mobile-res {
    display: none;
}
.category-section__flex {
    display: flex;
    align-items: center;
}
.category-section__left {
    width: 45%;
}
.category-section__image {
    width: 50%;
}
.category-section__image img {
    max-width: 60%;
}
.category-section__flex  .category-section__title {
    margin: 10px 0 14px;
}
.arrow-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    background-color: #00238F;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.arrow-top.active {
    opacity: 1;
    visibility: visible;
}
.params-modal-overflow {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background: #001A254D;
    z-index: 9998;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.params-modal-overflow.active {
    opacity: 1;
    visibility: visible;
}
.params-modal {
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    left: -366px;
    width: 366px;
    z-index: 9999999991;
    background-color: #ffffff;
    height: var(--app-height);
    overflow: auto;
    padding: 44px 40px 0;
    box-shadow: 40px 0px 124px 0px #00000026;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
}
.params-modal.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.params-modal__close {
    cursor: pointer;
}
.params-modal__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.params-modal__title {
    color: #000000;
    font-size: 24px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: -0.9px;
    position: relative;
    left: -1px;
}
.active-params {
    position: relative;
    padding-bottom: 30px;
}
.active-params.hidden {
    display: none;
}
.active-params:before,
.params-filter:before,
.params-xs:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -40px;
    right: -40px;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50.48%, rgba(217, 217, 217, 0) 100%);
}
.active-params__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
    margin-top: 22px;
}
.active-params__item {
    background: #F1F4F8;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
}
.active-params__item span {
    color: #000000;
    font-size: 12px;
}
.active-params__item svg {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    cursor: pointer;
}
.active-params-reset {
    display: block;
    color: #00238F;
    font-size: 14px;
    margin-top: 11px;
    text-decoration: underline;
    background: unset;
    border: unset;
    padding: 0;
    cursor: pointer;
}
button.active-params-reset.hidden {
    display: none;
}
.params-filter {
    padding: 20px 0;
    position: relative;
}
.params-filter.no-animation .params-filter__content {
    transition: unset;
}
.params-filter.hid .params-filter__close svg {
    transform: rotate(180deg);
}
.params-filter__close svg {
    transition: transform 0.3s ease-in-out;
}
.params-filter__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
    transition: padding 0.3s ease-in-out;
}
.params-filter.hid .params-filter__top {
    padding: 0;
}
.params-filter__name {
    color: #000000;
    font-weight: 700;
}
.params-filter__search {
    position: relative;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 8px;
}
.params-filter__search svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.params-filter__search input {
    border: 1px solid #F9F9F9;
    background: #F9F9F9;
    width: 100%;
    height: 40px;
    outline: none;
    box-sizing: border-box;
    font-size: 12px;
    padding-left: 48px;
    color: #000000;
}
.params-filter__search input::placeholder {
    color: rgba(0, 0, 0, 0.7);
}
ul.params-filter__list {
    list-style-type: none;
    padding: 0 4px 0 0;
    margin: 2px 0 0;
    overflow: auto;
    max-height: 215px;
    width: 100%;
}
li.params-filter__filter-item {
    margin-bottom: 5px;
}
.custom-checkbox-p input {
    position: absolute;
    left: -9999px;
}
.custom-checkbox-p {
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    font-size: 14px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
.custom-checkbox-p span.checkbox {
    position: absolute;
    left: 0;
}
span.filter-label__count {
    color: #00000080;
    font-size: 12px;
    padding-right: 5px;
}
.custom-checkbox__input:checked+span:before,
.custom-checkbox__input:not(:checked)+span:before {
    content: '';
    position: absolute;
    border: 1px solid #D9D9D9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 1px;
    background: #fff;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-checkbox__input:checked+span:before {
    border: 1px solid #00238F;
}
.custom-checkbox__input:checked+span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    width: 14px;
    height: 14px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/svg/check.svg");
}
.catalog-range-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 4px;
}
.catalog-range-form__input {
    width: 46%;
    position: relative;
}
.catalog-range-form__input input {
    width: 100%;
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    box-sizing: border-box;
    height: 40px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    outline: none;
}
.catalog-range-form__input span {
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.noUi-target {
    margin: 0 14px 0 0px;
    border: unset;
    box-shadow: unset;
    background: #ffffff;
}
.noUi-horizontal {
    height: 11px;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 50%;
    top: -6px ;
    background: #00238F;
    border: unset;
    box-shadow: unset;
}
.noUi-connect {
    background: #C4CFF3;
    height: 4px;
}
.params-filter-size {
    margin-top: 4px !important;
}
.params-filter-size .product-size {
    width: calc(25% - 3px);
}
.params-filter-size .product-size label {
    width: 100%;
    height: 48px;
}
ul.params-image__list {
    list-style-type: none;
    padding: 0;
    margin: 2px 0 0;
    overflow: auto;
    max-height: 300px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
}
li.params-filter__filter-image {
    margin-bottom: 22px;
}
li.params-filter__filter-image input {
    position: absolute;
    left: -9999px;
}
label.filter-label.custom-checkbox-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
label.filter-label.custom-checkbox-image img,
.custom-checkbox-image__color {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: border 0.3s ease-in-out;
}
.params-filter__filter-image input:checked ~ img,
.custom-checkbox-image input:checked ~ .custom-checkbox-image__color{
    border: 2px solid #00238F;
}
label.filter-label.custom-checkbox-image span {
    display: block;
    font-size: 14px;
    margin-top: 2px;
}
.params-filter:last-child:before {
    display: none;
}
.params-filter__content {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: 215px;
    padding-right: 2%;
    width: 102%;
}
.params-filter__content.search,
.params-filter__content.image {
    max-height: 300px;
}
.params-xs,
.params-modal__title .mob{
    display: none;
}
.favorite-section__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.favorite-section__right a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #000000;
    transition: color 0.3s ease-in-out;
}
.favorite-section__right a svg path {
    transition: stroke 0.3s ease-in-out;
}
.xs-params-open {
    position: fixed;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.xs-params-open .params-open {
    width: 192px;
}
.product-mini-fav-empty {
    transform: scale(1) !important;
    box-shadow: unset !important;
    width: 337px !important;
}
.product-mini-fav-empty:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: 7;
}
.product-mini-fav-empty__btn {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #00238F;
    font-size: 14px;
    font-weight: 600;
    font-family: 'NotoSans', sans-serif;
    border: 1px solid #00238F80;
    padding: 14px 24px;
    width: 245px;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.product-mini-fav-empty__btn svg {
    stroke: #00238F;
    transition: stroke 0.3s ease-in-out;
}
.params-modal__show-results {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    position: sticky;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
    left: 0;
    right: 0;
}
.params-modal__show-results-btn {
    background: #00238F;
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'NotoSans', sans-serif;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.params-modal__show-results-btn:hover {
    background: #001a6b;
}
