.wp-block-post-featured-image.is-style-product img {
  aspect-ratio: 269/123;
  filter: grayscale(1);
  object-fit: cover;
  position: relative;
  transition: filter 0.25s ease-in-out;
}

.wp-block-post-featured-image.is-style-product {
  display: block;
  position: relative;
}
.wp-block-post-featured-image.is-style-product a::after,
.wp-block-post-featured-image.is-style-product a::before {
  content: "";
  position: absolute;
  transition: opacity 0.25s ease-in-out;
}

.wp-block-post-featured-image.is-style-product a::after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  inset: var(--wp--preset--spacing--125) var(--wp--preset--spacing--25);
  margin: auto;
  opacity: 1;
  z-index: 11;
}

.wp-block-post-featured-image.is-style-product a::before {
  mix-blend-mode: multiply;
  inset: 0;
  opacity: 0.8;
  z-index: 10;
}

.wp-block-post-featured-image.is-style-product:hover img {
  filter: grayscale(0);
}

.wp-block-post-featured-image.is-style-product:hover a::after,
.wp-block-post-featured-image.is-style-product:hover a::before {
  opacity: 0;
}

.tag-achilles-running .wp-block-post-featured-image.is-style-product a::after {
  background-image: var(--ep--logo--achilles-running);
  max-width: 200px;
}
.tag-aposcope .wp-block-post-featured-image.is-style-product a::after {
  background-image: var(--ep--logo--aposcope);
  max-width: 235px;
}
.tag-apotheke-adhoc .wp-block-post-featured-image.is-style-product a::after {
  background-image: var(--ep--logo--apotheke-adhoc);
  max-width: 312px;
}
.tag-apotheken-tour .wp-block-post-featured-image.is-style-product a::after {
  background-image: var(--ep--logo--apotheken-tour);
  max-width: 277px;
}
.tag-gesundheit-adhoc .wp-block-post-featured-image.is-style-product a::after {
  background-image: var(--ep--logo--gesundheit-adhoc);
  max-width: 330px;
}
.tag-nmszw .wp-block-post-featured-image.is-style-product a::after {
  background-image: var(--ep--logo--nmszw);
  max-width: 203px;
}
.tag-pta-in-love .wp-block-post-featured-image.is-style-product a::after {
  background-image: var(--ep--logo--pta-in-love);
  max-width: 266px;
}
.tag-vision-a .wp-block-post-featured-image.is-style-product a::after {
  background-image: var(--ep--logo--vision-a);
  max-width: 252px;
}

/* Backgrounds */
.tag-achilles-running .wp-block-post-featured-image.is-style-product a::before {
  background-color: var(--wp--preset--color--achilles-running);
}
.tag-aposcope .wp-block-post-featured-image.is-style-product a::before {
  background-color: var(--wp--preset--color--aposcope);
}
.tag-apotheke-adhoc .wp-block-post-featured-image.is-style-product a::before {
  background-color: var(--wp--preset--color--apotheke-adhoc);
}
.tag-apotheken-tour .wp-block-post-featured-image.is-style-product a::before {
  background-color: var(--wp--preset--color--apotheken-tour);
}
.tag-gesundheit-adhoc .wp-block-post-featured-image.is-style-product a::before {
  background-color: var(--wp--preset--color--gesundheit-adhoc);
}
.tag-nmszw .wp-block-post-featured-image.is-style-product a::before {
  background-image: var(--wp--preset--gradient--nmszw);
}
.tag-pta-in-love .wp-block-post-featured-image.is-style-product a::before {
  background-color: var(--wp--preset--color--pta-in-love);
}
.tag-vision-a .wp-block-post-featured-image.is-style-product a::before {
  background-color: var(--wp--preset--color--vision-a);
}
