.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}
.product-image {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.product-image.visible {
  opacity: 1;
}
