/* P10-SITE-1023 immutable-cache-safe category footer contact and focus refinement */
body.current-product-category-page .site-footer .footer-contact {
  font-style: normal;
}

body.current-product-category-page .site-footer .footer-contact-item {
  display: inline;
}

body.current-product-category-page .site-footer .footer-contact-item + .footer-contact-item::before {
  content: " · ";
  color: #9fb7c9;
}

body.current-product-category-page .site-footer a:focus-visible {
  outline: 3px solid #9dd9ff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(11, 34, 57, 0.88);
}

@media (max-width: 720px) {
  body.current-product-category-page .site-footer {
    gap: 28px;
  }

  body.current-product-category-page .site-footer .footer-contact {
    display: grid;
    gap: 6px;
    margin-top: 18px;
  }

  body.current-product-category-page .site-footer .footer-contact-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    min-height: 44px;
    border-top: 1px solid rgba(199, 215, 227, 0.18);
  }

  body.current-product-category-page .site-footer .footer-contact-item + .footer-contact-item::before {
    content: none;
  }

  body.current-product-category-page .site-footer .footer-contact-label {
    color: #a9c3d5;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.current-product-category-page .site-footer .footer-contact a,
  body.current-product-category-page .site-footer .footer-contact-value {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 44px;
    padding: 7px 0;
    color: #f7fbff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  body.current-product-category-page .site-footer nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-content: start;
  }

  body.current-product-category-page .site-footer nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 44px;
    padding: 8px 6px;
    border: 1px solid rgba(199, 215, 227, 0.2);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.055);
    color: #e5f0f7;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
  }

  body.current-product-category-page .site-footer nav a:hover {
    border-color: rgba(157, 217, 255, 0.5);
    background: rgba(157, 217, 255, 0.11);
  }
}

@media (max-width: 359px) {
  body.current-product-category-page .site-footer .footer-contact-item:first-child {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 7px;
  }

  body.current-product-category-page .site-footer nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
