:root {
  --color-black:    #000000;
  --color-white:    #FFFFFF;
  --color-grey:     #E7E7E7;
  --color-darkgrey: #5F5F5F;
  --color-blue:     #5864FF;
  --color-purple:   #DE29E0;
  --color-aqua:     #00FFFF;
  --color-dealergrey: #85898F;
  --color-green:     #36F1A1;
}

.page-footer .social-footer { display: block !important; }

body .ims-cta-container .ims-cta-button {
  background: transparent!important;
}

.ddj-text-black    { color: var(--color-black)!important;  }
.ddj-text-white    { color: var(--color-white)!important;  }
.ddj-text-grey     { color: var(--color-grey)!important;   }
.ddj-text-darkgrey { color: var(--color-darkgrey)!important;   }
.ddj-text-blue     { color: var(--color-blue)!important;    }
.ddj-text-purple   { color: var(--color-purple)!important; }
.ddj-text-aqua     { color: var(--color-aqua)!important;   }

section.ddj-p4p {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

section#ddj-p4p-hero {
    /*
  background-image: url(/assets/images/prime-go-plus/Prime-Go-Plus-Header-Image.png);
  */
}

section#ddj-p4p-hero p.hero-more {
  padding-bottom: 2.5rem;
  background-position: bottom center;
  background-size: 15px  auto;
  background-repeat: no-repeat;
  background-image: url(../png/arrow-down2x.png);
}

section#ddj-p4p-workingdj {
  background-color: #e7e7e7;
}

section.ddj-p4p p,
body .product.description section.ddj-p4p p {
line-height: 27px;
font-size: 16px;
}

section.ddj-p4p .p2,
body .product.description section.ddj-p4p p.p2 {
line-height: 30px;
font-size: 18px;
}


section.ddj-p4p * {
font-family: Monseratt, "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 0;
}

section.ddj-p4p img {
width: 100%;
}

section.ddj-p4p h1,
section.ddj-p4p h2,
section.ddj-p4p h3 {
font-weight: bold;
}

section.ddj-p4p h1 {
text-transform: uppercase!important;
line-height: 40px;
font-size: 35px;
}
section.ddj-p4p h2 {
line-height: 40px;
font-size: 30px;
}
section.ddj-p4p h3 {
line-height: 30px;
font-size: 25px;
}

section.ddj-p4p p {
line-height: 28px;
font-size: 18px;
}
section.ddj-p4p p.p2 {
line-height: 24px;
font-size: 16px;
}
section.ddj-p4p p.p3 {
line-height: 24px;
font-size: 14px;
}

.ddj-box {
padding: 1rem 5rem;
}

.ddj-price {
font-size: 22px!important;
font-weight:bold;
}

.ddj-p4p-feature-blocks .row > div:first-child,
.ddj-feature-row > div:first-child {
    display: flex;
    align-items: center;
    background-color: var(--color-white);
    padding: 1rem 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ddj-p4p-feature-blocks .row:nth-child(even) > div:first-child {
    background-image: url(../png/prime-go-plus-bkg-portable-fx-powerhouse.png);
}
.ddj-p4p-feature-blocks .row:nth-child(even) > div:first-child h3 {
    color: var(--color-white);
}

.ddj-p4p-feature-blocks .row:nth-child(odd) > div:first-child {
    background-image: url(../png/prime-go-plus-bkg-play-anything-anywhere.png);
}

.row.ddj-p4p-feature-workingdj > div:first-child {
    /* background-image: url(https://www.denondj.com/assets/images/catalog/prime-4-plus/Background_Designed_for_the_Working_DJ2x.png); */
    background-color: #000;
}

/*
.row.ddj-p4p-feature-sourceoptions > div:first-child {
    background-image: url(https://www.denondj.com/assets/images/prime-go-plus/Prime-Go-Plus-bkg-compact-capable.png);
}

.row.ddj-p4p-feature-sampler > div:first-child {
    background-image: url(https://www.denondj.com/assets/images/prime-go-plus/Prime-Go-Plus-bkg-portable-fx-powerhouse.png);
}

.row.ddj-p4p-feature-lighting > div:first-child {
    background-image: url(https://www.denondj.com/assets/images/prime-go-plus/Prime-Go-Plus-bkg-play-anything-anywhere.png);
}

*/

.row.ddj-p4p-feature-workingdj {
    background-color: #000;
}


.ddj-feature-row *,
.ddj-dark * {
    color: var(--color-white);
    }

.slick-dots li {
    width: 40px;
    height: 4px;
}
.slick-dots li button {
    line-height: 0;
    width: 40px;
    height: 5px;
    padding: 0;
    border-radius: 0;        
    background-color: var(--color-darkgrey);
}

.slick-dots li.slick-active button {
    background-color: var(--color-green);
}

.slick-dots li button:hover {
    border: 0;
}

.ddj-box-shadow {
box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
border-radius: 12px;
padding: 1rem 2rem;
}

body .ims-cta-container a.button-buy-exclusive {
border-width: 0!important;
padding: 0!important;
text-align: left;
}

a.button-buy-exclusive > span {
margin: 2rem 1rem 2rem 0;
padding: 0.1rem 1.5rem 0;
background-color: var(--color-aqua);
color: var(--color-black)!important;
text-transform: uppercase!important;
font-weight: bold;
line-height: 4.2rem;
font-size: 18px;
text-decoration: none;
display: inline-block;
box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
}

a.button-find-dealer {
margin: 2rem 1rem 2rem 0;
padding: 0.1rem 1.5rem 0;
background-color: #36f1a1;
color: var(--color-black)!important;
text-transform: uppercase!important;
font-weight: bold;
line-height: 4.2rem;
font-size: 18px;
text-decoration: none;
display: inline-block;
box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
}

a.button-find-dealer:hover {
text-decoration: none;
}

section#ddj-p4p-buy a.button-find-dealer {
margin: 1rem 1rem;
}

section#ddj-p4p-buy p.ddj-price {
display: inline-block;
}

section#ddj-p4p-buy a.button-buy-exclusive > span {
margin: 1rem 1rem;
}

a.button-buy-exclusive:hover {
text-decoration: none;
}

.ddj-p4p-margin-center {
margin-left: auto;
margin-right: auto;
}

section#ddj-p4p-video {
/* background-image: url(https://www.denondj.com/assets/images/catalog/prime-4-plus/Background_Video2x.png); */
}

section#ddj-p4p-buy {
/*  background-image: url(https://www.denondj.com/assets/images/catalog/prime-4-plus/Banner_Gradient.png); */
  background-color: #a9a9a9;
  background-size: contain;
  background-repeat: repeat-y;
}
section#ddj-p4p-buy p.text-uppercase {
  margin: 0.25em 0 0!important;
}

section#ddj-dark {

}

section#ddj-dark * {
    color: #fff;
}

.ddj-blackbkg {
    background-color: #000;
}

.ddj-ltgreybkg {
    background-color: #e7e7e7;
}

section#ddj-light * {
    color: #000;
}

section#ddj-p4p-features {
/*  background-image: url(https://www.denondj.com/assets/images/catalog/prime-4-plus/Background_Features.png); */
  background-color: #000;
}

.ddj-bkg-light * {
    background-color: #000;
}

.ddj-feature-item-number {

}

section#ddj-p4p-feature-points .slick-dots li button,
section#ddj-p4p-feature-points .ddj-feature-point {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--color-black);
    background-color: var(--color-white);
    color: var(--color-black);
    opacity: 0.75;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}

section#ddj-p4p-feature-points .ddj-feature-point {
    transform: translate(-50%, -50%);
    cursor: default;
}

section#ddj-p4p-feature-points .slick-dots li.slick-active button,
section#ddj-p4p-feature-points .ddj-feature-point.feature-point-active {
    background-color: var(--color-green);
    border-color: var(--color-white);
    color: var(--color-white);
}

section#ddj-p4p-feature-points .slick-slider .slick-track,
section#ddj-p4p-feature-points .slick-slider .slick-list {
    height: 100%;
}

section#ddj-p4p-feature-points .slick-dotted.slick-slider {
    height: 80%;
    margin: 4rem 0;
}
.ddj-feature-item {
    height: 100%;
    margin: 0 6px;
    padding: 1rem 2rem 6rem!important;
}

section#ddj-p4p-feature-points .slick-gallery.slick-slider.has-arrows .slick-arrow {
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
}

section#ddj-p4p-feature-points .slick-gallery.slick-slider.has-arrows .slick-arrow:before {
    display: none!important;
}

section#ddj-p4p-feature-points .slick-gallery.slick-slider.has-arrows .slick-arrow.slick-prev {
    background-image: url(../png/features-arrow-left-2x.png);
}

section#ddj-p4p-feature-points .slick-gallery.slick-slider.has-arrows .slick-arrow.slick-next {
    background-image: url(../png/features-arrow-right-2x.png);
}

section#ddj-p4p-feature-points .slick-dots {
    display: none!important;
}

section#ddj-p4p-feature-points .slick-gallery .slick-list {
    padding: 10px 0px!important;
}


section#ddj-p4p-feature-points .slick-gallery.slick-slider.has-arrows .slick-arrow.slick-prev {
    left: 35px;
    bottom: 15px;
    top: initial;
}

section#ddj-p4p-feature-points .slick-gallery.slick-slider.has-arrows .slick-arrow.slick-next {
    left: 85px;
    bottom: 15px;
    top: initial;
}

.ddj-feature-point {
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    display: inline-block;
    margin: 1rem;
    font-weight: bold;
    text-decoration: none!important;
}

.ddj-features-container {
}





.vidtitle {
    color: #FFF;
    text-align: center;
/*
    font-family: "Helvetica Neue";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
}

#sku-banner {
position:relative;
}

#sku-banner .sku-banner-image {
display:block;
margin:0 auto;
}
#sku-banner .sku-banner-product-logo {
max-height:26px;
}

#sku-banner .sku-banner-content {
  background: rgba(0,0,0,0.5);
  color: #fff;
  max-width: calc(100vw - 20px);
  padding: 35px 40px 15px;
  width: 426px;
  position: absolute;
  left: 8%; /* 60px */
  top: 60%; /* 450px */
}

#sku-page-content h2,.sku-page-content h2 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}

#sku-page-content h3,.sku-page-content h3 {
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}

#sku-page-content h4,.sku-page-content h4 {
font-size: 1.3rem;
font-weight: 500;
letter-spacing: 2px;
text-transform:uppercase;
}

#sku-page-content h5,.sku-page-content h5 {
font-size: 1.3rem;
font-weight: 400;
}

#sku-page-content section,.sku-page-content section {
padding-bottom: 40px;
padding-top: 40px;
}

#sku-page-content section.section-image,.sku-page-content section.section-image {
padding-bottom: 0;
padding-top: 0;
}

#sku-page-content section img,.sku-page-content section img {
display: block;
width: 100%;
}



.mobile-one-text {
    background-image: url(../png/background_designed_for_the_working_dj2x.png);
}





@media screen and (max-width: 767px) {
  section#ddj-p4p-hero .button-buy-exclusive > span {
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  section#dj-p4p-buy {
    padding: 0!important;
}

section#ddj-p4p-feature-points .ddj-feature-point {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 0px!important;
  background-color: var(--color-white);
  color: var(--color-black);
  opacity: 0.75;
  line-height: 20px;
  font-size: 12px;
  border-radius: 10px;
}

#sku-banner .sku-banner-content {
    background: rgba(0,0,0,0.5);
    color: #fff;
    max-width: calc(100vw - 20px);
    padding: 35px 40px 15px;
    width: 426px;
    position: absolute;
    left: 5%; /* 60px */
    bottom: 3%; /* 450px */
  }

  div#pgop {
    display: none;
  }

}


@media screen and (min-width: 768px) {
  .ddj-p4p-feature-blocks .row > div:first-child {
  }

  .ddj-p4p-feature-blocks .row:nth-child(even) > div:first-child {
      order: 2;
  }

  .ddj-p4p-feature-blocks .row:nth-child(odd) > div:first-child {
  }


  div#pgop-mobile {
    display: none;
  }

}


@media screen and (max-width: 1023px) {
  section#ddj-p4p-feature-points .slick-dotted.slick-slider {
      margin-top: 0;
  }
  .ddj-box {
      padding: 1rem 3rem;
  }

}


@media screen and (min-width: 1024px) {
  .pad{
      padding:5% 0 5% 0!important;
  }
  section.ddj-p4p h1,
  section.ddj-p4p h2,
  section.ddj-p4p h3 {
      font-weight: bold;
  }
  section.ddj-p4p h1 {
      text-transform: uppercase!important;
      line-height:40px;
      font-size: 35 px;
  }
  section.ddj-p4p h2 {
      line-height: 40px;
      font-size: 30px;
  }
  section.ddj-p4p h3 {
      line-height: 32px;
      font-size: 25px;
  }
  
  section.ddj-p4p p {
      line-height: 28px;
      font-size: 18px;
  }
  section.ddj-p4p p.p2 {
      line-height: 24px;
      font-size: 16px;
  }
  section.ddj-p4p p.p3 {
      line-height: 24px;
      font-size: 14px;
  }
  section#ddj-p4p-hero a.button-buy-exclusive {
      white-space: nowrap;
  }

  div#pgop-mobile {
    display: none;
  }

}

  
