.product-card>.product-image{display:block}.product-card h3 a{text-decoration:none}.product-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.product-actions .text-link:first-child{color:#777;border-color:#aaa}.product-actions .text-link{white-space:nowrap}.product-actions-left{display:flex;align-items:center;gap:12px}
.favorite-btn{border:0;background:none;padding:2px;color:#999;cursor:pointer;line-height:0}.favorite-btn:hover{color:#e30613}.favorite-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.favorite-btn.is-active{color:#e30613}.favorite-btn.is-active svg{fill:#e30613}
.share-btn{position:relative;border:0;background:none;padding:2px;color:#999;cursor:pointer;line-height:0}
.share-btn:hover{color:#222}
.share-btn svg{width:16px;height:16px}
.share-btn .share-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#111;color:#fff;font-size:10px;font-weight:700;padding:6px 9px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s;z-index:5}
.share-btn.share-copied .share-tip{opacity:1}
@media(max-width:620px){.product-actions{align-items:flex-start;flex-direction:column;gap:14px}}
