Divinity Boutique

Infuse your faith with a touch of elegance through Divinity Boutique’s incredible Bible Covers! These meticulously crafted covers not only safeguard your treasured Bible from wear and tear, but also add a stylish flair to your daily routines.
Our faith-based giftware range from Divinity Boutique showcases an array of designs and patterns that make meaningful presents for any occasion. Let the world see your devotion and embrace your faith in a truly unique way.

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Adult (92)
  • Teen 13-17 Years (7)
  • Tween 9-12 Years (4)
Att_Interest
  • Crafts (34)
  • Reading (26)
  • Sports (2)
  • Tea & Coffee (2)
  • Music (1)
  • Outdoor (1)
  • Teaching (1)
Att_Game Type
  • Card Games (1)
  • Family Games (1)
Att_Puzzle Type
  • Brain Teaser (3)
  • 3D Puzzle (1)
Att_Theme
  • Everyday Life (4)
  • Inspirational (3)
  • Educational (2)
  • Building & Cities (1)
  • Paintings (1)
Att_Audience
  • Teen (146)
  • Women (3)
  • Family (2)
  • Men (2)
  • Student (2)
  • Boys (1)
  • Children (1)
  • Girls (1)
Att _Book Series
  • Little House Series (1)
Att_Book Category
  • True Stories (23)
  • Adventure (16)
  • Historical Non-Fiction (9)
  • Short Stories (9)
  • Christian Living (8)
  • Devotional (3)
  • Missionary (2)
  • Persecution (2)
  • Personal Growth (2)
  • Activity Books (1)
  • Baptism (1)
  • Birds (1)
  • Faith (1)
  • Fiction (1)
  • Finances (1)
  • Inspirational (1)
  • Nature (1)
  • Relationship (1)
  • Spiritual Disciplines (1)
  • Technology (1)
  • War (1)
Att_Binding
  • Paperback (57)
  • Hardcover (16)
  • Imitation Leather (2)
  • Audio Book (1)
  • Softcover (1)
Att_Bible Translation
  • ESV (1)
  • KJV (1)
Att_Help and Features
  • Concordance (1)
  • Cross Reference (1)
  • Family Bible (1)
  • Maps (1)
  • Red Letter (1)
  • Study Bible (1)
Att_Language
  • English (2)
  • French (1)
  • German (1)
1 - 24 of 146 posts
Sort By
1 - 24 of 146 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)'
};