/* Shared product search and desktop category menu. */
@media (min-width: 1024px) {
  .header-dropdown-product .dropdown-product-wrapper {
    display: block !important;
    width: min(1180px, calc(100vw - 48px)) !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: min(72vh, 560px) !important;
    border: 1px solid #e5eaf1 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(16,24,40,.14) !important;
  }
  .header-dropdown-product .cl-product-mega-intro { display: none !important; }
  .header-dropdown-product .dropdown-product-wrapper-right {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    padding: 16px 20px 18px !important;
  }
  .header-dropdown-product .dropdown-product-content-middleb[data-cl-mega-ready="1"] {
    display: grid !important;
    grid-template-columns: 204px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
    max-height: min(58vh, 430px) !important;
    overflow: hidden !important;
    border: 1px solid #e5eaf1 !important;
    border-radius: 6px !important;
    background: #fff !important;
  }
  .header-dropdown-product .cl-product-category-nav {
    grid-column: 1 !important;
    grid-row: 1 !important;
    overflow-y: auto !important;
    padding: 8px !important;
    border-right: 1px solid #e5eaf1 !important;
    background: #f7f9fc !important;
  }
  .header-dropdown-product .cl-product-category {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    border-radius: 4px !important;
    color: #344054 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }
  .header-dropdown-product .cl-product-category:hover,
  .header-dropdown-product .cl-product-category.is-active {
    color: #155eef !important;
    background: #fff !important;
  }
  .header-dropdown-product .cl-product-category i {
    width: 7px !important;
    height: 7px !important;
    border-top: 1px solid currentColor !important;
    border-right: 1px solid currentColor !important;
    transform: rotate(45deg) !important;
  }
  .header-dropdown-product .dropdown-product-module {
    display: none !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    max-height: min(58vh, 430px) !important;
    overflow-y: auto !important;
    padding: 18px 22px !important;
    margin: 0 !important;
  }
  .header-dropdown-product .dropdown-product-module.is-active { display: block !important; }
  .header-dropdown-product .dropdown-product-module-title {
    display: block !important;
    margin: 0 0 14px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #edf0f4 !important;
    color: #172033 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  .header-dropdown-product .dropdown-product-module-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 12px !important;
    padding: 0 !important;
  }
  .header-dropdown-product .dropdown-product-item {
    display: block !important;
    min-height: 58px !important;
    max-width: none !important;
    padding: 10px 12px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 5px !important;
    background: #fff !important;
  }
  .header-dropdown-product .dropdown-product-item:hover { border-color: #b9d2f8 !important; background: #f7faff !important; }
}
@media (max-width: 1023px) {
  .header-dropdown-product .cl-product-category-nav { display: none !important; }
  .header-dropdown-product .dropdown-product-module { display: block !important; }
}
