.js-store-prod-text a {
    display: inline-block;
    font-size: 14px!important;
    padding: 0px 0px!important;
    margin-right: 15px!important;
    margin-top: 5px!important;
    border-bottom-style: dashed!important;
    border-bottom-width: 1px; /* Толщина линии внизу */
    border-bottom-color: black;
    font-weight: 400!important;
    -webkit-transition: all 0.3s ease!important;
    text-transform: uppercase!important;
}
.js-store-prod-text a:first-of-type {
    color: #000000!important;
    font-size: 14px!important;
    font-weight: 400;
    padding: 5px 5px;
    margin-right: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}
.t228__right_descr {
    padding-top: 12px!important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}
.t228 {
    z-index: 1000;
}
.t-descr_xxs {
    font-size: 14px!important;
}

.t-menuwidgeticons__icon-counter {
    background-color: #baa18a!important;
}

.t-store__card__sold-out-msg {
    visibility: hidden!important;
    font-size:1px!important;
}
.js-catalog-prod-sold-out:after, .t-store__card__sold-out-msg:after {
    content: 'Предзаказ'!important;
    visibility: visible!important;
    display:block;
    color: #222222;
    font-size:14px!important;
}
.t-store__card__mark {
text-transform: uppercase;
    height: 30px!important;
}
#rec529259686 .t-text_xs {
    font-size: 14px!important;
}
.t228__imglogo.t228__imglogomobile {
        padding-top: 12px;
}
.t-sociallinks__item.t-sociallinks__item_telegram {
        padding-top: 10px;
}
.t-store__card__mark {
    background-color: #bba28a!important;
    font-family: Roboto, Arial, sans-serif;
    color: #ffffff!important;
    font-size: 11px!important;
}

@media screen and (max-width: 640px) {
.t-store__card__mark {
    height: 18px !important;
    font-family: Roboto, Arial, sans-serif!important;
    font-size: 7px!important;
    width: auto!important;
    padding: 0px 5px!important;
}
}

/* дополните ообраз */

.bnw-complete-look {
  margin-top: 40px;
  padding-top: 20px;
  font-family: 'TildaSans',Arial,sans-serif;
}

.bnw-complete-look__header {
  display: flex;
  align-items: flex-end;
  gap: 10%;
  margin-bottom: 16px;
}

.bnw-complete-look__title {
  font-family: 'TildaSans',Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.bnw-complete-look__scrollbar {
  position: relative;
  flex: 1 1 auto;
  height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  touch-action: none;
}

.bnw-complete-look__scrollbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 7px;
  transform: translateY(-50%);
  background: #eeeeee;
  border-radius: 20px;
}

.bnw-complete-look__scrollbar-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  height: 7px;
  width: 30%;
  transform: translateY(-50%);
  background: #b3b3b3;
  border-radius: 20px;
  cursor: grab;
  touch-action: none;
}

.bnw-complete-look__scrollbar-thumb:active {
  cursor: grabbing;
}

.bnw-complete-look__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.bnw-complete-look__list_dragging {
  cursor: grabbing;
}

.bnw-complete-look__list_dragging a {
  pointer-events: none;
}

.bnw-complete-look__list::-webkit-scrollbar {
  display: none;
}

.bnw-complete-look__item {
  flex: 0 0 auto;
  width: 180px;
  display: block;
  text-decoration: none;
  color: inherit;
  font-family: 'TildaSans',Arial,sans-serif;
}

.bnw-complete-look__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  background-color: #eae5d2;
}

.bnw-complete-look__name {
  margin-top: 8px;
  font-family: 'TildaSans',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .bnw-complete-look__item {
    width: 140px;
  }
}

.js-store-product .t-store__prod-popup__info > .js-store-tabs {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}