/* Product cards styled by includes/storefront/storefront.css. */

.bd3-products .bdos-load-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.bd3-more-wrap{text-align:center;margin-top:20px}.bd3-load-more{background:#ff8617;color:white;border:0;border-radius:5px;padding:12px 24px}.bd3-load-more:disabled{opacity:.65}.bd3-load-status:empty{display:none}.bd3-load-status{text-align:center;font-size:13px}@media(max-width:1100px){.bd3-products .bdos-load-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.bd3-products .bdos-load-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
