/*отступ товаров мобильная версия*/
@media screen and (max-width: 960px) {
 .t776__col_mobile-grid {
    padding: 0 5px !important;
  }

  .t-store__stretch-col {
    padding: 0 5px !important;
    margin-bottom: 40px !important;
  }
}


/*заголовок товара*/
.t776__content .t776__title {
    font-size: 16px !important ;
    line-height: 1.4 !important ;
    color: #201412 !important ;
    font-weight: 700 !important ;
    font-family: 'Oswald'!important ;
    text-transform: uppercase  !important ;
}


/*цена и рубль*/
.t776__price-value, .t776__price-currency {
    font-size: 16px !important ;
    line-height: 1.4 !important ;
    color: #201412 !important ;
    font-weight: 700 !important ;
    font-family: 'Oswald'!important ;
    text-transform: uppercase  !important ;
}

.t776__parent {
    row-gap: 20px;  !important ;
}