.body{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* .main{
    margin-top: 30px;
    max-width: var(--max-width);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 170px;
    width: 100%;
    min-height: 60vh;
} */


.designers-title{
    font-family: Noto Sans, sans-serif;
    font-weight: 300;
    font-size: 32px;
    margin: 15px 0;
}

.designers-list-block{
    width: 100%;
    margin: 10px 0;
}
.designers-list, .producers-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}
.producers-list{
    justify-content: start;
}
.designers-list-elem, .producers-list-elem{
    height: 20vh;
    list-style: none;
    width: 280px;
    margin: 18px;
}
.producers-list-elem{
    width: fit-content;
    margin: 5%;
}
.designers-elem-a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
}
.designers-elem-img{
    height: 80%;
}
.designers-elem-name{
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 10px 0;
    color: black;
}




/* DESIGNER PAGE */

.designer-info-block{
    display: flex;
    /* height: 400px; */
    width: 100%;
    margin: 20px 0;
}
.designer-info-img-container{
    height: 400px;
    width: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.designer-info-img{
    height: 100%;

}

.designer-info-container{
    box-sizing: border-box;
    height: 400px;
    width: 50%;
    display: flex;
    flex-direction: column;
    font-family: Noto Sans, sans-serif;
    font-weight: 300;
    padding: 0 42px;
    justify-content: space-between;
    overflow: hidden;
}
.designer-info-text-container{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.designer-info-container-visible{
    overflow: visible;
    height: auto;
}
.designer-info-name{
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0;
}
.designer-info-description{
    font-size: 16px;
    margin: 10px 0;
}
.designer-info-gradient{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.86));
}
.designer-read-more{
    color: white;
    width: fit-content;
    padding: 12px 14px;
    margin: 30px 15px 0 20px;
    background-color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    outline: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    border: solid 2px rgb(26, 26, 26);
}
.designer-read-more:hover{
    background-color: white;
    color: black;
}





.designer-items-block{
    margin: 35px 0;
    border-top: solid 1px rgb(131, 131, 131);
    padding-top: 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shop-item{
    height: 300px;
    width: 24%;
}


.producer-info-block{
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    width: 100%;
    font-family: Noto Sans, sans-serif;
}
.producer-info-title-container{
    margin: 0 auto;
}

.producer-info-container{
    display: flex;
    align-items: center;
    width: 86%;
    margin: 4px 7%;
}
.producer-info-img{
    height: 6vh;
    margin-right: 6%;
}
.producer-info-text-container{
    font-weight: 300;
    font-size: 14px;
}