/* Убираем корзину и опции */
.t-store__prod-popup__btn-wrapper,
.js-product-controls-wrapper,
.t-store__prod-popup__quantity,
.js-store-qty{
  display:none !important;
}


.js-store-prod-all-text{
  font-size: inherit;
}

/* все ссылки в начале описания */
.js-store-prod-all-text > a{
  display:inline-block !important;

  width: calc((100% - 30px) / 3) !important; /* 3 в ряд */
  margin:10px 15px 0 0 !important;

  height:50px !important;
  line-height:50px !important;

  background:#000 !important;
  color:#fff !important;
  text-align:center !important;
  text-decoration:none !important;

  font-size:17px !important;
  font-weight:600 !important;

  border-radius:7px !important;
  box-sizing:border-box !important;

  vertical-align: top !important;
}

/* каждая 3-я без отступа справа */
.js-store-prod-all-text > a:nth-of-type(3n){
  margin-right:0 !important;
}

/* убираем  между кнопками */
.js-store-prod-all-text > a + br{
  display:none !important;
}

/* мобилка */
@media (max-width:980px){
  .js-store-prod-all-text > a{
    width:100% !important;
    margin-right:0 !important;
    height:56px !important;
    line-height:56px !important;
  }
}
