html{scroll-behavior:smooth}.product-page-products{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.product-page-products a,.product-page-products img{width:100%}.product-page-products a{background:var(--Light-Grey-02,#f4f4f4);box-shadow:0 16px 24px 0 rgba(0,0,0,.12)}.product-page-products img{display:block;height:220px;object-fit:cover}.product-page-products .text{background:var(--Light-Grey-02,#f4f4f4);color:var(--Grey-01,#555);font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.32px;line-height:28px;margin-bottom:0;padding:20px}.product-page-products .image-wrapper{position:relative}.product-page-products a:hover .hover{opacity:1}.product-page-products .hover{background:hsla(0,0%,96%,.6);color:var(--Dark-Green,#009843);font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;letter-spacing:.3px;line-height:18px;opacity:0;padding:12px 18px;position:absolute;right:0;text-align:center;top:0;transition:opacity .3s ease-in-out}@media(max-width:1240px){.product-page-products{grid-template-columns:repeat(2,1fr)}.product-page-products img{height:140px}}