.selezione{
    /* height: 650px; */
    height: 320px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 2em 0;
}
.selezione p{
    margin: 1em 0;
    /* width: 100%;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap; */
}
.selezione .curata{
    margin: 0 0 1em 0;
    font-weight: 600;
}
.selezione .btn_cart_new{
    margin: 0;
    width: 100%;
}
.selezione .container-image{
    position: relative;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
}

.selezione .container-image::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.15) 40%,rgba(0,0,0,0.65) 100%); 
}
/* .selezione .container-image img{
    max-height: 100%;
    height: 300px;
} */

.selezione .container-image picture{
    max-height: 100%;
    height: 300px;
}
.selezione .container-image picture *{
    max-height: 100%;
    height: 300px;
}
.selezione .container-image a{
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 1;
}
.selezione .container-image h3{
    color: #FFF;
    font-family: var(--fonttitoli);
    font-size: 24px;
    font-weight: 600;
}
.selezione .container-image span{
    color: #FFF;
    font-family: var(--fonttitoli);
    font-size: 18px;
    font-weight: 300;
}