/* Scoped to the global color attribute; keeps the plugin's tick and disabled state. */
.variable-items-wrapper[data-attribute_name="attribute_pa_color"]
.color-variable-item[data-title="Πολύχρωμο"] .variable-item-span-color {
  background: conic-gradient(#d8649b, #b82032, #dfb54b, #26734d, #2455b0, #9470ad, #d8649b) !important;
}
.variable-items-wrapper[data-attribute_name="attribute_pa_color"]
.color-variable-item[data-title="Παστέλ"] .variable-item-span-color {
  background: conic-gradient(#efbbcc, #eed6ac, #bddbc5, #b4cee8, #d2bce0, #efbbcc) !important;
}
.variable-items-wrapper[data-attribute_name="attribute_pa_color"]
.color-variable-item[data-title="Δίχρωμο"] .variable-item-span-color {
  background: linear-gradient(135deg, #c9a44c 50%, #bfc3c7 50%) !important;
}
.variable-items-wrapper[data-attribute_name="attribute_pa_color"]
.color-variable-item[data-title="Περλέ"] .variable-item-span-color {
  background: linear-gradient(135deg, #d6d2ca, #fffdf5 45%, #e2dbea 70%, #e5e2d8) !important;
}
.variable-items-wrapper[data-attribute_name="attribute_pa_color"]
.color-variable-item[data-title="Ταρταρούγα"] .variable-item-span-color {
  background: repeating-conic-gradient(#4b3025 0deg 55deg, #b17a37 55deg 110deg, #d5a361 110deg 140deg) !important;
}
