.cat_wrap {
    position: relative;
    margin-bottom: clamp(70px, 7vw, 100px);
    width: 100%;
    height: 330px;
    display: flex;
}

.cat_wrap::before {
    content: url("../images/black-cat.svg");
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 125px;
    height: 104px;
}

.cat_img {
    flex: 1;
    margin: 0;
    padding: 0;
    width: 50%;
    height: auto;
    border-radius: 0;
    background-position: center top;
}

.cat_text {
    padding: 40px 3% 3%;
    min-width: 574px;
    width: 35%;
    border: 6px solid var(--black);
    background: #fff;
}

.cat_text > h1 {
    margin-bottom: 2%;
    max-width: 350px;
    min-height: 120px;
    font-family: var(--font3);
    font-weight: 700;
    font-size: clamp(60px, 10vw, 64px);
    line-height: 90%;
    color: var(--black);
}

.cat_text > p {
    max-width: 400px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--black);
}

.cat_filter {
    display: flex;
    justify-content: space-between;
    background-color: unset;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.cat_filter .cat_results_head {
    font-weight: 700;
}

.category-select .tts_text {
    border-radius: 71px;
    height: 35px;
}

.category-select .tts_button::after {
    border-color: var(--orange);
}

.products_cont .thumb-wrap > .yousave_block {
    padding: 1% 2%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 2vh;
    right: 0;
    z-index: 1;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--black);
    border-radius: 0;
    background: var(--orange);
}

.products_cont .thumb-wrap > .yousave_block::before {
    background-image: url("../images/subtract-black.svg");
}

.products_cont .thumb-wrap > .yousave_block .discount {
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .cat_filter .cat_sub {
        display: none;
    }
}

@media (max-width: 767px) {
    .cat_text {
        min-width: unset;
        width: 100%;
    }

    .tts_select.js-select_sort {
        width: 163px;
    }
}

@media (max-width: 592px) {
    .cat_results_head,
    .sort-select label {
        font-size: 16px;
    }
}
