/* Match Elementor's production category pills in the shared mobile header. */

@media (max-width: 781px) {
  .pftg-product-nav .wp-block-navigation__container {
    position: relative;
    top: -1px;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: normal !important;
    justify-content: center !important;
    width: 100%;
    height: 68px;
    gap: 4px !important;
  }

  .pftg-product-nav .wp-block-navigation-item {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }

  .pftg-product-nav .wp-block-navigation-item__content {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 32px;
    min-height: 32px;
    padding: 6px 7px;
    border-radius: 999px;
    background: #f5fbfe;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    text-transform: uppercase;
  }
}
