/**
 * Variation Display Frontend Styles
 */

/* Swatch selection indicators */
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    border-width: 2px;
}

.wd-swatches-product .wd-swatch.wd-active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px currentColor;
}

/* Hide elements if configured */
.variation-display-hidden {
    display: none !important;
}