.product-recommendations .similar-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:6px;row-gap:12px;width:100%;margin:0;padding:0 4px 0 0}.product-recommendations .similar-products-wrapper.infinite-scroll-class .similar-products-grid{column-gap:2px;row-gap:2px}.product-recommendations .similar-products-grid .product-card-container{width:100%;min-width:0;height:100%;border:1px solid #e8e9ea;overflow:hidden}@media screen and (min-width:1024px){.product-recommendations .similar-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:1rem;row-gap:20px;padding-right:0}.product-recommendations .similar-products-wrapper.infinite-scroll-class .similar-products-grid{column-gap:20px;row-gap:20px}.product-recommendations .similar-products-grid .product-card-container #product-info{padding:12px 16px}.product-recommendations .similar-products-wrapper.needs-desktop-top-space{margin-top:3rem}}.product-recommendations .similar-products-wrapper.infinite-scroll-class{margin-left:0;margin-bottom:0}.product-recommendations .similar-products-wrapper.infinite-scroll-class .recommendation-title{margin-left:15px}@media screen and (max-width:1023px){.product-recommendations .similar-products-wrapper.infinite-scroll-class .recommendation-title{padding-top:24px}}