{"id":32054,"date":"2026-03-13T08:42:51","date_gmt":"2026-03-13T08:42:51","guid":{"rendered":"https:\/\/blueviolet-raccoon-834701.hostingersite.com\/?page_id=32054"},"modified":"2026-03-13T08:43:43","modified_gmt":"2026-03-13T08:43:43","slug":"affiliate-program","status":"publish","type":"page","link":"https:\/\/gstpautopsarts.com\/ar\/affiliate-program\/","title":{"rendered":"\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0628\u0627\u0644\u0639\u0645\u0648\u0644\u0629"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"32054\" class=\"elementor elementor-32054\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-b83213c e-flex e-con-boxed e-con e-parent\" data-id=\"b83213c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-927d5b3 elementor-widget elementor-widget-html\" data-id=\"927d5b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Affiliate Program \u2013 Gstpautoparts<\/title>\n  <style>\n    :root {\n      --primary: #222;\n      --accent: #c8102e;\n      --text: #333;\n      --text-light: #666;\n      --bg: #fff;\n      --bg-light: #f7f7f7;\n      --border: #e5e5e5;\n      --max-width: 960px;\n      --side-padding: 20px;\n    }\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text);\n      line-height: 1.7;\n      background: var(--bg);\n    }\n    .page-content {\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 40px var(--side-padding) 60px;\n    }\n    h1.page-title {\n      font-size: 32px; font-weight: 700; color: var(--primary);\n      margin-bottom: 15px; text-align: center;\n    }\n    h2 { font-size: 24px; font-weight: 700; color: var(--primary); margin: 35px 0 15px; }\n    h3 { font-size: 20px; font-weight: 700; color: var(--primary); margin: 25px 0 12px; }\n    p { margin-bottom: 15px; color: var(--text); }\n    a { color: var(--accent); text-decoration: none; }\n    a:hover { text-decoration: underline; }\n\n    .affiliate-hero {\n      text-align: center;\n      padding: 40px 20px;\n      margin-bottom: 30px;\n    }\n    .affiliate-hero p {\n      max-width: 650px;\n      margin: 0 auto 10px;\n      font-size: 16px;\n    }\n    .affiliate-hero ul {\n      list-style: none;\n      margin: 15px 0;\n      padding: 0;\n      text-align: left;\n      display: inline-block;\n    }\n    .affiliate-hero ul li { padding: 4px 0; }\n    .affiliate-hero ul li::before {\n      content: \"\\2713  \";\n      color: var(--accent);\n      font-weight: 700;\n    }\n\n    .affiliate-how h3 {\n      text-align: center;\n      font-size: 14px;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      color: var(--text-light);\n    }\n\n    .affiliate-benefits {\n      background: var(--bg-light);\n      padding: 30px;\n      border-radius: 8px;\n      margin: 30px 0;\n    }\n    .affiliate-benefits h2 { margin-top: 0; text-align: center; }\n    .affiliate-benefits ul {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      max-width: 500px;\n      margin: 0 auto;\n    }\n    .affiliate-benefits ul li {\n      padding: 8px 0;\n      border-bottom: 1px solid var(--border);\n    }\n    .affiliate-benefits ul li:last-child { border-bottom: none; }\n\n    .affiliate-join { text-align: center; margin: 40px 0; }\n    .affiliate-join h2 { margin-top: 0; }\n    .affiliate-platforms {\n      display: flex;\n      gap: 20px;\n      justify-content: center;\n      margin-top: 20px;\n      flex-wrap: wrap;\n    }\n    .affiliate-platforms a.btn {\n      display: inline-block;\n      padding: 14px 35px;\n      background: var(--accent);\n      color: #fff;\n      border-radius: 6px;\n      font-weight: 600;\n      font-size: 16px;\n    }\n    .affiliate-platforms a.btn:hover { background: #a00d24; text-decoration: none; }\n\n    .affiliate-contact {\n      text-align: center;\n      padding: 30px;\n      background: var(--bg-light);\n      border-radius: 8px;\n      margin: 30px 0;\n    }\n\n    .faq-item {\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      margin-bottom: 10px;\n      overflow: hidden;\n    }\n    .faq-question {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 16px 20px;\n      cursor: pointer;\n      background: var(--bg);\n      transition: background 0.3s;\n      user-select: none;\n    }\n    .faq-question:hover { background: var(--bg-light); }\n    .faq-question h4 {\n      margin: 0; font-size: 15px; font-weight: 600;\n      color: var(--primary); flex: 1; padding-right: 15px;\n    }\n    .faq-toggle {\n      font-size: 24px; font-weight: 300; color: var(--text-light);\n      transition: transform 0.3s; flex-shrink: 0;\n    }\n    .faq-item.active .faq-toggle { transform: rotate(45deg); }\n    .faq-answer {\n      max-height: 0; overflow: hidden;\n      transition: max-height 0.4s ease, padding 0.3s;\n    }\n    .faq-item.active .faq-answer { max-height: 500px; padding: 0 20px 16px; }\n    .faq-answer p { font-size: 14px; color: var(--text-light); line-height: 1.7; margin: 0; }\n\n    .bottom-features {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n      margin-top: 40px;\n    }\n    .bottom-feature { text-align: center; padding: 20px 10px; }\n    .bottom-feature h4 { font-size: 14px; margin: 0 0 5px; color: var(--primary); font-weight: 700; }\n    .bottom-feature p { font-size: 12px; color: var(--text-light); margin: 0; }\n\n    @media (max-width: 768px) {\n      .page-content { padding: 25px var(--side-padding) 40px; }\n      h1.page-title { font-size: 26px; }\n      h2 { font-size: 20px; }\n      .bottom-features { grid-template-columns: repeat(2, 1fr); }\n    }\n    @media (max-width: 480px) {\n      .page-content { padding: 20px 15px 30px; }\n      h1.page-title { font-size: 22px; }\n      .bottom-features { grid-template-columns: 1fr; }\n      .faq-question { padding: 14px 15px; }\n      .faq-question h4 { font-size: 14px; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"page-content\">\n    <div class=\"affiliate-hero\">\n      <h1 class=\"page-title\">WHY CHOOSE GSTP?<\/h1>\n      <p>GSTP is fully committed to helping customers with all of their vehicle needs and projects from basic vehicle repairs &amp; maintenance to performance builds &amp; modifications.<\/p>\n      <ul>\n        <li>We have warehouses in the USA<\/li>\n        <li>We have affordable prices<\/li>\n        <li>We offer free shipping<\/li>\n        <li>We offer no hassle 30-days returns<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"affiliate-how\">\n      <h3>HOW IT WORKS?<\/h3>\n    <\/div>\n\n    <div class=\"affiliate-benefits\">\n      <h2>YOUR BENEFITS<\/h2>\n      <ul>\n        <li>Commission: 10-15% on each referred sale<\/li>\n        <li>Up to date banners, coupons, deals<\/li>\n        <li>Monthly newsletter and datafeed<\/li>\n        <li>Dedicated, Professional Partner Program Management<\/li>\n        <li>30-day cookie duration<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"affiliate-join\">\n      <h2>JOIN US<\/h2>\n      <p>Partner Affiliate Platforms<\/p>\n      <div class=\"affiliate-platforms\">\n        <a href=\"#\" class=\"btn\">JOIN US<\/a>\n        <a href=\"#\" class=\"btn\">JOIN US<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"affiliate-contact\">\n      <h2>CONTACT US<\/h2>\n      <p>For more information or question about our Affiliate Program, please feel free to contact <a href=\"mailto:affiliate@gstpautoparts.com\">affiliate@gstpautoparts.com<\/a><\/p>\n    <\/div>\n\n    <h2>\u0623\u0633\u0626\u0644\u0629 \u0645\u062a\u0643\u0631\u0631\u0629<\/h2>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n        <h4>Who is allowed to join the program?<\/h4>\n        <span class=\"faq-toggle\">+<\/span>\n      <\/div>\n      <div class=\"faq-answer\">\n        <p>Whether you are a large network, content site, social media influencer, or blogger, we have simple linking tools to meet your advertising needs and help you monetize.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n        <h4>How do I join the program? Is there need for a fee?<\/h4>\n        <span class=\"faq-toggle\">+<\/span>\n      <\/div>\n      <div class=\"faq-answer\">\n        <p>There is no fee to sign up for the affiliate program. Click \"JOIN US\" to sign up and start earning!<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-question\" onclick=\"this.parentElement.classList.toggle('active')\">\n        <h4>How to contact us?<\/h4>\n        <span class=\"faq-toggle\">+<\/span>\n      <\/div>\n      <div class=\"faq-answer\">\n        <p>For more information or question about our Affiliate Program, please feel free to contact <a href=\"mailto:affiliate@gstpautoparts.com\">affiliate@gstpautoparts.com<\/a><\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"bottom-features\">\n      <div class=\"bottom-feature\">\n        <h4>Warehouse<\/h4>\n        <p>Orders will be shipped directly from the local warehouse.<\/p>\n      <\/div>\n      <div class=\"bottom-feature\">\n        <h4>Shipping Choices<\/h4>\n        <p>We work with USPS, UPS and Fedex. 3-7 days delivery<\/p>\n      <\/div>\n      <div class=\"bottom-feature\">\n        <h4>30 Days Return Policy<\/h4>\n        <p>We accept returns of merchandise within 30 days of receipt.<\/p>\n      <\/div>\n      <div class=\"bottom-feature\">\n        <h4>Customers Services<\/h4>\n        <p>Email: support@gstpautoparts.com We aim to return emails within 24 hours.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Affiliate Program \u2013 Gstpautoparts WHY CHOOSE GSTP? GSTP is fully committed to helping customers with all of their vehicle needs<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-32054","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/gstpautopsarts.com\/ar\/wp-json\/wp\/v2\/pages\/32054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gstpautopsarts.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gstpautopsarts.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gstpautopsarts.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gstpautopsarts.com\/ar\/wp-json\/wp\/v2\/comments?post=32054"}],"version-history":[{"count":4,"href":"https:\/\/gstpautopsarts.com\/ar\/wp-json\/wp\/v2\/pages\/32054\/revisions"}],"predecessor-version":[{"id":32058,"href":"https:\/\/gstpautopsarts.com\/ar\/wp-json\/wp\/v2\/pages\/32054\/revisions\/32058"}],"wp:attachment":[{"href":"https:\/\/gstpautopsarts.com\/ar\/wp-json\/wp\/v2\/media?parent=32054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}