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
Transform your living space with the stunning Mosaic Border - Golden Shapes, a truly remarkable piece that redefines sophistication and elegance in home decor. This beautiful mosaic border seamlessly combines contemporary design with timeless appeal, making it the perfect addition to any room. Crafted from exquisite glass and marble pieces, the Mosaic Border showcases a striking original pattern featuring geometric golden shapes set against a pristine white background.
Whether you want to accentuate a feature wall, frame a beautiful piece of art, or add a touch of luxury to your kitchen or bathroom, this mosaic border is designed to make a bold statement. Its modern aesthetic complements various interior styles, from minimalistic to eclectic, allowing you to express your individual flair effortlessly.
Installing the Mosaic Border is a breeze, ensuring that you can easily enhance your space without any hassle. Simply position it where you desire, and let the sophisticated charm of golden shapes elevate your decor. With its simplicity and elegance, this product not only beautifies your surroundings but also provides a focal point that captures the attention of guests and visitors alike.
Elevate your home with the Mosaic Border - Golden Shapes and indulge in the luxury of exquisite design. Sit back, relax, and admire the stunning results of your transformed space, filled with personality and style. Experience how easy it is to create a fashionable interior that reflects your taste and creativity with our extraordinary Mosaic Border.
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
Choosing a selection results in a full page refresh.
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_ 6814666293328_40093921017936',
'ecomm_totalvalue': '25400'
});