.product-instock__quantity , .product-instock__quantity span, .product-instock__quantity b{
  font-family: P22UndergroundPro, Arial, Helvetica, sans-serif;
}
.count-product-store {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 100%;  
}
.count-product-store--text{
  font-weight: 400;
  font-size: 22px;
  line-height: 89%;
  color: #5942AF;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.count-product-store--text span {
  font-size: 14px;
  display: block;
  width: 100%;
  color: #483D6E;
}

@media screen and (max-width: 575.98px) {
  .count-product-store {   
    gap: 6px;    
    flex-wrap: wrap;
  }
  .count-product-store--text{
    font-size: 19px;
  }
  .count-product-store--logo svg{
    width: 25px;
  }
  .count-product-store--text span {
    font-size: 12px;
  }
}

