.subcategory-section h3 {
    font-weight: 600;
    border-left: 5px solid #ff4500;
    padding-left: 10px;
  }
  
  .subsubcategory-section h5 {
    font-weight: 500;
    color: #6c757d;
  }
  
  .product-card {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    transition: box-shadow 0.2s ease-in-out;
  }
  
  .product-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
  