www.artiplanto.com
Open in
urlscan Pro
23.227.38.74
Public Scan
Submitted URL: http://artiplanto.com/
Effective URL: https://www.artiplanto.com/
Submission Tags: tranco_l324
Submission: On May 13 via api from DE — Scanned from CA
Effective URL: https://www.artiplanto.com/
Submission Tags: tranco_l324
Submission: On May 13 via api from DE — Scanned from CA
Form analysis
6 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
<span class="text-start">Canada (CAD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (CAD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="main-search__form" action="/search" method="get" autocomplete="off">
<div class="main-search__input-container">
<input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Search our store" aria-label="Search">
<button class="main-search__button" type="submit" aria-label="Search"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
<g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
<circle cx="7.824" cy="7.824" r="7.824"></circle>
<path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
</g>
</svg></button>
</div>
<script src="//www.artiplanto.com/cdn/shop/t/64/assets/search-suggestions.js?v=136224079820713396391714787784" defer=""></script>
<search-suggestions></search-suggestions>
</form>
POST /localization
<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-buttonMobileNav">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-buttonMobileNav">
<span class="text-start">Canada (CAD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0MobileNav" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (CAD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /contact#contact_form
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect,newsletter">
<p>
<input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
</p>
<button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>
POST /localization
<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid"></div>
<script>
document.getElementById('footer-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-TaEUnv" novalidate="" tabindex="-1"
style="display: flex; flex-direction: row; box-sizing: border-box; width: 780px; min-width: 200px; max-width: 1000px; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-repeat: no-repeat; background-position-y: 50%; padding: 20px; flex: 1 1 0%;">
<div class="needsclick kl-private-reset-css-Xuajs1"
style="display: flex; flex-direction: column; width: 390px; margin: -20px 0px -20px -20px; padding: 0px; border-top: 0px solid transparent; border-right: 0px; border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-bottom-left-radius: 2px; border-top-left-radius: 2px; overflow: hidden; min-width: 390px; min-height: 500px;">
<div class="needsclick kl-private-reset-css-Xuajs1"
style="background-image: url("https://d3k81ch9hvuctc.cloudfront.net/company/HqqLFq/images/98d8ac99-9631-4c3e-8bac-068d36c20959.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; width: 100%; height: 100%; display: block;">
</div>
</div>
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 0px 0px 20px; min-height: 500px; 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: 10px 6px; position: relative; flex: 0 1 auto; margin: 0px auto;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; width: 100%; height: auto;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="position: relative; display: flex; align-items: center; width: 100%; height: auto;"><img
src="https://d3k81ch9hvuctc.cloudfront.net/company/HqqLFq/images/1d362944-375b-445b-b7da-b92e890b4ed0.png" tabindex="-1" alt="artiplanto-lgoo" class="needsclick kl-private-reset-css-Xuajs1"
style="max-width: 100%; width: 300px; height: auto; cursor: initial;"></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: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-104548427" style="width: 100%;">
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-arial-black"
style="font-size: 36px; font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 800; font-style: normal;">WIN A $250</span></p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-arial-black"
style="font-size: 36px; font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 800; font-style: normal;">GIFT CARD</span></p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"> </p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; line-height: 130%;"><span
style="font-size: 18px; font-style: normal; font-weight: 400; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif;"><em style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">Enter the
giveaway for a chance to win $250 chosen once a month; and as a bonus, get access to exclusive deals, discounts and more</em></span></p>
</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: 10px 6px; 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_104548428" class="needsclick go1917793270 kl-private-reset-css-Xuajs1" type="email"
autocomplete="email" name="email" tabindex="0" placeholder="Enter your best email address" aria-label="Enter your best email address" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px;">
<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: 10px 6px; position: relative; flex: 1 0 0px;"><button
class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(204, 165, 132); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto; width: 100%;">ENTER
TO WIN</button></div>
</div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>
Text Content
Skip to content * Facebook * Instagram * TikTok * Pinterest * Twitter Plants make people happy! 30% or more off entire site for our summer sale event! 0 Day 0000 Hour 5090 Min 1034 Sec Ends May 13, 2024 at 12:00 am Free shipping on all orders over 300$ Country/Region Canada (CAD $) * Canada (CAD $) Search * Home * Artificial Plants * By Species * By Height * Planters * Vases * Linen and Washable Rugs * Wool Rugs * Tables * Decor * ON SALE * Small Decor Account Search Cart * Home * Artificial Plants * Artificial Plants & Trees * Artificial Tabletop Plants * Artificial Succulent Arrangements * Artificial Boxwood Topiary * By Species * Aloe Trees * Bird Of Paradise * Cactus * Fiddle Tree * Ficus * Hawaii Kwai Palm * Korean Bamboo * Monstera * Olive Trees * Spathiphyllum * Travellers Palm * By Height * 3 Feet And Under * 3 Feet To 5 Feet * 5 Feet To 6.5 Feet * 6.5 Feet To 8 Feet * 8 Feet To 10 Feet * 10 Feet and Over * Planters * All * Brass * Cement * Metal * Seagrass Baskets * Vases * Brass Floor Vases * Cement Vases * Linen and Washable Rugs * 2.5x7 Rugs * 2.5x10 Rugs * 2.5x16 Rugs * 3x5 Rugs * 5x7 Rugs * 6x9 Rugs * 8x10 Rugs * 9x12 Rugs * Round Rugs * Runner Rugs * Wool Rugs * 6x9 Woven Wool * Woven Wool Runners * Tables * Decor * Artificial Tabletop Plants * Artificial Succulent Arrangements * Hanging Plants * Potted Hanging Plants * Artificial Pampas Grass Arrangements * Artificial Flower Bouquets * Artificial Wreaths * Green Wall * Artificial Turf * Small Floral & Foliage Decor * ON SALE * Small Decor * Home * Artificial Plants * Artificial Plants & Trees * Artificial Tabletop Plants * Artificial Succulent Arrangements * Artificial Boxwood Topiary * By Species * Aloe Trees * Bird Of Paradise * Cactus * Fiddle Tree * Ficus * Hawaii Kwai Palm * Korean Bamboo * Monstera * Olive Trees * Spathiphyllum * Travellers Palm * By Height * 3 Feet And Under * 3 Feet To 5 Feet * 5 Feet To 6.5 Feet * 6.5 Feet To 8 Feet * 8 Feet To 10 Feet * 10 Feet and Over * Planters * All * Brass * Cement * Metal * Seagrass Baskets * Vases * Brass Floor Vases * Cement Vases * Linen and Washable Rugs * 2.5x7 Rugs * 2.5x10 Rugs * 2.5x16 Rugs * 3x5 Rugs * 5x7 Rugs * 6x9 Rugs * 8x10 Rugs * 9x12 Rugs * Round Rugs * Runner Rugs * Wool Rugs * 6x9 Woven Wool * Woven Wool Runners * Tables * Decor * Artificial Tabletop Plants * Artificial Succulent Arrangements * Hanging Plants * Potted Hanging Plants * Artificial Pampas Grass Arrangements * Artificial Flower Bouquets * Artificial Wreaths * Green Wall * Artificial Turf * Small Floral & Foliage Decor * ON SALE * Small Decor Country/Region Canada (CAD $) * Canada (CAD $) * Facebook * Instagram * TikTok * Pinterest * Twitter SPRING SALE 30% OFF SHOP FOREVER GREEN WASHABLE AND EASY TO CLEAN RUGS SHOP THE NEW COLLECTION SHOP NOW Load slide 1 of 2 Load slide 2 of 2 Previous Next PREMIUM ARTIFICIAL PLANTS SHIPPED TO YOUR DOOR! Trusted by some of the best interior designers in the world. Featured in notable publications such as The New York Times, Apartment Thearpy, Domino, Business Insider and Women's Health. PREVIOUS ALL POTTED ARTIFICIAL PLANTS NEXT View all Quick buy Fafa Artificial Fiddle Leaf Potted Plant (Multiple Sizes) From $38 CAD $66 Sale Quick buy Oli Artificial Olive Tree Potted Plant (Multiple Sizes) From $84 CAD $147 Sale Quick buy Zapo Artificial Bird Of Paradise Potted Plant (Multiple Sizes) From $121 CAD $213 Sale Quick buy Moka Artificial Spathiphyllum Leaf Potted Plant (Multiple Sizes) From $68 CAD $118 Sale Quick buy Dani Artificial Travellers Palm Tree Potted Plant (Multiple Sizes) From $121 CAD $213 Sale Quick buy Maza Artificial Bird Of Paradise Potted Plant (Multiple Sizes) From $259 CAD $454 Sale Quick buy Milo Artificial Snake Sansevieria Dark Green Potted Plant (Multiple Sizes) From $45 CAD $80 Sale Quick buy Xelo Artificial Hawaii Kwai Palm Tree Potted Plant (Multiple Sizes) From $52 CAD $92 Sale Quick buy Arlo Artificial Hawaii Kwai Palm Tree Potted Plant (Multiple Sizes) From $160 CAD $280 Sale Quick buy Nora Artificial Fiddle Leaf Potted Plant (Multiple Sizes) From $238 CAD $416 Sale Quick buy Rita Artificial Monstera Potted Plant (Multiple Sizes) From $191 CAD $334 Sale Quick buy Luca Artificial Bird Of Paradise Potted Plant (Multiple Sizes) From $167 CAD $293 Sale Quick buy Osos Artificial Korea Bamboo Potted Plant (Multiple Sizes) From $76 CAD $133 Sale Quick buy Mila Artificial Fiddle Leaf Potted Plant (Multiple Sizes) From $213 CAD $374 Sale Quick buy Jule Artificial Areca Palm Tree Potted Plant (Multiple Sizes) From $106 CAD $185 Sale Quick buy Luza Artificial Bird Of Paradise Potted Plant (Multiple Sizes) From $138 CAD $242 Sale Quick buy Figgi Artificial Ficus Tree Potted Plant (Multiple Sizes) From $138 CAD $242 Sale Quick buy Alva Artificial Fiddle Leaf Potted Plant (Multiple Sizes) From $229 CAD $402 Sale Quick buy Tera Monstera Artificial Potted Plant From $99 CAD $174 Sale Quick buy Hawaii Artificial Palm Tree Potted Plant (Multiple Sizes) From $191 CAD $334 Sale GO BIG AT HOME We have 8 to 10 foot faux plants that are great for homes or businesses with high ceilings! Shop 8 to 10 faux plants PREVIOUS WASHABLE AND EASY TO CLEAN RUGS NEXT View all Quick buy Charcoal Black Rug From $99 CAD $143 Sale Quick buy Clara Grey Olive Rug From $99 CAD $143 Sale Quick buy Puzla Natural Black Rug From $99 CAD $143 Sale Quick buy Barbara Light Green Beige Rug From $99 CAD $143 Sale Quick buy Puzla Orange Natural Rug From $99 CAD $143 Sale Quick buy Elera Blue Red Beige Rug From $99 CAD $143 Sale Quick buy Caper Natural Beige Checkered Rug From $99 CAD $143 Sale Quick buy Trestres Checkered Black & Ivory Rug From $99 CAD $143 Sale Quick buy Willow Blue Grey Rug From $99 CAD $143 Sale Quick buy Ozana Natural rug From $99 CAD $143 Sale Quick buy Barbara Natural Beige Rug From $99 CAD $143 Sale Quick buy Sahara Ivory Grey Rug From $99 CAD $143 Sale Quick buy Ruska Taupe Rug From $99 CAD $143 Sale Quick buy Trestres Checkered Slate Green & Ivory Rug From $99 CAD $143 Sale Quick buy Ozana Brown Multi Rug From $99 CAD $143 Sale Quick buy Jama Natural Black Rug From $99 CAD $143 Sale Quick buy Cheetah Natural Black Rug From $99 CAD $143 Sale Quick buy Mizza Grey Multicolor Rug From $99 CAD $143 Sale Quick buy Calator Black & Ivory Rug From $99 CAD $143 Sale Quick buy Trestres Checkered Natural & Ivory Rug From $99 CAD $143 Sale NATURAL PLANTERS SHOP NOW BASKETS SHOP NOW BRASS PLANTERS SHOP NOW CEMENT PLANTERS SHOP NOW BRASS VASES SHOP NOW CEMENT VASES SHOP NOW Recent Reviews Recent Reviews > Love this plant so much! It perfectly fills a gap in my entryway and adds much > needed greenery in a space that doesn't receive enough natural light for a > real plant. — Stephanie F. Shop Luca Recent Reviews > I pushed for every little pop off color I could possibly integrate + it paid > off - pulling in some natural greens + blues, warm wood tones and of course > black accents for high contrast and grounding of the space. — @brickboxinteriors Shop Oli Recent Reviews > Can we just live in all the fresh green and naturals and sink into that > palette for a minute? — @quartetdesignstudio Shop Zapo Recent Reviews > I haven't shown this room in a while so here's a little transformation post. > Love seeing that pop of green when I walk past this room. — @lifeasmrsbuilder Shop Oli Recent Reviews > @artiplantodecor plants have arrived!! — @refreshed_refined Shop All Faux Plants Recent Reviews > Bedroom views with the faux Fafa Fiddle Plant from Artiplanto! — @ournortherndays Shop Fafa Recent Reviews > It’s giving Italian courtyard vibes 😍🫒 turn your sad olive tree into a > luxury one in these 5 easy steps… — @andfourstudio Shop Oli Recent Reviews > So excited for our client to open their new @house.of.dosas Davie Street > location very soon!! Such a fun project for us to design… — @danielmelochedesign Shop Maza Recent Reviews > Earthy tones, cozy textures a pop of green. So perfect! — @laurenvallario.designs Shop Moka Recent Reviews > Elevating a space one STEP at a time:))Love this staircase transformation > featuring Artiplanto. 🤍🤍 — @styleitwithjackie Shop Figgi Recent Reviews > Sourcing for amazing suppliers is what we do. We like to mix high to low items > that have great character and quality. Not to mention amazing customer service > is key. Big thanks to @article @celadonart @artiplantodecor @ruggable — @theretailduo Shop Tito Recent Reviews > I’m in love with my “DANI Artificial Travellers Palm Tree Potted Plant”. The > quality is AMAZING and the ArtiPlanto people are extremely helpful if you have > any questions and very quick to reply. — Sleepy A. Shop Dani Recent Reviews > I love all the planters and plants I got from ArtiPlanto! — F. AlYaqout Shop Nora Recent Reviews > Beautiful product and it arrived quickly! I'm excited to tell my friends about > the brand!! — Carrie W. Shop Dani Previous Next PREVIOUS NEXT Artificial Boxwood Topiary 17 products SHOP NOW Potted Faux Hanging Plants 11 products SHOP NOW Flower Bouquets 26 products SHOP NOW Artificial Tabletop Plants 28 products SHOP NOW FAKE PLANTS MAKE YOU HAPPY FORGET THE FUSS, GET FOREVER GREEN PLANTS EXPLORE ALL FAUX GREENERY AS SEEN IN @ARTIPLANTODECOR INSTAGRAM 🌿 POV: you ordered a 10ft plant from us 🪴📦 . . . #pov #plant #artificial #delivery May 10, 2024 Escaping into the lush world of literature while sipping on a refreshing green smoothie amidst this stunning artificial oasis. Talk about the perfect blend of relaxation and rejuvenation! 🌿📚💚 . . . #homedecor #read #relax #plants #smoothie May 10, 2024 Even your loved furry companion will enjoy your beautiful green scenery! 🌿🐶 . . . #pets #homedecor #green May 9, 2024 Say goodbye to watering woes and hello to everlasting greenery! 🌱✨ These lifelike artificial plants will bring a touch of nature to your home without the hassle. Sit back, relax, and enjoy the beauty of a low-maintenance oasis! 🏡🍃 . . . #homedecor #plants #artificial #interiordesign May 8, 2024 Add some energy to your workouts with our artificial plants! 🌿💪 . . . #fitness #energy #plants #artificial May 7, 2024 Escape reality and immerse yourself in a peaceful oasis with our artificial plant collection. 🌿✨Unwind, relax, and let the soothing greenery create the perfect ambiance for your reading retreat🌿📖 . . . #lifestyle #relax #reading May 6, 2024 “Hey Google - How can I make today even better?” Google: “Visit www.artiplanto.com” . #plants #plantlover #artificialplants #fauxplants #reel #plantsmakepeoplehappy #houseplantclub #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 28, 2024 Give LIFE to your room 🌿💚 #HomeDecorInspo #ArtificialPlants April 27, 2024 The design that @petermax_co did for @tannewyorkcity is GORGEOUS! The best part of this setup is the @artiplanto plants. 😉🪴💚 #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 19, 2024 A quick look at our first ever tradeshow💚🌱 @highpointxdesign @highpointmarket #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant #tradeshow April 11, 2024 … always a plant, duh! . #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant #reel April 10, 2024 We call @brittanygraceinteriors dogs the Oli tree protectors 🐾🐕 . #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 8, 2024 @laramack we can confirm that your plant addiction is healthy.😌 #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 4, 2024 This Oli tree in this bathroom is giving dreamy home Europe vibes 🌱@nataliemyers . #olitree #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 2, 2024 Grab your Epi-pens!!! 😂😂This is no #Aprilfools, plants from @artiplanto look so real you’ll even have a gardener questioning them. #loveisblind #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant March 31, 2024 POV: you ordered a 10ft plant from us 🪴📦 . . . #pov #plant #artificial #delivery May 10, 2024 Escaping into the lush world of literature while sipping on a refreshing green smoothie amidst this stunning artificial oasis. Talk about the perfect blend of relaxation and rejuvenation! 🌿📚💚 . . . #homedecor #read #relax #plants #smoothie May 10, 2024 Even your loved furry companion will enjoy your beautiful green scenery! 🌿🐶 . . . #pets #homedecor #green May 9, 2024 Say goodbye to watering woes and hello to everlasting greenery! 🌱✨ These lifelike artificial plants will bring a touch of nature to your home without the hassle. Sit back, relax, and enjoy the beauty of a low-maintenance oasis! 🏡🍃 . . . #homedecor #plants #artificial #interiordesign May 8, 2024 Add some energy to your workouts with our artificial plants! 🌿💪 . . . #fitness #energy #plants #artificial May 7, 2024 Escape reality and immerse yourself in a peaceful oasis with our artificial plant collection. 🌿✨Unwind, relax, and let the soothing greenery create the perfect ambiance for your reading retreat🌿📖 . . . #lifestyle #relax #reading May 6, 2024 “Hey Google - How can I make today even better?” Google: “Visit www.artiplanto.com” . #plants #plantlover #artificialplants #fauxplants #reel #plantsmakepeoplehappy #houseplantclub #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 28, 2024 Give LIFE to your room 🌿💚 #HomeDecorInspo #ArtificialPlants April 27, 2024 The design that @petermax_co did for @tannewyorkcity is GORGEOUS! The best part of this setup is the @artiplanto plants. 😉🪴💚 #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 19, 2024 A quick look at our first ever tradeshow💚🌱 @highpointxdesign @highpointmarket #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant #tradeshow April 11, 2024 … always a plant, duh! . #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant #reel April 10, 2024 We call @brittanygraceinteriors dogs the Oli tree protectors 🐾🐕 . #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 8, 2024 @laramack we can confirm that your plant addiction is healthy.😌 #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 4, 2024 This Oli tree in this bathroom is giving dreamy home Europe vibes 🌱@nataliemyers . #olitree #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant April 2, 2024 Grab your Epi-pens!!! 😂😂This is no #Aprilfools, plants from @artiplanto look so real you’ll even have a gardener questioning them. #loveisblind #FauxPlants #IndoorGarden #interiordesign #homedecor #artificialplants #indoorplants #livingroomdecor #houseplantlove #plantshop #botanical #houseplantsofinstagram #plantsmakepeoplehappy #houseplantclub #plantlover #plantlife #houseplants #plantsofinstagram #plantstagram #plantlove #plantstyling #plantgang #livingwithplants #plant March 31, 2024 Carbon-neutral shipping on all orders We fund innovations in... Direct Air Capture Bio Oil Mineralization More info Artiplanto Style Premium Artificial Plants and decor for your home and business. Designed in Montreal & New York City, shipping to Canada and the United States. Our Climate Commitment * Facebook * Instagram * TikTok * Pinterest * Twitter Quick links * Our Story * News * Rug Size Guide * Events Plants Rental * B2B Application Form * Influencer Partnerships * Gift Cards * Weekly $250 Giveaway * Artiplanto App Support * Contact Us * Refund Policy * Shipping Policy * Privacy Policy * Terms of Service Newsletter Sign up for exclusive offers, original stories, events and more. Subscribe American Express Apple Pay Diners Club Discover Google Pay Mastercard PayPal Shop Pay Visa © 2024 artiplanto. Your cart Close Spend $300 more for free shipping! Your order is eligible for free shipping! Plants make you happy! Checkout Close Your cart is empty Start shopping Carbon-neutral shipping on all orders More info Close dialog 1 WIN A $250 GIFT CARD Enter the giveaway for a chance to win $250 chosen once a month; and as a bonus, get access to exclusive deals, discounts and more ENTER TO WIN