TYNDALE

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 (23)
Att - Age By Development
  • Adult (32)
  • Baby 0-12 Month (8)
  • Kids 6-8 Years (6)
  • Toddler 12-24 Months (4)
  • Tween 9-12 Years (4)
  • Teen 13-17 Years (3)
  • Preschooler 3-5 Years (1)
Att_Interest
  • Food (8)
  • Crafts (2)
  • Leadership (1)
  • Reading (1)
Att_Lego Theme
  • Friends (1)
Att_Play Time
  • 3 hr + (1)
  • Less then 1 hr (1)
Att_Game Type
  • Board Games (2)
  • Card Games (2)
  • Family Games (2)
  • Strategy Games (1)
Att_Season
  • Mother's Day (10)
  • Father's Day (1)
  • Summer (1)
  • Valentine's Day (1)
Att_Theme
  • Everyday Life (4)
  • Country (3)
  • Educational (3)
  • Cottages & Farms (1)
  • Farm Equipment (1)
  • Floral (1)
  • Nature (1)
  • Scripture (1)
Att_Audience
  • Baby (25)
  • Children (11)
  • Women (9)
  • Parents (4)
  • Family (2)
  • Friend (2)
  • Teen (2)
  • Men (1)
  • Mothers (1)
  • Student (1)
  • Teachers (1)
Att _Book Series
  • Odyessey Imagination Station (1)
Att_Book Category
  • Cookbook (28)
  • Healthy Eating (20)
  • Health (19)
  • Nursing/Medical (10)
  • Christian Living (6)
  • Gluten Free (6)
  • Leadership (5)
  • True Stories (5)
  • Business (4)
  • Devotional (4)
  • Animal Stories (3)
  • Illness & Accidents (3)
  • Parenting (3)
  • Relationship (3)
  • Short Stories (3)
  • Children's Chapter Books (2)
  • Inspirational (2)
  • Marriage (2)
  • Personal Growth (2)
  • Spiritual Disciplines (2)
  • Spiritual Growth (2)
  • Technology (2)
  • Thought Life (2)
  • Activity Books (1)
  • Adoption (1)
  • Adventure (1)
  • Baking (1)
  • Biography (1)
  • Church (1)
  • Colouring Books (1)
  • Family (1)
  • Fiction (1)
  • Finances (1)
  • For Women (1)
  • Historical Fiction (1)
  • Horse Stories (1)
  • Persecution (1)
  • Recipe Cards (1)
  • School - Teaching (1)
  • Travel (1)
Att_Binding
  • Paperback (63)
  • Hardcover (14)
  • Spiral Bound (6)
  • Softcover (3)
  • Audio Book (2)
  • Board Book (2)
  • Imitation Leather (1)
Att_Help and Features
  • Zipper Closure (1)
Att_Print Size
  • Normal Print up to 10.9 (1)
Att_Primary Material
  • Stainless Steel (8)
  • Ceramic (5)
  • Plastic (5)
  • Other (1)
  • Polyester (1)
  • Silicone (1)
Att_Language
  • German (2)
  • English (1)
1 - 24 of 189 posts
Sort By
1 - 24 of 189 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)'
};