.t-store__card__contentwrapper
{
  pointer-events: none;
  cursor: not-allowed;
  touch-action: none;
}

.js-store-buttons-wrapper {
    display: none;
}

.t-store__card__textwrapper
{
  pointer-events: none;
  cursor: not-allowed;
  touch-action: none;
}

.t-store__card > a[href^="http"] {
    pointer-events: none;
    cursor: not-allowed;
    touch-action: none;
}