Search Suggestions

      Nesco

      Nesco is a leading manufacturer of kitchen appliances. They specialize in high-quality roasters, dehydrators, and other kitchen gadgets. Nesco’s products are designed to make cooking and food preparation easier and more efficient. Their line of roasters can be used for cooking everything from meats and vegetables to baked goods. Nesco prides itself on using only the highest quality materials and innovative technology to create products that are both durable and user-friendly. Whether you’re a professional chef or a home cook, our line of Nesco’s appliances are sure to meet your needs!

      Filters:

      Show In Stock Items Only
      • In Stock
      On Sale Items
      • On Sale
      Att - Age By Development
      • Adult (68)
      • Teen 13-17 Years (66)
      • Tween 9-12 Years (29)
      • Kids 6-8 Years (18)
      • Preschooler 3-5 Years (18)
      Att_Interest
      • Games & Puzzles (16)
      • Crafts (1)
      Att_Game Type
      • Brain Teaser (5)
      • Preschool Games (2)
      • Family Games (1)
      • Strategy Games (1)
      Att_Puzzle Piece Count
      • 1,000 pc (123)
      • 25-49 pc (50)
      • 500-999 pc (45)
      • 250-499 pc (31)
      • 100-249 pc (13)
      • 1,001-2,999 pc (8)
      • 3,000+ pc (7)
      • 50-99 pc (3)
      • 1-9 pc (1)
      • 10-24 pc (1)
      Att_Puzzle Type
      • Jigsaw (193)
      • Tray Puzzle (35)
      • Brain Teaser (32)
      • Shaped (21)
      • Floor Puzzle (16)
      • 3D Puzzle (13)
      • Puzzle Accessories (4)
      • Block (1)
      Att_Season
      • Christmas (14)
      • Winter (8)
      • Advent (4)
      • Fall/ Thanksgiving (1)
      • Summer (1)
      Att_Theme
      • Farm animals & Pets (59)
      • Wildlife (46)
      • Nature (44)
      • Everyday Life (17)
      • Building & Cities (16)
      • Scenery (13)
      • Country (12)
      • Inspirational (12)
      • Bible Theme (11)
      • Cotages & Farms (11)
      • Educational (9)
      • Birds (6)
      • Transportation & Vehicles (5)
      • Cottages & Farms (4)
      • Floral (4)
      • Scripture (3)
      • Sea & Ocean (2)
      • Farm Equipment (1)
      • Safari & Zoo (1)
      Att_Audience
      • Children (18)
      • Family (6)
      • Teen (4)
      Att_Book Category
      • Activity Books (42)
      • Colouring Books (2)
      • Devotional (2)
      • Bible Stories (1)
      • Birds (1)
      • Classics (1)
      • School - Teaching (1)
      • Short Stories (1)
      Att_Binding
      • Paperback (30)
      • Softcover (8)
      • Spiral Bound (7)
      • Hardcover (3)
      Att_Print Size
      • Large Print 11-13.5 (1)
      Att_Primary Material
      • Cast Iron (1)
      • Paper (1)
      /* CLOSE BUTTON STYLES*/
      
      .dwc-quick-view__close-btn {
       --bg-color: #fff;
        --icon-color: black;
        --icon-size: 16px;
        --padding: 8px;
        --border-radius: 50vw;
        --border: none;
      }
        
       :root {
         /*QUICK VIEW*/
         --qv-width: 1024px;
        /* OVERLAY */
        --qv-overlay-bg-color: #0a3152;
        --qv-overlay-blur: 5px;
        --qv-overlay-opacity: 0.5;
      
        /* SIDEBAR LOCATION */
        --qv-sidebar-width: 400px;
      
        /* QUICK VIEW ENTRANCE ANIMATION */
        --qv-animation: fade;
        /* slide, fade, zoom*/
      
        /* NEXT/PREV BUTTON */
        --inactive-btn-bg: rgba(0, 0, 0, 0.25);
        --inactive-btn-opacity: 0.5;
         
         /*ACTIVE CARD 
         - add the class .dwc-highlight 
         for this and trail to work */
         
          --active-card-bg:  white ;
          --active-card-border: solid 1px transparent;
        
          
          /*TRAIL*/
          --trail-bg:transparent;
          --trail-border-color:skyblue;
          --trail-border-size: 2px;
          --trail-border-radius:10px;
          --trail-transition:transform 0.45s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
      }
      const initializeBricksScripts = 0;
      const initializeWooScripts = 1;
      const enableTrail= 1;
      const quickViewLocation = 'center';  // 'left', 'right', 'center', 'dock'
      //const url = '/quick-view-dev-src/'; // quick view page url
      const fetchFromSinglePage = 1; // condition to switch between single and multiple URLs
      const fallbackUrl = '/quick-view-dev-src/'; // default quick view page URL
      
      
      // TRAIL configuration
      let trailConfig = {
        borderColor: 'var(--trail-border-color)',
        borderSize: 'var(--trail-border-size)',
        borderRadius: 'var( --trail-border-radius)',
        backgroundColor: 'var(--trail-bg)',
        transition: 'var(--trail-transition)'
      };