.biorise-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: "Manrope";
  font-size: 14px;
  color: #333;
}

.biorise-specs-table td {
  padding: 10px 10px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

.spec-label {
  font-weight: 600;
  color: #111;
  width: 40%;
  white-space: nowrap;
}

.spec-value {
  color: #555;
}

  .t-store {
    padding-bottom: 15px;
    padding-top: 15px;
}
    
    
    
.js-store-price-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.js-store-price-wrapper .t-store__prod-popup__btn {
  margin-top: 0 !important;
}





