.ny-message-content .product-card{background:var(--ny-card-bg);border:1px solid var(--ny-card-border);box-sizing:border-box;direction:rtl;border-radius:10px;width:100%;margin-bottom:8px;transition:all .2s;display:block;overflow:hidden}.ny-message-content .product-card:last-child{margin-bottom:0}.ny-message-content .product-card:hover{background:var(--ny-card-hover-bg);border-color:var(--ny-card-border);box-shadow:0 4px 12px #00000026}.ny-message-content .product-card .product-content-row{color:inherit;flex-direction:row;align-items:center;gap:12px;padding:10px;text-decoration:none;display:flex}.ny-message-content .product-card .product-image{flex-shrink:0;width:70px;height:70px}.ny-message-content .product-card .product-image img{object-fit:cover;border-radius:8px;width:100%;height:100%}.ny-message-content .product-card .left-info{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.ny-message-content .product-card .product-title{color:var(--ny-card-title);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:.85rem;font-weight:600;line-height:1.4;overflow:hidden}.ny-message-content .product-card .price-section{align-items:center;gap:6px;min-width:0;max-width:100%;display:flex;overflow:hidden}.ny-message-content .product-card .price{color:var(--ny-card-price);white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:100%;font-size:.84rem;font-weight:700;overflow:hidden}.ny-message-content .product-card .old-price,.ny-message-content .product-card .price del{color:var(--ny-card-old-price);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.75rem;font-weight:400;text-decoration:line-through;overflow:hidden}.ny-message-content .product-card a{all:unset;cursor:pointer}@media (width<=768px){.ny-message-content .product-card .product-image{width:60px;height:60px}.ny-message-content .product-card .product-content-row{gap:10px;padding:8px}.ny-message-content .product-card .product-title,.ny-message-content .product-card .price{font-size:.7rem}}