/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 47:0 Unexpected "<"

**/
<style>
  .eastpak-photo-block {
    margin-bottom: 24px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .eastpak-photo-row1 {
    text-align: center;
  }
  .eastpak-photo-row1 img {
    max-height: 480px;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .eastpak-photo-row2 {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .eastpak-photo-row2 img {
    max-height: 480px;
    width: auto;
    height: auto;
    max-width: calc(33.333% - 11px);
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .eastpak-photo-row3 {
    display: none;
  }
  @media (min-width: 768px) {
    .eastpak-photo-row3 {
      display: block;
      text-align: center;
      margin-top: 16px;
    }
  }
</style>