.single-product-wrapper.style-3 .asanwp-product-english-title {
  display: block;
  max-width: 100%;
  margin: -.35rem 0 .85rem;
  color: var(--color-gray400);
  font-size: .8125rem;
  font-weight: 400;
  text-align: right;
  line-height: var(--theme-single-product-name-line-height-desktop);
}

body[data-theme=dark] .single-product-wrapper.style-3 .asanwp-product-english-title,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .asanwp-product-english-title {
  color: var(--color-gray500);
}

@media screen and (max-width: 767.98px) {
  .single-product-wrapper.style-3 .asanwp-product-english-title {
    margin-top: -.25rem;
    font-size: .75rem;
    line-height: var(--theme-single-product-name-line-height-mobile);
  }
}
