www.pollackassociates.com Open in urlscan Pro
18.213.81.179  Public Scan

Submitted URL: http://pollackassociates.com/
Effective URL: https://www.pollackassociates.com/
Submission: On August 01 via api from QA — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="ctct-form-custom" id="ctct_form_0" autocomplete="on" data-qe-id="form-data">
  <h2 data-qe-id="form-title" class="ctct-form-header">Stay Connected</h2>
  <p data-qe-id="form-description" class="ctct-form-text">Be the first to find out about new products, upcoming stories, and our community.</p>
  <div id="email_address_field_0" class="ctct-form-field">
    <label data-qe-id="form-label-email" id="email_address_label_0" for="email_address_0" class="ctct-form-label ctct-form-required">Email</label>
    <div class="ctct-form-errorMessage" data-qe-id="form-error-email" style="display: none;"></div>
    <input class="ctct-form-element" data-qe-id="form-input-email" id="email_address_0" type="email" name="email_address" value="" maxlength="80" placeholder="Email">
  </div>
  <div id="first_name_field_0" class="ctct-form-field">
    <label data-qe-id="form-label-first-name" id="first_name_label_0" for="first_name_0" class="ctct-form-label  ctct-form-required">First Name</label>
    <div class="ctct-form-errorMessage" data-qe-id="form-error-first-name" style="display: none;"></div>
    <input class="ctct-form-element" data-qe-id="form-input-first-name" id="first_name_0" type="text" name="first_name" value="" maxlength="50" placeholder="First name">
  </div>
  <div id="last_name_field_0" class="ctct-form-field">
    <label data-qe-id="form-label-last-name" id="last_name_label_0" for="last_name_0" class="ctct-form-label  ctct-form-required">Last Name</label>
    <div class="ctct-form-errorMessage" data-qe-id="form-error-last-name" style="display: none;"></div>
    <input class="ctct-form-element" data-qe-id="form-input-last-name" id="last_name_0" type="text" name="last_name" value="" maxlength="50" placeholder="Last name">
  </div>
  <div id="error_message_0" class="ctct-form-error" style="display:none;">
    <p class="ctct-form-errorMessage">Sorry, we could not complete your sign-up. Please contact us to resolve this.</p>
  </div>
  <div id="network_error_message_0" class="ctct-form-error" style="display:none;">
    <p class="ctct-form-errorMessage">Operation timed out, please try again.</p>
  </div>
  <div id="gdpr_text">
    <p class="ctct-gdpr-text" data-qe-id="form-gdpr-text"> By submitting this form, you are consenting to receive marketing emails from: POLLACK, 150 Varick Street, New York, NY, 10013, US, http://www.pollackassociates.com. You can revoke your
      consent to receive emails at any time by using the SafeUnsubscribe® link, found at the bottom of every email.
      <a href="https://www.constantcontact.com/legal/service-provider" target="_blank" rel="”noopener" noreferrer”="" data-qe-id="form-service-link" class="ctct-form-footer-link">Emails are serviced by Constant Contact.</a>
    </p>
  </div>
  <button data-qe-id="form-button" type="submit" class="ctct-form-button"></button>
  <div class="g-recaptcha" id="ctct_recaptcha_0" data-sitekey="6LfHrSkUAAAAAPnKk5cT6JuKlKPzbwyTYuO8--Vr" data-size="invisible">
    <div class="grecaptcha-badge" data-style="bottomright" style="width: 256px; height: 60px; display: block; transition: right 0.3s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
      <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-8p5yqskhkhnn" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfHrSkUAAAAAPnKk5cT6JuKlKPzbwyTYuO8--Vr&amp;co=aHR0cHM6Ly93d3cucG9sbGFja2Fzc29jaWF0ZXMuY29tOjQ0Mw..&amp;hl=de&amp;v=hfUfsXWZFeg83qqxrK27GB8P&amp;size=invisible&amp;cb=36r15natz5i9"></iframe>
      </div>
      <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div>
</form>

Name: login-formPOST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form" name="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <!--<label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'"></span></label>-->
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          placeholder="Enter Email" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <!--<label for="pass" class="label"><span data-bind="i18n: 'Password'"></span></label>-->
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" placeholder="Enter Password" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') --><!-- /ko -->
    <div class="actions-toolbar">
      <input id="login-context" name="context" type="hidden" value="checkout">
      <div class="checkbox-row-wrapper">
        <div class="wrapper-item remember-me">
          <label class="remember-me-label"><input type="checkbox"> Remember Me</label>
        </div>
        <div class="wrapper-item forgot-password">
          <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.pollackassociates.com/customer/account/forgotpassword/">
                  <span data-bind="i18n: 'Forgot Password?'">Forgot Password?</span>
                </a>
        </div>
      </div>
      <div class="primary signin-wrapper">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="primary signin-wrapper">
        <a href="https://www.pollackassociates.com/customer/account/create/">
                <button type="button" class="action action-login secondary" name="apply" id="apply">
                    <span>Apply For Account</span>
                </button>
              </a>
      </div>
    </div>
    <!-- <h3 class="or-title">Or<br/><br/>Apply For Account</h3> -->
    <div class="actions-toolbar">
      <p id="create-account-footer">Pollack | Weitzner web accounts are available to design professionals only. Learn more <a href="https://www.pollackassociates.com/resources/trade-only">here</a>.</p>
    </div>
  </div>
</form>

<form class="form form-account-application" id="form-account-application" style="display: none;">
  <h2>Apply For An Account</h2>
  <p> Qualified members of the interior design trade are welcome to apply for a Trade Account. Please enter and submit the information on this page for review. </p>
  <h4>Type of Account</h4>
  <label><input id="trade-account" type="radio" name="typeOfAccount" value="Trade Designer" checked="">Trade Account</label>
  <label><input id="consumer-account" type="radio" name="typeOfAccount" value="Consumer">Consumer</label>
  <h4 class="fields-header">Personal Information</h4>
  <div class="container-fluid signup-fields-container">
    <div class="row">
      <div class="col-12 col-sm-6 col-left">
        <input class="input-left" type="text" name="firstName" id="firstName" placeholder="First Name" data-validate="{required: true}">
      </div>
      <div class="col-12 col-sm-6 col-right">
        <input class="input-right" type="text" name="lastName" id="lastName" placeholder="Last Name" data-validate="{required: true}">
      </div>
      <div class="col-12 col-sm-6 col-left">
        <input class="input-left" type="email" name="email" placeholder="Email">
      </div>
      <div class="col-12 col-sm-6 col-right">
        <input class="input-right" type="email" name="confirmEmail" placeholder="Confirm Email">
      </div>
      <!-- <div class="col-12 col-sm-6 col-left">
           <input
             class="input-left"
             type="password"
             name="password"
             placeholder="Password"
           />
         </div>
         <div class="col-12 col-sm-6 col-right">
           <input
             class="input-right"
             type="password"
             name="confirmPassword"
             placeholder="Confirm Password"
           />
         </div> -->
      <div class="col-12">
        <input class="input-full" type="tel" name="phoneNumber" placeholder="Phone Number">
      </div>
      <div class="col-12">
        <select required="" class="input-full" name="positionTitle">
          <option>Position/Title</option>
        </select>
      </div>
    </div>
  </div>
  <h4 class="fields-header">Company Information</h4>
  <div class="container-fluid signup-fields-container">
    <div class="row">
      <div class="col-12">
        <input class="input-full" type="text" name="company" placeholder="Company">
      </div>
      <div class="col-12">
        <input class="input-full" type="text" name="address" placeholder="Address">
      </div>
      <div class="col-12">
        <input class="input-full" type="text" name="address2" placeholder="Address">
      </div>
      <div class="col-12 col-sm-6 col-left">
        <input class="input-left" type="text" name="city" placeholder="City">
      </div>
      <div class="col-12 col-sm-6 col-right">
        <select class="input-right" name="state">
          <option>State</option>
        </select>
      </div>
      <div class="col-12 col-sm-6 col-left">
        <input class="input-left" type="text" name="postalCode" placeholder="Postal/Zip Code">
      </div>
      <div class="col-12 col-sm-6 col-right">
        <select class="input-right" name="country">
          <option>Country</option>
        </select>
      </div>
      <div class="col-12">
        <input class="input-full" type="text" name="website" placeholder="Website">
      </div>
      <div class="col-12">
        <input class="input-full" type="tel" name="faxNumber" placeholder="Fax Number">
      </div>
    </div>
  </div>
  <button class="signup-submit-button" type="submit">Submit</button>
  <p class="bottom-modal-text"> By submitting your information you are agreeing to POLLACK's Terms and Conditions and by providing your email address, you are expressly giving consent to receive email from us. </p>
  <p class="bottom-modal-text"> If you have any questions concerning your account, please call our office at 212-627-7766 Monday to Friday, from 9am to 5pm EST. </p>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Our new sites require a new log-in. Reset your Pollack | Weitzner password here.
 * visit weitznerlimited.com

 * Collections
   
   LATEST INTRODUCTIONS
   
    * Spring 2024 Yarn Story
    * Spring Street By Pollack
    * Fall 2023 Gemini
    * Spring 2023 Trim & Proper
    * Fall 2022 Art School
   
   CURATED COLLECTIONS
   
    * Pollack + Liz Collins
    * Pollack + Gary Graham
    * Pollack + A Rum Fellow
    * Best Sellers
    * Let's Get Scheming
   
   BRAND CATEGORIES
   
    * Spring Street By Pollack
    * Pollack High Performance
    * Pollack Hospitality
    * Pollack Indoor + Outdoor
    * Pollack PURE
   
   View All Collections
 * Products
   
   PRODUCT TYPE
   
    * Window Fabrics
    * Upholstery Textures
    * Embroidery
    * Faux Leather
    * Patterned
    * Velvet / Plush
   
   COLOR
   
    * Blues
    * Reds / Pinks
    * Yellows
    * Greens
    * Cool Neutrals
    * Warm Neutrals
   
   BRAND CATEGORIES
   
    * Spring Street By Pollack
    * Pollack High Performance
    * Pollack Hospitality
    * Pollack Indoor + Outdoor
    * Pollack PURE
   
   Advanced Product Search
   View All Products
 * Resources
   
   RESOURCES
   
    * Custom Products
    * Optional Finishes
    * Environmental
    * Cleaning Instructions
    * FAQs
    * Additional Resources
   
   View All Resources
 * About
   
   ABOUT
   
    * The Studio
    * The Company + The Brand
    * Advertisements
    * Editorial

 * Contact
   
   CONTACT
   
    * Find a Rep / Showroom
    * Customer Support
    * Corporate Headquarters
    * Press Inquiries
   
   Find A Rep


Toggle Nav

Want to see more search options?

Advanced Product Search
 * Compare Products 0 items

Menu
 * Collections

 * Products
   
   +
    * All Products
    * Upholsteries
    * Window Fabrics
    * High Performance
    * Hospitality
    * Indoor + Outdoor
    * Pure
    * Advanced Product Search

 * Discover
 * Resources
 * Contact

Account



PRODUCT KEYWORD SEARCH

✕
➛


ADVANCED PRODUCT SEARCH

Clear
Apply


PRICE

–
per yd


STOCK

–
yds
Display Discontinued items


USAGE

 * Decoration/Pillow
 * Upholstery
 * Window
 * * Sheer - standard width
   * Sheer - extra wide
   * Opaque - standard width
   * Opaque - extra wide


TYPE

 * Chenille
 * Dry/Matte
 * Embroidery
 * Faux Leather/Suede
 * Metallic
 * Natural Fiber
 * Non Woven
 * Outdoor
 * Patterned
 * Prints
 * Silky
 * Specialty
 * Texture
 * Velvet/Plush/Mohair


PATTERN

 * "Pattern Plain"
 * Abstract/Organic
 * Animal
 * Botanical/Floral
 * Fringe
 * Geometric
 * Global
 * Ikat
 * Menswear
 * Plaid/Tweed
 * Plain/Solid
 * Spot/Dot
 * Stripe
 * Texture
 * Velvet/Plush/Mohair


SCALE

 * Large
 * Medium
 * Small


CONTENT

 * Acrylic
 * Alpaca
 * Bamboo
 * Bella Dura
 * Cashmere
 * Cotton
 * Linen
 * Natural Fiber
 * Nylon
 * Polyester
 * Polyolefin
 * Polyurethane
 * Recycled Fiber
 * Silk
 * Solution Dyed Fiber
 * Sunbrella
 * Trevira
 * Viscose/Rayon
 * Wool


ABRASION

   
 * Light
   
 * Medium
   
 * Heavy
 *   
   * 30,000 +
     
   * 50,000 +


PERFORMANCE

 * Bleach Cleanable
 * FR Window
 * High Performance
 * Ink Resistant
 * Machine Washable
 * Outdoor
 * Stain Repellent


FLAMMABILITY TEST

 * BS 5852 Crib 5 (can be treated)
 * CB TB 117 - 2013
 * CB TB 117 E
 * IMO*
 * NFPA 260
 * NFPA 701 (passes untreated)
 * NFPA 701 (can be treated to pass)
 * FR Window


ENVIRONMENTAL

 * Contributes to Leed v4
 * Facts certified
 * Health Product Declaration
 * PFAS Free
 * Made in the United States
 * Bio-Based Content
 * Recycled Content


COLORS

White
Off-White
Natural
Beige
Taupe
Khaki
Tan
Caramel
Light Brown
Light Brown
Brown
Dark Brown
Light Grey
Grey
Dark Grey
Black
Pink
Light Red
Red
Dark Red
Caramel
Light Orange
Orange
Dark Orange
Light Yellow
Yellow
Dark Yellow
Light Yellow-Green
Yellow-Green
Dark Yellow-Green
Light Yellow-Green
Yellow-Green
Dark Yellow-Green
Light Green
Green
Dark Green
Light Blue-Green
Blue-Green
Dark Blue-Green
Light Blue-Green
Blue-Green
Dark Blue-Green
Light Blue
Blue
Dark Blue
Light Purple
Purple
Dark Purple
 * Cool Neutral
 * Warm Neutral
 * Metallic


BRANDED CATEGORIES

 * Pollack High Performance
 * Pollack Hospitality
 * Pollack Indoor Outdoor
 * Pollack Pure

SPRING 2024


DISCOVER YARN STORY

Meticulously crafted, the fabrics in our latest collection tell a story through
their construction—inviting appreciation of each intricate detail.

Click here for more



THE CUT








THE MAKING OF MEADOWLAND

Discover Spring Street's screen-printed and embroidered textile, Meadowland.


DESIGN SPOTLIGHT

A new series highlighting a few favorites from our latest collection.


MEET THE STUDIO

Get the chance to know the talented designers behind our fabrics!


LET’S GET SCHEMING

From the studio: a new mood board of color, pattern and texture.

Follow @pollacktextiles on Instagram for your daily dose of inspiration.



CLIENT CARE

 * Contact Customer Support
 * Find Your Local Representative
 * Additional Resources

 


THANKS FOR SIGNING UP!

You can unsubscribe at any time using the Unsubscribe link at the bottom of
every email.


STAY CONNECTED

Be the first to find out about new products, upcoming stories, and our
community.

Email

First Name

Last Name


Sorry, we could not complete your sign-up. Please contact us to resolve this.

Operation timed out, please try again.

By submitting this form, you are consenting to receive marketing emails from:
POLLACK, 150 Varick Street, New York, NY, 10013, US,
http://www.pollackassociates.com. You can revoke your consent to receive emails
at any time by using the SafeUnsubscribe® link, found at the bottom of every
email. Emails are serviced by Constant Contact.






FOLLOW US

 *  
   Instagram
 *  
   Pinterest
 *  
   Facebook


LEGAL

 * Privacy Policy
 * Terms & Conditions

© 1988-2024 POLLACK • ALL RIGHTS & IMAGES RESERVED

Close


ACCESS MORE

Sign In Below
To Your Pollack | Weitzner Web Account

Remember Me
Forgot Password?
Sign In
Apply For Account

Pollack | Weitzner web accounts are available to design professionals only.
Learn more here.


APPLY FOR AN ACCOUNT

Qualified members of the interior design trade are welcome to apply for a Trade
Account. Please enter and submit the information on this page for review.

TYPE OF ACCOUNT

Trade Account Consumer

PERSONAL INFORMATION

Position/Title

COMPANY INFORMATION

State

Country


Submit

By submitting your information you are agreeing to POLLACK's Terms and
Conditions and by providing your email address, you are expressly giving consent
to receive email from us.

If you have any questions concerning your account, please call our office at
212-627-7766 Monday to Friday, from 9am to 5pm EST.