Search Suggestions

      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
      • Kids 6-8 Years (538)
      • Preschooler 3-5 Years (181)
      • Tween 9-12 Years (84)
      • Adult (40)
      • Teen 13-17 Years (27)
      • Toddler 12-24 Months (7)
      • Baby 0-12 Month (1)
      Att_Interest
      • Crafts (12)
      • Sports (4)
      • Outdoor (3)
      • Games & Puzzles (2)
      • Music (1)
      • Reading (1)
      • Teaching (1)
      Att_Lego Theme
      • City (30)
      • Friends (14)
      • Classic (10)
      • Technic (6)
      • Creator (4)
      • Speed Champions (2)
      Att_Play Time
      • Less then 1 hr (3)
      • Less then 15 Min (1)
      • Less then 30 Min (1)
      Att_Game Type
      • Family Games (27)
      • Outdoor Games (20)
      • Card Games (17)
      • Board Games (10)
      • Strategy Games (9)
      • Preschool Games (7)
      • Table Games (2)
      • Brain Teaser (1)
      • Dice Games (1)
      Att_Puzzle Piece Count
      • 1,000 pc (11)
      • 250-499 pc (2)
      • 1,001-2,999 pc (1)
      • 25-49 pc (1)
      • 3,000+ pc (1)
      Att_Puzzle Type
      • Jigsaw (14)
      • Block (1)
      • Floor Puzzle (1)
      Att_Season
      • Christmas (4)
      • Summer (3)
      Att_Theme
      • Everyday Life (72)
      • Transportation & Vehicles (49)
      • Farm Equipment (40)
      • Pretend Play & Dress up (39)
      • Educational (31)
      • Farm animals & Pets (25)
      • Building & Cities (17)
      • Wildlife (15)
      • Construction (7)
      • Nature (6)
      • Cottages & Farms (5)
      • Country (5)
      • Sea & Ocean (4)
      • Bible Theme (3)
      • Floral (1)
      • Paintings (1)
      • Safari & Zoo (1)
      • Scripture (1)
      Att_Audience
      • Children (202)
      • Boys (14)
      • Girls (11)
      • Student (7)
      • Teachers (3)
      • Baby (1)
      • Family (1)
      Att _Book Series
      • Little House Series (7)
      • I Can Read (2)
      • Odyessey Imagination Station (2)
      Att_Book Category
      • Activity Books (24)
      • Picture Books (23)
      • Children's Chapter Books (21)
      • Animal Stories (16)
      • Short Stories (7)
      • Fiction (6)
      • Adventure (5)
      • Christian Living (4)
      • Historical Fiction (4)
      • True Stories (4)
      • Classics (3)
      • Devotional (3)
      • Farming (3)
      • Nature (3)
      • Spiritual Growth (3)
      • Spiritual Warfare (3)
      • Biography (2)
      • Horse Stories (2)
      • Inspirational (2)
      • Personal Growth (2)
      • School - Teaching (2)
      • Amish (1)
      • Bible Stories (1)
      • Colouring Books (1)
      • Faith (1)
      • History (1)
      • Prayer (1)
      Att_Binding
      • Paperback (111)
      • Hardcover (37)
      • Audio Book (4)
      • Cloth Over Board (3)
      • Imitation Leather (2)
      • Softcover (1)
      Att_Primary Material
      • Plastic (44)
      • Vinyl (7)
      • Wood (4)
      • Aluminum (2)
      • Metal (2)
      • Nylon (1)
      • Other (1)
      • Polyethylene (1)
      • Stainless Steel (1)
      • Textile (1)
      Att_Language
      • German (20)
      • Spanish (8)
      /* 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)'
      };