# king-addons/51.1.84/includes/widgets/Woo_Product_Variations/style.css

King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder, version 51.1.84. 76 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.84/code/includes/widgets/Woo_Product_Variations/style.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.84/raw/includes/widgets/Woo_Product_Variations/style.css
- Modified: 2026-09-21T18:08:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.84/code/includes/widgets/Woo_Product_Variations/style.css#L10-L20`.

```css
.ka-woo-variations {
    display: block;
    width: 100%;
}

.ka-woo-variations__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0;
}

.ka-woo-variations__swatch {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: #f9f9f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ka-woo-variations__swatch.is-active {
    border-color: #111;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

.ka-woo-variations__swatch.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.ka-woo-variations__swatch--round {
    border-radius: 50%;
}

.ka-woo-variations__swatch-color {
    width: 100%;
    height: 100%;
}

.ka-woo-variations__swatch-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ka-woo-variations__swatch-text {
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.ka-woo-variations__selected {
    font-size: 12px;
    margin-top: 4px;
    color: #555;
}

/* Add To Cart widget already prints qty + ATC-OK on the same template. */
.ka-woo-variations.ka-woo-variations--atc-external .variations_button {
    display: none;
}







```
