/* Colors Product Block */

/* Колір для 1 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(1) button::before {
    background-color: #000000 !important;
    /* Чорний */
}

/* Колір для 2 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(2) button::before {
    background-color: #7d8085 !important;
    /* Сірий */
}

/* Колір для 3 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(3) button::before {
    background-color: #d5b05f !important;
    /* Золотий */
}

/* Колір для 4 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(4) button::before {
    background-color: #837262 !important;
    /* Коричневий */
}

/* Колір для 5 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(5) button::before {
    background-color: #ce6523 !important;
    /* Оранжевий */
}
/* Колір для 6 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(6) button::before {
    background-color: #94211e !important;
    /* Червоний */
}
/* Колір для 7 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(7) button::before {
    background-color: #f3f3f3 !important;
    /* Білий */
}
/* Колір для 8 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(8) button::before {
    background-color: #d5be9f !important;
    /* Бежевий */
}

/* Колір для 9 крапки */
.multi-color-dots .stk-block-carousel__dots div[role="listitem"]:nth-child(9) button::before {
    background-color: #503073 !important;
    /* Фіолетовий */
}

/* end: Colors Product Block */