Search Suggestions

      Story Books

      Filters:

      Att_Lego Theme
      • City (40)
      • Friends (31)
      • Technic (30)
      • Duplo (29)
      • Classic (16)
      • Speed Champions (14)
      • Creator (11)
      • Icons (6)
      • Architecture (5)
      • Botanical (3)
      • Ideas (2)
      • Art (1)
      Att_Play Time
      • Less then 15 Min (1)
      • Less then 2 hr (7)
      • Less then 3 hr (2)
      • Less then 30 Min (2)
      • 3 hr + (1)
      • Less then 1 hr (6)
      Att_Game Type
      • Family Games (91)
      • Board Games (66)
      • Card Games (56)
      • Outdoor Games (38)
      • Strategy Games (23)
      • Preschool Games (16)
      • Table Games (9)
      • Dice Games (8)
      • Brain Teaser (7)
      Att_Puzzle Piece Count
      • 1,000 pc (133)
      • 25-49 pc (50)
      • 500-999 pc (48)
      • 250-499 pc (37)
      • 100-249 pc (16)
      • 1,001-2,999 pc (10)
      • 3,000+ pc (7)
      • 50-99 pc (5)
      • 1-9 pc (1)
      • 10-24 pc (1)
      Att_Puzzle Type
      • Jigsaw (206)
      • Tray Puzzle (35)
      • Brain Teaser (34)
      • Shaped (22)
      • Floor Puzzle (16)
      • 3D Puzzle (13)
      • Puzzle Accessories (4)
      • Block (2)
      • Knob & Peg (1)
      • Scramble Square (1)
      Att_Season
      • Mother's Day (179)
      • Christmas (99)
      • Summer (43)
      • Father's Day (41)
      • Winter (26)
      • Advent (10)
      • Fall/ Thanksgiving (8)
      • Valentine's Day (3)
      • Easter (1)
      • Haloween (1)
      Att_Theme
      • Everyday Life (265)
      • Farm animals & Pets (254)
      • Inspirational (218)
      • Transportation & Vehicles (174)
      • Educational (163)
      • Nature (150)
      • Wildlife (147)
      • Floral (135)
      • Scripture (108)
      • Farm Equipment (83)
      • Bible Theme (70)
      • Pretend Play & Dress up (58)
      • Building & Cities (55)
      • Country (40)
      • Cottages & Farms (39)
      • Sea & Ocean (39)
      • Scenery (31)
      • Construction (29)
      • Safari & Zoo (29)
      • Birds (24)
      • Greenery (17)
      • Quotes & Sayings (17)
      • Cotages & Farms (12)
      • History (9)
      • Paintings (8)
      • Farmhouse (4)
      • Flowers (2)
      • Geographic (2)
      • Sports (2)
      Att_Binding
      • Paperback (1987)
      • Hardcover (627)
      • Imitation Leather (254)
      • Spiral Bound (160)
      • Softcover (121)
      • Audio Book (113)
      • Board Book (98)
      • Faux Leather (48)
      • Genuine Leather (33)
      • Bonded Leather (29)
      • Cloth Over Board (23)
      • Other (22)
      • Audio CD (11)
      Att_Bible Translation
      • KJV (254)
      • NLT (56)
      • NIV (47)
      • ESV (44)
      • NKJV (41)
      • NASB (5)
      • NRSV (4)
      • CSB (3)
      • Parallel Bible (3)
      • Other (2)
      • The Message (2)
      • NET (1)
      Att_Print Size
      • Normal Print up to 10.9 (120)
      • Large Print 11-13.5 (50)
      • Small (29)
      • Giant Print 13.5-15 (26)
      • Super Giant 15+ (3)
      Att_Bible Reference
      • Cross Reference (15)
      • End-Of-Page (3)
      • Center Column (1)
      Att_Language
      • English (366)
      • German (152)
      • Spanish (16)
      • French (5)
      • Other (4)
      • Greek (1)
      • Hebrew (1)
      • Russian (1)
      Sort By
      /* 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)'
      };