shop.nitrouseffect.com Open in urlscan Pro
23.227.38.74  Public Scan

URL: https://shop.nitrouseffect.com/
Submission Tags: phishingrod
Submission: On July 26 via api from DE — Scanned from CA

Form analysis 4 forms found in the DOM

GET /search

<form action="/search" method="get" novalidate="">
  <input class="mb0" type="text" name="q" id="q" placeholder="Search...">
</form>

POST /contact#newsletter_form

<form method="post" action="/contact#newsletter_form" id="newsletter_form" accept-charset="UTF-8" class="contact-form" novalidate=""><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="form form-vertical v-center">
    <input type="hidden" name="contact[tags]" value="prospect, password page">
    <input type="email" name="contact[email]" id="email-address" placeholder="Email address">
    <button class="button btn-secondary" type="submit">Keep Me Posted</button>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form" novalidate=""><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="form form-vertical v-center">
    <input type="hidden" name="contact[tags]" value="prospect, newsletter">
    <input type="email" name="contact[email]" placeholder="Email address">
    <input type="submit" class="button btn-secondary" value="Subscribe">
    <div class="gdpr-text before-signup">
      <p>*By completing this form you're signing up to receive our emails and can unsubscribe at any time.</p>
    </div>
  </div>
</form>

POST /cart

<form id="cartForm" class="ajax-cart__cart-form wrapper  mb4 js-cart-form hide" action="/cart" method="post">
  <div class="ajax-cart__cart-items span-12 auto mb1">
  </div>
  <div class="ajax-cart__info-wrapper a-left hide js-cart-info">
    <ul class="ajax-cart__accordion js-cart-accordion">
      <li class="tlink has_sub_menu closed">
        <a class="closed mb0" aria-haspopup="true" aria-expanded="false" href="" rel="nofollow">
            Leave a note with your order
            <span class="icon inactive-arrow">+</span>
            <span class="icon active-arrow">-</span>
          </a>
      </li>
      <ul class="accordion-content sub closed">
        <div class="a-left">
          <textarea name="note" id="note" rows="5" cols="60" class="js-cart-note border"></textarea>
        </div>
      </ul>
      <li class="tlink2 has_sub_menu closed ajax-cart__accordion--shipping-calc">
        <a class="closed mb0" aria-haspopup="true" aria-expanded="false" href="" rel="nofollow">
            Get shipping estimate
            <span class="icon inactive-arrow">+</span>
            <span class="icon active-arrow">-</span>
          </a>
      </li>
      <ul class="accordion-content2 sub closed">
        <div id="shipping-calculator" class="js-shipping-calc-wrapper mb4 block pt6 pb6">
          <div class="form wrapper">
            <div class="address_province_container province span-6 auto simple-select" id="address_province_container" style="display: none;">
              <label for="address_province" id="address_province_label" class="js-shipping-calc-address-province-label">Province</label>
              <select id="address_province" class="address_form select-selected js-shipping-calc-address-province" style="min-width: unset;" name="address[province]" data-default=""></select>
            </div>
            <div class="country span-6 auto simple-select">
              <label for="address_country">Country</label>
              <select id="address_country" class="select-selected js-shipping-calc-address-country" style="min-width: unset;" name="address[country]" data-default="United States">
                <option value="0">Choose Country</option>
              </select>
            </div>
            <div class="postal span-6 auto v-end">
              <label for="address_zip">Zip/Postal Code</label>
              <input class="js-shipping-calc-address-zip" type="text" id="address_zip" placeholder="Zip/Postal Code" name="address[zip]">
            </div>
            <div class="action_bottom span-6 auto v-end">
              <input type="submit" data-ajax-shipping-rates="" style="margin-bottom: 0;" class="w100 get-rates button btn-sng-outline mb0 js-shipping-calc-submit" value="Calculate Shipping">
            </div>
            <div id="wrapper-response" class="shipping-calc__response js-shipping-calc-response span-12 auto" style="display:none;">
              <div class="shipping-calc__response--wrapper">
                <p id="shipping-rates-feedback" class="js-shipping-calc-rates-feedback mb2">
                </p>
                <ul id="shipping-rates" class="js-shipping-calc-rates shipping-calc__rates mb0">
                </ul>
              </div>
            </div>
          </div>
        </div>
      </ul>
    </ul>
    <div class="ajax-cart__free-shipping">
      <div class="cart-shipping-countdown py4 px4 mb4 a-center">
        <span>
          <p class="mb1 sm">You are only $99.00 away from Free Domestic Shipping!</p>
          <small>(Excludes International)</small>
        </span>
      </div>
    </div>
  </div>
  <div class="ajax-cart__summary-wrapper hide js-cart-summary">
    <div class="ajax-cart__final-details">
      <div class="subtotal shrink-wrap">
        <p class="title inline-block w50 a-left mb0">Subtotal</p>
        <p class="subtotal-price inline-block w50 a-right mb0"><span class="cart-original-total cart-price block js-cart-subtotal">$0.00</span></p>
      </div>
      <div class="tax shrink-wrap">
        <p class="title inline-block w50 a-left mb0">Tax</p>
        <p class="inline-block w50 a-right mb0">Calculated at checkout </p>
      </div>
      <div class="shipping shrink-wrap">
        <p class="title inline-block w50 a-left mb0">Shipping</p>
        <p class="inline-block w50 a-right mb0">Calculated at checkout </p>
      </div>
      <div class="discounts shrink-wrap">
      </div>
      <hr class="border mt3 mb3">
      <div class="total">
        <p class="title a-left">Total</p>
        <p class="total-price inline-block w50 a-right"><span class="cart-original-total cart-price">$0.00</span>
          <span class="cart-total"></span>
        </p>
      </div>
    </div>
    <div class="ajax-cart__buttons">
      <a class="ajax-cart__button-view_cart button btn-sng-outline btn-full" href="/cart">View Cart</a>
      <input class="ajax-cart__button-submit button btn-secondary btn-full" type="submit" name="checkout" id="checkout" value="Check Out">
      <p class="sm-caps or-divider mt2 mb2 a-center"><span>Or</span></p>
      <div class="ajax-cart__buttons-additional a-center">
        <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
      </div>
    </div>
  </div>
</form>

Text Content

 * 


 * 
 * 

 * Curated Items
 * Nitrous Gear
 * XOK Brand
 * Good Reads
 * NitrousEffect.com

This store is managed and operated by Nitrous Effect, a multi-agency collective.
Learn More

 * Curated Items
 * Nitrous Gear
 * XOK Brand
 * Good Reads
 * NitrousEffect.com


 * 
 * 


 * 


 * 
 * 




WELCOME TO OUR LITTLE STORE.

The Nitrous Effect shop features a curated selection of products our team loves,
our own branded gear, and our own (for good) sister brand XOK.

View what's New



SOCIALLY IMPACTFUL GOODS.

At Nitrous Effect, social impact matters. We curate mainly minority-owned brands
and products that we stand by and use every day.



Check out some of our favorites below 😄

The Future Is Inclusive Rainbow Patch

$9.95
translation missing: en.products.product.unit_price_label
/per 

Copper Luxury Woodwick Candle 14.5oz

$25.00
translation missing: en.products.product.unit_price_label
/per 

Rainbow Pride Pin

$12.50
translation missing: en.products.product.unit_price_label
/per 

Kebon Coffee 12oz (Caramel & Green Apple)

$20.00
translation missing: en.products.product.unit_price_label
/per 


A CURATED CATALOG.

Our main goal in creating this store was to offer access to a list of the brands
we love the most.

Browse Full Catalog


NITROUS GEAR.

Be cool like the cool kids 😎. The people at our agencies rep our gear, and we
thought you might like it too.

Browse Our Gear

And finally...


INTRODUCING THE XOK BRAND.

XOK is a love-yourself, love-others brand. Through XOK, we are on a mission to
help people love themselves and love others by loving (XOK) and being okay
(XOK).

View All XOK


THERE'S NOTHING LIKE A GOOD BOOK.

Here's some good reads we've loved and recommended to friends lately! 📚

Sale


From Like to Love: Inspiring Emotional Commitment from Employees and Customers

$14.67 $24.99 (Save $10.32)
translation missing: en.products.product.unit_price_label
/per 
Sale


Amaze Every Customer Every Time: 52 Tools for Delivering the Most Amazing
Customer Service on the Planet

$14.49 $24.95 (Save $10.46)
translation missing: en.products.product.unit_price_label
/per 
Sale


Radical Candor: Be a Kick-Ass Boss Without Losing Your Humanity

$26.95 $31.49 (Save $4.54)
translation missing: en.products.product.unit_price_label
/per 
Sale


The Miracle Mentality: Tap into the Source of Magical Transformation in Your
Life

$20.96 $23.95 (Save $2.99)
translation missing: en.products.product.unit_price_label
/per 


STAY IN THE KNOW - SEE OUR NEW ITEMS.

Keep Me Posted

Nitrous Effect™ is a unique company collaboration of specialty agencies that
solve complex business challenges better and faster than the traditional agency
model. Visit our website to learn more.


 * Search

American Express Apple Pay Diners Club Discover Meta Pay Google Pay Mastercard
PayPal Shop Pay Venmo Visa
© 2023 Nitrous Effect Shop •


KEEP IN TOUCH

Signup for exclusive offers and promotions.

*By completing this form you're signing up to receive our emails and can
unsubscribe at any time.




CART

0 Item(s)

Your cart is currently empty.

 * Leave a note with your order + -
   
 * Get shipping estimate + -
   Province
   Country Choose Country
   Zip/Postal Code
   
   
   

You are only $99.00 away from Free Domestic Shipping!

(Excludes International)

Subtotal

$0.00

Tax

Calculated at checkout

Shipping

Calculated at checkout



--------------------------------------------------------------------------------

Total

$0.00

View Cart

Or