.look-preview{
    /*padding: 0.5rem;*/
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
}


.look-preview .image{
     position: relative;
     overflow: hidden;
     width: 100%;
     aspect-ratio: 2 / 3;
     background: #fffbf7;
}
.look-preview .image img{
 display: block;
 width: 100%;
 height: 100%;
 max-width: 100%;
 object-fit: cover;
}
.look-preview .name{
 padding: 1rem 0 0 0;
 font-weight: bold;
 text-transform: uppercase;
 color: #252626;
}

.look-preview .nb-products{
 font-weight: 400;
 color: #252626;
}
