
  #shopline-section-16826099314243c20940 .advc-sub-title{
    --advc-sub-title-font-family: "Montserrat";
    --advc-sub-title-font-weight: 500;
    --advc-sub-title-font-style: normal;
    --advc-sub-title-color: #0b2b51;
    --advc-sub-title-font-size: 16px;
    --advc-sub-title-letter-spacing: 0em;
    --advc-sub-title-line-height: 1.3;
  }
@media only screen and (max-width: 750px) {
  #shopline-section-16826099314243c20940 .advc-sub-title{
    --advc-sub-title-font-size: 16px;
  }
}
   .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);
  }
