.nw-pdp-desktopaccordioncontainer {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 57px 0;
}

.nw-pdp-desktopaccordionimagecontainer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  width: 100%;
  min-height: 400px;
  background-color: $concrete;
}

.nw-pdp-desktopaccordionimages {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: $concrete;
  background-repeat: no-repeat;
  background-position: center left,center right;
  background-blend-mode: multiply;
  background-size: cover;
}

.nw-pdp-desktopaccordioncontentcontainer {
  max-width: $body-maxwidth;
  width: 100%;
}

.nw-pdp-desktopaccordionbuttonscontainer {
  flex-wrap: nowrap;
  display: flex;
}

.nw-pdp-desktopaccordionbuttons {
  margin-right: 10px;
  border: 0;
  padding: 15px 25px;
  background: $default-color;
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
  text-transform: uppercase;
  color: $white;
  letter-spacing: 0.7px;

  &.is-active {
    background: $white;
    color: $default-color;
  }
}

.nw-pdp-desktopaccordioncontent {
  width: 100%;
  min-height: 240px;
  background: $white;
}

.nw-pdp-desktopaccordionstory {
  flex-direction: column;
  display: flex;
  height: 240px;
  overflow-y: auto;
}

.nw-pdp-desktopaccordionstorydata {
  margin: 0;
  padding: 32px;
  font-size: $font-size-xs;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.nw-pdp-desktopaccordiontnc {
  font-weight: 600;
  color: $default-color;
  text-decoration: none;
}

.nw-pdp-desktopaccordionreturnicon {
  font-size: $pdp-returnsicon-size;
}

.nw-pdp-desktopaccordiondetails {
  width: 100%;
  height: 240px;
  padding: 32px;
  overflow-y: auto;
}

.nw-pdp-desktopaccordiondetailssection {
  width: 100%;
}

.nw-pdp-desktopaccordiondetailstitle {
  margin: 0;
  font-size: $font-size-sm;
  font-family: $secondary-font-family;
}

.nw-pdp-desktopaccordiondetailsul {
  margin: 0;
  padding: 15px 0 32px;
}

.nw-pdp-desktopaccordiondetailsli {
  font-size: $font-size-xs;
  line-height: 20px;
  letter-spacing: 0.7px;
  list-style: none;
}

@media screen and (max-width:$screen-max-xs) {
  .nw-pdp-accordionimg {
    width: 100%;
  }
}
