www.baliblinds.com Open in urlscan Pro
69.129.253.153  Public Scan

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

Form analysis 4 forms found in the DOM

GET /search/

<form class="search-form" method="get" action="/search/" role="search">
  <!-- search result redirect to: support/search-results.html -->
  <div class="input-group">
    <label class="sr-only" for="eyebrow-search-input">Enter Search Text</label>
    <input id="eyebrow-search-input" class="form-control search-input" type="search" name="q" placeholder="Search" autocomplete="off">
    <!-- clear form icon is not displayed unless there is text in the input field -->
    <input class="search-submit-button" type="submit" value="Submit Search">
  </div>
</form>

<form class="site-form acct-login-modal-form">
  <div class="form-error-message hide">
    <p>
      <style>
        .new-nav>li.primary-item-free-swatches:hover {
          border-bottom: 0.4rem solid transparent !important;
        }

        @media (min-width: 992px) {
          .bali-blinds-main-nav .nav-list {
            margin-bottom: 0.3rem !important;
          }
        }

        @media (min-width: 1200px) {
          .topbar-nav .free-swatches-item {
            display: none;
          }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
          .new-nav .primary-item-free-swatches {
            display: none !important;
          }
        }

        @media (min-width: 768px) {
          .new-nav .primary-item {
            margin: 0 var(--space-3xs) !important;
          }
        }

        .new-nav li.primary-item-free-swatches>a.primary-nav-item {
          padding: 0.7rem 1.2rem !important;
          background-color: #4e616b;
          color: white;
          margin-top: 0.3rem;
        }

        .new-nav .primary-item-shop-in-store-online .primary-nav-item {
          background-color: transparent !important;
          color: #000;
          padding: .7rem 1.2rem !important;
          border: 1px solid #4e616b;
          border-radius: 1px;
          margin-top: 0.3rem;
        }
      </style>
      <script>
        if (window.location.href.indexOf('products/shutters') > -1) {
          var productLinkSection = document.querySelector('.product-link-section');
          if (productLinkSection) {
            productLinkSection.style.display = 'none';
          }
        }
      </script>
    </p>
    <p><strong>Login error:</strong> An account with this email and password doesn't exist. Please re-enter your login information or <a href="/create-account/">create an account</a>.</p>
    <p></p>
  </div>
  <section class="form-section form-section-no-border">
    <div class="form-row">
      <div class="col-xs-12 col-sm-12 form-group required">
        <label class="sr-only" for="modalAcctUsername">Email Address</label>
        <input id="modalAcctUsername" name="modalAcctUsername" placeholder="Email Address" type="email" value="" required="required" validate="email">
        <span class="text-danger field-validation-error hide" data-valmsg-for="modalAcctUsername" data-valmsg-replace="true"><span id="modalAcctUsername-error" class="">Email Address is required</span></span>
      </div>
    </div>
    <div class="form-row">
      <div class="col-xs-12 col-sm-12 form-group required">
        <label class="sr-only" for="modalAcctPassword">Password</label>
        <input id="modalAcctPassword" name="modalAcctPassword" placeholder="Password" type="password" value="" required="required" validate="text">
        <span class="text-danger field-validation-error hide" data-valmsg-for="modalAcctPassword" data-valmsg-replace="true"><span id="modalAcctPassword-error" class="">Password is required</span></span>
      </div>
    </div>
    <div class="form-row">
      <div class="col-xs-12 col-sm-12 form-group sign-up">
        <input type="checkbox" name="modalAcctRememberMe" id="modalAcctRememberMe" class="sign-up-checkbox" checked="">
        <label for="modalAcctRememberMe" class="sign-up-label">Remember Me</label>
      </div>
    </div>
    <div class="form-row">
      <div class="col-xs-6 col-sm-6">
        <input class="o-form__submit submit-button" type="submit" value="Login">
      </div>
      <div class="col-xs-6 col-sm-6 forgot-password-link">
        <a href="/forgot-password/" class="text-link">Forgot Password</a>
      </div>
    </div>
  </section>
</form>

<form class="site-form modal-acct-create-form">
  <div class="form-error-message password-mismatch-error-message hide">
    <p><strong>Your passwords do not match:</strong> The passwords you have entered don’t match. Please make sure you have entered the same passwords in both password fields.</p>
  </div>
  <div class="form-error-message existing-account-error-message hide">
    <p>Error: An account with this username already exists. Please enter in the password associated with this account or use <a href="/forgot-password/" target="_blank">Forgot Password</a> to reset.</p>
  </div>
  <div class="form-error-message account-creation-error-message hide">
    <p><strong>Error:</strong>&nbsp;There was an error creating your account. Please try resubmitting your information.</p>
  </div>
  <div class="form-error-message password-strength-error-message hide">
    <p><strong>Your password is not strong enough:</strong> Please make sure your password is a minimum of 8 characters and includes 1 letter, 1 number, and 1 special character.</p>
  </div>
  <section class="form-section form-section-no-border">
    <div class="form-row">
      <div class="col-xs-12 col-sm-12 form-group required">
        <label class="sr-only" for="modalNewAcctUsername">Email Address</label>
        <input id="modalNewAcctUsername" name="acctUsername" placeholder="Email Address" type="email" value="" required="required" validate="email">
        <span class="text-danger field-validation-error hide" data-valmsg-for="modalNewAcctUsername" data-valmsg-replace="true"><span id="modalNewAcctUsername-error" class="">Email Address is required</span></span>
      </div>
    </div>
    <div class="form-row">
      <div class="col-xs-12 col-sm-12 form-group required">
        <label class="sr-only" for="modalNewAcctPassword">Password</label>
        <input id="modalNewAcctPassword" name="acctPassword" placeholder="Password" type="password" value="" required="required" validate="password" autocomplete="off">
        <span class="text-danger field-validation-error hide" data-valmsg-for="modalNewAcctPassword" data-valmsg-replace="true"><span id="modalNewAcctPassword-error" class="">Password is required</span></span>
        <p class="caption" style="margin-bottom:-1rem;">Minimum of 8 characters – must include 1 letter, 1 number, and 1 special character (!,@,#,$,^,&amp;, or *)</p>
      </div>
    </div>
    <div class="form-row">
      <div class="col-xs-12 col-sm-12 form-group required">
        <label class="sr-only" for="modalNewAcctPasswordConfirm">Re-enter Password</label>
        <input id="modalNewAcctPasswordConfirm" name="acctPasswordConfirm" placeholder="Re-enter Password" type="password" value="" required="required" validate="password" autocomplete="off">
        <span class="text-danger field-validation-error hide" data-valmsg-for="modalNewAcctPasswordConfirm" data-valmsg-replace="true"><span id="modalNewAcctPasswordConfirm-error" class="">Password is required</span></span>
        <p class="caption" style="margin-bottom:-1rem;">Minimum of 8 characters – must include 1 letter, 1 number, and 1 special character (!,@,#,$,^,&amp;, or *)</p>
      </div>
    </div>
    <div class="form-row">
      <div class="col-xs-12 col-sm-12 form-group sign-up">
        <input type="checkbox" name="offer-opt-in" id="modal-offer-opt-in" class="sign-up-checkbox" checked="">
        <label for="modal-offer-opt-in" class="sign-up-label">Yes, please send me email about special offers, new products, and promotions for Bali)</label>
      </div>
    </div>
    <div class="form-row">
      <div class="col-xs-6">
        <input class="o-form__submit submit-button" type="submit" value="Create Account">
      </div>
    </div>
  </section>
</form>

POST https://www.getdrip.com/forms/699867475/submissions

<form action="https://www.getdrip.com/forms/699867475/submissions" method="post" data-drip-embedded-form="699867475" id="drip-ef-699867475" class="validate newsletter-form" data-drip-id="699867475">
  <div data-drip-attribute="description"></div>
  <label class="newsletter-label" for="drip-email">Keep in Touch with Bali Blinds</label>
  <input class="email" type="email" id="drip-email" name="fields[email]" value="" placeholder="Sign Up for Emails" autocomplete="on">
  <div style="display: none;" aria-hidden="true">
    <label for="website">Website</label><br>
    <input type="text" id="website" name="website" tabindex="-1" autocomplete="false" value="">
  </div>
  <input type="submit" value="Submit" data-drip-attribute="sign-up-button" class="newsletter-submit btn">
  <input type="hidden" name="time_zone" value="Europe/Berlin"><input type="hidden" name="url" value="https://www.baliblinds.com/"><input type="hidden" name="page_title" value="Shop Custom Blinds, Shades, Shutters &amp; Drapery | Bali Blinds">
</form>

Text Content

Skip to main content
Where To Buy Bali Blinds →
 * Customer Support
   
   
    * Child Safety
    * Contact Us
    * FAQs
    * Motorization Support
    * Replacement Parts
    * Troubleshooting
    * Warranty Information
    * Product Registration

 * Where To Buy
 * Free Swatches
 * My Account
    * My Favorites
    * My Window Treatments
    * Manage Account
    * Log Out

 * Enter Search Text

 * Products
   Products
    * * Shades
      * Cellular Shades
      * Classic Roman Shades
      * Exterior Solar Shades
      * Layered Shades
      * Natural Shades
      * Pleated Shades
      * Roller Shades
      * Roman Shades
      * Sheer Shades
      * Sliding Panels
      * Solar Shades
      * Tailored Roman Shades
      * Value Cellular Shades
    * * Blinds
      * Faux Wood Blinds
      * Horizontal Blinds
      * Vertical Blinds
      * Wood Blinds
      * Value Faux Wood Blinds
      * Value Vertical Blinds
      * Value Vinyl Blinds
    * * Accessories
      * Fabric Top Treatments
      * Motorization
      * Wood Cornices
    * * Shutters
      * DIY Composite Shutters
      * Premium Shutters
    * * Drapery
      * Custom Drapery
      * Natural Drapes
   
   
    * Product Advisor
      
      Find the right window treatment based on your shape, light/privacy,
      material, control, and feature needs.
   
    * Bali Visualizer
      
      Upload a photo of your room—or choose from our sample room scenes—to
      preview how our window treatments will look in your home.

 * Solutions
   Solutions By Space
   
   Learn about common issues in your home, as well as how our products are best
   suited to handle them.
   
    * * Other Considerations
      * Eco-Friendly Blinds & Shades
      * Versatile Coverage
      * Specialty-Shaped Windows
   
    * Privacy & Light Control
      
      From sheer to blackout, there's something for everyone.
   
    * Motorized Blinds & Shades
      
      Automate your shades for more control and privacy.
   
    * Wide Windows & Doors
      
      Cover your wide windows and sliding glass doors in style.
   
    * Hard-to-Reach Windows
      
      Easy control is within reach.
   
    * Energy Savings
      
      Lower your energy bills and increase comfort all year.
   
    * Heat & Humidity
      
      Moisture made easy.

 * Inspiration
   Inspiration
    * Design Blog
      
      Tips, tricks and answers to all your window treatment questions.
   
    * Photo & Video Gallery
      
      Inspirational vignettes help you find window treatments that reflect your
      style.
   
    * 
    * * Trending Articles
      * The Best Motorized Blinds and Shades for Your Home
      * Why Natural Woven Shades Fit Every Room
      * Who Should Get Motorized Blinds and Shades?
      * Blackout Shades Are Perfect for These 3 Rooms
      * The Benefits of Motorized Blinds & Shades

 * How To Center
   How To Center
    * Measure
      
      Instructions for measuring your windows.
   
    * Install
      
      Need a little help installing your window treatments? We've got you
      covered.
   
    * Clean
      
      Find out how to best clean your window treatments.
   
    * 
    *  * Resources
       * How To Choose Your Window Treatments
       * Replacement Parts
       * Troubleshooting
       * Frequently Asked Questions

 * Why Bali?
 * Visualizer
 * Shop In Store & Online
 * Free Swatches

 * Products
   * Shades
     * Cellular Shades
     * Classic Roman Shades
     * Exterior Solar Shades
     * Layered Shades
     * Natural Shades
     * Pleated Shades
     * Roller Shades
     * Sheer Shades
     * Sliding Panels
     * Solar Shades
     * Tailored Roman Shades
   * Blinds
     * Faux Wood Blinds
     * Horizontal Blinds
     * Vertical Blinds
     * Wood Blinds
   * Value Blinds and Shades
     * Value Cellular Shades
     * Value Faux Wood Blinds
     * Value Vertical Blinds
     * Value Vinyl Blinds
   * Shutters
     * DIY Composite Shutters
     * Premium Shutters
   * Drapery
     * Custom Drapery
     * Natural Drapes
   * Accessories
     * Fabric Top Treatments
     * Motorization
     * Wood Cornices
   * Motorized Blinds & Shades
 * Solutions
   * Eco-Friendly Blinds & Shades
   * Energy Savings
   * Hard-to-Reach Windows
   * Heat & Humidity
   * Privacy & Light Control
   * Specialty-Shaped Windows
   * Versatile Coverage
   * Wide Windows & Doors
 * Inspiration
   * Design Blog
   * Window Treatments Photo Gallery
 * How To Center
   * Measure
   * Install
   * Clean
   * Replacement Parts
   * Troubleshooting
   * Frequently Asked Questions
 * Visualizer
 * Shop In Store & Online

Back


Back


 * Modern Style. New On-trend Fabrics.
   New Roller Fabrics
 * Custom Blinds & Shades in as Little as Two Weeks
   Find Out Where to Buy
 * Easy Elegance, Energy Efficiency
   New Cellular Fabrics
 * Modern Style. New On-trend Fabrics.
   New Roller Fabrics
 * Choose Confidently with the Bali Visualizer
   Try Window Treatments Virtually
 * Traditional Shade. Fresh Take
   New Pleated Fabrics
 * New Designer Fabrics, UV Protecting Shades
   New Solar Fabrics
 * Custom Blinds & Shades in as Little as Two Weeks
   Find Out Where to Buy

Previous

Next


CUSTOM BLINDS, SHADES,
SHUTTERS & DRAPERY


YOUR WINDOW HAS NEVER LOOKED SO GOOD.

View video transcript


Blinds →

Shades →

Drapery →

Shutters →


FIND YOUR MATCH

START BY SELECTING THE SHAPE OF YOUR WINDOW OR DOOR

Standard Window

Bay Window

Specialty Shape

Sliding Door

French Door

FIND YOUR WINDOW TREATMENT


SHOP WHERE YOU LIKE

Order from your favorite retailer online or in a store near you.

Find a Retailer →


HELP, EVERY STEP OF THE WAY

Ask an Expert → Find Answers Online →


TRY SOME
FREE SWATCHES

It's the no-commitment way to see our fabrics in your home.

Order Free Swatches →


STYLE YOU CAN TRUST


Years of Experience


Lifetime Warranty


Best-in-Industry
Customer Service


Headquarters in
the Heartland

Interior Design
Experts




LOGIN TO YOUR ACCOUNT

Login error: An account with this email and password doesn't exist. Please
re-enter your login information or create an account.



Email Address Email Address is required
Password Password is required
Remember Me
Forgot Password


DON’T HAVE AN ACCOUNT?

Create a Bali Consumer Account for saving swatches and room scene photos to
reference on your design journey and preview window treatments on your very own
windows with the Bali Window Treatment Visualizer.

Create a Free Account


CREATE A FREE ACCOUNT

Your passwords do not match: The passwords you have entered don’t match. Please
make sure you have entered the same passwords in both password fields.

Error: An account with this username already exists. Please enter in the
password associated with this account or use Forgot Password to reset.

Error: There was an error creating your account. Please try resubmitting your
information.

Your password is not strong enough: Please make sure your password is a minimum
of 8 characters and includes 1 letter, 1 number, and 1 special character.

Email Address Email Address is required
Password Password is required

Minimum of 8 characters – must include 1 letter, 1 number, and 1 special
character (!,@,#,$,^,&, or *)

Re-enter Password Password is required

Minimum of 8 characters – must include 1 letter, 1 number, and 1 special
character (!,@,#,$,^,&, or *)

Yes, please send me email about special offers, new products, and promotions for
Bali)



GET MORE WITH A BALI FAVORITES ACCOUNT



My Favorites is your online portfolio for saving swatches and room scene photos
to reference on your design journey. Share favorites and easily order your
preferred samples from the available swatches.



Inspiration

 * Design Blog
 * Photo & Video Gallery

How-To Center

 * How-To Choose
 * How-To Measure
 * How-To Install
 * How-To Clean

Customer Support

 * Child Safety
 * Contact Us
 * FAQs
 * Motorization Support
 * Replacement Parts
 * Troubleshooting
 * Warranty Information
 * Product Registration


Keep in Touch with Bali Blinds
Website

 * 
 * 
 * 
 * 

Photos are for inspiration only. Not all product configurations are available in
all countries.

© 2009–2024 Bali is a brand and registered trademark of Springs Window Fashions,
the Best Experience Company.

Privacy Policy Terms and Conditions CCPA Canadian Safety Information Social
Media Policies
Privacy Policy

This site uses cookies and other similar technologies to track and optimize your
online experience. By using our site, you are accepting our use of these
technologies. Please see our Privacy Policy for additional information.

OK




When you visit our website or open our emails we may use cookies and other
tracking technologies to enhance user experience, to analyze performance and
traffic on our website, and (combined with data from third parties) to market to
you through online, email or direct mail. If we have detected an opt-out
preference signal then it will be honored. Click "Manage My Preferences" to
opt-out.
Manage My Preferences



DO NOT SELL OR SHARE MY PERSONAL DATA

When you visit our website, log in, or open an email from us, we store cookies
on your browser to collect information. The information collected might relate
to you, your preferences or your device, and is used to make the site work as
you expect it to, to provide a more personalized web experience, and to tailor
ads, direct mail, and emails to you. You can choose not to allow certain types
of cookies, including cookies we use for advertising purposes. Click on the
different category headings to find out more and change our default settings
according to your preference. For more information about the cookies used,
please see our Privacy Policy.
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site then may not work.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used to build a profile of your interests and show you relevant ads on other
sites, or to retarget you after you visit our site. They are based on uniquely
identifying your browser and internet device, and may connect those identifiers
with other information. If you do not allow these cookies, you will experience
less targeted advertising.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm My Choices