/* 1) СКРЫТЬ размеры/опции в карточках каталога */
.t-store__card .js-product-controls-wrapper,
.t-store__card .t-store__card__prod-controls-wrapper,
.t-store__card .t-product__option {
  display: none !important;
}

/* 2) ПОКАЗЫВАТЬ размеры/опции в pop-up товара */
.t-store__product-popup .js-product-controls-wrapper,
.t-store__product-popup .t-store__card__prod-controls-wrapper,
.t-store__product-popup .t-product__option {
  display: block !important;
}
