/* Убираем обводку у кнопок/вариантов */
.js-product-controls-wrapper .t-product__option-item,
.js-product-controls-wrapper .t-product__option-checkmark,
.js-product-controls-wrapper .t-product__option-item_active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}

/* Делаем текст жирным и нужного цвета */
.js-product-controls-wrapper .t-product__option-title_simple,
.js-product-controls-wrapper .t-product__option-title_buttons {
    font-weight: 700 !important;
    color: #002c2b !important;
}

/* Убираем все отступы у элемента */
.t-product__option-item.t-product__option-item_buttons.t-product__option-item_simple {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

/* Если внутри тоже остаются отступы */
.t-product__option-title_simple,
.t-product__option-checkmark_simple {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}