Search Suggestions

      Master Pieces

      Master Pieces Puzzles is a well-known brand of jigsaw puzzles, established in the 1990s. Their puzzles are known for their high-quality, intricate designs, and range from 100 to 1000 pieces. They offer a variety of themes, including animals, landscapes, and popular licensed characters. Browse our selection of Master Piece’s puzzles to find a challenging and rewarding pastime with the satisfaction of completing a puzzle!

      Filters:

      Show In Stock Items Only
      • In Stock
      Att - Age By Development
      • Teen 13-17 Years (310)
      • Adult (160)
      • Tween 9-12 Years (110)
      • Kids 6-8 Years (27)
      • Preschooler 3-5 Years (1)
      Att_Interest
      • Crafts (20)
      • Outdoor (2)
      • Sports (2)
      • Reading (1)
      • Teaching (1)
      Att_Lego Theme
      • Friends (2)
      • Architecture (1)
      • Classic (1)
      • Speed Champions (1)
      Att_Play Time
      • Less then 2 hr (4)
      • Less then 3 hr (1)
      • Less then 30 Min (1)
      • 3 hr + (1)
      • Less then 1 hr (2)
      Att_Game Type
      • Family Games (39)
      • Board Games (38)
      • Card Games (11)
      • Strategy Games (7)
      • Outdoor Games (6)
      • Dice Games (3)
      • Table Games (2)
      Att_Puzzle Piece Count
      • 1,000 pc (39)
      • 250-499 pc (6)
      • 500-999 pc (4)
      • 1,001-2,999 pc (1)
      • 100-249 pc (1)
      • 3,000+ pc (1)
      Att_Puzzle Type
      • Jigsaw (44)
      • Brain Teaser (14)
      • 3D Puzzle (6)
      • Shaped (2)
      Att_Season
      • Christmas (5)
      • Winter (3)
      • Mother's Day (2)
      • Fall/ Thanksgiving (1)
      Att_Theme
      • Farm animals & Pets (21)
      • Transportation & Vehicles (17)
      • Wildlife (13)
      • Building & Cities (10)
      • Nature (10)
      • Educational (8)
      • Cottages & Farms (6)
      • Everyday Life (6)
      • Inspirational (5)
      • Cotages & Farms (3)
      • History (3)
      • Bible Theme (2)
      • Birds (1)
      • Farm Equipment (1)
      Att_Audience
      • Children (10)
      • Teen (6)
      • Women (3)
      • Student (2)
      • Boys (1)
      • Family (1)
      • Girls (1)
      Att _Book Series
      • Odyessey Imagination Station (29)
      Att_Book Category
      • True Stories (38)
      • Christian Living (13)
      • Historical Non-Fiction (12)
      • Adventure (7)
      • Fiction (6)
      • Short Stories (6)
      • Song Books (6)
      • Activity Books (5)
      • Animal Stories (5)
      • Biography (5)
      • Devotional (4)
      • Historical Fiction (4)
      • Inspirational (4)
      • Personal Growth (3)
      • Spiritual Growth (3)
      • Church (2)
      • For Women (2)
      • History (2)
      • Nature (2)
      • Study Helps (2)
      • Adoption (1)
      • Bible Studies & Study Guides (1)
      • Counselling (1)
      • Creation & Apologetics (1)
      • Faith (1)
      • Forgiveness (1)
      • Gardening (1)
      • Illness & Accidents (1)
      • Nursing/Medical (1)
      • Persecution (1)
      • Picture Books (1)
      • Poem (1)
      • Purity (1)
      • Spiritual Warfare (1)
      • Technology (1)
      • War (1)
      • World History (1)
      Att_Binding
      • Paperback (81)
      • Audio Book (40)
      • Hardcover (15)
      • Spiral Bound (3)
      • Audio CD (1)
      • Softcover (1)
      Att_Primary Material
      • Plastic (3)
      Att_Language
      • German (3)
      • English (1)
      1 - 24 of 325 posts
      Sort By
      1 - 24 of 325 posts
      /* 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)'
      };