<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-wrap {
    align-items: center;
    justify-content: space-between;
    max-height: none;
    margin-bottom: 20px;
}
.title-wrap h1 {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    color: #212121;
    margin: 0;
}
.backout {
    margin-bottom: 20px;
}
.backout a {
    text-decoration: none;
    color: #212121;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
}
.backout a:before {
    content: "arrow_backward";
    font-family: icons;
    color: #212121;
    position: absolute;
    left: 0;
    top: 3px;
    transition: all 0.5s ease-in-out;
}
.backout a:hover:before {
    transform: translateX(5px);
}

.filter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.filter-wrap .right {
    width: 59.83%;
}
.filter-list {
    width: 34.189%;
}
.filter-item {
    background: #f5f5f5;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 2px 5.64px 0.36px rgba(0, 0, 0, 0.1), 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 30px;
}
.filter-item h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #212121;
    background: #e5e5e5;
    text-align: center;
    padding: 12px 0 16px;
}
.filter-item .field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    margin: 30px 0;
}
.filter-item .field.blocked:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.filter-item .field.blocked {
    opacity: 0.3;
}
.filter-item .field .title {
    font-weight: 400;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}
.inputdecor-select .button-wrapper {
    background: white;
}
.inputdecor-select .button-wrapper,
.inputdecor-select {
    width: 100%;
}
.inputdecor-select {
    z-index: 10;
}
.inputdecor-select .list-wrapper {
    z-index: 20;
}
.filter-item .field .type-list {
    display: flex;
    flex-grow: 1;
    margin-left: -30px;
    margin-right: -30px;
}
.filter-item .field .type-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0px 0px 0px 1px #cbcbcb;
    background: #f5f5f5;
    height: 115px;
    cursor: pointer;
}
.filter-item .field .type-item p {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: #757575;
}
.type-list input[type="radio"]:checked + label {
    box-shadow: 0px 0px 0px 1px #9d0034;
    z-index: 1;
}
.filter-item .apply {
    border: none;
    text-transform: uppercase;
    font-weight: 300;
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
    cursor: pointer;
}
.filter-item .reset {
    color: #757575;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
    transition: 0.25s;
}
.filter-item .reset:hover {
    color: #212121;
}
.filter-item .reset:before {
    content: "autorenew";
    font-family: icons;
    margin-right: 10px;
}

.filter-item .search {
    display: flex;
    position: relative;
    flex-grow: 1;
}
.filter-item .search .search-input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #fafafa;
    border: none;
    box-shadow: inset 0px 0px 0px #9b0f34, inset 0px 0px 0px 1px #bdbdbd;
    font-size: 16px;
    font-weight: 300;
    color: #757575;
    margin-right: -1px;
    transition: 0.25s;
}
.filter-item .search .search-input:hover {
    box-shadow: inset 3px 0px 0px #9b0f34, inset 0px 0px 0px 1px #bdbdbd;
}
.filter-item .search .search-input:focus {
    box-shadow: inset 0px 0px 0px #9b0f34, inset 0px 0px 0px 1px #999999;
}
.filter-item .search .tips {
    position: absolute;
    background: white;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
    border-top: 2px solid #9b0f34;
    top: 39px;
    width: 100%;
}
.filter-item .search .tips a {
    width: 100%;
    text-decoration: none;
    color: #212121;
    line-height: 25px;
    font-weight: 300;
}
.filter-item .search .tips a span {
    font-weight: 400;
}
.filter-item .search .clear {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    position: absolute;
    padding: 0 10px;
    top: 0;
    right: 40px;
    font-family: icons;
    cursor: pointer;
    height: 100%;
    font-size: 14px;
}
.inputdecor-select .search .clear {
    right: 0;
}
.filter-item .search .start {
    background: #9c0f34;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    font-family: icons;
    font-size: 20px;
    text-transform: none;
    cursor: pointer;
}
.filter-item .field {
    position: relative;
}
.filter-item.model .field {
    z-index: 10;
}
/* additional */
.additional {
    max-width: 400px;
    margin-top: 50px;
}
.additional .unfound .answer {
    text-transform: uppercase;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}
.additional .unfound .question {
    font-weight: 400;
    margin-bottom: 8px;
}
.additional .unfound:before {
    content: "";
    background: white;
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
}
.additional .unfound img {
    position: absolute;
    left: 0;
    height: 80px;
    width: auto;
}
.additional .unfound {
    background: #ebfbee;
    position: relative;
    padding-left: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.additional ul li:before {
    content: "";
    background: black;
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.additional ul li span {
    font-weight: 400;
}
.additional ul li a {
    color: #212121;
}
.additional ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.additional ul {
    padding-left: 15px;
    list-style: none;
}
.additional .message {
    color: #666666;
    font-style: italic;
    margin: 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .backout {
        margin: 20px 0;
    }
    .title-wrap, .backout {
        padding: 0 15px;
    }
    .filter-wrap {
        padding: 0 15px;
    }
    .filter-wrap .filter-list {
        width: 100%;
    }
    .filter-wrap .right {
        display: none;
    }
    .filter-item .apply {
        padding: 0 15px;
    }
    .filter-item .field:last-child {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .backout {
        margin-bottom: 0 !important;
    }
    .filter-product {
        border-top: 1px solid #E5E5E5;
    }
}</pre></body></html>