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

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

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt HY9371 */

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

.small-product-image-HY9274 {
  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) {

  /* ----------------------------------------------------------
     PANEL – 2 BEDIENPLÄTZE – MOBILE
  ---------------------------------------------------------- */

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

  /* ----------------------------------------------------------
     PRODUKTBILDER HY9371 & HY9274 – MOBILE
  ---------------------------------------------------------- */

  .small-product-image-HY9371,
  .small-product-image-HY9274 {
    width: 85vw;                   /* mobil groß & klar */
    height: auto;
    margin: 0 auto 5vw;            /* mittig */
    display: block;
    border-radius: 1em;

    /* gleicher Mobile-Zoom wie bei allen HY-Bildern */
    transform: scale(0.95);
    transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
  }

  .small-product-image-HY9371:active,
  .small-product-image-HY9274:active {
    transform: scale(1);
  }

}
