Your shopping cart is empty.

Pillows

19 Products
Special Collection
Tiger Hooked Wool Pillow with Tassels
$50.00
Liven up your sofa, bed, or accent chair with this hook pillow designed with fun, energetic style. Soft and plush, this elegant accessory captures attention with cool, whimsical flair. 100% wool hooked accent pillow with tassels 100% cotton velvet backing Includes a polyester insert and zip closure Measures 22" l...
Chi Chi Hooked Wool Pillow with Tassels
$50.00
Liven up your sofa, bed, or accent chair with this hook pillow designed with fun, energetic style. Soft and plush, this elegant accessory captures attention with cool, whimsical flair. 100% wool hooked accent pillow with tassels 100% cotton velvet backing Includes a polyester insert and zip closure Measures 22" l...
Mary Jane Hooked Wool Pillow
$48.00
Liven up your sofa, bed, or accent chair with this hook pillow designed with fun, energetic style. Soft and plush, this elegant accessory captures attention with cool, whimsical flair. Designed by Justina Blakeney from the Jungalow! 100% wool hooked accent pillow 100% cotton beige velvet backing Includes a polyester insert...
Wink Wink Hook Pillow
$40.00
18" x 9" 100% wool hooked throw pillow with 100% cotton velvet backing Includes 100% polyester insert with zipper closure Insert is slightly oversized to ensure a fuller look
OMG Hooked Wool Pillow
$25.00
Liven up your sofa, bed, or accent chair with this hook pillow designed with fun, energetic style. Soft and plush, this elegant accessory captures attention with cool, whimsical flair. 100% wool hooked accent pillow 100% cotton velvet backing Includes a polyester insert and zip closure Measures 8" h x 12"...
Unicorn Magic Hook Pillow
$25.00
Measures 10 x 10" Materials: 100% wool case, 100% cotton velvet backing, and polyester insert. 
Shine On Tassled Hook Pillow
$50.00
Measures 20" x 8" Materials: 100% wool case, 100% velvet backing, and polyester insert.  Made in China. 
Plaid Woven Fringe Lumber Pillow
$32.00
Material: 52% cotton, 32% polyester, 10% acrylic, 6% rayon Dimensions: 20" x 12" x 0.5"  Machine wash cold, gentle cycle, tumble dry low
Round Geo Embroidered Cotton Pillow with Pom Poms
$42.00
16" Round Embroidered Cotton Pillow w/ Pom Poms
Mary Jane Hooked Wool Pillow- Teal
$48.00
Liven up your sofa, bed, or accent chair with this hook pillow designed with fun, energetic style. Soft and plush, this elegant accessory captures attention with cool, whimsical flair. Designed by Justina Blakeney from the Jungalow! 100% wool hooked accent pillow 100% cotton beige velvet backing Includes a polyester insert...
Woven Cotton Plaid Pillow
$34.00
Dimensions:  18" Square. Polyester fill. 
Mountains And River Hook Pillow
$24.00
Measures 10" x 10"  Materials: 100% wool case, 100% cotton velvet backing, and polyester insert.  Made in China. 
Pretty Cactus Hook Pillow
$52.00
Measures 20" x 12"  Materials: 100% wool case, 100% velvet backing, and polyester insert.  Made in China. 
Heart on Sleeve Embroidered Pillow
$152.00
k studio is designer and artist Shelly Klein’s knack for delicate linear patterns and her ever-growing menagerie of richly evocative characters with as many people as possible. Every k studio product starts as a canvas for these ideas, and each is manufactured to the highest standards for consistent quality, exact...
Clothes Embroidered Pillow
$152.00
k studio is designer and artist Shelly Klein’s knack for delicate linear patterns and her ever-growing menagerie of richly evocative characters with as many people as possible. Every k studio product starts as a canvas for these ideas, and each is manufactured to the highest standards for consistent quality, exact...
Conjoined Embroidered Pillow
$152.00
k studio is designer and artist Shelly Klein’s knack for delicate linear patterns and her ever-growing menagerie of richly evocative characters with as many people as possible. Every k studio product starts as a canvas for these ideas, and each is manufactured to the highest standards for consistent quality, exact...
Cats Embroidered Pillow
$152.00
k studio is designer and artist Shelly Klein’s knack for delicate linear patterns and her ever-growing menagerie of richly evocative characters with as many people as possible. Every k studio product starts as a canvas for these ideas, and each is manufactured to the highest standards for consistent quality, exact...
Apple Tweedy Pillow
$74.00
Soft colors with our tweedy thread, inviting textures, a stylish addition to any kid or teen's room. Keep as a beautiful statement piece or use for nap time, this sweet pillow is the softest apple you'll ever pick.  13 x 10 inches. 100% cotton knit. Designed in the US. Handmade in Peru. Hand or...
Apple Patchwork Pillow
$76.00
Soft colors in patchwork, inviting textures, a stylish addition to any kid or teen's room. Keep as a beautiful statement piece or use for nap time, this sweet pillow is the softest apple you'll ever pick.  13 x 10 inches. 100% cotton knit. Designed in the US | Handmade in Peru Hand or machine...
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });