www.pcna.com Open in urlscan Pro
2606:4700:10::6816:2b0  Public Scan

Submitted URL: http://leedsworld.com/
Effective URL: https://www.pcna.com/en-us/brand/leeds
Submission: On March 20 via manual from ES — Scanned from ES

Form analysis 3 forms found in the DOM

GET /Search

<form class="search-form" id="searchForm" action="/Search" method="GET">
  <div class="search-container search-field-js-section" data-listing-name="search-suggestions">
    <span class="twitter-typeahead" style="position: relative; display: inline-block; direction: ltr;"><input class="typeahead tt-hint" data-autocomplete-id-field="Id" data-autocomplete-url="/en-us/search/getsuggestions"
        data-onselect-function="PCNAProduct.prototype.GetSuggestionResult" data_autocomplete_url="/en-us/search/getsuggestions" data_onselect_function="PCNAProduct.prototype.GetSuggestionResult" data_test_selector="txtSearch" type="text" value=""
        readonly="" autocomplete="off" spellcheck="false" tabindex="-1"
        style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);"><input name="SearchTermTextBox"
        class="typeahead tt-input" data-autocomplete-id-field="Id" data-autocomplete-url="/en-us/search/getsuggestions" data-onselect-function="PCNAProduct.prototype.GetSuggestionResult" data_autocomplete_url="/en-us/search/getsuggestions"
        data_onselect_function="PCNAProduct.prototype.GetSuggestionResult" data_test_selector="txtSearch" id="searchTextBox" placeholder="Search by brand, product or SKU" type="text" value="" autocomplete="off" spellcheck="false" dir="auto"
        style="position: relative; vertical-align: top; background-color: transparent;">
      <pre aria-hidden="true"
        style="position: absolute; visibility: hidden; white-space: pre; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
      <span class="tt-dropdown-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none; right: auto;">
        <div class="tt-dataset-autos"></div>
      </span>
    </span>
    <input type="hidden" name="SearchTerm" value="" id="hdnSearchTextBox">
    <input type="text" name="filter-by-qty" autocomplete="off" maxlength="10" searchfilter="quantity" id="filter-by-qty" onchange="PCNASearch.prototype.OnQuantityChange(this);" class="input-text quantity-text filter-by-qty" placeholder="Qty"
      inputmode="decimal">
    <div class="price-range-wrapper" id="price-range-wrapper">
      <input type="text" name="filter-by-from" autocomplete="off" maxlength="10" searchfilter="pricefrom" id="filter-by-from" onchange="PCNASearch.prototype.OnPriceFromChange(this)" class="input-text from-text" placeholder="From $"
        inputmode="decimal">
      <span class="icon-svg minus">
        <svg>
          <use xlink:href="/Views/Themes/PCNA/Fonts/pcna-icons.svg#minus"></use>
        </svg>
      </span>
      <input type="text" name="filter-by-to" autocomplete="off" searchfilter="priceto" maxlength="10" id="filter-by-to" onchange="PCNASearch.prototype.OnPriceToChange(this)" class="input-text to-text" placeholder="To $" inputmode="decimal">
    </div>
    <button class="btn btn-primary icon-only search-btn" id="btnNewsSearchGo" type="submit" data-test-selector="btnNewsSearchGo" onclick="return PCNASearch.prototype.ValidateSearch(this);">
      <span class="icon-svg s-icon">
        <svg>
          <use xlink:href="/Views/Themes/PCNA/Fonts/pcna-icons.svg#search"></use>
        </svg>
      </span>
      <span class="s-text"> Search </span>
    </button>
  </div>
</form>

Name: Sign InPOST /user/login

<form action="/user/login" class="login-form form" data-ajax="true" data-ajax-begin="User.prototype.ShowLoader()" data-ajax-complete="SendUserFormSubmissions(this)" data-ajax-failure="User.prototype.HideLoader()"
  data-ajax-success="PCNAUser.prototype.GetResult" id="loginForm" method="post" name="Sign In" novalidate="novalidate"><input name="__RequestVerificationToken" type="hidden"
    value="vSpo3sG4lJLq-DV7HKbS6gZ6M3vInjbrUPck1cykmVQUWz3wy9i8yK6FZsTHp-detg0i3HDeyEpmktwHfMsgUXLoyjbv4ZsRF8RMMTeZRF81">
  <div class="form-group position-relative">
    <input class="input-text" data-val="true" data-val-required="Username is required." id="login_username" name="Username" placeholder="Username or email" type="text" value="">
    <p class="error-msg"><span class="field-validation-valid" data-valmsg-for="Username" data-valmsg-replace="true"></span></p>
    <span class="icon-svg error-icon username-error d-none">
      <svg>
        <use xlink:href="/Views/Themes/PCNA/Fonts/pcna-icons.svg#cross"></use>
      </svg>
    </span>
  </div>
  <div class="form-group password-field position-relative">
    <input class="input-text" data-val="true" data-val-required="Password is required." id="login_password" name="Password" placeholder="Password" type="password">
    <p class="error-msg mb-2"><span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span></p>
    <span class="icon-svg error-icon password-error d-none">
      <svg>
        <use xlink:href="/Views/Themes/PCNA/Fonts/pcna-icons.svg#cross"></use>
      </svg>
    </span>
    <div class="icon-svg toggle-password">
      <svg class="show-password">
        <title id="showIconTitle">Show Password</title>
        <use xlink:href="/Views/Themes/PCNA/Fonts/pcna-icons.svg#show"></use>
      </svg>
      <svg class="hide-password">
        <title id="hideIconTitle">Hide Password</title>
        <use xlink:href="/Views/Themes/PCNA/Fonts/pcna-icons.svg#hide"></use>
      </svg>
    </div>
  </div>
  <div class="message-container spacer-s">
    <p class="success-msg"></p>
    <p id="error-content" class="error-msg"></p>
    <div class="custom-tooltip" id="account-pending" style="display:none"> This account is still being processed. To check the current status, please contact our Customer Service team…
      <a href="mailto:pcnacustomerservice@pcna.com?subject=Request%20for%20customer%20login">Contact Care Rep</a>
    </div>
  </div>
  <div class="form-group d-flex align-items-center justify-content-between">
    <div class="custom-checkbox">
      <input class="custom-control-input" type="checkbox" value="true" name="RememberMe" id="RememberMe" data-val-required="The Remember me field is required." data-val="true">
      <label class="custom-control-label" for="RememberMe">Remember me</label>
      <input type="hidden" value="false" name="RememberMe">
    </div>
    <button type="submit" class="btn btn-secondary btn-signin" id="loginButton">Sign In</button>
  </div>
  <div>
    <a href="/user/forgotpassword" class="login-form-forgotpassword" title="Reset your password.">Reset your password.</a>
  </div>
</form>

POST /en-us/home/signupfornewsletter?Length=4

<form action="/en-us/home/signupfornewsletter?Length=4" data-ajax="true" id="searchform" method="post"></form>

Text Content

This website uses cookies



We use cookies when you visit our website that can recognize, collect, and
transmit information that is associated with you, but which does not personally
identify you. Read our Privacy Policy.



Got it!


Search
Sign In
Sign In

Show Password Hide Password

This account is still being processed. To check the current status, please
contact our Customer Service team… Contact Care Rep
Remember me
Sign In
Reset your password.
Sign In For Special Access

Sign into your account for access to order information, real-time inventory and
more. To create an account, request a login below.

Request a login

USA Canada

WARNING

If you switch locations, your cart will be emptied.

Do you want to proceed?

Switch Location Stay here
Cart
0
Products
Back To Main Menu
 * Apparel  
 * Bags  
 * Drinkware  
 * Health & Beauty  
 * Home & DIY  
 * Office  
 * Outdoor & Sport  
 * Technology  
 * Eco-Friendly  
 * Shop All  

Back To Category
   
   
 * Accessories  
   * Face Coverings  
   * Gloves & Mittens  
   * Headwear  
   * Scarves  
 * Eco-Friendly Apparel  
 * Hoodies & Fleece  
   * Quarter Zips  
   * Half Zips  
   * Full Zips  
   * Pullovers  
 * Outerwear  
   * 3-in-1 System Jackets  
   * Insulated & Down Jackets  
   * Lightweight Jackets  
   * Shell Jackets  
   * Softshell Jackets  
   * Vests  
 * Polos  
   * Performance Polos  
   * Cotton Polos  
 * Pants & Shorts  
 * Shirts  
   * Oxford Shirts  
   * Solid Shirts  
   * Striped & Patterned Shirts  
 * Sweaters  
 * T-Shirts  
   * Blended T-Shirts  
   * Cotton T-shirts  
   * Performance T-shirts  


   
   
 * Backpacks  
   * Computer Backpacks  
   * Sling Backpacks  
 * Briefcases & Messengers  
   * Briefcases  
   * Messengers  
 * Cooler Bags  
   * Event Coolers  
   * Lunch Coolers  
 * Drawstring Bags  
 * Duffels  
 * Fanny Packs  
 * Luggage  
 * Tote Bags  
   * Cotton Totes  
   * Non-Woven Totes  
   * Shopper Totes  
   * Zippered Totes  
 * Travel Bags & Accessories  
   * Travel Pouches  
   * Travel Tech  
   * Travel Wallets  


   
   
 * Coasters  
 * Drinkware Gift Sets  
 * Mugs  
   * Ceramic Mugs  
   * Metal Mugs  
 * Straws & Accessories  
 * Tumblers  
   * Tumblers With Straws  
   * Travel Tumblers  
 * Vacuum Insulated  
 * Water Bottles  


   
   
 * Dental Hygiene  
 * First Aid Kits  
 * Health & Beauty Travel  
 * Lip Balms  
 * Lotions & Sunscreens  
 * Personal Care  
 * Sanitizers  

   
   
 * Auto  
 * Blankets & Throws  
   * Blankets  
   * Beach Blankets  
   * Picnic Blankets  
   * Throws  
 * Candles  
 * Grow Kits  
 * Food Storage  
 * Games  
 * Kitchen Tools  
 * Keychains & Key Lights  
 * Pet Accessories  
 * Tools & Lighters  
 * Wine & Cheese  


   
   
 * Desk Accessories  
   * Photo Frames  
 * Journals & Notebooks  
   * Tech Integrated Journals & Notebooks  
   * Spiral Journals & Notebooks  
   * Bound Journals & Notebooks  
 * Lanyards & Badge Holders  
 * Office Gift Sets  
 * Padfolios  
   * Presentation Portfolios  
   * Writing Pads  
   * Zippered Padfolios  
 * Sticky Notes  
 * Stress Relievers  
 * Writing  
   * Gel Pens  
   * Metal Pens  
   * Stylus  
   * Highlighters  


   
   
 * BBQ & Picnic Sets  
 * Chairs  
 * Coolers  
 * Fitness Accessories  
 * Flashlights & Lanterns  
 * Flyers & Noisemakers  
 * Golf  
 * Handheld Fans  
 * Headbands & Wristbands  
 * Outdoor Blankets  
 * Sport Bottles  
 * Sunglasses  
 * Towels & Sweatbands  
 * Umbrellas  


   
   
 * Cameras  
 * Cables & Adaptors  
   * Adapters  
   * Cables  
 * Drones  
 * Emerging Trends  
 * Headphones & Earbuds  
   * Earbuds  
   * True Wireless Earbuds  
   * Headphones  
 * Memory  
 * Power Banks  
   * UL Listed Power Banks  
   * Wireless Power Banks  
   * Standard Power Banks  
 * Smart Home  
 * Speakers  
 * Tech Cases & Accessories  
   * Accessory Cases  
   * Computer Accessories  
   * Other Tech Accessories  
   * Phone Accessories  
 * Tech Gift Sets  
 * Tech Stationery  
 * Virtual Reality  
 * Wireless Charging  



Back To Category
 * See All Accessories
 * Face Coverings  
 * Gloves & Mittens  
 * Headwear  
 * Scarves  

 * See All Hoodies & Fleece
 * Quarter Zips  
 * Half Zips  
 * Full Zips  
 * Pullovers  

 * See All Outerwear
 * 3-in-1 System Jackets  
 * Insulated & Down Jackets  
 * Lightweight Jackets  
 * Shell Jackets  
 * Softshell Jackets  
 * Vests  

 * See All Polos
 * Performance Polos  
 * Cotton Polos  

 * See All Shirts
 * Oxford Shirts  
 * Solid Shirts  
 * Striped & Patterned Shirts  

 * See All T-Shirts
 * Blended T-Shirts  
 * Cotton T-shirts  
 * Performance T-shirts  

 * See All Backpacks
 * Computer Backpacks  
 * Sling Backpacks  

 * See All Briefcases & Messengers
 * Briefcases  
 * Messengers  

 * See All Cooler Bags
 * Event Coolers  
 * Lunch Coolers  

 * See All Tote Bags
 * Cotton Totes  
 * Non-Woven Totes  
 * Shopper Totes  
 * Zippered Totes  

 * See All Travel Bags & Accessories
 * Travel Pouches  
 * Travel Tech  
 * Travel Wallets  

 * See All Mugs
 * Ceramic Mugs  
 * Metal Mugs  

 * See All Tumblers
 * Tumblers With Straws  
 * Travel Tumblers  

 * See All Blankets & Throws
 * Blankets  
 * Beach Blankets  
 * Picnic Blankets  
 * Throws  

 * See All Food Storage

 * See All Pet Accessories

 * See All Desk Accessories
 * Photo Frames  

 * See All Journals & Notebooks
 * Tech Integrated Journals & Notebooks  
 * Spiral Journals & Notebooks  
 * Bound Journals & Notebooks  

 * See All Lanyards & Badge Holders

 * See All Padfolios
 * Presentation Portfolios  
 * Writing Pads  
 * Zippered Padfolios  

 * See All Writing
 * Gel Pens  
 * Metal Pens  
 * Stylus  
 * Highlighters  

 * See All Flashlights & Lanterns

 * See All Cables & Adaptors
 * Adapters  
 * Cables  

 * See All Headphones & Earbuds
 * Earbuds  
 * True Wireless Earbuds  
 * Headphones  

 * See All Power Banks
 * UL Listed Power Banks  
 * Wireless Power Banks  
 * Standard Power Banks  

 * See All Tech Cases & Accessories
 * Accessory Cases  
 * Computer Accessories  
 * Other Tech Accessories  
 * Phone Accessories  


Brands
Back To Main Menu
Our Brands
 * Leed's
 * Bullet
 * Trimark
 * JournalBooks
 * ETS

Featured Brands
 * Hydro Flask®
 * Herschel
 * Skullcandy
 * CamelBak
 * Arctic Zone
 * Roots 73
 * Rocketbook
 * Klean Kanteen
 * Mophie

New Brands
 * BioLite
 * SONY®
 * Noshinku
 * Rite in the Rain
 * Baronfig
 * Nimble
 * Silipint
 * Terra Thread

See all Brands A-Z
Brands
See All Brands
 * A
 * B
 * C
 * D
 * E
 * F
 * G
 * H
 * I
 * J
 * K
 * L
 * M
 * N
 * O
 * P
 * Q
 * R
 * S
 * T
 * U
 * V
 * W
 * X
 * Y
 * Z





New
Deep Inventory
ProudPath™
Clearance
Tools & Services
Back To Main Menu
Sales Tools
 * Catalogs
 * Custom Websites
 * New Items
 * Key Trends
 * Sales Flyers

Resources
 * About Us
 * Decoration Methods & Pricing
 * FAQs
 * IdeaHUB
 * Lead Times
 * Website Tips

Services
 * Integration Services
 * Perfectly Packaged
 * SureShip
 * WorldSource





COUNTRY
USA Canada



YOUR DESTINATION FOR INNOVATION

New products, retail brands, and marketing tools, just a click away.

See What's New from PCNA


SHOP BY CATEGORY


BAGS


DRINKWARE


HEALTH & BEAUTY


HOME & DIY


OFFICE


OUTDOOR & SPORT


TECHNOLOGY


ECO-FRIENDLY



FOLLOW US

 * 
 * 
 * 
 * 
 * 

Useful Information
 * Decoration Methods
 * Request Samples
 * How to Order
 * Fulfillment & Shipping
 * Returns & Cancellations

Help
 * My Account
 * Help & FAQs
 * Contact Us
 * Live Chat
 * Request a Login
 * Site Map

Sales Tools
 * Customizable eCatalogs
 * Sales Flyers
 * Custom Websites
 * IdeaHUB - Our Blog

Our Services
 * Perfectly Packaged
 * SureShip
 * Electronic Integration
 * WorldSource

Our Company
 * About Us
 * Our Brands
 * Careers
 * Investor Relations
 * Corporate Responsibility
 * How We Source
 * International Sites

Our Policies
 * Compliance
 * Product Recalls
 * Sustainability
 * Privacy Policy
 * Terms & Conditions

© 2023 Polyconcept North America. All rights reserved.
USA Canada

WARNING

If you switch locations, your cart will be emptied.

Do you want to proceed?

Switch Location Stay here
Arrow Up



×


ATTENTION

YOU ARE CURRENTLY ON THE U.S. SITE.

PLEASE SELECT THE SITE YOU WOULD LIKE TO USE.

Stay On U.S. Switch to CAN

ERROR!!

Please select at least one record.

Ok

CONFIRM DELETE?

Are you sure you want to delete the selected record?

Ok Cancel

Compare
01/01/2023,01/02/2023,01/16/2023,02/14/2023,02/20/2023,04/07/2023,04/09/2023,05/14/2023,05/29/2023,06/19/2023,07/04/2023,09/04/2023,10/09/2023,11/11/2023,11/23/2023,11/24/2023,12/24/2023,12/25/2023,12/25/2023,12/31/2023,01/01/2024


SELECT A CUSTOMER TO CONTINUE


PLEASE NOTE: If you switch to a distributor from another country, your cart will
be emptied.
Cancel and sign out Continue to site

SELECT CUSTOMER


PLEASE NOTE: If you switch to a distributor from another country, your cart will
be emptied.
Select

Feedback