/* Lagerstatus-Punkt fuer JTL-Swatches (NOVA-Template) */

.swatch-stock-host {
    position: relative !important;
    overflow: visible !important;
}

.swatch-stock-dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 5;
    display: inline-block;
    line-height: 0;
}

.swatch-stock-dot--green  { background-color: #28a745; }
.swatch-stock-dot--yellow { background-color: #ffc107; }
.swatch-stock-dot--red    { background-color: #dc3545; }

/* Container der Slider-Items darf den Punkt nicht abschneiden */
.variations .js-slider-items,
.variations .js-slider-item,
.swatches.js-slider-items,
.swatches.js-slider-item,
.form-row.swatches {
    overflow: visible !important;
}
