/* The campaign is one complete image; preserve all headline and product content. */
.hero-banner {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #e8e0d3;
}
.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 901px) and (max-width: 1150px) {
  .hero-section .category-menu { padding-block: 3px; }
  .hero-section .category-menu button { padding-block: 8px; }
}
