.wrapper-grid-prodotti{display:grid}.wrapper-grid-prodotti .single-product-card{display:flex;justify-content:center;position:relative}.wrapper-grid-prodotti .single-product-card:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.wrapper-grid-prodotti .single-product-card .wrapper-image-spc{height:100%;width:100%}.wrapper-grid-prodotti .single-product-card .wrapper-image-spc img{height:100%!important;object-fit:cover;width:100%}.wrapper-grid-prodotti .single-product-card .content-spc{align-items:center;display:flex;flex-flow:column wrap;font-size:16px;justify-content:space-between;line-height:24px;position:absolute}.wrapper-grid-prodotti .single-product-card .content-spc h4{font-weight:700}@media (max-width:820px){.wrapper-grid-prodotti{grid-template-columns:repeat(1,1fr)!important}}