.gp-loyalty-price-note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
    color: #08a05c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.gp-loyalty-price-note::before {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.catalog-block .gp-loyalty-price-note,
.catalog-list .gp-loyalty-price-note {
    font-size: 12px;
}

.gp-loyalty-basket-total {
    color: #08a05c;
    font-weight: 500;
}

@media (max-width: 600px) {
    .gp-loyalty-price-note {
        margin-top: 5px;
        font-size: 12px;
    }
}
