var card_img_containers = document.querySelectorAll('.card-img-container'); var product_name = document.querySelectorAll('.prod-name a'); setInterval(function () { // Reset tabindex for card_img_containers card_img_containers.forEach(function (container) { var anchorElements = container.getElementsByTagName('a'); for (var i = 0; i < anchorElements.length; i++) { anchorElements[i].setAttribute('tabindex', '0'); } }); // Reset tabindex for product_name product_name.forEach(function (item) { item.setAttribute('tabindex', '0'); }); }, 1000); setInterval(function () { var sideTopSellers = document.getElementById('sideTopSellers'); if (sideTopSellers) { var anchorElements = sideTopSellers.querySelectorAll('a'); anchorElements.forEach(function (anchor) { anchor.setAttribute('tabindex', '0'); }); } }, 1000); setInterval(function () { var radioButtons = document.querySelectorAll('.form-option, .form-label'); radioButtons.forEach(function (item) { item.setAttribute('tabindex', '0'); item.addEventListener('keydown', function (event) { if (event.keyCode === 13) { var radioInput = document.getElementById(this.getAttribute('for')); if (radioInput) { radioInput.checked = true; } event.preventDefault(); } }); }); }, 1000) if ($(window).width() > 767) { setTimeout(() => { setInterval(function () { $('.spb_table').attr('tabindex', '1'); $('.spb_table_cell').attr('tabindex', '1'); $('.icon-close').attr('tabindex', '1'); }, 10); }, 2000); // setInterval(() => { // $("#gift-certificate-preview").click(function () { // Trigger = $(this); // var fId = "modal"; // setTimeout(function () { // // console.log(fId); // document.getElementById(fId).focus(); // $("#" + fId).find(".modal-close").attr("data-reveal-back", "back"); // }, 800); // }); // }, 1000); if ($("#gift-certificate-preview")) { setInterval(() => { $("#gift-certificate-preview").click(function () { Trigger = $(this); var fId = "modal"; setTimeout(function () { // console.log(fId); document.getElementById(fId).focus(); $("#" + fId).find(".modal-close").attr("data-reveal-back", "back"); }, 800); }); }, 1000); } } // Start: Uncomment code 01-12-2023 // $(document).ready(function () { // setInterval(function () { // const classess_array = [ // ".GiftIntro", // ".GiftCertificateCode span", // "#LogoContainer a", // "#GiftCertificateAmount", // ".GiftCertificateFrom", // ".GiftCertificateTo", // "#GiftCertificateMessage", // ".GiftCertificateExpiry", // ".GiftCertificateShopNow" // ]; // classess_array.forEach((selector) => { // const elements = document.querySelectorAll(selector); // elements.forEach((element) => { // element.setAttribute("tabindex", "0"); // }); // }); // $('.page-type-giftcertificates .modal-close').attr('aria-label', ' gift certificate pop up open and you are on a close'); // }, 100); // var Trigger = null; // let vky = document.querySelector('.vky'); // let close = document.querySelector('.modal-close'); // vky.addEventListener("keydown", function (event) { // if (event.key === "Tab") { // close.click(); // Trigger.focus(); // Trigger = null; // } // }); // $("body").on("keydown", "#modal .button-wishlistDropdown-q", function () { // if (event.key === "Tab") { // // console.log("close popup"); // var closess = document.querySelector('.modal-close'); // closess.click(); // Trigger.focus(); // Trigger = null; // } // }); // $("body").on("click", "a[data-reveal-id='halo-login-popup']", function () { // // console.log("halo login btn"); // // $("a[data-reveal-id='halo-login-popup']").click(function(){ // if ($(this).attr("data-reveal-id") != "" && $(this).attr("data-reveal-id") != undefined) { // Trigger = $(this); // var fId = $(this).attr("data-reveal-id"); // setTimeout(function () { // // console.log(fId); // document.getElementById(fId).focus(); // $("#" + fId).find(".modal-close").attr("data-reveal-back", "back"); // }, 500); // } // }); // $("a").click(function () { // if ($(this).attr("data-reveal-back") != "" && $(this).attr("data-reveal-back") != undefined) { // Trigger.focus(); // Trigger = null; // } // }); // $("#halo-login-popup").on('keydown', function (e) { // if (e.target != this) return; // if (e.shiftKey) { // document.querySelector('.modal-close').click(); // Trigger.focus(); // Trigger = null; // } // }); // $("#modal").on('keydown', function (e) { // if (e.target != this) return; // if (e.shiftKey) { // document.querySelector('.modal-close').click(); // Trigger.focus(); // Trigger = null; // } // }); // $("a[data-event-type='product-click']").click(function () { // Trigger = $(this); // var fId = "modal"; // setTimeout(function () { // // console.log(fId); // document.getElementById(fId).focus(); // $("#" + fId).find(".modal-close").attr("data-reveal-back", "back"); // }, 800); // }); // $("#gift-certificate-preview").click(function () { // Trigger = $(this); // var fId = "modal"; // setTimeout(function () { // // console.log(fId); // document.getElementById(fId).focus(); // $("#" + fId).find(".modal-close").attr("data-reveal-back", "back"); // }, 800); // }); // $("a[data-cart-preview]").click(function () { // Trigger = $(this); // var fId = "cart-preview-dropdown"; // setTimeout(function () { // // console.log(fId); // document.getElementById(fId).focus(); // $("#" + fId).find(".modal-close").attr("data-reveal-back", "back"); // }, 800); // }); // $(".modal-close").attr("aria-label", "popup open and you are on close"); // $(".modal-close").attr("role", "Button"); // $("#modal").attr("tabindex", "-1"); // classess_array.forEach((selector) => { // const elements = document.querySelectorAll(selector); // elements.forEach((element) => { // element.setAttribute("tabindex", currentTabIndex.toString()); // Set the tabindex // currentTabIndex++; // }); // }); // }); // Start: Uncomment code 01-12-2023 $(document).ready(function () { // Start: Appended this code on the 01-12-2023 var Trigger = null; let vky = document.querySelector(".vky"); let close = document.querySelector(".modal-close"); vky.addEventListener("keydown", function (event) { if (event.key === "Tab") { close.click(); Trigger.focus(); Trigger = null; } }); $("body").on("keydown", "#modal .button-wishlistDropdown-q", function () { if (event.key === "Tab") { console.log("close popup"); var closess = document.querySelector(".modal-close"); closess.click(); Trigger.focus(); Trigger = null; } }); $("body").on("click", "a[data-reveal-id='halo-login-popup']", function () { // console.log("halo login btn"); // $("a[data-reveal-id='halo-login-popup']").click(function(){ if ( $(this).attr("data-reveal-id") != "" && $(this).attr("data-reveal-id") != undefined ) { Trigger = $(this); var fId = $(this).attr("data-reveal-id"); setTimeout(function () { // console.log(fId); document.getElementById(fId).focus(); $("#" + fId) .find(".modal-close") .attr("data-reveal-back", "back"); }, 500); } }); $("a").click(function () { if ( $(this).attr("data-reveal-back") != "" && $(this).attr("data-reveal-back") != undefined ) { Trigger.focus(); Trigger = null; } }); $("#halo-login-popup").on("keydown", function (e) { if (e.target != this) return; if (e.shiftKey) { document.querySelector(".modal-close").click(); Trigger.focus(); Trigger = null; } }); // End : Appended this code on 01-12-2023 const classess_array = [ ".GiftIntro", ".GiftCertificateCode span", "#LogoContainer a", "#GiftCertificateAmount", ".GiftCertificateFrom", ".GiftCertificateTo", "#GiftCertificateMessage", ".GiftCertificateExpiry", ".GiftCertificateShopNow" ]; let currentTabIndex = 1; // Initialize currentTabIndex classess_array.forEach((selector) => { const elements = document.querySelectorAll(selector); elements.forEach((element) => { element.setAttribute("tabindex", currentTabIndex.toString()); // Set the tabindex currentTabIndex++; }); }); $('.page-type-giftcertificates .modal-close').attr('aria-label', ' gift certificate pop up open and you are on close'); // Rest of your code... }); setInterval(function(){ if(document.readyState=="interactive"){ document.getElementById("top-page-promotion").focus(); document.getElementById("top-page-promotion").click(); } },1000); setTimeout(function () { document.getElementById("top-page-promotion").focus(); $("#top-page-promotion").keyup(); let AccountMenuItem = document.querySelector('.navUser ul li:nth-child(2)'); AccountMenuItem.addEventListener("keydown", function (event) { if (event.key == "Enter") { // console.log("login click") let login_popup = $('#halo-login-popup').focus(); } }); }, 5000); function handleKeyDown(event) { const keyCode = event.keyCode || event.which; if (keyCode === 13) { $("#top-page-promotion").addClass("hide"); } } setTimeout(function () { document.getElementById("top-page-promotion").addEventListener("keydown", handleKeyDown); }, 1000); // COWWW (function (w, d, t, r, u) { var f, n, i; w[u] = w[u] || [], f = function () { var o = { ti: "4003726", enableAutoSpaTracking: true }; o.q = w[u], w[u] = new UET(o), w[u].push("pageLoad") }, n = d.createElement(t), n.src = r, n.async = 1, n.onload = n.onreadystatechange = function () { var s = this.readyState; s && s !== "loaded" && s !== "complete" || (f(), n.onload = n.onreadystatechange = null) }, i = d.getElementsByTagName(t)[0], i.parentNode.insertBefore(n, i) }) (window, document, "script", "//bat.bing.com/bat.js", "uetq"); info
×
×
×
"/>

GIANT TEDDY ™ OFFICIAL SITE - Fast Free Shipping

Aggregate Rating

Premium White Polyester Stuffing - 40lbs

NEW
SALE

Premium White Polyester Stuffing - 40lbs


price Range
Sale price $229.99
Hurry! Only left
SKU:
POLY-01-40C

Premium White Polyester Stuffing

Our 100% polyester fiber stuffing ideal for many uses varying from crafts, home decor, stuffing for stuffed animals teddy and much more! Used to perfectly fill our own Giant Teddy brand teddy bears, we now offer our premium plush filling for individual sale! 

About the Polyester Stuffing:

*Content: 100% Polyester Fiberfill

*Hypoallergenic materials-lightweight

*Top of the line quality premium polyester fill

*Hollow siliconized conjugated fibers

*Clump resistant, keeps its shape

*No added chemicals or flame retardants

*Made in the USA or imported

 stuffing-2.jpg

All stuffed animals crafted by Giant Teddy are stuffed to order at our headquarters in Anaheim, California. We design all aspects of the stuffed animals, including the stitching of the expressions on the face, color of the plush fur, and even precise arrangement of the paw pads. Our designs are executed and produced exactly in collaboration with partners in China, from where we source the luxe shells. New polyester filling is sourced locally in the US, then processed into premium, fluffy Giant Teddy stuffing by our technicians in Anaheim. We stuff the bears, finish them by hand, and inspect each one for perfection before shipping. Our bears are guaranteed to last you a lifetime.

All Giant Teddy bears exceed U.S. child safety standards.

The accessories and props, including clocks & heart pillows, pictured alongside this item may not be included; they are shown for size and proportion comparison only. See product description for accessories, if any, included with this item.

Remove any unattached accessories, all tags and plastic loops before giving to a child younger than 3 years of age

Returns Policy

You may return most new, unopened items within 30 days of delivery for a full refund. We'll also pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.).

You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).

If you need to return an item, simply login to your account, view the order using the "Complete Orders" link under the My Account menu and click the Return Item(s) button. We'll notify you via e-mail of your refund once we've received and processed the returned item.

Shipping

We can ship to virtually any address in the world. Note that there are restrictions on some products, and some products cannot be shipped to international destinations.

When you place an order, we will estimate shipping and delivery dates for you based on the availability of your items and the shipping options you choose. Depending on the shipping provider you choose, shipping date estimates may appear on the shipping quotes page.

Please also note that the shipping rates for many items we sell are weight-based. The weight of any such item can be found on its detail page. To reflect the policies of the shipping companies we use, all weights will be rounded up to the next full pound.

Imported and Stuffed in Anaheim, California

All stuffed animals crafted by Giant Teddy are stuffed to order at our headquarters in Anaheim, California. We design all aspects of the stuffed animals, including the stitching of the expressions on the face, color of the plush fur, and even precise arrangement of the paw pads. Our designs are executed and produced exactly in collaboration with partners in China, from where we source the luxe shells. New polyester filling is sourced locally in the US, then processed into premium, fluffy Giant Teddy stuffing by our technicians in Anaheim. We stuff the bears, finish them by hand, and inspect each one for perfection before shipping. Our bears are guaranteed to last you a lifetime.
All Giant Teddy bears exceed U.S. child safety standards.

Accessories and Props

The accessories and props, including clocks & heart pillows, pictured alongside this item may not be included; they are shown for size and proportion comparison only. See product description for accessories, if any, included with this item.

Warning:

Remove any unattached accessories, all tags and plastic loops before giving to a child younger than 3 years of age

Selected:

Premium White Polyester Stuffing - 40lbs

price Range
Sale price $229.99

Related Products

  • Gif loading SECURE PAYMENT

    We implement a variety of security measures to maintain the safety of your personal information when you place an order!

  • A Truck with free shipping text FREE SHIPPING

    Ship at no additional cost! ONLY applicable to the 48 US Contiguous States!

  • Gif loading SATISFACTION GUARANTEED

    If anything happens to your order, we want to know & want to make it right. You have our Paw of Honor!

  • Gif loading SUNNY CALIFORNIA

    Giant Teddy is in sunny Anaheim, California. We do most of our business online but if you are in the area, Contact Us about stopping by!