thekairoscollective.com Open in urlscan Pro
134.213.115.24  Public Scan

URL: https://thekairoscollective.com/?SID=42jtdvlgv7idnlfv94i2pjj905
Submission: On September 28 via manual from IN — Scanned from GB

Form analysis 5 forms found in the DOM

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

<form class="form minisearch" id="search_mini_form" action="https://thekairoscollective.com/catalogsearch/result/" method="get">
  <div class="block-title">Search</div>
  <div class="block-content">
    <div class="field search">
      <label class="label" for="search" data-role="minisearch-label">
        <span>Search</span>
      </label>
      <div class="control">
        <input id="search" type="text" name="q" value="" placeholder="Search" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
        <div class="mst-searchautocomplete__autocomplete">
          <div class="mst-searchautocomplete__spinner">
            <div class="spinner-item spinner-item-1"></div>
            <div class="spinner-item spinner-item-2"></div>
            <div class="spinner-item spinner-item-3"></div>
            <div class="spinner-item spinner-item-4"></div>
            <div class="spinner-item spinner-item-5"></div>
            <div class="spinner-item spinner-item-6"></div>
            <div class="spinner-item spinner-item-7"></div>
            <div class="spinner-item spinner-item-8"></div>
          </div>
          <div class="mst-searchautocomplete__close"> × </div>
        </div>
        <div id="search_autocomplete" class="search-autocomplete"></div>
      </div>
    </div>
    <div class="actions top">
      <button type="submit" title="Search" class="action primary search" disabled="">
        <span>Search</span>
      </button>
    </div>
    <div class="actions bottom">
    </div>
  </div>
</form>

POST https://thekairoscollective.com/newsletter/subscriber/ajax/

<form class="form subscribe" novalidate="novalidate" action="https://thekairoscollective.com/newsletter/subscriber/ajax/" method="post" id="newsletter-ajax-form">
  <fieldset class="fieldset">
    <div class="field">
      <div class="control">
        <input name="email" type="email" id="newsletter-1" class="input-text" placeholder="Enter your email" data-validate="{required:true, 'validate-email':true}">
        <div class="error-container ajax-subscribe-error" style="display: none;"></div>
      </div>
    </div>
  </fieldset>
  <div class="actions">
    <button class="action primary subscribe" title="Subscribe" type="submit">
      <span>Subscribe</span>
    </button>
  </div>
</form>

#

<form id="bt-quiz" action="#" novalidate="novalidate">
  <div class="quizName-wrapper">
    <h1 class="quizName"><!-- where the quiz name goes --></h1>
  </div>
  <div class="quizArea">
    <div class="quizHeader">
      <!-- where the quiz main copy goes -->
      <a class="button startQuiz" href="#">Take the quiz &gt;</a>
      <div class="quizFbLike">
      </div>
    </div>
    <div class="questionsHeader">
      <h2>Profile</h2>
      <p>Take Our Quick And Fun Quiz</p>
    </div>
    <div class="message error">
      <p>You must select at least one answer.</p>
    </div>
  </div>
  <div class="quizEndBlock">
  </div>
  <div class="quizResults">
    <h3 class="quizScore">You Scored: <span></span></h3>
    <h3 class="quizLevel"><strong>Ranking:</strong> <span>&gt;</span></h3>
    <div class="quizResultsCopy">
    </div>
  </div>
</form>

POST https://thekairoscollective.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://thekairoscollective.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <h3><label class="label" for="newsletter">Signup to our newsletter</label></h3>
  <div class="field newsletter">
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Sign Up" type="submit">
      <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 Information">
    <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-mage-init="{&quot;mage/trim-input&quot;:{}}" 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() -->
    <!-- ko foreach: {data: elems, as: 'element'} --><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible())-->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- /ko -->
    <!-- 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://thekairoscollective.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

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

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

We use cookies to make your experience better. To comply with the new e-Privacy
directive, we need to ask for your consent to set the cookies. Learn more.

Allow Cookies
 * sell with Kairos
 * Seller Login

Skip to Content
 * Login / Signup
   Close
   Account
    * Sign In
    * Compare Products
    * Sign Up

 * Wishlist
   Wishlist
   You have no items in your wishlist.
   Close
 * Bag 0
   Close
   Shopping Bag
   You have no items in your shopping bag.
   

Has the item you’re looking for sold out? Contact our sourcing teamSign Up and
Stay in the know with KairosAre you an interior designer? Join our trade
programme here!Has the item you’re looking for sold out? Contact our sourcing
teamSign Up and Stay in the know with KairosAre you an interior designer? Join
our trade programme here!Has the item you’re looking for sold out? Contact our
sourcing team

Toggle Nav
 * Search
   Search
   Search
   ×
   
   Search
   
   Close

Menu
 * New In
 * Style
   * All Style
   * Antique Furniture & Lighting
     * Antique Tables
     * Antique Chest of Drawers Consoles & Sideboards
     * Antique Desks
     * Antique Chairs & Stools
     * Antique Sofas
     * Antique Mirrors
     * Antique Lighting
   * Vintage Furniture & Lighting
     * Vintage Tables
     * Vintage Chest of Drawers Consoles & Sideboards
     * Vintage Desks
     * Vintage Chairs & Stools
     * Vintage Lighting
     * Vintage Mirrors
   * Art Deco Furniture & Lighting
     * Art Deco Tables
     * Art Deco Chest of Drawers Consoles & Sideboards
     * Art Deco Desks
     * Art Deco Chairs & Stools
     * Art Deco Sofas
     * Art Deco Mirrors
     * Art Deco Lighting
   * Hollywood Regency Furniture & Lighting
     * Hollywood Regency Tables
     * Hollywood Regency Chest of Drawers Consoles & Sideboards
     * Hollywood Regency Chairs & Stools
     * Hollywood Regency Mirrors
     * Hollywood Regency Lighting
   * Mid-Century Modern Furniture & Lighting
     * Mid-Century Modern Tables
     * Mid-Century Modern Chest of Drawers Consoles & Sideboards
     * Mid-Century Modern Desks
     * Mid-Century Modern Chairs & Stools
     * Mid-Century Modern Sofas
     * Mid-Century Modern Mirrors
     * Mid-Century Modern Lighting
 * Furniture
   * All Furniture
   * Tables
     * Side Tables
     * Console Tables
     * Dining Tables
     * Desks & Writing Tables
     * Bedside Tables
     * Dressing Tables
     * Coffee Tables
     * Dining Room Sets
   * Storage
     * Sideboards
     * Wardrobes
     * Trunks
     * Bookcases
     * Cabinets
     * Trolleys
     * Racks
     * Chest of Drawers
   * Seating
     * Sofas
     * Armchairs
     * Dining Chairs
     * Office Chairs
     * Chairs
     * Rocking Chairs
     * Stools
   * Mirrors
     * Wall Mirrors
     * Floor Mirrors & Full-Length Mirrors
     * Table Mirrors
     * Pier Mirrors & Console Mirrors
     * Overmantle Mirrors
 * Lighting
   * All Lighting
   * Table Lamps
   * Desk Lamps
   * Chandeliers & Pendants
   * Floor Lamps
   * Wall Lights & Sconces
 * Collectibles
   * All Collectibles
   * Books
     * Art & Design
     * Photography
   * Art
     * Picture Frames
     * Sculptures & Statues
     * Paintings
     * Drawings
     * Prints
 * Accessories
   * All Accessories
   * Textiles
     * Fabrics
     * Rugs & Carpets
   * Tableware
     * Plates & Bowls
     * Glassware
     * Barware
   * Decorative Objects
     * Ornaments
     * Candles & Holders
     * Baskets & Bins
     * Room Dividers & Screens
     * Sterling Silver
     * Bowls
     * Trays
     * Jars
     * Vases
   * Cushions & Throws
     * Cushions
     * Throws
     * Blankets
   * Architectural
     * Fireplaces
     * Outdoor
 * The Tastemakers
   * The Edit
   * The Tastemakers

Account
 * Sign In
 * Compare Products
 * Sign Up

 * sell with Kairos
 * Seller Login


BE THE FIRST TO KNOW

Gain access to exclusive discount codes in our flash sales, new stock alerts and
inspiring stories from our favourite interior designers.

Subscribe


Take the quiz >



PROFILE

Take Our Quick And Fun Quiz

You must select at least one answer.




YOU SCORED:


RANKING: >




SHOP OUR FAVOURITE PIECES LOCATED IN THE UK

Fast Delivery with No Import Duties and Taxes

Discover


WELCOME TO THE KAIROS COLLECTIVE

A curated marketplace for vintage, antique and contemporary design.

Shop New In

Lighting

Storage

Seating

Mirrors


SHOP THE LIVING ROOM

Your home reflects your personality.

Browse

Tables

Art

Books

Accessories


KAIROS PICKS

Each week the Kairos Editoral team pick out their favourite pieces.
Ettore Sottsass Ultrafragola Mirror Prod. Poltronova, Italy
£7,500.00
Streamline Chair H-269 by Jindrich Halabala for Spojene UP Zavody, 1930s
Jindrich Halabala
£3,900.00
Black Lacquer Burl Wood Brass Cabinet Sideboard by J.C. Mahey, 1970s Jean Claude
Mahey
£5,284.00
French Wrought Iron Martini Table
£440.00
Vintage Ercol Windsor armchair
£718.80
Large White "Mushroom" Frosted Glass Table Desktop Light, Italy, 1970s
£568.95
Large Rattan Palm Tree Floor Light, With Three Bulbs In The Coconuts
£2,950.00
Antique Mora Clock Swedish White Teal 1800s Gustavian
£3,500.00
Contemporary Abstract Oil on Wood Painting
£850.00
Vintage Coffee Table by Pierre Vandel Brass and Glass Pierre Vandel
£912.00
Torlasco Style Table Light With Articulated Shade
£960.00
Brass and Opaline Flush Mount in style of Angelo Lelli for Arredoluce
£3,900.00
Art Deco Ice Bucket by Louis Prodhon
£1,450.00
Antique Folding Table, Dutch, Friesland, Oak, Ships, Tavern, Campaign circa 1880
£995.00
JAPANESE Wood Block Print by Paul Jacoulet, La Pipe a eau, 1952
£1,150.00
1970s Diamond Hanging Light by Aloys Gangkofner for Erco Lights in Germany
£337.31
Ettore Sottsass Ultrafragola Mirror Prod. Poltronova, Italy
£7,500.00
Streamline Chair H-269 by Jindrich Halabala for Spojene UP Zavody, 1930s
Jindrich Halabala
£3,900.00
Black Lacquer Burl Wood Brass Cabinet Sideboard by J.C. Mahey, 1970s Jean Claude
Mahey
£5,284.00
French Wrought Iron Martini Table
£440.00
Vintage Ercol Windsor armchair
£718.80
Large White "Mushroom" Frosted Glass Table Desktop Light, Italy, 1970s
£568.95
Large Rattan Palm Tree Floor Light, With Three Bulbs In The Coconuts
£2,950.00
Antique Mora Clock Swedish White Teal 1800s Gustavian
£3,500.00
Contemporary Abstract Oil on Wood Painting
£850.00
Vintage Coffee Table by Pierre Vandel Brass and Glass Pierre Vandel
£912.00
Torlasco Style Table Light With Articulated Shade
£960.00
Brass and Opaline Flush Mount in style of Angelo Lelli for Arredoluce
£3,900.00
Art Deco Ice Bucket by Louis Prodhon
£1,450.00
Antique Folding Table, Dutch, Friesland, Oak, Ships, Tavern, Campaign circa 1880
£995.00
JAPANESE Wood Block Print by Paul Jacoulet, La Pipe a eau, 1952
£1,150.00
1970s Diamond Hanging Light by Aloys Gangkofner for Erco Lights in Germany
£337.31
Ettore Sottsass Ultrafragola Mirror Prod. Poltronova, Italy
£7,500.00
Streamline Chair H-269 by Jindrich Halabala for Spojene UP Zavody, 1930s
Jindrich Halabala
£3,900.00
Black Lacquer Burl Wood Brass Cabinet Sideboard by J.C. Mahey, 1970s Jean Claude
Mahey
£5,284.00
French Wrought Iron Martini Table
£440.00
Vintage Ercol Windsor armchair
£718.80
Large White "Mushroom" Frosted Glass Table Desktop Light, Italy, 1970s
£568.95
Large Rattan Palm Tree Floor Light, With Three Bulbs In The Coconuts
£2,950.00
Antique Mora Clock Swedish White Teal 1800s Gustavian
£3,500.00
 * 1
 * 2

The Edit

Gain access to London’s most diverse design districts through the eyes of some
of the industry’s most influential authorities on design and lifestyle. Develop
your knowledge of iconic furniture and craftsmanship and become inspired to
create your own original interiors.

Discover
The Tastemakers

James McWhirter has been running his unique Langton Street business for over 25
years, dealing in charming furniture and art from the 18th century to the
present day. We caught up with James to discuss what he loves about his job,
where he does his sourcing and why he doesn't believe that restoration is always
the answer.

Read the article


SHOP BY

 * Antique
 * Dining Room
 * Art Deco
 * Haute Bohemians
 * Scandinavian Modern
 * Hollywood Regency


THE KAIROS
COLLECTIVE

The home of antique, vintage and contemporary design


 * TRADE PROGRAMME
   
   Exclusive benefits for Interior design professionals.
   
   Join Now


 * SELLER APPLICATION
   
   Join our community of sellers today and grow your business with us!
   
   Join Now


 * SELLER LOGIN
   
   Dedicated login for Kairos sellers.
   
   Login


ABOUT THE KAIROS COLLECTIVE

 * The Kairos Collective’s vision is to empower, educate and enable a global
   design community as it makes its shift from offline to online, whilst
   preserving and investing in its future.
   
   Focusing on one-of-a-kind vintage, antique and contemporary design pieces,
   from furniture and lighting to accessories and limited editions, the Kairos
   Collective’s inventory is carefully selected from established and emerging
   dealers and designers throughout the UK and Europe.
   
   Working closely with leading interior designers we offer our customers a
   shoppable insight into their design aesthetic and accessible interior design
   packages to realise your dream interior.
   
   The Kairos Collective is the place to source and explore vintage and antique
   furniture, lighting and accessories from trusted antique dealers and
   designers.
   
   

 * 
 * 
 * 
 * 
 * 
 * 


SIGNUP TO OUR NEWSLETTER


Sign Up


FOLLOW US

 * Facebook
 * Pinterest
 * Twitter
 * Instagram

 * New In
 * Style
   * Antique Furniture & Lighting
   * Vintage Furniture & Lighting
   * Art Deco Furniture & Lighting
   * Hollywood Regency Furniture & Lighting
   * Mid-Century Modern Furniture & Lighting
 * Furniture
   * Tables
   * Storage
   * Seating
   * Mirrors
 * Lighting
   * Table Lamps
   * Desk Lamps
   * Chandeliers & Pendants
   * Floor Lamps
   * Wall Lights & Sconces
 * Collectibles
   * Books
   * Art
 * Accessories
   * Textiles
   * Tableware
   * Decorative Objects
   * Cushions & Throws
   * Architectural

SUPPORT

 * Delivery
 * Returns
 * FAQ
 * Privacy Policy
 * Terms & Conditions
 * Sold Items Archive

ABOUT

 * About us
 * Press Loans & Hire
 * Contact us
 * Become a dealer
 * Trade
 * Careers

The home of antique, vintage and contemporary design

The Kairos Collective © 2022 The Kairos Collective
Close
Checkout as a new customer

Creating an account has many benefits:

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

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?