Tyndale House Publishing

For over six decades, Tyndale has been dedicated to bringing the life-giving truths of God’s Word to readers. They have published Bibles in both English and Spanish, as well as a wide range of books from trusted authors, in order to equip and inspire you in your Christian faith. Their nonfiction books offer valuable insights to renew your spirit and tackle real-life challenges, while their fiction books, written by both emerging and renowned authors, captivate the imaginations of millions of fans.

Tyndale’s vision extends far beyond publishing as they strive to transform the hearts and minds of individuals across the globe. By purchasing their books, you are not only enriching your own life, but also contributing to the physical and spiritual well-being of people around the world.

Filters:

Show In Stock Items Only
  • In Stock
Categories
  • Baby (1)
Att - Age By Development
  • Kids 6-8 Years (58)
  • Preschooler 3-5 Years (46)
  • Tween 9-12 Years (33)
  • Adult (32)
  • Teen 13-17 Years (15)
  • Baby 0-12 Month (12)
  • Toddler 12-24 Months (11)
Att_Interest
  • Crafts (8)
  • Teaching (8)
  • Reading (4)
  • Food (2)
  • Fitness (1)
  • Music (1)
  • Outdoor (1)
Att_Lego Theme
  • Friends (3)
  • City (2)
  • Duplo (1)
  • Technic (1)
Att_Game Type
  • Card Games (4)
  • Board Games (3)
  • Family Games (2)
  • Preschool Games (1)
Att_Puzzle Piece Count
  • 1,000 pc (14)
  • 25-49 pc (9)
  • 100-249 pc (4)
  • 250-499 pc (4)
  • 500-999 pc (4)
  • 50-99 pc (2)
  • 1-9 pc (1)
Att_Puzzle Type
  • Jigsaw (27)
  • Tray Puzzle (7)
  • Floor Puzzle (2)
  • Shaped (2)
  • Block (1)
Att_Season
  • Christmas (7)
  • Mother's Day (4)
  • Summer (2)
  • Winter (2)
  • Father's Day (1)
Att_Theme
  • Farm animals & Pets (74)
  • Farm Equipment (31)
  • Everyday Life (18)
  • Cottages & Farms (17)
  • Country (17)
  • Transportation & Vehicles (5)
  • Floral (4)
  • Farmhouse (3)
  • Nature (3)
  • Wildlife (3)
  • Construction (2)
  • Cotages & Farms (2)
  • Educational (2)
  • Inspirational (2)
  • Bible Theme (1)
  • Building & Cities (1)
  • Greenery (1)
  • Pretend Play & Dress up (1)
  • Scenery (1)
  • Sea & Ocean (1)
Att_Audience
  • Children (157)
  • Baby (13)
  • Teachers (10)
  • Boys (8)
  • Family (4)
  • Teen (3)
  • Men (2)
  • Girls (1)
  • Women (1)
Att _Book Series
  • Little House Series (7)
  • I Can Read (1)
  • Poke A Dot (1)
  • Trailblazer Series (1)
Att_Book Category
  • Farming (26)
  • Colouring Books (24)
  • True Stories (16)
  • Activity Books (15)
  • Picture Books (15)
  • Animal Stories (13)
  • Children's Chapter Books (12)
  • Christian Living (12)
  • Historical Fiction (7)
  • Short Stories (6)
  • Adventure (5)
  • Amish (5)
  • Cookbook (4)
  • Fiction (4)
  • Historical Non-Fiction (3)
  • Nature (3)
  • Parenting (3)
  • School - Teaching (3)
  • Biography (2)
  • Gardening (2)
  • History (2)
  • Family (1)
  • For Women (1)
  • Illness & Accidents (1)
  • Personal Growth (1)
  • Relationship (1)
  • Sexual Abuse (1)
  • Technology (1)
  • Travel (1)
  • War (1)
Att_Binding
  • Paperback (102)
  • Hardcover (49)
  • Board Book (15)
  • Softcover (14)
  • Audio Book (6)
  • Audio CD (2)
  • Spiral Bound (2)
  • Other (1)
Att_Primary Material
  • Plastic (17)
  • Wood (6)
  • Metal (2)
  • Ceramic (1)
Att_Language
  • German (5)
/* 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)'
};