.elementor-kit-6060{--e-global-color-primary:#D95073;--e-global-color-secondary:#EFB218;--e-global-color-text:#565656;--e-global-color-accent:#D95073;--e-global-color-df7e4a9:#5AB050;--e-global-color-f26e206:#FAD6DF;--e-global-color-868b664:#FFEDC0;--e-global-color-d3aa31d:#F8C3D0;--e-global-color-4b95fee:#808080;--e-global-color-2c300bb:#777777;--e-global-color-400927d:#FCA6BC;--e-global-color-a193bd0:#F56589;--e-global-color-06a2665:#FFC942;--e-global-color-f5767fe:#FFE29A;--e-global-color-6f75ce8:#565656;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:-0.9px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:-0.8px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-1aeab0f-font-family:"Poppins";--e-global-typography-1aeab0f-letter-spacing:1px;font-family:"Poppins", Sans-serif;}.elementor-kit-6060 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:3px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:2400px){.elementor-kit-6060 h1{line-height:1em;}.elementor-kit-6060 h2{font-size:1em;}.elementor-kit-6060 h3{font-size:1em;}.elementor-kit-6060 h4{line-height:1em;}}@media(max-width:991px){.elementor-kit-6060{--e-global-typography-primary-line-height:0.1em;--e-global-typography-secondary-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:480px){.elementor-kit-6060{--e-global-typography-primary-letter-spacing:-0.6px;--e-global-typography-text-letter-spacing:-0.7px;--e-global-typography-accent-letter-spacing:-0.6px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:810px;}.e-con{--container-max-width:810px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* ==============================================
   PRODUKT HOVER BILD – DESKTOP mit Auto-Höhe
   ============================================== */
.product-thumb {
  position: relative;
  overflow: hidden;
}

/* Beide Bild-Widgets (Wrapper) */
.product-thumb .img-1,
.product-thumb .img-2 {
  transition: opacity 0.35s ease;
}

/* Erstes Bild: bestimmt die Höhe */
.product-thumb .img-1 img {
  display: block;
  width: 100%;
  height: auto;
}

/* Zweites Bild: liegt darüber */
.product-thumb .img-2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.product-thumb .img-2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover-Swap nur auf Desktop */
@media (hover: hover) and (pointer: fine) {
  .product-thumb:hover .img-1 {
    opacity: 0;
  }
  .product-thumb:hover .img-2 {
    opacity: 1;
  }
}

/* Fallback, wenn kein Hover-Bild */
.product-thumb .img-2 img[src=""],
.product-thumb .img-2 img:not([src]) {
  display: none;
}/* End custom CSS */