/*
 * IFP TECHNICAL COLOR SWATCH BORDER V1
 *
 * Mantiene intacto el HEX real del color.
 * Añade únicamente definición visual para que
 * Ivory, White, Natural y otros tonos claros
 * no desaparezcan sobre el fondo blanco.
 */

.ifp-technical-customizable-product
.cfvsw-swatches-container[swatches-attr="attribute_pa_color"]
.cfvsw-swatch-inner {
    box-shadow:
        inset 0 0 0 1px rgba(15, 23, 42, 0.28);
}

/*
 * Un poco más de definición al pasar el cursor,
 * sin modificar el color original.
 */
.ifp-technical-customizable-product
.cfvsw-swatches-container[swatches-attr="attribute_pa_color"]
.cfvsw-swatches-option:hover
.cfvsw-swatch-inner {
    box-shadow:
        inset 0 0 0 1px rgba(15, 23, 42, 0.48);
}
