360 Athletics

Enjoy staying active? 360 Athletics is known for their wide selection of high quality, durable sports equipment. Improve your performance and comfort on the court with our large range of sporting goods!

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 (6)
  • Crafts (4)
  • Leadership (2)
  • Food (1)
  • Sports (1)
  • Teaching (1)
Att_Season
  • Christmas (7)
  • Mother's Day (5)
  • Advent (3)
  • Father's Day (1)
  • Winter (1)
Att_Theme
  • Bible Theme (10)
  • Inspirational (4)
  • Everyday Life (3)
  • Educational (1)
  • Geographic (1)
  • Nature (1)
  • Scripture (1)
  • Wildlife (1)
Att_Audience
  • Parents (27)
  • Women (24)
  • Mothers (19)
  • Teen (10)
  • Children (6)
  • Student (5)
  • Family (4)
  • Girls (4)
  • Teachers (4)
  • Wife (4)
  • Men (3)
  • Boys (2)
  • Grandmother (2)
  • Husband (2)
  • Pastors (2)
  • Grandparents (1)
Att _Book Series
  • Little House Series (1)
  • Odyessey Imagination Station (1)
  • Trailblazer Series (1)
Att_Book Category
  • Christian Living (159)
  • True Stories (54)
  • Parenting (34)
  • Marriage (26)
  • Relationship (26)
  • Spiritual Growth (23)
  • Inspirational (21)
  • Business (18)
  • Devotional (16)
  • 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)
  • God (9)
  • Jesus (9)
  • Animal Stories (8)
  • Evangelism (8)
  • Biography (7)
  • Faith (7)
  • Forgiveness (7)
  • Missionary (7)
  • School - Teaching (7)
  • Spiritual Disciplines (7)
  • Technology (7)
  • Church History (6)
  • Fiction (6)
  • For Women (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)
  • Addictions (3)
  • Grace (3)
  • Healing (3)
  • Horse Stories (3)
  • Illness & Accidents (3)
  • Adventure (2)
  • Cross (2)
  • End Times / Prophecy (2)
  • Infertility (2)
  • Nursing/Medical (2)
  • Song Books (2)
  • Study Helps (2)
  • World History (2)
  • Activity Books (1)
  • Bible Stories (1)
  • Children's Chapter Books (1)
  • Classics (1)
  • Colouring Books (1)
  • Fasting (1)
  • For men (1)
  • Hell (1)
  • Historical Fiction (1)
  • Holy Spirit (1)
  • Nature (1)
  • Persecution (1)
  • Picture Books (1)
  • Travel (1)
Att_Binding
  • Paperback (411)
  • Hardcover (82)
  • Softcover (19)
  • Audio Book (4)
  • Imitation Leather (3)
  • Spiral Bound (2)
  • Audio CD (1)
  • Faux Leather (1)
  • Other (1)
Att_Language
  • English (2)
  • German (2)
  • Spanish (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)'
};