/* Colors Product Block */

/* Колір для ПЕРШОЇ крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(1) button::before {
    background-color: #FF5733 !important;
    /* Червоний */
}

/* Колір для ДРУГОЇ крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(2) button::before {
    background-color: #33FF57 !important;
    /* Зелений */
}

/* Колір для ТРЕТЬОЇ крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(3) button::before {
    background-color: #3357FF !important;
    /* Синій */
}

/* end: Colors Product Block */