.catalog_mobile_category_a.active svg {
    transform: rotateZ(0);
    transition: transform .2s ease-in-out;
}

@media (max-width: 900px) {
    .catalog_mobile_wrapper {
        padding: 30px 20px;
    }

    .catalog_mobile_header h1 {
        font-family: font-bold, sans-serif;
        font-size: 40px;
        font-weight: 500;
    }

    .catalog_mobile_header {
        margin-bottom: 20px;
    }

    .catalog_mobile_category {
        display: flex;
        gap: 10px;
        color: rgb(93, 93, 100);
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgb(245, 245, 246);
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        transition-property: color, font-weight, border-bottom;
        transition-duration: 150ms;
        transition-timing-function: ease-in-out;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .catalog_mobile {
        position: relative;
        overflow: scroll;
        max-height: 600px;
    }

    .catalog_mobile::before {
        position: absolute;
        content: "";
        top: 0;
        width: 100%;
        height: 1px;
        background-color: rgb(245, 245, 246);
    }

    .catalog_mobile_category_a {
        color: rgb(93, 93, 100);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 4px;
        border: none;
        background: none;
        cursor: pointer;
        font-size: 24px;
    }

    .catalog_mobile_category_a svg {
        width: 20px;
        height: 20px;
        fill: rgb(93, 93, 100);
        transform: rotateZ(-90deg);
        transition: transform .2s ease-in-out;
    }

    .catalog_drop_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        padding-left: 24px;
    }

    .drop_menu_button svg {
        width: 20px;
        height: 20px;
        transform: rotateZ(-90deg);
        fill: rgb(93, 93, 100);
        position: relative;
        top: 1px;
    }

    .drop_menu_button {
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .catalog_mobile_inner {
    }
}

@media (max-width: 757px) {
    .catalog_mobile_wrapper {
        padding: 30px 20px;
    }

    .catalog_mobile_header h1 {
        font-family: font-bold, sans-serif;
        font-size: 32px;
        font-weight: 500;
    }

    .catalog_mobile_header {
        margin-bottom: 20px;
    }

    .catalog_mobile_category {
        display: flex;
        gap: 10px;
        color: rgb(93, 93, 100);
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgb(245, 245, 246);
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        transition-property: color, font-weight, border-bottom;
        transition-duration: 150ms;
        transition-timing-function: ease-in-out;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .catalog_mobile {
        position: relative;
        overflow: scroll;
        max-height: 600px;
    }

    .catalog_mobile::before {
        position: absolute;
        content: "";
        top: 0;
        width: 100%;
        height: 1px;
        background-color: rgb(245, 245, 246);
    }

    .catalog_mobile_category_a {
        color: rgb(93, 93, 100);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 4px;
        border: none;
        background: none;
        cursor: pointer;
        font-size: 20px;
    }

    .catalog_mobile_category_a svg {
        width: 20px;
        height: 20px;
        fill: rgb(93, 93, 100);
        transform: rotateZ(-90deg);
        transition: transform .2s ease-in-out;
    }

    .catalog_drop_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        padding-left: 24px;
    }

    .drop_menu_button svg {
        width: 20px;
        height: 20px;
        transform: rotateZ(-90deg);
        fill: rgb(93, 93, 100);
        position: relative;
        top: 1px;
    }

    .drop_menu_button {
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .catalog_mobile_inner {
    }
}