{"id":21986,"date":"2021-01-29T09:46:18","date_gmt":"2021-01-29T08:46:18","guid":{"rendered":"https:\/\/stage.pitpop.it\/prodotto\/import-placeholder-for-cuiia7\/"},"modified":"2025-01-13T14:23:28","modified_gmt":"2025-01-13T13:23:28","slug":"cuscino-darredo-tigre","status":"publish","type":"product","link":"https:\/\/www.pitpop.it\/en\/cuscini-pop-art\/cuscino-darredo-tigre\/","title":{"rendered":"Cuscino D&#8217;Arredo Tigre"},"content":{"rendered":"<div data-elementor-type=\"product-post\" data-elementor-id=\"21986\" class=\"elementor elementor-21986\" data-elementor-post-type=\"product\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-286a141 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"286a141\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2e45d7e3\" data-id=\"2e45d7e3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-70b0d1e1 elementor-widget elementor-widget-text-editor\" data-id=\"70b0d1e1\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"proddescription\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3>Technical Specifications<\/h3><p>\u2022 Materiale: puro cotone Mayfair spinato ignifugo<br \/>\u2022 Imbottitura: piuma d&#8217;oca<br \/>\u2022 Federa: sfoderabile<br \/>\u2022 Dimensioni: 40&#215;40 &#8211; 50&#215;50 &#8211; 55&#215;40<br \/>\u2022 Stampa: entrambi i lati<\/p><h3>Description<\/h3><p>Morbidi e pregiati, i nostri cuscini decorativi Pop sono perfetti per aggiungere colore, allegria e personalit\u00e0 all&#8217;arredo di qualsiasi salotto o area relax!<\/p><p>Sono stampati su entrambi i lati e realizzati in puro cotone Mayfair spinato, per essere piacevoli alla vista e al tatto e possono trasformare in un attimo un divano o un letto all&#8217;interno di un ambiente sia moderno che classico.<\/p><p>Abbiamo scelto insieme ai nostri fornitori il tessuto Mayfair spinato in puro cotone perch\u00e9 \u00e8 un materiale opaco, molto resistente e non elastico, ottimo per rivestimenti di accessori d\u2019arredo come cuscini e poltrone. Sono inoltre, comodi e soffici grazie alla pregiata imbottitura in piuma d&#8217;oca.<\/p><h4>Istruzioni per il lavaggio<\/h4><p>La fodera del cuscino decorativo \u00e8 lavabile in lavatrice senza particolari accorgimenti ad una temperatura massima di 30\u00b0C. Pu\u00f2 essere asciugata in asciugatrice e stirata a bassa temperatura.<\/p><h3>Perch\u00e9 scegliere i nostri cuscini decorativi?<\/h3><h4>For Your Home<\/h4><p>Perch\u00e9 potrai dare un tocco di freschezza ed unicit\u00e0 al tuo salotto, camera da letto ed altre stanze disponendoli su divani, poltrone, panche o sul tappeto. Non solo, i nostri cuscini Pop sono perfetti per qualsiasi tipo di arredo, dall\u2019ambiente moderno e dalle linee semplici, a quello classico o rustico di una casa di campagna.<\/p><h4>For Your Office or Store<\/h4><p>Perch\u00e9 potrai dare ulteriore prestigio alla tua sala d&#8217;attesa o sala eventi aziendale, dove clienti e rappresentanti saranno attirati dai colori e dall\u2019allegria dei tuoi cuscini. Ci\u00f2 contribuir\u00e0 a creare un&#8217;immagine autorevole di te e della tua personalit\u00e0. Se possiedi un hotel o un ristorante puoi star certo che daranno il massimo confort ai tuoi clienti in attesa o in relax.<\/p><p>Each cushion comes with a certificate of authenticity, including a technical description and the artist's handwritten signature.<\/p><p>It is a 100% Made in Italy product.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86ac4b3 elementor-widget elementor-widget-shortcode\" data-id=\"86ac4b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <script>\n        document.addEventListener(\"DOMContentLoaded\", function () {\n            console.log(\"Dynamic variation description script initialized.\");\n\n            \/\/ Target the main description container\n            \/\/const descContainer = document.querySelector(\"#proddescription .elementor-widget-container\");\n            const descContainer = document.querySelector(\"#tab-description\");\n            \/\/ Store the original main description\n            const mainDescription = descContainer ? descContainer.innerHTML : \"\";\n\n            if (!descContainer) {\n                console.error(\"Description container not found.\");\n                return;\n            }\n\n            \/\/ Function to update the description dynamically\n            function updateDescription() {\n                const variationDescription = document.querySelector(\".woocommerce-variation-description\");\n\n                if (variationDescription && variationDescription.innerHTML.trim() !== \"\") {\n                    \/\/ Replace with variation description if it's not empty\n                    descContainer.innerHTML = variationDescription.innerHTML;\n                    console.log(\"Using variation description.\");\n                } else {\n                    \/\/ Fallback to main description\n                    descContainer.innerHTML = mainDescription;\n                    console.log(\"Using main product description.\");\n                }\n            }\n\n            \/\/ Listen for changes in variation select boxes\n            const variationForms = document.querySelectorAll(\".variations_form\");\n            variationForms.forEach(form => {\n                form.addEventListener(\"change\", function () {\n                    setTimeout(updateDescription, 100); \/\/ Delay to allow WooCommerce to update the variation description\n                });\n            });\n\n            \/\/ Also update on WooCommerce's found_variation and reset_data events\n            jQuery(\".variations_form\").on(\"found_variation\", function () {\n                updateDescription();\n            });\n\n            jQuery(\".variations_form\").on(\"reset_data\", function () {\n                descContainer.innerHTML = mainDescription;\n                console.log(\"Reset to main description.\");\n            });\n        });\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Cuscino decorativo che raffigura la tigre della collezione Immaginario Infantile. Un elemento decorativo pensato per le camere dei ragazzi, ma anche per chi ama collezionare pezzi pregiati ed originali.<\/p>","protected":false},"featured_media":21753,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[41],"product_tag":[],"class_list":{"0":"post-21986","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-cuscini-pop-art","8":"first","9":"instock","10":"taxable","11":"shipping-taxable","12":"purchasable","13":"product-type-variable"},"_links":{"self":[{"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/product\/21986","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/comments?post=21986"}],"version-history":[{"count":0,"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/product\/21986\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/media\/21753"}],"wp:attachment":[{"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/media?parent=21986"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/product_brand?post=21986"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/product_cat?post=21986"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/www.pitpop.it\/en\/wp-json\/wp\/v2\/product_tag?post=21986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}