.product-teasers > a {
  padding: 0 0 22px;
  overflow: hidden;
}
.product-teasers > a > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.product-teasers > a:nth-child(1) > img,
.product-teasers > a:nth-child(2) > img {
  object-fit: contain;
  background: #eee8df;
}
.product-teasers > a > small,
.product-teasers > a > strong,
.product-teasers > a > em { margin-left: 22px; margin-right: 22px; }
.catalogue-grid .catalogue-visual { overflow: hidden; background: #eef3f7; }
.catalogue-grid .catalogue-visual > img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease;
}
.catalogue-grid article:nth-child(-n+4) .catalogue-visual > img {
  object-fit: contain;
}
.catalogue-grid article:hover .catalogue-visual > img { transform: scale(1.025); }
.hero-photo { padding: 0; background: #061b32; }
.hero-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,18,35,.02) 40%,rgba(3,18,35,.24) 100%); }
.hero-photo .visual-status,.hero-photo .flow-card { z-index: 2; }
.hero-photo .visual-status { position: absolute; top: 30px; left: 30px; background: rgba(4,24,44,.78); padding: 10px 13px; border-radius: 3px; }
.hero-photo .flow-card { backdrop-filter: blur(5px); }
