/* .embed-product-card {
    border-radius: 1rem;
    background-color: #1e293b;
    border: 1px solid #334155;
    padding: 1rem;
    margin: 1rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
 */
