.nbws-products{display:flex;flex-direction:column;gap:10px}
.nbws-intro{margin:0 0 4px;font-weight:600}
.nbws-product-card{display:flex;gap:10px;background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:8px;box-shadow:0 4px 12px rgba(0,0,0,.06)}
.nbws-img{width:64px;height:64px;border-radius:10px;overflow:hidden;flex:0 0 64px;background:#f5f5f5;display:block}
.nbws-img img{width:100%;height:100%;object-fit:cover;display:block}
.nbws-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}
.nbws-info strong{font-size:13px;line-height:1.25;color:#111}
.nbws-price{font-size:13px;font-weight:700;color:#222}
.nbws-stock{font-size:12px;color:#555}
.nbws-button{display:inline-block;text-decoration:none;background:#111;color:#fff!important;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;margin-top:4px;text-align:center;align-self:flex-start}
.nbws-button:hover{opacity:.9;color:#fff!important}
