.c-pushProductCard{width:14rem;padding:1rem;display:flex;flex-direction:column;gap:1rem;height:100%}.c-pushProductCard__imgWrapper{width:7.5rem;height:7.5rem;margin:0 auto;flex-shrink:0}.c-pushProductCard__imgWrapper img{width:100%;height:100%;object-fit:cover}.c-pushProductCard__title{color:var(--color-text-primary-default);font-size:var(--font-text-body-size-xs);font-weight:var(--font-body-common-weight-weight-1);text-decoration:none}.c-pushProductCard__title:hover{text-decoration:underline;color:var(--color-text-primary-hover)}.c-pushProductCard__bottom{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}.c-pushProductCard--horizontal{width:100%;display:grid;grid-template-columns:120px 1fr}.c-pushProductCard--horizontal .c-pushProductCard__imgWrapper{grid-column:1;grid-row:1/span 2}