.collection-page .collection-hero h1 {
  white-space: normal;
  overflow-wrap: break-word;
}

.collection-page--naturales .collection-hero picture img {
  object-position: center;
}

@media (max-width: 800px) {
  .collection-page {
    overflow-x: hidden;
  }

  .collection-page .collection-hero__copy {
    min-width: 0;
    max-width: calc(100% - 44px);
  }

  .collection-page .collection-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 42px);
  }

  .collection-page--naturales .collection-hero picture img {
    object-position: 82% center;
  }
}
