.product-range{display:grid;gap:85px 20px;grid-template-columns:repeat(3,1fr)}.product-range .image-wrapper{background-color:#f5f5f5;height:0;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.product-range .image-wrapper .image{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.product-range .image-wrapper .image-main{padding:8px}.product-range .image-wrapper .image-variant{object-fit:cover;opacity:0;transition:opacity .3s ease}.product-range .product:hover .image-wrapper .image-variant{opacity:1}.product-range .title{color:#143e69}.product-range .description{color:#686868;line-height:22px}@media screen and (max-width:767px){.product-range{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.product-range{gap:40px;grid-template-columns:repeat(1,1fr)}}