@media(max-width:1200px){.products{display:grid;grid-template-columns:50% 50%}.products__cell{margin-bottom:2rem;padding-left:2rem;padding-right:2rem;display:block;width:calc(96vw/2)}.product__title{min-height:35px}.product__title>a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500!important}.product__price{color:#51cbb0;font-size:.875rem}.product__price--old{font-size:.6rem;color:#afbcce}.product__badge{display:none}}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:#adb5bd;opacity:.5}.placeholder--price{background-color:#14d9ad}@media(max-width:1200px){.placeholder--price{background-color:#51cbb0}}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.3}}