bunkbedscanada.com Open in urlscan Pro
2a01:4f8:d0a:43c0::2  Public Scan

URL: https://bunkbedscanada.com/
Submission Tags: sansec.io magecart Search All
Submission: On June 26 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://bunkbedscanada.com/catalogsearch/result/

<form class="navbar-form d-inline-block form minisearch" id="search_mini_form" action="https://bunkbedscanada.com/catalogsearch/result/" method="get">
  <a href="javascript:void(0);" class="mobile_toggle">
                                         <i class="fa fa-search" aria-hidden="true"></i>
                                    </a>
  <div class="input-group add-on ">
    <div id="algoliaAutocomplete" class="algolia-search-input">
      <div class="aa-Autocomplete" role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="autocomplete-0-label">
        <div class="aa-InputWrapperPrefix"><label class="aa-Label" for="autocomplete-0-input" id="autocomplete-0-label"><button class="aa-SubmitButton" type="submit" title="Submit"><svg class="aa-SubmitIcon" viewBox="0 0 24 24" width="20" height="20"
                fill="currentColor">
                <path
                  d="M16.041 15.856c-0.034 0.026-0.067 0.055-0.099 0.087s-0.060 0.064-0.087 0.099c-1.258 1.213-2.969 1.958-4.855 1.958-1.933 0-3.682-0.782-4.95-2.050s-2.050-3.017-2.050-4.95 0.782-3.682 2.050-4.95 3.017-2.050 4.95-2.050 3.682 0.782 4.95 2.050 2.050 3.017 2.050 4.95c0 1.886-0.745 3.597-1.959 4.856zM21.707 20.293l-3.675-3.675c1.231-1.54 1.968-3.493 1.968-5.618 0-2.485-1.008-4.736-2.636-6.364s-3.879-2.636-6.364-2.636-4.736 1.008-6.364 2.636-2.636 3.879-2.636 6.364 1.008 4.736 2.636 6.364 3.879 2.636 6.364 2.636c2.125 0 4.078-0.737 5.618-1.968l3.675 3.675c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414z">
                </path>
              </svg></button></label>
          <div class="aa-LoadingIndicator" hidden=""><svg class="aa-LoadingIcon" viewBox="0 0 100 100" width="20" height="20">
              <circle cx="50" cy="50" fill="none" r="35" stroke="currentColor" stroke-dasharray="164.93361431346415 56.97787143782138" stroke-width="6">
                <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;90 50 50;180 50 50;360 50 50" keyTimes="0;0.40;0.65;1"></animateTransform>
              </circle>
            </svg></div>
        </div>
        <div class="aa-InputWrapper"><input class="aa-Input" aria-autocomplete="both" aria-labelledby="autocomplete-0-label" id="autocomplete-0-input" autocomplete="off" autocorrect="off" autocapitalize="off" enterkeyhint="search" spellcheck="false"
            placeholder="Search for products, categories, ..." maxlength="512" type="search"></div>
        <div class="aa-InputWrapperSuffix"><button class="aa-ClearButton" type="reset" title="Clear" hidden=""><svg class="aa-ClearIcon" viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
              <path
                d="M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z">
              </path>
            </svg></button></div>
      </div>
    </div>
    <div class="close-field"><i class="fa fa-close"></i></div>
  </div>
</form>

POST

<form class="popup-login-form" id="popup-login-form" method="POST" novalidate="novalidate">
  <div class="form-group">
    <label>Email address:</label>
    <input type="email" class="form-control" name="username" required="" data-validate="{&quot;required&quot;:true}">
  </div>
  <div class="form-group">
    <label>Password</label>
    <input type="password" name="password" class="form-control" required="">
  </div>
  <div class="form-group g-recaptcha" id="recaptcha-login" data-sitekey="6LdHC8gkAAAAAPvWcUiIxO4vj4dBvY9POG7zCPOA" required=""></div>
  <div class="form-forget">
    <label><a href="javascript://" class="forget_pass"> Forgot your password? </a></label>
    <input type="submit" class="login_btn login_button_event" value="log in">
  </div>
</form>

POST

<form class="popup-register-form" novalidate="novalidate" id="popup-register-form" method="POST">
  <div class="form-group">
    <label>First Name</label>
    <input type="text" class="form-control" name="firstname" maxlength="32" minlength="3" required="">
  </div>
  <div class="form-group">
    <label>Last Name</label>
    <input type="text" class="form-control" name="lastname" maxlength="32" minlength="3" required="">
  </div>
  <div class="form-group">
    <label>Email address:</label>
    <input type="email" class="form-control" name="email" required="">
  </div>
  <div class="form-group">
    <label>Create a password:</label>
    <input type="password" autocomplete="off" class="form-control" name="password" id="psw" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}"
      title="Must contain at least one number and one uppercase and lowercase letter, and at least 8 or more characters" required="">
  </div>
  <div class="form-group">
    <label>Confirm password:</label>
    <input type="password" autocomplete="off" class="form-control" name="password_confirmation" id="cpsw" required="">
  </div>
  <div class="form-group g-recaptcha" id="recaptcha-register" data-sitekey="6LdHC8gkAAAAAPvWcUiIxO4vj4dBvY9POG7zCPOA" required=""></div>
  <button type="submit" class="login_btn register_button_event">create account</button>
</form>

POST

<form class="popup-forget-password-form" method="POST" action="" autocomplete="off">
  <div class="response-msg"></div>
  <div class="form-group">
    <label>Email address:</label>
    <input class="form-control" type="email" name="email" id="forget_email_address" autocomplete="off" required="">
  </div>
  <a class="submit_btn forget_cancel">cancel</a>
  <input class="login_btn forgot_button_event" value="Submit" type="submit">
</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.

FREE Shipping * ×
Bunk Beds Canada

 * Our Stores
 * Contact Us
 * 
 * Log In
   Cart 0
   My Cart 0
   Close You have no items in your shopping cart.
   

 * 

 * Menu

 * Bunk Beds

 * Loft Beds

 * Bed Frames

 * Mattresses

 * Case Goods

 * Bean Bags

 * Accessories

 * Futons

 * Bed Guides

 * Collections

Bunk Beds



Bunk Beds
Loft Beds

Loft or elevated, beds are just that: Beds with long legs! This is to put under
bed space to better use

Loft Beds
Mattresses



Mattresses
Case Goods



Case Goods
Futons



Futons
Accessories



Accessories
Bed Frames

All of our beds have a platform which eliminates the need for a boxspring

Bed Frames
Bean Bags

Available in three sizes and many fun colors

Bean Bags


WELCOME TO BUNK BEDS CANADA

We, Bunk Beds Canada Furnishings Inc., or simply ‘Bunk Beds Canada,’ are a
Vancouver-based company operating from the very same location on the corner of
Main Street and 29th Ave since we opened our door back in the summer of 2003. 

Our specialty is mainly solid wood bunk beds, loft beds, platform beds and
daybeds for Canadians. 

Read our story on our history page. 


SOLID WOOD BUNK BEDS 

Bunk Beds Canada's products are made from solid, knot-free premium natural wood.
Beds from natural wood will last a lot longer than engineered wood, are easier
to maintain and repair, they hold their value and are ultimately recyclable
without harming the environment. 

Because we use solid wood and solid hardwood, our bunk beds are excellent for
kids, teens and adults, and you can use them at home or in commercial settings
like BnB or hostels. 


BUNK BEDS SIZES

Our bunk beds are available in every possible size and configuration. The most
common size is single over single or twin over twin. Twin and Single are the
same things, similar to sofa vs Chesterfield. The most suitable size is our
Single over Double which is the same as Twin over Full. 

We also offer extra-long-size bunk beds, which are great for adults and teens.
Consider our queen-size bunk beds if you have a cottage or rental property in a
ski resort. 

BUNK BED MATTRESS 

Mattress sizes, usually the length and width, are all standard in Canada. What
is different is the thickness of your mattress. For regular beds, the thickness
of your mattress is not a factor, but it is the most crucial part for bunk beds.
The same goes for its weight. 

Our mattresses for bunk beds are excellent to give you the most comfort while
keeping the weight low and clearance high. The reason is that bunk beds have
weight limits. The heavier the mattress, the more pressure on the frame. Also,
you need to consider the clearance to have enough sleeping space. 

PLATFORM BEDS

A platform bed has a platform so your mattress rests on it. The wooden slats
provide a platform to support the mattress, eliminating the need for a box
spring but still providing ventilation for the mattress.

Our bunk beds, lofts, daybeds and bed frames do not need a Boxspring. 

BEYOND BUNK BEDS

Besides bunk beds, we also offer futon mattresses, case goods such as
nightstands, dressers and chests of drawers, plus an incredible and colourful
array of bean bags. 

Our bean bags are modern rectangular shapes, available in three convenient sizes
for all ages and many colours to fit any decor. 

Visit us in-store, give us a call, text, or email us. We’ll introduce you to the
wonderful world of quality bunk beds. Whether you need a bunk for yourself, your
children, or your guest room, or you are buying on your company's behalf, we
have something to fit your needs and budget. 


 * Log In
 * Sign Up

Email address:
Password

Forgot your password?
First Name
Last Name
Email address:
Create a password:
Confirm password:

create account
Forgot your password?

Please enter your email address below.

You will receive a link to reset your password.

Email address:
cancel
Useful Info
 * Shipping Info
 * Return Policy
 * Warranty Info
 * FAQ

Just Info
 * Privacy Policy
 * Security Policy
 * Sitemap

Product Info
 * Bunk Beds
 * Loft Beds
 * Bed Frames

Our Info
 * Contact Us
 * About Us
 * History

 * 4502 Main Street
   Vancouver, BC V5V 3R5
 * 604-875-1881

Copyright ©️ 2024 , Bunk Beds Canada Furnishings Inc. All rights reserved
;

We use functional and analytical cookies to make our website better. Would you
like to know more about our cookies? Click on "Cookie settings".
Accept cookies Cookie settings

Close
Cookie Policy
Essential
Analytical
Marketing
Privacy Policy

Cookie Policy

To make our website even better, we use functional and analytical cookies.
Information from this website and your preferences are stored in these cookies
by your browser.

Essential

Essential cookies are strictly necessary to guarantee the proper functioning of
the website.



Analytical

With this you allow us to collect anonymous data about the use of the website
with third party cookies, such as the number of clicks and the behavior of
visitors on the website. In addition, we can also perform marketing-related
actions via this option. By activating this cookie, you help us to further
improve your experience.



Marketing

With this you allow us to collect marketing-related data via third party
cookies. By activating this cookie, you help us to further improve your
experience



Privacy Policy

Read more about the use of cookies on this website in our privacy policy.

Allow all Save

My Wish List
Close
You have no items in your wish list.
Go to Wish List