.ProductCard{background-color:var(--background-surface-1);border-radius:16px;gap:20px;width:100%;padding:16px 16px 24px;display:grid;position:relative}.ProductCard__link-image{display:block;position:relative;overflow:hidden}.ProductCard__image{object-fit:cover;border-radius:12px;width:100%;height:322px;display:block}@media (min-width:1200px){.ProductCard__image{height:273px}}.ProductCard__actions{z-index:2;padding:10px;position:absolute;top:28px;right:24px}.ProductCard__bottom{flex-direction:column;justify-content:space-between;display:flex}.ProductCard__bottom-art{margin-bottom:12px;display:inline-block}.ProductCard__bottom-subtitle{-webkit-line-clamp:2;word-break:break-word;hyphens:auto;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:32px;display:-webkit-box;overflow:hidden}.productPrice{margin-bottom:32px}.ProductCard__view-link{background-color:var(--brand-brand-primary);width:100%;color:var(--text-primary-invert,#fff);border-radius:333px;justify-content:center;align-items:center;padding:12px 0;text-decoration:none;transition:opacity .2s;display:inline-flex}.ProductCard__view-link:hover{opacity:.9}.productButton{width:32px;height:32px;padding:4px}.productIcon{fill:#29292d}.inCartIcon{fill:red}.productInfo{gap:16px;display:grid}.ProductCard__title{font-size:1rem;font-weight:500;line-height:1.5}
