Search Suggestions

      Bible Covers

      Filters:

      Show In Stock Items Only
      • In Stock
      On Sale Items
      • On Sale
      Att - Age By Development
      • Adult (48)
      • Preschooler 3-5 Years (1)
      Att_Interest
      • Reading (2)
      • Crafts (1)
      Att_Theme
      • Floral (4)
      • Scripture (2)
      • Birds (1)
      • Greenery (1)
      • Inspirational (1)
      Att_Audience
      • Women (17)
      • Children (8)
      • Pastors (4)
      • Baby (1)
      • Men (1)
      • Teachers (1)
      • Teen (1)
      Att_Book Category
      • Bible Studies & Study Guides (5)
      • Bible Stories (2)
      • Christian Living (2)
      • Animal Stories (1)
      • Devotional (1)
      • Historical Non-Fiction (1)
      • Inspirational (1)
      • Jesus (1)
      • Study Helps (1)
      Att_Binding
      • Imitation Leather (115)
      • Faux Leather (28)
      • Bonded Leather (16)
      • Hardcover (15)
      • Genuine Leather (12)
      • Paperback (9)
      • Cloth Over Board (8)
      • Softcover (7)
      • Board Book (1)
      Att_Bible Translation
      • KJV (143)
      • NLT (34)
      • NIV (13)
      • NKJV (7)
      • ESV (5)
      • NASB (2)
      • CSB (1)
      Att_Help and Features
      • Red Letter (128)
      • Maps (87)
      • Concordance (70)
      • Cross Reference (57)
      • Compact (37)
      • Thumb Indexed (35)
      • Study Bible (28)
      • One Year Plan (27)
      • Slimline (12)
      • Gift Bible (8)
      • Thompson Chain-Reference (7)
      • Pocket (6)
      • Thinline (6)
      • Lay-Flat (3)
      • Note Taking (3)
      • Wide Margin (3)
      • Family Bible (2)
      • Journal (2)
      • New Testament (2)
      • Pew Bible (2)
      • Zipper Closure (2)
      • Center Column (1)
      • Devotional (1)
      Att_Print Size
      • Normal Print up to 10.9 (69)
      • Small (24)
      • Large Print 11-13.5 (22)
      • Giant Print 13.5-15 (20)
      • Super Giant 15+ (3)
      Att_Bible Reference
      • Cross Reference (13)
      • End-Of-Page (2)
      Att_Primary Material
      • Ceramic (1)
      Att_Language
      • English (148)
      • German (2)
      • Spanish (1)
      1 - 20 of 283 posts
      Sort By
      1 - 20 of 283 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)'
      };