
/*
 Version:      1.6
*/

/* created for rapid carts page 8/6/2025 */

.new-product-page{
	font-size:16px;
  & p{
    line-height: 1.8;
  }
  & .button-row{
    margin-bottom:3rem;
  }
  & .headline{
    font-size:2.5rem;
  }
  & .product-title{
    font-size:2rem;
  }
  & .price-label{
    margin:0;
    margin-top:2rem;
	  line-height:.5;
    font-size:1rem;
  }
  & .price{
    font-size:2rem;
    font-weight:700;
  }
  & .std-button{
    font-size:16px;
  }
}


/* 768px is bootstrap md breakpoint */
@media  (width >= 768px){
  .new-product-page{
    font-size:20px;
    & .std-button{
      font-size:20px;
    }
  }
}