Search Suggestions

      Toddler 12-24 Months

      Filters:

      Show In Stock Items Only
      • In Stock
      Att - Age By Development
      • Adult (57)
      • Kids 6-8 Years (2)
      Att_Theme
      • Floral (2)
      Att_Audience
      • Women (17)
      • Children (9)
      • Men (5)
      • Baby (2)
      • Family (2)
      • Girls (2)
      • Teen (2)
      • Pastors (1)
      Att_Book Category
      • Devotional (12)
      • Bible Studies & Study Guides (1)
      • Christian Living (1)
      • Fasting (1)
      • Grief (1)
      • Leadership (1)
      • Prayer (1)
      Att_Binding
      • Imitation Leather (249)
      • Faux Leather (12)
      • Softcover (8)
      • Hardcover (6)
      • Cloth Over Board (1)
      • Genuine Leather (1)
      Att_Bible Translation
      • KJV (116)
      • NLT (30)
      • NIV (28)
      • ESV (17)
      • NKJV (17)
      • NASB (4)
      • CSB (2)
      • NRSV (2)
      • NET (1)
      • Parallel Bible (1)
      Att_Help and Features
      • Red Letter (102)
      • Maps (78)
      • Concordance (55)
      • Cross Reference (41)
      • Thumb Indexed (41)
      • Compact (37)
      • One Year Plan (29)
      • Study Bible (19)
      • Slimline (17)
      • Gift Bible (8)
      • 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 (68)
      • Large Print 11-13.5 (27)
      • Small (17)
      • Giant Print 13.5-15 (14)
      • Super Giant 15+ (2)
      Att_Bible Reference
      • Cross Reference (9)
      • End-Of-Page (3)
      Att_Language
      • English (165)
      • German (5)
      • French (3)
      1 - 24 of 249 posts
      Sort By
      1 - 24 of 249 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)'
      };