:root {
  --productGridPadding: 12px;
}
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}


.image-wrap:not(.image-wrap__thumbnail) picture{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}