Search Suggestions

      Franklin Sports

      Discover the exceptional range of professional-grade sports gear from the renowned brand, Franklin Sports. Whether you’re a seasoned athlete or just starting out, our wide selection of Franklin sports gear ensures you’re equipped to excel in your sport of choice. Designed with precision and durability in mind, each product carries the hallmark of quality that Franklin Sports is known for. Explore our collection today and experience the difference of authentic, top-notch sports equipment.

      Filters:

      Show In Stock Items Only
      • In Stock
      Att - Age By Development
      • Adult (272)
      • Teen 13-17 Years (18)
      • Tween 9-12 Years (6)
      • Baby 0-12 Month (1)
      • Kids 6-8 Years (1)
      Att_Interest
      • Reading (16)
      • Music (6)
      • Leadership (3)
      • Teaching (2)
      • Outdoor (1)
      • Sports (1)
      • Travel & Culture (1)
      Att_Season
      • Christmas (7)
      • Mother's Day (5)
      • Advent (3)
      • Father's Day (1)
      • Winter (1)
      Att_Theme
      • Bible Theme (9)
      • Inspirational (4)
      • Everyday Life (3)
      • Scripture (2)
      • Educational (1)
      • Geographic (1)
      • Nature (1)
      • Wildlife (1)
      Att_Audience
      • Parents (27)
      • Women (24)
      • Mothers (20)
      • Teen (10)
      • Children (6)
      • Girls (5)
      • Student (5)
      • Wife (5)
      • Family (4)
      • Teachers (4)
      • Husband (3)
      • Men (3)
      • Pastors (3)
      • Boys (2)
      • Grandmother (2)
      • Grandparents (1)
      Att_Book Category
      • Christian Living (159)
      • True Stories (54)
      • Parenting (34)
      • Marriage (27)
      • Relationship (26)
      • Spiritual Growth (24)
      • Inspirational (21)
      • Business (18)
      • Devotional (17)
      • Personal Growth (16)
      • Bible Studies & Study Guides (13)
      • Finances (13)
      • Family (12)
      • Church (11)
      • Leadership (11)
      • Purity (11)
      • Grief (10)
      • History (10)
      • Short Stories (10)
      • Counselling (9)
      • Faith (9)
      • God (9)
      • Jesus (9)
      • Animal Stories (8)
      • Evangelism (8)
      • Spiritual Disciplines (8)
      • Biography (7)
      • For Women (7)
      • Forgiveness (7)
      • Missionary (7)
      • School - Teaching (7)
      • Technology (7)
      • Church History (6)
      • Fiction (6)
      • Prayer (6)
      • Sexual Abuse (6)
      • Sexual Sin (6)
      • Social Issues (6)
      • Thought Life (6)
      • War (6)
      • God's Love (5)
      • Historical Non-Fiction (5)
      • Poem (5)
      • Spiritual Warfare (5)
      • Adoption (4)
      • Creation & Apologetics (4)
      • Discipleship (4)
      • Health (4)
      • Heaven (4)
      • Pastors (4)
      • Religion (4)
      • Grace (3)
      • Healing (3)
      • Horse Stories (3)
      • Illness & Accidents (3)
      • Infertility (3)
      • Addictions (2)
      • Adventure (2)
      • Bible Stories (2)
      • Cross (2)
      • End Times / Prophecy (2)
      • Nursing/Medical (2)
      • Persecution (2)
      • Song Books (2)
      • Study Helps (2)
      • World History (2)
      • Activity Books (1)
      • Children's Chapter Books (1)
      • Classics (1)
      • Fasting (1)
      • For men (1)
      • Hell (1)
      • Historical Fiction (1)
      • Holy Spirit (1)
      • Nature (1)
      • Picture Books (1)
      • Travel (1)
      Att_Binding
      • Paperback (413)
      • Hardcover (81)
      • Softcover (17)
      • Imitation Leather (5)
      • Audio Book (4)
      • Spiral Bound (2)
      • Audio CD (1)
      • Faux Leather (1)
      • Other (1)
      Att_Language
      • English (2)
      • German (2)
      • Spanish (1)
      1 - 24 of 671 posts
      Sort By
      1 - 24 of 671 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)'
      };