Tagliatelle al Tartufo Bianco – Sant’Agata Tartufi®

7,00 

Tagliatelle all’uovo al Tartufo Bianco Pregiato (Tuber magnatum Pico) — semola di grano duro italiano, 23% di uova fresche, essiccazione lenta a bassa temperatura. Cottura 9 minuti. Vegetariane, senza conservanti. ⚠️ Contiene glutine e uova. Shelf life 36 mesi. Formato 250g.

Disponibile

Add to wishlist
Choose Quantity

Le Tagliatelle al Tartufo Bianco di Sant’Agata Tartufi® sono la pasta tartufata della tradizione romagnola — quella che si porta a tavola quando si vuole fare bella figura senza complicazioni.

Semola di grano duro 100% italiano, 23% di uova fresche e Tartufo Bianco Pregiato (Tuber magnatum Pico) — essiccate lentamente a bassa temperatura per preservare il sapore originale e la tipica superficie ruvida che trattiene perfettamente qualsiasi condimento.

INGREDIENTI
Semola di GRANO duro, UOVA 23%, Tartufo Bianco 0,4% (Tuber magnatum Pico), aroma, sale.
⚠️ Contiene: GLUTINE, UOVA. Può contenere tracce di SENAPE e SOIA.

COME SI USA
Porta a ebollizione 2-3 litri di acqua salata, aggiungi la pasta e mescola delicatamente dopo 3 minuti per evitare rotture. Cottura: 9 minuti.

La superficie ruvida della tagliatella trattiene perfettamente ogni condimento. Ideale con:
— Salsa con Tartufo Bianco Sant’Agata Tartufi® e parmigiano
— Burro al Tartufo Bianco e parmigiano — il classico intramontabile
— Tartufo estivo affettato fresco a crudo
— Panna, tartufo e parmigiano per un primo piatto da ristorante

CARATTERISTICHE
✓ Grano duro 100% italiano
✓ 23% uova fresche
✓ Essiccazione lenta a bassa temperatura
✓ Senza conservanti artificiali
✓ Senza OGM
✓ Vegetariana
✓ Certificazione IFS-BRC
✓ Shelf life: 36 mesi
✓ Conservare in luogo fresco e asciutto

VALORI NUTRIZIONALI MEDI PER 100g
Energia: 1568 kJ / 370 kcal
Grassi: 3,6g — di cui saturi: 1,2g
Carboidrati: 69g — di cui zuccheri: 2,3g
Fibre: 3,2g
Proteine: 14g
Sale: 0,09g

Peso 0,3 kg
Dimensioni 12 × 5 × 18 cm

There are no reviews yet.

Be the first to review “Tagliatelle al Tartufo Bianco – Sant’Agata Tartufi®”

Vieni a trovarci, o seguici sui nostro social per scoprire tutte le nostra attività.

Contatti

+393394279038
info@santagatatartufi.it
Piazza Garibaldi, 20, 47866 Sant'Agata Feltria RN, Italia
/* === NASCONDI WISHLIST PAGINA PRODOTTO === */ .single-product .shopengine_add_to_list_action.shopengine-wishlist, .single-product button.shopengine_add_to_list_action, .single-product a.shopengine_add_to_list_action { display: none !important; } /* PROCEDI AL PAGAMENTO */ .procedi-pagamento-btn { display: block !important; background-color: #8B6914 !important; color: #ffffff !important; border: none !important; padding: 16px 28px !important; font-size: 17px !important; font-weight: 700 !important; cursor: pointer !important; border-radius: 4px !important; text-decoration: none !important; margin-top: 12px !important; width: 100% !important; text-align: center !important; box-sizing: border-box !important; } .procedi-pagamento-btn:hover { background-color: #6a4f0f !important; color: #fff !important; } /* CARRELLO */ .woocommerce-cart .woocommerce-cart-form table.shop_table th { font-size: 15px !important; font-weight: 700 !important; color: #222 !important; } .woocommerce-cart .woocommerce-cart-form table.shop_table td { font-size: 15px !important; color: #333 !important; } .woocommerce-cart .product-name a { font-size: 15px !important; font-weight: 600 !important; } .woocommerce-cart .product-price, .woocommerce-cart .product-subtotal { font-size: 16px !important; font-weight: 600 !important; } .woocommerce-cart .cart_totals h2 { font-size: 22px !important; font-weight: 700 !important; } .woocommerce-cart .order-total th, .woocommerce-cart .order-total td { font-size: 19px !important; font-weight: 800 !important; } /* CHECKOUT */ .woocommerce-checkout h3, .woocommerce-checkout #order_review_heading { font-size: 22px !important; font-weight: 700 !important; } .woocommerce-checkout .form-row label { font-size: 15px !important; font-weight: 600 !important; } .woocommerce-checkout #order_review table th { font-size: 15px !important; font-weight: 700 !important; } .woocommerce-checkout #order_review table td { font-size: 15px !important; } .woocommerce-checkout #order_review .order-total th, .woocommerce-checkout #order_review .order-total td { font-size: 19px !important; font-weight: 800 !important; } .woocommerce-checkout #payment .payment_methods label { font-size: 15px !important; font-weight: 600 !important; } (function() { function applyChanges() { document.querySelectorAll('.shopengine_add_to_list_action.shopengine-wishlist, .shopengine-wishlist').forEach(function(el) { if (!el.closest('.woocommerce-wishlist, .wishlist-page')) { el.style.setProperty('display', 'none', 'important'); } }); if (!document.querySelector('.procedi-pagamento-btn')) { var cartBtn = document.querySelector('.single_add_to_cart_button'); if (cartBtn) { var btn = document.createElement('a'); btn.className = 'procedi-pagamento-btn button'; btn.textContent = 'Procedi al Pagamento'; btn.href = '#'; btn.addEventListener('click', function(e) { e.preventDefault(); var form = document.querySelector('form.cart'); if (form) { var fd = new FormData(form); fetch(form.action || location.href, {method:'POST',body:fd,credentials:'include',redirect:'follow'}).then(function(){window.location.href='/pagamento/';}).catch(function(){window.location.href='/pagamento/';}); } }); cartBtn.closest('.cart').insertAdjacentElement('afterend', btn); } } } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyChanges); } else { applyChanges(); } new MutationObserver(function(m){m.forEach(function(mu){if(mu.addedNodes.length)applyChanges();});}).observe(document.body,{childList:true,subtree:true}); })();