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

.nw-pdp-left {
  z-index: 1;

  @media screen and (max-width: $screen-max-xs) {
    margin-bottom: 12px;
  }
}

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

.nw-pdp-button {
  position: relative;
  display: none;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: $font-size-sm;
  font-family: $secondary-font-family;
  text-transform: uppercase;

  @media screen and (min-width: $screen-min-sm) {
    display: block;
  }
}

.nw-pdp-addtobag {
  position: relative;
  width: 100%;
  padding: 14px 0;
  font-family: $secondary-font-family;

  &:disabled {
    border: 1px solid $pdp-addtobag-disabled-color !important;
    background: $pdp-addtobag-disabled-color !important;
    color: $white !important;
  }
}

.nw-pdppage-right-panel {
  padding: 0 16px;

  @media screen and (min-width: $screen-min-md) {
    max-width: 416px;
  }
}

.nw-prod-newtag {
  margin-bottom: 3px;
}


.nw-pdp-iconlist {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}

.nw-pdpdetails-iconswrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 10px;
}

.nw-pdpdetails-icons {
  justify-content: center;
  display: flex;
  border: 2px solid;
  border-radius: 100%;
  width: 47px;
  height: 47px;
  padding: 13px;
  cursor: pointer;
  font-size: $font-size-lg;
}

.nw-pdpdetails-fitguide {
  color: $pdp-fitguide-color;
}

.nw-pdp-favourite {
  color: $color-primary;
}


.nw-pdpdetails-iconstext {
  padding-top: 10px;
  font-size: $font-size-xxxs;
  font-family: $secondary-font-family;
  text-transform: uppercase;
}

.nw-pdp-hearticon {
  position: relative;
}

.nw-pdpshare-icon {
  position: relative;
}

.nw-pdp-rulericon {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

.nw-pdp-image {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%;

  @media screen and (min-width: $screen-min-md) {
    &:hover {
      cursor: zoom-in;
    }
  }
}

@media (max-width: $screen-min-sm) {
  .nw-pdp {
    padding: 0;
  }
}

.nw-pdp-vertical {
  position: relative;
  top: -20px;
  max-width: 120px;
}

@media screen and (max-width: $screen-max-xs) {
  .nw-pdp-vertical {
    display: none !important;
  }
}

.nw-pdp-addtobag-sticky {
  @media screen and (min-width: $screen-min-sm) {
    display: none;
  }

  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
}

.nw-pdp-addtobag-mobile {
  border: 0;
  width: 100%;
  padding: 15px 0;
  background: $color-primary;
  font-size: $font-size-lg;
  font-family: $secondary-font-family;
  color: $white;
}

.nw-pdp-sizeprompt {
  .nw-size-block {
    margin-bottom: 0;
  }

  .nw-sizeblock-label {
    display: none;
  }

  .nw-sizeblock-list {
    padding: 14px 0 0;

    @media screen and (min-width: $screen-min-sm) {
      padding: 22px 0 0;
    }

  }

  .nw-pdp-sizeprompttext2 {
    display: flex;
  }

  .nwc-modal-children {
    padding: 0;

    @media screen and (min-width: $screen-min-sm) {
      overflow: visible;
    }
  }

  .nw-size-chip {
    margin: 0 10px 10px 0;
  }

  .nw-sizeblock-label {
    margin-bottom: 0;
  }

  .nw-sizeblock-container {
    margin-bottom: 0;
  }

  .nwc-modal {
    bottom: 0;
    animation: slideBottomUp 0.5s ease;
    height: auto;
    padding: 0;
    will-change: transform;

    @media screen and (min-width: $screen-min-sm) {
      bottom: initial;
      animation: none;
      max-width: 640px;
      contain: none;
    }
  }

  .nwc-modal-close {
    @media screen and (max-width: $screen-max-xs) {
      display: none;
    }
  }
}

@keyframes slideBottomUp {
  0% {
    transform: translate(0, 100%);
  }


  100% {
    transform: translate(0, 0);
  }
}

.nw-pdp-sizeprompttop {
  justify-content: space-between;
  display: flex;
  background: $concrete;

  @media screen and (min-width: $screen-min-sm) {
    margin: 0 auto;
    border-bottom: 1px solid darken($concrete, 4);
    width: 90%;
    padding-top: 40px;
    background: $white;
  }
}

.nw-pdp-sizeprompttext {
  margin-bottom: 10px;
  border-bottom: 1px solid darken($concrete, 4);
  padding-bottom: 11px;
  font-size: $font-size-normal;
  font-family: $primary-font-family;

  @media screen and (min-width: $screen-min-sm) {
    padding-bottom: 13px;
    font-size: $font-size-xxl;

  }
}

.nw-pdp-sizeprompttext2 {
  padding-top: 14px;
  font-size: $font-size-xs;
  font-weight: normal;

  @media screen and (min-width: $screen-min-sm) {
    padding-top: 15px;
  }
}

.nw-pdp-sizepromptsizechart {
  align-items: center;
  display: flex;
  margin: 0;
  border: 0;
  padding: 10px 15px;
  font-size: $font-size-sm;
  font-weight: 600;
  color: $color-danger;

  @media screen and (min-width: $screen-min-sm) {
    color: $default-color;
  }
}

.nw-sizeprompt-rulericon {
  display: inline-block;
  padding-right: 10px;
  color: $color-danger;

  @media screen and (min-width: $screen-min-sm) {
    transform: rotate(45deg) translate(-5px, 5px);
    padding-right: 0;
  }
}

.nw-pdp-sizepromptlist {
  padding: 32px 16px;

  @media screen and (min-width: $screen-min-sm) {
    padding: 48px;
  }
}

.nw-pdpicons-icon,
.nw-pdpshare-icon {
  &::before {
    font-weight: 600;
  }
}

.nw-pdp-modalsize {
  @media screen and (min-width: $screen-min-sm) {
    .nwc-modal {
      min-width: $pdp-fitguide-modal-min-width;
    }
  }
}

.nw-pdpdeatilsblock-favshare {
  &.nw-docshare-button {
    justify-content: center;
    display: flex;
    border: 2px solid;
    border-radius: 100%;
    width: 47px;
    height: 47px;
    padding: 13px;
    cursor: pointer;
    font-size: $font-size-lg;
    color: $pdp-share-color;
  }

  &.nw-favnshare-docfavbutton {
    justify-content: center;
    display: flex;
    border: 2px solid;
    border-radius: 100%;
    width: 47px;
    height: 47px;
    padding: 13px;
    cursor: pointer;
    font-size: $font-size-lg;
    color: $color-primary;
  }

  &.nw-docshare-button.is-relative {
    padding: 10px;
  }

  &.nw-docshare-listitem {
    padding: 7px;
  }

  &.nw-docshare-list.is-relative {
    top: 6px;
    left: 54px;
    height: auto;
  }

  &.nw-favnshare-docfavicon {
    font-size: $font-size-lg;
    font-weight: 600;
  }
}

