.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; }