TOMY Intl.

TOMY International is a renowned industry leader in the manufacturing and distribution of cutting-edge, top-notch toys, games, and merchandise designed for children and families. Their extensive product portfolio encompasses a diverse array of playthings, ranging from infant toys to farm toys, board games, and collector’s items. At TOMY International, they are dedicated to crafting products that are not only entertaining but also safe and long-lasting, fostering children’s creativity, imagination, and inquisitiveness. With a formidable global presence spanning across more than 120 countries, TOMY International has firmly established itself as a trusted and respected entity within the toy industry, consistently pushing boundaries and igniting the minds of young individuals.

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Adult (136)
  • Teen 13-17 Years (13)
  • Tween 9-12 Years (6)
Att_Interest
  • Reading (16)
  • Music (7)
  • Leadership (1)
  • Outdoor (1)
  • Sports (1)
  • Teaching (1)
  • Travel & Culture (1)
Att_Season
  • Christmas (5)
  • Advent (3)
  • Mother's Day (3)
  • Father's Day (1)
Att_Theme
  • Bible Theme (10)
  • Everyday Life (3)
  • Inspirational (3)
  • Educational (1)
  • Geographic (1)
  • Nature (1)
  • Scripture (1)
  • Wildlife (1)
Att_Audience
  • Parents (15)
  • Women (14)
  • Mothers (10)
  • Teen (9)
  • Student (5)
  • Children (4)
  • Family (4)
  • Girls (4)
  • Grandmother (2)
  • Men (2)
  • Wife (2)
  • Boys (1)
  • Pastors (1)
  • Teachers (1)
Att_Book Category
  • Christian Living (86)
  • True Stories (46)
  • Parenting (23)
  • Relationship (21)
  • Spiritual Growth (19)
  • Marriage (16)
  • Finances (13)
  • Personal Growth (12)
  • Inspirational (11)
  • Bible Studies & Study Guides (10)
  • Church (10)
  • Devotional (10)
  • Purity (10)
  • Family (9)
  • Short Stories (9)
  • Evangelism (8)
  • God (8)
  • Grief (8)
  • Forgiveness (7)
  • History (7)
  • Jesus (7)
  • Faith (6)
  • Technology (6)
  • Thought Life (6)
  • Business (5)
  • Church History (5)
  • God's Love (5)
  • Missionary (5)
  • Poem (5)
  • Sexual Abuse (5)
  • Spiritual Warfare (5)
  • Adoption (4)
  • Counselling (4)
  • Creation & Apologetics (4)
  • Fiction (4)
  • Health (4)
  • Pastors (4)
  • Religion (4)
  • School - Teaching (4)
  • Spiritual Disciplines (4)
  • Biography (3)
  • For Women (3)
  • Healing (3)
  • Illness & Accidents (3)
  • Sexual Sin (3)
  • Social Issues (3)
  • War (3)
  • Animal Stories (2)
  • Cross (2)
  • Discipleship (2)
  • Heaven (2)
  • Historical Non-Fiction (2)
  • Leadership (2)
  • Nursing/Medical (2)
  • Prayer (2)
  • Study Helps (2)
  • World History (2)
  • Addictions (1)
  • Adventure (1)
  • Children's Chapter Books (1)
  • Colouring Books (1)
  • For men (1)
  • Grace (1)
  • Hell (1)
  • Historical Fiction (1)
  • Holy Spirit (1)
  • Infertility (1)
  • Nature (1)
  • Persecution (1)
  • Picture Books (1)
  • Song Books (1)
Att_Binding
  • Paperback (267)
  • Hardcover (37)
  • Softcover (17)
  • Audio CD (1)
Att_Language
  • English (3)
  • German (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)'
};