kombi.nyc
Open in
urlscan Pro
23.227.38.32
Public Scan
URL:
https://kombi.nyc/
Submission: On August 04 via api from US — Scanned from US
Submission: On August 04 via api from US — Scanned from US
Form analysis
7 forms found in the DOMGET /search
<form class="flex flex-col kombi__search_form" x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" @search-is-open.window="setTimeout(() => { $focus.first() }, 150)">
<input type="hidden" name="type" value="product">
<div class="relative kombi__search_form__container">
<label class="kombi__search_form__label" for="header-search">Search</label>
<input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder-current font-secondary w-full shadow-none border-none kombi__search_form__input" x-ref="input" placeholder=""
:aria-expanded="results ? 'true' : 'false'" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false"
x-model="rawQuery" @input.debounce.300="onChange" @focus="onFocus">
<input type="hidden" name="options[prefix]" value="last"><!-- <button
class="absolute top-0 bottom-0 left-0 right-auto h-full flex items-center justify-center pr-2"
aria-label="Search"
>
<span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.75 37.5C30.4485 37.5 37.5 30.4485 37.5 21.75C37.5 13.0515 30.4485 6 21.75 6C13.0515 6 6 13.0515 6 21.75C6 30.4485 13.0515 37.5 21.75 37.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M32.8875 32.8875L42 42" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</button> -->
<button x-cloak="" @click="close(true,true)" class="absolute top-0 bottom-0 right-0 left-auto h-full flex items-center justify-center pl-2 kombi__search_form__close_btn" type="button">
<span class="sr-only">Clear search</span>
<span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.5 10.5L10.5 37.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M37.5 37.5L10.5 10.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</span>
</button>
<!--<div
class="relative flex-grow"
:class="{
'overflow-y-auto': ! loading,
'overflow-y-hidden': loading,
}"
>
<div
id="predictiveSearchResults"
tabindex="-1"
>
<div
x-ref="results"
hidden
></div>
</div>
<span class="predictive-search-status sr-only" role="status" aria-hidden="true"></span>
<template x-if="loading">
<div class="sticky inset-0 w-full h-full flex bg-scheme-background/80 z-10">
<div class="w-6 h-6 py-section m-auto">
<div class="loading opacity-60"></div>
</div>
</div>
</template>
</div>
<template x-if="results">
<div class="text-center py-4 mt-auto bg-scheme-background/50 pb-safe-bottom" id="predictive-search-option-search-keywords" role="option">
<button class="theme-link">
View all results
</button>
</div>
</template>
-->
</div>
</form>
POST /account
<form method="post" action="/account" id="RegisterForm" accept-charset="UTF-8" data-login-with-shop-sign-up="true" autocomplete="off"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
<!-- <input type="hidden" name="contact[tags]" value="newsletter"> -->
<!-- <input type="email" name="contact[email]" /> -->
<div class="max-w-5xl mx-auto md:grid md:grid-cols-2 md:gap-grid-gutter kombi__account_form">
<div>
<h1 class="font-heading text-heading-standard mb-5 break-word kombi__account_form__title" tabindex="-1" data-should-focus=""> Sign Up </h1>
<div class="">
<div class="">
<input type="text" class="w-full kombi__account_form__input" name="customer[first_name]" id="FirstName" placeholder="First Name" autocomplete="off" autofocus="">
</div>
<div class="">
<input type="text" class="w-full kombi__account_form__input" name="customer[last_name]" id="LastName" placeholder="Last Name" autocomplete="off">
</div>
<div class="">
<input type="email" name="customer[email]" id="Email" class="w-full kombi__account_form__input" spellcheck="false" autocomplete="off" autocapitalize="off" placeholder="Email">
</div>
<div class="">
<input type="password" name="customer[password]" id="CreatePassword" autocomplete="off" class="w-full kombi__account_form__input" placeholder="Password">
</div>
<div class="kombi__account_form__link__container">
<a class=" theme-link kombi__account_form__link" href="/account/login" onclick="document.getElementById('signInPopup').classList.add('active');document.getElementById('signUpPopup').classList.remove('active');return false;">
Already have an account? Sign In
</a>
</div>
<div class="">
<button type="submit" class="theme-button theme-button--solid w-full kombi__account_form__button"> Create </button>
</div>
</div>
</div>
</div>
</form>
POST /account/login
<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" data-login-focus="true" tabindex="-1" autocomplete="off"><input type="hidden" name="form_type" value="customer_login"><input
type="hidden" name="utf8" value="✓">
<div class="max-w-5xl mx-auto md:grid md:grid-cols-2 md:gap-grid-gutter kombi__account_form">
<div>
<h1 class="font-heading text-heading-standard mb-5 kombi__account_form__title" tabindex="-1" data-should-focus=""> Sign In </h1>
<div class="">
<div class="">
<input type="email" name="customer[email]" id="CustomerEmail" class="w-full kombi__account_form__input" spellcheck="false" autocomplete="off" autocapitalize="off" placeholder="Email" autofocus="">
</div>
<div class="">
<input type="password" name="customer[password]" id="CustomerPassword" autocomplete="off" class="w-full kombi__account_form__input" placeholder="Password">
</div>
<div class="kombi__account_form__link__container">
<a role="button" @click="state = 'recover'" class="text-sm theme-link kombi__account_form__link">
Forgot your password?
</a>
<a class="text-sm theme-link kombi__account_form__link" href="/account/register" onclick="
document.getElementById('signUpPopup').classList.add('active');
document.getElementById('signInPopup').classList.remove('active');
return false;
">
Don’t have an account? Sign Up
</a>
</div>
<div class="">
<button type="submit" class="theme-button theme-button--solid w-full kombi__account_form__button"> Submit </button>
</div>
</div>
</div>
</div>
</form>
POST /account/recover
<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
<div class="max-w-5xl mx-auto md:grid md:grid-cols-2 md:gap-grid-gutter kombi__account_form">
<div>
<h1 class="font-heading text-heading-standard mb-5 kombi__account_form__title"> Reset your password </h1>
<div class="">
<div class="">
<input type="email" name="customer[email]" id="RecoverEmail" class="w-full kombi__account_form__input" spellcheck="false" autocomplete="email" autocapitalize="off" placeholder="Email">
</div>
<div class="kombi__account_form__reset">
<p>We will send you an email to<br>reset your password.</p>
<div class="text-left">
<button type="submit" class="theme-button theme-button--solid kombi__account_form__button"> Submit </button>
<!-- <a
role="button"
@click="state = 'login'"
class="text-sm kombi__account_form__link">
Cancel
</a> -->
</div>
</div>
</div>
</div>
</div>
</form>
POST /account/reset
<form method="post" action="/account/reset" accept-charset="UTF-8" autocomplete="off"><input type="hidden" name="form_type" value="reset_customer_password"><input type="hidden" name="utf8" value="✓">
<div class="max-w-5xl mx-auto md:grid md:grid-cols-2 md:gap-grid-gutter kombi__account_form">
<div>
<h1 class="font-heading text-heading-standard mb-5 kombi__account_form__title" tabindex="-1" data-should-focus=""> Reset your password </h1>
<div class="">
<div class="">
<input type="password" name="customer[password]" id="ResetPassword" autocomplete="off" class="w-full kombi__account_form__input" placeholder="Password">
</div>
<div class="">
<input type="password" name="customer[password_confirmation]" id="PasswordConfirmation" autocomplete="off" class="w-full kombi__account_form__input" placeholder="Confirm Password">
</div>
<div class="">
<button type="submit" class="theme-button theme-button--solid w-full kombi__account_form__button"> Reset </button>
</div>
</div>
</div>
</div>
</form>
<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-SfUuCQ" novalidate="" tabindex="-1"
style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 300px; margin: 0px auto; border-radius: 0px; border-style: none; border-width: 1px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding-top: 0px; padding-right: 0px; padding-left: 0px; flex: 1 1 0%;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 120px; justify-content: center;">
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 5px 0px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_71657671" class="needsclick go3957918125 kl-private-reset-css-Xuajs1" type="email"
autocomplete="email" name="email" tabindex="0" placeholder="Enter your email" aria-label="Enter your email" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 0px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: ABCSocial, "Arial Black", "Arial Bold", Gadget, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(237, 237, 237); border: 1px solid rgb(217, 217, 217);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1"
style="display: flex; justify-content: flex-start; padding: 0px; position: relative; background-color: rgb(237, 237, 237); flex: 0 1 auto; margin: 0px auto;"><button class="needsclick go717997462 kl-private-reset-css-Xuajs1" type="button"
tabindex="0"
style="background: rgb(237, 237, 237); border-radius: 0px; border-style: none; border-color: rgb(0, 0, 0); border-width: 2px; color: rgb(64, 61, 55); font-family: ABCSocial, "Arial Black", "Arial Bold", Gadget, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto;">Submit</button>
</div>
</div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>
GET /search
<form class="flex flex-col kombi__search_form" x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" @search-is-open.window="setTimeout(() => { $focus.first() }, 150)">
<input type="hidden" name="type" value="product">
<div class="relative kombi__search_form__container">
<label class="kombi__search_form__label" for="header-search">Search</label>
<input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder-current font-secondary w-full shadow-none border-none kombi__search_form__input" x-ref="input" placeholder=""
:aria-expanded="results ? 'true' : 'false'" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false"
x-model="rawQuery" @input.debounce.300="onChange" @focus="onFocus" aria-expanded="false">
<input type="hidden" name="options[prefix]" value="last"><!-- <button
class="absolute top-0 bottom-0 left-0 right-auto h-full flex items-center justify-center pr-2"
aria-label="Search"
>
<span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.75 37.5C30.4485 37.5 37.5 30.4485 37.5 21.75C37.5 13.0515 30.4485 6 21.75 6C13.0515 6 6 13.0515 6 21.75C6 30.4485 13.0515 37.5 21.75 37.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M32.8875 32.8875L42 42" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</button> -->
<button @click="close(true,true)" class="absolute top-0 bottom-0 right-0 left-auto h-full flex items-center justify-center pl-2 kombi__search_form__close_btn" type="button">
<span class="sr-only">Clear search</span>
<span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.5 10.5L10.5 37.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M37.5 37.5L10.5 10.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</span>
</button>
<!--<div
class="relative flex-grow"
:class="{
'overflow-y-auto': ! loading,
'overflow-y-hidden': loading,
}"
>
<div
id="predictiveSearchResults"
tabindex="-1"
>
<div
x-ref="results"
hidden
></div>
</div>
<span class="predictive-search-status sr-only" role="status" aria-hidden="true"></span>
<template x-if="loading">
<div class="sticky inset-0 w-full h-full flex bg-scheme-background/80 z-10">
<div class="w-6 h-6 py-section m-auto">
<div class="loading opacity-60"></div>
</div>
</div>
</template>
</div>
<template x-if="results">
<div class="text-center py-4 mt-auto bg-scheme-background/50 pb-safe-bottom" id="predictive-search-option-search-keywords" role="option">
<button class="theme-link">
View all results
</button>
</div>
</template>
-->
</div>
</form>
Text Content
Skip to content MAIN MENU Close (esc) * Collections * New * – Kombi: Launch * In Stock * Seating * – Sculptural * – Dining * – Sofas * – Stools * – Benches * Tables * – Dining * – Coffee * – Side * – Plinth * Lighting * – Floor * – Table * – Ceiling * – Sconce * Objects * – Wall Art * – Sculpture * – Vessels * – Mirrors * – Rugs * – Blankets * Unique * Creators * Exhibitions About Search Sign Up Search Clear search * Collections * Creators * Exhibitions * * New * Kombi: Launch * In Stock * Seating * Sculptural * Dining * Sofas * Stools * Benches * Tables * Dining * Coffee * Side * Plinth * Lighting * Floor * Table * Ceiling * Sconce * Objects * Wall Art * Sculpture * Vessels * Mirrors * Rugs * Blankets * Unique Menu * Collections * New * – Kombi: Launch * In Stock * Seating * – Sculptural * – Dining * – Sofas * – Stools * – Benches * Tables * – Dining * – Coffee * – Side * – Plinth * Lighting * – Floor * – Table * – Ceiling * – Sconce * Objects * – Wall Art * – Sculpture * – Vessels * – Mirrors * – Rugs * – Blankets * Unique * Creators * Exhibitions About Sign Up SIGN UP Already have an account? Sign In Create SIGN IN Forgot your password? Don’t have an account? Sign Up Submit RESET YOUR PASSWORD We will send you an email to reset your password. Submit RESET YOUR PASSWORD Reset Search Cart (0) CONTEMPORARY COLLECTIBLES FROM SOUTHERN AFRICA DISCOVER NOW Launch Exhibition Summer 2023, Upstate Gallery, Stone Ridge, NY READ MORE ‹› SHOP CHAIRS MADE BY: THE URBANATIVE CONTACT BOOK AN APPOINTMENT hello@kombi.nyc +1 347 404 2111 Upstate Showroom Stone Ridge, NY CUSTOMER CARE * Shipping * Orders & Returns * Trade Program * Privacy Policy SUBSCRIBE Submit FOLLOW * Instagram * Choosing a selection results in a full page refresh. * Press the space key then arrow keys to make a selection. YOUR CART IS CURRENTLY EMPTY. Close (esc) New subtotal: $0.00 USD MAIN MENU Close (esc) * Collections * New * – Kombi: Launch * In Stock * Seating * – Sculptural * – Dining * – Sofas * – Stools * – Benches * Tables * – Dining * – Coffee * – Side * – Plinth * Lighting * – Floor * – Table * – Ceiling * – Sconce * Objects * – Wall Art * – Sculpture * – Vessels * – Mirrors * – Rugs * – Blankets * Unique * Creators * Exhibitions About Search Sign Up * * New * Kombi: Launch * In Stock * Seating * Sculptural * Dining * Sofas * Stools * Benches * Tables * Dining * Coffee * Side * Plinth * Lighting * Floor * Table * Ceiling * Sconce * Objects * Wall Art * Sculpture * Vessels * Mirrors * Rugs * Blankets * Unique YOUR CART IS CURRENTLY EMPTY. Close (esc) New subtotal: $0.00 USD Search Clear search