Razor

Looking for a way to get your kids and teens outside and active? Look no further than Razor! This popular brand carries everything from electric scooters to trikes, making them the perfect destination if you are wanting to have fun while getting some exercise outdoors!

Check out our inventory of Razor products which include some of their most popular products, including scooters and ripsticks! Razor scooters are a classic choice, with their sleek design featuring two wheels, a handlebar, and a footboard for standing on. Ripsticks offer a unique twist on the traditional scooter, with two connected wheels that pivot like a seesaw, making an exciting and challenging ride.

Filters:

Show In Stock Items Only
  • In Stock
Categories
  • Toys & Games (3)
Att - Age By Development
  • Kids 6-8 Years (265)
  • Preschooler 3-5 Years (256)
  • Tween 9-12 Years (182)
  • Adult (175)
  • Teen 13-17 Years (97)
  • Toddler 12-24 Months (51)
  • Baby 0-12 Month (18)
Att_Colour
  • Multicolor (1)
Att_Interest
  • Outdoor (92)
  • Crafts (60)
  • Sports (42)
  • Games & Puzzles (14)
  • Food (6)
  • Teaching (4)
  • Fitness (2)
  • Music (2)
  • Grilling & BBQ (1)
Att_Lego Theme
  • City (31)
  • Friends (25)
  • Duplo (20)
  • Technic (19)
  • Classic (11)
  • Creator (7)
  • Speed Champions (7)
  • Architecture (3)
  • Botanical (3)
  • Icons (3)
  • Art (1)
  • Ideas (1)
Att_Play Time
  • 3 hr + (3)
  • Less then 1 hr (16)
  • Less then 15 Min (5)
  • Less then 2 hr (28)
  • Less then 3 hr (5)
  • Less then 30 Min (17)
Att_Game Type
  • Family Games (81)
  • Board Games (66)
  • Card Games (47)
  • Outdoor Games (32)
  • Strategy Games (23)
  • Preschool Games (13)
  • Table Games (8)
  • Brain Teaser (6)
  • Dice Games (6)
Att_Puzzle Piece Count
  • 1,000 pc (89)
  • 25-49 pc (46)
  • 250-499 pc (33)
  • 500-999 pc (33)
  • 1,001-2,999 pc (12)
  • 100-249 pc (11)
  • 3,000+ pc (6)
  • 50-99 pc (5)
  • 1-9 pc (1)
  • 10-24 pc (1)
Att_Puzzle Type
  • Jigsaw (133)
  • Tray Puzzle (34)
  • Brain Teaser (32)
  • Shaped (20)
  • 3D Puzzle (13)
  • Floor Puzzle (13)
  • Puzzle Accessories (3)
  • Block (2)
  • Knob & Peg (1)
  • Scramble Square (1)
Att_Season
  • Summer (17)
  • Christmas (12)
  • Winter (12)
  • Advent (6)
Att_Theme
  • Farm animals & Pets (149)
  • Everyday Life (140)
  • Transportation & Vehicles (122)
  • Wildlife (90)
  • Farm Equipment (79)
  • Educational (61)
  • Building & Cities (56)
  • Pretend Play & Dress up (56)
  • Nature (40)
  • Cottages & Farms (25)
  • Country (17)
  • Sea & Ocean (17)
  • Cotages & Farms (15)
  • Safari & Zoo (15)
  • Inspirational (12)
  • Greenery (9)
  • Floral (8)
  • Construction (7)
  • Bible Theme (6)
  • Birds (3)
  • Sports (2)
  • History (1)
  • Paintings (1)
  • Scenery (1)
Att_Audience
  • Children (320)
  • Teen (48)
  • Family (29)
  • Boys (26)
  • Girls (14)
  • Baby (12)
  • Husband (1)
Att_Book Category
  • Activity Books (5)
  • Picture Books (2)
  • Birds (1)
Att_Binding
  • Other (2)
  • Hardcover (1)
Att_Primary Material
  • Plastic (40)
  • Wood (10)
  • Nylon (2)
  • Cast Iron (1)
  • Metal (1)
  • Vinyl (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)'
};