/*
  HOME COLLECTION ITEM
*/

.home-collection-item__image {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
  aspect-ratio: 3 / 2;
  background: var(--color__hewi_container_background_main);
}

.home-collection-item__btn-arrow {
  font-size: 1.5rem;
  line-height: 1;
}
