Get one-on-one expert advice from our lead designer to help you transform any area around your home or work.
Fill out the form below to submit your designer question.
Upload your Photo
Take a picture of a room in your home, a floor area or a table top that you would like to ask a question about - or simply anything you would like to make into mosaics.
Mosaic Uses:
Floors Walls or Tabletops both Indoor or Outdoor as well as wet places such as showers
and Pools.
Made To Order
All our mosaics except those on clearance are made to order. Orders including custom mosaic art, require 4-8 weeks to be delivered. However, if you are in a hurry we can rush your mosaic order for an extra fee and it'll be delivered within 1-3 weeks.
Description
Introducing our exquisite Floral Patches Border Mosaic Artwork, a captivating addition that transforms any space with its unique charm. This stunning mosaic tile border encapsulates the essence of floral beauty, bringing a touch of immortality to your interiors. Each piece in this artwork is meticulously crafted, showcasing a harmonious blend of pastel colors and intricate patterns that celebrate the delicacy of nature.
Imagine adorning your walls or floors with this elegant mosaic tile border, creating a serene atmosphere that radiates sophistication. The Floral Patches design serves not only as a decorative element but as a piece of art that tells a story, evoking feelings of tranquility and warmth. Its subtle hues will effortlessly complement a variety of decor styles, making it a versatile choice for any home.
Whether you're looking to enhance your living room, hallway, or kitchen, the Floral Patches Border Mosaic Artwork will add a refreshing vibe, transforming ordinary spaces into extraordinary ones. This artwork is perfect for those who seek uniqueness and beauty in their surroundings, making it an ideal choice for art enthusiasts and interior decorators alike.
Elevate your space with the elegance of our Floral Patches Border Mosaic Artwork, where nature meets artistry. Let the beauty of flowers inspire your decor and create an inviting ambiance that you and your guests will adore. Embrace the timeless appeal of this mosaic tile border and experience the transformative power of art in your home.
Shipping & Returns
Free Shipping on Standard Orders (4-8 weeks) Express Shipping on Rush Orders (1-3 weeks) Free worldwide shipping 30 days full refund if for any reason you are not happy with your purchase
Items Not Eligible for refund: 1.Sale Items on clearance at 50% off. 2.Custom Mosaics ( your own image you sent us to create as mosaic are not returned as we
send photos of completed work for approval prior to shipping).
Exclusive lifetime warranty on all mosaic art pieces guaranteed.
Installation
For all the dos and don'ts of installing a mosaic, watch our easy to follow and exclusive installion guide:
Certificate of Authenticity
Receive a Certificate of Authenticity signed by the artisan who personally handcrafted your mosaic piece.
See it On Your Wall
Do you like to see how Liquid error (snippets/product_tabs line 213): include usage is not allowed in this context
looks on your wall?
Upload Your Wall Image
Upload
Shop the look
Le choix d'une sélection entraîne l'actualisation de la page entière.
Get one-on-one expert advice from our lead designer to help you transform any area around your home or work.
Fill out the form below to submit your designer question.
Upload your Photo
Take a picture of a room in your home, a floor area or a table top that you would like to ask a question about - or simply anything you would like to make into mosaics.
Return to the form
$(document).on("click", ".js--minus", function() {
var currentQty = $('.js--num').val();
var qtyLimit = $(this).parent().parent().data('qty');
console.log(qtyLimit);
if (currentQty <= 10) {
alert('For this item quantity should be equals or greater than 11');
$('.js--num').val(11);
}
});
$(document).on("change", ".js--num", function(event) {
event.preventDefault();
var currentQty = $(this).val();
if (currentQty <= 10) {
alert('For this item quantity should be equals or greater than 11');
$(this).val(11);
}
});
function getParam(p) {
var match = RegExp('[?&]' + p + '=([^&]*)').exec(window.location.search);
return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
}
function getExpiryRecord(value) {
var expiryPeriod = 90 * 24 * 60 * 60 * 1000; // 90 day expiry in milliseconds
var expiryDate = new Date().getTime() + expiryPeriod;
return {value: value, expiryDate: expiryDate};
}
function addGclid() {
var gclidParam = getParam('gclid');
var gclidFormFields = [
'footer_gclid_field',
'klaviyo-form-Mw3UAa-gclid_field',
'aaaFormBuilder3381-gclid_field',
'inquire-gclid_field',
'addToCart_gclid_field',
'ctm_size_gclid_field',
'kit_gclid_field',
'aaaFormBuilder3382-gclid_field',
'orderLookupForm-gclid_field',
'artist-collaboration-gclid_field',
'black-friday-gclid_field',
'affiliates-gclid_field',
'dealers_gclid_field',
'retailers_gclid_field',
'architects_gclid_field',
'art_gclid_field',
'entrepreneurship_gclid_field',
'corporate-logo-gclid_field',
'need-help-gclid_field',
'custom-mosaics-gclid_field'
]; // all possible gclid form field ids here
var gclidRecord = null;
var currGclidFormField;
var gclsrcParam = getParam('gclsrc');
var isGclsrcValid = ! gclsrcParam || gclsrcParam.indexOf('aw') !== -1;
gclidFormFields.forEach(function(field) {
if (document.getElementById(field)) {
currGclidFormField = document.getElementById(field);
}
if (gclidParam && isGclsrcValid) {
gclidRecord = getExpiryRecord(gclidParam);
localStorage.setItem('gclid', JSON.stringify(gclidRecord));
}
var gclid = gclidRecord || JSON.parse(localStorage.getItem('gclid'));
var isGclidValid = gclid && new Date().getTime() < gclid.expiryDate;
if (currGclidFormField && isGclidValid) {
currGclidFormField.value = gclid.value;
}
});
}
window.addEventListener('load', addGclid);
if ($('.gallery-image-item-4').length > 0) {
$('.gallery-image-item-4').hide();
// init Masonry
var $grid = $('.gallery-image-item-4').masonry({itemSelector: '.gallery-image-item', columnWidth: '.grid-sizer'});
// layout Masonry after each image loads
$grid.imagesLoaded().progress(function() {
$grid.masonry('layout');
$('.gallery-image-item-4').show();
});
}
$('.newsletterform').on('click',function(){
$('html, body').animate({
scrollTop: $(".footer-block__newsletter").offset().top
}, 1000);
});
$('.aiTool').on('click',function(e){
e.preventDefault();
$('html, body').animate({
scrollTop: $("#artGenerator").offset().top
}, 1000);
})
$(document).on('click','#artGenerator a',function(e){
e.preventDefault();
$('.ai-generator-form').toggle();
});
$( document ).ready(function() {
$(`.graybuttonattop > span.button-input`).click(function(){
$(`.chatboxarea`).fadeToggle();
});
});
function myInit(){ StampedFn.init({ apiKey: 'pubkey-tlL8MINv39CH87fA3TNnB8l9qUvtp4', sId: '34788' }); }
$(document).ready(function(){
$(".header-slides").slick({
infinite: false,
speed: 300,
autoplay: false,
autoplaySpeed: 3000,
infinite: true,
slidesToShow: 4,
slidesToScroll: 4,
prevArrow: ``,
nextArrow: ``,
responsive: [
{
breakpoint: 600,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
arrows: true
}
}
]
});
$('.slides').slick({
lazyLoad: 'ondemand',
arrows: true,
prevArrow: '',
nextArrow: '',
autoplay: true,
autoplaySpeed: 3000,
adaptiveHeight: false,
asNavFor: '.thumbnails',
infinite: true,
responsive: [
{
breakpoint: 600,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
}
}
]
});
$('.thumbnails').slick({
slidesToShow: 2,
slidesToScroll: 1,
asNavFor: '.slides',
dots: false,
// focusOnSelect: true,
focusOnSelect: true,
speed: 500,
});
})
window.dataLayer = window.dataLayer || [];
function () {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'AW-1070641720');
gtag('event', 'page_view', {
'send_to': 'AW-1070641720',
'ecomm_pagetype': 'product',
'ecomm_prodid': 'shopify_US_ 9833505481_38622094409',
'ecomm_totalvalue': '4095'
});