/* buy-online.css — page-level layout for /buy-online (reuses products-listing.css pl-grid/pl-card) */
.bo-page .container{max-width:1140px;margin:0 auto;padding-left:1rem;padding-right:1rem;}

/* Intro */
.bo-intro{padding:1.8rem 0 0;}
.bo-title{font-size:clamp(1.35rem,2.5vw,1.7rem);font-weight:800;color:#0f172a;margin:0 0 .6rem;}
.bo-desc{font-size:.92rem;color:#475569;line-height:1.65;margin:0 0 .8rem;}
.bo-count{font-size:.88rem;font-weight:700;color:#16a34a;margin:0 0 1rem;}

/* Filter chips */
.bo-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem;}
.bo-chip{border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:7px 16px;font-size:.8rem;font-weight:600;color:#475569;cursor:pointer;transition:all .15s;line-height:1.3;}
.bo-chip:hover{border-color:#16a34a;color:#16a34a;background:#f0fdf4;}
.bo-chip.is-active{background:#16a34a;border-color:#16a34a;color:#fff;}
@media(max-width:575.98px){.bo-chip{padding:6px 12px;font-size:.76rem;}}

/* Grid section */
.bo-grid-wrap{padding:0 0 2rem;}

/* Empty state */
.bo-empty-state{padding:3rem 1rem;text-align:center;}
.bo-empty-state i{font-size:2.5rem;color:#a7f3d0;margin-bottom:.6rem;display:block;}
.bo-empty-state h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.4rem;}
.bo-empty-state p{font-size:.9rem;color:#64748b;margin:0 0 1.2rem;}
.bo-empty-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.bo-empty-actions .pl-btn-filled,.bo-empty-actions .pl-btn-outline{height:auto;padding:10px 22px;font-size:.86rem;}
.bo-filter-empty i{font-size:2rem;color:#94a3b8;margin-bottom:.4rem;display:block;}
.bo-filter-empty h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.3rem;}
.bo-filter-empty p{font-size:.85rem;color:#64748b;margin:0;}

/* Bulk strip */
.bo-bulk{background:#0f172a;padding:1.6rem 0;}
.bo-bulk-inner{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;}
.bo-bulk-text h2{font-size:clamp(.95rem,1.8vw,1.15rem);font-weight:700;color:#fff;margin:0 0 .3rem;}
.bo-bulk-text p{font-size:.82rem;color:#cbd5e1;margin:0;}
.bo-bulk-btn{background:#16a34a;color:#fff;font-size:.82rem;font-weight:700;border:none;border-radius:8px;padding:10px 20px;text-decoration:none;white-space:nowrap;transition:background .15s;line-height:1.3;flex-shrink:0;}
.bo-bulk-btn:hover{background:#15803d;}
@media(max-width:767.98px){
  .bo-bulk-inner{flex-direction:column;align-items:flex-start;}
  .bo-bulk-btn{width:100%;text-align:center;}
}

/* Mobile */
@media(max-width:575.98px){
  .bo-intro{padding-top:1rem;}
  .bo-title{font-size:1.25rem;}
  .bo-desc{font-size:.86rem;}
  .bo-grid-wrap{padding-bottom:1.5rem;}
  /* Single-column cards on the Buy Online hub (its own class, not a shared-grid override) */
  .bo-grid{grid-template-columns:1fr;}
  .bo-grid .pl-card-actions .pl-btn-filled{flex:1;height:38px;font-size:.82rem;}
}
