/* Exact production mobile header and first-slide hero composition. */

@media (max-width: 560px) {
  .pftg-header-main {
    box-sizing: border-box;
    height: 107.484375px;
    min-height: 107.484375px;
    padding: 15px;
  }

  .pftg-logo {
    flex: 0 0 200px;
  }

  .pftg-logo img {
    width: 200px !important;
    height: auto !important;
  }

  .pftg-primary-nav {
    flex: 0 0 48px;
  }

  .pftg-primary-nav .wp-block-navigation__responsive-container-open {
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #f5fbfe;
    color: #26353c;
  }

  .pftg-primary-nav .wp-block-navigation__responsive-container-open svg {
    display: none;
  }

  .pftg-primary-nav .wp-block-navigation__responsive-container-open::before {
    width: 24px;
    height: 3px;
    background: currentColor;
    box-shadow: 0 -7px currentColor, 0 7px currentColor;
    content: "";
  }

  .pftg-header-main > p:last-child {
    flex: 0 0 44px;
    margin: 0;
  }

  .pftg-header-main > p:last-child .pftg-cart-link {
    width: 44px;
    height: 44px;
    min-height: 44px;
    border: 0;
  }

  .pftg-cart-count {
    top: 5px;
    right: 8px;
  }

  .pftg-product-nav-band,
  .pftg-product-nav {
    box-sizing: border-box;
    height: 90px;
    min-height: 90px;
  }

  .pftg-hero-copy,
  .pftg-hero-copy .pftg-eyebrow,
  .pftg-hero-copy h1 {
    text-align: center;
  }

  .pftg-home-hero .pftg-hero-slide {
    object-position: center center;
  }
}
