/* ============================================
   PLP B2B — Banner
   ============================================ */

#plp-banner {
  width: 100%;
  margin-bottom: 40px;
}

.plp-banner-inner {
  display: flex;
  justify-content: center;
}

.plp-banner-img {
  width: 100%;
  max-width: 1136px;
  height: 130px;
  object-fit: cover;
  display: block;
}

/* Mobile */
@media (max-width: 1023px) {
  #plp-banner {
    margin-bottom: 24px;
  }

  .plp-banner-img {
    max-width: 100%;
    width: 100%;
    height: 130px;
  }
}