  /* === Кнопки размеров (только в попапе) === */
  .t-popup .t-product__option-item_active.t-product__option-item_buttons {
      background-color: #000000 !important;
      border-color: #000000 !important;
  }
  .t-popup .t-product__option-item_active .t-product__option-title_buttons {
      color: #ffffff !important;
  }
  .t-popup .t-product__option-item_buttons:not(.t-product__option-item_active) {
      background-color: #ffffff !important;
      border-color: #000000 !important;
  }
  .t-popup .t-product__option-item_buttons:not(.t-product__option-item_active) .t-product__option-title_buttons {
      color: #000000 !important;
  }

  /* === Центрирование (только в попапе) === */
  .t-popup .t-store__prod-popup__info {
      text-align: center !important;
  }
  .t-popup .t-store__prod-popup__title-wrapper {
      text-align: center !important;
  }
  .t-popup .t-store__prod-popup__price-wrapper {
      justify-content: center !important;
  }
  .t-popup .js-product-controls-wrapper {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
  }
  .t-popup .t-product__option-title {
      text-align: center !important;
  }
  .t-popup .t-product__option-variants_buttons {
      justify-content: center !important;
  }
  .t-popup .t-store__prod-popup__text {
      text-align: center !important;
  }
  .t-popup .t-store__prod-popup__btn-wrapper {
      display: flex !important;
      justify-content: center !important;
  }

/* b485179ba26beded */
.data-121e0869 { display: block; }
