Store Offer Menu

GTRACING Deals

Top GTRACING Deals & Price Drops for February 2026

Explore verified GTRACING discounts and price drops updated in the last 30 days.

GTRACING CH510 Classic Gaming Chair with Ergonomic Lumbar Support

GTRACING CH510 Classic Gaming Chair with Ergonomic...

Experience the perfect blend of comfort and style with the GTRACING CH510 Classic Gaming Chair. Designed for extended gaming sessions or long workdays, this chair features our signature ergonomic lumbar support that contours to your spine, reducing pressure and preventing back fatigue. The high-density foam padding provides lasting comfort, while the premium PU leather upholstery offers durability and easy maintenance. With a 360-degree swivel base and smooth-rolling casters, you can move freely around your workspace. The chair's classic black design fits seamlessly into any home office or gaming setup, and the adjustable armrests allow you to customize your seating position for optimal comfort. Built with a sturdy metal frame, the CH510 is designed to support users up to 300 lbs, ensuring long-lasting performance. Whether you're battling in virtual worlds or tackling your daily tasks, this chair delivers the support and comfort you need to stay focused and productive. Available now at GTRACING.com with fast shipping and reliable customer service.
$225.99
$179.9920% OFF
GTRACING Cozy Series CH510 Classic Gaming Chair in Black

GTRACING Cozy Series CH510 Classic Gaming Chair in...

Experience ultimate comfort and support with the GTRACING Cozy Series CH510 Classic Gaming Chair. Designed for extended gaming sessions or long workdays, this chair features premium high-density foam padding that contours to your body while maintaining its shape over time. The classic black design with subtle clover accents adds a sophisticated touch to any gaming setup or home office. Built with a sturdy metal frame and smooth-rolling casters, the CH510 provides stability and easy mobility. The adjustable height and 360-degree swivel allow you to find your perfect position, while the ergonomic lumbar support helps maintain proper posture to reduce back strain. The breathable PU leather upholstery is both durable and easy to clean, ensuring your chair looks great for years. Whether you're competing in esports tournaments, streaming your favorite games, or tackling work projects, this GTRACING chair delivers the perfect blend of comfort and functionality. Visit gtracing.com to explore our full collection of gaming chairs designed to enhance your performance and comfort.
$225.99
$179.9920% OFF
Cube Storage Organizer B3001 - White / 4

Cube Storage Organizer B3001 - White / 4

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} } * { margin: 0; padding: 0; } .box { width: 100%; height: auto; position: relative; overflow: hidden; } li { list-style: none; } .imgList { width: 800px; height: 550px; position: relative; overflow: hidden; } .imgList li { position: absolute; left: 800px; } .box>.LBimg2 { width: 100%; height: auto; position: absolute; left: 100%; z-index: 1; top:0; } .btnA2 { font-size: 60px; color: black; width: 40px; height: 70px; position: absolute; top: 46%; text-align: center; line-height: 70px; cursor: pointer; z-index: 15; font-family: cursive; -webkit-text-stroke: 0.5px white; } .prev2 { left: 2%; } .next2 { right: 2%; } .nav2 { text-align: center; position: absolute; width: 100%; top: 0% !important; z-index: 1; padding: 20px 0!important; margin: 0 !important; background: #00000099; } .nav2 li { min-width: 13%; display: inline-block; border-bottom: 2.5px solid #ffffff00; cursor: pointer; color: white; margin: 0 3%; font-weight: bold; font-size: 0.8vw; padding: 0; } .nav2 .on2 { color: white; border-bottom: 2.5px solid white; } .pc_bf{display: block} .ph_bf{display: none} @media screen and (min-width:800px) { .LB2_2 .nav2 { background: #ff000000; width: 16%; text-align: left; position: absolute; top: 31% !important; right: 9%; } .LB2_2 .nav2 .on2 { background: black; border: 2px solid white; color: white; } .LB2_2 .nav2 li { width: 100%; background: white; border: 2px solid black; color: black; border-radius: 30px; margin: 2% 0px; padding: 3.5% 13%; } } @media screen and (max-width:800px) { .nav2 { transform: scale(1) !important; padding: 5px 0!important; } .nav2 li { width: 18% !important; margin: 0; font-size: 1.9vw; } .LB2_2 .nav2 li { width: 20% !important; } .btnA2 { top: 45%; font-size: 40px; } .prev2 { left: 5px; } .next2 { right: 5px; } .pc_bf{display: none} .ph_bf{display: block} } < > 1. Home Office 2. Nursery 3. Dining Room 4. Living Room < > 4-Cube/6-Cube 4/6-Cube 8-Cube 10-Cube 12-Cube 16-Cube $(function () { //手机端删掉pc轮播图,pc端删掉手机轮播图 if (screen.height >= 800 && screen.width >= screen.height) { $(".box>.ph_bf").remove() }else { $(".box>.pc_bf").remove() } }); var prevIndex2 = 0; var curIndex2 = 0; $(".next2").click(function() { var box=$(this).parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); //.is(":animated"):正在执行动画返回true,没在执行动画返回false if (box.children(".LBimg2").eq(curIndex2).is(":animated")) { return; } if (curIndex2 >= box.children(".LBimg2").length - 1) { curIndex2 = 0; } else { curIndex2++ } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); $(".prev2").click(function() { var box=$(this).parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); if (box.children(".LBimg2").eq(curIndex2).is(":animated")) { return; } if (curIndex2 <= 0) { curIndex2 = box.children(".LBimg2").length - 1; } else { curIndex2--; } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); $(".nav2 li").click(function() { var box=$(this).parent().parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); curIndex2 = $(this).index(); if (curIndex2 == prevIndex2) { return; } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); //左边按钮:向右边滑动; function tab2(box) { var LBIdx = box.attr("lbindex2"); //切大图; if (curIndex2 == 0 && prevIndex2 == $(".LB2_"+LBIdx+" .nav2 li").length-1) { //边界2,当前在最后一张,点击next //向左滑动:前一张向左滑动,当前那一张摆放在右边,滑动到当前位置; box.children(".LBimg2").eq(prevIndex2).animate({ left: -100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "100%").animate({ left: 0 }, 500) } else if (prevIndex2 == 0 && curIndex2 == $(".LB2_"+LBIdx+" .nav2 li").length-1 ) { //边界1,当前在第一张,点击prev //向右滑动:前一张向右滑动,当前那一张摆放在左边,滑动到当前位置 box.children(".LBimg2").eq(prevIndex2).animate({ left: 100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "-100%").animate({ left: 0 }, 500) } else if (curIndex2 > prevIndex2) { box.children(".LBimg2").eq(prevIndex2).animate({ left: -100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "100%").animate({ left: 0 }, 500) } else { box.children(".LBimg2").eq(prevIndex2).animate({ left: 100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "-100%").animate({ left: 0 }, 500) } //切小点; $(".LB2_"+LBIdx+" .nav2 li").eq(curIndex2).addClass("on2").siblings().removeClass() }
$79.99
$52.9934% OFF
Cozy Series CH510 Clover Classic - Brown

Cozy Series CH510 Clover Classic - Brown

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} }
$225.99
$179.9920% OFF
Cat Litter Box Odor-Free Litter Box with Filtering Foot Board

Cat Litter Box Odor-Free Litter Box with Filtering...

【35L Large Capacity 】XL stainless steel cat litter box measures 23.6" L x 15.7" W x 11.8" H, offering ample room for big cats and multi-cat households. Reduces the frequency of cleanups so you can leave home worry-free for up to 30 days. 【Durable Stainless Steel Construction】The cat litter box is built with thick stainless steel and a high-sided ABS enclosure for long-lasting durability. Scratch-resistant and non-porous surface prevents odors from lingering, ensuring a cleaner, fresher litter box for years to come. 【Quick & Easy Cleaning】 No more scrubbing or scraping stubborn stains. The smooth stainless steel surface resists clumps from sticking—just wipe with a damp cloth or rinse for hassle-free maintenance and a hygienic environment. 【High Sided Litter Box】High walls with reinforced clasps lock securely to prevent litter & urine leaks or spills. Overlapping design stops urine seepage, while the built-in filter pedal reduces litter tracking, keeping floors clean and minimizing waste. 【Complete Cleaning Kit Included】The steel litter box comes with a cat litter box step and litter mat to trap scattered litter and protect floors, plus a convenient litter scoop with holder for easy access. Anti-slip pads on the base keep the box firmly in place, preventing movement and floor damage.
$79.99
$42.9946% OFF
Cozy Series CH510 Clover Classic - Gray

Cozy Series CH510 Clover Classic - Gray

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} }
$225.99
$179.9920% OFF
Cube Storage Organizer B3001 - Retro Brown / 4

Cube Storage Organizer B3001 - Retro Brown / 4

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} } * { margin: 0; padding: 0; } .box { width: 100%; height: auto; position: relative; overflow: hidden; } li { list-style: none; } .imgList { width: 800px; height: 550px; position: relative; overflow: hidden; } .imgList li { position: absolute; left: 800px; } .box>.LBimg2 { width: 100%; height: auto; position: absolute; left: 100%; z-index: 1; top:0; } .btnA2 { font-size: 60px; color: black; width: 40px; height: 70px; position: absolute; top: 46%; text-align: center; line-height: 70px; cursor: pointer; z-index: 15; font-family: cursive; -webkit-text-stroke: 0.5px white; } .prev2 { left: 2%; } .next2 { right: 2%; } .nav2 { text-align: center; position: absolute; width: 100%; top: 0% !important; z-index: 1; padding: 20px 0!important; margin: 0 !important; background: #00000099; } .nav2 li { min-width: 13%; display: inline-block; border-bottom: 2.5px solid #ffffff00; cursor: pointer; color: white; margin: 0 3%; font-weight: bold; font-size: 0.8vw; padding: 0; } .nav2 .on2 { color: white; border-bottom: 2.5px solid white; } .pc_bf{display: block} .ph_bf{display: none} @media screen and (min-width:800px) { .LB2_2 .nav2 { background: #ff000000; width: 16%; text-align: left; position: absolute; top: 31% !important; right: 9%; } .LB2_2 .nav2 .on2 { background: black; border: 2px solid white; color: white; } .LB2_2 .nav2 li { width: 100%; background: white; border: 2px solid black; color: black; border-radius: 30px; margin: 2% 0px; padding: 3.5% 13%; } } @media screen and (max-width:800px) { .nav2 { transform: scale(1) !important; padding: 5px 0!important; } .nav2 li { width: 18% !important; margin: 0; font-size: 1.9vw; } .LB2_2 .nav2 li { width: 20% !important; } .btnA2 { top: 45%; font-size: 40px; } .prev2 { left: 5px; } .next2 { right: 5px; } .pc_bf{display: none} .ph_bf{display: block} } < > 1. Home Office 2. Nursery 3. Dining Room 4. Living Room < > 4-Cube/6-Cube 4/6-Cube 8-Cube 10-Cube 12-Cube 16-Cube $(function () { //手机端删掉pc轮播图,pc端删掉手机轮播图 if (screen.height >= 800 && screen.width >= screen.height) { $(".box>.ph_bf").remove() }else { $(".box>.pc_bf").remove() } }); var prevIndex2 = 0; var curIndex2 = 0; $(".next2").click(function() { var box=$(this).parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); //.is(":animated"):正在执行动画返回true,没在执行动画返回false if (box.children(".LBimg2").eq(curIndex2).is(":animated")) { return; } if (curIndex2 >= box.children(".LBimg2").length - 1) { curIndex2 = 0; } else { curIndex2++ } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); $(".prev2").click(function() { var box=$(this).parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); if (box.children(".LBimg2").eq(curIndex2).is(":animated")) { return; } if (curIndex2 <= 0) { curIndex2 = box.children(".LBimg2").length - 1; } else { curIndex2--; } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); $(".nav2 li").click(function() { var box=$(this).parent().parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); curIndex2 = $(this).index(); if (curIndex2 == prevIndex2) { return; } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); //左边按钮:向右边滑动; function tab2(box) { var LBIdx = box.attr("lbindex2"); //切大图; if (curIndex2 == 0 && prevIndex2 == $(".LB2_"+LBIdx+" .nav2 li").length-1) { //边界2,当前在最后一张,点击next //向左滑动:前一张向左滑动,当前那一张摆放在右边,滑动到当前位置; box.children(".LBimg2").eq(prevIndex2).animate({ left: -100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "100%").animate({ left: 0 }, 500) } else if (prevIndex2 == 0 && curIndex2 == $(".LB2_"+LBIdx+" .nav2 li").length-1 ) { //边界1,当前在第一张,点击prev //向右滑动:前一张向右滑动,当前那一张摆放在左边,滑动到当前位置 box.children(".LBimg2").eq(prevIndex2).animate({ left: 100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "-100%").animate({ left: 0 }, 500) } else if (curIndex2 > prevIndex2) { box.children(".LBimg2").eq(prevIndex2).animate({ left: -100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "100%").animate({ left: 0 }, 500) } else { box.children(".LBimg2").eq(prevIndex2).animate({ left: 100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "-100%").animate({ left: 0 }, 500) } //切小点; $(".LB2_"+LBIdx+" .nav2 li").eq(curIndex2).addClass("on2").siblings().removeClass() }
$79.99
$52.9934% OFF
Cube Storage Organizer B3001 - Black / 4

Cube Storage Organizer B3001 - Black / 4

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} } * { margin: 0; padding: 0; } .box { width: 100%; height: auto; position: relative; overflow: hidden; } li { list-style: none; } .imgList { width: 800px; height: 550px; position: relative; overflow: hidden; } .imgList li { position: absolute; left: 800px; } .box>.LBimg2 { width: 100%; height: auto; position: absolute; left: 100%; z-index: 1; top:0; } .btnA2 { font-size: 60px; color: black; width: 40px; height: 70px; position: absolute; top: 46%; text-align: center; line-height: 70px; cursor: pointer; z-index: 15; font-family: cursive; -webkit-text-stroke: 0.5px white; } .prev2 { left: 2%; } .next2 { right: 2%; } .nav2 { text-align: center; position: absolute; width: 100%; top: 0% !important; z-index: 1; padding: 20px 0!important; margin: 0 !important; background: #00000099; } .nav2 li { min-width: 13%; display: inline-block; border-bottom: 2.5px solid #ffffff00; cursor: pointer; color: white; margin: 0 3%; font-weight: bold; font-size: 0.8vw; padding: 0; } .nav2 .on2 { color: white; border-bottom: 2.5px solid white; } .pc_bf{display: block} .ph_bf{display: none} @media screen and (min-width:800px) { .LB2_2 .nav2 { background: #ff000000; width: 16%; text-align: left; position: absolute; top: 31% !important; right: 9%; } .LB2_2 .nav2 .on2 { background: black; border: 2px solid white; color: white; } .LB2_2 .nav2 li { width: 100%; background: white; border: 2px solid black; color: black; border-radius: 30px; margin: 2% 0px; padding: 3.5% 13%; } } @media screen and (max-width:800px) { .nav2 { transform: scale(1) !important; padding: 5px 0!important; } .nav2 li { width: 18% !important; margin: 0; font-size: 1.9vw; } .LB2_2 .nav2 li { width: 20% !important; } .btnA2 { top: 45%; font-size: 40px; } .prev2 { left: 5px; } .next2 { right: 5px; } .pc_bf{display: none} .ph_bf{display: block} } < > 1. Home Office 2. Nursery 3. Dining Room 4. Living Room < > 4-Cube/6-Cube 4/6-Cube 8-Cube 10-Cube 12-Cube 16-Cube $(function () { //手机端删掉pc轮播图,pc端删掉手机轮播图 if (screen.height >= 800 && screen.width >= screen.height) { $(".box>.ph_bf").remove() }else { $(".box>.pc_bf").remove() } }); var prevIndex2 = 0; var curIndex2 = 0; $(".next2").click(function() { var box=$(this).parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); //.is(":animated"):正在执行动画返回true,没在执行动画返回false if (box.children(".LBimg2").eq(curIndex2).is(":animated")) { return; } if (curIndex2 >= box.children(".LBimg2").length - 1) { curIndex2 = 0; } else { curIndex2++ } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); $(".prev2").click(function() { var box=$(this).parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); if (box.children(".LBimg2").eq(curIndex2).is(":animated")) { return; } if (curIndex2 <= 0) { curIndex2 = box.children(".LBimg2").length - 1; } else { curIndex2--; } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); $(".nav2 li").click(function() { var box=$(this).parent().parent(); prevIndex2=box.attr("previndex2"); curIndex2=box.attr("curindex2"); curIndex2 = $(this).index(); if (curIndex2 == prevIndex2) { return; } tab2(box); prevIndex2 = curIndex2; box.attr("previndex2",prevIndex2); box.attr("curindex2",curIndex2); }); //左边按钮:向右边滑动; function tab2(box) { var LBIdx = box.attr("lbindex2"); //切大图; if (curIndex2 == 0 && prevIndex2 == $(".LB2_"+LBIdx+" .nav2 li").length-1) { //边界2,当前在最后一张,点击next //向左滑动:前一张向左滑动,当前那一张摆放在右边,滑动到当前位置; box.children(".LBimg2").eq(prevIndex2).animate({ left: -100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "100%").animate({ left: 0 }, 500) } else if (prevIndex2 == 0 && curIndex2 == $(".LB2_"+LBIdx+" .nav2 li").length-1 ) { //边界1,当前在第一张,点击prev //向右滑动:前一张向右滑动,当前那一张摆放在左边,滑动到当前位置 box.children(".LBimg2").eq(prevIndex2).animate({ left: 100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "-100%").animate({ left: 0 }, 500) } else if (curIndex2 > prevIndex2) { box.children(".LBimg2").eq(prevIndex2).animate({ left: -100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "100%").animate({ left: 0 }, 500) } else { box.children(".LBimg2").eq(prevIndex2).animate({ left: 100+"%" }, 500) box.children(".LBimg2").eq(curIndex2).css("left", "-100%").animate({ left: 0 }, 500) } //切小点; $(".LB2_"+LBIdx+" .nav2 li").eq(curIndex2).addClass("on2").siblings().removeClass() }
$79.99
$52.9934% OFF
Cozy Series CH510 Clover Classic - White

Cozy Series CH510 Clover Classic - White

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} }
$225.99
$179.9920% OFF
Cozy Series CH215 - Blackwhite

Cozy Series CH215 - Blackwhite

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} }
$209.99
$159.9924% OFF
Pro Series GTW-100 - Blue

Pro Series GTW-100 - Blue

Immersive Sound: Gaming chair with built-in Bluetooth speakers for enhanced surround sound experience. Ultimate Comfort: Features a sturdy footrest designed for comfort and fatigue relief during long gaming sessions. Customizable Support: Includes removable headrest and lumbar support pillows for tailored comfort. Fluid Movement: Linked armrests designed for seamless and fluid gaming motion. Adjustable Height: Arm height ranges from 26.38'' to 30.31'' for personalized ergonomics. Spacious Dimensions: Chair dimensions are 26.38" width x 26.38" depth x 48.43"~52.36" height, providing ample space and support. Modern Elegance: Blends seamlessly into any setting with its sleek, modern design, making it more than just a chair.
$219.99
$159.9927% OFF
Pro Series GTW-100 - Red

Pro Series GTW-100 - Red

Immersive Sound: Gaming chair with built-in Bluetooth speakers for enhanced surround sound experience. Ultimate Comfort: Features a sturdy footrest designed for comfort and fatigue relief during long gaming sessions. Customizable Support: Includes removable headrest and lumbar support pillows for tailored comfort. Fluid Movement: Linked armrests designed for seamless and fluid gaming motion. Adjustable Height: Arm height ranges from 26.38'' to 30.31'' for personalized ergonomics. Spacious Dimensions: Chair dimensions are 26.38" width x 26.38" depth x 48.43"~52.36" height, providing ample space and support. Modern Elegance: Blends seamlessly into any setting with its sleek, modern design, making it more than just a chair.
$219.99
$159.9927% OFF
Aura RGB Series GTP560

Aura RGB Series GTP560

LED Gaming Chair:GTPLAYER RGB gaming chair with LED lights, customizable lighting modes, and a USB remote. This gaming chair with lights adds vibrant color and an immersive vibe to any gaming setup. Gaming Chair with Footrest:Tired of discomfort during long gaming or work sessions? This gaming chair with footrest provides full-body support with a 90°-155° reclining backrest, adjustable height, and a retractable footrest. Whether you’re focused on a game or taking a break, this chair helps you stay relaxed and focused without strain. Ergonomic Game Chair for Adults:Aching back or neck after hours in your chair? Our gamer chair features a removable headrest and lumbar cushion, offering tailored support exactly where you need it. The gaming chair is perfect for both adults and kids, it adapts to any body type to keep you feeling fresh and supported. Stay Happy and Comfortable All Day:Say goodbye to sweaty, uncomfortable sessions. The breathable cushion keeps you comfortable. Paired with linkage armrests that adjust as you recline, this gaming chair provides personalized comfort to enhance your performance and enjoyment. Effortless Movement & Sleek Design:You will not struggling with noisy or stuck wheels.The chair features 360° silent swivel and smooth caster wheels for quiet, effortless mobility. Durable PU leather and a bold RGB look make it perfect for your home office or gaming room. Satisfaction Guaranteed:Your comfort and satisfaction are our top priorities. This LED gamer chair comes with a 1-year warranty, and our dedicated support team is here to assist you with any questions or issues. Shop with confidence knowing your purchase is fully protected.
$299.00
$139.9953% OFF
Pro Series GTW-100 - Black

Pro Series GTW-100 - Black

Immersive Sound: Gaming chair with built-in Bluetooth speakers for enhanced surround sound experience. Ultimate Comfort: Features a sturdy footrest designed for comfort and fatigue relief during long gaming sessions. Customizable Support: Includes removable headrest and lumbar support pillows for tailored comfort. Fluid Movement: Linked armrests designed for seamless and fluid gaming motion. Adjustable Height: Arm height ranges from 26.38'' to 30.31'' for personalized ergonomics. Spacious Dimensions: Chair dimensions are 26.38" width x 26.38" depth x 48.43"~52.36" height, providing ample space and support. Modern Elegance: Blends seamlessly into any setting with its sleek, modern design, making it more than just a chair.
$219.99
$159.9927% OFF
Aura RGB Series GT905 RGB

Aura RGB Series GT905 RGB

.pcA { display: block !important; } .phA { display: none !important; } #CKTA > div { position: relative; min-height: 200px; } .YouTubeVideo { width: 100%; height: 660px; display: block; } @media screen and (max-width: 800px) { .pcA { display: none !important; } .phA { display: block !important; } #CKTA > div { min-height: 200px; } .YouTubeVideo { width: 100%; height: 190px; } } .textnra { position: absolute; color: white; } .Bigtitle { font-size: 3vw; font-weight: 700; line-height: 3vw; } .Smalltitle { font-size: 2vw; line-height: 2vw; } .Bigtext { font-size: 1.3vw; color: white; line-height: 1.8vw; } .Smalltext { font-size: 1vw; line-height: 1.5vw; } .jbs1 { background: -webkit-linear-gradient(45deg, #6161ff, #ff4f4f); background: linear-gradient(45deg, #6161ff, #ff4f4f); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; } .tna1 { left: 47.5%; top: 38.5%; font-weight: bold; } .tna2 { left: 47.5%; top: 45%; } .tna2_2 { left: 61.5%; top: 61.5%; font-weight: bold; } .tna3 { left: 12%; top: 18.6%; text-align: left; } .tna4 { left: 64.6%; top: 24%; text-align: right; } .tna5 { left: 7.1%; top: 37%; } .tna6 { left: 53.6%; top: 20.4%; text-align: right; } .tna7 { left: 7.1%; top: 19.2%; } .tna7_2 { left: 10%; top: 81.5%; } .tna7_3 { left: 24.3%; top: 81.5%; } .tna8 { left: 62.4%; top: 18.5%; text-align: right; } .tna9 { left: 0%; top: 8%; width: 100%; text-align: center; } .tna10 { left: 0%; top: 8.5%; width: 100%; text-align: center; } .tna10_2 { left: 12.5%; top: 80.5%; text-align: center; } .tna10_3 { left: 34.5%; top: 80.5%; } .tna10_4 { left: 57.4%; top: 80.5%; } .tna10_5 { left: 79.4%; top: 80.5%; } .tna11 { left: 17%; top: 26.5%; } .tna11_2 { left: 5.5%; top: 72.5%; color: #e2e4e5; } .tna3 > .Smalltext, .tna4 > .Smalltext, .tna5 > .Smalltext, .tna6 > .Smalltext, .tna7 > .Smalltext, .tna8 > .Smalltext, .tna10 > .Smalltext { margin-top: 3.5vw; } @media screen and (max-width: 800px) { .Bigtitle { font-size: 6vw; font-weight: 700; line-height: 6vw; } .Smalltitle { font-size: 5vw; font-weight: 600; line-height: 5vw; } .Bigtext { font-size: 4.5vw; line-height: 5vw; } .Smalltext { font-size: 3.8vw; line-height: 5vw; } .tna1 { top: 20.5%; width: 100%; left: 0; text-align: center; } .tna2 { left: 0%; top: 9%; width: 100%; text-align: center; } .tna2_2 { left: auto; right: 0; top: 82.5%; font-weight: bold; } .tna3 { left: 5%; top: 4.5%; } .tna4 { left: auto; right: 4%; top: 11%; text-align: right; } .tna5 { left: 2.1%; top: 10%; } .tna6 { left: 0%; top: 6%; width: 100%; text-align: center; } .tna7 { left: 2.5%; top: 8.7%; } .tna7_2 { left: 10%; top: 81.5%; } .tna7_3 { left: 24.3%; top: 81.5%; } .tna8 { left: auto; right: 2.5%; top: 8%; text-align: right; } .tna9 { left: 0%; top: 5%; width: 100%; text-align: center; } .tna10 { left: 0%; top: 6.5%; width: 100%; text-align: center; } .tna10_2 { left: 6.5%; top: 52.5%; text-align: center; line-height: 3vw !important; } .tna10_3 { left: 55.5%; top: 53.5%; line-height: 3vw !important; } .tna10_4 { left: 9.4%; top: 87.5%; } .tna10_5 { left: 58.4%; top: 87.5%; } .tna11 { left: 29%; top: 5.5%; } .tna11_2 { left: 0%; top: 88%; width: 100%; text-align: center; } .tna3 > .Smalltext, .tna4 > .Smalltext, .tna5 > .Smalltext, .tna6 > .Smalltext, .tna7 > .Smalltext, .tna8 > .Smalltext, .tna10 > .Smalltext { margin-top: 6vw; } } [color_video_block] { position: relative; } [color_video_block] [video_list] { position: absolute; right: 0; top: 0; height: 100%; width: auto; } [color_video_block] [video_list] video { display: none; height: 100%; width: auto; } [color_video_block] [video_list] video[active] { display: block; } [color_video_block] [btn_list] { position: absolute; left: 12%; top: 51%; display: flex; flex-wrap: wrap; gap: 20px; width: 27vw; } [color_video_block] [btn_list] [btn] { cursor: pointer; width: calc(50% - 10px); } @media screen and (max-width: 800px) { [color_video_block] { position: relative; } [color_video_block] [video_list] { width: 100%; height: auto; bottom: 0; top: auto; } [color_video_block] [video_list] video { display: none; height: auto; width: 100%; } [color_video_block] [video_list] video[active] { display: block; } [color_video_block] [btn_list] { position: absolute; left: 5%; top: 27%; display: flex; flex-wrap: wrap; gap: 10px; width: 58vw; } [color_video_block] [btn_list] [btn] { cursor: pointer; width: calc(50% - 5px); } } RGB GAMING CHAIR // IGNITE COMFORT UNLEASH PERFORMANCE AURA SERIES GT905 AURA SERIES GT905 VARIOUS MODES EASILY SWITCHED Improve the gaming experience and the visual appeal. (function() { let section = document.querySelector("[color_video_block]"); let btn_list = section.querySelectorAll("[btn]"); let video_list = section.querySelectorAll("video"); for(let btn of btn_list){ btn.addEventListener("click",()=>{ console.log("aa"); for(let video of video_list){ if(btn.getAttribute("data") == video.getAttribute("data")){ video.setAttribute("active",true); if (video.paused) { video.play(); } }else{ video.removeAttribute("active"); video.pause(); } } }) } let init=false; window.addEventListener("scroll",()=>{ if(!init){ init=true; btn_list[0].click(); } }) })() THE COMFORT YOU DESERVE Each spring works independently, providing uniform support and ensuring Long Lasting Durability without collapsing. ERGONOMIC SUPPORT Equipped with a headrest and a lumbar support to give all-round support. FLEXIBLE AND ADJUSTABLE The Reclining function goes up to 135°, offering a full range of motion. The Height Adjustable seat and 360 Degree Swivel capability let you find the perfect position INNOVATIVE SLIDE RAIL ARMRESTS Sitting experience improvement WORKING TIME RESTING TIME UPGRADE TECH FABRIC UPHOLSTERY Soft to the touch highly breathable for skin health. Extremely durable resists wear and won't break or peel over time. PERSONALIZED RGB LIGHTING WITH EASY CONTROL QUALITY CRAFTSMANSHIP Uncompromising Durability Reinforced Explosion Proof Mechanism 4 Class Gas Cylinder Heavy Duty Base Silent Anti Pulley DIMENSIONS Note: Because the product is manually measured there may be certain subtle discrepancies in size.
$219.99
$154.9930% OFF
Cozy Series CH215

Cozy Series CH215

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} }
$209.99
$159.9924% OFF
Ace Series ACE-PRO - Green(L)

Ace Series ACE-PRO - Green(L)

DESIGNED FOR ACE ACE PRO SERIES $(function () { $('.change_btn').click(function () { $('.change_btn').css('background', '#ffffff00'); $(this).css('background', '#ffffff30'); let index = $('.change_btn').index($(this)); console.info(index); $('.change_img').hide(); $('.change_img').eq(index).show(); }); $('.change_btn_m').click(function () { $('.change_btn_m').css('background', '#ffffff00'); $(this).css('background', '#ffffff30'); let index = $('.change_btn_m').index($(this)); console.info(index); $('.change_img_m').hide(); $('.change_img_m').eq(index).show(); }); }); DESIGN INSPIRATION Inspired by the ambition to dominate every game as the ultimate ACE, the ACE Pro gaming chair is meticulously crafted to blend striking style with uncompromising comfort—your secret weapon to reaching the top of your game. LET YOUR HEADREST DO THE TALKING Looking for a personalized touch to add to your gaming chair?With our service, you can customize your headrest with a simpledesign or text you desire. Stand out with a personalized touchthat shows off your unique style. THICKENED LINKAGE SOFT ARMREST The ACE PRO series features a thickened linkage, soft armrests that change as you lie back,multiple angle fit your arms $(function () { $('#showend').on('ended', function () { $('#showend').fadeOut(300); }); }); $('.showVideo').click(function () { let vide = $('#showend'); vide.fadeIn(300); vide[0].play(); }); 150° BACKREST RECLINE For whether you're in the zone or taking it easy. Padded Linkage Armrests Retractable Footrest ERGONOMIC DESIGN The ACE PRO series from GTPLAYER features anergonomic design that effectively relieves fatigueduring long periods of sedentary activities. INTERNATIONAL STANDARD CONFIGURATION Anti-Scratch Pu leather Silent Wheels High-intensity ThickerSteel Frame SGS-Certified Class-3Gas Cylinder DIMENSIONS Note: Because the product is manually measured there may be certain subtle discrepancies in size. Factory direct sales Aiming at improving product quality and perfecting after-sales service, inthe factory dedicated to gaming equipment, inspection and inspection of allprocesses from the selection of raw materials to the finished product beforeshipment are carried out by German. Customers' opinions are sharedwith the whole company, and we do our best to improve the function of thechairs in order to reflect their valuable opinions inthe production and design of the chairs. in addition, we ensure a stablesupply through our direct stores and have absolute confidence in the qualityof our products. MEET THE NEW GTPLAYER PREMIUM 4D SURROUND SYSTEM When it comes to gaming, having the right equipment can make all the difference in your overall experience. That's why GTPLAYER has introduced the new premium 4D surround system, designed specifically to enhance gamers' immersive gaming experience. With this new system, gamers can expect to enjoy a whole new level of audio quality and realism. You'll feel every explosion, every rumble, and every impact like never before. #ModelBox { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #0000007a; z-index: 100; padding: 5% 23%; } #ImgModel { position: relative; height: 100%; } #ImgModel > div { height: 100%; text-align: center; } #ImgModel > div > img { height: 100%; } #ImgModel > span { cursor: pointer; position: absolute; top: 40%; width: 5%; text-align: center; font-size: 50px; font-family: cursive; font-weight: bold; color: white; } #ImgModel > ul { position: absolute; left: 30%; width: 40%; bottom: 1%; margin: 0; padding: 0; overflow: auto; } #ImgModel > ul > li { text-decoration: none; cursor: zoom-in; width: 18%; margin: 0 1%; display: block; opacity: 0.6; float: left; } #ImgModel > ul > li:hover { opacity: 1; } #ImgModel > ul > li > img { width: 100%; } #guan { position: absolute; right: 1%; top: 9%; font-size: 35px; color: white; font-family: cursive; cursor: pointer; } /*按钮的样式*/ .showModel { position: absolute; width: 13.8%; height: 68.4%; cursor: pointer; background: #ff000000; } .showModel1 { left: 13.5%; top: 14.4%; } .showModel2 { left: 28.4%; top: 14.4%; } .showModel3 { left: 43.2%; top: 14.4%; } .showModel4 { left: 58%; top: 14.4%; } .showModel5 { left: 72.8%; top: 14.4%; } @media screen and (max-width: 800px) { #ModelBox { padding: 60% 1%; } #ImgModel > span { font-size: 37px; } #guan { font-size: 26px; } #ImgModel > ul > li { width: 31%; } .showModel { width: 29.7%; height: 63.6%; } .showModel1 { top: 18%; left: 3.8%; } .showModel2 { top: 18%; left: 35%; } .showModel3 { top: 18%; left: 66.5%; } } × < > $(function () { //手机端删除最后两张图 if (screen.height >= 800 && screen.width >= screen.height) { } else { let Imgs = $('#ImgModel>div'); let lis = $('#ImgModel>ul>li'); Imgs.eq(3).remove(); Imgs.eq(4).remove(); lis.eq(3).remove(); lis.eq(4).remove(); $('.showModel4').remove(); $('.showModel5').remove(); } let ind = 0; $('#prevImg').click(function () { ind--; if (ind < 0) { ind = $('#ImgModel>ul>li').length - 1; } changeImg(ind); }); $('#nextImg').click(function () { ind++; if (ind > $('#ImgModel>ul>li').length - 1) { ind = 0; } changeImg(ind); }); $('#ImgModel>ul>li').click(function () { let li = $(this); ind = $('#ImgModel>ul>li').index(li); changeImg(ind); }); //切换图片 function changeImg(index) { $('#ImgModel>div').hide(); $('#ImgModel>div').eq(index).show(); } //显示窗口 $('.showModel').click(function () { $('#ModelBox').fadeIn(300); let span = $(this); ind = $('.showModel').index(span); changeImg(ind); }); //esc隐藏 $(document).keyup(function (event) { switch (event.keyCode) { case 27: $('#ModelBox').fadeOut(300); } }); });
$249.99
$154.9938% OFF
Pawsome Series GTP610 - Pink

Pawsome Series GTP610 - Pink

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} }
$209.99
$149.9929% OFF
Pro Series GTW-100 - White

Pro Series GTW-100 - White

Immersive Sound: Gaming chair with built-in Bluetooth speakers for enhanced surround sound experience. Ultimate Comfort: Features a sturdy footrest designed for comfort and fatigue relief during long gaming sessions. Customizable Support: Includes removable headrest and lumbar support pillows for tailored comfort. Fluid Movement: Linked armrests designed for seamless and fluid gaming motion. Adjustable Height: Arm height ranges from 26.38'' to 30.31'' for personalized ergonomics. Spacious Dimensions: Chair dimensions are 26.38" width x 26.38" depth x 48.43"~52.36" height, providing ample space and support. Modern Elegance: Blends seamlessly into any setting with its sleek, modern design, making it more than just a chair.
$219.99
$159.9927% OFF
Pro Series GTW-100

Pro Series GTW-100

Immersive Sound: Gaming chair with built-in Bluetooth speakers for enhanced surround sound experience. Ultimate Comfort: Features a sturdy footrest designed for comfort and fatigue relief during long gaming sessions. Customizable Support: Includes removable headrest and lumbar support pillows for tailored comfort. Fluid Movement: Linked armrests designed for seamless and fluid gaming motion. Adjustable Height: Arm height ranges from 26.38'' to 30.31'' for personalized ergonomics. Spacious Dimensions: Chair dimensions are 26.38" width x 26.38" depth x 48.43"~52.36" height, providing ample space and support. Modern Elegance: Blends seamlessly into any setting with its sleek, modern design, making it more than just a chair.
$219.99
$159.9927% OFF
Aegis Series LR408 - Gray

Aegis Series LR408 - Gray

.pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} .YouTubeVideo{width: 100%;height: 660px;display: block} @media screen and (max-width:800px) { .pcA{display: none!important;} .phA{display: block!important;} .YouTubeVideo{width: 100%;height: 190px} }
$199.99
$139.9930% OFF

Subscribe to GTRACING coupon newsletter

Get notified of offers and coupon codes from GTRACING before they expire!