.t-store__card__sold-out-msg {
    display: none!important;
}

/*для цветов*/

/*для цветов в каталоге*/
.block-color {
  width: 100%;
  display: flex;
  /*justify-content: center;*/
  gap: 3px;
  margin-top: 1px;
  flex-wrap: wrap;
}

.element-color {
  /*width: 15px;*/
  /*height: 15px;*/
  display: inline-flex;
  /*border-radius: 50%;*/
  border: 0.5px solid #ebeaea;
}
/*в открытой карточке*/
.t-store__prod-popup__info .block-color{
      justify-content: left;
      margin-top: 6px;
      gap: 6px;
      margin-bottom:15px;
}

.t-store__prod-popup__info .t-product__option-variants_color{
    display: none !important;
}
.t-store__prod-popup__info .t-store__prod-popup__sku{
    display: none
} 


.element-color {
  width: 18px;
  height: 6px;
}

/*название цвета*/
[data-name-color] {
  position: relative;
}
[data-name-color]::after {
  /*position: relative;*/
  content:attr(data-name-color);
}
[data-name-color]::after {
  position: relative;
  content: attr(data-name-color);
  position: absolute;
  top: 0px;
  left: 32px;
}
[data-edition-option-id="Размер"],
[data-edition-option-id="Цвет"] {
}
[data-activ-color] {
  position: relative;
}
[data-activ-color="true"]::before {
  content: '';
  display: block;
  border-bottom: 0.5px solid #000;
  width: 20px;
  margin-top: 5px;
  position: relative;
  top: 5px;

}
.t-store__prod-popup__info [data-activ-color]::before {
  /*content: '';*/
  /*width: 26px;*/
  /*height: 26px;*/
  /*border: 1px solid #8e8e8e;*/
  /*border-radius: 50%;*/
  /*position: absolute;*/
  /*left: -4px;*/
  /*top: -4px;*/
  
  
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 5px;
  position: relative;
  top: 5px;

  
  
}
/*размер иконок цветов в карточке*/
.t-store__prod-popup__info .element-color {
  width: 22px;
  height: 9px;
}

.t-store__prod-popup__info .block-color {
    padding-left: 0px;
}
/*************************************/

[data-option-type="color"] form{
    display:none !important;
}

.t-store__prod-popup__price-wrapper {
        margin-bottom: 20px;
}

[data-activ-color="true"] {
  cursor: initial;/*отключить курсов в активной иконке*/
}

.element-color:hover::before{
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 5px;
  position: relative;
  top: 5px;
}


.block-color {
    padding-left: 10px;
}






#allrecords:has(.t-store__prod-popup__info) .t786 [data-option-type="color"] .js-product-edition-option-name {
  display: none;
}

.js-store-filter-opt-chb {
    border-radius: 0%;
    height: 18px;
    width: 30px;
}



    .js-store-prod-all-charcs {
        display: none!important;
    }



    .t-store__prod-popup__sku {
        display:none!important;
    }

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







