.wpop-wrapper{
    max-width:900px;
    margin:50px auto;
    font-family:tahoma;
}

.wpop-header{
    text-align:center;
    margin-bottom:20px;
}

.wpop-search{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

#wpop-phone{
    flex:1;
    padding:12px;
    border-radius:12px;
    border:1px solid #ddd;
}

#wpop-btn{
    padding:12px 20px;
    border:none;
    background:#111;
    color:#fff;
    border-radius:12px;
    cursor:pointer;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
    gap:15px;
}

.card{
    background:#fff;
    border-radius:15px;
    padding:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.card img{
    width:100%;
    height:160px;
    object-fit:cover;
    border-radius:12px;
}

.status{
    display:inline-block;
    margin-top:5px;
    padding:4px 10px;
    background:#eee;
    border-radius:8px;
    font-size:10px;
}

.view-product{
    display:block;
    margin-top:15px;
    text-align:center;
    background:#0073ff;
    color:#ffffff !important;
    padding:10px;
    border-radius:10px;
    text-decoration:none !important;
    font-weight:600;
    transition:.3s;
}

.view-product:hover{
    background:#0057c2;
    color:#ffffff !important;
    text-decoration:none !important;
}

.wpop-view-product{
    display:block;
    width:100%;
    margin-top:15px;
    padding:12px;
    background:#0d6efd;
    color:#fff !important;
    text-align:center;
    text-decoration:none !important;
    border-radius:12px;
    font-weight:600;
    box-sizing:border-box;
}

.wpop-view-product:hover{
    background:#0b5ed7;
    color:#fff !important;
    text-decoration:none !important;
}

.wpop-view-product:visited{
    color:#fff !important;
}

.wpop-view-product:focus{
    color:#fff !important;
    text-decoration:none !important;
}