.product-grid-home{grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 18px}.product-grid-home .product-image{height:238px}.product-grid-home .product-meta{padding:15px 2px 0}.product-grid-home .product-meta h3{font-size:17px;margin:7px 0 5px}.product-grid-home .product-meta p{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-grid-home .product-arrow{width:32px;height:32px;font-size:16px}
@media(max-width:1100px){.product-grid-home{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.product-grid-home{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 16px}.product-grid-home .product-image{height:220px}}
@media(max-width:620px){.product-grid-home{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.product-grid-home .product-image{height:180px}.product-grid-home .product-meta h3{font-size:15px}.product-grid-home .product-meta p{font-size:11px}}
