/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 37:0 Unexpected "<"
Line 98:0 Unexpected "{"
Line 98:1 Expected identifier but found "%"
Line 103:2 Unexpected "{"
Line 103:3 Expected identifier but found "%"
Line 164:0 Unexpected "<"

**/
<style>
  .blog-text {
    min-height: 310px;
}
  a:hover, a:focus {
    opacity: 0.99 !important;
}
 .features-product h4 a:hover { 
  color:black !important;
}
  .features-product h4:hover {    
    -webkit-text-fill-color: black;
}
  .features-product h4 a{    
    background: #ad5e31;
    background: linear-gradient(to right, #ad5e31, #d49a12);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .blog-text {
    min-height: auto;
  }
}
</style>
<link href="https://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">

<style type="text/css">
/* Plugin & Calculator Styles */
.output { display: inline-block; }
.boxs .container {
  height: 5px; margin: 0 auto 25px auto;
  background: linear-gradient(to right, #ad5e31, #d49a12);
  width: 100% !important;
}
.dragger {
  width: 20px; height: 20px; color: #FFF; font-weight: 600; line-height: 20px;
  background-color: #333; border-radius: 25px; top: -8px !important;
}
.dragging {
  background-color: #FFC168; box-shadow: inset 0px 0px 20px #222;
}
.progress { width: 0px; background-color: #222; }
.explain { margin-bottom: 15px; }
.boxs {
  background-color: #f9f6f6; margin-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 12px;
  padding: 30px; border-radius: 15px;
}
.calculater-area { padding: 60px 0; }
.calculater-area .from-group { margin-bottom: 25px; }
.box-heads { text-align: center; margin-bottom: 20px; }
.box-heads h3 {
  font-size: 25px; font-family: Outfit, sans-serif !important;
  font-weight: 600; color: #000;
}
.box-heads h2 {
  font-size: 40px; font-family: Outfit, sans-serif !important;
  font-weight: 600; background: linear-gradient(to right, #ad5e31, #d49a12);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.section-box { margin-bottom: 20px; }
.section-box h4 { font-size: 22px; font-weight: 600; margin-bottom: 5px; }
.section-box p {
  font-weight: 400; font-size: 20px; line-height: 1.5;
  font-family: SegoeUI-Light !important; margin-bottom: 5px;
}
.section-box p span { float: right; font-weight: 600; }
.last-output {
  background: #ead199; border-radius: 5px; padding: 10px 20px; color: #212121;
  box-shadow: rgba(0,0,0,0.1) 0 4px 6px -1px, rgba(0,0,0,0.06) 0 2px 4px -1px;
}
h1 {
    line-height: 1.2;
    font-weight: 700 !important;
}
h4 {
    font-size: 30px;
}
h2 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1;
}

{% comment %} .newarea{

    background: linear-gradient(to right, #ad5e31, #d49a12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;text-decoration: none;
} {% endcomment %}
.healtharea1 h3 a{
 background: linear-gradient(to right, #ad5e31, #d49a12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-family: Outfit,sans-serif !important;
}
#coffeebusiness a{
text-decoration: none;
color: #000 !important;
font-weight: 700;
  font-family: Outfit,sans-serif !important;
}
#coffeebusiness a span{
 background: linear-gradient(to right, #ad5e31, #d49a12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-family: Outfit,sans-serif !important;
}
#cafeROI a{
 background: linear-gradient(to right, #ad5e31, #d49a12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-family: Outfit,sans-serif !important;
}


.btn {
    font-size: 25px;
    padding: 10px 25px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    line-height: 1.6;
}
.healtharea1{
  text-align:center;
}
.healtharea1 .btn{
  margin-top:25px;
}
.healtharea1 h2, .healtharea1 p, .healtharea1 h3, .healtharea1 ul li{
  text-align:left;
}
/* Responsive */
@media screen and (max-width:1050px) {
  .box-heads h3 { font-size: 20px; }
  .box-heads h2 { font-size: 30px; }
  .section-box h4 { font-size: 20px; }
  .section-box p { font-size: 18px; }
}
@media screen and (max-width:767px) {
  .section-box { margin-bottom: 12px; }
  .calculater-area .from-group { margin-bottom: 10px; }
  .boxs { margin-right: 0; padding: 15px; border-radius: 10px; margin-bottom: 30px; }
  .section-box p { font-size: 16px; }
  .section-box h4 { font-size: 18px; }
}
</style>