.t-store__card__price { display: inline-block !important; }

  #rec668685328 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* чтобы блок был поверх остальных */
    background-color: white; /* желательно указать фон */
  }
  body {
    padding-top: 80px; /* добавляем отступ, равный высоте блока, чтобы контент не перекрывался */
  }


@media screen and (max-width: 670px) {
    .t-store__card__btn:not(:first-child) {
        margin-top: 0px !important;
    }
}