.button-with-hover-border {
  border: 0,5px solid #272727;
  outline: none;
  transition: outline 0.1s ease;
}

.button-with-hover-border:hover {
  outline: 1px solid #272727; /* +1px поверх 1px border = визуально 2px */
  outline-offset: 0px; /* чтобы контур шёл точно по краю */
}

.t-store__card__mark {
  border-radius: 0 !important;
  padding: 4px 12px !important;
  display: inline-block !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  width: auto !important;
  height: auto !important;
  box-sizing: border-box !important;
}


    .t706__cartwin-bottom {
        display: none !important;
    }

/* Контейнер с табами делаем абсолютным */
.t-store__prod-tabs-wrapper {
  position: absolute;
  top: auto;
  right: 0;
  width: 360px;
  max-height: 500px;
  overflow-y: auto;
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .t-store__prod-tabs-wrapper {
    position: static !important;
    width: 100% !important;
    max-height: none !important;
    padding-left: 0;
  }
}

.t-store__tabs {
    margin: 20px 0 !important;
}

@media screen and (max-width: 980px) {
  .t-store__tabs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.t1002__addBtn {
    background: none !important;
}

.t-menuwidgeticons__img_wishlisticon {
  display: none !important;
}

.t-menuwidgeticons__link_wishlist {
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background: url('https://static.tildacdn.com/tild3539-3164-4239-a339-303936623435/_3.svg') center/contain no-repeat !important;
}

/*.t-menuwidgeticons__link_wishlist {*/
/*  display: inline-block !important;*/
/*  width: 26px !important;*/
/*  height: 26px !important;*/
/*  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2095%20127%27%3E%3Cpath%20fill%3D%27white%27%20stroke%3D%27black%27%20stroke-width%3D%274%27%20d%3D%27M79%2C110.75l-32.76%2C17.25%2C6.26-36.54-26.5-25.88%2C36.62-5.33%2C16.38-33.25%2C16.38%2C33.25%2C36.62%2C5.33-26.5%2C25.88%2C6.26%2C36.54-32.76-17.25Z%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat !important;*/
/*}*/