/* i-Light mobile category disclosure 1.0.1. Native category content is preserved. */
@media (max-width: 767px) {
  #content .products-category > .ilm-category-original-v101 {
    display: none !important;
  }
  #content .products-category > .ilm-category-toggle-v101 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 48px;
    margin: 10px 0 14px;
    padding: 12px 16px;
    border: 1px solid #dce4ee;
    border-left: 3px solid #ff8521;
    border-radius: 12px;
    color: #243243;
    background: #f7f9fc;
    box-shadow: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  #content .products-category > .ilm-category-toggle-v101[hidden] {
    display: none !important;
  }
  #content .products-category > .ilm-category-toggle-v101::after {
    content: '';
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin: -4px 3px 0 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
  }
  #content .products-category > .ilm-category-toggle-v101[aria-expanded="true"]::after {
    margin-top: 4px;
    transform: rotate(225deg);
  }
  #content .products-category > .ilm-category-toggle-v101:focus-visible {
    outline: 2px solid #243243;
    outline-offset: 3px;
  }
  #content .products-category > .ilm-category-panel-v101[data-ilm-expanded="false"] {
    display: none !important;
  }
  #content .products-category > .ilm-category-panel-v101[data-ilm-expanded="true"] {
    display: block !important;
    height: auto !important;
    overflow: visible;
  }
}
