.t-store__card__mark {
      font-size: 14px !important;
      border-radius: 0px !important;
      width: 120px !important;
      height: 40px !important;
      font-family: 'Oswald';
      background: linear-gradient(90deg, rgba(0,17,74,1) 0%, rgba(234,84,33,1) 50%, rgba(26,77,195,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border: 1px solid transparent;
      border-image: linear-gradient(90deg, rgba(0,17,74,1) 0%, rgba(234,84,33,1) 50%, rgba(26,77,195,1) 100%);
      border-image-slice: 1;
}
@media only screen and (max-width : 768px) {
    .t-store__card__mark {
      font-size: 12px !important;
      border-radius: 0px !important;
      width: auto !important;
      height: auto !important;
    }
} 
.t396__artboard.rendered.t396__artboard-fixed-active {
transition: all 0.2s ease-out !important;
}
.t396__artboard.rendered.t396__artboard-fixed-innactive {
    transition: all 0.2s ease-out !important;
}

.t706__cartwin_showed {
    z-index: 999999999 !important;
}
.tlk-userbar, .tlk__userbar {
    display: none !important;
}
.t706__close.t706__cartwin-close {
    display: none !important;
}