.peedy-product-list{
    display:grid;
    gap:10px;
    padding:0 14px 14px;
    background:#f8fafc;
}
.peedy-product-card{
    display:grid;
    grid-template-columns:74px 1fr;
    gap:10px;
    background:white;
    border:1px solid rgba(15,23,42,.08);
    border-radius:18px;
    padding:10px;
    box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.peedy-product-card img{
    width:74px;
    height:74px;
    border-radius:14px;
    object-fit:cover;
    background:#eef4ff;
}
.peedy-product-info strong{
    display:block;
    font-size:13px;
    line-height:1.25;
    color:#0f172a;
}
.peedy-product-info small{
    display:block;
    color:#64748b;
    font-size:11px;
    margin-top:3px;
}
.peedy-price-row{
    display:grid;
    gap:2px;
    margin-top:6px;
    font-size:11px;
    color:#334155;
    font-weight:800;
}
.peedy-product-actions{
    display:flex;
    gap:6px;
    margin-top:8px;
}
.peedy-product-actions a,
.peedy-product-actions button{
    flex:1;
    text-align:center;
    border-radius:10px;
    padding:7px 8px;
    font-size:11px;
    font-weight:900;
    text-decoration:none;
    background:#f1f5f9;
    color:#0f172a;
    border:0;
    cursor:pointer;
}
.peedy-product-actions button{
    background:#4f7cff;
    color:white;
}
.peedy-whatsapp-wrap{
    padding:0 14px 14px;
    background:#f8fafc;
}
.peedy-whatsapp-wrap a{
    display:block;
    text-align:center;
    padding:12px;
    border-radius:14px;
    background:#16a34a;
    color:white;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 8px 22px rgba(22,163,74,.22);
}
