<!DOCTYPE html>
<html lang="en-US">

<head>

    <base href="https://www.pioneerdj.com" />

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />

    <title>CDJ-900NXS Performance DJ multi player with disc drive (black) - Pioneer DJ</title>
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:site" content="@PioneerDJglobal" />
    <meta name="twitter:creator" content="@PioneerDJglobal" />
    <meta name="description" content="Discover the key features of the Pioneer DJ CDJ-900NXS, Performance DJ multi player with disc drive (black)">
    <meta name="keywords" content="CDJ-900NXS, CDJ900NXS, CDJ900NXS, CDJ-900NXS, Player, players, pioneer DJ players, Turntable, turntables, pioneer DJ turntables">
    <meta property="og:title" content="CDJ-900NXS Performance DJ multi player with disc drive (black) - Pioneer DJ" />
    <meta property="og:site_name" content="Pioneer DJ" />
    <meta property="og:url" content="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/" />
    <meta property="og:type" content="website" />
    <meta property="og:description" content="Discover the key features of the Pioneer DJ CDJ-900NXS, Performance DJ multi player with disc drive (black)" />
    <meta property="og:image" content="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=630&amp;w=1200&amp;hash=753950134659754DF912136FE3A18279" />
    <meta property="og:image:width" content="600" />
    <meta property="og:image:height" content="315" />
    <link rel="canonical" href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/" />

    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-title" content="Pioneer DJ">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <link href="https://plus.google.com/u/0/+pioneerdjglobal" rel="publisher" />
    <link href="/Content/img/app/apple-touch-icon-precomposed-152.png" sizes="152x152" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-144.png" sizes="144x144" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-76.png" sizes="76x76" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-72.png" sizes="72x72" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-120.png" sizes="120x120" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-114.png" sizes="114x114" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-57.png" sizes="57x57" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-startup-image-1536x2008.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-1496x2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-768x1004.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-748x1024.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: landscape)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-1242x2148.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-1182x2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-750x1294.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-640x1096.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-640x920.jpg" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-320x460.jpg" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">

    <script src="/Bundles/JsHeader/?v=BMne-U6Vgal8q3NFbvZfdgOMUnIfzy_RdwlKQDCSjtg1"></script>

    <link href="/Bundles/Style/?v=c6dhGfXc2qBMatMi8S5Gz5IJkGFFTjYo526oueo1CCQ1" rel="stylesheet" />

    <link href="/Content/css/fonts-default.css" rel="stylesheet" type="text/css">
    <script type="text/javascript">
        function checkForSpecialCharacters(formData, toCheck) {
            var errors = {};
            toCheck.forEach(function(item) {
                if (formData != null && !formData[item].match(new RegExp('^((?![\<,\>,\&,\"]).)*$'))) {
                    errors[item] = 'This character can not be used.';
                }
            });
            return errors;
        }
        window.__gigyaConf = {
            validation: {
                'gigya-register-screen': function(formData, eventType, callback) {
                    return checkForSpecialCharacters(formData, ['profile.firstName', 'profile.lastName']);
                },
                'gigya-update-profile-screen': function(formData, eventType, callback) {
                    var errors = checkForSpecialCharacters(formData, ['profile.nickname', 'profile.firstName', 'profile.lastName', 'profile.city', 'profile.zip']);
                    if (formData != null && formData['profile.nickname'].length == 0 && !enableEmptyNickname)
                        errors['profile.nickname'] = "You can not leave this field blank.";
                    return errors;
                }
            },
            enableSSOToken: true,
            bypassCookiePolicy: 'always'
        };
        window.__functionsToExecute = [];
    </script>
    <script type="text/javascript" src="https://cdns.gigya.com/JS/socialize.js?apikey=3_uMFBTSRvPDal63Zq8JezwafdwGOEG0zCW442Ku4Xk2lEG1mxHXrUaGOGsaDLAoEF&lang=en"></script>
    <script type="text/javascript" src="//cdn.gigya-ext.com/screenset-validation.min.js"></script>
    <script src="/Bundles/GigyaConnector/?v=BRgylmPSR3wzphDu1GZTJagOXWOE_y-Wt9_KZXAQtCc1"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

    <script>
        (function() {
            ['main'].forEach(name => {
                const link = document.createElement('link');
                link.rel = 'stylesheet';
                link.href = name.includes('http') ? name : `${window.location.origin}/styles/${name}.css`;
                document.head.appendChild(link);
            });
        }());
    </script>

    <link href="/Content/css/theme2020/reskin-theme-2020.css" rel="stylesheet" type="text/css">
    <link href="/Content/css/theme2020/reskin-theme-2022.css" rel="stylesheet" type="text/css">

</head>

<body class="header__experience-mode theme-2020">
    <!--

 -->
    <script>
        dataLayer = [];
    </script>
    <!-- Google Tag Manager -->
    <noscript>
        <iframe src="//www.googletagmanager.com/ns.html?id=GTM-PSC5SC" height="0" width="0" style="display:none;visibility:hidden"></iframe>
    </noscript>
    <script>
        (function(w, d, s, l, i) {
            w[l] = w[l] || [];
            w[l].push({
                'gtm.start': new Date().getTime(),
                event: 'gtm.js'
            });
            var f = d.getElementsByTagName(s)[0],
                j = d.createElement(s),
                dl = l != 'dataLayer' ? '&l=' + l : '';
            j.async = true;
            j.src =
                '//www.googletagmanager.com/gtm.js?id=' + i + dl;
            f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-PSC5SC');
    </script>
    <!-- End Google Tag Manager -->

    <header class="header theme-2020">
        <div class="header__inner">
            <div class="header__in">
                <div class="header__content">
                    <a class="header__trigger">
                        <span class="menuIcon">
                            <span class="menuIcon__inner">
                                <span class="menuIcon__bar"></span>
                            </span>
                        </span>
                    </a>
                    <a href="/en-US" class="header__logo">
                        <svg class="logo" viewBox="0 0 162 24">
                            <path fill="currentColor" d="M0.473684,17.4307148 C0.579569432,17.1848501 0.698235535,16.9437641 0.789479818,16.6922965 C1.87583685,13.6974261 2.91592461,10.6841817 4.05534569,7.71048668 C4.90242914,5.49976344 6.20630025,3.59941977 8.17961966,2.24650428 C9.69857813,1.20512189 11.3954144,0.661813437 13.190856,0.420397944 C15.7630065,0.0745887887 18.3244794,0.0844761127 20.8489855,0.788618366 C22.2919879,1.19119724 23.6403487,1.79498315 24.7815494,2.80909301 C26.5363032,4.368324 26.8715935,6.53200006 25.6374499,8.54851977 C24.5467248,10.3306275 22.8971284,11.3381458 20.9601288,11.9074085 C19.015121,12.4789782 17.0231968,12.5165501 15.0270663,12.3595064 C13.9411946,12.2740634 12.8634929,12.0838148 11.7807759,11.9516543 C11.5280745,11.9208388 11.4294692,11.8103479 11.3770523,11.548993 C11.1423895,10.3808881 10.8774737,9.21904513 10.6246105,8.05473034 C10.608028,7.97818597 10.6009906,7.89949935 10.5819004,7.77022259 C11.3133916,7.90600851 12.0066217,8.05028104 12.7049478,8.16118386 C14.5081549,8.44775146 16.3230102,8.64722823 18.1302618,8.27043879 C18.8015705,8.13053315 19.489381,7.88021907 20.0679085,7.51364654 C21.0733752,6.87665569 21.0450636,5.84878597 20.0862706,5.13137823 C19.3807452,4.60339513 18.5590614,4.38200146 17.7106028,4.286424 C16.1727968,4.11314865 14.6387119,4.15690006 13.142888,4.59869865 C11.2513488,5.15741485 10.0399353,6.4699571 9.37493595,8.31509654 C8.30863972,11.2737958 7.2682284,14.2421353 6.23307494,17.2122874 C6.12848376,17.5123677 5.99339692,17.5997881 5.6893302,17.5973986 C3.95091628,17.5836388 2.2122597,17.5936085 0.473684,17.5955036 L0.473684,17.4307148 Z M144.134896,23.4455036 C144.263188,23.0177944 144.379913,22.5860479 144.523008,22.1635296 C144.658418,21.7637522 144.719491,21.2336268 145.002041,21.0203902 C145.264691,20.822067 145.776646,20.9725191 146.178429,20.9582648 C147.407072,20.9147606 148.621235,20.783012 149.778938,20.3209444 C151.098501,19.7942796 152.044352,18.9259254 152.517803,17.5087423 C153.219122,15.4094163 154.00028,13.3378571 154.747221,11.2543508 C154.788718,11.1385867 154.837171,11.0243881 154.867343,10.905493 C155.070621,10.1037958 154.81614,9.76655569 154.011038,9.76556696 C153.611198,9.76507259 153.211357,9.76548456 152.752304,9.76548456 C153.010749,9.0468409 153.237889,8.37680992 153.502319,7.72243386 C153.540257,7.62858668 153.758013,7.56423668 153.892858,7.56374231 C156.343754,7.55443175 158.794649,7.55715076 161.245545,7.55640921 C161.339135,7.55640921 161.432725,7.54792259 161.526316,7.5433909 L161.526316,7.62578527 C161.471067,7.74772893 161.406841,7.86637682 161.361785,7.99202823 C160.098601,11.5162001 158.843345,15.0432557 157.573529,18.5648733 C156.854171,20.5600529 155.527813,21.9629817 153.539771,22.6505627 C152.830929,22.8957684 152.089489,23.0665719 151.349828,23.1899163 C150.543594,23.3243839 149.722234,23.3643451 148.907425,23.4455036 L144.134896,23.4455036 Z M51.5382237,17.5893652 C51.5674251,17.4705525 51.5818236,17.3771173 51.6131281,17.2899441 C52.2370352,15.5529884 52.8507501,13.8120779 53.4914014,12.081549 C54.2081706,10.1456934 55.556046,8.80966872 57.4318926,8.08097294 C60.2206673,6.99756942 63.1014953,6.81382999 66.0073992,7.48377858 C66.7103361,7.6458483 67.4068827,7.99709548 68.0115378,8.40651308 C69.2295034,9.2311159 69.6623475,10.5760391 69.1913232,11.9860539 C68.5892565,13.7884307 67.9219113,15.5683138 67.2713105,17.3536349 C67.2353952,17.452261 67.0962638,17.5784891 67.0042106,17.5793131 C65.3751604,17.5929905 63.7459485,17.5892004 62.0644813,17.5892004 C62.1238548,17.3997758 62.1659178,17.2462751 62.219629,17.0970589 C62.7707347,15.5664187 63.3249143,14.0369321 63.8756965,12.5061272 C64.2703604,11.409211 63.9089425,10.680268 62.8011495,10.3293504 C61.0318355,9.76882154 59.1163526,10.732506 58.4799076,12.5035729 C57.9112486,14.0860391 57.3471195,15.670318 56.7666506,17.2482525 C56.7170648,17.3830497 56.5604611,17.5734631 56.4515828,17.5748638 C54.8226134,17.5958744 53.1933206,17.5893652 51.5382237,17.5893652 Z M121.667909,7.59000963 C121.637251,7.71533146 121.61986,7.81923076 121.586371,7.91752724 C121.326471,8.68115823 121.053789,9.44042231 120.807074,10.2084202 C120.730632,10.4464575 120.616901,10.5212716 120.374715,10.5180582 C119.350886,10.5044632 118.326896,10.5121258 117.302986,10.512373 C116.011572,10.512785 115.466128,10.8716125 115.017268,12.1065392 C114.405737,13.789197 113.815481,15.4802589 113.244395,17.1775005 C113.130016,17.5174596 112.968963,17.6011723 112.640468,17.5972174 C111.2261,17.5799146 109.811329,17.5898019 108.396638,17.5898019 L107.956675,17.5898019 C108.025756,17.3778012 108.076798,17.2111174 108.134149,17.0467406 C108.813708,15.0977019 109.491488,13.1479216 110.175416,11.200366 C110.771173,9.50403076 111.793061,8.22922513 113.578391,7.76765189 C114.069314,7.64076456 114.588145,7.57666175 115.095085,7.5714709 C117.183106,7.54996597 119.271533,7.56191315 121.359797,7.56306668 C121.450556,7.56314907 121.541315,7.57847442 121.667909,7.59000963 Z M32.9509623,7.56188844 C32.8881106,7.76762717 32.8512246,7.90951027 32.8018815,8.04677928 C31.7063029,11.0962772 30.605871,14.1440448 29.5185433,17.1965913 C29.4179966,17.478792 29.3016763,17.6023835 28.9828876,17.5985934 C27.3666989,17.5794779 25.7501867,17.5897772 24.0724406,17.5897772 C24.1150698,17.4335575 24.1403075,17.30873 24.182775,17.1902469 C25.2903253,14.1014469 26.4032143,11.014542 27.5025947,7.92261097 C27.6017662,7.64370604 27.7342646,7.5521659 28.0243373,7.55480252 C29.6403641,7.56955111 31.2566336,7.56188844 32.9509623,7.56188844 Z M87.8546861,14.107989 C87.5032177,15.0957327 87.1847525,16.0267066 86.8319898,16.9439207 C86.7777124,17.0849798 86.5805827,17.2158221 86.4240599,17.2622101 C83.9920924,17.9836552 81.5022074,18.1658291 78.9844152,18.048582 C77.1835539,17.9647869 75.4219245,17.6726989 73.7579297,16.9281834 C72.7478522,16.4761679 71.8323356,15.8824341 71.1391055,14.9849122 C70.2171985,13.7912651 70.0986942,12.5294777 70.8271115,11.1906517 C71.4368628,10.0698411 72.3577991,9.2905552 73.4447224,8.69434956 C74.9737112,7.85565731 76.6277565,7.44459182 78.3405282,7.25557914 C80.92643,6.97032985 83.4573264,7.21421717 85.8778884,8.21728618 C86.5673976,8.50302985 87.2089387,8.93304604 87.8263745,9.36520449 C88.1598044,9.59862773 88.4403321,9.94649675 88.666097,10.2954369 C89.0783949,10.9325925 89.0028434,11.6278362 88.4240731,12.1070418 C87.9935748,12.4634798 87.4896281,12.7607587 86.9738714,12.9710291 C85.6115975,13.5262848 84.1614767,13.702032 82.7132164,13.8467989 C80.5668726,14.0613538 78.4290222,14.0390249 76.3476334,13.3813531 C75.6353132,13.1562517 74.9579376,12.8162101 74.2425436,12.5195904 C74.1901267,13.0226904 74.4040816,13.4319432 74.7463285,13.7818721 C75.3382839,14.3871411 76.0976014,14.6709073 76.8853922,14.8757397 C78.8454456,15.3855136 80.8345386,15.3721658 82.8287277,15.1679101 C84.4676466,14.9999904 86.0738048,14.6629151 87.6405695,14.139546 C87.6882947,14.1236439 87.7413588,14.1240559 87.8546861,14.107989 Z M76.1337593,10.5573686 C76.4599091,10.6776644 76.6821148,10.7740658 76.9123287,10.8420411 C78.4008724,11.2816975 79.9273537,11.413858 81.4675054,11.3630207 C82.0825954,11.3427517 82.699465,11.2488221 83.30501,11.1317397 C83.4903297,11.0959805 83.640543,10.8717855 83.8068535,10.7338573 C83.6559122,10.5780496 83.5222005,10.396782 83.348529,10.2745911 C83.2103683,10.1773658 83.0272326,10.1290003 82.857282,10.0993383 C82.2347501,9.99066013 81.61238,9.86484393 80.9845093,9.80741506 C79.349635,9.65795168 77.7675821,9.91395097 76.1337593,10.5573686 Z M107.321719,14.1033008 C106.96386,15.0987895 106.636254,16.0414634 106.277829,16.9717782 C106.227758,17.1017141 106.040173,17.2183022 105.8936,17.261724 C103.460824,17.9814388 100.970696,18.1655902 98.4523376,18.0493317 C96.7199904,17.9693268 95.0233159,17.6933057 93.4100393,17.0115747 C92.4814993,16.6191303 91.6282682,16.1042479 90.9228237,15.360062 C89.6065764,13.9714698 89.463077,12.4106733 90.5182912,10.8057958 C91.2712992,9.66059654 92.3422871,8.91245569 93.5579068,8.36906485 C95.786597,7.37266977 98.1353284,7.05981837 100.547154,7.17368738 C102.116669,7.24775992 103.665638,7.50178175 105.114303,8.13094513 C105.922316,8.48186273 106.664404,8.99592118 107.418949,9.46532189 C107.630154,9.5967409 107.797354,9.81665146 107.954686,10.0201655 C108.61103,10.8696515 108.505953,11.6807416 107.653126,12.3323986 C106.949138,12.8704339 106.129395,13.1476909 105.284496,13.3372803 C102.471131,13.9685036 99.6333363,14.2521874 96.789637,13.623024 C95.8297115,13.4106113 94.9228501,12.9491205 93.9926114,12.598862 C93.9083237,12.5671402 93.8309117,12.5166325 93.7080393,12.4529416 C93.6564313,13.0130585 93.8618927,13.4231353 94.199448,13.7720754 C94.7884913,14.3809698 95.5478897,14.6668782 96.3356805,14.8727817 C98.2954912,15.3849451 100.285312,15.3733275 102.279825,15.1693191 C103.918744,15.0017289 105.526115,14.6686909 107.092314,14.1412022 C107.141495,14.1246409 107.195692,14.1234874 107.321719,14.1033008 Z M95.5932691,10.5591895 C95.9362441,10.6836874 96.156832,10.7954141 96.3899579,10.8426261 C97.2063839,11.0079916 98.0217584,11.2026071 98.8474059,11.2906043 C100.106464,11.4247423 101.376765,11.4752501 102.622395,11.1677543 C102.862963,11.1083479 103.06252,10.8760782 103.281004,10.7235663 C103.074411,10.5492198 102.891518,10.2781423 102.656774,10.2184888 C101.942512,10.0368092 101.212882,9.88973527 100.480743,9.81450921 C98.8343017,9.64518879 97.2397916,9.91000428 95.5932691,10.5591895 Z M41.7343085,18.0901499 C39.6459631,18.0575217 37.5680525,17.7452471 35.6290306,16.7702746 C34.7506426,16.3285584 33.9591308,15.7658048 33.353424,14.9648492 C32.4224573,13.733795 32.3618705,12.3265816 33.1906727,11.0221964 C33.8160358,10.0380781 34.7030791,9.35024992 35.7022363,8.81180273 C38.1368732,7.49967245 40.7573152,7.06413583 43.4805688,7.17586259 C45.3403182,7.25215977 47.1424737,7.60777386 48.8291987,8.44926752 C49.6471616,8.85728442 50.3894112,9.37200203 50.9883232,10.0814175 C52.1241042,11.4270823 52.1870369,13.0236379 51.1427428,14.4531802 C50.2692891,15.6488048 49.0575521,16.3785717 47.7362896,16.939595 C45.8319696,17.7483781 43.8334933,18.0646901 41.7343085,18.0901499 Z M42.2525728,14.9727591 C42.5803404,14.9257943 43.0931042,14.8878929 43.5888001,14.7731999 C44.3976224,14.5860823 45.1589621,14.2730661 45.7381368,13.6307196 C46.3948854,12.9024358 46.3660075,12.0051612 45.6552242,11.3362013 C45.4505717,11.1435633 45.2166369,10.9399668 44.9599719,10.8561717 C44.2868836,10.6365084 43.6031177,10.4020964 42.906652,10.3162415 C41.7787173,10.1771598 40.6772338,10.3890781 39.6610896,10.9299147 C39.3555668,11.0924788 39.0599936,11.3045619 38.8160284,11.5514978 C38.0607555,12.3157879 38.106782,13.294221 38.9275761,13.9847682 C39.8373496,14.7501295 40.9356784,14.9218394 42.2525728,14.9727591 Z M128.251046,17.6288651 C128.739462,16.2691108 129.192529,15.0110313 129.643411,13.7521277 C131.03068,9.87835661 132.420942,6.005739 133.796725,2.12776576 C133.911185,1.80510942 134.061317,1.69980942 134.398953,1.70368196 C137.524313,1.73952351 140.650481,1.72905942 143.775355,1.78896013 C145.31397,1.81845731 146.84215,2.03523689 148.263878,2.69117844 C149.880795,3.43725942 151.119387,4.56334323 151.530553,6.40765872 C151.850474,7.842639 151.492939,9.18616154 150.863531,10.4624503 C149.757356,12.7053897 147.965393,14.2498721 145.855692,15.4478862 C143.628054,16.7128869 141.208301,17.3809404 138.682419,17.4772594 C135.237867,17.6086784 131.787571,17.5849489 128.251046,17.6288651 Z M136.249967,15.1384953 C136.625702,15.106032 137.002651,15.0846094 137.37685,15.0392925 C139.387217,14.7957348 141.3027,14.2292735 142.912255,12.9463932 C144.623571,11.5823545 145.690191,9.81927985 145.587136,7.50539886 C145.508754,5.7453728 144.566139,4.59621858 142.869222,4.33576999 C141.850651,4.17938548 140.804092,4.18960238 139.769262,4.17089886 C138.666241,4.15104182 138.452853,4.31179323 138.070484,5.36504041 C137.085806,8.07680379 136.112777,10.7929341 135.135217,13.5073341 C134.677297,14.7788439 134.925307,15.1386601 136.249967,15.1384953 Z"></path>
                        </svg>
                    </a>
                    <span class="header__overlay header__trigger--close"></span>
                    <div class="header__nav">
                        <div class="header__nav__inner">
                            <div class="header__mainNav">
                                <style>
                                    .megaMenu_btnlist {
                                        display: flex;
                                        text-align: center;
                                    }

                                    .megaMenu_btn {
                                        margin-right: var(--gap--8);
                                    }

                                    .button__label {
                                        padding-inline: 10px;
                                    }

                                    /* Responsive layout - makes a one column-layout instead of a row */
                                    @media (max-width: 800px) {
                                        .megaMenu_btnlist {
                                            flex-direction: column;
                                        }

                                        .megaMenu_btn {
                                            margin-bottom: var(--gap--8);
                                        }
                                    }
                                </style>
                                <nav class="mainNav">
                                    <ul class="mainNav__list">
                                        <li class="mainNav__item">

                                            <a href="/en-us/" class="mainNav__link">Home</a>
                                        </li>
                                        <li class="mainNav__item">
                                            <section class="megaMenu">
                                                <a class="mainNav__link megaMenu__trigger">Products</a>
                                                <span class="megaMenu__icon megaMenu__trigger"></span>
                                                <div class="megaMenu__target">
                                                    <div class="megaMenu__inner">
                                                        <div class="megaMenu__links">
                                                            <ul class="megaMenu__list">
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/player/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M31.77 28.6c-8.23 0-14.9 6.67-14.9 14.9s6.67 14.9 14.9 14.9 14.9-6.67 14.9-14.9S40 28.6 31.77 28.6Zm0 27.79c-7.11 0-12.9-5.79-12.9-12.9s5.79-12.9 12.9-12.9 12.9 5.79 12.9 12.9-5.79 12.9-12.9 12.9Z" />
                                                                                <path fill="currentColor" d="M31.77 37.6c-3.26 0-5.9 2.64-5.9 5.9s2.64 5.9 5.9 5.9 5.9-2.64 5.9-5.9-2.64-5.9-5.9-5.9Zm0 9.79c-2.15 0-3.9-1.75-3.9-3.9s1.75-3.9 3.9-3.9 3.9 1.75 3.9 3.9-1.75 3.9-3.9 3.9ZM16.02 23.73h4v2h-4zM23.02 23.73h4v2h-4zM30.02 23.73h4v2h-4zM37.02 23.73h4v2h-4zM44.02 23.73h4v2h-4z" />
                                                                                <circle cx="14.72" cy="57.02" r="2" fill="currentColor" />
                                                                                <circle cx="14.72" cy="50.18" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M47.68 48.05h2v1h-2zM47.68 46.05h2v1h-2zM47.68 50.05h2v1h-2zM46.68 52.05h4v1h-4zM47.68 54.05h2v1h-2zM47.68 56.05h2v1h-2zM47.68 58.05h2v1h-2z" />
                                                                                <path fill="currentColor" d="M47.77 5.48v-4h-32v4h-7v57.6h46V5.48h-7Zm-30 0v-2h28v16h-28v-14Zm35 55.6h-42V7.48h5v14h32v-14h5v53.6Z" />
                                                                                <circle cx="13.88" cy="30.11" r="1" fill="currentColor" />
                                                                                <circle cx="17.88" cy="30.11" r="1" fill="currentColor" />
                                                                            </svg>
                                                                        </span>DJ Players / Turntables</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/mixer/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <circle cx="13.56" cy="26.23" r="1" fill="currentColor" />
                                                                                <circle cx="13.56" cy="22.23" r="1" fill="currentColor" />
                                                                                <circle cx="13.56" cy="18.23" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M56.61 3.16H7.53V61.4h49.08V3.16Zm-2 17.94h-6v-4h6v4Zm0 38.3H9.53V5.16h45.08v9.94h-8v14h8v30.3Zm0-32.3h-6v-4h6v4Z" />
                                                                                <path fill="currentColor" d="M27.57 54.24h1v2h-1zM25.57 54.24h1v2h-1zM29.57 54.24h1v2h-1zM31.57 53.24h1v4h-1zM33.57 54.24h1v2h-1zM35.57 54.24h1v2h-1zM37.57 54.24h1v2h-1z" />
                                                                                <circle cx="13.56" cy="41.47" r="2" fill="currentColor" />
                                                                                <circle cx="13.56" cy="48.35" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M19.64 45.45h4v1h-4zM19.64 43.45h4v1h-4zM19.64 35.36h4v2h-4zM19.64 39.36h4v2h-4zM19.64 47.45h4v1h-4zM19.64 49.45h4v1h-4z" />
                                                                                <circle cx="21.54" cy="26.23" r="1" fill="currentColor" />
                                                                                <circle cx="21.54" cy="22.23" r="1" fill="currentColor" />
                                                                                <circle cx="21.54" cy="18.23" r="1" fill="currentColor" />
                                                                                <circle cx="21.54" cy="14.23" r="1" fill="currentColor" />
                                                                                <circle cx="21.54" cy="9.23" r="1" fill="currentColor" />
                                                                                <circle cx="21.54" cy="31.29" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M26.65 45.45h4v1h-4zM26.65 43.45h4v1h-4zM26.65 35.36h4v2h-4zM26.65 39.36h4v2h-4zM26.65 47.45h4v1h-4zM26.65 49.45h4v1h-4z" />
                                                                                <circle cx="28.55" cy="26.23" r="1" fill="currentColor" />
                                                                                <circle cx="28.55" cy="22.23" r="1" fill="currentColor" />
                                                                                <circle cx="28.55" cy="18.23" r="1" fill="currentColor" />
                                                                                <circle cx="28.55" cy="14.23" r="1" fill="currentColor" />
                                                                                <circle cx="28.55" cy="9.23" r="1" fill="currentColor" />
                                                                                <circle cx="28.55" cy="31.29" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M33.62 45.45h4v1h-4zM33.62 43.45h4v1h-4zM33.62 35.36h4v2h-4zM33.62 39.36h4v2h-4zM33.62 47.45h4v1h-4zM33.62 49.45h4v1h-4z" />
                                                                                <circle cx="35.53" cy="26.23" r="1" fill="currentColor" />
                                                                                <circle cx="35.53" cy="22.23" r="1" fill="currentColor" />
                                                                                <circle cx="35.53" cy="18.23" r="1" fill="currentColor" />
                                                                                <circle cx="35.53" cy="14.23" r="1" fill="currentColor" />
                                                                                <circle cx="35.53" cy="9.23" r="1" fill="currentColor" />
                                                                                <circle cx="35.53" cy="31.29" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M40.6 45.45h4v1h-4zM40.6 43.45h4v1h-4zM40.6 35.36h4v2h-4zM40.6 39.36h4v2h-4zM40.6 47.45h4v1h-4zM40.6 49.45h4v1h-4z" />
                                                                                <circle cx="42.5" cy="26.23" r="1" fill="currentColor" />
                                                                                <circle cx="42.5" cy="22.23" r="1" fill="currentColor" />
                                                                                <circle cx="42.5" cy="18.23" r="1" fill="currentColor" />
                                                                                <circle cx="42.5" cy="14.23" r="1" fill="currentColor" />
                                                                                <circle cx="42.5" cy="9.23" r="1" fill="currentColor" />
                                                                                <circle cx="42.5" cy="31.29" r="2" fill="currentColor" />
                                                                                <circle cx="50.56" cy="55.3" r="1" fill="currentColor" />
                                                                                <circle cx="13.56" cy="55.3" r="1" fill="currentColor" />
                                                                                <circle cx="50.56" cy="51.3" r="1" fill="currentColor" />
                                                                                <circle cx="50.56" cy="47.3" r="1" fill="currentColor" />
                                                                                <circle cx="50.56" cy="43.3" r="1" fill="currentColor" />
                                                                                <circle cx="50.56" cy="39.3" r="1" fill="currentColor" />
                                                                                <circle cx="50.56" cy="35.3" r="1" fill="currentColor" />
                                                                            </svg>
                                                                        </span>DJ mixers</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/all-in-one-system/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M54.02 17.44v-6.58h-6.01V8.4H16.23v9.04H1.03v38.73h62V17.44h-9.01Zm-35.78 0V10.4h27.77v14H18.23v-6.96Zm33.78 4.49h-3.98v-9.07h3.98v9.07Zm9.01 32.24h-58V19.44h13.21v6.96h31.77v-2.46h6.01v-4.49h7.01v34.72Z" />
                                                                                <path fill="currentColor" d="M27.46 49.26h1v2h-1zM29.46 49.26h1v2h-1zM27.3 41.75h2v1h-2zM27.3 43.75h2v1h-2zM27.3 45.75h2v1h-2zM31.46 48.26h1v4h-1zM33.46 49.26h1v2h-1zM35.46 49.26h1v2h-1z" />
                                                                                <circle cx="28.3" cy="31.16" r="1" fill="currentColor" />
                                                                                <circle cx="28.3" cy="34.17" r="1" fill="currentColor" />
                                                                                <circle cx="28.3" cy="38.17" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M34.75 41.75h2v1h-2zM34.75 43.75h2v1h-2zM34.75 45.75h2v1h-2z" />
                                                                                <circle cx="35.75" cy="31.16" r="1" fill="currentColor" />
                                                                                <circle cx="35.75" cy="34.17" r="1" fill="currentColor" />
                                                                                <circle cx="35.75" cy="38.17" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M9.95 45.26h2v2h-2zM13.95 45.26h2v2h-2zM17.95 45.26h2v2h-2zM9.95 49.26h2v2h-2zM13.95 49.26h2v2h-2zM17.95 49.26h2v2h-2zM21.95 45.26h2v2h-2zM56.67 22.39h2v2h-2zM21.95 49.26h2v2h-2z" />
                                                                                <circle cx="6.6" cy="49.69" r="1.5" fill="currentColor" />
                                                                                <circle cx="6.6" cy="44.69" r="1.5" fill="currentColor" />
                                                                                <path fill="currentColor" d="M45 45.26h2v2h-2zM49 45.26h2v2h-2zM53 45.26h2v2h-2zM45 49.26h2v2h-2zM49 49.26h2v2h-2zM53 49.26h2v2h-2zM57 45.26h2v2h-2zM57 49.26h2v2h-2z" />
                                                                                <circle cx="41.64" cy="49.69" r="1.5" fill="currentColor" />
                                                                                <circle cx="41.64" cy="44.69" r="1.5" fill="currentColor" />
                                                                                <path fill="currentColor" d="M14.79 27.99c-4.2 0-7.61 3.41-7.61 7.61s3.41 7.61 7.61 7.61 7.61-3.41 7.61-7.61-3.41-7.61-7.61-7.61Zm0 13.22c-3.09 0-5.61-2.52-5.61-5.61s2.52-5.61 5.61-5.61 5.61 2.52 5.61 5.61-2.52 5.61-5.61 5.61Z" />
                                                                                <circle cx="14.79" cy="35.6" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M41.79 35.6c0 4.2 3.41 7.61 7.61 7.61s7.61-3.41 7.61-7.61-3.41-7.61-7.61-7.61-7.61 3.41-7.61 7.61Zm13.22 0c0 3.09-2.52 5.61-5.61 5.61s-5.61-2.52-5.61-5.61 2.52-5.61 5.61-5.61 5.61 2.52 5.61 5.61Z" />
                                                                                <circle cx="49.4" cy="35.6" r="2" fill="currentColor" />
                                                                                <circle cx="7.24" cy="23.61" r="1" fill="currentColor" />
                                                                                <circle cx="11.24" cy="23.61" r="1" fill="currentColor" />
                                                                            </svg>
                                                                        </span>All-in-one DJ systems</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/controller/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M.99 12.91v38.73h62V12.91h-62Zm60 36.73h-58V14.91h58v34.73Z" />
                                                                                <path fill="currentColor" d="M14.11 38.68c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8Zm0-14c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6ZM27.49 44.74h1v2h-1zM29.49 44.74h1v2h-1zM31.49 43.74h1v4h-1zM33.49 44.74h1v2h-1zM35.49 44.74h1v2h-1zM24.99 35.68h2v1h-2zM24.99 37.68h2v1h-2zM24.99 39.68h2v1h-2z" />
                                                                                <circle cx="25.99" cy="19.09" r="1" fill="currentColor" />
                                                                                <circle cx="19.99" cy="20.09" r="2" fill="currentColor" />
                                                                                <circle cx="25.99" cy="22.1" r="1" fill="currentColor" />
                                                                                <circle cx="25.99" cy="25.1" r="1" fill="currentColor" />
                                                                                <circle cx="25.99" cy="28.1" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M28.99 35.68h2v1h-2zM28.99 37.68h2v1h-2zM28.99 39.68h2v1h-2z" />
                                                                                <circle cx="29.99" cy="19.09" r="1" fill="currentColor" />
                                                                                <circle cx="29.99" cy="22.1" r="1" fill="currentColor" />
                                                                                <circle cx="29.99" cy="25.1" r="1" fill="currentColor" />
                                                                                <circle cx="29.99" cy="28.1" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M32.99 35.68h2v1h-2zM32.99 37.68h2v1h-2zM32.99 39.68h2v1h-2z" />
                                                                                <circle cx="33.99" cy="19.09" r="1" fill="currentColor" />
                                                                                <circle cx="33.99" cy="22.1" r="1" fill="currentColor" />
                                                                                <circle cx="33.99" cy="25.1" r="1" fill="currentColor" />
                                                                                <circle cx="33.99" cy="28.1" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M36.99 35.68h2v1h-2zM36.99 37.68h2v1h-2zM36.99 39.68h2v1h-2z" />
                                                                                <circle cx="37.99" cy="19.09" r="1" fill="currentColor" />
                                                                                <circle cx="37.99" cy="22.1" r="1" fill="currentColor" />
                                                                                <circle cx="37.99" cy="25.1" r="1" fill="currentColor" />
                                                                                <circle cx="37.99" cy="28.1" r="1" fill="currentColor" />
                                                                                <circle cx="25.99" cy="32.1" r="1" fill="currentColor" />
                                                                                <circle cx="29.99" cy="32.1" r="1" fill="currentColor" />
                                                                                <circle cx="33.99" cy="32.1" r="1" fill="currentColor" />
                                                                                <circle cx="37.99" cy="32.1" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M9.91 40.74h2v2h-2zM13.91 40.74h2v2h-2zM17.91 40.74h2v2h-2zM9.91 44.74h2v2h-2zM13.91 44.74h2v2h-2zM17.91 44.74h2v2h-2zM52.63 17.87h2v2h-2zM56.63 17.87h2v2h-2z" />
                                                                                <circle cx="6.55" cy="45.17" r="1.5" fill="currentColor" />
                                                                                <circle cx="6.55" cy="40.17" r="1.5" fill="currentColor" />
                                                                                <path fill="currentColor" d="M46.96 40.74h2v2h-2zM50.96 40.74h2v2h-2zM54.96 40.74h2v2h-2zM46.96 44.74h2v2h-2zM50.96 44.74h2v2h-2zM54.96 44.74h2v2h-2z" />
                                                                                <circle cx="43.6" cy="45.17" r="1.5" fill="currentColor" />
                                                                                <circle cx="43.6" cy="40.17" r="1.5" fill="currentColor" />
                                                                                <circle cx="14.11" cy="30.68" r="2.1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M50.22 38.68c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8Zm0-14c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6Z" />
                                                                                <circle cx="50.22" cy="30.68" r="2.1" fill="currentColor" />
                                                                                <circle cx="7.2" cy="19.09" r="1" fill="currentColor" />
                                                                                <circle cx="11.2" cy="19.09" r="1" fill="currentColor" />
                                                                                <circle cx="44.03" cy="19.09" r="1" fill="currentColor" />
                                                                                <circle cx="48.03" cy="19.09" r="1" fill="currentColor" />
                                                                            </svg>
                                                                        </span>DJ controllers</a>
                                                                </li>
                                                            </ul>
                                                            <ul class="megaMenu__list">
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/software/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M50.95 30.94h2v4h-2zM46.95 30.94h2v4h-2zM42.95 28.94h2v8h-2zM38.95 26.94h2v12h-2zM34.95 30.94h2v4h-2zM30.95 28.94h2v8h-2zM26.95 26.94h2v12h-2zM22.95 30.94h2v4h-2zM18.95 28.94h2v8h-2zM14.95 26.94h2v12h-2zM10.95 30.94h2v4h-2z" />
                                                                                <path fill="currentColor" d="M56.84 46.97h.02V17.51c0-1.1-.9-2-2-2H9.03c-1.1 0-2 .9-2 2v29.45H1.9v2h60.09v-2h-5.15ZM9.03 17.51h45.83v29.45H9.03V17.51Z" />
                                                                            </svg>
                                                                        </span>Softwares / Interfaces</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/dj-sampler/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M49.13 5.13V1.12h-34v4.01H7v58.31h50.15V5.13h-8.02Zm-31.86 0V3.26h29.72v11.72H17.27V5.13Zm37.88 56.31H9V7.13h6.13v9.99h34V7.13h6.02v54.31Z" />
                                                                                <path fill="currentColor" d="M10.99 9.13h2v2h-2zM19.13 49.54h2v4h-2zM23.13 49.54h2v4h-2zM27.13 49.54h2v4h-2zM31.13 49.54h2v4h-2zM35.13 49.54h2v4h-2zM39.13 49.54h2v4h-2zM19.13 55.54h2v4h-2zM23.13 55.54h2v4h-2zM27.13 55.54h2v4h-2zM31.13 55.54h2v4h-2zM35.13 55.54h2v4h-2zM39.13 55.54h2v4h-2zM43.13 49.54h2v4h-2zM43.13 55.54h2v4h-2zM50.14 42.6h2v1h-2zM50.14 40.6h2v1h-2zM50.14 38.6h2v1h-2zM49.14 35.6h4v2h-4zM50.14 44.6h2v1h-2zM50.14 46.6h2v1h-2zM50.14 29.6h2v1h-2zM50.14 27.6h2v1h-2zM50.14 25.6h2v1h-2zM50.14 31.6h2v1h-2zM50.14 33.6h2v1h-2z" />
                                                                                <circle cx="13.15" cy="51.27" r="2" fill="currentColor" />
                                                                                <circle cx="13.15" cy="57.27" r="2" fill="currentColor" />
                                                                                <circle cx="13.15" cy="46.27" r="1" fill="currentColor" />
                                                                                <circle cx="13.15" cy="18.79" r="1" fill="currentColor" />
                                                                                <circle cx="51.14" cy="22.6" r="1" fill="currentColor" />
                                                                                <circle cx="52.17" cy="10.13" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M12.15 29.1h2v12h-2zM12.15 23.01h2v4h-2zM49.14 51.54h4v2h-4zM49.14 55.54h4v2h-4zM19.13 20.07h4.73v4.73h-4.73zM26.22 20.07h4.73v4.73h-4.73zM33.31 20.07h4.73v4.73h-4.73zM40.4 20.07h4.73v4.73H40.4zM19.13 27.16h4.73v4.73h-4.73zM26.22 27.16h4.73v4.73h-4.73zM33.31 27.16h4.73v4.73h-4.73zM40.4 27.16h4.73v4.73H40.4zM19.13 34.25h4.73v4.73h-4.73zM26.22 34.25h4.73v4.73h-4.73zM33.31 34.25h4.73v4.73h-4.73zM40.4 34.25h4.73v4.73H40.4zM19.13 41.34h4.73v4.73h-4.73zM26.22 41.34h4.73v4.73h-4.73zM33.31 41.34h4.73v4.73h-4.73zM40.4 41.34h4.73v4.73H40.4z" />
                                                                            </svg>
                                                                        </span>DJ samplers</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/effector/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M60.94 16.18H3.13s-2 6.2-2 15.97 2 16.23 2 16.23h57.81s2-6.46 2-16.23-2-15.97-2-15.97ZM59.33 46.3H4.74c-.3-1.29-.72-3.4-1.05-6.11h29.52l2.89-2.56c1.96 3.97 6.03 6.71 10.76 6.71 6.63 0 12-5.37 12-12s-5.37-12-12-12c-4.71 0-8.77 2.71-10.73 6.66l-2.91-2.62H3.67c.32-2.73.75-4.84 1.06-6.11h54.62c.56 2.3 1.51 7.23 1.51 13.89s-.97 11.78-1.53 14.15ZM4.34 32.34c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4Zm12 0c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4Zm21.33-3.95c1.53-3.56 5.07-6.05 9.18-6.05 5.51 0 10 4.49 10 10s-4.49 10-10 10c-4.13 0-7.68-2.52-9.2-6.09l4.4-3.91-4.38-3.95Zm-9.33 3.95c0-2.21 1.79-4 4-4 1.12 0 2.13.46 2.85 1.2.71.72 1.15 1.71 1.15 2.8s-.44 2.08-1.15 2.8c-.73.74-1.74 1.2-2.85 1.2-2.21 0-4-1.79-4-4Z" />
                                                                                <circle cx="30.18" cy="43.22" r="1" fill="currentColor" />
                                                                                <circle cx="37.66" cy="43.22" r="1" fill="currentColor" />
                                                                                <circle cx="37.66" cy="21.32" r="1" fill="currentColor" />
                                                                                <circle cx="11.87" cy="43.22" r="1" fill="currentColor" />
                                                                                <circle cx="7.87" cy="43.22" r="1" fill="currentColor" />
                                                                                <circle cx="7.87" cy="21.32" r="1" fill="currentColor" />
                                                                                <circle cx="23.53" cy="21.32" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M14.92 42.22h12v2h-12zM15.2 20.32h1v2h-1zM17.2 20.32h1v2h-1zM19.2 20.32h1v2h-1zM13.2 20.32h1v2h-1zM11.2 20.32h1v2h-1zM46.85 37.14a4.801 4.801 0 0 0 0-9.6 4.801 4.801 0 0 0 0 9.6Z" />
                                                                            </svg>
                                                                        </span>Remix Station</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/production/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M.99 12.91v38.73h62V12.91h-62Zm60 36.73h-58V14.91h58v34.73Z" />
                                                                                <circle cx="5.98" cy="18.63" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M4.98 41.63h4v6h-4zM10.98 41.63h4v6h-4zM16.98 41.63h4v6h-4zM22.98 41.63h4v6h-4zM28.98 41.63h4v6h-4zM34.98 41.63h4v6h-4zM40.98 41.63h4v6h-4zM46.98 41.63h4v6h-4zM52.99 45.63h2v2h-2zM56.99 45.63h2v2h-2zM53.06 19.63h-20v14h20v-14Zm-2 12h-16v-10h16v10Z" />
                                                                                <circle cx="35.06" cy="36.63" r="1" fill="currentColor" />
                                                                                <circle cx="39.06" cy="36.63" r="1" fill="currentColor" />
                                                                                <circle cx="43.06" cy="36.63" r="1" fill="currentColor" />
                                                                                <circle cx="47.06" cy="36.63" r="1" fill="currentColor" />
                                                                                <circle cx="51.06" cy="36.63" r="1" fill="currentColor" />
                                                                                <path fill="currentColor" d="M4.98 21.63h2v16h-2zM10.13 17.63h5v5h-5zM17.63 17.63h5v5h-5zM25.13 17.63h5v5h-5zM10.13 25.13h5v5h-5zM17.63 25.13h5v5h-5zM25.13 25.13h5v5h-5zM10.13 32.63h5v5h-5zM17.63 32.63h5v5h-5zM25.13 32.63h5v5h-5z" />
                                                                                <circle cx="56.97" cy="25.63" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M54.97 35.63h4v2h-4zM54.97 31.63h4v2h-4zM55.97 17.63h2v2h-2z" />
                                                                            </svg>
                                                                        </span>Music production</a>
                                                                </li>
                                                            </ul>
                                                            <ul class="megaMenu__list">
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/headphones/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="m50.4 23.21.1 1c.5 4.25 4.08 7.56 8.46 7.56h1v-2h-1c-.27 0-.52-.05-.78-.08l1.35-2.72-3.49-1.76-1.43 2.88c-1.35-1.2-2.21-2.93-2.21-4.88l-.05-1c-.53-10.83-9.47-19.48-20.43-19.48s-19.91 8.66-20.44 19.48l-.05 1c0 1.94-.87 3.67-2.21 4.88l-1.43-2.88-3.49 1.76 1.35 2.72c-.26.03-.51.08-.78.08h-1v2h1c4.38 0 7.96-3.32 8.46-7.56l.1-1c0-10.19 8.29-18.48 18.48-18.48s18.48 8.29 18.48 18.48ZM51.78 32.83l-.82 1.82 7.01 3.16-5 11.09c.47-1.53.81-3.02.94-4.35.25-2.61-.26-4.3-1.45-4.93v-.03l-.11-.05-.66-.3-8.28-3.73L33.4 57.62l6.54 2.94 2.33 1.05.21.09v-.02c.25.09.5.16.77.16 2.63 0 6.19-4.45 8.39-9.32.16-.36.29-.71.44-1.07l1.64.74 6.92-15.36-8.84-3.98ZM41.47 59.04l-5.43-2.44 8.36-18.46 4.18 1.88 1.24.56-8.36 18.46Zm10.45-14.69c-.21 2.12-.98 4.8-2.12 7.33-2.6 5.76-5.65 8.14-6.48 8.12l8.31-18.35c.18.27.47 1.07.29 2.9ZM20.42 35.49l-8.28 3.73-.66.3-.12.05v.03c-1.18.64-1.69 2.32-1.43 4.93.13 1.34.46 2.82.94 4.35l-5-11.09 7.01-3.16-.82-1.82-8.84 3.98 6.92 15.36 1.64-.74c.15.36.28.71.44 1.07 2.2 4.87 5.75 9.32 8.39 9.32.26 0 .51-.07.75-.16v.02l.22-.09 2.33-1.04 6.54-2.95-10.01-22.11Zm-6.39 16.19c-1.14-2.53-1.92-5.2-2.12-7.33-.18-1.83.11-2.63.29-2.9l8.31 18.35c-.82.01-3.88-2.36-6.48-8.12Zm8.33 7.36L14 40.58l1.24-.56 4.18-1.89 8.36 18.46-5.43 2.44Z" />
                                                                            </svg>
                                                                        </span>Headphones</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/monitor-speakers/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <circle cx="32.04" cy="57.19" r="1" fill="currentColor" />
                                                                                <circle cx="32.04" cy="36.61" r="4" fill="currentColor" />
                                                                                <path fill="currentColor" d="M32.04 27.61a9 9 0 1 0 .001 18.001 9 9 0 0 0-.001-18.001Zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7Z" />
                                                                                <path fill="currentColor" d="M46.04 36.61c0-7.73-6.27-14-14-14s-14 6.27-14 14 6.27 14 14 14 14-6.27 14-14Zm-14 12c-6.62 0-12-5.38-12-12s5.38-12 12-12 12 5.38 12 12-5.38 12-12 12Z" />
                                                                                <path fill="currentColor" d="M11.16 2.93v58.7h41.77V2.93H11.16Zm39.77 18.46c-2.12-7.34-5.64-13.75-7.25-16.47h7.25v16.47ZM37.86 58.67v.95H26.27v-.95c0-1.4-.79-3.15-1.83-4.07-.11-.1-10.95-9.86-10.95-22.4 0-11.75 8.02-25.2 9.3-27.28h18.56c1.28 2.08 9.3 15.52 9.3 27.28 0 12.53-10.84 22.3-10.96 22.4-1.04.93-1.83 2.68-1.83 4.07ZM20.45 4.93c-1.62 2.73-5.17 9.22-7.29 16.61V4.93h7.29Zm-7.29 36.4c3.13 8.63 9.59 14.45 9.95 14.77.61.54 1.16 1.76 1.16 2.58v.95H13.16v-18.3Zm26.7 18.3v-.95c0-.81.55-2.04 1.16-2.58.36-.32 6.76-6.08 9.91-14.64v18.18H39.86Z" />
                                                                                <circle cx="32.04" cy="13.53" r="2" fill="currentColor" />
                                                                                <path fill="currentColor" d="M32.04 20.13c5.56 0 9.92-2.9 9.92-6.6s-4.36-6.6-9.92-6.6-9.92 2.9-9.92 6.6 4.36 6.6 9.92 6.6Zm0-11.21c4.29 0 7.92 2.11 7.92 4.6s-3.63 4.6-7.92 4.6-7.92-2.11-7.92-4.6 3.63-4.6 7.92-4.6Z" />
                                                                            </svg>
                                                                        </span>Monitor speakers</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="https://alphatheta.com/product/portable-dj-speaker/wave-eight/black/" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol symbol--paspeakers" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M11.1 1.91v58.71h3.23v2.03h6v-2.03h23.35v2.03h6v-2.03h3.23V1.91H11.1Zm39.81 50.68H13.1V24.41h37.81v28.18ZM20.84 19.57H43.3l5.67 2.84H15.2l5.65-2.84Zm7.36-4.81-7.1 3.57V8.47l7.09 3.54c.11-.32.25-.62.43-.9l-5.93-2.96h18.67l-5.95 2.99c.18.28.32.58.43.9l7.08-3.56v9.78l-7.09-3.54c-.11.32-.25.62-.44.9l5.91 2.95H22.83l5.81-2.92c-.19-.27-.33-.58-.45-.89Zm15.72 4V7.98l6.99-3.51v17.78l-6.99-3.49Zm-.57-11.62H20.69L14.22 3.9H49.8l-6.44 3.24Zm-23.26.83v10.86l-7 3.51V4.47l7 3.5Zm30.82-4.06ZM13.1 58.62v-4.03h37.81v4.03H13.1Z" />
                                                                                <path fill="currentColor" d="M32 34.68a3.809 3.809 0 1 0-.002 7.618A3.809 3.809 0 0 0 32 34.68Z" />
                                                                                <path fill="currentColor" d="M32 29.91c-4.74 0-8.58 3.84-8.58 8.58s3.84 8.58 8.58 8.58 8.58-3.84 8.58-8.58-3.84-8.58-8.58-8.58Zm0 15.26a6.68 6.68 0 1 1 0-13.36c3.69 0 6.68 2.99 6.68 6.68s-2.99 6.68-6.68 6.68Z" />
                                                                                <path fill="currentColor" d="M32 25.15c-7.37 0-13.35 5.98-13.35 13.35S24.63 51.85 32 51.85s13.35-5.98 13.35-13.35S39.37 25.15 32 25.15Zm0 24.79c-6.31 0-11.44-5.13-11.44-11.44S25.69 27.06 32 27.06s11.44 5.13 11.44 11.44S38.31 49.94 32 49.94ZM14.51 25.82v5.13l5.13-5.13h-5.13zm0 25.35h5.13l-5.13-5.13v5.13zm34.98-20.22v-5.13h-5.13l5.13 5.13zm0 20.22v-5.13l-5.13 5.13h5.13zM37.87 55.6h4v2h-4zm6 0h4v2h-4zm-13.7-41.3s.01.03.02.04c.08.14.17.27.27.39.38.42.93.7 1.54.7s1.18-.29 1.56-.73c.1-.12.19-.25.26-.39 0-.01.02-.03.02-.04.06-.13.11-.27.15-.41h3.42v-1h-3.42a2.43 2.43 0 0 0-.13-.38c0-.02-.02-.03-.02-.04-.07-.14-.16-.27-.26-.39-.38-.46-.95-.76-1.59-.76a2.06 2.06 0 0 0-1.83 1.12c0 .01-.02.03-.02.04-.06.13-.11.27-.15.41h-3.42v1h3.42c.04.16.1.31.17.45Z" />
                                                                            </svg>
                                                                        </span>Portable DJ Speakers</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/pa-speakers/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M52.91 1.91H11.1v58.71h3.23v2.03h6v-2.03h23.35v2.03h6v-2.03h3.23V1.91Zm-2 25.25h-5.96v2h5.96v29.46H13.1V29.16h6.28v-2H13.1V3.91h37.81v23.25Z" />
                                                                                <path fill="currentColor" d="M45.93 6.91H18.08v17.18h27.85V6.91Zm-2 15.18H20.08V8.91h23.85v13.18Z" />
                                                                                <path fill="currentColor" d="M32 19.36c4.52 0 8.18-1.8 8.18-3.86s-3.66-3.86-8.18-3.86-8.18 1.97-8.18 3.86 3.66 3.86 8.18 3.86ZM32 37.34c-2.37 0-4.29 1.92-4.29 4.29s1.92 4.29 4.29 4.29 4.29-1.92 4.29-4.29-1.92-4.29-4.29-4.29Z" />
                                                                                <path fill="currentColor" d="M32 31.98c-5.33 0-9.64 4.32-9.64 9.64s4.32 9.64 9.64 9.64 9.64-4.32 9.64-9.64-4.32-9.64-9.64-9.64Zm0 17.14c-4.14 0-7.5-3.36-7.5-7.5s3.36-7.5 7.5-7.5 7.5 3.36 7.5 7.5-3.36 7.5-7.5 7.5Z" />
                                                                                <path fill="currentColor" d="M32 26.63c-8.28 0-15 6.72-15 15s6.72 15 15 15 15-6.72 15-15-6.72-15-15-15Zm0 27.86c-7.09 0-12.86-5.77-12.86-12.86S24.91 28.77 32 28.77s12.86 5.77 12.86 12.86S39.09 54.49 32 54.49Z" />
                                                                            </svg>
                                                                        </span>PA speakers</a>
                                                                </li>
                                                            </ul>
                                                            <ul class="megaMenu__list">
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/product/accessories/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                            <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
                                                                                <path fill="currentColor" d="M21.29 35.25c-.28.77-.48 1.57-.58 2.38l3.96.52c.07-.52.19-1.03.37-1.53l-3.76-1.37ZM36.41 20.24c-.71-.16-1.45-.29-2.21-.38l-.45 3.98c.6.07 1.18.17 1.75.3l.9-3.9ZM40.64 21.77c-.67-.34-1.37-.64-2.07-.9l-1.36 3.76c.56.2 1.1.44 1.62.7l1.82-3.56ZM41.72 27.31l2.66-2.99c-.56-.5-1.16-.97-1.79-1.39l-2.25 3.3c.49.33.95.69 1.38 1.08ZM29.37 32.33l-1.35-3.77c-.77.28-1.5.64-2.2 1.07l2.14 3.38c.45-.28.92-.51 1.41-.69ZM28.44 24.13l-.9-3.9c-.73.17-1.45.38-2.15.63l1.35 3.77c.55-.2 1.12-.37 1.71-.5ZM20.65 40.05c.06.77.2 1.55.4 2.33l3.87-1.02a9.43 9.43 0 0 1-.28-1.63l-3.99.32ZM26.73 33.99l-2.82-2.84c-.58.58-1.09 1.21-1.53 1.9l3.37 2.16c.28-.44.62-.85.99-1.22ZM39.51 47.78l1.84 3.55c.67-.35 1.33-.75 1.95-1.19l-2.31-3.27c-.47.33-.97.64-1.48.9ZM48.97 43.07l-3.7-1.52c-.22.53-.47 1.04-.77 1.53l3.44 2.05c.39-.66.74-1.36 1.03-2.06ZM46.63 47.01l-3.12-2.51c-.36.45-.75.87-1.18 1.27l2.73 2.92c.56-.52 1.08-1.09 1.56-1.68ZM49.85 34.06l-3.93.71c.1.57.17 1.15.19 1.72l4-.17c-.03-.75-.12-1.52-.26-2.27ZM44.85 31.47c.25.53.47 1.07.65 1.62l3.8-1.25c-.24-.73-.52-1.43-.84-2.1l-3.61 1.73ZM42.94 28.56c.38.44.73.91 1.05 1.39l3.34-2.2c-.41-.63-.87-1.24-1.37-1.81l-3.03 2.61ZM50.06 38.6l-3.98-.36c-.05.57-.14 1.13-.28 1.67l3.88.97c.18-.74.31-1.51.38-2.29ZM31.98 23.73l-.04-4c-.76 0-1.47.04-2.19.12l.45 3.98c.57-.06 1.17-.11 1.78-.1ZM20.73 49.5l-2.97 2.68c.49.55 1.01 1.07 1.56 1.57l2.69-2.96c-.45-.41-.87-.84-1.28-1.29ZM18.64 46.6l-3.47 1.98c.37.64.77 1.27 1.2 1.87l3.24-2.34c-.35-.48-.68-.99-.97-1.51ZM23.41 51.94l-2.39 3.21c.59.44 1.2.85 1.83 1.23l2.07-3.42c-.52-.31-1.02-.65-1.51-1.02ZM24.78 57.43c.66.32 1.34.6 2.03.86l1.39-3.75c-.57-.21-1.13-.45-1.68-.71l-1.73 3.61ZM34.75 53.11l-.19-4c-.54.02-1.1 0-1.64-.06l-.55 3.96c.54.08 1.09.12 1.66.12.24 0 .48 0 .72-.02ZM28.9 58.95c.72.19 1.44.34 2.17.46l.62-3.95c-.59-.09-1.18-.21-1.77-.37l-1.02 3.87ZM30.04 52.44l1.32-3.77c-.51-.18-1-.41-1.48-.68l-2.01 3.46c.69.4 1.42.74 2.16 1ZM36.27 48.91l.77 3.93c.75-.15 1.5-.35 2.22-.6l-1.32-3.77c-.54.19-1.1.34-1.66.45ZM19.69 29.84l-3.2-2.39c-.45.59-.86 1.21-1.24 1.86l3.45 2.02c.3-.52.63-1.01.99-1.49ZM17.9 32.9l-3.67-1.59c-.29.68-.56 1.38-.78 2.1l3.82 1.17c.18-.57.38-1.13.62-1.67ZM25.11 25.33l-1.79-3.58c-.67.34-1.32.71-1.94 1.12l2.19 3.35c.5-.32 1.01-.62 1.54-.88ZM22.14 27.27l-2.56-3.07c-.57.48-1.12.99-1.63 1.53l2.89 2.76c.41-.43.85-.84 1.3-1.22ZM16.86 36.3l-3.93-.72c-.13.73-.22 1.47-.27 2.23l3.99.25c.04-.6.11-1.19.21-1.76ZM16.83 41.61c-.1-.58-.16-1.17-.2-1.77l-3.99.22c.04.75.12 1.5.25 2.22l3.94-.67Z" />
                                                                                <path fill="currentColor" d="M57.45 4.89h-6v1h-4c-.55 0-1 .45-1 1s.45 1 1 1h4v1h2l.07 28.63c0 10.55-8.59 19.14-19.14 19.14v-1c-.3 0-.6 0-.89-.02l-.21 4c.37.02.74.03 1.11.03v-1c11.66 0 21.14-9.48 21.14-21.14V14.54l1.93-9.65Z" />
                                                                                <path fill="currentColor" d="M32.61 46.59c4.65 0 8.43-3.78 8.43-8.43 0-5.1-4.15-9.26-9.26-9.26v-1c-.41 0-.81.02-1.21.06l.43 3.98c.26-.03.52-.04.79-.04v-1c4 0 7.26 3.26 7.26 7.26 0 3.54-2.88 6.43-6.43 6.43H18.65c-4.88 0-8.84-3.96-8.84-8.84V16.66l1.04-2.83V8.58H9.83V4.99h-2v3.59H6.81v5.25l1 2.83v19.09c0 5.98 4.86 10.84 10.84 10.84h13.97Z" />
                                                                            </svg>
                                                                        </span>Accessories</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="https://pioneerdjstore.com/pages/ata-care" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">
                                                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 706.27 719.53">
                                                                                <g fill="#a7a9ac">
                                                                                    <path d="m462.9 66.03-4.86 40.78 118.8 305.08-40.09 15.61-118.81-305.07-31.15-26.76-10.45-80.06L416.44 0l46.46 66.03zM602.79 432.51l-73.58 28.66 69.28 222.81c11.18 28.7 43.51 42.91 72.22 31.74 28.7-11.18 42.91-43.51 31.74-72.21l-99.66-210.99Zm47.9 202.14c2.15 5.54-.58 11.76-6.12 13.93a10.765 10.765 0 0 1-13.93-6.12l-55.58-142.71c-2.15-5.54.58-11.76 6.12-13.93s11.76.58 13.93 6.12l55.58 142.71Z" />
                                                                                </g>
                                                                                <g fill="#a7a9ac">
                                                                                    <path d="M235.91 280.43c-10.9-1.69-21.79-4.55-32.48-8.75a153.413 153.413 0 0 1-29.77-15.65L3.25 653.65c-9.47 24.17 2.45 51.44 26.62 60.91 24.17 9.47 51.44-2.45 60.91-26.62l145.13-407.51Zm-68.47 57.09c1.91-4.87 7.42-7.27 12.29-5.36s7.27 7.42 5.36 12.29L91.84 582.37c-1.91 4.87-7.42 7.27-12.29 5.36s-7.27-7.42-5.36-12.29l93.25-237.92ZM38.79 691.79c-12.12-4.75-18.1-18.42-13.35-30.55s18.42-18.1 30.55-13.35c12.12 4.75 18.1 18.42 13.35 30.55-4.75 12.12-18.42 18.1-30.55 13.35ZM369.93 122.22l-62.69 57.19-60.31-32.97-27.3-63.08 62.69-57.17c5.69-5.19 2.65-14.65-4.99-15.61-34.44-4.28-70.46 5.93-98.11 31.15-50.77 46.31-53.13 127.46-5.2 176.7 46.09 47.36 121.79 49.89 170.97 5.03 27.63-25.21 41.12-60.12 40.03-94.79-.25-7.72-9.38-11.65-15.08-6.44Z" />
                                                                                </g>
                                                                            </svg>
                                                                        </span>Extended warranty</a>
                                                                </li>
                                                            </ul>

                                                        </div>
                                                        <div class="megaMenu__aside">
                                                            <div class="megaMenu__aside__inner">
                                                                <a href="https://pioneerdjstore.com/pages/ata-care" class="megaMenu__banner" target="_blank">
                                                                    <span class="megaMenu__banner__visual responsiveImage--bg">
                                                                        <em data-mq="small" href="https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dropdown-menu/at-care-banner-mobile-250x90.jpg?mh=90&amp;w=250&amp;hash=CA8D3C628D5E6A6EED3F93B2575ABEB2"></em>
                                                                        <em data-mq="large" href="https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dropdown-menu/at-care-banner-320x200.jpg?h=200&amp;w=320&amp;hash=0C33B311D557D02D4A6741F6A9A64923"></em>
                                                                    </span>

                                                                    <div class="megaMenu__banner__content">
                                                                        <p class="megaMenu__banner__title"></p>
                                                                        <div class="megaMenu__banner__desc"></div>
                                                                    </div>

                                                                    <div class="megaMenu__banner__icon">
                                                                        <span class="button button--subtle">
                                                                            <i class="button__icon">
                                                                                <svg class="symbol symbol--arro-right" viewBox="0 0 27 18" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                                    <g transform="translate(-38 -1)" fill="none" fill-rule="evenodd">
                                                                                        <path class="theFill" d="M38.009 1.001h26.988L47.14 19.005v-6.65H38.01z" />
                                                                                        <path class="theStroke" stroke="#395EE2" stroke-width="2" d="M39.009 2.001v9.355h9.131v5.22L62.597 2.002H39.009z" />
                                                                                    </g>
                                                                                </svg>
                                                                            </i>
                                                                        </span>
                                                                    </div>
                                                                </a>
                                                            </div>
                                                        </div>

                                                        <div class="megaMenu__cta">
                                                            <ul class="megaMenu_btnlist">
                                                                <li class="megaMenu_btn"><a href="/en-us/product/" class="button"><span class=" button__label">All categories</span></a></li>
                                                                <li class="megaMenu_btn"><a href="/en-us/product/archive/" class="button"><span class="button__label">Archived products</span></a></li>
                                                            </ul>
                                                        </div>

                                                    </div>
                                                </div>
                                            </section>
                                        </li>
                                        <li class="mainNav__item">
                                            <a href="/en-us/news/" class="mainNav__link" title="News">News</a>
                                        </li>
                                        <li class="mainNav__item">
                                            <a href="http://blog.pioneerdj.com" class="mainNav__link" rel="noopener noreferrer" target="_blank">Blog</a>
                                        </li>
                                        <li class="mainNav__item">
                                            <section class="megaMenu">
                                                <a class="mainNav__link megaMenu__trigger">Support</a>
                                                <span class="megaMenu__icon megaMenu__trigger"></span>
                                                <div class="megaMenu__target">
                                                    <div class="megaMenu__inner">
                                                        <div class="megaMenu__links">
                                                            <ul class="megaMenu__list">
                                                                <li class="megaMenu__item">
                                                                    <a href="https://support.pioneerdj.com/hc/en-us/articles/11949537649305-Software-firmware" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">

                                                                        </span>Downloads (Firmware, driver etc.)</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="https://support.pioneerdj.com/hc/en-us/articles/11949532807193-Manuals" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">

                                                                        </span>Manuals &amp; documentation</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="https://support.pioneerdj.com/hc/en-us/articles/11949656174617-Software-information" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">

                                                                        </span>DJ Application &amp; OS Support information</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="https://www.pioneerdj.com/en/landing/technical-riders/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                        </span>Technical Riders</a>
                                                                </li>
                                                            </ul>
                                                            <ul class="megaMenu__list">
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/support/support-archive/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                        </span>Archived products</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="https://support.pioneerdj.com/hc/en-us" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">

                                                                        </span>FAQ (Visit Help Center)</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="/en-us/support/service-centres/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                        </span>Service centers</a>
                                                                </li>
                                                                <li class="megaMenu__item">
                                                                    <a href="https://support.pioneerdj.com/hc/en-us/categories/4417227498393" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">

                                                                        </span>Contact</a>
                                                                </li>
                                                            </ul>
                                                            <ul class="megaMenu__list">
                                                                <li class="megaMenu__item">
                                                                    <a href="https://support.pioneerdj.com/hc/en-us/categories/4416175431577-Account-profile" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">

                                                                        </span>AlphaTheta Account FAQ</a>
                                                                </li>
                                                            </ul>

                                                        </div>

                                                        <div class="megaMenu__cta">
                                                            <ul class="megaMenu_btnlist">
                                                                <li class="megaMenu_btn"><a href="/en-us/support/" class="button"><span class=" button__label">All support</span></a></li>
                                                            </ul>
                                                        </div>

                                                    </div>
                                                </div>
                                            </section>
                                        </li>
                                        <li class="mainNav__item">
                                            <a href="https://pioneerdjstore.com/pages/store-locator" class="mainNav__link" rel="noopener noreferrer" target="_blank" title="Find a store">Find a store</a>
                                        </li>
                                        <li class="mainNav__item">
                                            <a href="https://pioneerdjstore.com/" class="mainNav__link" rel="noopener noreferrer" target="_blank">Online store</a>
                                        </li>
                                    </ul>
                                </nav>

                            </div>
                            <div class="header__actionNav">
                                <nav class="actionNav">
                                    <div class="actionNav__item">
                                        <div class="search">
                                            <a class="search__trigger search__trigger--open header__trigger--close">
                                                <svg class="symbol symbol--search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 57">
                                                    <path fill="currentColor" d="M60 54.93 39.86 34.91a21.74 21.74 0 0 0 4.28-12.97C44.14 9.84 34.24 0 22.07 0S0 9.84 0 21.94s9.9 21.94 22.07 21.94c6.23 0 11.87-2.59 15.88-6.73L57.92 57 60 54.93ZM22.07 40.95c-10.55 0-19.13-8.53-19.13-19.02S11.52 2.92 22.07 2.92 41.2 11.45 41.2 21.94s-8.58 19.02-19.13 19.02Z" />
                                                </svg>
                                            </a>
                                            <div class="search__inner">
                                                <form action="/search-results" class="search__form">
                                                    <div class="search__field">
                                                        <input name="q" type="search" class="search__input input__search" data-search-page="/search-results?q=" data-no-results="Oops nothing can be found" data-nothing-entered="Please enter a search query">
                                                        <a href="#0" class="search__closeTrigger search__trigger--close">
                                                            <svg class="symbol symbol--close" viewBox="0 0 12 14" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                <path d="M6.066 5.492L2.372.931A1 1 0 1 0 .818 2.19l3.848 4.752L.418 11.34a1 1 0 0 0 1.439 1.39v-.001l4.077-4.222 3.694 4.561a1 1 0 1 0 1.554-1.259L7.334 7.059l4.248-4.399a1 1 0 0 0-1.439-1.39v.001L6.066 5.492z" fill="currentColor" fill-rule="evenodd" />
                                                            </svg>
                                                            <span class="screenReader">Close</span>
                                                        </a>
                                                    </div>
                                                    <span class="search__loader"></span>
                                                </form>
                                                <div class="search__overlay search__trigger--close"></div>
                                                <div class="search__results">
                                                    <div class="search__results__inner">
                                                        <h3 class="heading heading--2 heading--fancy">
                                                            Top results
                                                        </h3>
                                                        <ul class="search__list"><!-- POPULATED WITH JAVASCRIPT --></ul>
                                                        <a class="search__cta button trigger__searchpage"><span class="button__label">See all results</span></a>
                                                        <p class="search__note">
                                                            Didn’t find what you’re looking for? Maybe use fewer words or a more general search term.<br />If you still have no luck you can contact our <a href="/en-us/support/contact">customer service</a>.
                                                        </p>
                                                    </div>
                                                    <div class="help-cta bg-dark-1 color-light">
                                                        <h3 class="help-cta__title h4 no-line color-light">Looking For Support?</h3>
                                                        <p>
                                                            Go to our Support Center....
                                                        </p>
                                                        <div class="help-cta__action">
                                                            <div class="clearfix">
                                                                <div>
                                                                    <a href="https://support.pioneerdj.com/hc/en-us
" class="button">
                                                                        <span class="button__label">
                                                                            Help Center
                                                                        </span>
                                                                    </a>
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>

                                </nav>
                            </div>
                            <div class="header__profileNav">

                                <nav class="profileNav">
                                    <div class="profileNav__item">
                                        <a href="/en-us/account/register/" class="profileNav__link">
                                            <span class="profileNav__label">Register</span>
                                        </a>
                                    </div>
                                    <div id="LoginRegister" class="profileNav__item">
                                        <a href="/en-us/account/login/?relPath=en-us%2Fproduct%2Fplayer%2Fcdj-900nxs%2Fblack%2Foverview%2F" class="profileNav__link">
                                            <span class="profileNav__label">Log in</span>
                                        </a>
                                    </div>

                                    <div class="profileNav__item profileNav__item--lang">
                                        <a href="/selectCountry/" class="profileNav__link flag flag-US" style="margin:0;width:20px"></a>
                                    </div>

                                </nav>

                                <!--<script type="text/javascript">
    synchroniseLoginStatus();
    $("#loginlink").click(function () {
        if (window.location.href.indexOf("account/about") > -1) {
            document.getElementById("loginlink").setAttribute("target", "_blank")
        }
    });
</script>-->
                                <script type="text/javascript">
                                    if (typeof synchroniseLoginStatus === typeof
                                        function() {}) {
                                        synchroniseLoginStatus();
                                    }
                                    const loginlink = document.querySelector('#loginlink');
                                    if (loginlink) {
                                        loginlink.addEventListener('click', e => {
                                            if (window.location.href.indexOf("account/about") > -1) {
                                                loginlink.setAttribute("target", "_blank")
                                            }
                                        });
                                    }
                                </script>

                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </header>

    <script>
        if (window.location.href.indexOf("/product-register/") > -1) {
            var urlQuery = window.location.href.split('?')[1];
            var redURl = '/account/hardware/product-registration/?' + urlQuery;
            console.log(redURl);
            window.location.href = redURl;
        }
    </script>
    <div class="outer">
        <div class="bg">

            <header class="hero sticky_hero">
                <div class="image bg-adapt">
                    <a data-mq="xs" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs-header-img.jpg?mh=300&amp;c=1&amp;cw=780&amp;hash=0B2C9E9D1649A056BA1CCEBC043D1AB1"></a>
                    <a data-mq="sm" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs-header-img.jpg?mh=480&amp;c=1&amp;cw=1000&amp;hash=7E3C118FCAB8B1D44068CB3FD60E5412"></a>
                    <a data-mq="md" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs-header-img.jpg?mh=480&amp;c=1&amp;cw=1600&amp;hash=7E3C118FCAB8B1D44068CB3FD60E5412"></a>
                    <a data-mq="lg" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs-header-img.jpg?mh=600&amp;c=1&amp;cw=2000&amp;hash=FE1AAC6E5868C7653D9D7A697CB1FE71"></a>
                </div>
                <div class="content">
                    <div class="container">
                        <div class="head">
                            <div class="name">
                                CDJ-900NXS

                                <span class="sharethis-wrap">
                                    <a class="sharethis" href="#"><span class="ico"><span class="sr-only">Share</span></span></a>
                                    <div class="sharethis-dropdown">
                                        <ul>
                                            <li> <a class="ico icon-facebook" id="FacebookShare_DCAFA941A5A344AFBAB3C6F4CBEF8C58" target="popup" onclick="event.preventDefault(); window.open('https://www.facebook.com/share.php?u=https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/&amp;t=CDJ-900NXS&sc_camp=F01366D9-2BAC-4C65-9A47-D8F66A56615D', 'name', 'width=600,height=400')" data-href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/" style="cursor: pointer;">
                                                    <span class="sr-only">Facebook</span>
                                                </a>
                                                <script type="text/javascript">
                                                    document.getElementById("FacebookShare_DCAFA941A5A344AFBAB3C6F4CBEF8C58").addEventListener('click', function() {
                                                        var url = '/layouts/Social/Sharing/SocialEvents.aspx?itemId={8C5CF017-FD36-499C-8388-81FE7EE9AAEF}&goalName=rrHIKAeIcrsWRd4meKJMFW1A2BoWz9O7%2b3fArenl03I%3d&defaultGoalName=rrHIKAeIcrsWRd4meKJMFW1A2BoWz9O7%2b3fArenl03I%3d';
                                                        var xmlhttp;
                                                        if (window.XMLHttpRequest) {
                                                            xmlhttp = new XMLHttpRequest();
                                                        } else {
                                                            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
                                                        }
                                                        xmlhttp.open("GET", url, true);
                                                        xmlhttp.send();
                                                    });
                                                </script>
                                            </li>
                                            <li> <a class="ico icon-pinterest" id="PinterestShare_0A3D384171BD4E32959CFCB6E2556EFA" target="popup" onclick="event.preventDefault(); window.open('https://pinterest.com/pin/create/button/?url=https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/&amp;media=https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=169&amp;w=169&amp;hash=E06A591D31A5853ADF225041FFDCD2A7&amp;description=CDJ-900NXS&sc_camp=B83F9668-56C2-4FC5-A463-47B5659FF718', 'name', 'width=600,height=400')" data-href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/" style="cursor: pointer;">
                                                    <span class="sr-only">Pinterest</span>
                                                </a>
                                                <script type="text/javascript">
                                                    document.getElementById("PinterestShare_0A3D384171BD4E32959CFCB6E2556EFA").addEventListener('click', function() {
                                                        var url = '/layouts/Social/Sharing/SocialEvents.aspx?itemId={8C5CF017-FD36-499C-8388-81FE7EE9AAEF}&goalName=BkzpWbZvZB%2bgcxw2iYhnd%2bHDN5rEANx61RUiTtHFFds%3d&defaultGoalName=BkzpWbZvZB%2bgcxw2iYhnd%2bHDN5rEANx61RUiTtHFFds%3d';
                                                        var xmlhttp;
                                                        if (window.XMLHttpRequest) {
                                                            xmlhttp = new XMLHttpRequest();
                                                        } else {
                                                            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
                                                        }
                                                        xmlhttp.open("GET", url, true);
                                                        xmlhttp.send();
                                                    });
                                                </script>
                                            </li>
                                            <li> <a href="mailto:?subject=CDJ-900NXS&amp;body=https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/&sc_camp=B0A5A8FB-7F05-4047-9273-BB8FEDA2428D" class="ico icon-mail" id="MailShare_BAD33C11E0E64ABEBF68062E2FECB43D" data-href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/">
                                                    <span class="sr-only">Email</span>
                                                </a>
                                                <script type="text/javascript">
                                                    document.getElementById("MailShare_BAD33C11E0E64ABEBF68062E2FECB43D").addEventListener('click', function() {
                                                        var url = '/layouts/Social/Sharing/SocialEvents.aspx?itemId={8C5CF017-FD36-499C-8388-81FE7EE9AAEF}&goalName=Ewt6m1bKeYYaL7BFbTENeI7pad13ZgR7x6%2fyCRd85Vk%3d&defaultGoalName=Ewt6m1bKeYYaL7BFbTENeI7pad13ZgR7x6%2fyCRd85Vk%3d';
                                                        var xmlhttp;
                                                        if (window.XMLHttpRequest) {
                                                            xmlhttp = new XMLHttpRequest();
                                                        } else {
                                                            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
                                                        }
                                                        xmlhttp.open("GET", url, true);
                                                        xmlhttp.send();
                                                    });
                                                </script>
                                            </li>
                                            <li> <a class="ico icon-twitter" id="TwitterShare_CAA6B0699E1F4C619A084FA42CC1BD27" target="popup" onclick="event.preventDefault(); window.open('https://twitter.com/share?text=CDJ-900NXS&amp;url=https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/&sc_camp=A221152F-E51C-419D-A09A-DE1C4185FFDE', 'name', 'width=600,height=400')" data-href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/" style="cursor: pointer;">
                                                    <span class="sr-only">Twitter</span>
                                                </a>
                                                <script type="text/javascript">
                                                    document.getElementById("TwitterShare_CAA6B0699E1F4C619A084FA42CC1BD27").addEventListener('click', function() {
                                                        var url = '/layouts/Social/Sharing/SocialEvents.aspx?itemId={8C5CF017-FD36-499C-8388-81FE7EE9AAEF}&goalName=sfj9AZ2%2bGl2p7x%2bnKJS4Rw%3d%3d&defaultGoalName=sfj9AZ2%2bGl2p7x%2bnKJS4Rw%3d%3d';
                                                        var xmlhttp;
                                                        if (window.XMLHttpRequest) {
                                                            xmlhttp = new XMLHttpRequest();
                                                        } else {
                                                            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
                                                        }
                                                        xmlhttp.open("GET", url, true);
                                                        xmlhttp.send();
                                                    });
                                                </script>
                                            </li>
                                        </ul>
                                    </div>
                                </span>

                            </div>
                            <div id="fb-root"></div>
                            <h1 class="desc">Performance DJ multi player with disc drive</h1>
                        </div>

                        <input type="hidden" id="productCurrentItem" value="{8C5CF017-FD36-499C-8388-81FE7EE9AAEF}" />
                        <input type="hidden" id="pageId" value="{8C5CF017-FD36-499C-8388-81FE7EE9AAEF}" />
                        <div class="btn-holder">
                            <div class="sub-header-actions">
                                <div class="sub-header-actions__item sub-header-actions__item--labels">
                                    <div class="sub-header-actions__labels">
                                        <span id="pricedisplay" class="sub-header-actions__label sub-header-actions__label--price">$1,529</span>
                                    </div>
                                </div>
                                <div class="sub-header-actions__item">
                                    <a href="https://pioneerdjstore.com" target="_blank" goal-id="{B4414F34-A71F-495A-83F6-CE4A7D041164}" class="sub-header-actions__action">
                                        <span class="sub-header-actions__button action action--ghost action--on-dark">
                                            <span class="action__label">Buy Now</span>
                                            <span class="action__bg"></span>
                                        </span>

                                        <span class="sub-header-actions__icon">
                                            <svg class="icon-marker" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 28">
                                                <path fill="currentColor" d="M10,0c5.5,0,10,4.4,10,9.8c0,1.8-0.5,3.5-1.4,5l0,0l-7.7,12.7c-0.1,0.2-0.4,0.4-0.7,0.4l0,0
c-0.3,0-0.6-0.1-0.7-0.4l0,0L1.5,15C0.5,13.5,0,11.7,0,9.8C0,4.4,4.5,0,10,0z M10,1.6c-4.6,0-8.3,3.7-8.3,8.2c0,1.5,0.4,3,1.3,4.3
l0,0l7.2,11.4l7-11.6c0.8-1.3,1.2-2.7,1.2-4.2C18.3,5.3,14.6,1.6,10,1.6z M10,5c2.8,0,5,2.2,5,5c0,2.7-2.2,5-5,5c-2.8,0-5-2.3-5-5
C5,7.2,7.2,5,10,5z M10,6.7c-1.8,0-3.3,1.5-3.3,3.3c0,1.8,1.5,3.3,3.3,3.3c1.9,0,3.3-1.5,3.3-3.3C13.3,8.2,11.8,6.7,10,6.7z" />
                                            </svg>

                                        </span>
                                    </a>
                                </div>
                            </div>
                        </div>

                        <p>

                            <a href="https://www.youtube.com/watch?v=g-t4M6mbWoo" class="controlbtn trigger__open-overlayer video-player" data-title="CDJ-900NXS Friction Performance" data-video="g-t4M6mbWoo" data-autoplay="False" data-volumebar="True" data-seekbar="True" data-volume="90" data-start-at="0">
                                <span class="ico icon-controlbtn-play">
                                    <span class="sr-only">Play</span>
                                </span>
                            </a>

                        </p>
                        <p>
                            <a href="/en-us/product/player/" class="ghostbtn ghostbtn-small ghostbtn-back ghostbtn-light"><span class="text">DJ Players / Turntables</span></a>
                        </p>
                    </div>
                </div>
            </header>
            <input type="hidden" id="productCurrentItem" value="{8C5CF017-FD36-499C-8388-81FE7EE9AAEF}" />

            <script>
                var validMailId = false;
                var validCaptcha = false;

                function validateEmail($email) {
                    var emailReg = /^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/;
                    return emailReg.test($email);
                }

                function ClearErrors() {
                    $("#MailError").hide();
                    $("#CaptchaError").hide();
                    $("#MailExists").hide();
                }

                function registerbackorder(event) {
                    event.preventDefault();
                    ClearErrors();
                    var emailIDValue = $("#email").val();
                    if (!validateEmail(emailIDValue)) {
                        //alert("Invalid emailaddress");
                        $("#MailError").show();
                        validMailId = false;
                    } else {
                        validMailId = true
                    }
                    var ContextIDValue = $("#productCurrentItem").val();
                    var captcharesponse = grecaptcha.getResponse();
                    if (validMailId && (captcharesponse == null || captcharesponse == "")) {
                        $("#CaptchaError").show();
                        validCaptcha = false;
                    } else {
                        validCaptcha = true
                    }
                    if (validCaptcha && validMailId) {
                        jQuery.ajax({
                            type: "POST",
                            url: '/api/sitecore/BackOrder/Add',
                            data: JSON.stringify({
                                emailid: emailIDValue,
                                contextItemId: ContextIDValue,
                                CaptchaResponse: captcharesponse
                            }),
                            contentType: "application/json; charset=utf-8",
                            dataType: "json",
                            success: function(data) {
                                if (data.Success) {
                                    document.querySelector('.overlay-modal').setAttribute('data-step', 2);
                                    return false;
                                } else {
                                    if (data.FailureCode = "100") {
                                        $("#MailExists").show();
                                    }
                                }
                            },
                            //failure: function (response) {
                            //    alert(response.responseText);
                            //},
                            error: function(response) {
                                alert(response.statusText);
                            }
                        });
                    }
                }
            </script>

            <a id="info"></a>

            <div class="nav-in-page-v2 nav-in-page-v2--small">
                <span class="nav-in-page-v2__anchor"></span>
                <div class="nav-in-page-v2__inner">
                    <nav class="nav-in-page-v2__nav">
                        <ul class="nav-in-page-v2__nav-items">
                            <li class="nav-in-page-v2__nav-item active">
                                <a href="/en-us/product/player/cdj-900nxs/black/overview/" class="nav-in-page-v2__link">
                                    <span class="link__label">Overview</span>
                                </a>
                            </li>
                            <li class="nav-in-page-v2__nav-item">
                                <a href="/en-us/product/player/cdj-900nxs/black/specifications/#info" class="nav-in-page-v2__link">
                                    <span class="link__label">Specifications</span>
                                </a>
                            </li>
                            <li class="nav-in-page-v2__nav-item">
                                <a href="/en-us/product/player/cdj-900nxs/black/video-images/#info" class="nav-in-page-v2__link">
                                    <span class="link__label">Video &amp; Images</span>
                                </a>
                            </li>
                            <li class="nav-in-page-v2__nav-item">
                                <a href="/en-us/product/player/cdj-900nxs/black/support/#info" class="nav-in-page-v2__link">
                                    <span class="link__label">Downloads</span>
                                </a>
                            </li>
                            <li class="nav-in-page-v2__nav-item">
                                <a href="/en-us/product/player/cdj-900nxs/black/related-products/#info" class="nav-in-page-v2__link">
                                    <span class="link__label">Combine with</span>
                                </a>
                            </li>

                        </ul>
                    </nav>

                    <!--  <div class="nav-in-page-v2__actions">
                 <div class="nav-in-page-v2__actions-inner">
                  </div>
            </div>
            Code removed for Double Price appearance -->
                    <div class="nav-in-page-v2__actions">
                        <div class="nav-in-page-v2__actions-inner">
                            <div class="nav-in-page-v2__actions">
                                <div class="nav-in-page-v2__actions-inner">
                                    <span>$1,529</span>
                                </div>
                            </div>
                            <a href="https://pioneerdjstore.com" target="_blank" class="action action--normal action--on-light action--wheretobuy">
                                <span class="action__label">Buy Now</span>
                                <span class="action__bg"></span>
                            </a>
                        </div>
                    </div>

                </div>

            </div>
            <!-- Start of HubSpot Embed Code -->
            <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/20524623.js"></script>
            <!-- End of HubSpot Embed Code -->
            <style type="text/css">
                @media screen and (max-width: 768px) {
                    .nav-in-page-v2__link {
                        color: var(--color--neutrals-10);
                    }
                }
            </style>

            <div class="section section-product-images">
                <div class="container">
                    <div class="image-gallery">
                        <div class="image img-adapt">
                            <a href="#zoom-tool-01" class="btn trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=240&amp;w=320&amp;hash=44142481B3839F8783F4570FC6D2767E" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=768&amp;w=1024&amp;hash=341FA4E197BBE6E21B4AE48134086F4D" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=169&amp;w=169&amp;hash=E06A591D31A5853ADF225041FFDCD2A7" alt="CDJ-900NXS" class="zoomtool-capable image-switch-target" rel="productView" />
                            </a>
                            <a data-mq="xs" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=240&amp;w=320&amp;hash=44142481B3839F8783F4570FC6D2767E"></a>
                            <a data-mq="sm" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=480&amp;w=640&amp;hash=2311C9CEB7E915485950FE4BA66DA8B0"></a>
                            <a data-mq="md" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=600&amp;w=800&amp;hash=946981EA047A52BAAF9E6507F9951BC4"></a>
                            <a data-mq="lg" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=768&amp;w=1024&amp;hash=341FA4E197BBE6E21B4AE48134086F4D"></a>
                        </div>
                        <div class="image-gallery-thumbs folder__container">
                            <span class="folder__trigger"></span>
                            <div class="wrap">
                                <div class="folder__content">
                                    <div class="list">
                                        <div class="items">

                                            <div class="item-element   active">

                                                <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                    <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=169&amp;w=169&amp;hash=E06A591D31A5853ADF225041FFDCD2A7" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=768&amp;w=1024&amp;hash=341FA4E197BBE6E21B4AE48134086F4D" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=169&amp;w=169&amp;hash=E06A591D31A5853ADF225041FFDCD2A7" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                                </a>

                                            </div>
                                            <div class="item-element">

                                                <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                    <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-angle-pdj.png?h=169&amp;w=169&amp;hash=164BABB65A2C809658AA8E33CEAFC7D8" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-angle-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-angle-pdj.png?h=768&amp;w=1024&amp;hash=E67D6EC13E88636E5F562F3F869D545E" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-angle-pdj.png?h=169&amp;w=169&amp;hash=164BABB65A2C809658AA8E33CEAFC7D8" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                                </a>

                                            </div>
                                            <div class="item-element">

                                                <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                    <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-front-pdj.png?h=169&amp;w=169&amp;hash=9CF5CEFBDA616A178772F40853A1869B" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-front-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-front-pdj.png?h=768&amp;w=1024&amp;hash=C790E1FC7F70F2E2381DC211E10FB39B" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-front-pdj.png?h=169&amp;w=169&amp;hash=9CF5CEFBDA616A178772F40853A1869B" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                                </a>

                                            </div>
                                            <div class="item-element">

                                                <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                    <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-rear-pdj.png?h=169&amp;w=169&amp;hash=FDCC646F45FFF4227CAEF97F21A68AD9" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-rear-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-rear-pdj.png?h=768&amp;w=1024&amp;hash=6FED7A44FF6426DB21D5383B4F98ECCF" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-rear-pdj.png?h=169&amp;w=169&amp;hash=FDCC646F45FFF4227CAEF97F21A68AD9" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                                </a>

                                            </div>
                                            <div class="item-element">

                                                <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                    <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-perspective-pdj.png?h=169&amp;w=169&amp;hash=2C4F03D4050210F9AD18D644FD18B130" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-perspective-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-perspective-pdj.png?h=768&amp;w=1024&amp;hash=4CCF3B8F03B63EFFFAA71B2F68554316" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-perspective-pdj.png?h=169&amp;w=169&amp;hash=2C4F03D4050210F9AD18D644FD18B130" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                                </a>

                                            </div>

                                        </div>
                                    </div>
                                    <a href="/en-us/product/player/cdj-900nxs/black/video-images/" class="ghostbtn ghostbtn-large ghostbtn-forw"><span class="text">View all photos</span></a>
                                </div>
                            </div>
                        </div>

                    </div>

                </div>
            </div>

            <div class="section section-product-info">
                <div class="container">

                    <!--
                Add class has-serie if this highlight block exists
                Add class has-latest-update if this highlight block exists
            -->

                    <div class="info has-serie has-latest-update row">

                        <div class="col usp">

                            <h2>Progressive performance</h2>
                            <p>The CDJ-900NXS builds on the success of its predecessor, the <a href="/en-us/product/player/archive/cdj-900/">CDJ-900</a>, plus it&rsquo;s packed with new technology including a full color LCD screen, Beat Divide, four-deck Beat Sync and the ability to play sets from a smartphone.</p>
                            <p>The CDJ-900NXS boasts a high resolution screen, giving DJs a quick and instant view of the Wave Display and Wave Zoom and the ability to view and edit rekordbox beatgrids.</p>
                            <p>The HID interface allows you to use more complex DJ software without a control disk.</p>
                        </div>
                    </div>

                </div>
            </div>

            <div class="section section-product-features">
                <div class="container">
                    <h2 class="h2">Key features</h2>
                    <div class="row features-key">
                        <div class="list">
                            <ul>
                                <li>
                                    <div class="feature active">
                                        <div class="head">
                                            <h3 class="h3">Enhanced track info</h3>
                                            <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/wavezoom.jpg?h=500&amp;w=500&amp;hash=F323F24D987654985CA0F26BD7139A55" alt="wavezoom" />
                                        </div>
                                        <div class="body">
                                            <p>The large, full-color LCD display shows all the info you need. Deeper waveform analysis with Wave Zoom, beat countdown, phase meter, track key indicator and more.</p>
                                        </div>
                                    </div>
                                </li>
                                <li>
                                    <div class="feature">
                                        <div class="head">
                                            <h3 class="h3">Wi-Fi Music</h3>
                                            <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/wifilogo.jpg?h=500&amp;w=500&amp;hash=08EB7CDCC0D48666BA933F8A6B58512C" alt="WiFi logo" />
                                        </div>
                                        <div class="body">
                                            <p>Wirelessly connect* to rekordbox to play your music from your PC/Mac, smartphone or tablet.<br />
                                                <small>* You'll need a wired connection to a wireless LAN router (router not included).</small>
                                            </p>
                                        </div>
                                    </div>
                                </li>
                                <li>
                                    <div class="feature">
                                        <div class="head">
                                            <h3 class="h3">Advanced connectivity</h3>
                                            <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/prodjlink.jpg?h=500&amp;w=500&amp;hash=810FB835A3AD4846BDCD98FCE2A0D720" alt="ProDJ Link" />
                                        </div>
                                        <div class="body">
                                            <p>With Pro DJ Link you can connect multiple players, turntables or laptops via LAN connection and share a single source. Combine this with rekordbox to access pre-prepared loops and cues, sync the beat with the master deck, and access a host of advanced pro-DJ features.</p>
                                        </div>
                                    </div>
                                </li>
                                <li>
                                    <div class="feature">
                                        <div class="head">
                                            <h3 class="h3">Slip Mode</h3>
                                            <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/slip-mode.jpg?h=500&amp;w=500&amp;hash=C6E1FFFFBDB466A65C215EEDC807A093" alt="Slip mode" />
                                        </div>
                                        <div class="body">
                                            <p>Keep tracks playing muted during live edits such as loop, scratch or reverse. Release the jog wheel and the track comes back at exactly the right place.</p>
                                            <p>
                                                <a href="https://www.youtube.com/watch?v=E0jU_S03de4" class="controlbtn trigger__open-overlayer video-player" data-title="Slip Mode" data-video="E0jU_S03de4" data-autoplay="False" data-volumebar="True" data-seekbar="True" data-volume="100" data-start-at="0">
                                                    <span class="ico icon-controlbtn-play">
                                                        <span class="sr-only">Play</span>
                                                    </span>
                                                </a>
                                            </p>
                                        </div>
                                    </div>
                                </li>
                                <li>
                                    <div class="feature">
                                        <div class="head">
                                            <h3 class="h3">Beat perfect</h3>
                                            <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/effector/quantise-beat-effects_2.jpg?h=500&amp;w=500&amp;hash=22691E5CA943D5664DFAD32FE31733B3" alt="quantise beat effects_2" />
                                        </div>
                                        <div class="body">
                                            <p>Quantize snaps cues and loops to the rekordbox beat grid for a reliable performance every time.</p>
                                        </div>
                                    </div>
                                </li>
                                <li>
                                    <div class="feature">
                                        <div class="head">
                                            <h3 class="h3">Slice it, dice it</h3>
                                            <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/beatdivide.jpg?h=500&amp;w=500&amp;hash=DF300A67683F6DB6ED39E1BBB5572DFC" alt="Beat Divide" />
                                        </div>
                                        <div class="body">
                                            <p>Slice up the beat and roll it around in a loop with the Beat Divide buttons. Or combine them with Slip Mode to activate Slip Loop, so the track instantly comes back in at the right place when you release the button.</p>
                                        </div>
                                    </div>
                                </li>
                                <li>
                                    <div class="feature">
                                        <div class="head">
                                            <h3 class="h3">Compatible with performance features</h3>
                                            <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/software/rekordbox-6/rekordboxv6logojpg.jpg?h=500&amp;w=500&amp;hash=3F0793A9B9640F2E1F3B1EFCFC296E17" alt="rekordboxv6logojpg" />
                                        </div>
                                        <div class="body">
                                            <p>You can use this product with the rekordbox Core plan or above to control rekordbox software via your PC/Mac.</p>
                                        </div>
                                    </div>
                                </li>
                            </ul>
                        </div>
                        <div class="viewmaster jogwheel">
                            <div class="view">
                                <div class="picture-wrap">
                                    <div class="picture">
                                        <img src="" alt="" />
                                    </div>
                                </div>
                                <div class="mask"></div>
                                <a href="#" class="controlbtn video-player" data-video="" data-title=""><span class="ico icon-controlbtn-play"><span class="sr-only">Play</span></span></a>
                            </div>
                        </div>
                    </div>
                    <div class="row features-other equalizer" data-equalizer-watch="li">
                        <ul>
                            <li>
                                <div class="picture">
                                    <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/usb.jpg?h=169&amp;w=169&amp;hash=F2DD939BC24EE765CE52080327654925" />
                                </div>
                                <div class="body">
                                    <h4>USB playback</h4>
                                    <p>
                                        It still plays your MP3, AAC, WAV and AIFF files stored on USB devices.
                                    </p>
                                </div>
                            </li>
                            <li>
                                <div class="picture">
                                    <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/cdjqualityaudio.jpg?h=169&amp;w=169&amp;hash=1B24C2ABF63B7DDF68F6245829202193" />
                                </div>
                                <div class="body">
                                    <h4>Professional Sound</h4>
                                    <p>
                                        Pro-quality audio circuitry comes as standard, with a built-in 24-bit/48 kHz soundcard and new IEC connection for a powerful sound even at club volumes.
                                    </p>
                                </div>
                            </li>
                            <li>
                                <div class="picture">
                                    <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/software/hid_traktor.jpg?h=169&amp;w=169&amp;hash=3657607C48A96B65EB97FD39C6F138D0" />
                                </div>
                                <div class="body">
                                    <h4>TRAKTOR PRO 3</h4>
                                    <p>
                                        This unit supports USB-HID control of Native Instruments&rsquo; <a rel="noopener noreferrer" href="https://www.native-instruments.com/en/products/traktor/dj-software/traktor-pro-3/" target="_blank">TRAKTOR PRO 3</a> DJ software, so you don't need a control disk.
                                    </p>
                                </div>
                            </li>
                            <li>
                                <div class="picture">
                                    <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/software/serato/serato-dj-icon.jpg?h=169&amp;w=169&amp;hash=2F5172AC2157BA1B3BD605FB94954050" />
                                </div>
                                <div class="body">
                                    <h4>Serato DJ Pro</h4>
                                    <p>
                                        This unit supports USB-HID control of Serato Audio Research's <a href="http://serato.com/dj" class="lnk-external" target="_blank">Serato DJ Pro</a> software without using a control disk.
                                    </p>
                                </div>
                            </li>
                            <li>
                                <div class="picture">
                                    <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/usbpowered.jpg?h=169&amp;w=169&amp;hash=596529303B07EDAB97D8CAA155269710" />
                                </div>
                                <div class="body">
                                    <h4>MIDI controller</h4>
                                    <p>
                                        This device is fully MIDI assignable via USB. Send control information to external devices and use the unit as a MIDI controller.
                                    </p>
                                </div>
                            </li>
                            <li>
                                <div class="picture">
                                    <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/activeloop.jpg?h=169&amp;w=169&amp;hash=8FC0E0CE96DAF2B6D2A86C4071B2BE9A" />
                                </div>
                                <div class="body">
                                    <h4>Active Loop</h4>
                                    <p>
                                        Use rekordbox to set automatic loops at the end of your tracks so you never get caught unprepared again.
                                    </p>
                                </div>
                            </li>
                            <li>
                                <div class="picture">
                                    <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/cdj-900nxs-beat-sync.jpg?h=169&amp;w=169&amp;hash=272E783B0C85276F61AD185B9D870157" />
                                </div>
                                <div class="body">
                                    <h4>More creative freedom</h4>
                                    <p>
                                        Automatically beat match up to 4 decks playing tracks analysed in rekordbox, leaving you free to focus on adding your unique mark on the mix.
                                    </p>
                                </div>
                            </li>
                            <li>
                                <div class="picture">
                                    <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/mastertempo.jpg?h=169&amp;w=169&amp;hash=F37EDF031A9F6905B8A61E6A030F4C2C" />
                                </div>
                                <div class="body">
                                    <h4>Always in tune</h4>
                                    <p>
                                        Master Tempo lets you adjust a track’s tempo without affecting its pitch, keeping it more faithful to the original.
                                    </p>
                                </div>
                            </li>
                        </ul>
                    </div>
                    <div class="actions">
                        <a class="ghostbtn ghostbtn-large ghostbtn-forw" href="/en-us/product/player/cdj-900nxs/black/specifications/"><span class="text">See all specifications</span></a>
                    </div>
                </div>
            </div>

            <div class="section section-product-video">
                <div class="container">
                    <h2 class="h2">Videos</h2>

                    <div class="video-inline video-inline_1200x450">
                        <div class="still bg-adapt">
                            <a data-mq="xs" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs_official_walkthrough_bottom_img.jpg"></a>
                            <a data-mq="sm" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs_official_walkthrough_bottom_img.jpg"></a>
                            <a data-mq="md" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs_official_walkthrough_bottom_img.jpg"></a>
                            <a data-mq="lg" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs_official_walkthrough_bottom_img.jpg"></a>
                        </div>
                        <a href="#" class="controlbtn video-player trigger-play" data-video="0VQWYLrueT4" data-autoplay="true" data-volumebar="true" data-seekbar="true" data-volume="90" data-start-at="0">
                            <span class="ico icon-controlbtn-play"><span class="sr-only">Play</span></span>
                        </a>
                    </div>

                </div>
            </div>

            <div class="section section-product-combine bg-dark-1 color-light">
                <div class="container product-combine">
                    <h2 class="h2 no-line color-light">Combine with...</h2>

                    <div class="row equalizer-flex" data-equalizer-watch=".equalizer-item">
                        <div class="col-md-9">

                            <h4 class="color-light">Related products</h4>
                            <div class="row">
                                <div class="col-md-4 equalizer-item equalizer-flex-item">

                                    <a href="/en-us/product/mixer/djm-750mk2/black/overview/" class="product clearfix">
                                        <span class="visual-wrap">
                                            <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/mixer/djm-750mk2/djm-750mk2-top-nnn.png?h=250&amp;w=400&amp;hash=7F22744AB8D11D048F621E1B5C8AD57D" alt="DJM-750MK2" />

                                        </span>
                                        <span class="content-wrap">
                                            <h5 class="no-line">DJM-750MK2</h5>
                                            <p class="desc two-line-description">4-channel performance DJ mixer</p>
                                        </span>
                                    </a>
                                </div>

                                <div class="col-md-4 equalizer-item equalizer-flex-item">

                                    <a href="/en-us/product/mixer/djm-750mk2/black/overview/" class="product clearfix">
                                        <span class="visual-wrap">
                                            <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/mixer/djm-750mk2/djm-750mk2-top-nnn.png?h=250&amp;w=400&amp;hash=7F22744AB8D11D048F621E1B5C8AD57D" alt="DJM-750MK2" />

                                        </span>
                                        <span class="content-wrap">
                                            <h5 class="no-line">DJM-750MK2</h5>
                                            <p class="desc two-line-description">4-channel performance DJ mixer</p>
                                        </span>
                                    </a>
                                </div>
                            </div>
                            <script>
                                window.__functionsToExecute.push(function() {
                                    jQuery('.two-line-description').ellipsis({
                                        row: 2
                                    });
                                });
                            </script>

                        </div>
                        <div class="col-md-3">

                            <h4 class="color-light">Accessories</h4>
                            <div class="row">
                                <div class="col-md-12 equalizer-item">
                                    <div class="product-accessories">
                                        <a href="/en-us/product/accessories/archive/prodj-900nxs-plate2/top-plate/overview/" class="item item-1">
                                            <span class="visual-wrap bg-none">
                                                <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/accessories/prodj-900nxs-plate2/prodj-900nx-plate2-front.png?h=170&amp;w=310&amp;hash=7421480F964D1418E83E366C6CEC60DC" />
                                            </span>
                                        </a>
                                        <a href="/en-us/product/accessories/archive/das-rca020r/cable/overview/" class="item item-2">
                                            <span class="visual-wrap bg-theme">
                                                <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/accessories/das-rca020r/das-rca020r-main.png?h=170&amp;w=310&amp;hash=ADF3EC26ED282598305FA8C981ADF348" />
                                            </span>
                                        </a>

                                    </div>
                                </div>
                            </div>

                        </div>
                    </div>

                    <a href="/en-us/product/player/cdj-900nxs/black/related-products/" class="ghostbtn ghostbtn-forw ghostbtn-light"><span class="text">See all</span></a>

                </div>
            </div>

            <!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->

            <script type='text/javascript'>
                (function() {
                    var g = function(e, h, f, g) {
                        this.get = function(a) {
                            for (var a = a + "=", c = document.cookie.split(";"), b = 0, e = c.length; b < e; b++) {
                                for (var d = c[b];
                                    " " == d.charAt(0);) d = d.substring(1, d.length);
                                if (0 == d.indexOf(a)) return d.substring(a.length, d.length)
                            }
                            return null
                        };
                        this.set = function(a, c) {
                            var b = "",
                                b = new Date;
                            b.setTime(b.getTime() + 6048E5);
                            b = "; expires=" + b.toGMTString();
                            document.cookie = a + "=" + c + b + "; path=/; "
                        };
                        this.check = function() {
                            var a = this.get(f);
                            if (a) a = a.split(":");
                            else if (100 != e) "v" == h && (e = Math.random() >= e / 100 ? 0 : 100), a = [h, e, 0], this.set(f, a.join(":"));
                            else return !0;
                            var c = a[1];
                            if (100 == c) return !0;
                            switch (a[0]) {
                                case "v":
                                    return !1;
                                case "r":
                                    return c = a[2] % Math.floor(100 / c), a[2]++, this.set(f, a.join(":")), !c
                            }
                            return !0
                        };
                        this.go = function() {
                            if (this.check()) {
                                var a = document.createElement("script");
                                a.type = "text/javascript";
                                a.src = g;
                                document.body && document.body.appendChild(a)
                            }
                        };
                        this.start = function() {
                            var t = this;
                            "complete" !== document.readyState ? window.addEventListener ? window.addEventListener("load", function() {
                                t.go()
                            }, !1) : window.attachEvent && window.attachEvent("onload", function() {
                                t.go()
                            }) : t.go()
                        };
                    };
                    try {
                        (new g(100, "r", "QSI_S_ZN_bguvlNheEQIvQBU", "https://znbguvlnheeqivqbu-pioneerdj.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_bguvlNheEQIvQBU")).start()
                    } catch (i) {}
                })();
            </script>
            <div id='ZN_bguvlNheEQIvQBU'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>

            <!--END WEBSITE FEEDBACK SNIPPET-->

            <footer class="footer theme-2020">
                <div class="footer__brand">
                    <div class="footerBrand">
                        <div class="footerBrand__logo">
                            <svg class="symbol symbol--dj" viewBox="0 0 39 25" version="1" xmlns="http://www.w3.org/2000/svg">
                                <path d="M25.122 2.049c2.395 1.86 2.787 4.38 1.8 7.019-.919 2.442-2.98 4.81-6.22 6.642-3.592 1.994-7.308 2.525-11.363 2.525H0L6.844 0h8.209c4.14 0 7.638.164 10.069 2.049zm-5.057 6.883c.538-1.437.4-3.579-.552-4.723-1.07-1.27-2.719-1.419-5.1-1.419l-1.163.026s-1-.113-1.407.796c-.248.57.104-.426-3.92 10.305-.53 1.423.735 1.493.735 1.493s4.54.277 8.34-2.352c1.61-1.114 2.562-2.772 3.067-4.126zm9.65-2.385L39 6.594l-4.7 12.564C32.767 23.25 29.594 25 23.231 25l-4.969-.066 1.188-2.837c7.193.343 8.49-2.86 8.717-3.475l3-8.07s.516-1.437-.652-1.437h-1.84l1.04-2.568z" fill="currentColor"></path>
                            </svg>
                        </div>

                        <nav class="footerBreadcrumb">
                            <ul class="footerBreadcrumb__list">
                                <li class="footerBreadcrumb__item">
                                    <a href='https://www.pioneerdj.com/en-us/product/' class="footerBreadcrumb__link">Product</a>
                                </li>
                                <li class="footerBreadcrumb__item">
                                    <a href='https://www.pioneerdj.com/en-us/product/player/' class="footerBreadcrumb__link">DJ Players / Turntables</a>
                                </li>
                                <li class="footerBreadcrumb__item">
                                    <a href='https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/' class="footerBreadcrumb__link">CDJ-900NXS</a>
                                </li>
                                <li class="footerBreadcrumb__item">
                                    Overview </li>
                            </ul>
                        </nav>

                    </div>
                </div>

                <div class="footer__nav">
                    <nav class="footerNav">

                        <div class="footerNav__content">
                            <h3 class="footerNav__title heading heading--4">
                                <a href="/en-us/product/" class="footerNav__title__link">Products</a>
                                <span class="footerNav__trigger footerNav__triggerIcon"></span>
                            </h3>
                            <div class="footerNav__menu" style="height: 264px;">
                                <ul class="footerNav__list">
                                    <li class="footerNav__item"><a href="/en-us/product/player/" class="footerNav__link">DJ Players / Turntables</a></li>
                                    <li class="footerNav__item"></li>
                                    <li class="footerNav__item"><a href="/en-us/product/mixer/" class="footerNav__link">DJ mixers</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/all-in-one-system/" class="footerNav__link">All-in-one DJ systems</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/controller/" class="footerNav__link">DJ controllers</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/software/" class="footerNav__link">Softwares / Interfaces</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/dj-sampler/" class="footerNav__link">DJ samplers</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/effector/" class="footerNav__link">Remix stations</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/production/" class="footerNav__link">Music production</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/headphones/" class="footerNav__link">Headphones</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/monitor-speakers/" class="footerNav__link">Monitor speakers</a></li>
                                    <li class="footerNav__item"><a href="https://www.alphatheta.com/product/portable-dj-speaker/wave-eight/black/" class="footerNav__link" rel="noopener noreferrer" target="_blank">Portable DJ Speakers</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/pa-speakers/" class="footerNav__link">PA speakers</a></li>
                                    <li class="footerNav__item"><a href="/en-us/product/accessories/" class="footerNav__link">Accessories</a></li>
                                </ul>
                            </div>
                        </div>

                        <div class="footerNav__content">
                            <h3 class="footerNav__title heading heading--4">
                                <a href="https://support.pioneerdj.com/hc/en-us" class="footerNav__title__link" rel="noopener noreferrer" target="_blank">Support</a>
                                <span class="footerNav__trigger footerNav__triggerIcon"></span>
                            </h3>
                            <div class="footerNav__menu" style="height: 192px;">
                                <ul class="footerNav__list">
                                    <li class="footerNav__item">
                                        <a href="https://support.pioneerdj.com/hc/en-us/articles/4417536710553-United-States-US-" class="footerNav__link" rel="noopener noreferrer" target="_blank">Contact <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                    <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                                </svg></span>
                                        </a>
                                    </li>
                                    <li class="footerNav__item">
                                        <a href="https://support.pioneerdj.com/hc/en-us/articles/11949532807193-Manuals" class="footerNav__link" rel="noopener noreferrer" target="_blank">Manuals <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                    <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                                </svg></span>
                                        </a>
                                    </li>
                                    <li class="footerNav__item">
                                        <a href="https://support.pioneerdj.com/hc/en-us/articles/11949537649305-Software-firmware" class="footerNav__link" rel="noopener noreferrer" target="_blank">Software &amp; firmware <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                    <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                                </svg></span>
                                        </a>
                                    </li>
                                    <li class="footerNav__item">
                                        <a href="https://support.pioneerdj.com/hc/en-us/articles/11949656174617-Software-information" class="footerNav__link" rel="noopener noreferrer" target="_blank">Software information <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                    <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                                </svg></span>
                                        </a>
                                    </li>
                                    <li class="footerNav__item">
                                        <a href="http://faq.pioneerdj.com" class="footerNav__link" rel="noopener noreferrer" target="_blank">FAQ <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                    <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                                </svg></span>
                                        </a>
                                    </li>
                                    <li class="footerNav__item">
                                        <a href="https://community.pioneerdj.com/" class="footerNav__link" rel="noopener noreferrer" target="_blank">Forum <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                    <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                                </svg></span>
                                        </a>
                                    </li>
                                    <li class="footerNav__item">
                                        <a href="/en-us/landing/pioneer-dj-certified/" class="footerNav__link">Certification program</a>
                                    </li>
                                    <li class="footerNav__item">
                                        <a href="https://support.pioneerdj.com/hc/en-us/categories/4416175431577-Account-profile" class="footerNav__link" rel="noopener noreferrer" target="_blank">About your account <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                    <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                                </svg></span>
                                        </a>
                                    </li>
                                    <li class="footerNav__item">
                                        <a href="/en-us/support/important-product-notice/" class="footerNav__link">Important product notices</a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <div class="footerNav__content">
                            <h3 class="footerNav__title heading heading--4">
                                <a href="/en-us/news/" class="footerNav__title__link" title="News">News</a>
                            </h3>
                            <h3 class="footerNav__title heading heading--4">
                                <a href="https://alphatheta.com/en/company/" class="footerNav__title__link" rel="noopener noreferrer" target="_blank">About us</a>
                                <span class="footerNav__trigger footerNav__triggerIcon"></span>
                            </h3>
                            <div class="footerNav__menu" style="height: 48px;">
                                <ul class="footerNav__list">
                                    <li class="footerNav__item"><a href="https://alphatheta.com/en/company/#company-info" class="footerNav__link" rel="noopener noreferrer" target="_blank">Company info</a></li>
                                    <li class="footerNav__item"><a href="/en-us/company/careers/" class="footerNav__link">Careers</a></li>
                                    <li class="footerNav__item"><a href="https://alphatheta.com/en/company/#company-info" class="footerNav__link" rel="noopener noreferrer" target="_blank">Corporate contact</a></li>
                                    <li class="footerNav__item"><a href="/en-us/company/compliance-with-the-right-to-repair-regulations/" class="footerNav__link">Compliance with the RIGHT TO REPAIR Regulations</a></li>
                                    <li class="footerNav__item"><a href="/en-us/company/vulnerability-disclosure-policy/" class="footerNav__link">Vulnerability disclosure policy</a></li>
                                </ul>
                            </div>
                        </div>
                    </nav>
                </div>
                <div class="footer__nav">
                    <div class="footer-ext-nav">
                        <div class="footer-ext-nav__inner">

                            <ul class="footer-ext-nav__list footer-ext-nav__list--brands">
                                <li>
                                    <a href="https://rekordbox.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/rekordbox_logo.png')"></span>
                                        rekordbox</a>
                                </li>
                                <li>
                                    <a href="http://www.pioneerproaudio.com" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/pro-audio-gold.png')"></span>
                                        Pioneer PRO AUDIO</a>
                                </li>
                                <li>
                                    <a href="http://www.pioneerdjradio.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dj-radio-org.png')"></span>
                                        Radio</a>
                                </li>
                                <li>
                                    <a href="http://www.pioneerdjinibiza.com" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/ibiza-org.png')"></span>
                                        Ibiza</a>
                                </li>
                            </ul>

                            <ul class="footer-ext-nav__list footer-ext-nav__list--ext">
                                <li class="footer-ext-nav__link footer-ext-nav__link--youtube">
                                    <a href="https://www.youtube.com/@PioneerDJUSA" class="footer-ext-nav__link" rel="noopener noreferrer" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 18" width="24" height="18">
                                            <title>YouTube</title>
                                            <path fill="currentColor" d="M23.5 3.2c-.3-1-1.1-1.9-2.1-2.1C19.5.6 12 .6 12 .6s-7.5 0-9.4.5C1.6 1.4.8 2.2.5 3.2 0 5.1 0 9 0 9s0 3.9.5 5.8c.3 1 1.1 1.9 2.1 2.1 1.9.5 9.4.5 9.4.5s7.5 0 9.4-.5c1-.3 1.8-1.1 2.1-2.1.5-1.9.5-5.8.5-5.8s0-3.9-.5-5.8Zm-14 9.4V5.5l6.3 3.6-6.3 3.6Z"></path>
                                        </svg> <span class="screenReader">YouTube</span>
                                    </a>
                                </li>
                                <li class="footer-ext-nav__link footer-ext-nav__link--instagram">
                                    <a href="https://www.instagram.com/pioneerdjusa/" class="footer-ext-nav__link" rel="noopener noreferrer" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20" width="20" height="20">
                                            <title>Instagram</title>
                                            <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M9.296 0h1.408c2.082.003 2.452.016 3.42.06 1.063.049 1.79.218 2.426.465a4.902 4.902 0 0 1 1.772 1.154 4.903 4.903 0 0 1 1.153 1.77c.247.637.416 1.364.465 2.428.046 1.017.059 1.374.06 3.757v.733c-.001 2.382-.014 2.74-.06 3.756-.049 1.065-.218 1.792-.465 2.428a4.904 4.904 0 0 1-1.153 1.77 4.904 4.904 0 0 1-1.771 1.154c-.636.247-1.363.416-2.428.465-1.016.046-1.373.059-3.756.06h-.733c-2.383-.001-2.74-.014-3.757-.06-1.064-.049-1.791-.218-2.427-.465a4.903 4.903 0 0 1-1.771-1.153A4.902 4.902 0 0 1 .525 16.55C.278 15.915.11 15.188.06 14.122c-.044-.966-.057-1.337-.06-3.42V9.297c.003-2.082.016-2.452.06-3.419C.11 4.813.278 4.086.525 3.45A4.902 4.902 0 0 1 1.68 1.679 4.902 4.902 0 0 1 3.449.525C4.087.278 4.814.11 5.878.06 6.844.016 7.214.003 9.297 0Zm1.065 1.802H9.64c-2.341.001-2.676.012-3.68.058-.976.045-1.505.208-1.858.345-.466.181-.8.398-1.15.748-.35.35-.566.683-.747 1.15-.137.352-.3.881-.345 1.856-.046 1.005-.057 1.34-.058 3.68v.722c.001 2.34.012 2.675.058 3.68.045.975.208 1.505.345 1.857.181.467.398.8.748 1.15.35.35.683.566 1.15.748.352.137.881.3 1.856.344 1.022.047 1.35.058 3.798.058h.487c2.447 0 2.776-.011 3.797-.058.975-.044 1.505-.207 1.857-.344.467-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.352.3-.882.344-1.857.047-1.021.058-1.35.058-3.797v-.487c0-2.447-.011-2.776-.058-3.798-.044-.975-.207-1.504-.344-1.857a3.098 3.098 0 0 0-.748-1.15 3.098 3.098 0 0 0-1.15-.747c-.352-.137-.882-.3-1.857-.345-1.005-.046-1.34-.057-3.68-.058Zm-.236 2.948a5.125 5.125 0 1 1 0 10.25 5.125 5.125 0 0 1 0-10.25Zm0 1.798a3.327 3.327 0 1 0 0 6.654 3.327 3.327 0 0 0 0-6.654ZM15.25 3.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"></path>
                                        </svg> <span class="screenReader">Instagram</span>
                                    </a>
                                </li>
                                <li class="footer-ext-nav__link footer-ext-nav__link--facebook">
                                    <a href="https://www.facebook.com/PioneerDJusa/" class="footer-ext-nav__link" rel="noopener noreferrer" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20" width="20" height="20">
                                            <title>Facebook</title>
                                            <path fill="currentColor" d="M10 0C4.5 0 0 4.5 0 10s3.7 9.1 8.4 9.9v-7H5.9V10h2.5V7.8c0-2.5 1.5-3.9 3.8-3.9s2.2.2 2.2.2v2.5H12.7c-.9.2-1.2.8-1.2 1.5V10h2.8l-.4 2.9h-2.3v7C16.4 19.1 20 15 20 10S15.5 0 10 0Z"></path>
                                        </svg> <span class="screenReader">Facebook</span>
                                    </a>
                                </li>
                                <li class="footer-ext-nav__link footer-ext-nav__link--twitter">
                                    <a href="https://twitter.com/PioneerDJglobal" class="footer-ext-nav__link" rel="noopener noreferrer" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 18 18" width="18" height="18">
                                            <title>X</title>
                                            <path fill="currentColor" d="M10.477 7.618 17.03 0h-1.553l-5.69 6.614L5.242 0H0l6.873 10.002L0 17.991h1.553l6.01-6.985 4.799 6.985h5.242L10.476 7.618ZM8.35 10.09l-.697-.996-5.54-7.925h2.385l4.471 6.396.697.996 5.812 8.314h-2.385L8.35 10.09Z"></path>
                                        </svg> <span class="screenReader">Twitter</span>
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>

                <div class="footer__legal">
                    <nav class="legalNav">
                        <ul class="legalNav__list">
                            <li class="legalNav__item">
                                <a href="https://alphatheta.com" class="text-bold" rel="noopener noreferrer" target="_blank">&#169; AlphaTheta Corporation</a>
                            </li>
                            <li class="legalNav__item">
                                <a href="/en-us/company/privacy-policy/" class="legalNav__link">Privacy policy</a>
                            </li>
                            <li class="legalNav__item">
                                <a href="/en-us/company/terms-of-use/" class="legalNav__link">Terms of use</a>
                            </li>
                            <li class="legalNav__item">
                                <a href="/en-us/company/cookie-policy/" class="legalNav__link" rel="noopener noreferrer" target="_blank">Cookie Policy</a>
                            </li>
                            <li class="legalNav__item">
                                <a href="/en-us/company/trademarks/" class="legalNav__link">Trademarks</a>
                            </li>
                            <li class="legalNav__item">
                                <button id="ot-sdk-btn" class="ot-sdk-show-settings legalNav__link">Cookie Settings</button>
                            </li>
                        </ul>
                    </nav>
                </div>

            </footer>

        </div>
    </div>
    <div style="display: none;">
        <div id="zoom-tool-01" class="zoomtool">
            <div class="zoomtool__topbar">
                <div class="outer">
                    <div class="container">
                        <div class="zoomtool__scale clearfix">
                            <a href="#" class="scale-trigger zoom-out"><i class="ico icon-min"></i></a>
                            <div class="slider-wrap">
                                <div class="slider"></div>
                            </div>
                            <a href="#" class="scale-trigger zoom-in"><i class="ico icon-plus"></i></a>
                        </div>
                        <div class="zoomtool__actions">
                            <a href="#" class="btn__action download-image"><i class="ico icon-download"></i></a>

                        </div>
                        <a href="#" class="btn__action close trigger__close-overlayer"><i class="ico icon-cross"></i></a>
                    </div>
                </div>
            </div>
            <div class="zoomtool__canvas">
                <div class="zoomtool__holder">
                    <div class="zoomtool__element">
                        <img src="" />
                    </div>
                </div>
            </div>
            <div class="zoomtool_more-images">
                <div class="in clearfix">

                    <div class="image-gallery-thumbs folder__container zoomtool">
                        <span class="folder__trigger"></span>
                        <div class="wrap">
                            <div class="folder__content">
                                <div class="list">
                                    <div class="items target">

                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div style="display: none;">
        <div id="search__wrap">
            <div id="search-field">
                <div class="outer">
                    <div class="container">
                        <div class="input-wrap">
                            <input type="text" class="input__search" data-no-results="Oops nothing can be found" data-nothing-entered="Please enter a search query" />
                            <a href="#" class="trigger_clear-text btn__clear-text"><span class="ico-element icon-clear-cross"></span>Clear entry</a>
                        </div>
                        <div class="button-wrap">
                            <a href="#" class="btn__search trigger__close-overlayer">
                                <i class="icon-cross"><span class="sr-only">Close</span></i>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
            <span class="loading-icon-search"></span>
            <div id="result-wrap">
                <div class="outer outer-search-content">
                    <div class="container">
                        <div class="boxed-content">
                            <h3>Top results</h3>
                            <ul><!-- POPULATED WITH JAVASCRIPT --></ul>
                            <p class="button-wrap">
                                <a href="#" id="view__all" class="btn btn-border trigger__searchpage disabled" data-search-page="/en-us/search-results/?q=">
                                    <span class="text">See all results</span>
                                </a>
                            </p>
                            <p>Didn’t find what you’re looking for? Maybe use fewer words or a more general search term.<br />If you still have no luck you can contact our <a href="/en-us/support/contact">customer service</a>.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <script src="/Bundles/JsFooter/?v=_j_zkOObmlcWwjmfxQnYRkl_uQ27wT1CogmFZxvaJns1"></script>

    <script src="/Scripts/Custom/sitesearch.js"></script>

    <script type="text/javascript">
        // polyfill for startsWith method
        if (!String.prototype.startsWith) {
            String.prototype.startsWith = function(searchString, position) {
                return this.substr(position || 0, searchString.length) === searchString;
            };
        }

        function getQueryStringValueByName(name, url) {
            if (!url) {
                url = window.location.href;
            }
            name = name.replace(/[\[\]]/g, "\\$&");
            var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                results = regex.exec(url);
            if (!results) return null;
            if (!results[2]) return '';
            return decodeURIComponent(results[2].replace(/\+/g, " "));
        }
        //mark menu item as active
        jQuery(".gigyaMenu ul li a").bind('click', function() {
            jQuery(".gigyaMenu ul li a").removeClass("active");
            jQuery(this).addClass("active");
        });
        var jwtToken;

        function sendZendeskToken(data) {
            jQuery.ajax({
                type: "POST",
                url: "/ForumConnector/zenssologin.aspx",
                async: false,
                data: data.user,
                dataType: "jsonp",
                complete: function(res) {
                    jwtToken = JSON.parse(res.responseText);
                }
            });
        }

        function onLogout(response) {
            function loaded() {
                jQuery.ajax({
                    url: "/en-us/" + "api/Account/Logout",
                    async: false,
                    cache: false,
                    success: function(data) {
                        if (data.Success) {
                            var logoutContainer = jQuery("#LogoutContainer");
                            var loginRegister = jQuery("#LoginRegister");
                            if (logoutContainer != undefined) {
                                logoutContainer.hide();
                            }
                            if (loginRegister != undefined) {
                                loginRegister.show();
                            }
                            location.reload();
                        }
                    },
                    error: function() {
                        alert("Error during logout!"); //TODO: other way to inform about the error
                    }
                });
            }
            if (response.errorCode == 0) {
                var iframe = document.createElement("iframe");
                iframe.setAttribute("src", "https://pioneerdj-community.zendesk.com" + "/access/logout/");
                iframe.style.width = 0;
                iframe.style.height = 0;
                if (iframe.addEventListener) {
                    iframe.addEventListener("load", loaded, false);
                } else {
                    iframe.attachEvent("onload", loaded);
                }
                document.body.appendChild(iframe);
                setTimeout(loaded, 850); //neccessary for firefox - in case iframe throws an error, firefox won't fire onload event
            }
        }

        function onLoginSocialize(response) {
            sendZendeskToken(response);
        }

        function loginToZendesk() {
            function loaded() {
                gigya.setSSOToken({
                    redirectURL: typeof(returnTo) === 'undefined' ? window.location.href : returnTo
                });
                window.location.reload();
            }
            var iframe = document.createElement("iframe");
            iframe.setAttribute("src", "https://pioneerdj.zendesk.com" + "/access/jwt" + "?jwt=" + jwtToken.token);
            iframe.style.width = 0;
            iframe.style.height = 0;
            document.body.appendChild(iframe);
            iframe.onload = loaded;
            iframe.onerror = loaded;
        }

        function onLogin(response) {
            if (response != undefined && response.UID != undefined) {
                // 206005 - autologin finalization triggered with email verification link
                if (getQueryStringValueByName('errorCode') == '206005') {
                    gigya.accounts.getAccountInfo({
                        callback: onEmailVerified,
                        include: 'emails,data'
                    });
                }
                var queue = function() {
                    typeof jwtToken !== "undefined" ?
                        loginToZendesk() :
                        setTimeout(function() {
                            queue();
                        }, 100);
                };
                queue();
            }
        }

        function onEmailVerified(response) {
            if (response != undefined && response.errorCode == 0) {
                var verifiedEmails = response.emails.verified;
                if (verifiedEmails.length > 1) {
                    // deactivate all account emails except for the new one that just got verified
                    var previousEmails = verifiedEmails.slice(0, verifiedEmails.length - 1).join(", ");
                    var storedEmails = response.data.previousEmailAddresses;
                    if (storedEmails != undefined) {
                        storedEmails = storedEmails + ", " + previousEmails;
                    } else {
                        storedEmails = previousEmails;
                    }
                    gigya.accounts.setAccountInfo({
                        removeLoginEmails: previousEmails,
                        data: {
                            previousEmailAddresses: storedEmails
                        }
                    });
                }
            }
        }

        function onProfileUpdate(response) {
            if (response.response.errorCode === 0) {
                if (response != undefined && response.profile != undefined) {
                    if (response.profile.photoURL != undefined) {
                        jQuery(".visual-wrap .in").css("background-image", "url('" + response.profile.photoURL + "')");
                    }
                    jQuery(".item-profile a .content-wrap .name").text(response.profile.firstName);
                    jQuery(".profile-box .content-wrap").html(response.profile.firstName + '<br/>');
                }
                showMessage("Your changes have been saved.");
            }
        }

        function onPasswordChange(response) {
            if (response.response.errorCode === 0) {
                selectMenuItem();
                showMessage("Your password has been changed.");
                navigateEditMyProfile();
            }
        }

        function onProfileFieldChange(response) {
            if (response != undefined) {
                jQuery('input[name="profile.email"]').bind('change', function() {
                    showMessage("Click ‘Save changes’ to change your email address. You’ll receive an email to verify your new email address.");
                });
            }
        }

        function selectMenuItem() {
            jQuery(".errorSection").hide();
            jQuery(".gigyaMenu ul li a").removeClass("active");
            jQuery(".gigyaMenu ul li a").first().addClass("active");
        }

        function showMessage(message) {
            jQuery(".errorSection").html("").hide();
            document.getElementById("messageSection").style.display = "block";
            document.getElementById("messageSection").innerHTML = message;
            window.scrollTo(0, 0);
        }

        function showLicenses() {
            showLoadingScreen();
            redirectIfLoggedOut();
            gigya.socialize.getUserInfo({
                callback: generateUserLicences
            });
        }

        function generateUserLicences(response) {
            var gigyaPageTarget = jQuery("#gigya-page-target");
            if (response.errorCode == 0) {
                var user = response['user'];
                var uid = user['UID'];
                jQuery.get('/api/sitecore/PioneerDjAccount/GetLicences', {
                    userId: uid
                }, function(data) {
                    hideLoadingScreen();
                    if (isLicencesScreenDisplayed() === true) {
                        gigyaPageTarget.html(data);
                        var cell = jQuery(".licences-container .licence .item .key");
                        if (typeof cell !== 'undefined') {
                            cell.matchHeight();
                        }
                    }
                });
            } else {
                gigyaPageTarget.html('No licences could be found.');
            }
        }

        function isLicencesScreenDisplayed() {
            return jQuery("#license_btn").hasClass("active");
        }

        function navigateChangePassword() {
            parent.location.hash = 'password';
            gigya.accounts.showScreenSet({
                screenSet: 'pioneerdj.com-ProfileUpdate',
                containerID: 'gigya-page-target',
                startScreen: 'gigya-change-password-screen',
                lang: 'en',
                onAfterSubmit: changePasswordHandler,
                onBeforeScreenLoad: redirectIfLoggedOut,
                onError: errorEventHandler
            });
        }

        function navigateEditMyProfile() {
            parent.location.hash = 'editprofile';
            gigya.accounts.showScreenSet({
                screenSet: 'pioneerdj.com-ProfileUpdate',
                lang: 'en',
                containerID: 'gigya-page-target',
                onError: errorEventHandler,
                onAfterSubmit: updateProfileHandler,
                onBeforeScreenLoad: redirectIfLoggedOut,
                onAfterScreenLoad: changeProfileFieldHandler
            });
        }

        function redirectIfLoggedOut() {
            gigya.accounts.getAccountInfo({
                callback: function(response) {
                    if (response.errorCode != 0) {
                        window.location.href = '/';
                    }
                }
            });
        }

        function createOneNewsletterOption(response) {
            if (response != undefined) {
                var pdjCheckbox = jQuery("[name='data.PDJ_newsletter'][data-screenset-roles='instance']");
                var kuvoCheckbox = jQuery("[name='data.KUVO_newsletter'][data-screenset-roles='instance']");
                var mainCheckbox = '<div class="gigya-composite-control gigya-composite-control-checkbox"' +
                    ' style="display: block; margin-top:15px;"><input id="maincheckbox" type="checkbox">' +
                    '<label class="gigya-label" for="maincheckbox"><span class="gigya-label-text gigya-checkbox-text">' +
                    "Please keep me informed about Pioneer DJ products, services, features, including newsletters, promotions, events, tips and surveys." +
                    '</span></label></div>';
                kuvoCheckbox.parent().after(mainCheckbox);
                jQuery("#registerContainer").on('change', '#maincheckbox', function() {
                    pdjCheckbox.prop("checked", this.checked);
                    kuvoCheckbox.prop("checked", this.checked);
                });
                pdjCheckbox.parent().hide();
                kuvoCheckbox.parent().hide();
            }
        }
        // My Products functions
        function handleMyProductsError(data) {
            if (typeof data.responseJSON != 'undefined') {
                errorEventHandler({
                    errorMessage: data.responseJSON.error,
                    response: {
                        info: {
                            screen: "gigya-my-products-screen"
                        }
                    }
                });
            } else {
                errorEventHandler({
                    errorMessage: getErrorMessage(data),
                    response: {
                        info: {
                            screen: "gigya-my-products-screen"
                        }
                    }
                });
            }
        }

        function getErrorMessage(data) {
            if (data.status == 401 || data.status == 403) {
                return "Unauthorized user";
            }
            return "Unexpected error occurred";
        }

        function getAuthHeaders(response) {
            var authHeaders = {
                "PDJ-UID": response.user.UID,
                "PDJ-Timestamp": response.user.signatureTimestamp,
                "PDJ-UIDSignature": response.user.UIDSignature
            }
            return authHeaders;
        }

        function navigateMyProducts(msg) {
            showLoadingScreen();
            redirectIfLoggedOut();
            gigya.socialize.getUserInfo({
                callback: getMyProducts,
                context: msg
            });
        }

        function isMyProductsScreenDisplayed() {
            return jQuery("#my-products-tab").hasClass("active");
        }

        function getMyProducts(response) {
            var gigyaPageTarget = jQuery("#gigya-page-target");
            if (response.errorCode == 0) {
                jQuery.ajax({
                    type: 'GET',
                    url: '/api/sitecore/ProductRegistration/Get',
                    headers: getAuthHeaders(response),
                    cache: false,
                    success: function(data) {
                        if (isMyProductsScreenDisplayed() === true) {
                            gigyaPageTarget.html(data);
                            jQuery('a.btn-link[href="#"]').each(function(i, o) {
                                jQuery(o).addClass('hidden');
                            });
                            initCompleter();
                        }
                        if (response.context) {
                            var msg = response.context;
                            jQuery('#validation-success')
                                .removeClass('hidden');
                            jQuery('#validation-success')
                                .html(msg);
                        }
                        window.scrollTo(0, 0);
                        var $purchaseDateInput = jQuery("#input-purchase-date");
                        $purchaseDateInput.attr('readonly', 'readonly');
                        $purchaseDateInput.datepicker({
                            changeMonth: true,
                            changeYear: true,
                            constrainInput: true,
                            dateFormat: "dd/mm/yy",
                            maxDate: "24/05/2024"
                        });
                    },
                    error: function(data) {
                        errorEventHandler({
                            errorMessage: data.responseJSON.error
                        });
                    },
                    complete: function() {
                        hideLoadingScreen();
                    }
                });
            }
        }

        function showLoadingScreen() {
            jQuery("#gigya-page-target").children().hide();
            jQuery("#loading-message").show();
        }

        function hideLoadingScreen() {
            jQuery("#gigya-page-target").children().show();
            jQuery("#loading-message").hide();
        }
    </script>
    <script>
        for (var index = 0; index < window.__functionsToExecute.length; ++index) {
            window.__functionsToExecute[index]();
        }
        window.__functionsToExecute = [];
    </script>
</body>

</html>

<body>
    <!-- OneTrust Cookies Consent Notice start for pioneerdj.com -->
    <script src="https://cdn-apac.onetrust.com/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="69301dd3-0bca-41c5-b1da-6dd03e5ad20e"></script>
    <script type="text/javascript">
        function OptanonWrapper() {}
    </script>
    <!-- OneTrust Cookies Consent Notice end for pioneerdj.com -->
</body>
<!DOCTYPE html>
<html lang="en-US">
<head>

<base href="https://www.pioneerdj.com" />

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />

<title>CDJ-900NXS Performance DJ multi player with disc drive (black) - Pioneer DJ</title>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@PioneerDJglobal" />
<meta name="twitter:creator" content="@PioneerDJglobal" />
    <meta name="description" content="Discover the key features of the Pioneer DJ CDJ-900NXS, Performance DJ multi player with disc drive (black)">
    <meta name="keywords" content="CDJ-900NXS, CDJ900NXS, CDJ900NXS, CDJ-900NXS, Player, players, pioneer DJ players, Turntable, turntables, pioneer DJ turntables">
    <meta property="og:title" content="CDJ-900NXS Performance DJ multi player with disc drive (black) - Pioneer DJ" />
    <meta property="og:site_name" content="Pioneer DJ" />
    <meta property="og:url" content="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/" />
    <meta property="og:type" content="website" />
    <meta property="og:description" content="Discover the key features of the Pioneer DJ CDJ-900NXS, Performance DJ multi player with disc drive (black)" />
    <meta property="og:image" content="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=630&amp;w=1200&amp;hash=753950134659754DF912136FE3A18279" />
        <meta property="og:image:width" content="600" />
        <meta property="og:image:height" content="315" />
    <link rel="canonical" href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/" />

<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Pioneer DJ">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="https://plus.google.com/u/0/+pioneerdjglobal" rel="publisher" />
<link href="/Content/img/app/apple-touch-icon-precomposed-152.png" sizes="152x152" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-144.png" sizes="144x144" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-76.png" sizes="76x76" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-72.png" sizes="72x72" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-120.png" sizes="120x120" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-114.png" sizes="114x114" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-57.png" sizes="57x57" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-startup-image-1536x2008.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-1496x2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-768x1004.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-748x1024.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: landscape)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-1242x2148.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-1182x2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-750x1294.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-640x1096.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-640x920.jpg" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-320x460.jpg" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">


    <script src="/Bundles/JsHeader/?v=BMne-U6Vgal8q3NFbvZfdgOMUnIfzy_RdwlKQDCSjtg1"></script>


    <link href="/Bundles/Style/?v=c6dhGfXc2qBMatMi8S5Gz5IJkGFFTjYo526oueo1CCQ1" rel="stylesheet"/>

        <link href="/Content/css/fonts-default.css" rel="stylesheet" type="text/css">
        <script type="text/javascript">

                function checkForSpecialCharacters(formData, toCheck) {
                    var errors = {};
                    toCheck.forEach(function (item) {

                        if (formData != null && !formData[item].match(new RegExp('^((?![\<,\>,\&,\"]).)*$'))) {
                            errors[item] = 'This character can not be used.';
                        }
                    });
                    return errors;
                }

                window.__gigyaConf = {
                    validation: {
                        'gigya-register-screen': function (formData, eventType, callback) {
                            return checkForSpecialCharacters(formData, ['profile.firstName', 'profile.lastName']);
                        },
                        'gigya-update-profile-screen': function (formData, eventType, callback) {
                            var errors = checkForSpecialCharacters(formData, ['profile.nickname', 'profile.firstName', 'profile.lastName', 'profile.city', 'profile.zip']);
                            if (formData != null && formData['profile.nickname'].length == 0 && !enableEmptyNickname)
                                errors['profile.nickname'] = "You can not leave this field blank.";
                            return errors;
                        }
                    },
                    enableSSOToken: true,
                    bypassCookiePolicy: 'always'
                };

                window.__functionsToExecute = [];

    </script>
<script type="text/javascript" src="https://cdns.gigya.com/JS/socialize.js?apikey=3_uMFBTSRvPDal63Zq8JezwafdwGOEG0zCW442Ku4Xk2lEG1mxHXrUaGOGsaDLAoEF&lang=en"></script>    <script type="text/javascript" src="//cdn.gigya-ext.com/screenset-validation.min.js"></script>
<script src="/Bundles/GigyaConnector/?v=BRgylmPSR3wzphDu1GZTJagOXWOE_y-Wt9_KZXAQtCc1"></script>
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
		{{!-- <link href="/Content/css/theme2020/main.css" rel="stylesheet" type="text/css"> --}}

  <script>
    (function() {
        ['main'].forEach(name => {
            const link = document.createElement('link');
            link.rel = 'stylesheet';
            link.href = name.includes('http') ? name : `${window.location.origin}/styles/${name}.css`;
            document.head.appendChild(link);
        });
    }());
    </script>

    <link href="/Content/css/theme2020/reskin-theme-2020.css" rel="stylesheet" type="text/css">
    <link href="/Content/css/theme2020/reskin-theme-2022.css" rel="stylesheet" type="text/css">


</head>
<body class="header__experience-mode theme-2020">
    <!--

 -->
        <script>
        dataLayer = [];
    </script>
        <!-- Google Tag Manager -->
        <noscript>
            <iframe src="//www.googletagmanager.com/ns.html?id=GTM-PSC5SC"
                    height="0" width="0" style="display:none;visibility:hidden"></iframe>
        </noscript>
        <script>
        (function (w, d, s, l, i) {
            w[l] = w[l] || []; w[l].push({
                'gtm.start':
                    new Date().getTime(), event: 'gtm.js'
            }); var f = d.getElementsByTagName(s)[0],
                j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
                '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-PSC5SC');</script>
        <!-- End Google Tag Manager -->





<header class="header theme-2020">
    <div class="header__inner">
        <div class="header__in">
            <div class="header__content">
                <a class="header__trigger">
                    <span class="menuIcon">
                        <span class="menuIcon__inner">
                            <span class="menuIcon__bar"></span>
                        </span>
                    </span>
                </a>
                <a href="/en-US" class="header__logo">
                    <svg class="logo" viewBox="0 0 162 24">
                        <path fill="currentColor" d="M0.473684,17.4307148 C0.579569432,17.1848501 0.698235535,16.9437641 0.789479818,16.6922965 C1.87583685,13.6974261 2.91592461,10.6841817 4.05534569,7.71048668 C4.90242914,5.49976344 6.20630025,3.59941977 8.17961966,2.24650428 C9.69857813,1.20512189 11.3954144,0.661813437 13.190856,0.420397944 C15.7630065,0.0745887887 18.3244794,0.0844761127 20.8489855,0.788618366 C22.2919879,1.19119724 23.6403487,1.79498315 24.7815494,2.80909301 C26.5363032,4.368324 26.8715935,6.53200006 25.6374499,8.54851977 C24.5467248,10.3306275 22.8971284,11.3381458 20.9601288,11.9074085 C19.015121,12.4789782 17.0231968,12.5165501 15.0270663,12.3595064 C13.9411946,12.2740634 12.8634929,12.0838148 11.7807759,11.9516543 C11.5280745,11.9208388 11.4294692,11.8103479 11.3770523,11.548993 C11.1423895,10.3808881 10.8774737,9.21904513 10.6246105,8.05473034 C10.608028,7.97818597 10.6009906,7.89949935 10.5819004,7.77022259 C11.3133916,7.90600851 12.0066217,8.05028104 12.7049478,8.16118386 C14.5081549,8.44775146 16.3230102,8.64722823 18.1302618,8.27043879 C18.8015705,8.13053315 19.489381,7.88021907 20.0679085,7.51364654 C21.0733752,6.87665569 21.0450636,5.84878597 20.0862706,5.13137823 C19.3807452,4.60339513 18.5590614,4.38200146 17.7106028,4.286424 C16.1727968,4.11314865 14.6387119,4.15690006 13.142888,4.59869865 C11.2513488,5.15741485 10.0399353,6.4699571 9.37493595,8.31509654 C8.30863972,11.2737958 7.2682284,14.2421353 6.23307494,17.2122874 C6.12848376,17.5123677 5.99339692,17.5997881 5.6893302,17.5973986 C3.95091628,17.5836388 2.2122597,17.5936085 0.473684,17.5955036 L0.473684,17.4307148 Z M144.134896,23.4455036 C144.263188,23.0177944 144.379913,22.5860479 144.523008,22.1635296 C144.658418,21.7637522 144.719491,21.2336268 145.002041,21.0203902 C145.264691,20.822067 145.776646,20.9725191 146.178429,20.9582648 C147.407072,20.9147606 148.621235,20.783012 149.778938,20.3209444 C151.098501,19.7942796 152.044352,18.9259254 152.517803,17.5087423 C153.219122,15.4094163 154.00028,13.3378571 154.747221,11.2543508 C154.788718,11.1385867 154.837171,11.0243881 154.867343,10.905493 C155.070621,10.1037958 154.81614,9.76655569 154.011038,9.76556696 C153.611198,9.76507259 153.211357,9.76548456 152.752304,9.76548456 C153.010749,9.0468409 153.237889,8.37680992 153.502319,7.72243386 C153.540257,7.62858668 153.758013,7.56423668 153.892858,7.56374231 C156.343754,7.55443175 158.794649,7.55715076 161.245545,7.55640921 C161.339135,7.55640921 161.432725,7.54792259 161.526316,7.5433909 L161.526316,7.62578527 C161.471067,7.74772893 161.406841,7.86637682 161.361785,7.99202823 C160.098601,11.5162001 158.843345,15.0432557 157.573529,18.5648733 C156.854171,20.5600529 155.527813,21.9629817 153.539771,22.6505627 C152.830929,22.8957684 152.089489,23.0665719 151.349828,23.1899163 C150.543594,23.3243839 149.722234,23.3643451 148.907425,23.4455036 L144.134896,23.4455036 Z M51.5382237,17.5893652 C51.5674251,17.4705525 51.5818236,17.3771173 51.6131281,17.2899441 C52.2370352,15.5529884 52.8507501,13.8120779 53.4914014,12.081549 C54.2081706,10.1456934 55.556046,8.80966872 57.4318926,8.08097294 C60.2206673,6.99756942 63.1014953,6.81382999 66.0073992,7.48377858 C66.7103361,7.6458483 67.4068827,7.99709548 68.0115378,8.40651308 C69.2295034,9.2311159 69.6623475,10.5760391 69.1913232,11.9860539 C68.5892565,13.7884307 67.9219113,15.5683138 67.2713105,17.3536349 C67.2353952,17.452261 67.0962638,17.5784891 67.0042106,17.5793131 C65.3751604,17.5929905 63.7459485,17.5892004 62.0644813,17.5892004 C62.1238548,17.3997758 62.1659178,17.2462751 62.219629,17.0970589 C62.7707347,15.5664187 63.3249143,14.0369321 63.8756965,12.5061272 C64.2703604,11.409211 63.9089425,10.680268 62.8011495,10.3293504 C61.0318355,9.76882154 59.1163526,10.732506 58.4799076,12.5035729 C57.9112486,14.0860391 57.3471195,15.670318 56.7666506,17.2482525 C56.7170648,17.3830497 56.5604611,17.5734631 56.4515828,17.5748638 C54.8226134,17.5958744 53.1933206,17.5893652 51.5382237,17.5893652 Z M121.667909,7.59000963 C121.637251,7.71533146 121.61986,7.81923076 121.586371,7.91752724 C121.326471,8.68115823 121.053789,9.44042231 120.807074,10.2084202 C120.730632,10.4464575 120.616901,10.5212716 120.374715,10.5180582 C119.350886,10.5044632 118.326896,10.5121258 117.302986,10.512373 C116.011572,10.512785 115.466128,10.8716125 115.017268,12.1065392 C114.405737,13.789197 113.815481,15.4802589 113.244395,17.1775005 C113.130016,17.5174596 112.968963,17.6011723 112.640468,17.5972174 C111.2261,17.5799146 109.811329,17.5898019 108.396638,17.5898019 L107.956675,17.5898019 C108.025756,17.3778012 108.076798,17.2111174 108.134149,17.0467406 C108.813708,15.0977019 109.491488,13.1479216 110.175416,11.200366 C110.771173,9.50403076 111.793061,8.22922513 113.578391,7.76765189 C114.069314,7.64076456 114.588145,7.57666175 115.095085,7.5714709 C117.183106,7.54996597 119.271533,7.56191315 121.359797,7.56306668 C121.450556,7.56314907 121.541315,7.57847442 121.667909,7.59000963 Z M32.9509623,7.56188844 C32.8881106,7.76762717 32.8512246,7.90951027 32.8018815,8.04677928 C31.7063029,11.0962772 30.605871,14.1440448 29.5185433,17.1965913 C29.4179966,17.478792 29.3016763,17.6023835 28.9828876,17.5985934 C27.3666989,17.5794779 25.7501867,17.5897772 24.0724406,17.5897772 C24.1150698,17.4335575 24.1403075,17.30873 24.182775,17.1902469 C25.2903253,14.1014469 26.4032143,11.014542 27.5025947,7.92261097 C27.6017662,7.64370604 27.7342646,7.5521659 28.0243373,7.55480252 C29.6403641,7.56955111 31.2566336,7.56188844 32.9509623,7.56188844 Z M87.8546861,14.107989 C87.5032177,15.0957327 87.1847525,16.0267066 86.8319898,16.9439207 C86.7777124,17.0849798 86.5805827,17.2158221 86.4240599,17.2622101 C83.9920924,17.9836552 81.5022074,18.1658291 78.9844152,18.048582 C77.1835539,17.9647869 75.4219245,17.6726989 73.7579297,16.9281834 C72.7478522,16.4761679 71.8323356,15.8824341 71.1391055,14.9849122 C70.2171985,13.7912651 70.0986942,12.5294777 70.8271115,11.1906517 C71.4368628,10.0698411 72.3577991,9.2905552 73.4447224,8.69434956 C74.9737112,7.85565731 76.6277565,7.44459182 78.3405282,7.25557914 C80.92643,6.97032985 83.4573264,7.21421717 85.8778884,8.21728618 C86.5673976,8.50302985 87.2089387,8.93304604 87.8263745,9.36520449 C88.1598044,9.59862773 88.4403321,9.94649675 88.666097,10.2954369 C89.0783949,10.9325925 89.0028434,11.6278362 88.4240731,12.1070418 C87.9935748,12.4634798 87.4896281,12.7607587 86.9738714,12.9710291 C85.6115975,13.5262848 84.1614767,13.702032 82.7132164,13.8467989 C80.5668726,14.0613538 78.4290222,14.0390249 76.3476334,13.3813531 C75.6353132,13.1562517 74.9579376,12.8162101 74.2425436,12.5195904 C74.1901267,13.0226904 74.4040816,13.4319432 74.7463285,13.7818721 C75.3382839,14.3871411 76.0976014,14.6709073 76.8853922,14.8757397 C78.8454456,15.3855136 80.8345386,15.3721658 82.8287277,15.1679101 C84.4676466,14.9999904 86.0738048,14.6629151 87.6405695,14.139546 C87.6882947,14.1236439 87.7413588,14.1240559 87.8546861,14.107989 Z M76.1337593,10.5573686 C76.4599091,10.6776644 76.6821148,10.7740658 76.9123287,10.8420411 C78.4008724,11.2816975 79.9273537,11.413858 81.4675054,11.3630207 C82.0825954,11.3427517 82.699465,11.2488221 83.30501,11.1317397 C83.4903297,11.0959805 83.640543,10.8717855 83.8068535,10.7338573 C83.6559122,10.5780496 83.5222005,10.396782 83.348529,10.2745911 C83.2103683,10.1773658 83.0272326,10.1290003 82.857282,10.0993383 C82.2347501,9.99066013 81.61238,9.86484393 80.9845093,9.80741506 C79.349635,9.65795168 77.7675821,9.91395097 76.1337593,10.5573686 Z M107.321719,14.1033008 C106.96386,15.0987895 106.636254,16.0414634 106.277829,16.9717782 C106.227758,17.1017141 106.040173,17.2183022 105.8936,17.261724 C103.460824,17.9814388 100.970696,18.1655902 98.4523376,18.0493317 C96.7199904,17.9693268 95.0233159,17.6933057 93.4100393,17.0115747 C92.4814993,16.6191303 91.6282682,16.1042479 90.9228237,15.360062 C89.6065764,13.9714698 89.463077,12.4106733 90.5182912,10.8057958 C91.2712992,9.66059654 92.3422871,8.91245569 93.5579068,8.36906485 C95.786597,7.37266977 98.1353284,7.05981837 100.547154,7.17368738 C102.116669,7.24775992 103.665638,7.50178175 105.114303,8.13094513 C105.922316,8.48186273 106.664404,8.99592118 107.418949,9.46532189 C107.630154,9.5967409 107.797354,9.81665146 107.954686,10.0201655 C108.61103,10.8696515 108.505953,11.6807416 107.653126,12.3323986 C106.949138,12.8704339 106.129395,13.1476909 105.284496,13.3372803 C102.471131,13.9685036 99.6333363,14.2521874 96.789637,13.623024 C95.8297115,13.4106113 94.9228501,12.9491205 93.9926114,12.598862 C93.9083237,12.5671402 93.8309117,12.5166325 93.7080393,12.4529416 C93.6564313,13.0130585 93.8618927,13.4231353 94.199448,13.7720754 C94.7884913,14.3809698 95.5478897,14.6668782 96.3356805,14.8727817 C98.2954912,15.3849451 100.285312,15.3733275 102.279825,15.1693191 C103.918744,15.0017289 105.526115,14.6686909 107.092314,14.1412022 C107.141495,14.1246409 107.195692,14.1234874 107.321719,14.1033008 Z M95.5932691,10.5591895 C95.9362441,10.6836874 96.156832,10.7954141 96.3899579,10.8426261 C97.2063839,11.0079916 98.0217584,11.2026071 98.8474059,11.2906043 C100.106464,11.4247423 101.376765,11.4752501 102.622395,11.1677543 C102.862963,11.1083479 103.06252,10.8760782 103.281004,10.7235663 C103.074411,10.5492198 102.891518,10.2781423 102.656774,10.2184888 C101.942512,10.0368092 101.212882,9.88973527 100.480743,9.81450921 C98.8343017,9.64518879 97.2397916,9.91000428 95.5932691,10.5591895 Z M41.7343085,18.0901499 C39.6459631,18.0575217 37.5680525,17.7452471 35.6290306,16.7702746 C34.7506426,16.3285584 33.9591308,15.7658048 33.353424,14.9648492 C32.4224573,13.733795 32.3618705,12.3265816 33.1906727,11.0221964 C33.8160358,10.0380781 34.7030791,9.35024992 35.7022363,8.81180273 C38.1368732,7.49967245 40.7573152,7.06413583 43.4805688,7.17586259 C45.3403182,7.25215977 47.1424737,7.60777386 48.8291987,8.44926752 C49.6471616,8.85728442 50.3894112,9.37200203 50.9883232,10.0814175 C52.1241042,11.4270823 52.1870369,13.0236379 51.1427428,14.4531802 C50.2692891,15.6488048 49.0575521,16.3785717 47.7362896,16.939595 C45.8319696,17.7483781 43.8334933,18.0646901 41.7343085,18.0901499 Z M42.2525728,14.9727591 C42.5803404,14.9257943 43.0931042,14.8878929 43.5888001,14.7731999 C44.3976224,14.5860823 45.1589621,14.2730661 45.7381368,13.6307196 C46.3948854,12.9024358 46.3660075,12.0051612 45.6552242,11.3362013 C45.4505717,11.1435633 45.2166369,10.9399668 44.9599719,10.8561717 C44.2868836,10.6365084 43.6031177,10.4020964 42.906652,10.3162415 C41.7787173,10.1771598 40.6772338,10.3890781 39.6610896,10.9299147 C39.3555668,11.0924788 39.0599936,11.3045619 38.8160284,11.5514978 C38.0607555,12.3157879 38.106782,13.294221 38.9275761,13.9847682 C39.8373496,14.7501295 40.9356784,14.9218394 42.2525728,14.9727591 Z M128.251046,17.6288651 C128.739462,16.2691108 129.192529,15.0110313 129.643411,13.7521277 C131.03068,9.87835661 132.420942,6.005739 133.796725,2.12776576 C133.911185,1.80510942 134.061317,1.69980942 134.398953,1.70368196 C137.524313,1.73952351 140.650481,1.72905942 143.775355,1.78896013 C145.31397,1.81845731 146.84215,2.03523689 148.263878,2.69117844 C149.880795,3.43725942 151.119387,4.56334323 151.530553,6.40765872 C151.850474,7.842639 151.492939,9.18616154 150.863531,10.4624503 C149.757356,12.7053897 147.965393,14.2498721 145.855692,15.4478862 C143.628054,16.7128869 141.208301,17.3809404 138.682419,17.4772594 C135.237867,17.6086784 131.787571,17.5849489 128.251046,17.6288651 Z M136.249967,15.1384953 C136.625702,15.106032 137.002651,15.0846094 137.37685,15.0392925 C139.387217,14.7957348 141.3027,14.2292735 142.912255,12.9463932 C144.623571,11.5823545 145.690191,9.81927985 145.587136,7.50539886 C145.508754,5.7453728 144.566139,4.59621858 142.869222,4.33576999 C141.850651,4.17938548 140.804092,4.18960238 139.769262,4.17089886 C138.666241,4.15104182 138.452853,4.31179323 138.070484,5.36504041 C137.085806,8.07680379 136.112777,10.7929341 135.135217,13.5073341 C134.677297,14.7788439 134.925307,15.1386601 136.249967,15.1384953 Z"></path>
                    </svg>
                </a>
                <span class="header__overlay header__trigger--close"></span>
                <div class="header__nav">
                    <div class="header__nav__inner">
                        <div class="header__mainNav">
                            <style>
    .megaMenu_btnlist {
    display: flex;
    text-align: center;
    }
    .megaMenu_btn{
    margin-right: var(--gap--8);
    }
    .button__label {
        padding-inline: 10px;
    }


    /* Responsive layout - makes a one column-layout instead of a row */
    @media (max-width: 800px) {
        .megaMenu_btnlist {
        flex-direction: column;
        }
        .megaMenu_btn{
        margin-bottom: var(--gap--8);
        }
    }

</style>
<nav class="mainNav">
    <ul class="mainNav__list">
        <li class="mainNav__item">

            <a href="/en-us/" class="mainNav__link">Home</a>
        </li>
                <li class="mainNav__item">
                    <section class="megaMenu">
                        <a class="mainNav__link megaMenu__trigger">Products</a>
                        <span class="megaMenu__icon megaMenu__trigger"></span>
                        <div class="megaMenu__target">
                            <div class="megaMenu__inner">
                                <div class="megaMenu__links">
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en-us/product/player/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M31.77 28.6c-8.23 0-14.9 6.67-14.9 14.9s6.67 14.9 14.9 14.9 14.9-6.67 14.9-14.9S40 28.6 31.77 28.6Zm0 27.79c-7.11 0-12.9-5.79-12.9-12.9s5.79-12.9 12.9-12.9 12.9 5.79 12.9 12.9-5.79 12.9-12.9 12.9Z"/><path fill="currentColor" d="M31.77 37.6c-3.26 0-5.9 2.64-5.9 5.9s2.64 5.9 5.9 5.9 5.9-2.64 5.9-5.9-2.64-5.9-5.9-5.9Zm0 9.79c-2.15 0-3.9-1.75-3.9-3.9s1.75-3.9 3.9-3.9 3.9 1.75 3.9 3.9-1.75 3.9-3.9 3.9ZM16.02 23.73h4v2h-4zM23.02 23.73h4v2h-4zM30.02 23.73h4v2h-4zM37.02 23.73h4v2h-4zM44.02 23.73h4v2h-4z"/><circle cx="14.72" cy="57.02" r="2" fill="currentColor"/><circle cx="14.72" cy="50.18" r="2" fill="currentColor"/><path fill="currentColor" d="M47.68 48.05h2v1h-2zM47.68 46.05h2v1h-2zM47.68 50.05h2v1h-2zM46.68 52.05h4v1h-4zM47.68 54.05h2v1h-2zM47.68 56.05h2v1h-2zM47.68 58.05h2v1h-2z"/><path fill="currentColor" d="M47.77 5.48v-4h-32v4h-7v57.6h46V5.48h-7Zm-30 0v-2h28v16h-28v-14Zm35 55.6h-42V7.48h5v14h32v-14h5v53.6Z"/><circle cx="13.88" cy="30.11" r="1" fill="currentColor"/><circle cx="17.88" cy="30.11" r="1" fill="currentColor"/></svg>
                                                            </span>DJ Players / Turntables</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/product/mixer/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="13.56" cy="26.23" r="1" fill="currentColor"/><circle cx="13.56" cy="22.23" r="1" fill="currentColor"/><circle cx="13.56" cy="18.23" r="1" fill="currentColor"/><path fill="currentColor" d="M56.61 3.16H7.53V61.4h49.08V3.16Zm-2 17.94h-6v-4h6v4Zm0 38.3H9.53V5.16h45.08v9.94h-8v14h8v30.3Zm0-32.3h-6v-4h6v4Z"/><path fill="currentColor" d="M27.57 54.24h1v2h-1zM25.57 54.24h1v2h-1zM29.57 54.24h1v2h-1zM31.57 53.24h1v4h-1zM33.57 54.24h1v2h-1zM35.57 54.24h1v2h-1zM37.57 54.24h1v2h-1z"/><circle cx="13.56" cy="41.47" r="2" fill="currentColor"/><circle cx="13.56" cy="48.35" r="2" fill="currentColor"/><path fill="currentColor" d="M19.64 45.45h4v1h-4zM19.64 43.45h4v1h-4zM19.64 35.36h4v2h-4zM19.64 39.36h4v2h-4zM19.64 47.45h4v1h-4zM19.64 49.45h4v1h-4z"/><circle cx="21.54" cy="26.23" r="1" fill="currentColor"/><circle cx="21.54" cy="22.23" r="1" fill="currentColor"/><circle cx="21.54" cy="18.23" r="1" fill="currentColor"/><circle cx="21.54" cy="14.23" r="1" fill="currentColor"/><circle cx="21.54" cy="9.23" r="1" fill="currentColor"/><circle cx="21.54" cy="31.29" r="2" fill="currentColor"/><path fill="currentColor" d="M26.65 45.45h4v1h-4zM26.65 43.45h4v1h-4zM26.65 35.36h4v2h-4zM26.65 39.36h4v2h-4zM26.65 47.45h4v1h-4zM26.65 49.45h4v1h-4z"/><circle cx="28.55" cy="26.23" r="1" fill="currentColor"/><circle cx="28.55" cy="22.23" r="1" fill="currentColor"/><circle cx="28.55" cy="18.23" r="1" fill="currentColor"/><circle cx="28.55" cy="14.23" r="1" fill="currentColor"/><circle cx="28.55" cy="9.23" r="1" fill="currentColor"/><circle cx="28.55" cy="31.29" r="2" fill="currentColor"/><path fill="currentColor" d="M33.62 45.45h4v1h-4zM33.62 43.45h4v1h-4zM33.62 35.36h4v2h-4zM33.62 39.36h4v2h-4zM33.62 47.45h4v1h-4zM33.62 49.45h4v1h-4z"/><circle cx="35.53" cy="26.23" r="1" fill="currentColor"/><circle cx="35.53" cy="22.23" r="1" fill="currentColor"/><circle cx="35.53" cy="18.23" r="1" fill="currentColor"/><circle cx="35.53" cy="14.23" r="1" fill="currentColor"/><circle cx="35.53" cy="9.23" r="1" fill="currentColor"/><circle cx="35.53" cy="31.29" r="2" fill="currentColor"/><path fill="currentColor" d="M40.6 45.45h4v1h-4zM40.6 43.45h4v1h-4zM40.6 35.36h4v2h-4zM40.6 39.36h4v2h-4zM40.6 47.45h4v1h-4zM40.6 49.45h4v1h-4z"/><circle cx="42.5" cy="26.23" r="1" fill="currentColor"/><circle cx="42.5" cy="22.23" r="1" fill="currentColor"/><circle cx="42.5" cy="18.23" r="1" fill="currentColor"/><circle cx="42.5" cy="14.23" r="1" fill="currentColor"/><circle cx="42.5" cy="9.23" r="1" fill="currentColor"/><circle cx="42.5" cy="31.29" r="2" fill="currentColor"/><circle cx="50.56" cy="55.3" r="1" fill="currentColor"/><circle cx="13.56" cy="55.3" r="1" fill="currentColor"/><circle cx="50.56" cy="51.3" r="1" fill="currentColor"/><circle cx="50.56" cy="47.3" r="1" fill="currentColor"/><circle cx="50.56" cy="43.3" r="1" fill="currentColor"/><circle cx="50.56" cy="39.3" r="1" fill="currentColor"/><circle cx="50.56" cy="35.3" r="1" fill="currentColor"/></svg>
                                                            </span>DJ mixers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/product/all-in-one-system/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M54.02 17.44v-6.58h-6.01V8.4H16.23v9.04H1.03v38.73h62V17.44h-9.01Zm-35.78 0V10.4h27.77v14H18.23v-6.96Zm33.78 4.49h-3.98v-9.07h3.98v9.07Zm9.01 32.24h-58V19.44h13.21v6.96h31.77v-2.46h6.01v-4.49h7.01v34.72Z"/><path fill="currentColor" d="M27.46 49.26h1v2h-1zM29.46 49.26h1v2h-1zM27.3 41.75h2v1h-2zM27.3 43.75h2v1h-2zM27.3 45.75h2v1h-2zM31.46 48.26h1v4h-1zM33.46 49.26h1v2h-1zM35.46 49.26h1v2h-1z"/><circle cx="28.3" cy="31.16" r="1" fill="currentColor"/><circle cx="28.3" cy="34.17" r="1" fill="currentColor"/><circle cx="28.3" cy="38.17" r="2" fill="currentColor"/><path fill="currentColor" d="M34.75 41.75h2v1h-2zM34.75 43.75h2v1h-2zM34.75 45.75h2v1h-2z"/><circle cx="35.75" cy="31.16" r="1" fill="currentColor"/><circle cx="35.75" cy="34.17" r="1" fill="currentColor"/><circle cx="35.75" cy="38.17" r="2" fill="currentColor"/><path fill="currentColor" d="M9.95 45.26h2v2h-2zM13.95 45.26h2v2h-2zM17.95 45.26h2v2h-2zM9.95 49.26h2v2h-2zM13.95 49.26h2v2h-2zM17.95 49.26h2v2h-2zM21.95 45.26h2v2h-2zM56.67 22.39h2v2h-2zM21.95 49.26h2v2h-2z"/><circle cx="6.6" cy="49.69" r="1.5" fill="currentColor"/><circle cx="6.6" cy="44.69" r="1.5" fill="currentColor"/><path fill="currentColor" d="M45 45.26h2v2h-2zM49 45.26h2v2h-2zM53 45.26h2v2h-2zM45 49.26h2v2h-2zM49 49.26h2v2h-2zM53 49.26h2v2h-2zM57 45.26h2v2h-2zM57 49.26h2v2h-2z"/><circle cx="41.64" cy="49.69" r="1.5" fill="currentColor"/><circle cx="41.64" cy="44.69" r="1.5" fill="currentColor"/><path fill="currentColor" d="M14.79 27.99c-4.2 0-7.61 3.41-7.61 7.61s3.41 7.61 7.61 7.61 7.61-3.41 7.61-7.61-3.41-7.61-7.61-7.61Zm0 13.22c-3.09 0-5.61-2.52-5.61-5.61s2.52-5.61 5.61-5.61 5.61 2.52 5.61 5.61-2.52 5.61-5.61 5.61Z"/><circle cx="14.79" cy="35.6" r="2" fill="currentColor"/><path fill="currentColor" d="M41.79 35.6c0 4.2 3.41 7.61 7.61 7.61s7.61-3.41 7.61-7.61-3.41-7.61-7.61-7.61-7.61 3.41-7.61 7.61Zm13.22 0c0 3.09-2.52 5.61-5.61 5.61s-5.61-2.52-5.61-5.61 2.52-5.61 5.61-5.61 5.61 2.52 5.61 5.61Z"/><circle cx="49.4" cy="35.6" r="2" fill="currentColor"/><circle cx="7.24" cy="23.61" r="1" fill="currentColor"/><circle cx="11.24" cy="23.61" r="1" fill="currentColor"/></svg>
                                                            </span>All-in-one DJ systems</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/product/controller/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M.99 12.91v38.73h62V12.91h-62Zm60 36.73h-58V14.91h58v34.73Z"/><path fill="currentColor" d="M14.11 38.68c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8Zm0-14c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6ZM27.49 44.74h1v2h-1zM29.49 44.74h1v2h-1zM31.49 43.74h1v4h-1zM33.49 44.74h1v2h-1zM35.49 44.74h1v2h-1zM24.99 35.68h2v1h-2zM24.99 37.68h2v1h-2zM24.99 39.68h2v1h-2z"/><circle cx="25.99" cy="19.09" r="1" fill="currentColor"/><circle cx="19.99" cy="20.09" r="2" fill="currentColor"/><circle cx="25.99" cy="22.1" r="1" fill="currentColor"/><circle cx="25.99" cy="25.1" r="1" fill="currentColor"/><circle cx="25.99" cy="28.1" r="1" fill="currentColor"/><path fill="currentColor" d="M28.99 35.68h2v1h-2zM28.99 37.68h2v1h-2zM28.99 39.68h2v1h-2z"/><circle cx="29.99" cy="19.09" r="1" fill="currentColor"/><circle cx="29.99" cy="22.1" r="1" fill="currentColor"/><circle cx="29.99" cy="25.1" r="1" fill="currentColor"/><circle cx="29.99" cy="28.1" r="1" fill="currentColor"/><path fill="currentColor" d="M32.99 35.68h2v1h-2zM32.99 37.68h2v1h-2zM32.99 39.68h2v1h-2z"/><circle cx="33.99" cy="19.09" r="1" fill="currentColor"/><circle cx="33.99" cy="22.1" r="1" fill="currentColor"/><circle cx="33.99" cy="25.1" r="1" fill="currentColor"/><circle cx="33.99" cy="28.1" r="1" fill="currentColor"/><path fill="currentColor" d="M36.99 35.68h2v1h-2zM36.99 37.68h2v1h-2zM36.99 39.68h2v1h-2z"/><circle cx="37.99" cy="19.09" r="1" fill="currentColor"/><circle cx="37.99" cy="22.1" r="1" fill="currentColor"/><circle cx="37.99" cy="25.1" r="1" fill="currentColor"/><circle cx="37.99" cy="28.1" r="1" fill="currentColor"/><circle cx="25.99" cy="32.1" r="1" fill="currentColor"/><circle cx="29.99" cy="32.1" r="1" fill="currentColor"/><circle cx="33.99" cy="32.1" r="1" fill="currentColor"/><circle cx="37.99" cy="32.1" r="1" fill="currentColor"/><path fill="currentColor" d="M9.91 40.74h2v2h-2zM13.91 40.74h2v2h-2zM17.91 40.74h2v2h-2zM9.91 44.74h2v2h-2zM13.91 44.74h2v2h-2zM17.91 44.74h2v2h-2zM52.63 17.87h2v2h-2zM56.63 17.87h2v2h-2z"/><circle cx="6.55" cy="45.17" r="1.5" fill="currentColor"/><circle cx="6.55" cy="40.17" r="1.5" fill="currentColor"/><path fill="currentColor" d="M46.96 40.74h2v2h-2zM50.96 40.74h2v2h-2zM54.96 40.74h2v2h-2zM46.96 44.74h2v2h-2zM50.96 44.74h2v2h-2zM54.96 44.74h2v2h-2z"/><circle cx="43.6" cy="45.17" r="1.5" fill="currentColor"/><circle cx="43.6" cy="40.17" r="1.5" fill="currentColor"/><circle cx="14.11" cy="30.68" r="2.1" fill="currentColor"/><path fill="currentColor" d="M50.22 38.68c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8Zm0-14c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6Z"/><circle cx="50.22" cy="30.68" r="2.1" fill="currentColor"/><circle cx="7.2" cy="19.09" r="1" fill="currentColor"/><circle cx="11.2" cy="19.09" r="1" fill="currentColor"/><circle cx="44.03" cy="19.09" r="1" fill="currentColor"/><circle cx="48.03" cy="19.09" r="1" fill="currentColor"/></svg>
                                                            </span>DJ controllers</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en-us/product/software/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M50.95 30.94h2v4h-2zM46.95 30.94h2v4h-2zM42.95 28.94h2v8h-2zM38.95 26.94h2v12h-2zM34.95 30.94h2v4h-2zM30.95 28.94h2v8h-2zM26.95 26.94h2v12h-2zM22.95 30.94h2v4h-2zM18.95 28.94h2v8h-2zM14.95 26.94h2v12h-2zM10.95 30.94h2v4h-2z"/><path fill="currentColor" d="M56.84 46.97h.02V17.51c0-1.1-.9-2-2-2H9.03c-1.1 0-2 .9-2 2v29.45H1.9v2h60.09v-2h-5.15ZM9.03 17.51h45.83v29.45H9.03V17.51Z"/></svg>
                                                            </span>Softwares / Interfaces</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/product/dj-sampler/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M49.13 5.13V1.12h-34v4.01H7v58.31h50.15V5.13h-8.02Zm-31.86 0V3.26h29.72v11.72H17.27V5.13Zm37.88 56.31H9V7.13h6.13v9.99h34V7.13h6.02v54.31Z"/><path fill="currentColor" d="M10.99 9.13h2v2h-2zM19.13 49.54h2v4h-2zM23.13 49.54h2v4h-2zM27.13 49.54h2v4h-2zM31.13 49.54h2v4h-2zM35.13 49.54h2v4h-2zM39.13 49.54h2v4h-2zM19.13 55.54h2v4h-2zM23.13 55.54h2v4h-2zM27.13 55.54h2v4h-2zM31.13 55.54h2v4h-2zM35.13 55.54h2v4h-2zM39.13 55.54h2v4h-2zM43.13 49.54h2v4h-2zM43.13 55.54h2v4h-2zM50.14 42.6h2v1h-2zM50.14 40.6h2v1h-2zM50.14 38.6h2v1h-2zM49.14 35.6h4v2h-4zM50.14 44.6h2v1h-2zM50.14 46.6h2v1h-2zM50.14 29.6h2v1h-2zM50.14 27.6h2v1h-2zM50.14 25.6h2v1h-2zM50.14 31.6h2v1h-2zM50.14 33.6h2v1h-2z"/><circle cx="13.15" cy="51.27" r="2" fill="currentColor"/><circle cx="13.15" cy="57.27" r="2" fill="currentColor"/><circle cx="13.15" cy="46.27" r="1" fill="currentColor"/><circle cx="13.15" cy="18.79" r="1" fill="currentColor"/><circle cx="51.14" cy="22.6" r="1" fill="currentColor"/><circle cx="52.17" cy="10.13" r="1" fill="currentColor"/><path fill="currentColor" d="M12.15 29.1h2v12h-2zM12.15 23.01h2v4h-2zM49.14 51.54h4v2h-4zM49.14 55.54h4v2h-4zM19.13 20.07h4.73v4.73h-4.73zM26.22 20.07h4.73v4.73h-4.73zM33.31 20.07h4.73v4.73h-4.73zM40.4 20.07h4.73v4.73H40.4zM19.13 27.16h4.73v4.73h-4.73zM26.22 27.16h4.73v4.73h-4.73zM33.31 27.16h4.73v4.73h-4.73zM40.4 27.16h4.73v4.73H40.4zM19.13 34.25h4.73v4.73h-4.73zM26.22 34.25h4.73v4.73h-4.73zM33.31 34.25h4.73v4.73h-4.73zM40.4 34.25h4.73v4.73H40.4zM19.13 41.34h4.73v4.73h-4.73zM26.22 41.34h4.73v4.73h-4.73zM33.31 41.34h4.73v4.73h-4.73zM40.4 41.34h4.73v4.73H40.4z"/></svg>
                                                            </span>DJ samplers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/product/effector/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M60.94 16.18H3.13s-2 6.2-2 15.97 2 16.23 2 16.23h57.81s2-6.46 2-16.23-2-15.97-2-15.97ZM59.33 46.3H4.74c-.3-1.29-.72-3.4-1.05-6.11h29.52l2.89-2.56c1.96 3.97 6.03 6.71 10.76 6.71 6.63 0 12-5.37 12-12s-5.37-12-12-12c-4.71 0-8.77 2.71-10.73 6.66l-2.91-2.62H3.67c.32-2.73.75-4.84 1.06-6.11h54.62c.56 2.3 1.51 7.23 1.51 13.89s-.97 11.78-1.53 14.15ZM4.34 32.34c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4Zm12 0c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4Zm21.33-3.95c1.53-3.56 5.07-6.05 9.18-6.05 5.51 0 10 4.49 10 10s-4.49 10-10 10c-4.13 0-7.68-2.52-9.2-6.09l4.4-3.91-4.38-3.95Zm-9.33 3.95c0-2.21 1.79-4 4-4 1.12 0 2.13.46 2.85 1.2.71.72 1.15 1.71 1.15 2.8s-.44 2.08-1.15 2.8c-.73.74-1.74 1.2-2.85 1.2-2.21 0-4-1.79-4-4Z"/><circle cx="30.18" cy="43.22" r="1" fill="currentColor"/><circle cx="37.66" cy="43.22" r="1" fill="currentColor"/><circle cx="37.66" cy="21.32" r="1" fill="currentColor"/><circle cx="11.87" cy="43.22" r="1" fill="currentColor"/><circle cx="7.87" cy="43.22" r="1" fill="currentColor"/><circle cx="7.87" cy="21.32" r="1" fill="currentColor"/><circle cx="23.53" cy="21.32" r="1" fill="currentColor"/><path fill="currentColor" d="M14.92 42.22h12v2h-12zM15.2 20.32h1v2h-1zM17.2 20.32h1v2h-1zM19.2 20.32h1v2h-1zM13.2 20.32h1v2h-1zM11.2 20.32h1v2h-1zM46.85 37.14a4.801 4.801 0 0 0 0-9.6 4.801 4.801 0 0 0 0 9.6Z"/></svg>
                                                            </span>Remix Station</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/product/production/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M.99 12.91v38.73h62V12.91h-62Zm60 36.73h-58V14.91h58v34.73Z"/><circle cx="5.98" cy="18.63" r="1" fill="currentColor"/><path fill="currentColor" d="M4.98 41.63h4v6h-4zM10.98 41.63h4v6h-4zM16.98 41.63h4v6h-4zM22.98 41.63h4v6h-4zM28.98 41.63h4v6h-4zM34.98 41.63h4v6h-4zM40.98 41.63h4v6h-4zM46.98 41.63h4v6h-4zM52.99 45.63h2v2h-2zM56.99 45.63h2v2h-2zM53.06 19.63h-20v14h20v-14Zm-2 12h-16v-10h16v10Z"/><circle cx="35.06" cy="36.63" r="1" fill="currentColor"/><circle cx="39.06" cy="36.63" r="1" fill="currentColor"/><circle cx="43.06" cy="36.63" r="1" fill="currentColor"/><circle cx="47.06" cy="36.63" r="1" fill="currentColor"/><circle cx="51.06" cy="36.63" r="1" fill="currentColor"/><path fill="currentColor" d="M4.98 21.63h2v16h-2zM10.13 17.63h5v5h-5zM17.63 17.63h5v5h-5zM25.13 17.63h5v5h-5zM10.13 25.13h5v5h-5zM17.63 25.13h5v5h-5zM25.13 25.13h5v5h-5zM10.13 32.63h5v5h-5zM17.63 32.63h5v5h-5zM25.13 32.63h5v5h-5z"/><circle cx="56.97" cy="25.63" r="2" fill="currentColor"/><path fill="currentColor" d="M54.97 35.63h4v2h-4zM54.97 31.63h4v2h-4zM55.97 17.63h2v2h-2z"/></svg>
                                                            </span>Music production</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en-us/product/headphones/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="m50.4 23.21.1 1c.5 4.25 4.08 7.56 8.46 7.56h1v-2h-1c-.27 0-.52-.05-.78-.08l1.35-2.72-3.49-1.76-1.43 2.88c-1.35-1.2-2.21-2.93-2.21-4.88l-.05-1c-.53-10.83-9.47-19.48-20.43-19.48s-19.91 8.66-20.44 19.48l-.05 1c0 1.94-.87 3.67-2.21 4.88l-1.43-2.88-3.49 1.76 1.35 2.72c-.26.03-.51.08-.78.08h-1v2h1c4.38 0 7.96-3.32 8.46-7.56l.1-1c0-10.19 8.29-18.48 18.48-18.48s18.48 8.29 18.48 18.48ZM51.78 32.83l-.82 1.82 7.01 3.16-5 11.09c.47-1.53.81-3.02.94-4.35.25-2.61-.26-4.3-1.45-4.93v-.03l-.11-.05-.66-.3-8.28-3.73L33.4 57.62l6.54 2.94 2.33 1.05.21.09v-.02c.25.09.5.16.77.16 2.63 0 6.19-4.45 8.39-9.32.16-.36.29-.71.44-1.07l1.64.74 6.92-15.36-8.84-3.98ZM41.47 59.04l-5.43-2.44 8.36-18.46 4.18 1.88 1.24.56-8.36 18.46Zm10.45-14.69c-.21 2.12-.98 4.8-2.12 7.33-2.6 5.76-5.65 8.14-6.48 8.12l8.31-18.35c.18.27.47 1.07.29 2.9ZM20.42 35.49l-8.28 3.73-.66.3-.12.05v.03c-1.18.64-1.69 2.32-1.43 4.93.13 1.34.46 2.82.94 4.35l-5-11.09 7.01-3.16-.82-1.82-8.84 3.98 6.92 15.36 1.64-.74c.15.36.28.71.44 1.07 2.2 4.87 5.75 9.32 8.39 9.32.26 0 .51-.07.75-.16v.02l.22-.09 2.33-1.04 6.54-2.95-10.01-22.11Zm-6.39 16.19c-1.14-2.53-1.92-5.2-2.12-7.33-.18-1.83.11-2.63.29-2.9l8.31 18.35c-.82.01-3.88-2.36-6.48-8.12Zm8.33 7.36L14 40.58l1.24-.56 4.18-1.89 8.36 18.46-5.43 2.44Z"/></svg>
                                                            </span>Headphones</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/product/monitor-speakers/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32.04" cy="57.19" r="1" fill="currentColor"/><circle cx="32.04" cy="36.61" r="4" fill="currentColor"/><path fill="currentColor" d="M32.04 27.61a9 9 0 1 0 .001 18.001 9 9 0 0 0-.001-18.001Zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7Z"/><path fill="currentColor" d="M46.04 36.61c0-7.73-6.27-14-14-14s-14 6.27-14 14 6.27 14 14 14 14-6.27 14-14Zm-14 12c-6.62 0-12-5.38-12-12s5.38-12 12-12 12 5.38 12 12-5.38 12-12 12Z"/><path fill="currentColor" d="M11.16 2.93v58.7h41.77V2.93H11.16Zm39.77 18.46c-2.12-7.34-5.64-13.75-7.25-16.47h7.25v16.47ZM37.86 58.67v.95H26.27v-.95c0-1.4-.79-3.15-1.83-4.07-.11-.1-10.95-9.86-10.95-22.4 0-11.75 8.02-25.2 9.3-27.28h18.56c1.28 2.08 9.3 15.52 9.3 27.28 0 12.53-10.84 22.3-10.96 22.4-1.04.93-1.83 2.68-1.83 4.07ZM20.45 4.93c-1.62 2.73-5.17 9.22-7.29 16.61V4.93h7.29Zm-7.29 36.4c3.13 8.63 9.59 14.45 9.95 14.77.61.54 1.16 1.76 1.16 2.58v.95H13.16v-18.3Zm26.7 18.3v-.95c0-.81.55-2.04 1.16-2.58.36-.32 6.76-6.08 9.91-14.64v18.18H39.86Z"/><circle cx="32.04" cy="13.53" r="2" fill="currentColor"/><path fill="currentColor" d="M32.04 20.13c5.56 0 9.92-2.9 9.92-6.6s-4.36-6.6-9.92-6.6-9.92 2.9-9.92 6.6 4.36 6.6 9.92 6.6Zm0-11.21c4.29 0 7.92 2.11 7.92 4.6s-3.63 4.6-7.92 4.6-7.92-2.11-7.92-4.6 3.63-4.6 7.92-4.6Z"/></svg>
                                                            </span>Monitor speakers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="https://alphatheta.com/product/portable-dj-speaker/wave-eight/black/" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--paspeakers" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
    <path fill="currentColor" d="M11.1 1.91v58.71h3.23v2.03h6v-2.03h23.35v2.03h6v-2.03h3.23V1.91H11.1Zm39.81 50.68H13.1V24.41h37.81v28.18ZM20.84 19.57H43.3l5.67 2.84H15.2l5.65-2.84Zm7.36-4.81-7.1 3.57V8.47l7.09 3.54c.11-.32.25-.62.43-.9l-5.93-2.96h18.67l-5.95 2.99c.18.28.32.58.43.9l7.08-3.56v9.78l-7.09-3.54c-.11.32-.25.62-.44.9l5.91 2.95H22.83l5.81-2.92c-.19-.27-.33-.58-.45-.89Zm15.72 4V7.98l6.99-3.51v17.78l-6.99-3.49Zm-.57-11.62H20.69L14.22 3.9H49.8l-6.44 3.24Zm-23.26.83v10.86l-7 3.51V4.47l7 3.5Zm30.82-4.06ZM13.1 58.62v-4.03h37.81v4.03H13.1Z" />
    <path fill="currentColor" d="M32 34.68a3.809 3.809 0 1 0-.002 7.618A3.809 3.809 0 0 0 32 34.68Z" />
    <path fill="currentColor" d="M32 29.91c-4.74 0-8.58 3.84-8.58 8.58s3.84 8.58 8.58 8.58 8.58-3.84 8.58-8.58-3.84-8.58-8.58-8.58Zm0 15.26a6.68 6.68 0 1 1 0-13.36c3.69 0 6.68 2.99 6.68 6.68s-2.99 6.68-6.68 6.68Z" />
    <path fill="currentColor" d="M32 25.15c-7.37 0-13.35 5.98-13.35 13.35S24.63 51.85 32 51.85s13.35-5.98 13.35-13.35S39.37 25.15 32 25.15Zm0 24.79c-6.31 0-11.44-5.13-11.44-11.44S25.69 27.06 32 27.06s11.44 5.13 11.44 11.44S38.31 49.94 32 49.94ZM14.51 25.82v5.13l5.13-5.13h-5.13zm0 25.35h5.13l-5.13-5.13v5.13zm34.98-20.22v-5.13h-5.13l5.13 5.13zm0 20.22v-5.13l-5.13 5.13h5.13zM37.87 55.6h4v2h-4zm6 0h4v2h-4zm-13.7-41.3s.01.03.02.04c.08.14.17.27.27.39.38.42.93.7 1.54.7s1.18-.29 1.56-.73c.1-.12.19-.25.26-.39 0-.01.02-.03.02-.04.06-.13.11-.27.15-.41h3.42v-1h-3.42a2.43 2.43 0 0 0-.13-.38c0-.02-.02-.03-.02-.04-.07-.14-.16-.27-.26-.39-.38-.46-.95-.76-1.59-.76a2.06 2.06 0 0 0-1.83 1.12c0 .01-.02.03-.02.04-.06.13-.11.27-.15.41h-3.42v1h3.42c.04.16.1.31.17.45Z" />
</svg>
                                                            </span>Portable DJ Speakers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/product/pa-speakers/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M52.91 1.91H11.1v58.71h3.23v2.03h6v-2.03h23.35v2.03h6v-2.03h3.23V1.91Zm-2 25.25h-5.96v2h5.96v29.46H13.1V29.16h6.28v-2H13.1V3.91h37.81v23.25Z"/><path fill="currentColor" d="M45.93 6.91H18.08v17.18h27.85V6.91Zm-2 15.18H20.08V8.91h23.85v13.18Z"/><path fill="currentColor" d="M32 19.36c4.52 0 8.18-1.8 8.18-3.86s-3.66-3.86-8.18-3.86-8.18 1.97-8.18 3.86 3.66 3.86 8.18 3.86ZM32 37.34c-2.37 0-4.29 1.92-4.29 4.29s1.92 4.29 4.29 4.29 4.29-1.92 4.29-4.29-1.92-4.29-4.29-4.29Z"/><path fill="currentColor" d="M32 31.98c-5.33 0-9.64 4.32-9.64 9.64s4.32 9.64 9.64 9.64 9.64-4.32 9.64-9.64-4.32-9.64-9.64-9.64Zm0 17.14c-4.14 0-7.5-3.36-7.5-7.5s3.36-7.5 7.5-7.5 7.5 3.36 7.5 7.5-3.36 7.5-7.5 7.5Z"/><path fill="currentColor" d="M32 26.63c-8.28 0-15 6.72-15 15s6.72 15 15 15 15-6.72 15-15-6.72-15-15-15Zm0 27.86c-7.09 0-12.86-5.77-12.86-12.86S24.91 28.77 32 28.77s12.86 5.77 12.86 12.86S39.09 54.49 32 54.49Z"/></svg>
                                                            </span>PA speakers</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en-us/product/accessories/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M21.29 35.25c-.28.77-.48 1.57-.58 2.38l3.96.52c.07-.52.19-1.03.37-1.53l-3.76-1.37ZM36.41 20.24c-.71-.16-1.45-.29-2.21-.38l-.45 3.98c.6.07 1.18.17 1.75.3l.9-3.9ZM40.64 21.77c-.67-.34-1.37-.64-2.07-.9l-1.36 3.76c.56.2 1.1.44 1.62.7l1.82-3.56ZM41.72 27.31l2.66-2.99c-.56-.5-1.16-.97-1.79-1.39l-2.25 3.3c.49.33.95.69 1.38 1.08ZM29.37 32.33l-1.35-3.77c-.77.28-1.5.64-2.2 1.07l2.14 3.38c.45-.28.92-.51 1.41-.69ZM28.44 24.13l-.9-3.9c-.73.17-1.45.38-2.15.63l1.35 3.77c.55-.2 1.12-.37 1.71-.5ZM20.65 40.05c.06.77.2 1.55.4 2.33l3.87-1.02a9.43 9.43 0 0 1-.28-1.63l-3.99.32ZM26.73 33.99l-2.82-2.84c-.58.58-1.09 1.21-1.53 1.9l3.37 2.16c.28-.44.62-.85.99-1.22ZM39.51 47.78l1.84 3.55c.67-.35 1.33-.75 1.95-1.19l-2.31-3.27c-.47.33-.97.64-1.48.9ZM48.97 43.07l-3.7-1.52c-.22.53-.47 1.04-.77 1.53l3.44 2.05c.39-.66.74-1.36 1.03-2.06ZM46.63 47.01l-3.12-2.51c-.36.45-.75.87-1.18 1.27l2.73 2.92c.56-.52 1.08-1.09 1.56-1.68ZM49.85 34.06l-3.93.71c.1.57.17 1.15.19 1.72l4-.17c-.03-.75-.12-1.52-.26-2.27ZM44.85 31.47c.25.53.47 1.07.65 1.62l3.8-1.25c-.24-.73-.52-1.43-.84-2.1l-3.61 1.73ZM42.94 28.56c.38.44.73.91 1.05 1.39l3.34-2.2c-.41-.63-.87-1.24-1.37-1.81l-3.03 2.61ZM50.06 38.6l-3.98-.36c-.05.57-.14 1.13-.28 1.67l3.88.97c.18-.74.31-1.51.38-2.29ZM31.98 23.73l-.04-4c-.76 0-1.47.04-2.19.12l.45 3.98c.57-.06 1.17-.11 1.78-.1ZM20.73 49.5l-2.97 2.68c.49.55 1.01 1.07 1.56 1.57l2.69-2.96c-.45-.41-.87-.84-1.28-1.29ZM18.64 46.6l-3.47 1.98c.37.64.77 1.27 1.2 1.87l3.24-2.34c-.35-.48-.68-.99-.97-1.51ZM23.41 51.94l-2.39 3.21c.59.44 1.2.85 1.83 1.23l2.07-3.42c-.52-.31-1.02-.65-1.51-1.02ZM24.78 57.43c.66.32 1.34.6 2.03.86l1.39-3.75c-.57-.21-1.13-.45-1.68-.71l-1.73 3.61ZM34.75 53.11l-.19-4c-.54.02-1.1 0-1.64-.06l-.55 3.96c.54.08 1.09.12 1.66.12.24 0 .48 0 .72-.02ZM28.9 58.95c.72.19 1.44.34 2.17.46l.62-3.95c-.59-.09-1.18-.21-1.77-.37l-1.02 3.87ZM30.04 52.44l1.32-3.77c-.51-.18-1-.41-1.48-.68l-2.01 3.46c.69.4 1.42.74 2.16 1ZM36.27 48.91l.77 3.93c.75-.15 1.5-.35 2.22-.6l-1.32-3.77c-.54.19-1.1.34-1.66.45ZM19.69 29.84l-3.2-2.39c-.45.59-.86 1.21-1.24 1.86l3.45 2.02c.3-.52.63-1.01.99-1.49ZM17.9 32.9l-3.67-1.59c-.29.68-.56 1.38-.78 2.1l3.82 1.17c.18-.57.38-1.13.62-1.67ZM25.11 25.33l-1.79-3.58c-.67.34-1.32.71-1.94 1.12l2.19 3.35c.5-.32 1.01-.62 1.54-.88ZM22.14 27.27l-2.56-3.07c-.57.48-1.12.99-1.63 1.53l2.89 2.76c.41-.43.85-.84 1.3-1.22ZM16.86 36.3l-3.93-.72c-.13.73-.22 1.47-.27 2.23l3.99.25c.04-.6.11-1.19.21-1.76ZM16.83 41.61c-.1-.58-.16-1.17-.2-1.77l-3.99.22c.04.75.12 1.5.25 2.22l3.94-.67Z"/><path fill="currentColor" d="M57.45 4.89h-6v1h-4c-.55 0-1 .45-1 1s.45 1 1 1h4v1h2l.07 28.63c0 10.55-8.59 19.14-19.14 19.14v-1c-.3 0-.6 0-.89-.02l-.21 4c.37.02.74.03 1.11.03v-1c11.66 0 21.14-9.48 21.14-21.14V14.54l1.93-9.65Z"/><path fill="currentColor" d="M32.61 46.59c4.65 0 8.43-3.78 8.43-8.43 0-5.1-4.15-9.26-9.26-9.26v-1c-.41 0-.81.02-1.21.06l.43 3.98c.26-.03.52-.04.79-.04v-1c4 0 7.26 3.26 7.26 7.26 0 3.54-2.88 6.43-6.43 6.43H18.65c-4.88 0-8.84-3.96-8.84-8.84V16.66l1.04-2.83V8.58H9.83V4.99h-2v3.59H6.81v5.25l1 2.83v19.09c0 5.98 4.86 10.84 10.84 10.84h13.97Z"/></svg>
                                                            </span>Accessories</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="https://pioneerdjstore.com/pages/ata-care" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">
                                                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 706.27 719.53">
    <g fill="#a7a9ac">
        <path d="m462.9 66.03-4.86 40.78 118.8 305.08-40.09 15.61-118.81-305.07-31.15-26.76-10.45-80.06L416.44 0l46.46 66.03zM602.79 432.51l-73.58 28.66 69.28 222.81c11.18 28.7 43.51 42.91 72.22 31.74 28.7-11.18 42.91-43.51 31.74-72.21l-99.66-210.99Zm47.9 202.14c2.15 5.54-.58 11.76-6.12 13.93a10.765 10.765 0 0 1-13.93-6.12l-55.58-142.71c-2.15-5.54.58-11.76 6.12-13.93s11.76.58 13.93 6.12l55.58 142.71Z" />
    </g>
    <g fill="#a7a9ac">
        <path d="M235.91 280.43c-10.9-1.69-21.79-4.55-32.48-8.75a153.413 153.413 0 0 1-29.77-15.65L3.25 653.65c-9.47 24.17 2.45 51.44 26.62 60.91 24.17 9.47 51.44-2.45 60.91-26.62l145.13-407.51Zm-68.47 57.09c1.91-4.87 7.42-7.27 12.29-5.36s7.27 7.42 5.36 12.29L91.84 582.37c-1.91 4.87-7.42 7.27-12.29 5.36s-7.27-7.42-5.36-12.29l93.25-237.92ZM38.79 691.79c-12.12-4.75-18.1-18.42-13.35-30.55s18.42-18.1 30.55-13.35c12.12 4.75 18.1 18.42 13.35 30.55-4.75 12.12-18.42 18.1-30.55 13.35ZM369.93 122.22l-62.69 57.19-60.31-32.97-27.3-63.08 62.69-57.17c5.69-5.19 2.65-14.65-4.99-15.61-34.44-4.28-70.46 5.93-98.11 31.15-50.77 46.31-53.13 127.46-5.2 176.7 46.09 47.36 121.79 49.89 170.97 5.03 27.63-25.21 41.12-60.12 40.03-94.79-.25-7.72-9.38-11.65-15.08-6.44Z" />
    </g>
</svg>
                                                            </span>Extended warranty</a>                                                    </li>
                                            </ul>

                                </div>
                                    <div class="megaMenu__aside">
                                        <div class="megaMenu__aside__inner">
                                            <a href="https://pioneerdjstore.com/pages/ata-care" class="megaMenu__banner" target="_blank">
                                                <span class="megaMenu__banner__visual responsiveImage--bg">
                                                    <em data-mq="small" href="https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dropdown-menu/at-care-banner-mobile-250x90.jpg?mh=90&amp;w=250&amp;hash=CA8D3C628D5E6A6EED3F93B2575ABEB2"></em>
                                                    <em data-mq="large" href="https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dropdown-menu/at-care-banner-320x200.jpg?h=200&amp;w=320&amp;hash=0C33B311D557D02D4A6741F6A9A64923"></em>
                                                </span>

                                                <div class="megaMenu__banner__content">
                                                    <p class="megaMenu__banner__title"></p>
                                                    <div class="megaMenu__banner__desc"></div>
                                                </div>

                                                <div class="megaMenu__banner__icon">
                                                    <span class="button button--subtle">
                                                        <i class="button__icon">
                                                            <svg class="symbol symbol--arro-right" viewBox="0 0 27 18" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                <g transform="translate(-38 -1)" fill="none" fill-rule="evenodd">
                                                                    <path class="theFill" d="M38.009 1.001h26.988L47.14 19.005v-6.65H38.01z"/>
                                                                    <path class="theStroke" stroke="#395EE2" stroke-width="2" d="M39.009 2.001v9.355h9.131v5.22L62.597 2.002H39.009z"/>
                                                                </g>
                                                            </svg>
                                                        </i>
                                                    </span>
                                                </div>
                                            </a>
                                        </div>
                                    </div>


                               <div class="megaMenu__cta">
                                   <ul class="megaMenu_btnlist">
										<li class="megaMenu_btn"><a href="/en-us/product/" class="button"><span class=" button__label">All categories</span></a></li>
                                      										<li class="megaMenu_btn"><a href="/en-us/product/archive/" class="button"><span class="button__label">Archived products</span></a></li>
								    </ul>
                                </div>

                            </div>
                        </div>
                    </section>
                </li>
                    <li class="mainNav__item">
                        <a href="/en-us/news/" class="mainNav__link" title="News" >News</a>
                    </li>
                    <li class="mainNav__item">
                        <a href="http://blog.pioneerdj.com" class="mainNav__link" rel="noopener noreferrer" target="_blank" >Blog</a>
                    </li>
                <li class="mainNav__item">
                    <section class="megaMenu">
                        <a class="mainNav__link megaMenu__trigger">Support</a>
                        <span class="megaMenu__icon megaMenu__trigger"></span>
                        <div class="megaMenu__target">
                            <div class="megaMenu__inner">
                                <div class="megaMenu__links">
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="https://support.pioneerdj.com/hc/en-us/articles/11949537649305-Software-firmware" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Downloads (Firmware, driver etc.)</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="https://support.pioneerdj.com/hc/en-us/articles/11949532807193-Manuals" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Manuals &amp; documentation</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="https://support.pioneerdj.com/hc/en-us/articles/11949656174617-Software-information" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">

                                                            </span>DJ Application &amp; OS Support information</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="https://www.pioneerdj.com/en/landing/technical-riders/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Technical Riders</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en-us/support/support-archive/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Archived products</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="https://support.pioneerdj.com/hc/en-us" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">

                                                            </span>FAQ (Visit Help Center)</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en-us/support/service-centres/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Service centers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="https://support.pioneerdj.com/hc/en-us/categories/4417227498393" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Contact</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="https://support.pioneerdj.com/hc/en-us/categories/4416175431577-Account-profile" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">

                                                            </span>AlphaTheta Account FAQ</a>                                                    </li>
                                            </ul>

                                </div>


                               <div class="megaMenu__cta">
                                   <ul class="megaMenu_btnlist">
										<li class="megaMenu_btn"><a href="/en-us/support/" class="button"><span class=" button__label">All support</span></a></li>
                                      								    </ul>
                                </div>

                            </div>
                        </div>
                    </section>
                </li>
                    <li class="mainNav__item">
                        <a href="https://pioneerdjstore.com/pages/store-locator" class="mainNav__link" rel="noopener noreferrer" target="_blank" title="Find a store" >Find a store</a>
                    </li>
                    <li class="mainNav__item">
                        <a href="https://pioneerdjstore.com/" class="mainNav__link" rel="noopener noreferrer" target="_blank" >Online store</a>
                    </li>
    </ul>
</nav>

                        </div>
                        <div class="header__actionNav">
                            <nav class="actionNav">
                                <div class="actionNav__item">
									<div class="search">
										<a class="search__trigger search__trigger--open header__trigger--close">
											<svg class="symbol symbol--search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 57">
											  <path fill="currentColor" d="M60 54.93 39.86 34.91a21.74 21.74 0 0 0 4.28-12.97C44.14 9.84 34.24 0 22.07 0S0 9.84 0 21.94s9.9 21.94 22.07 21.94c6.23 0 11.87-2.59 15.88-6.73L57.92 57 60 54.93ZM22.07 40.95c-10.55 0-19.13-8.53-19.13-19.02S11.52 2.92 22.07 2.92 41.2 11.45 41.2 21.94s-8.58 19.02-19.13 19.02Z" />
											</svg>
										</a>
											<div class="search__inner">
												<form action="/search-results" class="search__form">
													<div class="search__field">
														<input name="q" type="search" class="search__input input__search" data-search-page="/search-results?q=" data-no-results="Oops nothing can be found" data-nothing-entered="Please enter a search query">
														<a href="#0" class="search__closeTrigger search__trigger--close">
															<svg class="symbol symbol--close" viewBox="0 0 12 14" version="1" xmlns="http://www.w3.org/2000/svg">
																<path d="M6.066 5.492L2.372.931A1 1 0 1 0 .818 2.19l3.848 4.752L.418 11.34a1 1 0 0 0 1.439 1.39v-.001l4.077-4.222 3.694 4.561a1 1 0 1 0 1.554-1.259L7.334 7.059l4.248-4.399a1 1 0 0 0-1.439-1.39v.001L6.066 5.492z" fill="currentColor" fill-rule="evenodd" />
															</svg>
															<span class="screenReader">Close</span>
														</a>
													</div>
													<span class="search__loader"></span>
												</form>
												<div class="search__overlay search__trigger--close"></div>
												<div class="search__results">
													<div class="search__results__inner">
														<h3 class="heading heading--2 heading--fancy">
															Top results
														</h3>
														<ul class="search__list"><!-- POPULATED WITH JAVASCRIPT --></ul>
														<a class="search__cta button trigger__searchpage"><span class="button__label">See all results</span></a>
														<p class="search__note">
															Didn’t find what you’re looking for? Maybe use fewer words or a more general search term.<br />If you still have no luck you can contact our <a href="/en-us/support/contact">customer service</a>.
														</p>
													</div>
													<div class="help-cta bg-dark-1 color-light">
														<h3 class="help-cta__title h4 no-line color-light">Looking For Support?</h3>
														<p>
															Go to our Support Center....
														</p>
														<div class="help-cta__action">
															<div class="clearfix">
																<div>
																	<a href="https://support.pioneerdj.com/hc/en-us
" class="button">
																		<span class="button__label">
																			Help Center
																		</span>
																	</a>
																</div>
															</div>
														</div>
													</div>
												</div>
											</div>
									</div>
                                </div>

                            </nav>
                        </div>
                        <div class="header__profileNav">



<nav class="profileNav">
                    <div class="profileNav__item">
                <a href="/en-us/account/register/" class="profileNav__link">
                    <span class="profileNav__label">Register</span>
                </a>
            </div>
            <div id="LoginRegister" class="profileNav__item">
                <a href="/en-us/account/login/?relPath=en-us%2Fproduct%2Fplayer%2Fcdj-900nxs%2Fblack%2Foverview%2F" class="profileNav__link">
                    <span class="profileNav__label">Log in</span>
                </a>
            </div>



<div class="profileNav__item profileNav__item--lang">
    <a href="/selectCountry/" class="profileNav__link flag flag-US" style="margin:0;width:20px"></a>
</div>

</nav>

<!--<script type="text/javascript">
    synchroniseLoginStatus();
    $("#loginlink").click(function () {
        if (window.location.href.indexOf("account/about") > -1) {
            document.getElementById("loginlink").setAttribute("target", "_blank")
        }
    });
</script>-->
<script type="text/javascript">
if (typeof synchroniseLoginStatus === typeof function() {}) {
    synchroniseLoginStatus();
}

const loginlink = document.querySelector('#loginlink');
if (loginlink) {
    loginlink.addEventListener('click', e => {
        if (window.location.href.indexOf("account/about") > -1) {
            loginlink.setAttribute("target", "_blank")
        }
    });
}
</script>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</header>

<script>
    if (window.location.href.indexOf("/product-register/") > -1)
    {
        var urlQuery= window.location.href.split('?')[1];
        var redURl= '/account/hardware/product-registration/?'+urlQuery;
        console.log(redURl);
        window.location.href=redURl;
    }
</script>
    <div class="outer">
        <div class="bg">



    <header class="hero sticky_hero">
            <div class="image bg-adapt">
                <a data-mq="xs" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs-header-img.jpg?mh=300&amp;c=1&amp;cw=780&amp;hash=0B2C9E9D1649A056BA1CCEBC043D1AB1"></a>
                <a data-mq="sm" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs-header-img.jpg?mh=480&amp;c=1&amp;cw=1000&amp;hash=7E3C118FCAB8B1D44068CB3FD60E5412"></a>
                <a data-mq="md" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs-header-img.jpg?mh=480&amp;c=1&amp;cw=1600&amp;hash=7E3C118FCAB8B1D44068CB3FD60E5412"></a>
                <a data-mq="lg" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs-header-img.jpg?mh=600&amp;c=1&amp;cw=2000&amp;hash=FE1AAC6E5868C7653D9D7A697CB1FE71"></a>
            </div>
        <div class="content">
            <div class="container">
                <div class="head">
                        <div class="name">
                            CDJ-900NXS




<span class="sharethis-wrap">
    <a class="sharethis" href="#"><span class="ico"><span class="sr-only">Share</span></span></a>
    <div class="sharethis-dropdown">
        <ul>
            <li>        <a class="ico icon-facebook"
           id="FacebookShare_DCAFA941A5A344AFBAB3C6F4CBEF8C58"
           target="popup"
           onclick="event.preventDefault(); window.open('https://www.facebook.com/share.php?u=https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/&amp;t=CDJ-900NXS&sc_camp=F01366D9-2BAC-4C65-9A47-D8F66A56615D', 'name', 'width=600,height=400')"
           data-href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/"
           style="cursor: pointer;">
            <span class="sr-only">Facebook</span>
        </a>
        <script type="text/javascript">
            document.getElementById("FacebookShare_DCAFA941A5A344AFBAB3C6F4CBEF8C58").addEventListener('click', function () {
                var url = '/layouts/Social/Sharing/SocialEvents.aspx?itemId={8C5CF017-FD36-499C-8388-81FE7EE9AAEF}&goalName=rrHIKAeIcrsWRd4meKJMFW1A2BoWz9O7%2b3fArenl03I%3d&defaultGoalName=rrHIKAeIcrsWRd4meKJMFW1A2BoWz9O7%2b3fArenl03I%3d';var xmlhttp;if (window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest();}else{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}xmlhttp.open("GET",url,true);xmlhttp.send();
            });
        </script>
</li>
                <li>        <a class="ico icon-pinterest"
           id="PinterestShare_0A3D384171BD4E32959CFCB6E2556EFA"
           target="popup"
           onclick="event.preventDefault(); window.open('https://pinterest.com/pin/create/button/?url=https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/&amp;media=https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=169&amp;w=169&amp;hash=E06A591D31A5853ADF225041FFDCD2A7&amp;description=CDJ-900NXS&sc_camp=B83F9668-56C2-4FC5-A463-47B5659FF718', 'name', 'width=600,height=400')"
           data-href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/"
           style="cursor: pointer;">
            <span class="sr-only">Pinterest</span>
        </a>
        <script type="text/javascript">
            document.getElementById("PinterestShare_0A3D384171BD4E32959CFCB6E2556EFA").addEventListener('click', function () {
                var url = '/layouts/Social/Sharing/SocialEvents.aspx?itemId={8C5CF017-FD36-499C-8388-81FE7EE9AAEF}&goalName=BkzpWbZvZB%2bgcxw2iYhnd%2bHDN5rEANx61RUiTtHFFds%3d&defaultGoalName=BkzpWbZvZB%2bgcxw2iYhnd%2bHDN5rEANx61RUiTtHFFds%3d';var xmlhttp;if (window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest();}else{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}xmlhttp.open("GET",url,true);xmlhttp.send();
            });
        </script>
</li>
            <li>        <a href="mailto:?subject=CDJ-900NXS&amp;body=https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/&sc_camp=B0A5A8FB-7F05-4047-9273-BB8FEDA2428D"
           class="ico icon-mail"
           id="MailShare_BAD33C11E0E64ABEBF68062E2FECB43D"
           data-href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/">
            <span class="sr-only">Email</span>
        </a>
        <script type="text/javascript">
            document.getElementById("MailShare_BAD33C11E0E64ABEBF68062E2FECB43D").addEventListener('click', function () {
                var url = '/layouts/Social/Sharing/SocialEvents.aspx?itemId={8C5CF017-FD36-499C-8388-81FE7EE9AAEF}&goalName=Ewt6m1bKeYYaL7BFbTENeI7pad13ZgR7x6%2fyCRd85Vk%3d&defaultGoalName=Ewt6m1bKeYYaL7BFbTENeI7pad13ZgR7x6%2fyCRd85Vk%3d';var xmlhttp;if (window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest();}else{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}xmlhttp.open("GET",url,true);xmlhttp.send();
            });
        </script>
</li>
            <li>        <a class="ico icon-twitter"
           id="TwitterShare_CAA6B0699E1F4C619A084FA42CC1BD27"
           target="popup"
           onclick="event.preventDefault(); window.open('https://twitter.com/share?text=CDJ-900NXS&amp;url=https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/&sc_camp=A221152F-E51C-419D-A09A-DE1C4185FFDE', 'name', 'width=600,height=400')"
           data-href="https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/black/overview/"
           style="cursor: pointer;">
            <span class="sr-only">Twitter</span>
        </a>
        <script type="text/javascript">
            document.getElementById("TwitterShare_CAA6B0699E1F4C619A084FA42CC1BD27").addEventListener('click', function () {
                var url = '/layouts/Social/Sharing/SocialEvents.aspx?itemId={8C5CF017-FD36-499C-8388-81FE7EE9AAEF}&goalName=sfj9AZ2%2bGl2p7x%2bnKJS4Rw%3d%3d&defaultGoalName=sfj9AZ2%2bGl2p7x%2bnKJS4Rw%3d%3d';var xmlhttp;if (window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest();}else{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}xmlhttp.open("GET",url,true);xmlhttp.send();
            });
        </script>
</li>
        </ul>
    </div>
</span>

                        </div>
                        <div id="fb-root"></div>
                    <h1 class="desc">Performance DJ multi player with disc drive</h1>
                </div>




<input type="hidden" id="productCurrentItem" value="{8C5CF017-FD36-499C-8388-81FE7EE9AAEF}" />
<input type="hidden" id="pageId" value="{8C5CF017-FD36-499C-8388-81FE7EE9AAEF}" />
	<div class="btn-holder">
		<div class="sub-header-actions">
			<div class="sub-header-actions__item sub-header-actions__item--labels">
                <div class="sub-header-actions__labels">
                        <span id="pricedisplay" class="sub-header-actions__label sub-header-actions__label--price">$1,529</span>
                                    </div>
			</div>
			<div class="sub-header-actions__item">
				<a href="https://pioneerdjstore.com" target="_blank" goal-id="{B4414F34-A71F-495A-83F6-CE4A7D041164}" class="sub-header-actions__action">
					<span class="sub-header-actions__button action action--ghost action--on-dark">
						<span class="action__label">Buy Now</span>
						<span class="action__bg"></span>
					</span>

					<span class="sub-header-actions__icon">
						<svg class="icon-marker" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 28">
							<path fill="currentColor" d="M10,0c5.5,0,10,4.4,10,9.8c0,1.8-0.5,3.5-1.4,5l0,0l-7.7,12.7c-0.1,0.2-0.4,0.4-0.7,0.4l0,0
c-0.3,0-0.6-0.1-0.7-0.4l0,0L1.5,15C0.5,13.5,0,11.7,0,9.8C0,4.4,4.5,0,10,0z M10,1.6c-4.6,0-8.3,3.7-8.3,8.2c0,1.5,0.4,3,1.3,4.3
l0,0l7.2,11.4l7-11.6c0.8-1.3,1.2-2.7,1.2-4.2C18.3,5.3,14.6,1.6,10,1.6z M10,5c2.8,0,5,2.2,5,5c0,2.7-2.2,5-5,5c-2.8,0-5-2.3-5-5
C5,7.2,7.2,5,10,5z M10,6.7c-1.8,0-3.3,1.5-3.3,3.3c0,1.8,1.5,3.3,3.3,3.3c1.9,0,3.3-1.5,3.3-3.3C13.3,8.2,11.8,6.7,10,6.7z" />
						</svg>

					</span>
				</a>
			</div>
		</div>
	</div>


                    <p>

<a href="https://www.youtube.com/watch?v=g-t4M6mbWoo" class="controlbtn trigger__open-overlayer video-player"
   data-title="CDJ-900NXS Friction Performance"
   data-video="g-t4M6mbWoo"
   data-autoplay="False"
   data-volumebar="True"
   data-seekbar="True"
   data-volume="90"
   data-start-at="0">
    <span class="ico icon-controlbtn-play">
        <span class="sr-only">Play</span>
    </span>
</a>

                    </p>
                                    <p>
                        <a href="/en-us/product/player/" class="ghostbtn ghostbtn-small ghostbtn-back ghostbtn-light"><span class="text">DJ Players / Turntables</span></a>
                    </p>
            </div>
        </div>
    </header>
    <input type="hidden" id="productCurrentItem" value="{8C5CF017-FD36-499C-8388-81FE7EE9AAEF}" />

<script>
    var validMailId = false;
    var validCaptcha = false;
    function validateEmail($email) {
        var emailReg = /^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/;

        return emailReg.test($email);
    }

    function ClearErrors() {
        $("#MailError").hide();
        $("#CaptchaError").hide();
        $("#MailExists").hide();
    }

    function registerbackorder(event) {
        event.preventDefault();
        ClearErrors();

        var emailIDValue = $("#email").val();
        if (!validateEmail(emailIDValue)) {
            //alert("Invalid emailaddress");
            $("#MailError").show();
            validMailId = false;
        } else { validMailId = true }
        var ContextIDValue = $("#productCurrentItem").val();
        var captcharesponse = grecaptcha.getResponse();
        if (validMailId && (captcharesponse == null || captcharesponse == "")) {
            $("#CaptchaError").show();
            validCaptcha = false;
        } else { validCaptcha = true }
        if (validCaptcha && validMailId) {
            jQuery.ajax({
                type: "POST",
                url: '/api/sitecore/BackOrder/Add',

                data: JSON.stringify({ emailid: emailIDValue, contextItemId: ContextIDValue, CaptchaResponse: captcharesponse }),
                contentType: "application/json; charset=utf-8",
                dataType: "json",
                success: function (data) {
                    if (data.Success) {
                        document.querySelector('.overlay-modal').setAttribute('data-step', 2); return false;
                    }
                    else {
                        if (data.FailureCode = "100") {
                            $("#MailExists").show();
                        }
                    }
                },
                //failure: function (response) {
                //    alert(response.responseText);
                //},
                error: function (response) {
                    alert(response.statusText);
                }
            });
        }
    }

</script>



<a id="info"></a>

    <div class="nav-in-page-v2 nav-in-page-v2--small">
        <span class="nav-in-page-v2__anchor"></span>
        <div class="nav-in-page-v2__inner">
            <nav class="nav-in-page-v2__nav">
                <ul class="nav-in-page-v2__nav-items">
                        <li class="nav-in-page-v2__nav-item active">
                            <a href="/en-us/product/player/cdj-900nxs/black/overview/" class="nav-in-page-v2__link">
                                <span class="link__label">Overview</span>
                            </a>
                        </li>
                        <li class="nav-in-page-v2__nav-item">
                            <a href="/en-us/product/player/cdj-900nxs/black/specifications/#info" class="nav-in-page-v2__link">
                                <span class="link__label">Specifications</span>
                            </a>
                        </li>
                        <li class="nav-in-page-v2__nav-item">
                            <a href="/en-us/product/player/cdj-900nxs/black/video-images/#info" class="nav-in-page-v2__link">
                                <span class="link__label">Video &amp; Images</span>
                            </a>
                        </li>
                        <li class="nav-in-page-v2__nav-item">
                            <a href="/en-us/product/player/cdj-900nxs/black/support/#info" class="nav-in-page-v2__link">
                                <span class="link__label">Downloads</span>
                            </a>
                        </li>
                        <li class="nav-in-page-v2__nav-item">
                            <a href="/en-us/product/player/cdj-900nxs/black/related-products/#info" class="nav-in-page-v2__link">
                                <span class="link__label">Combine with</span>
                            </a>
                        </li>

                </ul>
            </nav>


            <!--  <div class="nav-in-page-v2__actions">
                 <div class="nav-in-page-v2__actions-inner">
                  </div>
            </div>
            Code removed for Double Price appearance -->
                <div class="nav-in-page-v2__actions">
                    <div class="nav-in-page-v2__actions-inner">
                        <div class="nav-in-page-v2__actions">
                            <div class="nav-in-page-v2__actions-inner">
                                    <span>$1,529</span>
                                                            </div>
                        </div>
                        <a href="https://pioneerdjstore.com" target="_blank" class="action action--normal action--on-light action--wheretobuy">
                            <span class="action__label">Buy Now</span>
                            <span class="action__bg"></span>
                        </a>
                    </div>
                </div>



        </div>

    </div>
    <!-- Start of HubSpot Embed Code -->
    <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/20524623.js"></script>
    <!-- End of HubSpot Embed Code -->
<style type="text/css">
    @media screen and (max-width: 768px) {
        .nav-in-page-v2__link {
            color: var(--color--neutrals-10);
        }
    }
</style>



    <div class="section section-product-images">
        <div class="container">
            <div class="image-gallery">
                <div class="image img-adapt">
                    <a href="#zoom-tool-01" class="btn trigger__open-overlayer zoom-tool" data-classes="light zoom">
                        <img class="lazyload"  data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=240&amp;w=320&amp;hash=44142481B3839F8783F4570FC6D2767E" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=768&amp;w=1024&amp;hash=341FA4E197BBE6E21B4AE48134086F4D" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=169&amp;w=169&amp;hash=E06A591D31A5853ADF225041FFDCD2A7" alt="CDJ-900NXS" class="zoomtool-capable image-switch-target" rel="productView" />
                    </a>
                    <a data-mq="xs" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=240&amp;w=320&amp;hash=44142481B3839F8783F4570FC6D2767E"></a>
                    <a data-mq="sm" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=480&amp;w=640&amp;hash=2311C9CEB7E915485950FE4BA66DA8B0"></a>
                    <a data-mq="md" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=600&amp;w=800&amp;hash=946981EA047A52BAAF9E6507F9951BC4"></a>
                    <a data-mq="lg" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=768&amp;w=1024&amp;hash=341FA4E197BBE6E21B4AE48134086F4D"></a>
                </div>
                <div class="image-gallery-thumbs folder__container">
                    <span class="folder__trigger"></span>
                    <div class="wrap">
                        <div class="folder__content">
                            <div class="list">
                                <div class="items">

                                        <div class="item-element   active">

                                            <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=169&amp;w=169&amp;hash=E06A591D31A5853ADF225041FFDCD2A7" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=768&amp;w=1024&amp;hash=341FA4E197BBE6E21B4AE48134086F4D" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-main-pdj.png?h=169&amp;w=169&amp;hash=E06A591D31A5853ADF225041FFDCD2A7" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                            </a>

                                        </div>
                                        <div class="item-element">

                                            <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-angle-pdj.png?h=169&amp;w=169&amp;hash=164BABB65A2C809658AA8E33CEAFC7D8" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-angle-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-angle-pdj.png?h=768&amp;w=1024&amp;hash=E67D6EC13E88636E5F562F3F869D545E" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-angle-pdj.png?h=169&amp;w=169&amp;hash=164BABB65A2C809658AA8E33CEAFC7D8" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                            </a>

                                        </div>
                                        <div class="item-element">

                                            <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-front-pdj.png?h=169&amp;w=169&amp;hash=9CF5CEFBDA616A178772F40853A1869B" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-front-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-front-pdj.png?h=768&amp;w=1024&amp;hash=C790E1FC7F70F2E2381DC211E10FB39B" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-front-pdj.png?h=169&amp;w=169&amp;hash=9CF5CEFBDA616A178772F40853A1869B" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                            </a>

                                        </div>
                                        <div class="item-element">

                                            <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-rear-pdj.png?h=169&amp;w=169&amp;hash=FDCC646F45FFF4227CAEF97F21A68AD9" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-rear-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-rear-pdj.png?h=768&amp;w=1024&amp;hash=6FED7A44FF6426DB21D5383B4F98ECCF" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-rear-pdj.png?h=169&amp;w=169&amp;hash=FDCC646F45FFF4227CAEF97F21A68AD9" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                            </a>

                                        </div>
                                        <div class="item-element">

                                            <a href="#zoom-tool-01" class="trigger__open-overlayer zoom-tool" data-classes="light zoom">
                                                <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-perspective-pdj.png?h=169&amp;w=169&amp;hash=2C4F03D4050210F9AD18D644FD18B130" data-full="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-perspective-pdj.jpg" data-large="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-perspective-pdj.png?h=768&amp;w=1024&amp;hash=4CCF3B8F03B63EFFFAA71B2F68554316" data-small="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/black/cdj-900nexus-perspective-pdj.png?h=169&amp;w=169&amp;hash=2C4F03D4050210F9AD18D644FD18B130" alt="CDJ-900NXS" class="zoomtool-capable" rel="productView" />
                                            </a>

                                        </div>

                                </div>
                            </div>
                            <a href="/en-us/product/player/cdj-900nxs/black/video-images/" class="ghostbtn ghostbtn-large ghostbtn-forw"><span class="text">View all photos</span></a>
                        </div>
                    </div>
                </div>

            </div>

        </div>
    </div>


    <div class="section section-product-info">
        <div class="container">

            <!--
                Add class has-serie if this highlight block exists
                Add class has-latest-update if this highlight block exists
            -->

            <div class="info has-serie has-latest-update row">

                <div class="col usp">

                    <h2>Progressive performance</h2>
                    <p>The CDJ-900NXS builds on the success of its predecessor, the <a href="/en-us/product/player/archive/cdj-900/">CDJ-900</a>, plus it&rsquo;s packed with new technology including a full color LCD screen, Beat Divide, four-deck Beat Sync and the ability to play sets from a smartphone.</p>
<p>The CDJ-900NXS boasts a high resolution screen, giving DJs a quick and instant view of the Wave Display and Wave Zoom and the ability to view and edit rekordbox beatgrids.</p>
<p>The HID interface allows you to use more complex DJ software without a control disk.</p>
                </div>
            </div>

        </div>
    </div>

    <div class="section section-product-features">
        <div class="container">
                <h2 class="h2">Key features</h2>
                <div class="row features-key">
                    <div class="list">
                        <ul>
                                    <li>
                                        <div class="feature active">
                                            <div class="head">
                                                <h3 class="h3">Enhanced track info</h3>
                                                <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/wavezoom.jpg?h=500&amp;w=500&amp;hash=F323F24D987654985CA0F26BD7139A55" alt="wavezoom" />
                                            </div>
                                            <div class="body">
                                                <p>The large, full-color LCD display shows all the info you need. Deeper waveform analysis with Wave Zoom, beat countdown, phase meter, track key indicator and more.</p>
                                                                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="feature">
                                            <div class="head">
                                                <h3 class="h3">Wi-Fi Music</h3>
                                                <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/wifilogo.jpg?h=500&amp;w=500&amp;hash=08EB7CDCC0D48666BA933F8A6B58512C" alt="WiFi logo" />
                                            </div>
                                            <div class="body">
                                                <p>Wirelessly connect* to rekordbox to play your music from your PC/Mac, smartphone or tablet.<br />
<small>* You'll need a wired connection to a wireless LAN router (router not included).</small></p>
                                                                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="feature">
                                            <div class="head">
                                                <h3 class="h3">Advanced connectivity</h3>
                                                <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/prodjlink.jpg?h=500&amp;w=500&amp;hash=810FB835A3AD4846BDCD98FCE2A0D720" alt="ProDJ Link" />
                                            </div>
                                            <div class="body">
                                                <p>With Pro DJ Link you can connect multiple players, turntables or laptops via LAN connection and share a single source. Combine this with rekordbox to access pre-prepared loops and cues, sync the beat with the master deck, and access a host of advanced pro-DJ features.</p>
                                                                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="feature">
                                            <div class="head">
                                                <h3 class="h3">Slip Mode</h3>
                                                <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/slip-mode.jpg?h=500&amp;w=500&amp;hash=C6E1FFFFBDB466A65C215EEDC807A093" alt="Slip mode" />
                                            </div>
                                            <div class="body">
                                                <p>Keep tracks playing muted during live edits such as loop, scratch or reverse. Release the jog wheel and the track comes back at exactly the right place.</p>
                                                                                                    <p>
                                                        <a href="https://www.youtube.com/watch?v=E0jU_S03de4" class="controlbtn trigger__open-overlayer video-player"
                                                           data-title="Slip Mode"
                                                           data-video="E0jU_S03de4"
                                                           data-autoplay="False"
                                                           data-volumebar="True"
                                                           data-seekbar="True"
                                                           data-volume="100"
                                                           data-start-at="0">
                                                            <span class="ico icon-controlbtn-play">
                                                                <span class="sr-only">Play</span>
                                                            </span>
                                                        </a>
                                                    </p>
                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="feature">
                                            <div class="head">
                                                <h3 class="h3">Beat perfect</h3>
                                                <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/effector/quantise-beat-effects_2.jpg?h=500&amp;w=500&amp;hash=22691E5CA943D5664DFAD32FE31733B3" alt="quantise beat effects_2" />
                                            </div>
                                            <div class="body">
                                                <p>Quantize snaps cues and loops to the rekordbox beat grid for a reliable performance every time.</p>
                                                                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="feature">
                                            <div class="head">
                                                <h3 class="h3">Slice it, dice it</h3>
                                                <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/beatdivide.jpg?h=500&amp;w=500&amp;hash=DF300A67683F6DB6ED39E1BBB5572DFC" alt="Beat Divide" />
                                            </div>
                                            <div class="body">
                                                <p>Slice up the beat and roll it around in a loop with the Beat Divide buttons. Or combine them with Slip Mode to activate Slip Loop, so the track instantly comes back in at the right place when you release the button.</p>
                                                                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="feature">
                                            <div class="head">
                                                <h3 class="h3">Compatible with performance features</h3>
                                                <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/software/rekordbox-6/rekordboxv6logojpg.jpg?h=500&amp;w=500&amp;hash=3F0793A9B9640F2E1F3B1EFCFC296E17" alt="rekordboxv6logojpg" />
                                            </div>
                                            <div class="body">
                                                <p>You can use this product with the rekordbox Core plan or above to control rekordbox software via your PC/Mac.</p>
                                                                                            </div>
                                        </div>
                                    </li>
                        </ul>
                    </div>
                    <div class="viewmaster jogwheel">
                        <div class="view">
                            <div class="picture-wrap">
                                <div class="picture">
                                    <img src="" alt="" />
                                </div>
                            </div>
                            <div class="mask"></div>
                            <a href="#" class="controlbtn video-player" data-video="" data-title=""><span class="ico icon-controlbtn-play"><span class="sr-only">Play</span></span></a>
                        </div>
                    </div>
                </div>
            <div class="row features-other equalizer" data-equalizer-watch="li">
                <ul>
                            <li>
                                    <div class="picture">
                                        <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/usb.jpg?h=169&amp;w=169&amp;hash=F2DD939BC24EE765CE52080327654925" />
                                    </div>
                                <div class="body">
                                    <h4>USB playback</h4>
                                    <p>
                                        It still plays your MP3, AAC, WAV and AIFF files stored on USB devices.
                                    </p>
                                </div>
                            </li>
                            <li>
                                    <div class="picture">
                                        <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/cdjqualityaudio.jpg?h=169&amp;w=169&amp;hash=1B24C2ABF63B7DDF68F6245829202193" />
                                    </div>
                                <div class="body">
                                    <h4>Professional Sound</h4>
                                    <p>
                                        Pro-quality audio circuitry comes as standard, with a built-in 24-bit/48 kHz soundcard and new IEC connection for a powerful sound even at club volumes.
                                    </p>
                                </div>
                            </li>
                            <li>
                                    <div class="picture">
                                        <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/software/hid_traktor.jpg?h=169&amp;w=169&amp;hash=3657607C48A96B65EB97FD39C6F138D0" />
                                    </div>
                                <div class="body">
                                    <h4>TRAKTOR PRO 3</h4>
                                    <p>
                                        This unit supports USB-HID control of Native Instruments&rsquo; <a rel="noopener noreferrer"  href="https://www.native-instruments.com/en/products/traktor/dj-software/traktor-pro-3/" target="_blank">TRAKTOR PRO 3</a> DJ software, so you don't need a control disk.
                                    </p>
                                </div>
                            </li>
                            <li>
                                    <div class="picture">
                                        <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/software/serato/serato-dj-icon.jpg?h=169&amp;w=169&amp;hash=2F5172AC2157BA1B3BD605FB94954050" />
                                    </div>
                                <div class="body">
                                    <h4>Serato DJ Pro</h4>
                                    <p>
                                        This unit supports USB-HID control of Serato Audio Research's  <a href="http://serato.com/dj" class="lnk-external" target="_blank">Serato DJ Pro</a> software without using a control disk.
                                    </p>
                                </div>
                            </li>
                            <li>
                                    <div class="picture">
                                        <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/usbpowered.jpg?h=169&amp;w=169&amp;hash=596529303B07EDAB97D8CAA155269710" />
                                    </div>
                                <div class="body">
                                    <h4>MIDI controller</h4>
                                    <p>
                                        This device is fully MIDI assignable via USB. Send control information to external devices and use the unit as a MIDI controller.
                                    </p>
                                </div>
                            </li>
                            <li>
                                    <div class="picture">
                                        <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/generic/activeloop.jpg?h=169&amp;w=169&amp;hash=8FC0E0CE96DAF2B6D2A86C4071B2BE9A" />
                                    </div>
                                <div class="body">
                                    <h4>Active Loop</h4>
                                    <p>
                                        Use rekordbox to set automatic loops at the end of your tracks so you never get caught unprepared again.
                                    </p>
                                </div>
                            </li>
                            <li>
                                    <div class="picture">
                                        <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/cdj-900nxs-beat-sync.jpg?h=169&amp;w=169&amp;hash=272E783B0C85276F61AD185B9D870157" />
                                    </div>
                                <div class="body">
                                    <h4>More creative freedom</h4>
                                    <p>
                                        Automatically beat match up to 4 decks playing tracks analysed in rekordbox, leaving you free to focus on adding your unique mark on the mix.
                                    </p>
                                </div>
                            </li>
                            <li>
                                    <div class="picture">
                                        <img src="https://www.pioneerdj.com/-/media/pioneerdj/images/features/player/mastertempo.jpg?h=169&amp;w=169&amp;hash=F37EDF031A9F6905B8A61E6A030F4C2C" />
                                    </div>
                                <div class="body">
                                    <h4>Always in tune</h4>
                                    <p>
                                        Master Tempo lets you adjust a track’s tempo without affecting its pitch, keeping it more faithful to the original.
                                    </p>
                                </div>
                            </li>
                </ul>
            </div>
                <div class="actions">
                    <a class="ghostbtn ghostbtn-large ghostbtn-forw" href="/en-us/product/player/cdj-900nxs/black/specifications/"><span class="text">See all specifications</span></a>
                </div>
        </div>
    </div>







        <div class="section section-product-video">
            <div class="container">
                <h2 class="h2">Videos</h2>

                <div class="video-inline video-inline_1200x450">
                    <div class="still bg-adapt">
                        <a data-mq="xs" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs_official_walkthrough_bottom_img.jpg"></a>
                        <a data-mq="sm" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs_official_walkthrough_bottom_img.jpg"></a>
                        <a data-mq="md" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs_official_walkthrough_bottom_img.jpg"></a>
                        <a data-mq="lg" href="https://www.pioneerdj.com/-/media/pioneerdj/images/products/player/cdj-900nxs/cdj-900nxs_official_walkthrough_bottom_img.jpg"></a>
                    </div>
                    <a href="#" class="controlbtn video-player trigger-play" data-video="0VQWYLrueT4" data-autoplay="true" data-volumebar="true" data-seekbar="true" data-volume="90" data-start-at="0">
                        <span class="ico icon-controlbtn-play"><span class="sr-only">Play</span></span>
                    </a>
                </div>


            </div>
        </div>


    <div class="section section-product-combine bg-dark-1 color-light">
        <div class="container product-combine">
            <h2 class="h2 no-line color-light">Combine with...</h2>

            {{!-- @UPDATE: changed class "equalizer" to "equalizer-flex" --}}
            <div class="row equalizer-flex" data-equalizer-watch=".equalizer-item">
                <div class="col-md-9">


    <h4 class="color-light">Related products</h4>
    <div class="row">
                {{!-- @UPDATE: add extra class "equalizer-flex-item" --}}
                <div class="col-md-4 equalizer-item equalizer-flex-item">

                    <a href="/en-us/product/mixer/djm-750mk2/black/overview/" class="product clearfix">
                        <span class="visual-wrap">
                            <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/mixer/djm-750mk2/djm-750mk2-top-nnn.png?h=250&amp;w=400&amp;hash=7F22744AB8D11D048F621E1B5C8AD57D" alt="DJM-750MK2" />

                        </span>
                        <span class="content-wrap">
                                <h5 class="no-line">DJM-750MK2</h5>
                                                            <p class="desc two-line-description">4-channel performance DJ mixer</p>
                        </span>
                    </a>
                </div>

                {{!-- @UPDATE: add extra class "equalizer-flex-item" --}}
                <div class="col-md-4 equalizer-item equalizer-flex-item">

                    <a href="/en-us/product/mixer/djm-750mk2/black/overview/" class="product clearfix">
                        <span class="visual-wrap">
                            <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/mixer/djm-750mk2/djm-750mk2-top-nnn.png?h=250&amp;w=400&amp;hash=7F22744AB8D11D048F621E1B5C8AD57D" alt="DJM-750MK2" />

                        </span>
                        <span class="content-wrap">
                                <h5 class="no-line">DJM-750MK2</h5>
                                                            <p class="desc two-line-description">4-channel performance DJ mixer</p>
                        </span>
                    </a>
                </div>
    </div>
    <script>
        window.__functionsToExecute.push(function() {
            jQuery('.two-line-description').ellipsis({
                row: 2
            });
        });

    </script>

                </div>
                    <div class="col-md-3">


    <h4 class="color-light">Accessories</h4>
    <div class="row">
        <div class="col-md-12 equalizer-item">
            <div class="product-accessories">
                            <a href="/en-us/product/accessories/archive/prodj-900nxs-plate2/top-plate/overview/" class="item item-1">
                                <span class="visual-wrap bg-none">
                                    <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/accessories/prodj-900nxs-plate2/prodj-900nx-plate2-front.png?h=170&amp;w=310&amp;hash=7421480F964D1418E83E366C6CEC60DC" />
                                </span>
                            </a>
                            <a href="/en-us/product/accessories/archive/das-rca020r/cable/overview/" class="item item-2">
                                <span class="visual-wrap bg-theme">
                                    <img class="lazyload" data-src="https://www.pioneerdj.com/-/media/pioneerdj/images/products/accessories/das-rca020r/das-rca020r-main.png?h=170&amp;w=310&amp;hash=ADF3EC26ED282598305FA8C981ADF348" />
                                </span>
                            </a>

            </div>
        </div>
    </div>

                    </div>
            </div>

                    <a href="/en-us/product/player/cdj-900nxs/black/related-products/" class="ghostbtn ghostbtn-forw ghostbtn-light"><span class="text">See all</span></a>

        </div>
    </div>







<!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->

<script type='text/javascript'>

(function(){var g=function(e,h,f,g){

this.get=function(a){for(var a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){for(var d=c[b];" "==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};

this.set=function(a,c){var b="",b=new Date;b.setTime(b.getTime()+6048E5);b="; expires="+b.toGMTString();document.cookie=a+"="+c+b+"; path=/; "};

this.check=function(){var a=this.get(f);if(a)a=a.split(":");else if(100!=e)"v"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case "r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0};

this.go=function(){if(this.check()){var a=document.createElement("script");a.type="text/javascript";a.src=g;document.body&&document.body.appendChild(a)}};

this.start=function(){var t=this;"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",function(){t.go()},!1):window.attachEvent&&window.attachEvent("onload",function(){t.go()}):t.go()};};

try{(new g(100,"r","QSI_S_ZN_bguvlNheEQIvQBU","https://znbguvlnheeqivqbu-pioneerdj.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_bguvlNheEQIvQBU")).start()}catch(i){}})();

</script><div id='ZN_bguvlNheEQIvQBU'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>

<!--END WEBSITE FEEDBACK SNIPPET-->

<footer class="footer theme-2020">
    <div class="footer__brand">
        <div class="footerBrand">
            <div class="footerBrand__logo">
                <svg class="symbol symbol--dj" viewBox="0 0 39 25" version="1" xmlns="http://www.w3.org/2000/svg">
                    <path d="M25.122 2.049c2.395 1.86 2.787 4.38 1.8 7.019-.919 2.442-2.98 4.81-6.22 6.642-3.592 1.994-7.308 2.525-11.363 2.525H0L6.844 0h8.209c4.14 0 7.638.164 10.069 2.049zm-5.057 6.883c.538-1.437.4-3.579-.552-4.723-1.07-1.27-2.719-1.419-5.1-1.419l-1.163.026s-1-.113-1.407.796c-.248.57.104-.426-3.92 10.305-.53 1.423.735 1.493.735 1.493s4.54.277 8.34-2.352c1.61-1.114 2.562-2.772 3.067-4.126zm9.65-2.385L39 6.594l-4.7 12.564C32.767 23.25 29.594 25 23.231 25l-4.969-.066 1.188-2.837c7.193.343 8.49-2.86 8.717-3.475l3-8.07s.516-1.437-.652-1.437h-1.84l1.04-2.568z"
                          fill="currentColor"></path>
                </svg>
            </div>


<nav class="footerBreadcrumb">
    <ul class="footerBreadcrumb__list">
            <li class="footerBreadcrumb__item">
                    <a href='https://www.pioneerdj.com/en-us/product/' class="footerBreadcrumb__link">Product</a>
            </li>
            <li class="footerBreadcrumb__item">
                    <a href='https://www.pioneerdj.com/en-us/product/player/' class="footerBreadcrumb__link">DJ Players / Turntables</a>
            </li>
            <li class="footerBreadcrumb__item">
                    <a href='https://www.pioneerdj.com/en-us/product/player/cdj-900nxs/' class="footerBreadcrumb__link">CDJ-900NXS</a>
            </li>
            <li class="footerBreadcrumb__item">
Overview            </li>
    </ul>
</nav>

        </div>
    </div>



	<div class="footer__nav">
		<nav class="footerNav">

				<div class="footerNav__content">
					<h3 class="footerNav__title heading heading--4">
						<a href="/en-us/product/" class="footerNav__title__link" >Products</a>
						<span class="footerNav__trigger footerNav__triggerIcon"></span>
					</h3>
					<div class="footerNav__menu" style="height: 264px;">
							<ul class="footerNav__list">
									<li class="footerNav__item"><a href="/en-us/product/player/" class="footerNav__link" >DJ Players / Turntables</a></li>
									<li class="footerNav__item"></li>
									<li class="footerNav__item"><a href="/en-us/product/mixer/" class="footerNav__link" >DJ mixers</a></li>
									<li class="footerNav__item"><a href="/en-us/product/all-in-one-system/" class="footerNav__link" >All-in-one DJ systems</a></li>
									<li class="footerNav__item"><a href="/en-us/product/controller/" class="footerNav__link" >DJ controllers</a></li>
									<li class="footerNav__item"><a href="/en-us/product/software/" class="footerNav__link" >Softwares / Interfaces</a></li>
									<li class="footerNav__item"><a href="/en-us/product/dj-sampler/" class="footerNav__link" >DJ samplers</a></li>
									<li class="footerNav__item"><a href="/en-us/product/effector/" class="footerNav__link" >Remix stations</a></li>
									<li class="footerNav__item"><a href="/en-us/product/production/" class="footerNav__link" >Music production</a></li>
									<li class="footerNav__item"><a href="/en-us/product/headphones/" class="footerNav__link" >Headphones</a></li>
									<li class="footerNav__item"><a href="/en-us/product/monitor-speakers/" class="footerNav__link" >Monitor speakers</a></li>
									<li class="footerNav__item"><a href="https://www.alphatheta.com/product/portable-dj-speaker/wave-eight/black/" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Portable DJ Speakers</a></li>
									<li class="footerNav__item"><a href="/en-us/product/pa-speakers/" class="footerNav__link" >PA speakers</a></li>
									<li class="footerNav__item"><a href="/en-us/product/accessories/" class="footerNav__link" >Accessories</a></li>
							</ul>
					</div>
				</div>

				<div class="footerNav__content">
					<h3 class="footerNav__title heading heading--4">
						<a href="https://support.pioneerdj.com/hc/en-us" class="footerNav__title__link" rel="noopener noreferrer" target="_blank" >Support</a>
						<span class="footerNav__trigger footerNav__triggerIcon"></span>
					</h3>
					<div class="footerNav__menu" style="height: 192px;">
						<ul class="footerNav__list">
								<li class="footerNav__item">
<a href="https://support.pioneerdj.com/hc/en-us/articles/4417536710553-United-States-US-" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Contact												<span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
								</li>
								<li class="footerNav__item">
<a href="https://support.pioneerdj.com/hc/en-us/articles/11949532807193-Manuals" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Manuals												<span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
								</li>
								<li class="footerNav__item">
<a href="https://support.pioneerdj.com/hc/en-us/articles/11949537649305-Software-firmware" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Software &amp; firmware												<span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
								</li>
								<li class="footerNav__item">
<a href="https://support.pioneerdj.com/hc/en-us/articles/11949656174617-Software-information" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Software information												<span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
								</li>
								<li class="footerNav__item">
<a href="http://faq.pioneerdj.com" class="footerNav__link" rel="noopener noreferrer" target="_blank" >FAQ												<span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
								</li>
								<li class="footerNav__item">
<a href="https://community.pioneerdj.com/" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Forum												<span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
								</li>
								<li class="footerNav__item">
<a href="/en-us/landing/pioneer-dj-certified/" class="footerNav__link" >Certification program</a>
								</li>
								<li class="footerNav__item">
<a href="https://support.pioneerdj.com/hc/en-us/categories/4416175431577-Account-profile" class="footerNav__link" rel="noopener noreferrer" target="_blank" >About your account												<span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
								</li>
								<li class="footerNav__item">
<a href="/en-us/support/important-product-notice/" class="footerNav__link" >Important product notices</a>
								</li>
						</ul>
					</div>
				</div>
			<div class="footerNav__content">
					<h3 class="footerNav__title heading heading--4">
						<a href="/en-us/news/" class="footerNav__title__link" title="News" >News</a>
					</h3>
					<h3 class="footerNav__title heading heading--4">
						<a href="https://alphatheta.com/en/company/" class="footerNav__title__link" rel="noopener noreferrer" target="_blank" >About us</a>
							<span class="footerNav__trigger footerNav__triggerIcon"></span>
					</h3>
						<div class="footerNav__menu" style="height: 48px;">
							<ul class="footerNav__list">
									<li class="footerNav__item"><a href="https://alphatheta.com/en/company/#company-info" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Company info</a></li>
									<li class="footerNav__item"><a href="/en-us/company/careers/" class="footerNav__link" >Careers</a></li>
									<li class="footerNav__item"><a href="https://alphatheta.com/en/company/#company-info" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Corporate contact</a></li>
									<li class="footerNav__item"><a href="/en-us/company/compliance-with-the-right-to-repair-regulations/" class="footerNav__link" >Compliance with the RIGHT TO REPAIR Regulations</a></li>
									<li class="footerNav__item"><a href="/en-us/company/vulnerability-disclosure-policy/" class="footerNav__link" >Vulnerability disclosure policy</a></li>
							</ul>
						</div>
			</div>
		</nav>
	</div>
<div class="footer__nav">
	<div class="footer-ext-nav">
		<div class="footer-ext-nav__inner">

				<ul class="footer-ext-nav__list footer-ext-nav__list--brands">
						<li>
<a href="https://rekordbox.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank" >									<span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/rekordbox_logo.png')"></span>
rekordbox</a>						</li>
						<li>
<a href="http://www.pioneerproaudio.com" class="externalNav__link" rel="noopener noreferrer" target="_blank" >									<span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/pro-audio-gold.png')"></span>
Pioneer PRO AUDIO</a>						</li>
						<li>
<a href="http://www.pioneerdjradio.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank" >									<span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dj-radio-org.png')"></span>
Radio</a>						</li>
						<li>
<a href="http://www.pioneerdjinibiza.com" class="externalNav__link" rel="noopener noreferrer" target="_blank" >									<span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/ibiza-org.png')"></span>
Ibiza</a>						</li>
				</ul>

				<ul class="footer-ext-nav__list footer-ext-nav__list--ext">
						<li class="footer-ext-nav__link footer-ext-nav__link--youtube">
<a href="https://www.youtube.com/@PioneerDJUSA" class="footer-ext-nav__link" rel="noopener noreferrer" target="_blank" ><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 18" width="24" height="18">
<title>YouTube</title>
<path fill="currentColor" d="M23.5 3.2c-.3-1-1.1-1.9-2.1-2.1C19.5.6 12 .6 12 .6s-7.5 0-9.4.5C1.6 1.4.8 2.2.5 3.2 0 5.1 0 9 0 9s0 3.9.5 5.8c.3 1 1.1 1.9 2.1 2.1 1.9.5 9.4.5 9.4.5s7.5 0 9.4-.5c1-.3 1.8-1.1 2.1-2.1.5-1.9.5-5.8.5-5.8s0-3.9-.5-5.8Zm-14 9.4V5.5l6.3 3.6-6.3 3.6Z"></path>
</svg>									<span class="screenReader">YouTube</span>
</a>						</li>
						<li class="footer-ext-nav__link footer-ext-nav__link--instagram">
<a href="https://www.instagram.com/pioneerdjusa/" class="footer-ext-nav__link" rel="noopener noreferrer" target="_blank" ><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20" width="20" height="20">
<title>Instagram</title>
<path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M9.296 0h1.408c2.082.003 2.452.016 3.42.06 1.063.049 1.79.218 2.426.465a4.902 4.902 0 0 1 1.772 1.154 4.903 4.903 0 0 1 1.153 1.77c.247.637.416 1.364.465 2.428.046 1.017.059 1.374.06 3.757v.733c-.001 2.382-.014 2.74-.06 3.756-.049 1.065-.218 1.792-.465 2.428a4.904 4.904 0 0 1-1.153 1.77 4.904 4.904 0 0 1-1.771 1.154c-.636.247-1.363.416-2.428.465-1.016.046-1.373.059-3.756.06h-.733c-2.383-.001-2.74-.014-3.757-.06-1.064-.049-1.791-.218-2.427-.465a4.903 4.903 0 0 1-1.771-1.153A4.902 4.902 0 0 1 .525 16.55C.278 15.915.11 15.188.06 14.122c-.044-.966-.057-1.337-.06-3.42V9.297c.003-2.082.016-2.452.06-3.419C.11 4.813.278 4.086.525 3.45A4.902 4.902 0 0 1 1.68 1.679 4.902 4.902 0 0 1 3.449.525C4.087.278 4.814.11 5.878.06 6.844.016 7.214.003 9.297 0Zm1.065 1.802H9.64c-2.341.001-2.676.012-3.68.058-.976.045-1.505.208-1.858.345-.466.181-.8.398-1.15.748-.35.35-.566.683-.747 1.15-.137.352-.3.881-.345 1.856-.046 1.005-.057 1.34-.058 3.68v.722c.001 2.34.012 2.675.058 3.68.045.975.208 1.505.345 1.857.181.467.398.8.748 1.15.35.35.683.566 1.15.748.352.137.881.3 1.856.344 1.022.047 1.35.058 3.798.058h.487c2.447 0 2.776-.011 3.797-.058.975-.044 1.505-.207 1.857-.344.467-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.352.3-.882.344-1.857.047-1.021.058-1.35.058-3.797v-.487c0-2.447-.011-2.776-.058-3.798-.044-.975-.207-1.504-.344-1.857a3.098 3.098 0 0 0-.748-1.15 3.098 3.098 0 0 0-1.15-.747c-.352-.137-.882-.3-1.857-.345-1.005-.046-1.34-.057-3.68-.058Zm-.236 2.948a5.125 5.125 0 1 1 0 10.25 5.125 5.125 0 0 1 0-10.25Zm0 1.798a3.327 3.327 0 1 0 0 6.654 3.327 3.327 0 0 0 0-6.654ZM15.25 3.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"></path>
</svg>									<span class="screenReader">Instagram</span>
</a>						</li>
						<li class="footer-ext-nav__link footer-ext-nav__link--facebook">
<a href="https://www.facebook.com/PioneerDJusa/" class="footer-ext-nav__link" rel="noopener noreferrer" target="_blank" ><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20" width="20" height="20">
<title>Facebook</title>
<path fill="currentColor" d="M10 0C4.5 0 0 4.5 0 10s3.7 9.1 8.4 9.9v-7H5.9V10h2.5V7.8c0-2.5 1.5-3.9 3.8-3.9s2.2.2 2.2.2v2.5H12.7c-.9.2-1.2.8-1.2 1.5V10h2.8l-.4 2.9h-2.3v7C16.4 19.1 20 15 20 10S15.5 0 10 0Z"></path>
</svg>									<span class="screenReader">Facebook</span>
</a>						</li>
						<li class="footer-ext-nav__link footer-ext-nav__link--twitter">
<a href="https://twitter.com/PioneerDJglobal" class="footer-ext-nav__link" rel="noopener noreferrer" target="_blank" ><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 18 18" width="18" height="18">
<title>X</title>
<path fill="currentColor" d="M10.477 7.618 17.03 0h-1.553l-5.69 6.614L5.242 0H0l6.873 10.002L0 17.991h1.553l6.01-6.985 4.799 6.985h5.242L10.476 7.618ZM8.35 10.09l-.697-.996-5.54-7.925h2.385l4.471 6.396.697.996 5.812 8.314h-2.385L8.35 10.09Z"></path>
</svg>									<span class="screenReader">Twitter</span>
</a>						</li>
				</ul>
		</div>
	</div>
</div>

	<div class="footer__legal">
		<nav class="legalNav">
			<ul class="legalNav__list">
				<li class="legalNav__item">
					<a href="https://alphatheta.com" class="text-bold" rel="noopener noreferrer" target="_blank" >&#169; AlphaTheta Corporation</a>
				</li>
					<li class="legalNav__item">
						<a href="/en-us/company/privacy-policy/" class="legalNav__link" >Privacy policy</a>
					</li>
					<li class="legalNav__item">
						<a href="/en-us/company/terms-of-use/" class="legalNav__link" >Terms of use</a>
					</li>
					<li class="legalNav__item">
						<a href="/en-us/company/cookie-policy/" class="legalNav__link" rel="noopener noreferrer" target="_blank" >Cookie Policy</a>
					</li>
					<li class="legalNav__item">
						<a href="/en-us/company/trademarks/" class="legalNav__link" >Trademarks</a>
					</li>
				<li class="legalNav__item">
					<button id="ot-sdk-btn" class="ot-sdk-show-settings legalNav__link">Cookie Settings</button>
				</li>
			</ul>
		</nav>
	</div>



</footer>


        </div>
    </div>
<div style="display: none;">
    <div id="zoom-tool-01" class="zoomtool">
        <div class="zoomtool__topbar">
            <div class="outer">
                <div class="container">
                    <div class="zoomtool__scale clearfix">
                        <a href="#" class="scale-trigger zoom-out"><i class="ico icon-min"></i></a>
                        <div class="slider-wrap">
                            <div class="slider"></div>
                        </div>
                        <a href="#" class="scale-trigger zoom-in"><i class="ico icon-plus"></i></a>
                    </div>
                    <div class="zoomtool__actions">
                        <a href="#" class="btn__action download-image"><i class="ico icon-download"></i></a>

                    </div>
                    <a href="#" class="btn__action close trigger__close-overlayer"><i class="ico icon-cross"></i></a>
                </div>
            </div>
        </div>
        <div class="zoomtool__canvas">
            <div class="zoomtool__holder">
                <div class="zoomtool__element">
                    <img src="" />
                </div>
            </div>
        </div>
        <div class="zoomtool_more-images">
            <div class="in clearfix">

                <div class="image-gallery-thumbs folder__container zoomtool">
                    <span class="folder__trigger"></span>
                    <div class="wrap">
                        <div class="folder__content">
                            <div class="list">
                                <div class="items target">

                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div style="display: none;">
    <div id="search__wrap">
        <div id="search-field">
            <div class="outer">
                <div class="container">
                    <div class="input-wrap">
                        <input type="text" class="input__search" data-no-results="Oops nothing can be found" data-nothing-entered="Please enter a search query"/>
                        <a href="#" class="trigger_clear-text btn__clear-text"><span class="ico-element icon-clear-cross"></span>Clear entry</a>
                    </div>
                    <div class="button-wrap">
                        <a href="#" class="btn__search trigger__close-overlayer">
                            <i class="icon-cross"><span class="sr-only">Close</span></i>
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <span class="loading-icon-search"></span>
        <div id="result-wrap">
            <div class="outer outer-search-content">
                <div class="container">
                    <div class="boxed-content">
                        <h3>Top results</h3>
                        <ul><!-- POPULATED WITH JAVASCRIPT --></ul>
                        <p class="button-wrap">
                            <a href="#" id="view__all" class="btn btn-border trigger__searchpage disabled" data-search-page="/en-us/search-results/?q=">
                                <span class="text">See all results</span>
                            </a>
                        </p>
                        <p>Didn’t find what you’re looking for? Maybe use fewer words or a more general search term.<br />If you still have no luck you can contact our <a href="/en-us/support/contact">customer service</a>.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

    <script src="/Bundles/JsFooter/?v=_j_zkOObmlcWwjmfxQnYRkl_uQ27wT1CogmFZxvaJns1"></script>

    <script src="/Scripts/Custom/sitesearch.js"></script>



<script type="text/javascript">
    // polyfill for startsWith method
    if (!String.prototype.startsWith) {
        String.prototype.startsWith = function(searchString, position){
            return this.substr(position || 0, searchString.length) === searchString;
        };
    }

    function getQueryStringValueByName(name, url) {
        if (!url) {
            url = window.location.href;
        }
        name = name.replace(/[\[\]]/g, "\\$&");
        var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
            results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, " "));
    }

    //mark menu item as active
    jQuery(".gigyaMenu ul li a").bind('click', function () {
        jQuery(".gigyaMenu ul li a").removeClass("active");
        jQuery(this).addClass("active");
    });

    var jwtToken;
    function sendZendeskToken(data) {
        jQuery.ajax({
            type: "POST",
            url: "/ForumConnector/zenssologin.aspx",
            async: false,
            data: data.user,
            dataType: "jsonp",
            complete: function (res) {
                jwtToken = JSON.parse(res.responseText);
            }
        });
    }

    function onLogout(response) {
        function loaded() {
            jQuery.ajax({
                url: "/en-us/" + "api/Account/Logout",
                async: false,
                cache: false,
                success: function(data) {
                    if (data.Success) {
                        var logoutContainer = jQuery("#LogoutContainer");
                        var loginRegister = jQuery("#LoginRegister");
                        if (logoutContainer != undefined) {
                            logoutContainer.hide();
                        }
                        if (loginRegister != undefined) {
                            loginRegister.show();
                        }
                        location.reload();
                    }
                },
                error: function() {
                    alert("Error during logout!");  //TODO: other way to inform about the error
                }
            });
        }
        if (response.errorCode == 0) {
            var iframe = document.createElement("iframe");
            iframe.setAttribute("src", "https://pioneerdj-community.zendesk.com" + "/access/logout/");
            iframe.style.width = 0;
            iframe.style.height = 0;
            if (iframe.addEventListener) {
                iframe.addEventListener("load", loaded, false);
            } else {
                iframe.attachEvent("onload", loaded);
            }
            document.body.appendChild(iframe);
            setTimeout(loaded, 850);   //neccessary for firefox - in case iframe throws an error, firefox won't fire onload event
        }
    }

    function onLoginSocialize(response) {
        sendZendeskToken(response);
    }

    function loginToZendesk() {
        function loaded() {
            gigya.setSSOToken({
                redirectURL: typeof (returnTo) === 'undefined' ? window.location.href : returnTo
            });
            window.location.reload();
        }
        var iframe = document.createElement("iframe");
        iframe.setAttribute("src", "https://pioneerdj.zendesk.com" + "/access/jwt" + "?jwt=" + jwtToken.token);
        iframe.style.width = 0;
        iframe.style.height = 0;
        document.body.appendChild(iframe);
        iframe.onload = loaded;
        iframe.onerror = loaded;
    }

    function onLogin(response) {
        if (response != undefined && response.UID != undefined) {
            // 206005 - autologin finalization triggered with email verification link
            if (getQueryStringValueByName('errorCode') == '206005') {
                gigya.accounts.getAccountInfo({ callback: onEmailVerified, include: 'emails,data' });
            }

            var queue = function () {
                typeof jwtToken !== "undefined"
                    ? loginToZendesk()
                    : setTimeout(function () {
                        queue();
                    }, 100);
            };
            queue();
        }
    }

    function onEmailVerified(response) {
        if (response != undefined && response.errorCode == 0) {
            var verifiedEmails = response.emails.verified;
            if (verifiedEmails.length > 1) {
                // deactivate all account emails except for the new one that just got verified
                var previousEmails = verifiedEmails.slice(0, verifiedEmails.length - 1).join(", ");
                var storedEmails = response.data.previousEmailAddresses;
                if (storedEmails != undefined) {
                    storedEmails = storedEmails + ", " + previousEmails;
                } else {
                    storedEmails = previousEmails;
                }
                gigya.accounts.setAccountInfo({
                    removeLoginEmails: previousEmails,
                    data: { previousEmailAddresses: storedEmails }
                });
            }
        }
    }

    function onProfileUpdate(response) {
        if (response.response.errorCode === 0) {
            if (response != undefined && response.profile != undefined) {
                if (response.profile.photoURL != undefined) {
                    jQuery(".visual-wrap .in").css("background-image", "url('" + response.profile.photoURL + "')");
                }
                jQuery(".item-profile a .content-wrap .name").text(response.profile.firstName);
                jQuery(".profile-box .content-wrap").html(response.profile.firstName + '<br/>');
            }
            showMessage("Your changes have been saved.");
        }
    }

    function onPasswordChange(response) {
        if (response.response.errorCode === 0) {
            selectMenuItem();
            showMessage("Your password has been changed.");
            navigateEditMyProfile();
        }
    }

    function onProfileFieldChange(response) {
        if (response != undefined) {
            jQuery('input[name="profile.email"]').bind('change', function () {
                showMessage("Click ‘Save changes’ to change your email address. You’ll receive an email to verify your new email address.");
            });
        }
    }

    function selectMenuItem() {
        jQuery(".errorSection").hide();
        jQuery(".gigyaMenu ul li a").removeClass("active");
        jQuery(".gigyaMenu ul li a").first().addClass("active");
    }

    function showMessage(message) {
        jQuery(".errorSection").html("").hide();
        document.getElementById("messageSection").style.display = "block";
        document.getElementById("messageSection").innerHTML = message;
        window.scrollTo(0, 0);
    }

    function showLicenses() {
        showLoadingScreen();
        redirectIfLoggedOut();
        gigya.socialize.getUserInfo({ callback: generateUserLicences });
    }

    function generateUserLicences(response) {
        var gigyaPageTarget = jQuery("#gigya-page-target");

        if (response.errorCode == 0) {
            var user = response['user'];
            var uid = user['UID'];

            jQuery.get('/api/sitecore/PioneerDjAccount/GetLicences', { userId: uid }, function (data) {
                hideLoadingScreen();
                if (isLicencesScreenDisplayed() === true) {
                    gigyaPageTarget.html(data);

                    var cell = jQuery(".licences-container .licence .item .key");
                    if (typeof cell !== 'undefined') { cell.matchHeight(); }
                }
            });
        }
        else {
            gigyaPageTarget.html('No licences could be found.');
        }
    }

    function isLicencesScreenDisplayed() {
        return jQuery("#license_btn").hasClass("active");
    }

    function navigateChangePassword() {
        parent.location.hash = 'password';
        gigya.accounts.showScreenSet({
            screenSet: 'pioneerdj.com-ProfileUpdate',
            containerID: 'gigya-page-target',
            startScreen: 'gigya-change-password-screen',
            lang: 'en',
            onAfterSubmit: changePasswordHandler,
            onBeforeScreenLoad: redirectIfLoggedOut,
            onError: errorEventHandler
        });
    }

    function navigateEditMyProfile() {
        parent.location.hash = 'editprofile';
        gigya.accounts.showScreenSet({
            screenSet: 'pioneerdj.com-ProfileUpdate',
            lang: 'en',
            containerID: 'gigya-page-target',
            onError: errorEventHandler,
            onAfterSubmit: updateProfileHandler,
            onBeforeScreenLoad: redirectIfLoggedOut,
            onAfterScreenLoad: changeProfileFieldHandler
        });
    }

    function redirectIfLoggedOut() {
        gigya.accounts.getAccountInfo({
            callback: function(response) {
                if (response.errorCode != 0) {
                    window.location.href = '/';
                }
            }
        });
    }

    function createOneNewsletterOption(response) {
        if (response != undefined) {
            var pdjCheckbox = jQuery("[name='data.PDJ_newsletter'][data-screenset-roles='instance']");
            var kuvoCheckbox = jQuery("[name='data.KUVO_newsletter'][data-screenset-roles='instance']");

            var mainCheckbox = '<div class="gigya-composite-control gigya-composite-control-checkbox"' +
                ' style="display: block; margin-top:15px;"><input id="maincheckbox" type="checkbox">' +
                '<label class="gigya-label" for="maincheckbox"><span class="gigya-label-text gigya-checkbox-text">' +
                "Please keep me informed about Pioneer DJ products, services, features, including newsletters, promotions, events, tips and surveys." +
                '</span></label></div>';
            kuvoCheckbox.parent().after(mainCheckbox);

            jQuery("#registerContainer").on('change', '#maincheckbox', function () {
                pdjCheckbox.prop("checked", this.checked);
                kuvoCheckbox.prop("checked", this.checked);
            });

            pdjCheckbox.parent().hide();
            kuvoCheckbox.parent().hide();
        }
    }

    // My Products functions
    function handleMyProductsError(data) {

        if (typeof data.responseJSON != 'undefined') {
            errorEventHandler({
                errorMessage: data.responseJSON.error,
                response: {
                    info: {
                        screen: "gigya-my-products-screen"
                    }
                }
            });
        } else {

            errorEventHandler({
                errorMessage: getErrorMessage(data),
                response: {
                    info: {
                        screen: "gigya-my-products-screen"
                    }
                }
            });
        }
    }

    function getErrorMessage(data) {
        if (data.status == 401 || data.status == 403) {
            return "Unauthorized user";
        }
        return "Unexpected error occurred";
    }

    function getAuthHeaders(response) {
        var authHeaders = {
            "PDJ-UID": response.user.UID,
            "PDJ-Timestamp": response.user.signatureTimestamp,
            "PDJ-UIDSignature": response.user.UIDSignature
        }

        return authHeaders;
    }

    function navigateMyProducts(msg) {
        showLoadingScreen();
        redirectIfLoggedOut();
        gigya.socialize.getUserInfo({ callback: getMyProducts, context: msg });
    }

    function isMyProductsScreenDisplayed() {
        return jQuery("#my-products-tab").hasClass("active");
    }

    function getMyProducts(response) {
        var gigyaPageTarget = jQuery("#gigya-page-target");

        if (response.errorCode == 0) {

            jQuery.ajax({
                type: 'GET',
                url: '/api/sitecore/ProductRegistration/Get',
                headers: getAuthHeaders(response),
                cache: false,
                success: function (data) {
                    if (isMyProductsScreenDisplayed() === true) {
                        gigyaPageTarget.html(data);
                        jQuery('a.btn-link[href="#"]').each(function (i, o) { jQuery(o).addClass('hidden'); });
                        initCompleter();
                    }
                    if (response.context) {
                        var msg = response.context;
                        jQuery('#validation-success')
                            .removeClass('hidden');
                        jQuery('#validation-success')
                            .html(msg);
                    }
                    window.scrollTo(0, 0);
                    var $purchaseDateInput = jQuery("#input-purchase-date");
                    $purchaseDateInput.attr('readonly', 'readonly');
                    $purchaseDateInput.datepicker({
                        changeMonth: true,
                        changeYear: true,
                        constrainInput: true,
                        dateFormat: "dd/mm/yy",
                        maxDate: "24/05/2024"
                    });

                },
                error: function (data) {
                    errorEventHandler({
                        errorMessage: data.responseJSON.error
                    });
                },
                complete: function() {
                    hideLoadingScreen();
                }
            });
        }
    }

    function showLoadingScreen() {
        jQuery("#gigya-page-target").children().hide();
        jQuery("#loading-message").show();
    }

    function hideLoadingScreen() {
        jQuery("#gigya-page-target").children().show();
        jQuery("#loading-message").hide();
    }

</script>
    <script>
        for (var index = 0; index < window.__functionsToExecute.length; ++index) {
            window.__functionsToExecute[index]();
        }
        window.__functionsToExecute = [];
    </script>
</body>
</html>
<body>
    <!-- OneTrust Cookies Consent Notice start for pioneerdj.com -->
    <script src="https://cdn-apac.onetrust.com/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="69301dd3-0bca-41c5-b1da-6dd03e5ad20e"></script>
    <script type="text/javascript">
        function OptanonWrapper() { }
    </script>
    <!-- OneTrust Cookies Consent Notice end for pioneerdj.com -->
</body>
/* No context defined. */

No notes defined.