.catalog-sorting {}

.catalog-sorting__desktop {
    position: relative;
}

@media (width <= 1024px) {
    .catalog-sorting__desktop {
        display: none;
    }
}

.catalog-sorting__desktop--open {

}

.catalog-sorting__desktop-button {
    position: relative;
    width: 210px;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 15px;
    background: #f7f8ff;
    border: .0625rem solid rgba(22, 25, 73, .4);
    color: rgba(22, 25, 73, .8);
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0;
    text-align: left;
}

.catalog-sorting[data-order="asc"] .catalog-sorting__desktop-button span[data-order="desc"] {
    display: none;
}

.catalog-sorting[data-order="desc"] .catalog-sorting__desktop-button span[data-order="asc"] {
    display: none;
}

.catalog-sorting__desktop-button::before {
    content: "";
    width: 13.48px;
    margin-right: 15px;
    display: inline-block;
    height: 10px;
    background-size: contain;
}

.catalog-sorting[data-order="asc"] .catalog-sorting__desktop-button::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg id='low-high' viewBox='0 0 13.48 10.404' version='1.1' width='13.48' height='10.404' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs212' /%3E%3Cpolyline id='Path-6' stroke-linejoin='bevel' transform='matrix(0.82903236,0,0,-0.82903236,0.4397012,9.9643733)' points='-1.29896094e-13 2.76530395 2.76530395 1.50990331e-14 2.76530395 11.8143668' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.5' /%3E%3Cpath d='M 4.9528501,0.62177662 H 8.2689795' id='Path-7' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3Cpath d='M 4.9528501,5.0671278 H 10.637643' id='Path-8' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3Cpath d='M 4.9528501,9.3266161 H 13.48004' id='Path-9' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3C/svg%3E");
}

.catalog-sorting[data-order="desc"] .catalog-sorting__desktop-button::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg id='high-low' viewBox='0 0 13.48 10.234' version='1.1' width='13.48' height='10.234' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs415' /%3E%3Cpolyline id='Path-6' stroke-linejoin='bevel' points='-1.29896094e-13 2.76530395 2.76530395 1.50990331e-14 2.76530395 11.8143668' transform='matrix(0.82903238,0,0,-0.82903238,0.4396296,9.7944892)' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.5' /%3E%3Cpath d='M 4.9527786,9.3425942 H 8.2689081' id='Path-7' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3Cpath d='M 4.9527786,4.8972429 H 10.637572' id='Path-8' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3Cpath d='M 4.9527786,0.63775444 H 13.479969' id='Path-9' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3C/svg%3E");
}

.catalog-sorting__desktop-button::after {
    content: "";
    border: 6px solid transparent;
    border-top: 8px solid rgba(22, 25, 73, .4);
    position: absolute;
    right: .9375rem;
    top: 15px;
    margin: 0;
    transition: transform .2s ease;
    transform: none;
}

.catalog-sorting__desktop--open .catalog-sorting__desktop-button::after {
    border-top: 8px solid #161949;
    transform: rotate(180deg) translateY(.4375rem);
}

.catalog-sorting__desktop-list {
    display: none;
    background: #f7f8ff;
    border: .0625rem solid rgba(22, 25, 73, .4);
    border-top: 0;
    color: rgba(22, 25, 73, .8);
    width: 210px;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    margin: 0;
    position: absolute;
    padding: 7px 0;
}

.catalog-sorting__desktop--open .catalog-sorting__desktop-list {
    display: block;
}

.catalog-sorting__desktop-list li {
    padding: 5px 15px;
    cursor: pointer;
    position: relative;
}

.catalog-sorting__desktop-list li::before {
    content: "";
    width: 13.48px;
    margin-right: 15px;
    display: inline-block;
    height: 10px;
    background-size: contain;
}

.catalog-sorting__desktop-list li[data-order="asc"]::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg id='low-high' viewBox='0 0 13.48 10.404' version='1.1' width='13.48' height='10.404' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs212' /%3E%3Cpolyline id='Path-6' stroke-linejoin='bevel' transform='matrix(0.82903236,0,0,-0.82903236,0.4397012,9.9643733)' points='-1.29896094e-13 2.76530395 2.76530395 1.50990331e-14 2.76530395 11.8143668' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.5' /%3E%3Cpath d='M 4.9528501,0.62177662 H 8.2689795' id='Path-7' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3Cpath d='M 4.9528501,5.0671278 H 10.637643' id='Path-8' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3Cpath d='M 4.9528501,9.3266161 H 13.48004' id='Path-9' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3C/svg%3E");
}

.catalog-sorting__desktop-list li[data-order="desc"]::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg id='high-low' viewBox='0 0 13.48 10.234' version='1.1' width='13.48' height='10.234' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs415' /%3E%3Cpolyline id='Path-6' stroke-linejoin='bevel' points='-1.29896094e-13 2.76530395 2.76530395 1.50990331e-14 2.76530395 11.8143668' transform='matrix(0.82903238,0,0,-0.82903238,0.4396296,9.7944892)' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.5' /%3E%3Cpath d='M 4.9527786,9.3425942 H 8.2689081' id='Path-7' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3Cpath d='M 4.9527786,4.8972429 H 10.637572' id='Path-8' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3Cpath d='M 4.9527786,0.63775444 H 13.479969' id='Path-9' style='fill:none;fill-rule:evenodd;stroke:%23161949;stroke-width:1.24355' /%3E%3C/svg%3E");
}

.catalog-sorting__mobile {
    background: #e9eaf7;
    font-size: 16px;
    line-height: 35px;
    display: none;
}

@media (width <= 1024px) {
    .catalog-sorting__mobile {
        display: block;
    }
}

@media (max-width: 1024px) {
    .catalog-sorting__mobile-wrap {
        padding: .625rem 2.5rem;
    }
}

@media (max-width: 767px) {
    .catalog-sorting__mobile-wrap {
        padding: .625rem 1.25rem;
    }
}

.catalog-sorting__mobile-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-sorting__mobile-wrap p {
    margin-bottom: 0;
    font-weight: 600;
}

.catalog-sorting__mobile-select {
    background: transparent;
    border: none;
    cursor: pointer;
}
