.apereance-models {
    margin: 10px 0;
}



.category-template-body {
    max-width: 100%;
}

.appearance-wrapper,.category-box {
    margin-bottom: 50px;
}

.links-list {
    display: flex;
    flex-flow: row wrap;
    padding-inline-start: 0;
    gap: 10px;
    justify-content: flex-start;
}
.category-container{
    margin-bottom: 50px;
}
.links-list>li {
    height: 50px;
    background: var(--grey);
    border-radius: 9px;
    height: 50px;
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 0;
}
.links-list>li:hover {
    background: #ffd700;
}
.links-list>li a {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #F2F1F1;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    height: 50px;
}

.links-list li.current {
    background: var(--gold);

}

.links-list li.current a p,
.links-list li.current a {
    color: var(--black-text);
}

.toggle-list {
    display: none;
}


.list_info {
    display: flex;
    justify-content: space-between;
}

.list_info p {
    margin: 5px;
    color: #000;
}

.list_info p:first-child:before {
    content: url("../../icons/mark.webp");
    margin-right: 5px;
}


.params {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media(max-width: 1024px) {
.category-container,.category-box{
    margin-bottom: 40px;
}
}

@media(max-width: 768px) {
    .age_wraper-item.collapsed .links-list {
        max-height: 119px;
        overflow: hidden;
    }

    .appearance-wrapper {
        margin-bottom: 40px;
    }

    .links-list>li a {
        padding: 0 10px;
    }

    .toggle-list {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--grey);
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        height: 40px;
        margin: 0 auto 0 auto;
        border-radius: 10px;
        border: none;
        box-shadow: none;
        font-family: var(--font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
        color: #FFD700;
    }

    
}

@media(max-width: 540px) {
    .appearance-wrapper {
        margin-bottom: 20px;
    }

 
}