:root {
  --customize-product-price-tag:'setting price only';
}

.price::after{
    font-size: 13px;
    color:#737373;
    font-weight: 400;
    content: var(--customize-product-price-tag);
  }