/*код девочек*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    background: none;
}

/*код девочек*/
.t1002__addBtn_active svg path {
    fill: #03A9F4;
    stroke: #03A9F4;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple,
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active{
    border-radius: 4px;
}

.t451m__close_icon {
    width: 16px;
    height: 16px;
}

.t706__cartpage-close {
    width: 16px;
    height: 16px;
}


/*поднимем футер на ПК*/
.t-store__prod-snippet__container {
    padding-top: 100px;
    padding-bottom: 10px;
}

/*поднимем футер в мобилке*/
@media(max-width:560px){
  #allrecords:has(.t-store__prod-snippet__container) #t-footer {
  padding-bottom: 40px;
}  
.t-store__prod-popup__btn-wrapper.t-store__prod-popup__btn-wrapper-fixed {
  z-index: 999;
}
}

/*скроем цвета в каталоге*/
.block-color:not(.t-store__prod-popup__info .block-color){
    display:none;
}
/*добавим двоеточие к цвету*/
[data-name-color]::before {
  content: ": ";
  position: absolute;
  left: 30px;
  top: -1px;
}
/*отступ от двоеточия*/
@media(min-width:1200px){
[data-name-color]::before {
  left: 36px;
}
}

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

.element-color {
  display: inline-flex;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
}
/*в открытой карточке*/
.t-store__prod-popup__info .block-color{
      justify-content: left;
      margin-top: 10px;
      gap: 10px;
      display: flex;
}

.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: 8px;
  height: 8px;
}

/*название цвета*/
[data-name-color] {
  position: relative;
}
[data-name-color]::after {
  content:attr(data-name-color);
}
[data-name-color]::after {
  position: relative;
  content: attr(data-name-color);
  position: absolute;
  top: 0;
  left: 36px;
}
[data-edition-option-id="Размер"],
[data-edition-option-id="Цвет"] {
  margin-bottom: 24px !important;
  margin-top: 24px !important;
}
[data-activ-color] {
  position: relative;
}
.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;
}
@media(min-width:1200px){
  [data-name-color]::after {
  left: 42px;
}
}
.t-store__prod-popup__info .element-color {
  width: 20px;
  height: 20px;
}
.t-store__prod-popup__info .element-color{
    border-radius: 20px;
}

/*табы*/
div.t-store__prod-popup__info .js-store-tabs {
  margin: 10px 0 0 0;
  max-width: 100%;
  padding: 0 !important;
}
div.t-store__prod-popup__info .t-store__tabs__item-button.js-store-tab-button {
  padding-right: 0;
}
div.t-store__prod-popup__info .t-store__tabs__item-button.js-store-tab-button {
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#allrecords .t-store .t-store__tabs__close::after {
  background-color: transparent !important;
}
@media(max-width:560px){
/*текст в табах*/
.t-store__tabs__content.t-descr.t-descr_xxs {
  font-size: calc(10px + 1vw);
}
.t-store__tabs__item-title.t-name.t-name_xs {
  font-size: calc(11px + 1vw);
}
}

