.t-store__card__btn {
  width: 100% !important;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}

.t-store__card__mark-wrapper {
display: table;
position: absolute;
left:20px;
top: 20px;
z-index: 5;
}

.t-store__card__mark {
background-color: #111;
border-radius: 50px;
box-sizing: border-box;
color: #fff;
display: table-cell;
font-family: Inter;
font-size: 12px;
font-weight: 400;
height: 32px;
padding: 0 10px;
text-align: center;
vertical-align: middle;
width: 90px;
}

.t-store__card__imgwrapper {
padding-bottom: 80%;
position: relative;
width: 100%;
}


.t-store__prod-popup__btn.customized {
  padding: 14px 28px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
}


.t-popup .t-typography__descr {
  color: #1A1F32 !important;
  font-family: 'Inter', sans-serif;
}

.t585__trigger-button {
position: relative;
width: 100%;
padding: 20px 50px 20px 0;
text-align: left;
background-color: transparent;
border: none;
box-sizing: border-box;
cursor: pointer;
}