.media-swatch {
    width: 100px;
    height: 100px;

    @media (min-width: 999px) {
    width: 130px;
    height: 130px;
    }
}

.variant-picker__option-values {
    justify-content: flex-start;

    @media (min-width: 999px) {
        justify-content: center;
    }
}


.variant-picker__option-info {
    justify-content: flex-start;

    @media (min-width: 999px) {
        justify-content: center;
    }
}

