kent.ca Open in urlscan Pro
45.60.75.115  Public Scan

URL: https://kent.ca/airmiles
Submission: On April 07 via manual from CA — Scanned from CA

Form analysis 3 forms found in the DOM

GET https://kent.ca/en/search/

<form class="form minisearch" id="search_mini_form" action="https://kent.ca/en/search/" method="get">
  <div class="field search" role="search">
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="What can we help you find ?" class="input-text" maxlength="255" aria-controls="search_autocomplete" title="What can we help you find ?" role="combobox" aria-haspopup="false"
        aria-autocomplete="both" aria-expanded="false" autocomplete="off" aria-owns="search_autocomplete" aria-describedby="searchKeyboardInstructions" data-block="autocomplete-form">
      <div class="placeholder-search" data-placeholder="search" style="display:none">
        <dl class="placeholder-autocomplete-result">
          <dl role="listbox" class="autocomplete-list column-product">
            <dt role="listbox" class="autocomplete-list-title title-product"> Products </dt>
            <dd role="option" class="item product-item loading-item">
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
            </dd>
            <dd role="option" class="item product-item loading-item">
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
            </dd>
            <dd role="option" class="item product-item loading-item">
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
            </dd>
            <dd role="option" class="item product-item loading-item">
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
            </dd>
            <dd role="option" class="item product-item loading-item">
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
            </dd>
            <dd role="option" class="item product-item loading-item">
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
              <div class="text-input-loading-line"></div>
            </dd>
          </dl>
          <dl role="listbox" class="autocomplete-list column-category">
            <div class="text-input-loading-line"></div>
            <div class="text-input-loading-line"></div>
            <div class="text-input-loading-line"></div>
            <br>
            <div class="text-input-loading-line"></div>
            <div class="text-input-loading-line"></div>
            <div class="text-input-loading-line"></div>
            <br>
            <div class="text-input-loading-line"></div>
            <div class="text-input-loading-line"></div>
            <div class="text-input-loading-line"></div>
            <br>
          </dl>
        </dl>
      </div>
      <dl class="autocomplete-list more-results" id="mini-form-more-results" data-placeholder="show-more" style="display:none">
        <button type="button" title="Show more" class="action btn-link" data-action="search-submit" aria-label="Search"> Show more </button>
      </dl>
      <dl class="autocomplete-list no-results" data-placeholder="no-results" style="display:none">
        <span>Your search returned no results.</span>
      </dl>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" data-action="search-submit" aria-label="Search">
      <span class="show-for-sr">Search</span>
    </button>
  </div>
</form>

POST https://kent.ca/en/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://kent.ca/en/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <!-- Kent custom code - Move label outside of "control" div -->
    <label class="label" for="newsletter">
      <span> Enter Email Address: </span>
    </label>
    <div class="control">
      <!-- Kent custom code - Change input placeholder -->
      <input name="email" type="email" id="newsletter" placeholder="Enter Email Address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Sign Up" type="submit" aria-label="Subscribe">
      <span>Sign Up</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="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'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">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}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <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="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://kent.ca/en/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</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.


My Store: Moncton Open • Opens • Closes 9:00 PM
Selected Store
Moncton

50 Moncton Street
Moncton, New Brunswick E1G 6G6Directions

506-862-3400
More DetailsChange Store
Opening hours
 * Monday7:00 AM - 9:00 PM
 * Tuesday7:00 AM - 9:00 PM
 * Wednesday7:00 AM - 9:00 PM
 * Thursday7:00 AM - 9:00 PM
 * Friday7:00 AM - 9:00 PM
 * Saturday7:00 AM - 8:00 PM
 * Sunday9:00 AM - 5:00 PM

FR

FREE SHIPPING on orders over $49*

Order by Phone & Online Order Inquiries: 1-877-445-3527

PRICES ONLINE MAY NOT REFLECT THE PRICES IN LOCAL STORES. NOT ALL ITEMS ARE
AVAILABLE ONLINE.

FR
 * Sign In
 * 

Skip to Content
My Store: Moncton Open • Opens • Closes 9:00 PM
Selected Store
Moncton

50 Moncton Street
Moncton, New Brunswick E1G 6G6Directions

506-862-3400
More DetailsChange Store
Opening hours
 * Monday7:00 AM - 9:00 PM
 * Tuesday7:00 AM - 9:00 PM
 * Wednesday7:00 AM - 9:00 PM
 * Thursday7:00 AM - 9:00 PM
 * Friday7:00 AM - 9:00 PM
 * Saturday7:00 AM - 8:00 PM
 * Sunday9:00 AM - 5:00 PM

Location services are disabled. Please enable them and try again.
Products




































Show more Your search returned no results.
Search
Search
 * 
   Find a Store Stores
 * 
   Account
 * 0
   Cart items
   Recently Added Items
   data-bind="attr: { title: $t('Close') }"> Close You have no items in your
   shopping cart.

Menu
 * Shop
   * Bath
     * Shop All
     * Bathroom Accessories & Hardware
       * Bathroom Cleaners
       * Bathroom Mirrors
       * Personal Care
       * Towel Hooks, Racks & Bars
       * Shower & Tub Accessories
       * Soap Dishes & Dispensers
       * Toilet Paper Holders
       * Tumblers
       * Wastebaskets
       * Bathset
       * Toothbrush Holders
       Link
     * Bathroom Faucets & Shower Heads
       * Bathroom Sink Faucets
       * Shower Heads & Hand Showers
       * Tub & Shower Faucets
       * Bathtub & Deck Mount Tub Faucets
       Link
     * Bathroom Furniture
       * Medicine Cabinets
       * Wall Mounted Bathroom Cabinets
       * Bathroom Wall Shelves
       * Free Standing Bathroom Cabinets
       * Over-the-Toilet Cabinets & Storage
       * Linen Cabinets
       Link
     * Bathroom Safety
       * Bath & Shower Mats
       * Grab Bars
       * Safety Bathtubs
       * Shower Chairs & Transfer Benches
       Link
     * Bathroom Sinks
       * Console & Pedestal Sinks
       * Drop-In Sinks
       * Vessel Sinks
       * Undermount Sinks
       Link
     * Bathroom Vanities
       * Bathroom Vanity Sets
       * Vanity Cabinets
       * Vanity Tops
       Link
     * Bathtubs & Whirlpools
       * Bathtub Doors
       * Bathtubs
       * Walk-in Tubs
       * Soaker Tubs
       * Freestanding Tubs
       Link
     * Laundry Sinks & Faucets
       * Laundry Sink Combos
       * Laundry Cabinets & Organization
       Link
     * Showers
       * Shower Bases & Pans
       * Shower Doors
       * Shower Tub Parts & Repair
       * Bathtub Walls & Showers
       * Tub Showers
       * Bathtub & Shower Kits
       Link
     * Toilets & Toilet Seats
       * Composting Toilets
       * Toilet Seats
       * Toilets
       Link
     
     click
   * Building Materials
     * Shop All
     * Ceiling Tiles & Accessories
       * Ceiling Tiles
       * Ceiling Tile Accessories (Ceiling Grid & Accessories)
       Link
     * Concrete, Cement & Masonry
       * Concrete Materials, Tools & Accessories
       * Mixes & Repairs
       Link
     * Decking
       * Deck Accessories
       * Deck Boards
       * Deck Railings
       * Lattice
       * Outdoor Stairs
       * Posts & Accessories
       Link
     * Drywall
       * Drywall Boards
       * Drywall Corner Beads
       * Drywall Joint Compound
       * Drywall Joint Tape
       * Drywall Repair
       * Drywall Steel Studs & Framing
       * Drywall Tools
       Link
     * Fencing & Gates
       * Chain Link Fencing
       * Driveway Gates & Accessories
       * Fence Hardware
       * Metal Fencing
       * Rolled Fencing
       * Wood Fencing
       Link
     * Hardware
       * Bolts, Nuts & Washers
       * Braces
       * Dock Floats & Hardware
       * Door Bells & Chimes
       * Guides, Locks, Rollers & Sliders
       * Hinges & Brackets
       * Hooks
       * Mailboxes
       * Nails, Screws & Fasteners
       * Numbers & Signs
       * Picture & Mirror Hanging
       * Rope and Chain
       Link
     * Insulation
       * Acoustic Insulation
       * Fiberglass
       * Housewrap
       * Insulation Accessories
       * Rigid Insulation
       * Spray Foam Insulation
       * Rock Wool Insulation
       Link
     * Lumber & Composites
       * Boards
       * Dimensional Lumber & Studs
       * Plywood
       * Pressure Treated Lumber
       * Specialty Panels
       Link
     * Moulding & Millwork
       * Millwork Accents
       * Moulding
       * Stair Parts
       * Baseboard Moulding
       * General Purpose Moulding
       * Crown Moulding
       * Moulding Kits
       Link
     * Roofing
       * Flashing
       * Roof Coatings & Sealers
       * Roof Panels
       * Shingles
       * Soffit & Trim
       * Roll Roofing
       * Roof Repair & Maintenance
       * Eavestrough & Accessories
       Link
     * Ventilation & Ductwork
       * Bathroom Fans
       * Duct Work
       * Hood Vents
       * Registers & Grills
       Link
     * Driveway Repair & Sealers
     * Exterior Siding
       * Aluminum Siding & Accessories
       * Vinyl Siding & Accessories
       * Veneer Siding
       * Siding Tools
       * Wood Siding & Accessories
       * Fiber Cement Siding & Accessories
       * Trim & Accessories
       * Rain Gutter & Accessories
       Link
     * Concrete & Landscaping Products
       * Bagged Cement & Accessories
       * Cement Blocks
       * Cement Forming & Accessories
       * Clay Brick
       * Wall Stone
       * Landscaping Other
       * Landscaping Packages
       * Landscaping Patio Stones
       * Landscaping Pavers
       * Landscaping Retaining Walls & Stack Stones
       Link
     * Paneling
       * Shiplap
       * Wood Wall Coverings
       * MDF Backed Wall Coverings
       * Barnwood
       * Faux Tile Board
       * Shelving
       * Hardboard & Pegboard
       Link
     
     click
   * Electrical
     * Shop All
     * Breakers, Fuses & Panels
       * Breaker Panels
       * Breakers & Fuses
       * Meter Bases & Sockets
       * Disconnect Switches
       Link
     * Electronics & Communications
       * Home Audio
       * Cables and Connectors
       * TV Mounts
       * Phone & Accessories
       Link
     * Dimmers, Switches & Outlets
       * Electrical Outlets & Receptacles
       * Dimmer Switches
       * Light Switches
       * Timer Switches
       * Wall Plates
       * Plug-in Timers
       * Motion Light Sensors
       Link
     * Electrical Boxes, Conduits & Fittings
     * Electrical Tools
       * Testers
       Link
     * Extension Chains
     * Extension Cords
       * Plugs & Connectors
       * Extension Cords
       * Surge Protectors
       Link
     * Flashlights & Worklights
     * Household Batteries
     * Lamp Holders & Sockets
     * Light Bulbs
     * Replacement Plugs
     * Switch & Wall Plates
       * Toggle Wall Plates
       * Rocker Wall Plates
       Link
     * Wire & Cable Management
       * Cable Ties
       * Connectors & Marrettes
       * Wire
       Link
     * Smart Home
       * Smart Light Switches, Dimmers & Plugs
       * Smart Audio
       * Smart Security Systems
       * Smart Smoke Detectors
       * Smart Door Bells and Locks
       Link
     * Small Appliances
       * Microwaves
       * Specialty Small Appliances
       Link
     * Vacuums & Carpet Cleaners
       * Upright Vacuums
       * Vacuum Accessories
       * Wet & Dry Vacuums
       * Central Vacuums
       Link
     
     click
   * Flooring
     * Shop All
     * Area Rugs & Mats
       * Area Rugs
       * Mats
       * Artificial Grass
       Link
     * Carpet & Carpet Tile
       * Carpet
       * Carpet Tile
       Link
     * Floor Cleaners
     * Flooring Tools & Accessories
       * Adhesives
       * Carpet Tools & Accessories
       * Floor & Tile Spacers
       * Floor Scrapers & Strippers
       * Floor Tape
       * Flooring Moulding & Trims
       * Tile Setting & Grout
       * Tile Tools & Accessories
       * Transition Strips
       * Underfloor Heating
       * Underlayment & Surface Prep
       * Wood, Laminate & Vinyl Tools
       * Floor Protection Materials
       Link
     * Laminate Flooring
     * Vinyl Flooring
       * Vinyl Plank
       * Vinyl Tile
       * Vinyl Sheet
       Link
     * Wood Flooring
       * Engineered Hardwood Flooring
       * Hardwood Flooring
       Link
     * Tile
       * Ceramic Tile
       * Glass Tile
       * Metal Tile
       * Natural Stone Tile
       * Porcelain Tile
       * Smart Tile
       * Mosaic Tile
       Link
     * Shower Systems
     * Specialty Flooring
       * Garage Flooring
       Link
     
     click
   * Furniture and Home Décor
     * Shop All
     * Furniture
       * Bedroom Furniture & Mattresses
       * Home Office Furniture
       * Kitchen & Dining Room Furniture
       * Living Room Furniture
       * Seating
       * Live Edge
       * Folding Tables & Chairs
       * Baby & Kids Furniture
       Link
     * Home Décor Accents
       * Clocks
       * Decorative Pillows & Cushions
       * Mirrors
       * Picture Frames
       * Wall Art & Décor
       * Baskets
       * Decorative Hooks
       * Umbra
       Link
     * Storage & Organization
       * Closet Storage
       * Garage Organization
       * Laundry Storage
       * Moving Supplies
       * Shelving, Racks & Brackets
       * Storage Bins, Totes & Baskets
       * Storage Cabinets
       Link
     * Wallpaper & Supplies
       * Wallpaper
       * Wallpaper Tools & Supplies
       * Peel and Stick
       Link
     * Window Treatments
       * Blinds & Shades
       * Curtain Rods & Hardware
       * Curtains & Drapes
       * Window Film
       Link
     
     click
   * Heating, Cooling & Air Quality
     * Shop All
     * Air Conditioners & Portable Fans
       * Air Conditioners
       * Portable Fans
       Link
     * Air Purifiers & Filters
       * Filters
       Link
     * Fireplaces & Stoves
       * Fireplace Accessories
       * Fireplace Inserts
       * Fireplace Mantels & Surrounds
       * Fireplaces
       * Pellet Stoves
       * Stove Accessories
       * Stove Parts
       * Chimney & Stovepipe
       * Wood Stoves
       * Electric Fireplaces
       Link
     * Heaters
       * Space Heaters
       * Garage Heaters
       * Wall Heaters
       Link
     * Humidifiers & Dehumidifiers
     * Mini-Splits
     * Thermostats
       * Mechanical Thermostats
       * Smart & Wi-Fi Thermostats
       Link
     * Venmar
       * Ventilation
       * Ventilation & Accessories
       * Range Hoods & Accessories
       Link
     * Heating Fuels
       * Wood Pellets
       * Wood Fiber Fuels
       Link
     * Bathroom Fans & Accessories
       * Fan Switches
       Link
     * Venmar
       * Ventilation & Accessories
       * Range Hoods & Accessories
       * Ventilation
       Link
     
     click
   * Kitchen
     * Shop All
     * Backsplashes
       * Mosaics
       * Ceramic
       * Porcelain
       * Glass
       Link
     * Cleaning
       * Household Cleaners
       * Cleaning Tools & Accessories
       * Disposers & Accessories
       * Flooring Cleaners
       * Air Fresheners
       * Garbage & Recycling
       * Paper Products & Shop Towels
       Link
     * Countertops
       * Laminate Countertop
       * Wood Countertop
       Link
     * Kitchen & Bar Faucets
       * Pull Down Faucets
       * Pull Out Faucets
       * Traditional Faucets
       Link
     * Kitchen & Bar Sinks
       * Drop In Sinks
       * Undermount Sink
       * Kitchen Sink Accesories
       Link
     * Kitchen & Bar Accessories
       * Appliance Parts & Accessories
       * Sink Cleaners & Caddies
       * Sink Grids & Rinse Baskets
       * Sink Strainers & Disposal Flanges
       * Soap & Lotion Dispensers
       * Cutting Boards & Colanders
       Link
     * Kitchen Cabinets & Drawers
       * Assembled Kitchen Cabinets
       * Cabinet Hardware
       * Drawer Hardware
       * Ready to Assemble Vanities & Cabinets
       * Cabinets
       Link
     * Kitchen Island & Carts
     * Kitchen Storage & Organization
       * Cabinet Organization
       * Drawer Organization
       * Kitchen Racks & Dividers
       * Towel & Napkin Holder
       * Trash Cans & Bins
       * Laundry Cabinets
       * Flatware & Utensil Holders
       Link
     * Kitchenware
       * Bakeware & Cookware
       * Cutting Boards
       * Water Dispensers
       Link
     * Small Appliances
       * Microwaves
       * Specialty Small Appliances
       Link
     
     click
   * Lighting & Ceiling Fans
     * Shop All
     * Ceiling Fans & Accessories
       * Ceiling Fan Accessories
       * Ceiling Fans
       Link
     * Ceiling Lights
       * Chandeliers
       * Flush Mount Lighting
       * Pendant Lighting
       * Recessed Lighting
       * Semi-Flush Mount Lighting
       * Track Lighting
       Link
     * Commercial Lighting
       * Shop & Work Lights
       * Strip Lighting
       * Work Lights
       * Wrap Around Lighting
       * Troffer Lights
       Link
     * Lamps & Shades
       * Desk Lamps
       * Floor Lamps
       * Lamp Shades
       * Table Lamps
       * Lamp Sets
       * Lamp Parts
       Link
     * Lightbulbs
       * CFL Bulbs
       * Fluorescent Bulbs
       * Halogen Bulbs
       * Incandescent Bulbs
       * LED Bulbs
       * Specialty Bulbs
       * Smart Bulbs
       Link
     * Lighting Parts & Accessories
       * Lamp Parts & Cords
       * Light Cap & Finial Kits
       * Lighting Chains & Loops
       * Track Lighting Accessories
       * Ceiling Light Stem Kits
       * Ceiling Light Mounts
       * Ceiling Light Globes & Shades
       * Fluorescent Light Ballasts
       Link
     * Recessed Lighting
       * Recessed Lighting
       * Recessed Lighting Accessories
       Link
     * Outdoor Lighting
       * Deck and Step Lights
       * Landscape Lighting
       * Outdoor Ceiling Lights
       * Outdoor Wall Lighting
       * Post Lights
       * Security & Flood Lights
       * Outdoor Lighting Accessories
       * Outdoor Decorative Lighting
       Link
     * Under Cabinet Lighting
       * Bar and Strip Lights
       * Puck Lights
       * Tape Lights
       * Under Cabinet Lighting Accessories
       Link
     * Wall Lights
       * Night Lights
       * Sconces
       * Vanity Lighting
       * Picture Lights
       * Swing Arm Lighting
       Link
     * Recessed Lighting & Accessories
       * Recessed Lights
       * Recessed Lighting Accessories
       Link
     
     click
   * Paint
     * Shop All
     * Interior Paints
       * Wall Paint
       * Ceiling Paint
       * Paint Samples
       Link
     * Exterior Paints
     * Floor Paint & Coatings
       * Concrete & Garage Floor Finishes
       * Driveway Care
       Link
     * Interior Stains & Finishes
       * Polyurethanes, Lacquers & Shellacs
       Link
     * Exterior Stains & Finishes
       * Deck & Wood Stain
       * Waterproofers & Sealers
       Link
     * Primers
       * Primers & Sealers
       Link
     * Spray Paint & Accessories
     * Specialty Paints
       * Chalk Paint
       * Cabinet & Furniture Paint
       Link
     * Paint Supplies, Tools & Applicators
       * Paint Brushes
       * Paint Rollers
       * Paint Kits, Trays & Liners
       * Patching Supplies & Wood Fillers
       * Sandpaper & Sanding Sponges
       * Cleaners, Thinners & Strippers
       * Paint Apparel & Safety
       Link
     * Adhesives & Sealants
       * Glues & Epoxy
       * Construction Adhesives
       Link
     * Paint Sprayers
       * Paint Sprayer Accessories
       Link
     
     click
   * Plumbing
     * Shop All
     * Plumbing Parts & Tools
       * Drain Openers
       * Plumbing Repair Parts
       * Plumbing Tools
       * Water Filtration
       Link
     * Pumps
       * Sump Pumps
       * Well Pumps
       * Utility Pumps
       * Sewage Pumps
       * Pump Accessories and Tanks
       Link
     * Water Heaters
       * Electric Water Heaters
       * Tankless Electric Water Heaters
       * Water Heater Accessories
       Link
     * Pipe & Fittings
       * PVC Pipe & Fittings
       * Galvanized Steel & Fittings
       * ABS Pipe & Fittings
       * PEX Pipe & Fittings
       * Tube & Hoses
       * Copper Pipe & Fittings
       * Brass Fittings
       * Polyethylene Pipe & Fittings
       * Drain Pipe & Fittings
       * Pipe & Fittings Accessories
       * Black Pipe & Fittings
       Link
     * Plumbing Valves
       * Ball Valves
       * Shut Off & Stop Valves
       * Angle Valves
       * Check Valves
       * Other Valves
       * Drain Valves
       Link
     * Plumbing Accessories
       * Pipe Cements & Primer
       * Access Panels
       * Hose Clamp
       * Plumbing Putty & Sealants
       Link
     * Outdoor Drainage
     
     click
   * Seasonal
     * Shop All
     * BBQs
       * BBQ Accessories
       * BBQ Fuels & Starters
       * BBQ Replacement Parts
       * Charcoal BBQs
       * Electric BBQs
       * Propane BBQs
       * Smokers and Fryers
       * Propane BBQ and Grills
       * Wood Pellet BBQs
       * Propane BBQs
       Link
     * Outdoor Pet & Animal Supplies
       * Birding
       * Pet Fencing Kits & Accessories
       * Grooming
       Link
     * Outdoor Power Equipment
       * Chainsaws
       * Edgers & Trimmers
       * Gas Cans
       * Lawn Mowers
       * Lawn Tractors
       * Leaf Blowers
       * Oils, Lubricants & Additives
       * Outdoor Power Equipment Accessories
       * Pressure Washers
       * Tillers & Cultivators
       Link
     * Outdoor Storage
       * Deck Boxes
       * Sheds
       Link
     * Patio Furniture
       * Gazebos, Pergolas & Sun Shelters
       * Outdoor Heating & Fire Pits
       * Patio Chairs, Benches & Loungers
       * Patio Cushions & Pillows
       * Patio Sets
       * Patio Tables
       * Patio Umbrellas
       * Outdoor Lighting
       * Mix & Match
       Link
     * Playsets & Recreation
       * Lawn Games
       * Outdoor Sports & Activities
       * Playsets & Swing Sets
       * Pools, Hot Tubs & Saunas
       * Ride-On Toys & Sleds
       * Game Room
       Link
     * Weather Proofing
       * Weather Stripping for Doors
       * Window Weather Proofing
       * Weather Stripping For Garages and Air Conditioners
       * Foam Tapes
       * Pipe Insulation
       Link
     
     click
   * Tools
     * Shop All
     * Automotive
       * Auto Accessories
       * Auto Cleaners
       * Towing, Trailers & Cargo Management
       * Utility Trailers Accessories
       * Utility Trailers
       * Car Mats
       * Auto Tools
       * Garage Accessories
       Link
     * Generators
       * Generator Accessories
       * Portable Generators
       * Standby Generators
       Link
     * Hand Tools
       * Clamps, Vises & Vise Grips
       * Cutting Tools & Knives
       * Files & Chisels & Punches
       * Hammers & Striking Tools
       * Hand Saws & Accessories
       * Hex Keys
       * Measuring, Marking & Levels
       * Pliers, Wrenches & Multi Tools
       * Rivet, Staple & Glue Guns
       * Screwdrivers
       * Socket Sets & Nut Drivers
       * Axes, Mauls & Splitting Wedges
       * Specialty Hand Tools
       * Drywall Tools & Accessories
       * Siding Hand Tools
       * Wood, Laminate & Vinyl Hand Tools
       * Snips & Shears
       * Hand Tools Other
       * Carpenter Squares
       * Chalk Reels & Chalk
       * Soldering & Propane Devices
       * Tape Measures
       * Knee Pads
       * Concrete Tools & Accessories
       * Levels & Accessories
       * Wrecking & Prybars
       Link
     * Ladders & Scaffolding
       * Scaffolding
       * Step Stools
       * Step Ladders
       * Ladder Accessories
       Link
     * Pneumatics & Compressors
       * Air Tools
       * Compressors
       * Nailers & Staplers
       * Pneumatic Fasteners
       * Air Tools & Compressor Accessories
       Link
     * Power Tools
       * Combo Kits
       * Drills
       * Sanders
       * Saws
       * Insert Bits & Nut Drivers
       * Wet Dry Vacuums
       * Vacuums Accessories
       * Dust Collectors & Accessories
       * Mitre Saws
       * Planer & Joiners
       * Grinders
       * Hammer Drills
       * Table Saws
       * Circular Saws
       * Heat Guns
       * Jigsaws & Reciprocating Saws
       * Bandsaws & Scroll Saws
       Link
     * Safety & Security
       * Fire Safety
       * Child Safety
       * Home Security Systems
       * Padlocks
       * Smoke & Carbon Monoxide Detectors
       * Safes
       * First Aid Kits
       Link
     * Tool Storage
       * Jobsite Storage
       * Bins & Organizers
       * Tool Boxes
       * Tool Chests
       * Bags, Pouches & Belts
       Link
     * Workwear and Apparel
     * Workbenches & Worktops
     * Power Tool Accessories
       * Drill Batteries & Chargers
       * Drill Bits & Accessories
       * Rotary Tool Bits & Accessories
       * Routers Bits & Accessories
       * Sander & Grinder Accessories
       * Saw Blades & Accessories
       * Oscillating Tools Accessories
       * Oscillating Tools
       * Planer & Joiner Accessories
       * Oscillating Tools & Accessories
       * Tool Stands
       * Specialty Power Tool Accessories
       * Chop Saw Blades
       * Tile Tools and Accessories
       Link
     * Tool Belts & Pouches
     * Drill Batteries & Chargers
     * Tool Stands
     * Specialty Power Tool Accessories
     * Spade Bit
     * Oscillating Tools
     
     click
   * Windows & Doors
     * Shop All
     * Door & Window Screens
       * Screen Wire & Rolls of Screen
       * Window Screen Hardware
       Link
     * Doors & Hardware
       * Door Hardware
       * Entry Door Inserts
       * Entry Doors
       * Interior Doors
       * Patio Doors
       Link
     * Garage Doors & Openers
       * Garage Door Hardware
       * Garage Door Openers
       * Garage Doors
       Link
     * Skylights & Accessories
       * Skylights
       * Solar Tubes
       * Fixed Skylights
       * Vented Skylights
       Link
     * Weather Stripping
     * Windows & Hardware
       * Windows
       * Shed Windows
       Link
     * Exterior Doors
       * Entry Door Inserts
       * Entry Doors
       * Patio Doors
       * Storm Doors
       * Screen Doors
       * Pet Doors
       * Utility Doors
       * Storm Doors & Accessories
       Link
     * Window Treatments
       * Blinds & Shades
       * Curtain Rods & Hardware
       * Curtains & Drapes
       * Window Film
       Link
     * Interior Doors & Closet Doors
       * Closet Doors
       * Prehung Doors
       * Slab Doors
       * Barn Doors & Accessories
       * French Doors
       * Pine Doors
       * Bi-Fold Closet Doors
       Link
     * Door and Window Moulding
     
     click
   * Lawn and Garden Centre
     * Shop All
     * Lawn & Grass Care
       * Lawn Fertilizer
       * Grass Seed
       * Weed Control
       * Spreaders & Sprayers
       Link
     * Outdoor Landscaping Lighting
       * Path Light
       * Post Cap
       * Outdoor Landscape Fixtures
       * Décor Lights
       * String & Curtain Lights
       * Wedge & Stair Lights
       * Lighthouses
       Link
     * Outdoor Décor
     * Pest & Insect Control
       * Ant Control
       * Insecticides
       * Mosquito Control
       * Rodent Control
       * Animal Repellents & Live Traps
       Link
     * Plants, Trees and Flowers
       * Annuals
       * Indoor Plants
       * Seeds, Seed Starting & Bulbs
       * Perennials
       * Trees & Shrubs
       * Artificial Plants
       Link
     * Landscaping
       * Animal Fencing & Netting
       * Artificial Turf
       * Landscaping Patio Pavers, Slabs & Retaining Wall
       * Edging
       * Landscaping Accessories
       * Sand & Deco Stone
       * Landscape Fabric
       * Sod
       Link
     * Greenhouses
     * Planters & Plant Stands
       * Plant Pots
       * Plant Support
       * Hanging Baskets & Planters
       * Raised Garden Beds & Elevated Planters
       * Window and Deck Boxes
       * Barrels
       * Plant Stands
       Link
     * Garden Flags
     * Watering
       * Hose Nozzles & Wands
       * Lawn Sprinklers
       * Hose Connectors & Fittings
       * Hoses and Hose Accessories Replacement Parts
       * Watering Cans
       * Garden Hoses
       * Hose Reels and Hose Storage
       * Timers
       Link
     * Lawn & Garden Tools
       * Pruning Tools & Shears
       * Garden Hand Tools
       * Weeders
       * Shovels & Spades
       * Specialty Lawn & Garden Tools
       * Wheelbarrows
       * Rakes
       * Tank Sprayers
       * Lawn and Leaf Bags
       * Garden Gloves
       Link
     * Soils & Soil Enhancers
       * Potting Mix
       * Soil Amendments
       * Mulch
       * Garden Soil
       * Topsoil
       Link
     * Plant Care
       * Burlap & Shrub Covers
       * Plant Food
       Link
     
     click
   * Brands
     * Shop All
     * A-C
       * A&E Bath & Shower
       * A-Street Prints
       * A. Richard
       Link
     * D-F
       * DEWALT
       * DVI Lighting
       * Dahl Brothers
       * Dancy Metal Products
       Link
     * G-I
       * GAF Canada
       * Gardena
       * Gardner Bender
       Link
     * J-L
       * J. D. IRVING LIMITED
       * Jessar
       * Juniper Farms
       Link
     * M-O
       * Mapei
       * Marshalltown
       * McKenzie Seeds
       Link
     * P-R
       * Palram
       * Paslode
       * Patio Drummond
       Link
     * S-U
       * Saint Gobain Adfors
       * Saint-Gobain
       * Schlage
       Link
     * V-X
       * VegTrug
       * Velux
       * Xtricity
       Link
     * Y-Z
       * YAHU
       * Yard Machines
       * ZIP System
       * Zenith Products
       Link
     * #
       * 1World
       * 3M
       Link
     
     click
 * Promotions & Offers
   * Flyers
   * Bargain Buys
   * Clearance
   * Every Day Low Price
 * Services
   * Air Miles
   * Installation Services
   * Kent Financing
   * Project Centre
 * Inspiration & How-To
 * Pro
 * Community
   * Community Support
   * Atlantic Windows
   * Eco-Friendly Home
   * Luminary Awards
 * About Us


Find a Store Stores
FR

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

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

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



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



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



id= "homebuilder"

KENT HOME BUILDER

*Up To 10,000 AIR MILES® Reward Miles Home Builder Offer: Coupon Required. This
offer is exclusive to Private Home Builders who have a home builder account with
KENT for a new house build or major renovation over $25,000. Commercial or
Business accounts are not eligible for this offer. To qualify for this offer,
eligible Collectors must indicate to the cashier that they have a home builder
account, or they must open a valid home builder account, and the cashier must
scan the offer coupon into the first purchase of the project to activate the
offer to the account. A cumulative minimum of $25,000 must be purchased by
eligible Collectors within 12 months of the coupon being scanned to their
account to get 2,500 AIR MILES Bonus Miles; and a cumulative minimum of $50,000
must be purchased within 12 months of the coupon being scanned to the account to
get the additional 5,000 AIR MILES Bonus Miles. This Bonus Offer is available
for AIR MILES® Collectors who have a segment code of 140-HOMEBUILDER in the KENT
System, and purchase their materials with Cash, Credit Card, Gift Card, or on an
In-House Account. If purchasing with Cash or Credit, the AIR MILES® Card must be
presented and scanned into each eligible purchase to qualify towards the offer.
If purchasing with a KENT In-House Account, the AIR MILES® Card must be
connected to the KENT In-House Account at kent.ca/contractor-airmiles prior to
any of the eligible purchases to qualify towards the offer. Standard AIR MILES
Reward Miles exclusions apply to the required minimum spend thresholds for this
offer. See KENT In-House Charge Account Disclaimer for list of exclusions. Offer
is limited to one (1) 2,500 Bonus Miles and (1) 5,000 Bonus Miles offer per
Collector Number. Offer is subject to change or cancellation without notice.
Retroactive Miles will not be awarded for transactions with an order date prior
to scanning the coupon.

AIR MILES® reward miles
General Information

AIR MILES® Offers are valid in NL, NS, PE and NB only. Kent base offer = 1 AIR
MILES® Reward Mile for every $20 spent. Miles will not be awarded on all
purchases; exclusions will apply. Purchase total is calculated after applicable
exclusions, discounts, and before taxes. Bonus Miles will be awarded based upon
Bonus AIR MILES® Offers that are active on the order date. Exclusions include,
but are not limited to purchases of Gift Cards, purchases made on Kent in-house
charge accounts and payments made on in-house charge accounts. Purchases made
for Installation Services are eligible for 2 Miles for every $20 spent, but are
not eligible for Bonus Offers, unless specified. Kent Card purchases are
eligible for 1 Mile for every $20 spent and Bonus Miles, with the exception of
deferred payment programs which are not eligible for Miles. Allow up to 120 days
from the purchase date for Miles to be processed. The number of Miles awarded is
rounded down to the next whole number; fractions of Miles are not awarded. AIR
MILES® Collector Card must be presented at time of payment.

KENT Contractor Services

Kent In-House Charge Account Disclaimer:
1. AIR MILES® Offers are valid in NL, NS, PE and NB only. Kent in-house charge
account base offer = 1 AIR MILES Reward Mile for every $40 charged to an
in-house account, per transaction, after applicable exclusions, discounts, and
before taxes. Reward Miles will not be awarded on all purchases; exclusions will
apply. AIR MILES® Card must be submitted to Kent and aligned to the in-house
charge account before any Miles can be issued. Only one AIR MILES Collector
Number can be aligned to an account. Retroactive Miles will not be awarded for
transactions with an order date prior to aligning an AIR MILES Collector Number
to a Kent in-house charge account. Kent and AIR MILES cannot be held responsible
for validating whether the AIR MILES Collector Number provided is assigned to a
card in the name of the charge account. In-house charge purchases are not
eligible for Bonus AIR MILES Offers under the regular retail 1 Mile for $20
program. Bonus Miles under the 1 Mile for $40 in-house charge account program
will be awarded based upon Bonus AIR MILES Offers that are active on the order
date. Exclusions include, but are not limited to purchases of Gift Cards,
delivery fees, purchases made with cash, credit card, Kent Card, or gift card,
and payments made on in-house charge accounts. In-house charge purchases made
for Installation Services will receive 1 AIR MILES Reward Mile for every $40
spent. Allow up to 120 days from the purchase date for AIR MILES Reward Miles to
be processed. Kent reserves the right to withdraw miles for refunded items and
purchases not paid within payment terms of the in-house charge account. The
number of AIR MILES Reward Miles awarded is rounded down to the next whole
number; fractions of Reward Miles are not awarded. ®™ Trademarks of AM Royalties
Limited Partnership used under license by LoyaltyOne, Co. and Kent Building
Supplies

BMO Air Miles Mastercard

*3x the Miles: BMO®† AIR MILES® Mastercard®* cardholders will get 3 AIR MILES
Reward Miles for every $25 in purchases at participating AIR MILES Partners.
Participating AIR MILES Partners may be added or removed at any time without
notice; visit airmiles.ca/3xmiles for Partner details. Miles will be calculated
on the total eligible cumulative purchases made at all participating AIR MILES
Partners and credited to your account within 90 days after the end of the
applicable statement period. The number of Miles earned will be rounded down to
the nearest whole number. Fractions of Miles will not be awarded. Eligible
purchases are purchases charged to your credit card account (less refunds and
excluding cash advances, cash-like transactions, interest charges, fees and
credit or debit adjustments). The “3x the Miles” benefit is available on
eligible purchases and may be withdrawn or changed at any time without notice.
The “3x the Miles” benefit is applicable to the following BMO Credit Card
products with no annual fee: BMO AIR MILES Mastercard, BMO IGA AIR MILES
Mastercard, BMO Sobeys AIR MILES Mastercard, BMO Shell AIR MILES Mastercard, and
BMO Affinity AIR MILES Mastercard cards. This benefit does not apply to any BMO
AIR MILES Mastercard not named in the above list.

3x the Miles: BMO®† AIR MILES® World Elite®* Mastercard®* cardholders will get 3
AIR MILES Reward Miles for every $12 in purchases at participating AIR MILES
Partners. Participating AIR MILES Partners may be added or removed at any time
without notice, visit airmiles.ca/bmopartners for Partner details. Miles will be
calculated on the total eligible cumulative purchases made at all participating
AIR MILES Partners and credited to your account within 90 days after the end of
the applicable statement period. The number of Miles awarded will be rounded
down to the nearest whole number. Fractions of Miles will not be awarded.
Eligible purchases are purchases charged to your credit card account (less
refunds and excluding cash advances, cash-like transactions, interest charges,
fees and credit or debit adjustments). The “3x the Miles” benefit available on
eligible purchases and may be withdrawn or changed at any time without notice.

Offer is cumulative over the statement period. Awarding of Miles is made for
purchases charged to your account (less refunds and excluding cash advances,
cash-like transactions, interest charges, fees, credit or debit adjustments) and
is subject to the AIR MILES Reward Program Terms and Conditions and the BMO
Mastercard Cardholder Agreement. 

® ™ Trademarks of AM Royalties Limited Partnership used under license by
LoyaltyOne, Co. ®†/™† Trademarks of Bank of Montreal. ®* Mastercard is a
registered trademark and the circles design is a trademark of Mastercard
International Incorporated. Used under license.

Every Friday - Sunday 10X Miles

*10x Miles Weekends: This is an exclusive, non-transferable offer. Only the
recipient of the offer invitation qualifies for this offer. Opt-in required
prior to the eligible purchase to qualify for offer. This offer will only be
applied to the eligible transactions after opt-in has been completed. Collector
must opt in online before March 26to be eligible for the offer. Offer valid on
Fridays, Saturdays and Sundays, from January 6 to March 26, 2023. Valid at
participating KENT Building Supplies locations in New Brunswick, Newfoundland
and Labrador, Nova Scotia and Prince Edward Island. Not applicable on purchases
made with Installation Services, KENT Financing Payment Plans or In-House
Accounts. Minimum eligible purchase must be spent in a single transaction
excluding taxes, cutting shop charges, installation services, labour and
delivery charges, gift card purchases, pallets, eco-fees, rentals and bottle
deposits. Multiplier offer applies to standard base offer of 1 Mile for
every$20.00 purchase. AIR MILES card must be presented at the time of purchase.
Can be combined with other offers, and AIRMILES offers. Limit of 2,000 Bonus
Miles per transaction. ®™ Trademarks of AM Royalties Limited Partnership used
under license by LoyaltyOne, Co. and KENT Building Supplies.




 * Contact
   Us
 * Join Our
   Team!
 * Installation
   Services
 * Kent Financing

 * Find Your Store
 * Contact Us
   
 * info@kent.ca
 * 
 * 


 * Customer Service
   * About Us
   * Contact Us
   * FAQs
   * Store Locations
   * Shipping Policy
   * Holiday Hours

 * Services
   * Installation Services
   * Kent Financing
   * Contractor Services
   * Gift Cards
   * AIR MILES® Reward Miles
   * Sign up for our Newsletter

 * Corporate Information
   * Privacy Policy
   * Price Match Guarantee
   * Pricing Policy
   * Return Policy
   * Contest Rules
   * Sales Policy

Newsletter
Enter Email Address:

Sign Up
I consent to receive exclusive offers and promotions from Kent Building
Supplies. I acknowledge that I can unsubscribe at any point by hitting the
"unsubscribe" button at the bottom of any email. For more information on how we
use your information, visit our Privacy Policy.

Contents of this site are Copyright © 1998-2023 by Kent™

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.






Pages




Popular Searches
osbinsulationvanityplywoodshower




STORE AVAILABILITY

Close


FIND IN STORE

Enter a location

Loading...
Sorry, we could not find any stores.




ADDED TO CART

Close
1 item has been added to your shopping cart


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

Item(s) in Cart

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

Order Subtotal

* Final taxes & shipping/delivery will be calculated during checkout
View Cart
Continue Shopping


YOU MAY ALSO LIKE

 1. Add to Favourite List
    
    
    2 x 4 x 8' SPF Stud Kiln Dried
    4.7
    (3)
    $3.98
    /EA
     * Ready to Ship
     * 2427 Available for pick up at Moncton
    
    Add to Cart
 2. Add to Favourite List
    
    
    GSW
    SpaceSaver 182L 6 & 1 Year Electric Water Heater
    4.5
    (11)
    $545.00
    /EA
     * Ready to Ship
     * 1 Available for pick up at Moncton
    
    Add to Cart
 3. Add to Favourite List
    
    CGC
    Drywall 1/2" x 4' x 8' Ultralight Panel
    4.5
    (11)
    $16.81
    /SH
     * Ready to Ship
     * 196 Available for pick up at Moncton
    
    Add to Cart
 4. Add to Favourite List
    +2
    
    St. Andrews Porch Rocker
    0.0
    (0)
    Starting at
    $159.99
    /EA
     * Ready to Ship
     * 0 at Moncton Check Nearby Stores
    
    View Details
    Out of Stock
    Add to Cart
 5. Add to Favourite List
    
    Arbec
    7/16" x 4' x 8' OSB
    3.3
    (4)
    $17.48
    /SH
     * Ready to Ship
     * 575 Available for pick up at Moncton
    
    Add to Cart
 6. Add to Favourite List
    
    
    Pallet of Seasoned Firewood
    3.4
    (43)
    $156.00
    /EA
     * Ready to Ship
     * 3 Available for pick up at Moncton
    
    Add to Cart
 7. Add to Favourite List
    +17
    Mitten
    Sentry D4.5x12.1' Vinyl Dutchlap Siding
    0.0
    (0)
    Starting at
    $0.40
    Regular Price
    $16.49
    /EA
     * Ready to Ship
     * 0 at Moncton Check Nearby Stores
    
    View Details
    Out of Stock
    Add to Cart
 8. Add to Favourite List
    
    Marwood
    Comfy Cozy Premium Wood Pellet Fuel
    4.0
    (27)
    $7.38
    /BG
     * Ready to Ship
     * 1110 Available for pick up at Moncton
    
    Add to Cart



Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

New Customer
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?

Feedback

Save the Tax$5 Off on $5010% Off SitewideHop AgainSave the Tax$5 Off on $5010%
Off SitewideHop AgainSave the Tax$5 Off on $5010% Off SitewideHop Again

Enter your email address to sign up for the KENT newsletter and spin the
wheel for a chance to save big on your online purchase!

*By providing your email address, you are consenting to receive Kent Building
Supplies’ promotional materials. You can withdraw your consent at any time.
Promotion is online only.

Yes, I'm Ready To Spin!
No Thanks