.hide-title-and-view-all-text {
  display: none;
}

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

  .nw-productbtns-btntxt {
    font-size: $font-size-xxxs;
  }
  @media screen and (max-width:$screen-max-xs) {
    padding: 0;
  }
}

.nw-pdpcarouseltitlecontainer {
  padding: 0 0 10px;

  &.mastertemplate {
    padding: 0 0 10px;
  }

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

.nw-pdpcarousel-carouselcontainer {
  @media screen and (max-width:$screen-max-xs) {
    margin: 0;
  }
}

.nw-pdpcarousel-mobileviewallcontainer {
  @media screen and (max-width:$screen-max-xs) {
    margin: 0;
  }
}

.nw-pdpcarouseltitlecolumn {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.nw-pdpcarouseltitle {
  margin: 0;
  width: 100%;
  font-size: $font-size-xxl;
  font-family: $secondary-font-family;
  text-align: center;
  letter-spacing: 2.4px;
  @media screen and (max-width:$screen-max-xs) {
    font-size: $font-size-xl;
  }
}

.nw-pdpcarouselsubtitle {
  width: 100%;
  text-align: center;
}

.nw-pdpcarouselviewall {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nw-pdpcarouselviewallanchor {
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
  color: $default-color;
  text-decoration: none;

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

.nw-pdpcarouselviewallanchorarrow {
  padding-left: 10px;
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
  color: $default-color;
}

.nw-pdpcarouselmobileviewall {
  justify-content: center;
  display: flex;
  margin-top: 10px;

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

.nw-pdpcarouselmobileviewallbutton {
  border: 2px solid $default-color;
  width: calc(100% - 32px);
  padding: 10px;
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
  text-align: center;
  color: $default-color;
  text-decoration: none;
}
