/* HH21A: mobile-only showcase. Desktop and the JP desktop skin stay unchanged. */
@media (max-width: 700px) {
  body.shop-3 .hh-cat-landing .hh-cat-editorial-hero {
    min-height: 0;
    height: 230px;
    border-radius: 0;
    box-shadow: none;
  }

  body.shop-3 .hh-cat-landing .hh-cat-editorial-media,
  body.shop-3 .hh-cat-landing .hh-cat-editorial-media picture,
  body.shop-3 .hh-cat-landing .hh-cat-editorial-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  body.shop-3 .hh-cat-landing .hh-cat-editorial-media img {
    object-fit: cover;
    object-position: center;
    filter: none;
    transform: none;
  }

  body.shop-3 .hh-cat-landing .hh-cat-editorial-media::after {
    display: none;
  }

  body.shop-3 .hh-cat-landing .hh-cat-editorial-shade {
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .72));
  }

  body.shop-3 .hh-cat-landing .hh-cat-editorial-copy {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    min-height: 0;
    padding: 20px 18px;
  }

  body.shop-3 .hh-cat-landing .hh-cat-editorial-copy h1 {
    max-width: 100%;
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-card:nth-child(n) {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1;
    grid-column: auto;
    grid-row: auto;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    background: #222;
    box-shadow: none;
    transform: none;
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-media,
  body.shop-3 .hh-cat-landing .hh-cat-directory-media img,
  body.shop-3 .hh-cat-landing .hh-cat-directory-media svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-media img {
    object-fit: cover;
    object-position: center;
    filter: none;
    transform: none;
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-media::after {
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .8));
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: block;
    min-height: 0;
    padding: 12px 10px;
    background: transparent;
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-card:nth-child(n) .hh-cat-directory-copy h3 {
    margin: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .4);
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-copy > i {
    display: none;
  }

  body.shop-1 .hh-cat-landing .hh-cat-directory-title {
    font-size: 16px !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 350px) {
  body.shop-3 .hh-cat-landing .hh-cat-editorial-hero {
    height: 215px;
  }

  body.shop-3 .hh-cat-landing .hh-cat-editorial-copy h1 {
    font-size: 28px;
  }

  body.shop-3 .hh-cat-landing .hh-cat-directory-card:nth-child(n) .hh-cat-directory-copy h3,
  body.shop-1 .hh-cat-landing .hh-cat-directory-title {
    font-size: 14px !important;
  }
}
