www.sunco.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://sunco.com/
Effective URL: https://www.sunco.com/
Submission Tags: tranco_l324
Submission: On May 31 via api from DE — Scanned from CA

Form analysis 5 forms found in the DOM

GET /pages/search-results-page

<form action="/pages/search-results-page" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input snize-input-style" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
  <a href="javascript:void(0)" title="close" class="close close-search close-search-style-3" style="display: none;">
                    <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg>
                </a>
</form>

GET /pages/search-results-page

<form action="/pages/search-results-page" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input snize-input-style" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
  <a href="javascript:void(0)" title="close" class="close close-search close-search-style-3" style="display: none;">
                    <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg>
                </a>
</form>

POST /contact

<form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = popup.find('.modal-overlay');
          popup.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="enter your email address" required="required">
  <input class="btn" type="submit" value="Submit">
</form>

POST /account/login

<form accept-charset="UTF-8" action="/account/login" method="post">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="ct-login">
    <div class="form-group">
      <label for="customer_email">
        <span> Email Address </span>
        <em>*</em>
      </label>
      <input class="form-control" type="email" value="" name="customer[email]" placeholder="Email Address">
    </div>
    <div class="form-group">
      <label for="customer_password">
        <span> Password </span>
        <em>*</em>
      </label>
      <input class="form-control" type="password" value="" placeholder="Password" name="customer[password]">
    </div>
    <div class="action-btn">
      <input type="submit" class="btn btn-login" value="Login">
      <a class="text-hover forgot-password" href="/account/login#recover">
              Forgot your password?
            </a>
    </div>
  </div>
  <p class="note-text">Create your account and enjoy a new shopping experience.</p>
  <div class="ct-register">
    <a href="/account/register" class="btn btn-register">
              Create An Account
            </a>
  </div>
</form>

POST /contact

<form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = popup.find('.modal-overlay');
          popup.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="enter your email address" required="required">
  <input class="btn" type="submit" value="Submit">
</form>

Text Content

Press Alt+1 for screen-reader mode, Alt+0 to cancelAccessibility Screen-Reader
Guide, Feedback, and Issue Reporting


SUNCO LIGHTING - LED LIGHTING FOR COMMERCIAL AND RESIDENTIAL

0
 * (844) 334-9938    Monday - Friday 6am - 5pm (PST)

FREE RETURNS / FREE SHIPPING ON ORDERS $100+
 * Bulk and Commercial Inquiries

0 Cart
user
My Login My Login Business Login Create Account


SHOP BY

View All
 * Application
   Application
    * All Application
    * Warehouse Lighting
    * Office Lighting
    * Residential Lighting
    * Retail Lighting
    * Garage Lighting
    * Gym Lighting
    * Landscape Lighting

 * Color Temperature
   Color Temperature
    * All Color Temperature
    * Color Selectable
    * 2700K Soft White
    * 3000K Warm White
    * 4000K Cool White
    * 5000K Daylight
    * 6000K Daylight Deluxe
    * 7000K Diamond White

 * Bulb Type
   Bulb Type
    * All Bulb Type
    * A-Shape Standard Bulbs
    * T8 Tubes
    * BR Bulbs
    * PL Lamps
    * PAR Bulbs
    * Corn Bulbs
    * Bug Lights
    * Globe Bulbs
    * E12 Candelabra Bulb
    * Filament
    * Smart Bulbs

 * Retrofit LED Lighting
   Retrofit LED Lighting
    * All Retrofit LED Lighting
    * Downlight Retrofits
    * Fluorescent Retrofits
    * PL Retrofit Lamps
    * HID Retrofits
    * Wall Pack Retrofits
    * Troffer Retrofits

 * Feature
   Feature
    * All Feature
    * Dimmable
    * Dusk To Dawn
    * Food Safe (NSF Certified)
    * Motion Activated
    * Color Selectable
    * Wet Rated
    * Solar

 * Smart Light
 * Grow Light

 * COMMERCIAL
 * RESIDENTIAL
 * OUTDOOR
 * LED BULBS
 * GROW LIGHTS
 * ELECTRICAL
 * DEALS

0


SHOP BY CATEGORIES

High Bays
Ceiling Panels
Strip Lights
Vapor Tights
Area Lights
LED Tubes
Recessed Lights
Shop Lights
Lighting Fixtures
Grow Lights
Emergency Lights
LED Bulbs


SHOP BY SPACE


WAREHOUSE LIGHTING


OFFICE LIGHTING


RESIDENTIAL LIGHTING


HIGH BAY LIGHTS


CEILING PANEL LIGHTS




SMART LIGHTS


13 Inch LED Smart Ceiling Night Light, Selectable CCT, 2500 Lumens
from $35.99
 * 


Recessed LED Lighting, 6 Inch, Smart Slim, Wafer Thin, Smooth Trim, 1200 Lumens
$14.99
 * 


BR30 LED Smart Bulb, WiFi, 650 Lumens
$7.99
 * 


Recessed LED Lighting, 6 Inch, Smart Night Light Slim, Wafer Thin, Smooth Trim,
Selectable CCT, 1100 Lumens
from $14.99
 * 


PAR20 LED Smart Bulb, WiFi, 400 Lumens
from $9.99
 * 


PAR38 LED Smart Bulb, WiFi, 1050 Lumens
$14.99
 * 


B11 LED Candelabra Smart Bulb, WiFi, 325 Lumens
$10.99
 * 


Recessed LED Lighting, 4 Inch, Smart Night Light Slim, Wafer Thin, Smooth Trim,
Selectable CCT, 800 Lumens
from $14.99
 * 


G25 LED Smart Bulb, WiFi, 450 Lumens
$8.99
 * 


A19 LED Smart Bulb, WiFi, 480 Lumens
$8.50
 * 




LED LIGHTING TIPS AND TRICKS


COULD AI TAKE AN ELECTRICIAN’S JOB?


To many, the idea that artificial intelligence can and will take over the job
market is fast approaching. I’ve even seen some chatter online and...
Read more


MILLIONS OF HOMES HAVE AT LEAST ONE ELECTRICAL ERROR


The electrical systems in your home are complex and require maintenance just
like a car does. When you own a car, you bring it to a...
Read more


THE US IS GOING SOLAR, WHICH IS GOOD NEWS FOR YOU


As of April 22, 2024, the Biden-Harris Administration announced 60 selectees
that will receive $7 billion in grant awards through the “Solar for All”
grant...
Read more


ABOUT SUNCO

Sunco is dedicated to illuminating the future by providing innovative lighting
and electrical solutions through our streamlined e-commerce platform. We strive
to empower both consumers and professionals, including electricians and
contractors, with access to a wide range of high-quality products at the lowest
possible prices. By cutting through the complexities of traditional supply
chains, we bring operational excellence to the forefront of our industry.

Our core values of affordability, quality, and unmatched service drive us to be
the preferred online destination for lighting and electrical supplies.

At Sunco, we are committed to leading the way in transforming the marketplace,
ensuring that every customer experience shines brighter

Support

Help Center

Contact Us

support@sunco.com

Call Us

(844) 334-9938

Live Chat

Chat with an Expert


COMPANY

 * About Us
 * Certifications
 * Reviews
 * Blog


SUPPORT

 * FAQs
 * Returns & Refunds
 * Extended Warranty
 * Warranty Claim
 * Contact Us


RESOURCES

 * Lighting 101
 * Lighting Facts Label
 * Manuals & Downloads
 * CEC Title 20 & Title 24
 * Prop 65


BUSINESS CENTER

 * Net-30 Application
 * Tax Exemption Request
 * Bulk Sale Inquiry


SIGN UP FOR OUR NEWSLETTER

  Get 10% off when you sign up for emails!


 * 
 * 
 * 
 * 
 * 

    Do Not Sell My Personal Information    |   CA Transparency Policy    |
  Privacy Policy    |   Terms & Conditions

    Accessibility

    © 2024 Sunco Lighting, Inc. All Rights Reserved.

Close

CUSTOMER LOGIN:

Email Address *
Password *
Forgot your password?

Create your account and enjoy a new shopping experience.

Create An Account
Close

YOUR CART

0 items

Your cart is currently empty.

Continue Shopping
0%
Only $100.00 away from free shipping
-
Discount: -$26.75
Total $0.00
Shipping Taxes and shipping fee will be calculated at checkout
Secure Checkout View Cart



COLOR TEMPERATURE GUIDE



COLOR TEMPERATURE GUIDE






You have successfully subscribed!
This email is already registered
Close



Newsletter


WELCOME TO SUNCO

Take



10% OFF



Your First Order


Be the first to know about the latest deals, products updates & more!

No, thanks


Compare
Close