.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-photo{aspect-ratio:1/.82;background:linear-gradient(145deg,#dff4f4,#c5e3e8);position:relative;overflow:hidden;display:grid;place-items:center}.product-photo img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-photo>span{font-size:42px;line-height:.9;font-weight:800;color:#278fa033}.product-photo small{position:absolute;top:14px;inset-inline-start:14px;background:white;padding:7px 10px}.product-grid article:hover img{transform:scale(1.04)}.product-grid h3{font-size:23px;margin-bottom:4px}.product-grid p{color:#667085;line-height:1.8}@media(max-width:950px){.product-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.product-grid{grid-template-columns:1fr}}
