.nw-mt-brandmastertemplate2 {
  &.nw-pdpcarouseltitlecontainer {
    padding: 0 0 10px;
  }

  &.nw-pdpcarouselviewall {
    align-items: flex-end;
  }

  &.nw-pdpcarouseltitle {
    font-size: $master-component-section-title-font-size;
    font-family: $primary-font-family;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
  }
  
  &.nw-pdpcarouselbutton {
    color: $default-color;
  }

  &.nw-pdpcarouselicon {
    font-weight: 100;
  }

  &.nw-pdpcarouselmobileviewallbutton {
    width: 100%;
  }
}

.nw-mt-brandmastertemplate3 {
  &.nw-pdpcarouseltitlecontainer {
    padding: 0 0 10px;
  }
  
  &.nw-pdpcarouseltitle {
    font-size: $gap-story-title-font-size;
    font-family: $primary-font-family;
    letter-spacing: 0.8px;

    @media screen and (min-width: $screen-min-sm) {
      font-size: $gap-section-title-font-size;
    }
  }
  
  &.nw-pdpcarouselcolumn {
    flex: 0 0 100%;
    max-width: 100%;
  }

  &.nw-productcarousel-btncol {
    position: absolute;
    z-index: 1;
    flex: 0 0 4%;
    max-width: 4%;
    height: 100%;

    &:hover {
      background: $banner-carousel-arrow-background;
    }
  }

  &.nw-productcarousel-btncol-right {
    right: 0;
  }

  &.nw-pdpcarouselbutton {
    color: $default-color;
  }

  &.nw-pdpcarouselicon {
    font-weight: 100;
  }

  &.nw-pdpcarouselmobileviewallbutton {
    border: 0;
    border-top: 1px solid $gap-border-line-grey;
    border-bottom: 1px solid $gap-border-line-grey;
    width: 100%;
    padding: 15px 0;
    font-family: $primary-font-family;
    font-weight: 600;
  }
}

.nw-mt-nw { //TODO
  &.nw-pdpcarouseltitle {
    font-size: $brandmaster-desktop-storytitle-fontsize;
    font-family: $primary-font-family;
    font-weight: 600;
  }
}
