.woo-variation-swatches .variable-items-wrapper .variable-item[data-mandelli-code]::after {
    content: attr(data-mandelli-code);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: unset;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
}
