
  #shopline-section-1682611502115e75c25d .advc-sub-title{
    --advc-sub-title-font-family: "Montserrat";
    --advc-sub-title-font-weight: 400;
    --advc-sub-title-font-style: normal;
    --advc-sub-title-color: #000000;
    --advc-sub-title-font-size: 16px;
    --advc-sub-title-letter-spacing: 0.3em;
    --advc-sub-title-line-height: 1.6;
  }
@media only screen and (max-width: 750px) {
  #shopline-section-1682611502115e75c25d .advc-sub-title{
    --advc-sub-title-font-size: 14px;
  }
}
   .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);
  }
