:root { 		/* aeg */ 		--aeg-t1dy-174-ebay-color: #000; 		--aeg-t1dy-174-ebay-description__right-font-family: 'Metric',Arial,Helvetica,sans-serif; 		--aeg-t1dy-174-ebay-description__right-background-color: #edeeef; 		--aeg-t1dy-174-ebay-list-background-color: #21201f; 		/* elx */ 		--elx-t1dy-174-ebay-color: #001e41; 		--elx-t1dy-174-ebay-description__right-font-family: 'Electrolux Sans',Arial,Helvetica,sans-serif; 		--elx-t1dy-174-ebay-list-background-color: #eaeef2; 	} 	.t1dy-174-ebay { 		color: var(--elx-t1dy-174-ebay-color); 		font-family: var(--elx-t1dy-174-ebay-description__right-font-family); 		font-size: 16px; 		overflow-x: hidden; 		line-height: 1.4; 	} 	.t1dy-174-ebay.t1dy-174-ebay-aeg { 		color: var(--aeg-t1dy-174-ebay-color); 		font-family: var(--aeg-t1dy-174-ebay-description__right-font-family); 		font-size: 20px; 	} 	.t1dy-174-ebay * { 		box-sizing: border-box; 	} 	.t1dy-174-ebay-description { 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-description { 			display: flex; 			flex-wrap: wrap; 		} 	} 	.t1dy-174-ebay-description__left { 		padding: 32px 16px; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-description__left { 			padding: 39px 35px; 			flex: 0 0 50%; 			max-width: 50%; 		} 	} 	.t1dy-174-ebay-description__right { 		padding: 16px; 	} 	.t1dy-174-ebay-aeg .t1dy-174-ebay-description__right { 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-description__right { 			padding: 116px 40px 28px; 			background-color: var(--aeg-t1dy-174-ebay-description__right-background-color); 			flex: 0 0 50%; 			max-width: 50%; 		} 	} 	.t1dy-174-ebay-description__title { 		font-size: 24px; 		font-weight: 700; 		margin-bottom: 40px; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-description__title { 			margin-bottom: 80px; 		} 	} 	.t1dy-174-ebay-product-image { 		text-align: center; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-product-image { 			padding-top: 35px; 		} 	} 	.t1dy-174-ebay-product-image img { 		max-width: 100%; 		width: 390px; 	} 	.t1dy-174-ebay-description strong { 		font-weight: 600; 	} 	.t1dy-174-ebay-specifications-list { 		list-style: none; 		padding-left: 0; 	} 	.t1dy-174-ebay-product-code { 		font-size: 12px; 		font-weight: 600; 		color: #7b8a9c; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-product-code { 			font-size: 14px; 		} 	} 	.t1dy-174-ebay-aeg .t1dy-174-ebay-product-code { 		font-size: 16px; 		font-weight: 400; 		color: #c80028; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-aeg .t1dy-174-ebay-product-code { 			font-size: 22px; 		} 	} 	.t1dy-174-ebay-product-name { 		font-size: 20px; 		font-weight: 600; 		margin: 0 0 16px; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-product-name { 			font-size: 32px; 		} 	} 	.t1dy-174-ebay-aeg .t1dy-174-ebay-product-name { 		font-size: 24px; 		font-weight: 400; 		text-transform: uppercase; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-aeg .t1dy-174-ebay-product-name { 			font-size: 40px; 		} 	} 	.t1dy-174-ebay-product-summary { 		margin-bottom: 43px; 	} 	.t1dy-174-ebay-description h4 { 		font-size: 20px; 		font-weight: 600; 		margin: 0 0 16px; 	} 	.t1dy-174-ebay-aeg .t1dy-174-ebay-description h4 { 		font-size: 24px; 		text-transform: uppercase; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-description h4 { 			font-size: 24px; 		} 	}  	.t1dy-174-ebay-list { 		padding: 24px 42px 80px; 		background-color: var(--elx-t1dy-174-ebay-list-background-color); 	} 	.t1dy-174-ebay-aeg .t1dy-174-ebay-list { 		background-color: var(--aeg-t1dy-174-ebay-list-background-color); 		color: #fff; 	} 	@media (min-width: 1200px) { 		.t1dy-174-ebay-list { 			padding: 32px 80px 99px; 		} 	} 	.t1dy-174-ebay-list-container { 		overflow-x: auto; 		display: flex; 		gap: 24px; 	} 	@media (min-width: 1200px) { 		.t1dy-174-ebay-list-container { 			overflow-x: initial; 			gap: 82px; 		} 	} 	.t1dy-174-ebay-item { 		flex: 1; 		min-width: 290px; 	} 	@media (min-width: 1200px) { 		.t1dy-174-ebay-item { 			max-width: calc(100% / 3); 		} 	} 	.t1dy-174-ebay-item__thumb { 		position: relative; 		padding-top: 100%; 	} 	.t1dy-174-ebay-item__thumb img { 		width: 100%; 		height: 100%; 		object-fit: cover; 		position: absolute; 		top: 0; 		left: 0; 	} 	.t1dy-174-ebay-item__title { 		font-weight: 600; 		margin: 0 0 8px; 		font-size: 20px; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-item__title { 			font-size: 24px; 		} 	} 	.t1dy-174-ebay-aeg .t1dy-174-ebay-item__title { 		font-size: 24px; 		font-weight: 400; 		text-transform: uppercase; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-aeg .t1dy-174-ebay-item__title { 			font-size: 32px; 		} 	} 	.t1dy-174-ebay-item__content { 		padding: 16px 8px; 	} 	@media (min-width: 992px) { 		.t1dy-174-ebay-item__content { 			padding: 24px 16px; 		} 	}   	 		 			 			 				 			 		 		 			ESC7400 			Electrolux Slow Cooker 			 				Dettagli di prodotto La cottura lenta con la Slow Cooker trattiene le vitamine e le sostanze nutritive degli ingredienti,mentre esalta il sapore di tutti gli ingredienti rendendo i cibi più saporiti. Inoltre,potrai prepararare i piatti perfetti per le grandi cene in famiglia: stracotti,brasati,zuppe e molto altro. 			 			Caratteristiche principali: 			 				Categoria: Cottura Elettrica 				Altezza (mm.): 345 				Larghezza (mm.): 450 				Profondità (mm): 330 				Lunghezza cavo (m): 1 				Potenza massima (W): 235 				Peso netto (kg): 6 				Colore: Acciaio Inox   			 		 	 	 		 			 				 					 				 				 					Programmabile per una cottura ottimale di ogni pietanza 					 						La Slow Cooker è programmabile,così potrai ottenere cotture ottimali per ogni tua ricetta. 					 				 			 			 				 					 				 				 					Capacità da 6,6 litri 					 						Una grande capienza per poter cucinare anche pietanze e ingredienti di grosse dimensioni o per più persone. 					 				 			 			 				 					 				 				 					Corpo in acciaio inox e maniglie in alluminio pressofuso 					 						Il corpo in acciaio inox e le maniglie in alluminio assicurano robustezza e stabilità. 					 				 			 		 	 
                                    
                                 
                         
                                 
                                 
                                 
                                 
                                 
                                     
                                     
                                     
                                     
                                     
                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                    