@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;
}


.t706__cartwin-heading {
    color: #AC484A!important;
    font-family: 'Impact', Arial, sans-serif;
}

.nolim-bubble-text {
    font-weight:400!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;
  }

   


  /* НИКИТЕ Цвет в каталоге — прямоугольники */
  .t-store__card__prod-controls-wrapper .t-product__option-checkmark_color {
    width: 20px !important;
    height: 8px !important;
    border-radius: 0 !important;
  }




  /* Убрать овал у активного цвета в каталоге */
  .t-store__card__prod-controls-wrapper .t-product__option-input:checked + .t-product__option-checkmark_color:before {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    top: 5px !important;
    left: 0px !important;
    right: 0px !important;
    width:100%!important;
  }



