/** Shopify CDN: Minification failed

Line 198:1 Expected "}" to go with "{"

**/
.content-for-layout .page-width {
  max-width: 1440px;
}
.top_info_heading h2.heading.text-uppercase {
  width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.top_info_heading {
    text-align: center;
}
.showcase-product-card:nth-child(1) .bedge span {
  background: #19A4DB;
  border-radius: 4px;
 }
 .showcase-product-card:nth-child(2) .bedge span {
 border-radius: 4px;
  background: #19a4db99;
 }
.desc p {
    color:#19A4DB;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.top_info_heading h2.heading.text-uppercase {
    padding: 0;
    border: none;
}
.top_info_icons {
  background: #fafafa;
  padding: 60px 0;
}
.top_info_icons .infoIcons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x:auto;
  gap: 80px;
}
.top_info_icons .infoIcons .info-icon-item {
  display: inline-flex;
  align-items: center;
}
.top_info_icons .infoIcons img {
  margin-right: 40px;
  width: 56px;
  height: 49px;
}
.top_info_icons .infoIcons .info-icon-item span {
  color: #041B24;
  /* Desktop/Subtitle */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: 155px;
}

.shopify-section h2 {
  color: #041B24;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 130% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
margin-bottom: 40px;
}
.cc-review .heading {
  margin-top: 20px;
  margin-bottom: 24px;
  border: 0;
  padding-bottom: 0;
}
  
.cc-review .icon svg {
  display:block;
  margin: auto;
}
.cc-review #custom_star_points {
  color: rgba(4, 27, 36, 1);
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}
#total_review_count {
  line-height: 26px;
}
#warranty-section, #haircare-section, #accessories-section {
    border-top: 1px solid rgba(4, 27, 36, 0.10);
 }
/*  Responsive Style */
@media screen and (max-width:390px) {
  .top_info_icons h2.heading.text-uppercase {
    font-size: 27px !important;
}
  .top_info_icons .infoIcons .info-icon-item span {
    font-size: 16px !important;
}
  .top_info_icons .infoIcons img {
   width: 40px !important;
   height: 40px !important;
   margin-right: 20px !important;
}
  .tab-links div {
    padding: 13px 16px !important; 
  
  .tab-links {
    gap: 16px !important; 
}
    .shopify-section h2 {
    font-size: 24px !important; 
}

    
  }
  
@media screen and (max-width: 1023px) {
.top_info_icons h2.heading.text-uppercase {
    font-size: 36px;
}
  .top_info_icons {
 padding: 40px 0;
}
  .desc p {
  font-size: 18px;
 }
 .top_info_icons .infoIcons .info-icon-item span {
 font-size: 18px;
   font-weight: 400;
  }
  .shopify-section h2 {
     font-size: 26px;
    font-weight: 400;
    line-height: 48px;
    padding-bottom: 0;
    margin-bottom: 28px;
  }
  .content-for-layout .page-width {
    padding: 0 40px;
  }
}


@media screen and (max-width: 767px) {

  .content-for-layout .page-width {
    padding: 0 16px;
  }
  .top_info_icons {
    padding: 28px 0 !important;
  }
  .top_info_icons .infoIcons {
    gap: 24px;
  }
  .top_info_icons .infoIcons img {
    margin-right: 16px;
    max-width: 48px;
  }
  .top_info_icons .infoIcons .info-icon-item span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
  }
   .shopify-section h2 {
    font-size: 27px;
    line-height: 36px; /* 133.333% */
    text-align: center;
     margin-bottom: 24px;
  }
  .cc-review .d-flex.align-items-center.flex-set {
    flex-direction: column;
  }
  .cc-review .stars svg {
    width: 20px;
    height: 20px;
  }
}