/* Small production refinements layered after the static storefront CSS. */
@media (max-width: 760px) {
  .nav-inner .nav-story-mobile {
    min-height: 46px;
    grid-row: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: #edf4f2;
    border-top: 1px solid #c7d7d3;
    border-bottom: 1px solid #c7d7d3;
  }

  /* New arrivals is the seventh shop link, so start the utility links fresh. */
  .nav-inner .nav-accent + .nav-story-mobile {
    grid-column: 1 / span 2;
    border-right: 0;
    border-radius: 6px 0 0 6px;
  }

  .nav-inner .nav-story-mobile + .nav-story-mobile {
    grid-row: 5;
    grid-column: 3 / span 2;
    border-left: 1px solid #d6e2df;
  }

  .nav-inner .nav-story-mobile:last-child {
    grid-row: 5;
    grid-column: 5 / span 2;
    border-right: 1px solid #c7d7d3;
    border-radius: 0 6px 6px 0;
  }
}
