.wkf-related-products{
  --wkf-related-primary:#0055ad;
  --wkf-related-primary-dark:#003f82;
  --wkf-related-text:#1d2935;
  --wkf-related-muted:#657487;
  --wkf-related-border:#dce3ea;
  --wkf-related-soft:#f7f9fb;
  --wkf-related-visible:4;
  --wkf-related-step:1;
  --wkf-related-gap:16px;
  --wkf-related-arrow-size:44px;
  --wkf-related-arrow-offset:24px;
  display:grid;
  gap:18px;
  width:100%;
  min-width:0;
  color:var(--wkf-related-text);
  font:inherit;
}
.wkf-related-products *{box-sizing:border-box}
.wkf-related-products__header{display:flex;align-items:center;gap:16px;min-width:0;margin:0}
.wkf-related-products__title{flex:0 0 auto;margin:0!important;color:var(--wkf-related-text);font-size:1.35rem;line-height:1.3;font-weight:700}
.wkf-related-products__header-line{display:block;flex:1 1 auto;min-width:28px;height:1px;background:var(--wkf-related-border)}
.wkf-related-products__carousel{position:relative;min-width:0}
.wkf-related-products__viewport{min-width:0;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none}
.wkf-related-products__viewport::-webkit-scrollbar{display:none}
.wkf-related-products__track{display:flex;align-items:stretch;gap:var(--wkf-related-gap);min-width:100%}
.wkf-related-products--grid .wkf-related-products__viewport{overflow:visible;scroll-snap-type:none}
.wkf-related-products--grid .wkf-related-products__track{display:grid;grid-template-columns:repeat(var(--wkf-related-visible),minmax(0,1fr))}
.wkf-related-products__card{
  flex:0 0 calc((100% - (var(--wkf-related-gap) * (var(--wkf-related-visible) - 1))) / var(--wkf-related-visible));
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--wkf-related-border);
  border-radius:10px;
  background:#fff;
  box-shadow:0 3px 14px rgba(18,42,66,.045);
  scroll-snap-align:start;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background-color .16s ease;
}
.wkf-related-products__card:hover{border-color:#b8c8d7;box-shadow:0 9px 26px rgba(18,42,66,.10);transform:none}
.wkf-related-products__image{display:grid;place-items:center;width:100%;height:220px;padding:14px;background:#fff;text-decoration:none;overflow:hidden}
.wkf-related-products__image img{display:block;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:auto!important;object-fit:contain!important;object-position:center!important;transition:none}
.wkf-related-products__card:hover .wkf-related-products__image img{transform:none}
.wkf-related-products__image-placeholder{display:block;width:56%;height:56%;border:1px dashed var(--wkf-related-border);border-radius:9px;background:var(--wkf-related-soft)}
.wkf-related-products__content{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:7px;padding:16px 17px 12px}
.wkf-related-products__availability{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#edf5fd;color:var(--wkf-related-primary);font-size:.72rem;line-height:1.1}
.wkf-related-products__availability--temporarily_unavailable{background:#fff2d8;color:#9a5b00}
.wkf-related-products__availability--discontinued{background:#f2f4f7;color:#596575}
.wkf-related-products__name{color:var(--wkf-related-text);font-size:1rem;font-weight:700;line-height:1.35;text-decoration:none}
.wkf-related-products__name:hover,.wkf-related-products__name:focus-visible{color:var(--wkf-related-primary)}
.wkf-related-products__part{color:var(--wkf-related-muted);font-size:.76rem;line-height:1.35}
.wkf-related-products__excerpt{margin:0;color:var(--wkf-related-muted);font-size:.86rem;line-height:1.5}
.wkf-related-products__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 8px;margin-top:auto;padding-top:5px}
.wkf-related-products__price-label{display:inline-flex;padding:3px 7px;border-radius:999px;background:#edf5fd;color:var(--wkf-related-primary);font-size:.7rem;font-weight:650;text-transform:uppercase;letter-spacing:.035em}
.wkf-related-products__price-value{color:var(--wkf-related-text);font-weight:700}
.wkf-related-products__price-value del{color:var(--wkf-related-muted);font-size:.82em;font-weight:400}
.wkf-related-products__price-prefix{font-size:.82em;font-weight:500}
.wkf-related-products__price-note{flex-basis:100%;color:var(--wkf-related-muted);font-size:.72rem;line-height:1.35}
.wkf-related-products__actions{display:grid;gap:8px;padding:0 17px 17px}
.wkf-related-products__primary-button,.wkf-related-products__compare-button{
  display:inline-flex!important;align-items:center;justify-content:center;gap:8px;width:100%;min-height:40px;margin:0!important;padding:8px 13px;border:1px solid var(--wkf-related-primary);border-radius:6px;background:#fff;color:var(--wkf-related-primary)!important;text-decoration:none!important;font:inherit;font-weight:650;line-height:1.25;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease
}
.wkf-related-products__primary-button{background:var(--wkf-related-primary);color:#fff!important}
.wkf-related-products__primary-button:hover,.wkf-related-products__primary-button:focus-visible{background:var(--wkf-related-primary-dark);border-color:var(--wkf-related-primary-dark);color:#fff!important}
.wkf-related-products__compare-button:hover,.wkf-related-products__compare-button:focus-visible,.wkf-related-products__compare-button:active{background:#f0f6fc;border-color:var(--wkf-related-primary-dark);color:var(--wkf-related-primary-dark)!important}
.wkf-related-products__external-compare{display:block;width:100%}.wkf-related-products__external-compare>span,.wkf-related-products__external-compare>div{display:contents}
.wkf-related-products__compare-button::before,.wkf-related-products__compare-button::after{content:none!important;display:none!important}
.wkf-related-products__compare-button .wkf-product-configurator__compare-icon,.wkf-related-products__compare-button .wkf-product-compare-button__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px;width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;color:inherit;overflow:hidden}
.wkf-related-products__compare-button .wkf-product-compare-button__icon svg,.wkf-related-products__compare-button .wkf-product-configurator__compare-icon svg{display:block;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wkf-related-products__arrow{
  position:absolute;top:50%;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:var(--wkf-related-arrow-size);height:var(--wkf-related-arrow-size);padding:0;border:1px solid var(--wkf-related-border);border-radius:50%;background:#fff;color:#44505c;box-shadow:0 8px 25px rgba(18,42,66,.15);cursor:pointer;transform:translateY(-50%);transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease
}
.wkf-related-products__arrow svg{width:48%;height:48%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wkf-related-products__arrow:hover,.wkf-related-products__arrow:focus-visible{background:var(--wkf-related-primary);border-color:var(--wkf-related-primary);color:#fff;box-shadow:0 10px 28px rgba(0,85,173,.26)}
.wkf-related-products__arrow:disabled{opacity:0;pointer-events:none}
.wkf-related-products--arrows-outside .wkf-related-products__carousel{margin-inline:calc(-1 * var(--wkf-related-arrow-offset));padding-inline:var(--wkf-related-arrow-offset)}
.wkf-related-products--arrows-outside .wkf-related-products__arrow--previous{left:0}
.wkf-related-products--arrows-outside .wkf-related-products__arrow--next{right:0}
.wkf-related-products--arrows-inside .wkf-related-products__arrow--previous{left:10px}
.wkf-related-products--arrows-inside .wkf-related-products__arrow--next{right:10px}
.wkf-related-products.is-static .wkf-related-products__arrow{display:none}
.wkf-related-products__editor-notice{padding:14px 16px;border:1px dashed var(--wkf-related-border);border-radius:8px;background:var(--wkf-related-soft);color:var(--wkf-related-muted)}
@media(max-width:1024px){.wkf-related-products{--wkf-related-visible:2;--wkf-related-arrow-offset:14px}.wkf-related-products__image{height:190px}}
@media(max-width:767px){.wkf-related-products{--wkf-related-visible:1;--wkf-related-gap:12px;--wkf-related-arrow-size:38px;--wkf-related-arrow-offset:4px}.wkf-related-products__image{height:210px}.wkf-related-products__title{font-size:1.2rem}}
@media(prefers-reduced-motion:reduce){.wkf-related-products__viewport{scroll-behavior:auto}.wkf-related-products *{transition:none!important}}

/* Elementor-Container darf die bewusst außen positionierten Slider-Pfeile nicht abschneiden. */
.elementor-widget-wkf_related_products,
.elementor-widget-wkf_related_products>.elementor-widget-container{overflow:visible!important;max-width:100%}
.wkf-related-products__compare-button svg.e-font-icon-svg{fill:currentColor!important;stroke:none!important}

img[data-wkf-full-product-image="1"]{display:block!important;position:static!important;inset:auto!important;float:none!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:auto!important;object-fit:contain!important;object-position:center!important;transform:none!important;translate:none!important;scale:none!important;clip:auto!important;clip-path:none!important}


/* 4.12.13 – natives Vergleichsicon */
.wkf-related-products__compare-button .wkf-product-compare-button__icon{color:inherit!important;opacity:1!important}
.wkf-related-products__compare-button .wkf-product-compare-button__icon svg.wkf-compare-arrows{display:block!important;width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;opacity:1!important}
.wkf-related-products__compare-button .wkf-product-compare-button__icon svg.wkf-compare-arrows path{fill:none!important;stroke:currentColor!important;opacity:1!important}

/* 4.14.3 – kein Hochspringen der Karten beim Hover */
.wkf-related-products__card:hover{transform:none!important}

/* 4.16.39 – Kategorie-Fallback, wenn eine Serie keine weiteren Modelle hat. */
.wkf-related-products--categories .wkf-related-products__card--category .wkf-related-products__content{padding-bottom:10px}
.wkf-related-products__category-count{color:var(--wkf-related-muted);font-size:.78rem;line-height:1.35}
.wkf-related-products--categories .wkf-related-products__card--category .wkf-related-products__primary-button{margin-top:auto!important}
