/**
 * Product List Block - Frontend Styles
 * Styles are primarily handled by the main theme stylesheet (dist/style.css)
 * This file is included for consistency with block structure
 */

/* Hide product numbers when toggle is off */
.hide-product-numbers .product-number {
  display: none !important;
}
