.sous-block {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    /*flex-direction: column*/
  }
  
  .sous-title {
    margin-bottom: 20px;
        font-size: 19px;
  }

  .sous-item {
    border-radius: 10px;
    border: 1px solid #730046;
    padding: 8px;
    flex: 1;
    height: 130px;
    background-position: center 17px;
    background-repeat: no-repeat;
    background-size: 80px;
    display: flex;
  flex-direction: column;
  }
.sous-item-title {
  font-size: 14px;
}
  
  .sous-item-info {
  margin-top: auto;
}
.t706__cartpage-open-form-wrap {
  margin-top: 30px;
}
@media(min-width:560px){

.sous-item-title {
  margin-bottom: 10px;
  font-size: 19px;
}
.sous-item-info {
  margin-top: initial;
}
.sous-item {
    border-radius: 20px;
    padding: 20px;
  background-position: 50px 64px;;
  background-size: contain;
  /*flex-direction: row;*/
}

.freeSousCount {
  display: block;
}
}
  .freeSousCount {
  display: initial;
}
  .sous-item.soya {
    background-image: url('https://optim.tildacdn.com/stor6135-3966-4838-a430-666430633333/-/resize/240x/-/format/webp/42409758.png');
  }
  
  .sous-item.imbir {
    background-image: url('https://optim.tildacdn.com/stor3934-3132-4265-a164-366133353563/-/resize/240x/-/format/webp/20050373.jpg');
  }
  
  .sous-item.basabi {
    background-image: url('https://optim.tildacdn.com/stor3561-6566-4232-a439-373133613536/-/resize/240x/-/format/webp/32504219.png');
  }
  

  
  .sous-item-title {
    margin-bottom: 10px;
  }
  
  .sous-item-info {
    margin-bottom: 10px;
  }
  
  .sous-button {
    width: 35px;
    height: 25px;
    display: inline-flex;
    border: 1px solid #eeeeee;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  
  .sous-item-set-count {
    display: flex;
    gap: 5px;
  }
  
  .sous-item-set-count [class*="plus"] {
    background-color: #730046;
    color: #fff;
  }
  
  .sous-button {
    border: 1px solid #730046;
    cursor: pointer;
  }
  
.sous-button:active {
  box-shadow: inset 0 0 5px #730046;
  color: #fff;
}
.sous-item-set-count [class*="plus"]:active{
  background-color: #ac0069;
  box-shadow: none;
  }
/*убрать + - в бесплатных*/
/*.t706__product:not(.t706__product:has(.t706__product-amount .t706__cartwin-prodamount-price)) .t706__product-del-wrapper,*/
.t706__product:not(.t706__product:has(.t706__product-amount .t706__cartwin-prodamount-price)) .t706__product-minus,
.t706__product:not(.t706__product:has(.t706__product-amount .t706__cartwin-prodamount-price)) .t706__product-plus{
    opacity:.15;
    pointer-events:none;
}
.t706__product:not(.t706__product:has(.t706__product-amount .t706__cartwin-prodamount-price)) .t706__product-quantity{
    pointer-events:none;
}

/*скрыть блок для тестов*/
.wraper-sous{
    /*display:none;*/
}
  
.freeSousCount {
  color: #730046;
}
  
  
  
  
  
  
  
  
  
  
  
  
  