/* ========= КНОПКИ ФАСОВКИ ========= */
.t-product__option-item_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 14px !important;
  margin: 3px 4px 3px 0 !important;
  border: 1px solid #000000 !important;
  cursor: pointer !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.t-product__option-item_button input[type="radio"] { display: none !important; }
.t-product__option-checkmark_button { display: none !important; }

/* Активная кнопка — чёрный фон */
.t-product__option-item_button.t-product__option-item_active {
  background: #000000 !important;
  color: #ffffff !important;
}
/* Текст внутри активной кнопки — БЕЛЫЙ */
.t-product__option-item_button.t-product__option-item_active .t-product__option-title,
.t-product__option-item_button.t-product__option-item_active span {
  color: #ffffff !important;
}
.t-product__option-variants_button {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  margin-top: 6px !important;
}

/* ========= КНОПКА "BUY NOW" -> "КУПИТЬ" ========= */
.t-store__prod-popup__btn table,
.t-store__prod-popup__btn tbody,
.t-store__prod-popup__btn tr,
.t-store__prod-popup__btn td {
  display: none !important;
}
.t-store__prod-popup__btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 160px !important;
  overflow: visible !important;
  padding: 12px 30px !important;
}
.t-store__prod-popup__btn::after {
  content: "КУПИТЬ" !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  position: static !important;
  z-index: 1 !important;
  display: block !important;
  visibility: visible !important;
}

/* ========= ССЫЛКА "More products" -> "Все товары" ========= */
.t-store__prod-popup__close-txt {
  font-size: 0 !important;
}
.t-store__prod-popup__close-txt::before {
  content: "← Все товары" !important;
  font-size: 12px !important;
}