@media (max-width: 999px) {
  .mobile-shop-filters-trigger {
    display: none !important;
  }

  body.post-type-archive-product .fibofilters-horizontal-filters-container,
  body.tax-product_cat .fibofilters-horizontal-filters-container {
    display: none !important;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 8px;

    padding: 12px 10px calc(12px + env(safe-area-inset-bottom));
    background: #111;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 -6px 18px rgba(0,0,0,0.12);
    border-radius: 18px 18px 0 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }

  body.mobile-bottom-nav-visible .mobile-bottom-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-bottom-nav__item {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    text-decoration: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;

    min-width: 72px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
  }

  .mobile-bottom-nav__item:focus {
    outline: none;
  }

  .mobile-bottom-nav__icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
  }

  .mobile-bottom-nav__icon svg {
    width: 22px;
    height: 22px;
    display: block;
    stroke: currentColor;
    fill: none;
    overflow: visible;
  }

  .mobile-bottom-nav__label {
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
  }

  body {
    padding-bottom: 60px;
  }

  body.woocommerce-cart .mobile-bottom-nav,
  body.woocommerce-checkout .mobile-bottom-nav {
    display: none !important;
  }

  /* body.post-type-archive-product,
  body.tax-product_cat {
    padding-bottom: 148px;
  } */

  body.post-type-archive-product .mobile-shop-filters-trigger,
  body.tax-product_cat .mobile-shop-filters-trigger {
    display: inline-flex !important;
    position: fixed;
    left: 50%;
    bottom: calc(92px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 100000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 9999px !important;
    background: #111;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }

  body.post-type-archive-product .mobile-shop-filters-trigger:focus,
  body.tax-product_cat .mobile-shop-filters-trigger:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px;
  }

  body.post-type-archive-product .mobile-shop-filters-trigger__icon,
  body.tax-product_cat .mobile-shop-filters-trigger__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
  }

  body.post-type-archive-product .mobile-shop-filters-trigger__icon svg,
  body.tax-product_cat .mobile-shop-filters-trigger__icon svg {
    width: 18px;
    height: 18px;
    display: block;
    stroke: currentColor;
  }

  body.post-type-archive-product .mobile-shop-filters-trigger__label,
  body.tax-product_cat .mobile-shop-filters-trigger__label {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 1000px) {
  .mobile-bottom-nav {
    display: none !important;
  }

  .mobile-shop-filters-trigger {
    display: none !important;
  }
}

@media (max-width: 999px) {
  body.mobile-bottom-nav-hidden .mobile-bottom-nav,
  body.mobile-bottom-nav-hidden .mobile-shop-filters-trigger {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(100%) !important;
    pointer-events: none !important;
  }
}

@media (max-width: 999px) {
  body:has(.nectar-slide-in-cart.open) .mobile-bottom-nav,
  body:has(.nectar-slide-in-cart.open) .mobile-shop-filters-trigger {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(100%) !important;
    pointer-events: none !important;
  }

  body.mobile-shop-filters-hidden .mobile-shop-filters-trigger {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(16px) !important;
  }
}

@media (max-width: 999px) {
  #slide-out-widget-area .secondary-header-text {
    display: none !important;
  }
}
