.nw-pdpcarouselrow {
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  
  &::before {
    content: " ";
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    display: block;
    transform: translate3d(0, 0, 1);
    width: 100%;
    height: 20px;
    background: $transparent;
  }
}

.nw-pdpcarouselenclose {
  flex-wrap: nowrap;
  display: flex;
  overflow-x: hidden;

  &.is-noscroller {
    justify-content: center;
  }
}

.nw-pdpcarouselitem {
  flex: 0 0 auto;
  padding: 0 3px;

  .nw-productbtns-container {
    z-index: 1;
  }

}

.nw-productcarousel-btncol {
  justify-content: center;
  align-items: center;
  flex: 0 0 3%;
  display: flex;
  max-width: 3%;
}

.nw-pdpcarouselbutton {
  margin-bottom: 116px;
  border: 0;
  font-size: $pdp-scrollers-arrow-size;
  color: $color-primary;

  &[disabled] {
    border: 0 !important;
  }
}

.nw-pdpcarouselicon {
  font-weight: 600;
}

.nw-pdpcarouselcolumn {
  flex: 0 0 94%;
  max-width: 94%;
}

@media screen and (max-width:$screen-max-xs) {
  .nw-pdpcarouselenclose {
    overflow: auto;
    overflow-y: hidden;

    &::-webkit-scrollbar {
      display: none;
    }

    &::-webkit-scrollbar-thumb {
      display: none;
    }
  }

  .nw-productcarousel-btncol {
    display: none;
  }

  .nw-pdpcarouselcolumn {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .nw-pdpcarouselitem {
    width: 42% !important;
  }
}
