/* Brochure product tiles: wide dark-plate artwork extracted from the PDF.
   The plate colour is baked into the image and repeated on the wrapper, so
   cards of differing artwork ratios all read as one box of the same size. */
.product-image-wrapper.tile-plate {
  align-items: center;
  background-color: #161c27;
  border-radius: 10px;
  padding: 12px;
  overflow: hidden;
}

.product-cover.brochure-tile {
  width: 100%;
  height: 100%;
  object-fit: contain;
  align-self: center;
}

/* The Knauf sacks are shot tighter in frame than the Saveto ones beside them,
   so at a shared 100% width they tower over the rest of the row. */
.product-cover.full.shrink-20 {
  width: 80%;
}
