SKU: A1000994

Gyldan - Pillow

$8999 USD $11999

Color
Option

Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Add a distinctive piece of decor to your room with this accent pillow. Adorned with a pattern of arrows in teal, white and metallic goldtone, this striking print adds a splash of style to any decor. Featuring a cotton cover with knife edge construction and zipper closure, this pillow is perfect for use on a bed or chair to freshen up your living space in a beautiful way.
Gyldan - Pillow (Set of 4) - White / Teal / Gold
20.0"W x 7.0"D x 20.0"H - 9.0 lb
Gyldan - Pillow - White / Teal / Gold
20.0"W x 7.0"D x 20.0"H - 2.7 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });