@media (max-width: 768px) {
  .product-index-page-header {
    min-height: 260px !important;
    max-height: none !important;
    height: 260px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .product-index-page-header .head-bg {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
  }

  .product-index-page-header .container {
    position: relative !important;
    z-index: 2 !important;
    padding-bottom: 0 !important;
  }

  .product-index-page-header h2 {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  .product-index-page-header .breadcrumbs {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    
  }
    /* Hide category title */
  .product-index-page-header h2 {
    display: none !important;
  }

  /* Hide breadcrumbs navigation */
  .product-index-page-header .breadcrumbs {
    display: none !important;
  }

  /* Remove extra spacing after hiding text */
  .product-index-page-header .container {
    padding-bottom: 0 !important;
    gap: 0 !important;
  }
}