Holiday Gifts under $20

Show filters
Sort:
Size
Color
Price
All filters
Sort
Loading...
tag of the document. This will help to improve the load of the images // during color swatches interaction on PLP const preloadBackground = (entries, observer) => { entries.forEach(async (entry) => { if (entry.isIntersecting) { const swatch = entry.target; const images = swatch.dataset.varimg.split(','); images.forEach((img, index) => { // preload image const link = document.createElement('link'); link.href = buildSrc(img); link.imagesrcset = getSrcset(img); link.imagesizes = cssImageMediaCondition; link.rel = 'preload'; link.as = 'image'; document.getElementsByTagName('head')[0].appendChild(link); }); swatch.removeAttribute('data-varimg'); switchObserver.unobserve(swatch); } }); }; const switchObserver = new IntersectionObserver(preloadBackground, { root: null, // Default is the viewport rootMargin: '30px', threshold: 0.05, // Load image when 10% of the div is visible }); // Sort options function getPageParam() { const urlParams = new URLSearchParams(window.location.search); const pageParam = urlParams.get('page'); return pageParam ? parseInt(pageParam, 10) : 1; } domLoadedPage = getPageParam(); setupSortDropdown('.fs_sort_by_wrap_desktop', '.fs_sort_by_options_desktop', '.fs_sort_by_select_desktop'); const sortBySelect = document.getElementById('sortByDesktop'); let sortByValue = getSortBy(); // call the function and store the returned value sortBySelect.value = sortByValue; // update the desktop dropdown value on page load // update sort mobile dropdown value on page load const validSortOptions = ['price_min_to_max', 'price_max_to_min', 'creation_date', 'relevency']; sortByValue = validSortOptions.includes(sortByValue) ? sortByValue : 'relevency'; const inputField = document.querySelector(`form [data-value="${sortByValue}"]`); if (inputField) { inputField.checked = true; // update the value of the option } else { console.error(`No radio button found with data-value="${sortByValue}"`); } const form = document.getElementById('sortForm'); if (form) { form.addEventListener('change', (event) => { if (event.target.name === 'sort') { const selectedValue = event.target.getAttribute('data-value'); if (selectedValue && validSortOptions.includes(selectedValue)) { setUrlParam('sortBy', selectedValue, true); resetPageAndScroll(); updateOtherDropdown(selectedValue); } } }); } updateOtherDropdown(getSortBy()); if (sortBySelect) { sortBySelect.addEventListener('change', function () { if (sortBySelect.value && validSortOptions.includes(sortBySelect.value)) { setUrlParam('sortBy', sortBySelect.value, true); } }); } // Description 'read more' function toggleReadMore(button) { const container = button.parentNode; const isExpanded = container.getAttribute('aria-expanded') === 'true'; container.setAttribute('aria-expanded', !isExpanded); if (isExpanded) { button.querySelector('.button-text').textContent = 'more'; } else { button.querySelector('.button-text').textContent = 'Show less'; } } function visibleReadMore() { const toggleButtons = document.querySelectorAll('.fs_collection_top_toggle'); toggleButtons.forEach(button => { const description_children = button.previousElementSibling.children; let description_scroll_width = 0; let description_client_width = 0; for(const child of description_children) { description_scroll_width += child.scrollWidth; description_client_width += child.clientWidth; }; button.style.display = (description_scroll_width > description_client_width) ? 'block' : 'none'; }); } window.addEventListener('DOMContentLoaded', visibleReadMore); // category pills GTM const categories = document.querySelectorAll('.category-pills__pill'); let category; let categoryHandle; let categoryId; const pushCategoryPills = (category, categoryHandle, categoryId, typeCategory) => { if (category && categoryHandle && categoryId && typeCategory) { const categoryPills = { event: `categoryPills`, category: category, categoryHandle: categoryHandle, categoryId: categoryId, typeCategory: typeCategory }; window.dataLayer.push(categoryPills); } } categories?.forEach(category => { category.addEventListener('click', function(e) { try { category = e.currentTarget.getAttribute('data-category'); categoryHandle = e.currentTarget.getAttribute('data-collection-handle'); categoryId = e.currentTarget.getAttribute('data-collection-id'); typeCategory = e.currentTarget.getAttribute('data-type-category'); pushCategoryPills(category, categoryHandle, categoryId, typeCategory); } catch (error) { console.error('Error in category click event:', error); } }) })

Product Recommendations

Holiday Gifts For Her Under $20

Explore holiday gifts under $20 that blend style and affordability—perfect for friends, family, or a little self-care this season. Windsor’s collection has thoughtful, trendy options like oversized scarves, cozy socks, and chic tights, all designed to add warmth and personality to any outfit. Searching for fun accessories? Discover gifts for her like statement-making stud earrings, playful keychains, and jewelry with charm details featuring bows, hearts, or butterflies.

For the friend who loves a little sparkle, rhinestone accessories, faux eyelashes, and hair ties elevate any holiday look with an extra touch of glamour. Practical yet stylish cold-weather pieces like earmuffs, berets, and head wraps add both flair and warmth—perfect holiday gifts for friends who love to accessorize. With these affordable holiday gifts, it’s easy to spread the joy of giving without overspending. Shop Windsor’s unique collection for holiday gifts that bring a smile to everyone on your list!

  • Petite Luxe Purse Bow Keychain

    Small but seriously chic. This faux leather mini keychain bag brings instant polish with a gold clasp and playful bow charm—perfect for clipping to your tote, keys, or crossbody for that little pop of personality.

    Fit & Features

    • Mini faux leather purse, top handle, front flap closure
    • Bow charm accents
    • Attached keyring and lobster clasp

    Style Number/Barcode: 07308-000035

    Category Name: Holiday Gifts under $20

    Price: $10.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

  • Love Note Heart Keychain

    Soft, sparkly, and perfectly extra. This chic keychain features a glossy heart charm and a rhinestone-studded bow for that polished, girly touch—clip it on your keys, purse, or tote for instant charm.

    Fit & Features

    • Attached keyring and clasp
    • Glossy heart charm
    • Rhinestone bow charm
    • Lock charm
    • Chain design

    Style Number/Barcode: 07308-000037

    Category Name: Holiday Gifts under $20

    Price: $9.90

    Availability: In Stock

    Available Color: PINK

    Available Size: NS

  • Bunny Love Plush Keychain

    Too cute to leave behind—this plush bunny keychain is the soft and sweet little accessory your bag’s been waiting for. Clip it on and let the floppy ears do all the flirting.

    Fit & Features

    • Plush bunny design with floppy ears
    • Soft faux fur texture
    • Keyring and clasp closure for easy attachment

    Style Number/Barcode: 07308-000039

    Category Name: Holiday Gifts under $20

    Price: $10.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: NS

  • Glam Safari Leopard Purse Keychain

    Tiny but full of attitude. This leopard print mini purse keychain brings major glam with gold-tone hardware, rhinestone accents, and a plush pom charm—perfect for dressing up your keys or purse.

    Fit & Features

    • Leopard mini purse charm
    • Rhinestone swag chain
    • Faux fur pom, tassel, and coin charms
    • Attached keyring and lobster clasp

    Style Number/Barcode: 07308-000041

    Category Name: Holiday Gifts under $20

    Price: $9.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

  • Lucky You 8-Ball And Dice Keychain

    Big charm energy—literally. This keychain featuring a heart, 8-ball, and dice charm serves love, luck, and a touch of attitude.

    Fit & Features

    • Heart charm
    • Dice charm
    • 8-ball charm
    • Chain-link design, O-ring with clasp closure

    Style Number/Barcode: 07308-000069

    Category Name: Holiday Gifts under $20

    Price: $8.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

  • Sweet On Repeat Cable Knit Knee High Socks

    The softest flex for cold weather days. These cable knit knee highs add that preppy-meets-cozy touch—perfect peeking out of boots or paired with your favorite oversized sweater.

    Fit & Features

    • Soft cable knit fabric
    • Knee-high length

    Style Number/Barcode: 07306-000018

    Category Name: Holiday Gifts under $20

    Price: $14.90

    Availability: In Stock

    Available Color: IVORY, BROWN

    Available Size: NS

  • Glow Mode Rhinestone Hydro Cup Keychain

    Hydration, but make it glam. This rhinestone hydro cup keychain adds instant sparkle to your keys, bag, or tumbler—because even your accessories deserve a little shine.

    Fit & Features

    • Mini hydro cup keychain design
    • Allover rhinestone embellishments
    • Attached keyring and clasp

    Style Number/Barcode: 07308-000036

    Category Name: Holiday Gifts under $20

    Price: $9.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

  • Lucky Streak Slot Machine Keychain

    Call it your lucky charm with flair. This working slot machine keychain features a heart-shaped clasp with ace of spades and dice charms—giving every key ring that playful, Vegas-inspired sparkle.

    Fit & Features

    • Mini slot machine with working pull-down lever, spinning scrolls
    • Heart-shaped clasp
    • Ace of spades and dice charms

    Style Number/Barcode: 07308-000042

    Category Name: Holiday Gifts under $20

    Price: $9.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: NS

  • Sweet Intentions Plaid Bow Keychain

    A little charm goes a long way. This plaid bow keychain with a metal heart detail instantly adds a preppy, playful touch to your keys, bag, or tote.

    Fit & Features

    • Plaid print bow charm
    • Metal heart charm
    • Attached keyring and lobster clasp closure

    Style Number/Barcode: 07308-000046

    Category Name: Holiday Gifts under $20

    Price: $9.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: NS

  • Lucky Gurls Club Cozy Three-Piece Set

    Luck’s on your side, babe. This Lucky Gurls Club set brings cozy vibes and charm energy—a faux sherpa slipper moment paired with a numbered dice keychain and ace hair clip that says, “I make my own luck.”

    Fit & Features

    • Three-piece set
    • Plush faux sherpa slippers, "Lucky Gurls Club", hard sole bottom
    • One heart numbered dice keychain, keyring, lobster clasp
    • One three of aces hair clip

    Style Number/Barcode: 07308-000080

    Category Name: Holiday Gifts under $20

    Price: $22.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: S, M, L

  • Hug Me Teddy Bear Plush Keychain

    This teddy bear plush keychain brings soft, cozy vibes wherever you go—clip it to your keys, backpack, or tote for an instant dose of comfort and charm.

    Fit & Features

    • Soft and plush teddy bear charm
    • Attached keyring and lobster clasp closure

    Style Number/Barcode: 07308-000045

    Category Name: Holiday Gifts under $20

    Price: $10.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

  • Lucky Girl Charm Keychain

    This charm keychain brings together dice, cherries, an ace of spades, an eight ball, and a rhinestone heart for a mix of luck and flirtation. Clip it to your bag or keys for a little sparkle.

    Fit & Features

    • Cherry charm
    • Ace of spades charm
    • Magic eight ball charm
    • Two heart charms
    • Dice charm
    • Attached keyring and lobster clasp closure

    Style Number/Barcode: 07308-000043

    Category Name: Holiday Gifts under $20

    Price: $9.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: NS

  • Self Care Club Sleep Mask And Slippers Set

    For nights when “plans” mean skincare, candles, and early bedtime. This faux sherpa slipper and satin sleep mask set delivers total Home by 9pm energy—soft, soothing, and unapologetically cozy.

    Fit & Features

    • Slipper and sleep mask set
    • Plush faux sherpa slippers, "Self Care Club" embroidery
    • Hard sole bottom
    • Satin sleep mask included

    Style Number/Barcode: 07308-000082

    Category Name: Holiday Gifts under $20

    Price: $22.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: S, M, L

  • Cozy Cherry Crush Slipper And Socks Set

    Serving cozy-core perfection. This faux sherpa slipper and sock set brings peak cuteness with fuzzy comfort, cherry details, and a little bow flair—because lounging should still feel like a look.

    Fit & Features

    • Plush faux sherpa slippers, cherry and bow embroidery
    • Hard sole bottom
    • Matching fuzzy cherry embroidered socks included

    Style Number/Barcode: 07308-000084

    Category Name: Holiday Gifts under $20

    Price: $22.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: S, M, L

  • Cozy Cutie Slippers And Scrunchies Set

    Soft, sweet, and totally stay-in approved. This faux sherpa slipper set brings peak cozy energy with bow detailing and three mix-and-match scrunchies—because even self-care nights deserve a cute accessory moment.

    Fit & Features

    • Four-piece set
    • Plush faux sherpa bow slippers, hard sole bottom
    • Three scrunchies in various styles and fabrics

    Style Number/Barcode: 07308-000081

    Category Name: Holiday Gifts under $20

    Price: $22.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: S, M, L

  • Cuddle Club Teddy Bear Slipper And Socks Set

    Cozy just got cuter. This teddy bear slipper and sock set is basically a hug for your feet—soft, fuzzy, and perfect for lazy mornings or all-day lounging.

    Fit & Features

    • Slippers and socks set
    • Plush faux sherpa teddy bear embroidered slippers
    • Hard sole bottom
    • Matching teddy bear fuzzy socks included

    Style Number/Barcode: 07308-000083

    Category Name: Holiday Gifts under $20

    Price: $22.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: S, M, L

  • Lucky Touch Clover Keychain

    A little luck, a lot of shine. This gold keychain features dainty clover charms with pearl and enamel details—perfect for adding a luxe touch to your keys, bag, or wristlet.

    Fit & Features

    • Polished finish
    • Assorted clover charms with pearl and enamel accents
    • Keyring and lobster clasp closures

    Style Number/Barcode: 07308-000044

    Category Name: Holiday Gifts under $20

    Price: $9.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Lounge Luxe Chenille Socks

    Comfy with a side of sparkle. These chenille scrunch socks mix cozy texture with a subtle lurex shimmer—perfect for lounging or styling with your favorite boots.

    Fit & Features

    • Soft chenille knit fabric with lurex thread
    • Ribbed texture
    • Scrunch design

    Style Number/Barcode: 07306-000016

    Category Name: Holiday Gifts under $20

    Price: $12.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: NS

  • Lounge Edit Fuzzy Mule Slippers

    These fuzzy faux fur mules bring cozy-luxe energy to your off-duty rotation—perfect for lounging in style!

    Fit & Features

    • Closed square toe design
    • Strap accent
    • Slip-on styling
    • Faux fur material
    • Traction bottom
    • Runs true to size

    Style Number/Barcode: 07408-000007

    Category Name: Holiday Gifts under $20

    Price: $22.90

    Availability: In Stock

    Available Color: CAMEL, IVORY, BLACK

    Available Size: 6, 6.5, 7, 7.5, 8, 8.5, 9, 10, 5.5

  • Time to Shine Charm Keychain

    Your keys or bag just got an upgrade. This polished keychain features cascading chains and luxe charms—complete with a mini watch detail that adds a hint of timeless glam to your everyday carry.

    Fit & Features

    • Cascading chains
    • Luxe charms
    • Mini watch charm with adjustable side dial
    • Heart clasp

    Style Number/Barcode: 07308-000040

    Category Name: Holiday Gifts under $20

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Fuzzy Feelings Faux Fur Bucket Hat

    Soft, shaggy, and straight-up stylish. This faux fur bucket hat brings cozy glam to every outfit—perfect for cold days, bad hair days, or just extra-fab ones.

    Fit & Features

    • Plush faux fur
    • Bucket hat silhouette
    • Lined interior
    • Adjustable inner strings for a snug fit

    Style Number/Barcode: 07302-000116

    Category Name: Holiday Gifts under $20

    Price: $18.90

    Availability: In Stock

    Available Color: GRAY

    Available Size: NS

  • Cozy Mood Fuzzy Socks

    Meet your new cozy essential. These fuzzy slouch socks bring cloud-soft comfort with a cozy feathered texture—perfect for lounging, layering, or just keeping your vibe extra warm.

    Fit & Features

    • Fuzzy, feather-like knit fabric with ultra-soft feel
    • Slouch design

    Style Number/Barcode: 07306-000017

    Category Name: Holiday Gifts under $20

    Price: $12.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: NS

  • Toasted Cozy Knit Socks

    Soft, snug, and just the right amount of cozy. These knit over-the-knee socks bring all the warmth with a touch of classic texture—perfect for styling with any outfit!

    Fit & Features

    • Over-the-knee length
    • Soft and stretchy knit material

    Style Number/Barcode: 07306-000046

    Category Name: Holiday Gifts under $20

    Price: $12.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • Best Seller
  • Simply Chic Faux Leather Gloves

    For when the chill hits, but the look still has to serve. These faux leather gloves mix sleek edge with cozy comfort thanks to their plush faux fur lining—proof you can stay warm and look effortlessly put-together.

    Fit & Features

    • Faux leather material
    • Plush faux fur lining
    • Top cutout design

    Style Number/Barcode: 07304-000009

    Category Name: Holiday Gifts under $20

    Price: $14.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS