/* //////////////////////////////////////////////////////////////////////////////////////////////// Abstand nach oben vom Magnetverteilerventil  */

.product.product-4-2-Magnetverteilerventil {
  margin-top: -16vw; /* oder 0 wenn du es bündig willst */
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt HY9229 */

.small-product-image-HY9229 {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

@media (max-width: 600px) {

  /* ----------------------------------------------------------
     MAGNETVERTEILERVENTIL – MOBILE
  ---------------------------------------------------------- */

  .product.product-4-2-Magnetverteilerventil {
    margin-top: 0;              /* kein negatives Verschieben */
  }

  /* ----------------------------------------------------------
     PRODUKTBILD HY9229 – MOBILE
  ---------------------------------------------------------- */

  .small-product-image-HY9229 {
    width: 85vw;                /* groß & gut sichtbar */
    height: auto;
    margin: 0 auto 5vw;         /* mittig */
    display: block;
    border-radius: 1em;

    /* dezenter Mobile-Zoom wie bei den anderen */
    transform: scale(0.95);
    transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
  }

  .small-product-image-HY9229:active {
    transform: scale(1);
  }

}
