www.dieselpowerproducts.com Open in urlscan Pro
2606:4700:3108::ac42:28be  Public Scan

Submitted URL: http://diesel.life/
Effective URL: https://www.dieselpowerproducts.com/
Submission: On January 02 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST https://www.dieselpowerproducts.com/

<form class="t-global-account__form" method="post" action="https://www.dieselpowerproducts.com/" autocomplete="off">
  <fieldset>
    <legend>Global Account Sign In</legend> <input type="hidden" name="Action" value="LOGN"> <input type="hidden" name="Category_Code" value=""> <input type="hidden" name="Product_Code" value=""> <input type="hidden" name="Search" value=""> <input
      type="hidden" name="Per_Page" value=""> <input type="hidden" name="Sort_By" value="">
    <ul class="c-form-list">
      <li class="c-form-list__item c-form-list__item--full"> <label class="u-hide-visually">Email Adress</label> <input class="c-form-input c-form-input--large" type="email" name="Customer_LoginEmail" value="" autocomplete="email" placeholder="Email"
          required=""> </li>
      <li class="c-form-list__item c-form-list__item--full"> <label class="u-hide-visually">Password</label> <input class="c-form-input c-form-input--large" type="password" name="Customer_Password" autocomplete="current-password"
          placeholder="Password"> </li>
      <li class="c-form-list__item c-form-list__item--full"> <button class="c-button c-button--full" type="submit">Sign In</button> </li>
      <li class="c-form-list__item c-form-list__item--full"> <a class="c-button outline black u-block" href="https://www.dieselpowerproducts.com/signin.aspx">Register</a> </li>
      <li class="c-form-list__item c-form-list__item-fpwd c-form-list__item--full u-text-center"> <a class="u-color-gray-30 f-size-15 u-text-regular" href="https://www.dieselpowerproducts.com/forgot-password.html">Forgot Password?</a> </li>
      <li class="c-form-list__item c-form-list__item--full u-text-center or-sep">
        <p> <span class="u-3-font f-size-10 ls-175 u-color-gray-50 u-text-uppercase x-line-button"> <span class="x-line-button__inner"> <span>Or</span> </span> </span> </p>
      </li>
      <li class="c-form-list__item c-form-list__item--full u-text-center">
        <a href="javascript:;" onclick="$.fn.popup( 'https:\/\/www.dieselpowerproducts.com\/mm5\/merchant.mvc\u003F&amp;Screen=OAUTH&amp;OAuth_Provider_Code=AMAZON&amp;action=OAUTH_LOGIN&amp;Store_Code=DPP', 'AMAZON' );" data-timeout="5000" data-src-bg="graphics/amazon-login-btn.png" class="c-button--full c-button--hollow c-button--huge u-color-gray-50 amazon-oauth-logn-btn oauth-btn"> Sign in with Amazon</a>
      </li>
    </ul>
  </fieldset>
</form>

GET https://www.dieselpowerproducts.com/search

<form action="https://www.dieselpowerproducts.com/search" method="get" class="cmp-autocomplete__form" itemprop="potentialAction" itemscope="" itemtype="http://schema.org/SearchAction">
  <meta itemprop="target" content="https://www.dieselpowerproducts.com/search?q={q}">
  <div class="cmp-ss_search-bar"> <i class="dppicons--search"></i>
    <div class="cmp-ss_search-elements">
      <div class="cmp-ss_search-elements-query" ng-class="{ 'has-query' : formData.query }"> <span class="cmp-ss_search-elements-word u-3-font u-text-bold u-text-uppercase">{{formData.query}}</span> <span class="cmp-ss_search-elements-enter u-4-font"
          ng-if="formData.query">enter</span> </div> <input tabindex="100000" type="text" itemprop="query-input" ng-model="formData.query" name="q" placeholder="Search" class="cmp-autocomplete__input u-3-font u-text-bold u-text-uppercase"
        autocomplete="off" value="" autocorrect="off" autocapitalize="off" spellcheck="false" set-focus="isOpen" ng-keyup="debounceSearch( formData.query, $event );">
    </div> <a class="cmp-autocomplete__close" ng-click="close();"> <i class="dppicons--cross"></i> </a>
  </div>
  <div class="cmp-ss_autocomplete__results-wrapper u-hidden" ng-show="formData.query.length > 0">
    <div ng-switch="(response.results.length > 0)" class="o-layout cmp-ss_autocomplete__results-wrapper-inner">
      <div class="cmp-ss_autocomplete__terms-wrapper o-layout__item u-width-12 u-width-5--l">
        <div class="cmp-ss_autocomplete__terms u-3-font u-text-bold u-text-uppercase" ng-if="terms.length > 0">
          <ul>
            <li ng-repeat="term in terms" class="cmp-ss_autocomplete__terms"> <a ng-click="search( term, true );"><span ng-bind-html="term"></span></a> </li>
          </ul>
        </div>
      </div>
      <div class="cmp-ss_autocomplete__results o-layout__item u-width-12 u-width-7--l">
        <h4 class="u-3-font u-text-uppercase f-size-15">Related Products</h4>
        <div class="cmp-ss_autocomplete__results-listing o-layout reset-ignore o-layout--flush">
          <div class="cmp-ss_autocomplete__results-item o-layout__item reset-ignore u-width-12 u-width-6--l" ng-repeat="product in response.results">
            <div class="cmp-ss_autocomplete__results-item-image">
              <a ng-href="{{ product.url }}"> <figure> <img class="is--placeholder" src="themes/shadows/ui/placeholders/square.jpg" alt=""> <img class="is--mainimg" src="themes/shadows/ui/placeholders/square.jpg" ng-src="{{ product.imageUrl }}" alt="{{ product.name }}" title="{{ product.name }}"> </figure> </a>
            </div>
            <div class="cmp-ss_autocomplete__results-item-info">
              <a ng-href="{{ product.url }}" class="u-4-font u-text-uppercase"> <span class="cmp-ss_autocomplete-product__name">{{product.name}}</span> <span class="cmp-ss_autocomplete-product__price u-text-bold"> <s ng-if="product.price < product.baseprice">{{product.baseprice}}</s> <span>{{product.price | currency}}</span> </span> <span class="cmp-ss_autocomplete-product__application">Application</span> </a>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="cmp-ss_autocomplete__to-search-page">
      <p><a href="https://www.dieselpowerproducts.com/search?q={{formData.query}}">Search for products "{{formData.query}}"</a></p>
    </div>
  </div>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-VQPinA" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 450px; margin: 0px auto; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 200px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 0px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-23774438" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-helvetica-neue"
              style="font-size:30px;color:rgb(255, 255, 255);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:bold;">NEWSLETTER</span><span class="ql-font-helvetica-neue"
              style="font-size:30px;color:rgb(234, 29, 38);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:bold;"> SIGN UP</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_23774439" class="needsclick go1368334328 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="ENTER YOUR EMAIL" aria-label="ENTER YOUR EMAIL" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 44px; text-align: left; color: rgb(0, 0, 0); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1px; background-color: rgba(255, 255, 255, 0); border: 1px solid rgb(255, 255, 255);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px; position: relative; flex: 0 1 auto;"><button
          class="needsclick go3894874857 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(234, 29, 38); border-radius: 0px; border-style: none; border-color: rgb(255, 255, 255); border-width: 1px; color: rgb(255, 255, 255); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto;">SUBMIT</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_3 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-Wu3Wa5" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 600px; min-width: 200px; max-width: 1000px; border-radius: 6px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 20px 15px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 15px 0px 0px; min-height: 360px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-88376604" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; line-height: 150%;"><span class="ql-font-oswald"
              style="font-size: 28px; color: #ffffff; font-family: Oswald, Helvetica, Arial, sans-serif; font-weight: bold;">BECOME A </span></p>
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; line-height: 150%;"><span class="ql-font-oswald"
              style="font-size: 28px; color: #ffffff; font-family: Oswald, Helvetica, Arial, sans-serif; font-weight: bold;">DIESEL INSIDER</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 0px 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-88376605" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-arial"
              style="color:rgb(255, 255, 255);font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;">Be the first to know about promotions, new products, awesome blog content, podcasts, and more!</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 2px 10px 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="first_name_88376606" class="needsclick go326012652 kl-private-reset-css-Xuajs1" type="text"
            autocomplete="given-name" tabindex="0" placeholder="First Name" aria-label="First Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 3px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px;">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 0px 10px 2px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="last_name_88376607" class="needsclick go326012652 kl-private-reset-css-Xuajs1" type="text"
            autocomplete="family-name" tabindex="0" placeholder="Last Name" aria-label="Last Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 3px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 0px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_88376608" class="needsclick go326012652 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 3px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-88376609" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-arial"
              style="color:rgb(255, 255, 255);font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;">Click the vehicle model(s) you're interested in hearing more about:</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 10px 0px 10px 10px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; justify-content: center; display: flex;">
          <div class="needsclick go738148444 kl-private-reset-css-Xuajs1" style="align-self: flex-end; flex-flow: column wrap;">
            <div role="group" aria-labelledby="kl_Vehicle%20Interest__9_label" class="needsclick  kl-private-reset-css-Xuajs1" style="display: inline-flex; justify-content: flex-start; flex-wrap: wrap;"><input tabindex="0" type="checkbox"
                id="Vehicle%20Interest__9__15" name="Vehicle%20Interest__9" aria-invalid="false" aria-label="Cummins" class="needsclick  kl-private-reset-css-Xuajs1" style="position: absolute; width: 0px; opacity: 0;"><label
                for="Vehicle%20Interest__9__15" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; flex: 0 0 auto; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg
                  class="go3703575197" width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"
                  style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="rgba(255,255,255,1)"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Vehicle%20Interest__9__15" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Vehicle%20Interest__9__15" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Vehicle%20Interest__9__15" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Cummins</div>
              </label><input tabindex="0" type="checkbox" id="Vehicle%20Interest__9__16" name="Vehicle%20Interest__9" aria-invalid="false" aria-label="Powerstroke" class="needsclick  kl-private-reset-css-Xuajs1"
                style="position: absolute; width: 0px; opacity: 0;"><label for="Vehicle%20Interest__9__16" class="needsclick  kl-private-reset-css-Xuajs1"
                style="display: flex; align-items: center; flex: 0 0 auto; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go3703575197" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="rgba(255,255,255,1)"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Vehicle%20Interest__9__16" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Vehicle%20Interest__9__16" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Vehicle%20Interest__9__16" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Powerstroke</div>
              </label><input tabindex="0" type="checkbox" id="Vehicle%20Interest__9__17" name="Vehicle%20Interest__9" aria-invalid="false" aria-label="Duramax" class="needsclick  kl-private-reset-css-Xuajs1"
                style="position: absolute; width: 0px; opacity: 0;"><label for="Vehicle%20Interest__9__17" class="needsclick  kl-private-reset-css-Xuajs1"
                style="display: flex; align-items: center; flex: 0 0 auto; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go3703575197" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="rgba(255,255,255,1)"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Vehicle%20Interest__9__17" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Vehicle%20Interest__9__17" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Vehicle%20Interest__9__17" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Duramax</div>
              </label><input tabindex="0" type="checkbox" id="Vehicle%20Interest__9__18" name="Vehicle%20Interest__9" aria-invalid="false" aria-label="Jeep" class="needsclick  kl-private-reset-css-Xuajs1"
                style="position: absolute; width: 0px; opacity: 0;"><label for="Vehicle%20Interest__9__18" class="needsclick  kl-private-reset-css-Xuajs1"
                style="display: flex; align-items: center; flex: 0 0 auto; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go3703575197" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="rgba(255,255,255,1)"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Vehicle%20Interest__9__18" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Vehicle%20Interest__9__18" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Vehicle%20Interest__9__18" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Jeep</div>
              </label><input tabindex="0" type="checkbox" id="Vehicle%20Interest__9__19" name="Vehicle%20Interest__9" aria-invalid="false" aria-label="All Vehicles" class="needsclick  kl-private-reset-css-Xuajs1"
                style="position: absolute; width: 0px; opacity: 0;"><label for="Vehicle%20Interest__9__19" class="needsclick  kl-private-reset-css-Xuajs1"
                style="display: flex; align-items: center; flex: 0 0 auto; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go3703575197" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="rgba(255,255,255,1)"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Vehicle%20Interest__9__19" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Vehicle%20Interest__9__19" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Vehicle%20Interest__9__19" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  All Vehicles</div>
              </label></div>
            <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
          </div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 0px 10px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(234, 29, 38); border-radius: 0px; border-style: none; border-color: rgb(9, 115, 115); border-width: 6px; color: rgb(255, 255, 255); font-family: Oswald, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 1px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto; width: 100%;">JOIN
          NOW</button></div>
    </div>
  </div>
  <div class="needsclick  kl-private-reset-css-Xuajs1"
    style="display: flex; flex-direction: column; width: 300px; margin: -20px -15px -20px 0px; padding: 0px; border-top: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; border-left: 0px; border-bottom-right-radius: 6px; border-top-right-radius: 6px; overflow: hidden; min-width: 300px; min-height: 360px;">
    <div class="needsclick  kl-private-reset-css-Xuajs1"
      style="background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/TUbfNB/images/60780e1a-ed50-4bed-a372-ce6ce8a19a16.jpeg&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; width: 100%; height: 100%; display: block;">
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

888.99.DIESEL
Diesel Truck Builds! Click Here to Check Out Some Of Our Builds
 *  Promotions
 *  My Garage

My Account

Global Account Sign In
 * Email Adress
 * Password
 * Sign In
 * Register
 * Forgot Password?

 * Or

 * Sign in with Amazon

{{formData.query}} enter
 * 

RELATED PRODUCTS

{{product.name}} {{product.baseprice}} {{product.price | currency}} Application

Search for products "{{formData.query}}"

888.99.DIESEL
My Garage
 * Cummins
   * 
   *  Main Menu
   * 2019 - 2024 Ram 6.7L Cummins
   * 2010 - 2018 Ram 6.7L Cummins
   * 2007.5 - 2009 Ram 6.7L Cummins
   * 2004.5 - 2007 Ram 5.9L Cummins
   * 2003 - 2004 Ram 5.9L Cummins
   * 1994 - 2002 Ram 5.9L Cummins
   * 1989 - 1993 Ram 5.9L Cummins
   * 2016 - 2019 Titan XD 5.0L Cummins
   * 4BT Engine Parts & Accessories
   * Dodge/Ram
     *  Main Menu
     * 2019 - 2024 Ram 6.7L Cummins
     * 2010 - 2018 Ram 6.7L Cummins
     * 2007.5 - 2009 Ram 6.7L Cummins
     * 2004.5 - 2007 Ram 5.9L Cummins
     * 2003 - 2004 Ram 5.9L Cummins
     * 1994 - 2002 Ram 5.9L Cummins
     * 1989 - 1993 Ram 5.9L Cummins
     * View All Dodge/Ram
   * Nissan Titan
     *  Main Menu
     * 2016 - 2019 Titan XD 5.0L Cummins
     * View All Nissan Titan
   * 4BT Cummins
     *  Main Menu
     * 4BT Engine Parts & Accessories
     * View All 4BT Cummins
   * View All Cummins
 * Powerstroke
   * 
   *  Main Menu
   * 2020 - 2024 Ford 6.7L Powerstroke
   * 2017 - 2019 Ford 6.7L Powerstroke
   * 2011 - 2016 Ford 6.7L Powerstroke
   * 2008 - 2010 Ford 6.4L Powerstroke
   * 2003 - 2007 Ford 6.0L Powerstroke
   * 1999 - 2003 Ford 7.3L Powerstroke
   * 1994 - 1997 Ford 7.3L Powerstroke
   * 2018 - 2021 Ford 3.0L Powerstroke
   * 1988 - 1994 Ford 7.3L IDI
   * 1983 - 1987 Ford 6.9L IDI
   * Ford
     *  Main Menu
     * 2020 - 2024 Ford 6.7L Powerstroke
     * 2017 - 2019 Ford 6.7L Powerstroke
     * 2011 - 2016 Ford 6.7L Powerstroke
     * 2008 - 2010 Ford 6.4L Powerstroke
     * 2003 - 2007 Ford 6.0L Powerstroke
     * 1999 - 2003 Ford 7.3L Powerstroke
     * 1994 - 1997 Ford 7.3L Powerstroke
     * 2018 - 2021 Ford 3.0L Powerstroke
     * 1988 - 1994 Ford 7.3L IDI
     * 1983 - 1987 Ford 6.9L IDI
     * View All Ford
   * View All Powerstroke
 * Duramax
   * 
   *  Main Menu
   * 2020 - 2024 GM 6.6L L5P Duramax
   * 2017 - 2019 GM 6.6L L5P Duramax
   * 2011 - 2016 GM 6.6L LML Duramax
   * 2007.5 - 2010 GM 6.6L LMM Duramax
   * 2006 - 2007 GM 6.6L LLY/LBZ Duramax
   * 2004.5 - 2005 GM 6.6L LLY Duramax
   * 2001 - 2004 GM 6.6L LB7 Duramax
   * 1992 - 2000 GM 6.5L
   * 2020-2023 GM 3.0L 1500 Duramax
   * GM
     *  Main Menu
     * 2020 - 2024 GM 6.6L L5P Duramax
     * 2017 - 2019 GM 6.6L L5P Duramax
     * 2011 - 2016 GM 6.6L LML Duramax
     * 2007.5 - 2010 GM 6.6L LMM Duramax
     * 2006 - 2007 GM 6.6L LLY/LBZ Duramax
     * 2004.5 - 2005 GM 6.6L LLY Duramax
     * 2001 - 2004 GM 6.6L LB7 Duramax
     * 1992 - 2000 GM 6.5L
     * 2020-2023 GM 3.0L 1500 Duramax
     * View All GM
   * Canyon/Colorado
     *  Main Menu
     * 2016 - 2022 Canyon/Colorado 2.8L Duramax
     * View All Canyon/Colorado
   * View All Duramax
 * Ecodiesel
   * 
   *  Main Menu
   * 2020-2023 Ram 1500 EcoDiesel 3.0L
   * 2014-2018 Ram 1500 EcoDiesel 3.0L
   * Ram
     *  Main Menu
     * 2020-2023 Ram 1500 EcoDiesel 3.0L
     * 2014-2018 Ram 1500 EcoDiesel 3.0L
     * View All Ram
   * 2020-2023 Jeep EcoDiesel 3.0L
   * Jeep
     *  Main Menu
     * 2020-2023 Jeep EcoDiesel 3.0L
     * View All Jeep
   * View All Ecodiesel
 * Apparel
 * Brands
   * 
   *  Main Menu
   * AFE
   * AirDog Fuel Systems
   * ATS Diesel Performance
   * BD-Power
   * BDS Suspension
   * Banks Power
   * Bosch
   * Carli Suspension
   * Cognito Motorsports
   * Custom Battery Cables
   * Diamond Eye Performance
   * Driven Diesel
   * Dynomite Diesel
   * Edge Products
   * FASS Fuel Systems
   * Fleece Performance Engineering
   * Fox Shocks
   * Industrial Injection
   * Kryptonite
   * MBRP Exhaust
   * Mishimoto
   * Mopar | Factory OEM dodge Ram
   * PacBrake
   * PPE (Pacific Performance Eng.)
   * Red-Head Steering Gears
   * Rock Krawler
   * S&B Filters
   * South Bend Clutch
   * SuspensionMaxx
   * Synergy Manufacturing
   * View All Brands
   * View All Brands
     *  Main Menu
     * AFE
     * AirDog Fuel Systems
     * ATS Diesel Performance
     * BD-Power
     * BDS Suspension
     * Banks Power
     * Bosch
     * Carli Suspension
     * Cognito Motorsports
     * Custom Battery Cables
     * View All View All Brands
   * View All Brands
     *  Main Menu
     * Diamond Eye Performance
     * Driven Diesel
     * Dynomite Diesel
     * Edge Products
     * FASS Fuel Systems
     * Fleece Performance Engineering
     * Fox Shocks
     * Industrial Injection
     * Kryptonite
     * MBRP Exhaust
     * View All View All Brands
   * View All Brands
     *  Main Menu
     * Mishimoto
     * Mopar | Factory OEM Dodge Ram
     * PacBrake
     * PPE (Pacific Performance Eng.)
     * Red-Head Steering Gears
     * Rock Krawler
     * S&B Filters
     * South Bend Clutch
     * SuspensionMaxx
     * Synergy Manufacturing
     * View All View All Brands
   * View All Brands
 * My Account Promotions

Search Cart 0


LOOKING FOR INSPIRATION ON WHAT TO DO NEXT ON YOUR TRUCK? CHECK OUT SOME OF THE
RECENT TRUCKS WE'VE BUILT! DPP BUILDS

CHECK IT OUT


SAVE UP TO 10% ON POPULAR TURBO AND STOCK INJECTOR PACKAGES INDUSTRIAL INJECTION
SALE

SHOP NOW


SAVE 10% ON ALL IVD SUSPENSION AND 15% ON ICON ALLOYS WHEELS ICON VEHICLE
DYNAMICS SALE

SHOP NOW


SAVE ON FASS TITANIUM FUEL PUMPS FOR A LIMITED TIME FASS SALE

SHOP NOW


DO YOU EVER JUST WONDER WHAT ARE THE LATEST PARTS TO BE RELEASED? US TOO! NEW
STUFF!

CHECK 'EM OUT!


GET POINTS, SAVE COIN JOIN THE CLUB

FIND OUT MORE


NEED SOME INSPIRATION FOR YOUR BUILD? CHECK OUT OUR CUSTOMERS BUILDS! CUSTOMER
BUILDS

CHECK 'EM OUT


GET VERIFIED ONCE AND SAVE ON EVERY PURCHASE. MILITARY DISCOUNT

GET VERIFIED
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 

Find Parts for your truck


SELECT YOUR VEHICLE

Select
Year
202420232022202120202019201820172016201520142013201220112010200920082007.52007200620052004.52004200320022001200019991998.81998.519981997199619951994199319921991199019891988198719861985198419831982
Select
Make
Select
Engine
Go


FEATURED TRUCKS SHOP DIESEL PARTS BY VEHICLE

Shop Ram Shop Now
Shop Ford Shop Now
Shop Chevrolet / GMC Shop Now
Shop Nissan Titan XD Shop Now
Shop Jeep Shop Now
Shop Volkswagen Shop Now
Shop Sprinter Shop Now
Garage


MY GARAGE

Sign In or register to personalize your shopping experience

Add a Vehicle
Sign In Register

Sign In or register to personalize your shopping experience


SEE OUR BEST SELLERS

When it comes to you and your truck, you only want the best of the best. In many
cases, the best programmer or suspension upgrade for you could be polar
opposites from someone else merely because the two trucks are used differently.
However, most diesel truck owners share similar basic expectations from their
vehicles: dependable, powerful, and comfortable. While some may venture into
less predictable classifications, those three are typically universally shared.
What this means is that one particular cold air intake is the best for the
majority of Cummins owners, or that one Duramax programmer outsells the rest,
and so forth. Let history guide you in your product selection by at least
checking out our list of Best Sellers. And if you don’t see something that
matches what you’re after, by all means, give us a call or send an e-mail so we
can discuss your exact application and how its used. Diesel Performance is our
business, let us help. ...Read More
Red-Head Steering Gear Box 03-08 Dodge Ram 5.9L/6.7L Cummins $456.00
Shop
F-BOMB Diesel Fuel Additive | Fuel Bomb! $14.95
Shop
Fleece Performance 63mm FMW HE300VG VGT Cheetah Turbocharger 13-18 Ram 6.7L
Cummins $2,999.00
Shop
BD Steering Box Stabilizer (SBS) 03-22 Dodge Ram 2500/3500 $263.95
Shop
Edge Insight CTS3 Digital Touch Screen Gauge Monitor $462.95
Shop
BDS Dual Steering Stabilizer Kit with Fox 2.0 Shocks 03-13 Ram 2500 / 03-12 Ram
3500 $536.85
Shop
Carli Adjustable Track Bar 13-24 Ram 3500 / 14-24 Ram 2500 $520.00
Shop
Mopar 09 Steering Upgrade Kit for 03-13 Ram 2500 / 03-12 Ram 3500 $519.00
Shop
S&B Precision Cleaning and Oil Service Kit 88-0008 / 88-0009 Replaces 88-0005
$29.95
Shop
Red-Head Steering Gear Box 99-07 GM 2500HD / 3500 $446.00
Shop
00 00

Shop All


SEE OUR TOP PICKS

As fellow diesel enthusiasts, we understand there are seemingly infinite choices
when determining your next upgrade. While you could spend hours scouring forums,
reading reviews, and watching numerous videos to come to a consensus, let us
guide you to some of our most highly recommended products that have proven
themselves to us. ...Read More
Fleece Performance 63mm FMW HE300VG VGT Cheetah Turbocharger 13-18 Ram 6.7L
Cummins $2,999.00
Shop
BD TorqueMaster 68RFE Transmission & Torque Converter w/ Billet Shaft 07.5-18
Dodge 6.7L Cummins $7,785.00
Shop
Dynomite Diesel Economy Series Remanufactured Injector Set 04.5-07 Dodge 5.9L
Cummins $2,930.06
Shop
FASS TS C10 100G Titanium Signature Series Fuel Lift Pump 100GPH 01-10 6.6L GM
Duramax $645.05
Shop
Fleece Performance 63mm FMW HE351VE VGT Cheetah Turbocharger 07.5-12 Dodge 6.7L
Cummins $2,999.00
Shop
No Limit Fabrication CP4 Bypass Disaster Kit 11-19 Ford 6.7L Powerstroke $329.00
Shop
Banks Monster-Ram Intake System 19-23 Ram 6.7L Cummins $968.00
Shop
Carli 3.5" Lift E-Venture Suspension System 20-23 Ford 6.7L Powerstroke
$6,165.00
Shop
Kryptonite Death Grip Tie Rods 01-10 GM 2500HD / 3500 $360.99
Shop
FASS TS C11 100G Titanium Signature Series Fuel Lift Pump 100GPH 11-14 6.6L GM
Duramax LML $645.05
Shop
00 00

Shop All


20+ YEARS STRONG DIESEL PERFORMANCE IS OUR BUSINESS

Diesel Power Products is your diesel performance headquarters proudly located in
Spokane Valley, Washington. Our online storefront provides the most
comprehensive catalog for your diesel truck and we offer the industry's best
product support for your Dodge Ram Cummins, Ford Powerstroke, GM Duramax, Ram
EcoDiesel, Nissan Titan XD, Volkswagen TDi, or Sprinter. We offer FREE SHIPPING
on most orders over $199 and have numerous shipping locations throughout the
United States to ensure you receive your product as quickly as possible....Read
More

Read More
Blog
Videos
Builds

WHY DPP?

Expert Advice
Free Shipping
Massive Selection
Experienced Staff
Industry Innovators
BBB A Rating
Blog
Videos
Builds


SHOP BY A DIESEL EXPERT

Jesse Young Vehicle Expert
Jesse Vehicle Expert Explore


VEHICLE EXPERT JESSE YOUNG

The real fun begins, where the pavement ends.
More about Me
Cory Henderson Vehicle Expert
Cory Vehicle Expert Explore


VEHICLE EXPERT CORY HENDERSON

Champagne built on a beer budget.
More about Me
Chris Williams Vehicle Expert
Chris Vehicle Expert Explore


VEHICLE EXPERT CHRIS WILLIAMS


More about Me
Sarah King Vehicle Expert
Sarah Vehicle Expert Explore


VEHICLE EXPERT SARAH KING


More about Me
See all Experts


NO SALESMEN, JUST ENTHUSIASTS DIESEL IS IN OUR BLOOD. EVERY ONE OF OUR SALES
STAFF IS A CERTIFIED DIESEL EXPERT.

Talk to an Expert 888.993.4373
Chat with An Expert Start Live Chat


INSTAGRAM DPP IN ACTION

#diesel

Join our community on Instagram by posting photos of your latest build.

D
dieselpowerproducts

01/02/24
All jacked up on Red Bull and already over it 😂 📹: @grimesenvironmental
#diesel #dieseltruck #dieselpower #dieselpowerproducts
READ MORE...
READ LESS
Was this review helpful?

0

0
D
dieselpowerproducts

01/01/24
Did you know this existed? 🫨 📹: @illinois_motors #diesel #dieseltruck
#dieselpower #dieselpowerproducts
READ MORE...
READ LESS
Was this review helpful?

0

0
D
dieselpowerproducts

12/31/23
Time for some new front end parts 😬 #diesel #dieseltruck #dieselpower
#dieselpowerproducts
READ MORE...
READ LESS
Was this review helpful?

0

0
D
dieselpowerproducts

12/30/23
Clean up on pump 2 🤦‍♂️ 📹: Crudediesel_ on TT #diesel #dieseltruck
#dieselpower #dieselpowerproducts
READ MORE...
READ LESS
Was this review helpful?

0

0
D
dieselpowerproducts

12/30/23
Muddin’ on the job 😂 📹: pipeline_hank on TT #diesel #dieseltruck #dieselpower
#dieselpowerproducts
READ MORE...
READ LESS
Was this review helpful?

0

0
Slideshow
Slide controls

Loading...

Powered by



Add Your Own


THANK YOU!
YOU׳RE AWESOME

Your posts will appear on-site
once they’re approved
Close


OOPS.
SOMETHING WENT WRONG

Check your connection or try again later
Close


ADD A CAPTION


Add more
Submit Next



TELL US ABOUT YOURSELF


We'll never show your full name or email
Enter your name
Enter your name
Enter a valid email e.g. example@example.com
Enter a valid email e.g. example@example.com
Please fill all of the required fields
Submit


Load More
Loading...


NEWSLETTER SIGN UP

SUBMIT
   
   
 * 
 * 
 * 
 * 
 * 
 * 

 * Our Company
   * About Us
   * Mission Statement
   * Careers
   * FAQs
 * Resources
   * Contact Us
   * Testimonials & Reviews
   * RMA Form
   * Sales and Promotions
   * New Web Site Info
   * Blog
   * Videos
   * Customer Builds
 * Store Policies & Info
   * Returns
   * Security Policy
   * Shipping Policy
   * Privacy Policy
   * Military Discount
   * Loyalty Program
 * Custom Services
   * My Garage

LOCATION & HOURS


 * 5204 E Broadway Ave.
 * Spokane Valley, WA

 * Walk-in Hours Showroom Temporarily Closed
 * Phone Hours M-F 6am - 6pm pst
 * 888.99.DIESEL

© 2024 Power Products Unlimited, Inc. All Rights Reserved

 * 
 * 


Chat with us, powered by LiveChat



Loyalty Rewards
✕

x
It’s simple; being a Diesel Power Products Loyalty Program member saves you
money. Redeem points for cash off your next order.
Find Out More

Refer A Friend


×

Close dialog 3

BECOME A

DIESEL INSIDER

Be the first to know about promotions, new products, awesome blog content,
podcasts, and more!




Click the vehicle model(s) you're interested in hearing more about:

Cummins
Powerstroke
Duramax
Jeep
All Vehicles

JOIN NOW