.wd-stock-status--single.is-instock {
    margin: 0;
}

.wd-stock-status--single.is-instock .wd-stock-status__checkmark {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}

.wd-stock-status.is-instock.wd-stock-status--single {
    color: #FFF;
    background: #D61C4E;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 25px;
    width: fit-content;
}

.wd-stock-status.wd-stock-status--grid{
    color: var(--e-global-color-primary);
    font-size: 13px;
    font-weight: 500;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 25px;
    margin: 15px auto 15px;
}
.wd-stock-status.is-outofstock.wd-stock-status--grid {
    color: var(--e-global-color-e06b7c7);
}
li.out_of {
    background: var(--e-global-color-e06b7c7);
    color: #FFF !important;
}
span.wd-stock-status__label {
    position: relative;
    padding-right: 22px; /* RTL – מקום לאייקון */
}

span.wd-stock-status__label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<circle cx='12' cy='12' r='12' fill='%237B61FF'/>\
<path d='M6.5 12.5l3.2 3.2 7.8-7.8' fill='none' stroke='%23FFFFFF' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}
