.current-product-category-page .site-nav-current {
  display: none;
}

@media (max-width: 980px) {
  .current-product-category-page .site-header {
    z-index: 120;
  }

  .current-product-category-page .nav-toggle {
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-color: rgba(75, 145, 199, 0.34);
    border-radius: 14px;
    transition:
      border-color 180ms ease,
      box-shadow 180ms ease,
      background-color 180ms ease;
  }

  .current-product-category-page .nav-toggle span {
    transform-origin: center;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .current-product-category-page .nav-toggle[aria-expanded="true"] {
    border-color: rgba(13, 124, 128, 0.48);
    background: #f5fbfb;
    box-shadow: 0 0 0 3px rgba(13, 124, 128, 0.1);
  }

  .current-product-category-page .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .current-product-category-page .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .current-product-category-page .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .current-product-category-page .site-nav {
    gap: 4px;
    padding: 12px;
    border-color: rgba(139, 170, 194, 0.32);
    border-radius: 24px;
    background: rgba(251, 252, 254, 0.985);
    box-shadow: 0 22px 54px rgba(11, 34, 57, 0.18);
  }

  .current-product-category-page .site-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 14px;
    line-height: 1.3;
  }

  .current-product-category-page .site-nav a:hover {
    background: rgba(75, 145, 199, 0.08);
    color: #0b5066;
  }

  .current-product-category-page .site-nav a:focus-visible,
  .current-product-category-page .nav-toggle:focus-visible {
    outline: 3px solid #176f8c;
    outline-offset: 3px;
  }

  .current-product-category-page .site-nav-current {
    display: grid;
    min-height: 62px;
    align-content: center;
    gap: 2px;
    margin-bottom: 4px;
    border: 1px solid rgba(75, 145, 199, 0.22);
    background:
      linear-gradient(135deg, rgba(75, 145, 199, 0.12), rgba(13, 124, 128, 0.08)),
      #f8fcfd;
    color: #0b5066;
  }

  .current-product-category-page .site-nav-desktop-current {
    display: none;
  }

  .current-product-category-page .site-nav-current small {
    color: #55717f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .current-product-category-page .site-nav-current strong {
    font-size: 14px;
    line-height: 1.28;
  }
}

@media (prefers-reduced-motion: reduce) {
  .current-product-category-page .nav-toggle,
  .current-product-category-page .nav-toggle span {
    transition: none;
  }
}
