/** Shopify CDN: Minification failed

Line 44:24 Expected identifier but found bad string token
Line 44:25 Unterminated string token

**/
/* Apply to everything */

body, h1, h2, h3, h4, h5, h6, p, span, a, div {
  font-family:'Poppins',Arial !important;
  
  
}
.productView-title{

  font-family:Arial !important;
}
.productView-groupTop {
flex-wrap:wrap !important;
}
.halo-productView-left{
    margin:0px;
}
@media (min-width: 1200px) {
    .halo-productView-right {
        width: 50.6% !important;
    }
}
.productView-title{
    text-transform:none;
    font-size:35px !important;
    font-weight:700 !important;
}
@media (max-width:786px ) {
    
.productView-title{
        font-size:28px !important;

}}
.productView-action{
    width:calc(100% - 0px)!important;
}
body{
    padding:0!important;'

}

body, h1, h2, h3, h4, h5, h6, p, span, a, div {
  font-family: 'Poppins', Arial, sans-serif !important;
}

.productView-title {
  font-family: 'Poppins', Arial, sans-serif !important;
}
.list-menu__item--link{
  color:black!important;
}
  .product-description {
    font-family: Arial;
  }
.heading{
    font-family: Arial;
}
h3{
    font-family: Arial;}
  .product-description h2,
  .product-description h3 {
    color: #333;
    font-weight: 600;
    margin-top: 1.5rem;
  }

  .product-description p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
  }

  .product-description ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-top: 1rem;
  }

  .product-description li {
    margin-bottom: 0.5rem;
  }
  .product-description ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}

.product-description li {
  display: list-item;
  margin-bottom: 5px;
}
