/* Mobile drawer geometry shared with the suite, with theme colors. */
.kowal-ln-mobile {
  display: none;
}
@media (max-width: 767px) {
  .kowal-ln-mobile.is-ready {
    display: block;
    height: calc(58px + env(safe-area-inset-bottom, 0px));
    font-family: inherit;
    color: #1f2326;
  }
  .kowal-ln-mobile.is-ready *,
  .kowal-ln-mobile.is-ready *:before,
  .kowal-ln-mobile.is-ready *:after {
    box-sizing: border-box;
  }
  .kowal-ln-mobile.is-ready [hidden] {
    display: none !important;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__bar {
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
    z-index: 902;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.12);
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__bar button {
    appearance: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    font: inherit;
    cursor: pointer;
  }
  .kowal-ln-mobile.is-ready button:focus-visible {
    outline: 3px solid #185abd;
    outline-offset: -4px;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__bar button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 10px 16px;
    border: 0;
    font-weight: 700;
    overflow-wrap: anywhere;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__categories {
    background: #fff;
    color: #252525;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__filters {
    background: var(--color-primary, #1d4ed8);
    color: #fff;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__bar button[aria-expanded='true'] {
    box-shadow: inset 0 4px 0 #252525;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__bar button:disabled {
    opacity: 0.4;
    cursor: default;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__overlay {
    position: fixed;
    inset: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0.45);
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__dialog {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: max(12px, env(safe-area-inset-top, 0px));
    bottom: calc(58px + env(safe-area-inset-bottom, 0px));
    left: 0;
    right: 0;
    z-index: 901;
    background: #fff;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 8px 16px;
    flex: 0 0 auto;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__header h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__header button {
    min-width: 44px;
    min-height: 44px;
    background: #fff;
    color: #252525;
    border: 0;
    font-size: 30px;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-mobile__content {
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    min-height: 0;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-sidebar-filters .block.filter {
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-sidebar-filters .filter-title {
    display: none !important;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-sidebar-filters .filter-content,
  .kowal-ln-mobile.is-ready .kowal-ln-sidebar-filters .filter-options {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    width: auto !important;
    transform: none !important;
  }
  .kowal-ln-mobile.is-ready .kowal-ln-sidebar-filters .filter-subtitle {
    position: static !important;
  }
}
