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
      • Teen 13-17 Years (66)
      • Adult (59)
      • Tween 9-12 Years (25)
      • Kids 6-8 Years (15)
      • Preschooler 3-5 Years (12)
      Att_Game Type
      • Brain Teaser (5)
      Att_Puzzle Piece Count
      • 1,000 pc (133)
      • 25-49 pc (50)
      • 500-999 pc (45)
      • 250-499 pc (35)
      • 100-249 pc (13)
      • 1,001-2,999 pc (9)
      • 3,000+ pc (7)
      • 50-99 pc (3)
      • 1-9 pc (1)
      • 10-24 pc (1)
      Att_Puzzle Type
      • Jigsaw (206)
      • Tray Puzzle (35)
      • Brain Teaser (34)
      • Shaped (22)
      • Floor Puzzle (16)
      • 3D Puzzle (12)
      • Puzzle Accessories (4)
      • Block (1)
      • Knob & Peg (1)
      Att_Season
      • Christmas (15)
      • Winter (9)
      • Advent (4)
      • Fall/ Thanksgiving (2)
      • Summer (1)
      Att_Theme
      • Farm animals & Pets (59)
      • Nature (49)
      • Wildlife (48)
      • Building & Cities (16)
      • Everyday Life (13)
      • Scenery (13)
      • Cotages & Farms (12)
      • Country (12)
      • Inspirational (12)
      • Birds (6)
      • Educational (6)
      • Floral (6)
      • Bible Theme (5)
      • Transportation & Vehicles (5)
      • Cottages & Farms (4)
      • Sea & Ocean (2)
      • Farm Equipment (1)
      • Safari & Zoo (1)
      • Scripture (1)
      Att_Audience
      • Children (10)
      • Family (3)
      • Teen (3)
      Att_Book Category
      • Birds (2)
      Att_Primary Material
      • Cast Iron (1)
      /* 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)'
      };