Search Suggestions

      LEGO

      Immerse yourself in a colorful world of creativity and imagination as you explore our extensive collection of LEGO sets. From iconic themes to cutting-edge creations, each set has been thoughtfully chosen to inspire builders of all ages. Unleash your inner architect, engineer, or storyteller with these timeless building blocks, and embark on unforgettable adventures through the power of play. Let your imagination soar as you discover the endless possibilities that LEGO has to offer. Start building your dreams today!

      Filters:

      Show In Stock Items Only
      • In Stock
      Att - Age By Development
      • Adult (56)
      • Kids 6-8 Years (2)
      Att_Theme
      • Floral (2)
      Att_Audience
      • Women (20)
      • Children (9)
      • Men (7)
      • Baby (2)
      • Family (2)
      • Girls (2)
      • Pastors (2)
      • Teen (2)
      Att_Book Category
      • Devotional (14)
      • Christian Living (2)
      • Bible Studies & Study Guides (1)
      • Fasting (1)
      • Grace (1)
      • Grief (1)
      • Leadership (1)
      • Prayer (1)
      Att_Binding
      • Imitation Leather (252)
      • Faux Leather (12)
      • Softcover (8)
      • Hardcover (4)
      • Cloth Over Board (1)
      • Genuine Leather (1)
      Att_Bible Translation
      • KJV (118)
      • NLT (29)
      • NIV (28)
      • ESV (17)
      • NKJV (17)
      • NASB (4)
      • CSB (2)
      • NRSV (2)
      • NET (1)
      • Parallel Bible (1)
      Att_Help and Features
      • Red Letter (103)
      • Maps (78)
      • Concordance (55)
      • Cross Reference (39)
      • Thumb Indexed (39)
      • Compact (37)
      • One Year Plan (28)
      • Study Bible (19)
      • Slimline (17)
      • Gift Bible (7)
      • Thompson Chain-Reference (4)
      • New Testament (3)
      • Note Taking (3)
      • Thinline (3)
      • Wide Margin (3)
      • Family Bible (2)
      • Center Column (1)
      • Devotional (1)
      • Journal (1)
      • Ultra-Slimline (1)
      Att_Print Size
      • Normal Print up to 10.9 (67)
      • Large Print 11-13.5 (30)
      • Small (16)
      • Giant Print 13.5-15 (14)
      • Super Giant 15+ (2)
      Att_Bible Reference
      • Cross Reference (9)
      • End-Of-Page (3)
      Att_Language
      • English (164)
      • German (4)
      • French (3)
      1 - 24 of 272 posts
      Sort By
      1 - 24 of 272 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)'
      };