/* A single replaceable 750 x 1200 image carries each mobile product hero. */
@media screen and (max-width: 600px) {
  #pcat-header {
    display: block;
    height: auto;
    aspect-ratio: 5 / 8;
    margin: 0 4.8vw 80px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #EDEDED;
  }

  #pcat-header .elementformobile,
  #pcat-header .bgformobile {
    display: none;
  }

  #pcat-header .container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 28px 40px 36px !important;
    justify-content: flex-start;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .76) 34%, rgba(255, 255, 255, 0) 62%), var(--mobile-banner-image) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #pcat-header .bt-retour {
    margin-bottom: 42px;
  }

  #pcat-header .container h1 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 24px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  #pcat-header .container .cat-description {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  #pcat-header .arrow-header {
    display: block;
    left: 0;
    right: 0;
    top: auto;
    bottom: 24px;
    width: fit-content;
    margin: auto;
    z-index: 12;
  }

  #pcat-header .arrow-header path {
    fill: #1D1C1B;
  }
}
