.servicepls-product-colors { clear: both; margin: 22px 0; }
.servicepls-product-colors__label { margin-bottom: 10px; color: #69727d; font-size: 13px; line-height: 20px; }
.servicepls-product-colors__label strong { color: #333; font-weight: 500; }
.servicepls-product-colors__list { display: flex; flex-wrap: wrap; gap: 8px; }
.servicepls-product-colors__item { display: flex; align-items: center; justify-content: center; box-sizing: border-box; flex: 0 0 44px; width: 44px; height: 44px; padding: 6px; border: 1px solid #dce1e7; border-radius: 3px; background: #fff; transition: border-color .15s, box-shadow .15s; }
.servicepls-product-colors__item img { display: block; width: 30px; height: 30px; object-fit: cover; }
.servicepls-product-colors__item:hover { border-color: #7a8491; }
.servicepls-product-colors__item.is-current { border-color: var(--theme-base-color, #29258b); box-shadow: inset 0 0 0 1px var(--theme-base-color, #29258b); }
.servicepls-product-colors__item:focus-visible { outline: 2px solid var(--theme-base-color, #29258b); outline-offset: 3px; }
.servicepls-product-colors__item--text { flex-basis: auto; width: auto; max-width: 100%; height: auto; min-height: 44px; padding: 6px 10px; font-size: 12px; line-height: 16px; overflow-wrap: anywhere; }
