.used-hero{

}

.used-search label{
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.used-filter-extra-row{
    margin-top:24px;
    align-items:flex-start;
}

.used-filter-unit label,
.used-filter-unit-label{
    display:block;
    min-height:18px;
    margin-bottom:8px;
    font-weight:500;
    line-height:18px;
}

.used-filter-year-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:20px;
}

.used-filter-year-unit .used-year-input{
    min-height:40px;
    height:40px;
}

.used-year-input{
    width:100%;
    min-height:48px;
    border:1px solid #dcdee2;
    border-radius:4px;
    background:#fff;
    color:var(--color-text);
    padding:0 14px;
    outline:none;
    transition:border-color ease .2s, box-shadow ease .2s;
}

.used-year-input:focus{
    border-color:var(--color-text-muted);
    box-shadow:0 0 0 3px rgba(0,0,0,.06);
}

.used-year-input::placeholder{
    color:var(--color-text-muted);
}

@media screen and (max-width: 768px){
    .used-filter-extra-row{
        margin-top:20px;
    }

    .used-filter-unit + .used-filter-unit{
        margin-top:16px;
    }

    .used-filter-year-grid{
        gap:12px;
    }
}

.used-parts-wrapper .part_item{
    padding:20px;
    background: var(--color-surface-muted);
    border-radius: 20px;
}
.used-parts-wrapper .part_item .part-main{
    align-items: center;
}

.used-parts-wrapper .part-title-block{
    font-size:16px;
}
.used-parts-wrapper a.product-more{
    color: var(--color-text-muted);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}
.used-parts-wrapper a.product-more .a-icon{
    line-height: 0;
}
.used-parts-wrapper a.product-more span:last-child{
    margin-left:5px;
}

.used-parts-wrapper .part-title{
    font-weight:500;
}

.used-parts-wrapper .part-actions-block .actions-data{
    text-align: right;
}
.used-parts-wrapper .part-actions-block .actions-data .button-in-cart{
    width:80%;
}

.used-parts-wrapper .part-actions-block .data-price{
    text-align: right;
}
.used-parts-wrapper .part-actions-block .data-price .part-price{
    font-size: 16px;
}
.used-parts-wrapper .part-actions-block .data-price .part-price .price-ru{
    font-weight:500;
}
