
.specifications {
    font-family: "Open Sans", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin: 0 !important;
    margin-top: -0.2em !important;
}

.price {
    font-family: "Roboto", Sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    margin-bottom:0 !important;
}

.prices {
    font-family: "Roboto", Sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom:0 !important;
}

.stock {
    font-family: "Roboto", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(0, 142, 66);
    margin-bottom:0 !important;
}

#title {
    font-family: "Roboto", Sans-serif ;
    font-size: 2rem ;
    font-weight: 600 ;
    color: #000000;
    line-height: 1.4em;
    margin: 0 ;
    padding: 0;

}

#sub-title {
    font-family: "Roboto", Sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

#sub-title .extra-word {
    color: #008080;
    font-weight: 700;
}

.spec-score {
    text-align: center;
    color: #008080;
    font-family: "Roboto", Sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 !important;
    stroke-width: 2px;
    -webkit-text-stroke-color: #008080;
    stroke: #008080;
}


/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .specifications {
    font-size: 0.9rem;
  }

  .price {
    font-size: 1.8rem;
  }
  
  .prices {
    font-size: 1.2rem;
  }
  
  .stock {
    font-size: 1.1rem;
  }
  
  #title {
    font-size: 1.7rem;
  }

  #sub-title {
    font-size: 1.5rem;
  }
}

/* Tablet (up to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  
  .prices {
    font-size: 1.4rem;
  }
  
  .stock {
    font-size: 1.1rem;
  }
  
  #title {
    font-size: 1.9rem;
  }

  #sub-title {
    font-size: 1.8rem;
  }
}