Faith View Creations

Enjoy faith-based stationery with Faith View Creations! We offer a delightful assortment of journals, bookmarks, note pads, diaries, and stickers that will make your everyday writing experience a joyous one. Let your thoughts flow freely as you write in Faith View Creation’s beautifully designed journals, or mark significant passages in your spiritual readings with their inspiring bookmarks. The diaries are perfect for documenting your journey, while their vibrant stickers add a touch of flair to your stationery collection.

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Preschooler 3-5 Years (83)
  • Kids 6-8 Years (74)
  • Toddler 12-24 Months (20)
  • Tween 9-12 Years (11)
  • Adult (7)
  • Teen 13-17 Years (4)
  • Baby 0-12 Month (1)
Att_Lego Theme
  • Friends (21)
  • City (1)
  • Duplo (1)
Att_Game Type
  • Board Games (1)
  • Card Games (1)
  • Family Games (1)
Att_Puzzle Piece Count
  • 100-249 pc (2)
  • 50-99 pc (2)
  • 500-999 pc (2)
  • 1,001-2,999 pc (1)
  • 250-499 pc (1)
Att_Season
  • Haloween (1)
  • Mother's Day (1)
Att_Theme
  • Everyday Life (64)
  • Pretend Play & Dress up (50)
  • Cottages & Farms (6)
  • Building & Cities (5)
  • Farm animals & Pets (4)
  • Wildlife (3)
  • Country (1)
Att_Audience
  • Children (106)
  • Girls (14)
  • Baby (3)
  • Men (2)
  • Family (1)
  • Teen (1)
  • Women (1)
Att_Book Category
  • Christian Living (4)
  • Animal Stories (2)
  • Children's Chapter Books (2)
  • Picture Books (2)
  • Short Stories (2)
  • Activity Books (1)
  • Adventure (1)
  • Bible Stories (1)
  • Devotional (1)
  • Health (1)
  • History (1)
  • Nursing/Medical (1)
  • Spiritual Disciplines (1)
  • Study Helps (1)
  • Thought Life (1)
  • Tracts (1)
  • True Stories (1)
Att_Binding
  • Paperback (15)
  • Hardcover (7)
  • Imitation Leather (3)
  • Audio Book (1)
Att_Bible Translation
  • KJV (1)
  • NLT (1)
Att_Help and Features
  • Family Bible (1)
  • Maps (1)
  • Red Letter (1)
  • Study Bible (1)
Att_Print Size
  • Normal Print up to 10.9 (1)
Att_Primary Material
  • Plastic (15)
  • Vinyl (10)
  • Stainless Steel (1)
  • Textile (1)
Att_Language
  • English (2)
/* 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)'
};