@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 20px;
}
}



.t-store .js-product-option.t-product__option {
  display: none !important;
}

.t-store__card__sold-out-msg {
    display: none;
  }
  
.t706__cartwin-heading {
    color: #AC484A!important;
    font-family: 'Impact', Arial, sans-serif;
}

.nolim-bubble-text {
    font-weight:400!important;
}
.js-product-brand {
    display: none !important;
}


.t-descr {
    font-family: 'Impact', Arial, sans-serif;
    font-weight:400!important;
}

.t706__product-imgdiv {
    border-radius: 0px;
    height: 100px;
}

  /* Скрыть опцию размера в каталоге */
  .t-store__card__prod-controls-wrapper [data-edition-option-id="Размер"] {
    display: none !important;
  }

   



 /* Меняем стили линковки в карточке товара */
.block-color {
    display: flex;
    gap: 4px!important;
    flex-wrap: wrap;
    margin-top: 3px!important;
}

.block-color .element-color {
border: 0.7px solid transparent!important;
}
.js-product .t-product__option .t-product__option-variants_custom {
    margin-top: 0px!important;
}
.t-store .t-product__option-title {
    padding-bottom: 3px!important;
}
.js-product .t-product__option-variants_buttons .t-product__option-item {
    margin-top: 2px!important;
}

.t-store .t-product__option {
    margin-top: 20px!important;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #AC484A!important;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
  border: 1px solid #AC484A !important;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
padding-left: 15px!important;
    padding-right: 15px!important;
}

.t-product__option-title_buttons {
  font-weight: 700 !important;
}

 /*  стили линковки в листинге */
 @media screen and (min-width: 960px){
.product-color-variants {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    margin-top: -18px!important;
    margin-left: 10px!important;
    margin-bottom: 12px;
    align-items: flex-end;
    clear: both;
}
}

 @media screen and (max-width: 959px){
     .product-color-variants {
     margin-top: -26px!important;
     margin-left: 0px!important;
    margin-bottom: 12px;
 }
 }
 
 .product-color-variants__item {
    width: 18px !important;
    height: 6px !important;
 }
 
