
  #shopline-section-16826016887639cfd133 .advc-sub-title{
    --advc-sub-title-font-family: "Poppins";
    --advc-sub-title-font-weight: 600;
    --advc-sub-title-font-style: normal;
    --advc-sub-title-color: #000000;
    --advc-sub-title-font-size: 24px;
    --advc-sub-title-letter-spacing: 0em;
    --advc-sub-title-line-height: 0.8;
  }
@media only screen and (max-width: 750px) {
  #shopline-section-16826016887639cfd133 .advc-sub-title{
    --advc-sub-title-font-size: 20px;
  }
}
   .advc-sub-title{
    font-family: var(--advc-sub-title-font-family);
    color: var(--advc-sub-title-color);
    font-size: var(--advc-sub-title-font-size);
    letter-spacing: var(--advc-sub-title-letter-spacing);
    line-height: var(--advc-sub-title-line-height);
    font-weight: var(--advc-sub-title-font-weight);
    font-style: var(--advc-sub-title-font-style);
  }
