.SS_item {
    align-items: center;
}

.SS_main_cat a, .SS_item_pot_cat a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    transition: color 0.3s ease;
}

.SS_item_pot_cat a {
    padding-bottom: 1px !important;
}

.SS_item_pot_cat a{
    font-size: 14px !important;
    font-weight: 500 !important;
}

.SS_main_cat a::after , .SS_item_pot_cat a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 2px; /* Толщина линии (измените при необходимости) */
    display: block;
    margin-top: 2px; /* Или используйте bottom: 0; */
    left: 0;
    background: #000;
    transition: width 0.4s ease-in-out;
}

.SS_item_pot_cat a::after{
    height: 1px !important;
    margin-top: 1px !important;
}

.SS_main_cat a:hover::after , .SS_item_pot_cat a:hover::after {
    width: 100%;
}

.SS_img_last{
    object-fiT: contain;
    background: #FFF !important;
}

@media screen and (max-width: 768px){
    .SS_main_block{
        grid-template-columns: repeat(1, 1fr) !important;
        row-gap: 30px !important;
        width: 100% !important;
    }}