.labtexbd-search-container{ text-align:center; margin:16px 0;}
.labtexbd-search-container input{ padding:10px 12px; width:100%; max-width:1100px; border:2px solid #d1d5db; border-radius:10px;}
.labtexbd-grid{ display:grid; grid-template-columns: repeat(auto-fill,minmax(210px,1fr)); gap:16px;}
.labtexbd-card{ border:1px solid #e5e7eb; border-radius:12px; padding:12px; text-align:center; background:#fff; box-shadow:0 2px 6px rgba(0,0,0,.04);}
.labtexbd-card img{ width:100%; height:160px; object-fit:contain; background:#fafafa; border-radius:8px; margin-bottom:8px;}
.labtexbd-card h3{ font-size:15px; line-height:1.3; min-height:38px; margin:6px 0;}
.labtexbd-card .price{ color:#0a7abf; font-weight:600; margin:6px 0;}
.labtexbd-card .btn{ display:inline-block; padding:7px 12px; background:#0a7abf; color:#fff; border-radius:8px; text-decoration:none;}
.labtexbd-pagination{ display:flex; justify-content:center; gap:8px; margin:18px 0; flex-wrap:wrap;}
.labtexbd-pagination button{ padding:6px 10px; border:1px solid #d1d5db; border-radius:8px; background:#fff; cursor:pointer;}
.labtexbd-pagination button.active{ background:#0a7abf; color:#fff; border-color:#0a7abf;}
.labtexbd-empty{ text-align:center; color:#555;}
