.product-grid{grid-gap:25px;display:grid;height:auto;justify-items:center;margin:auto;width:100%}.product-content{width:60%}.product-content img{-webkit-filter:grayscale(100%);filter:grayscale(100%);height:70%;object-fit:cover;width:80%}.product-content img:hover{filter:none;transition:all .4s ease}@media screen and (max-width:1216px){.product-grid{grid-template-columns:1fr 1fr}.product-content{grid-template-columns:42% 58%;width:80%}}@media screen and (max-width:1156px){.product-grid{width:65%}.product-content{grid-template-columns:40% 60%;width:100%}}@media screen and (max-width:1023px){.product-grid{width:80%}}@media screen and (max-width:881px){.product-grid{width:90%}}@media screen and (max-width:794px){.product-grid{grid-template-columns:1fr;width:90%}.product-content{width:70%}}@media screen and (max-width:618px){.product-grid{width:75%}.product-content{width:100%}}@media screen and (max-width:340px){.product-grid{margin-left:50px;margin-top:50px;width:100%}.product-content{grid-template-columns:33% 66%}.product-content img{height:40%}}