/* Global Mixins Stylesheet */
/* |_ Global Reset Style */
* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clsBrightPDP-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
}
.clsBrightPDP-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: 0rem;
}
.clsBrightPDP-row.clsBrightPDP-reverse {
  flex-direction: row-reverse;
}
.clsBrightPDP-col.clsBrightPDP-reverse {
  flex-direction: column-reverse;
}
.clsBrightPDP-col-xs, .clsBrightPDP-col-xs-1, .clsBrightPDP-col-xs-2, .clsBrightPDP-col-xs-3, .clsBrightPDP-col-xs-4, .clsBrightPDP-col-xs-5, .clsBrightPDP-col-xs-6, .clsBrightPDP-col-xs-7, .clsBrightPDP-col-xs-8, .clsBrightPDP-col-xs-9, .clsBrightPDP-col-xs-10, .clsBrightPDP-col-xs-11, .clsBrightPDP-col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0rem;
  padding-left: 0rem;
}
.clsBrightPDP-col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.clsBrightPDP-col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.clsBrightPDP-col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.clsBrightPDP-col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.clsBrightPDP-col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.clsBrightPDP-col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.clsBrightPDP-col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.clsBrightPDP-col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.clsBrightPDP-col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.clsBrightPDP-col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.clsBrightPDP-col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.clsBrightPDP-col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.clsBrightPDP-col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.clsBrightPDP-col-xs-offset-1 {
  margin-left: 8.333%;
}
.clsBrightPDP-col-xs-offset-2 {
  margin-left: 16.667%;
}
.clsBrightPDP-col-xs-offset-3 {
  margin-left: 25%;
}
.clsBrightPDP-col-xs-offset-4 {
  margin-left: 33.333%;
}
.clsBrightPDP-col-xs-offset-5 {
  margin-left: 41.667%;
}
.clsBrightPDP-col-xs-offset-6 {
  margin-left: 50%;
}
.clsBrightPDP-col-xs-offset-7 {
  margin-left: 58.333%;
}
.clsBrightPDP-col-xs-offset-8 {
  margin-left: 66.667%;
}
.clsBrightPDP-col-xs-offset-9 {
  margin-left: 75%;
}
.clsBrightPDP-col-xs-offset-10 {
  margin-left: 83.333%;
}
.clsBrightPDP-col-xs-offset-11 {
  margin-left: 91.667%;
}
.clsBrightPDP-start-xs {
  justify-content: flex-start;
  text-align: start;
}
.clsBrightPDP-center-xs {
  justify-content: center;
  text-align: center;
}
.clsBrightPDP-end-xs {
  justify-content: flex-end;
  text-align: end;
}
.clsBrightPDP-top-xs {
  align-items: flex-start;
}
.clsBrightPDP-middle-xs {
  align-items: center;
}
.clsBrightPDP-bottom-xs {
  align-items: flex-end;
}
.clsBrightPDP-around-xs {
  justify-content: space-around;
}
.clsBrightPDP-between-xs {
  justify-content: space-between;
}
.clsBrightPDP-first-xs {
  order: -1;
}
.clsBrightPDP-last-xs {
  order: 1;
}
@media only screen and (min-width: 48em) {
  .clsBrightPDP-container {
    width: 46rem;
  }
  .clsBrightPDP-col-sm, .clsBrightPDP-col-sm-1, .clsBrightPDP-col-sm-2, .clsBrightPDP-col-sm-3, .clsBrightPDP-col-sm-4, .clsBrightPDP-col-sm-5, .clsBrightPDP-col-sm-6, .clsBrightPDP-col-sm-7, .clsBrightPDP-col-sm-8, .clsBrightPDP-col-sm-9, .clsBrightPDP-col-sm-10, .clsBrightPDP-col-sm-11, .clsBrightPDP-col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .clsBrightPDP-col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .clsBrightPDP-col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .clsBrightPDP-col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .clsBrightPDP-col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .clsBrightPDP-col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .clsBrightPDP-col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .clsBrightPDP-col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .clsBrightPDP-col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .clsBrightPDP-col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .clsBrightPDP-col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .clsBrightPDP-col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .clsBrightPDP-col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .clsBrightPDP-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .clsBrightPDP-col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .clsBrightPDP-col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .clsBrightPDP-col-sm-offset-3 {
    margin-left: 25%;
  }
  .clsBrightPDP-col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .clsBrightPDP-col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .clsBrightPDP-col-sm-offset-6 {
    margin-left: 50%;
  }
  .clsBrightPDP-col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .clsBrightPDP-col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .clsBrightPDP-col-sm-offset-9 {
    margin-left: 75%;
  }
  .clsBrightPDP-col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .clsBrightPDP-col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .clsBrightPDP-start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .clsBrightPDP-center-sm {
    justify-content: center;
    text-align: center;
  }
  .clsBrightPDP-end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .clsBrightPDP-top-sm {
    align-items: flex-start;
  }
  .clsBrightPDP-middle-sm {
    align-items: center;
  }
  .clsBrightPDP-bottom-sm {
    align-items: flex-end;
  }
  .clsBrightPDP-around-sm {
    justify-content: space-around;
  }
  .clsBrightPDP-between-sm {
    justify-content: space-between;
  }
  .clsBrightPDP-first-sm {
    order: -1;
  }
  .clsBrightPDP-last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .clsBrightPDP-container {
    width: 61rem;
  }
  .clsBrightPDP-col-md, .clsBrightPDP-col-md-1, .clsBrightPDP-col-md-2, .clsBrightPDP-col-md-3, .clsBrightPDP-col-md-4, .clsBrightPDP-col-md-5, .clsBrightPDP-col-md-6, .clsBrightPDP-col-md-7, .clsBrightPDP-col-md-8, .clsBrightPDP-col-md-9, .clsBrightPDP-col-md-10, .clsBrightPDP-col-md-11, .clsBrightPDP-col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .clsBrightPDP-col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .clsBrightPDP-col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .clsBrightPDP-col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .clsBrightPDP-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .clsBrightPDP-col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .clsBrightPDP-col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .clsBrightPDP-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .clsBrightPDP-col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .clsBrightPDP-col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .clsBrightPDP-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .clsBrightPDP-col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .clsBrightPDP-col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .clsBrightPDP-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .clsBrightPDP-col-md-offset-1 {
    margin-left: 8.333%;
  }
  .clsBrightPDP-col-md-offset-2 {
    margin-left: 16.667%;
  }
  .clsBrightPDP-col-md-offset-3 {
    margin-left: 25%;
  }
  .clsBrightPDP-col-md-offset-4 {
    margin-left: 33.333%;
  }
  .clsBrightPDP-col-md-offset-5 {
    margin-left: 41.667%;
  }
  .clsBrightPDP-col-md-offset-6 {
    margin-left: 50%;
  }
  .clsBrightPDP-col-md-offset-7 {
    margin-left: 58.333%;
  }
  .clsBrightPDP-col-md-offset-8 {
    margin-left: 66.667%;
  }
  .clsBrightPDP-col-md-offset-9 {
    margin-left: 75%;
  }
  .clsBrightPDP-col-md-offset-10 {
    margin-left: 83.333%;
  }
  .clsBrightPDP-col-md-offset-11 {
    margin-left: 91.667%;
  }
  .clsBrightPDP-start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .clsBrightPDP-center-md {
    justify-content: center;
    text-align: center;
  }
  .clsBrightPDP-end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .clsBrightPDP-top-md {
    align-items: flex-start;
  }
  .clsBrightPDP-middle-md {
    align-items: center;
  }
  .clsBrightPDP-bottom-md {
    align-items: flex-end;
  }
  .clsBrightPDP-around-md {
    justify-content: space-around;
  }
  .clsBrightPDP-between-md {
    justify-content: space-between;
  }
  .clsBrightPDP-first-md {
    order: -1;
  }
  .clsBrightPDP-last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .clsBrightPDP-container {
    width: 71rem;
  }
  .clsBrightPDP-col-lg, .clsBrightPDP-col-lg-1, .clsBrightPDP-col-lg-2, .clsBrightPDP-col-lg-3, .clsBrightPDP-col-lg-4, .clsBrightPDP-col-lg-5, .clsBrightPDP-col-lg-6, .clsBrightPDP-col-lg-7, .clsBrightPDP-col-lg-8, .clsBrightPDP-col-lg-9, .clsBrightPDP-col-lg-10, .clsBrightPDP-col-lg-11, .clsBrightPDP-col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .clsBrightPDP-col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .clsBrightPDP-col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .clsBrightPDP-col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .clsBrightPDP-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .clsBrightPDP-col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .clsBrightPDP-col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .clsBrightPDP-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .clsBrightPDP-col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .clsBrightPDP-col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .clsBrightPDP-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .clsBrightPDP-col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .clsBrightPDP-col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .clsBrightPDP-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .clsBrightPDP-col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .clsBrightPDP-col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .clsBrightPDP-col-lg-offset-3 {
    margin-left: 25%;
  }
  .clsBrightPDP-col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .clsBrightPDP-col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .clsBrightPDP-col-lg-offset-6 {
    margin-left: 50%;
  }
  .clsBrightPDP-col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .clsBrightPDP-col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .clsBrightPDP-col-lg-offset-9 {
    margin-left: 75%;
  }
  .clsBrightPDP-col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .clsBrightPDP-col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .clsBrightPDP-start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .clsBrightPDP-center-lg {
    justify-content: center;
    text-align: center;
  }
  .clsBrightPDP-end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .clsBrightPDP-top-lg {
    align-items: flex-start;
  }
  .clsBrightPDP-middle-lg {
    align-items: center;
  }
  .clsBrightPDP-bottom-lg {
    align-items: flex-end;
  }
  .clsBrightPDP-around-lg {
    justify-content: space-around;
  }
  .clsBrightPDP-between-lg {
    justify-content: space-between;
  }
  .clsBrightPDP-first-lg {
    order: -1;
  }
  .clsBrightPDP-last-lg {
    order: 1;
  }
}

html,
body {
  overflow-x: hidden;
}

.clsBrightPDP-js-heightAuto {
  height: auto !important;
}
.clsBrightPDP-hiddenMobile {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-hiddenMobile {
    display: block !important;
  }
}
.clsBrightPDP-hiddenDesktop {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-hiddenDesktop {
    display: none;
  }
}
.clsBrightPDP-titleHead {
  font-size: 35PX;
  line-height: 39PX;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-titleHead {
    font-size: 48PX;
    line-height: 52PX;
  }
}
.clsBrightPDP-txtMedium {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif !important;
}
.clsBrightPDP-txtBook {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif !important;
}
.clsBrightPDP-txtLight {
  font-family: "Gotham Light", Helvetica, Arial, sans-serif !important;
}
.clsBrightPDP-txtStrong {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-size: 20PX;
  line-height: 24PX;
}
.clsBrightPDP-txtSmall {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  font-size: 11PX;
  line-height: 15PX;
}
.clsBrightPDP-textRight {
  text-align: right;
}
.clsBrightPDP-title-top {
  font-size: 35PX;
  line-height: 42PX;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  margin-bottom: 30PX;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-title-top {
    font-size: 48PX;
    line-height: 55PX;
  }
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-leftCol {
    padding-right: 20PX;
  }
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-rightCol {
    padding-left: 20PX;
  }
}
.clsBrightPDP-padLeft20 {
  padding-left: 20PX;
}
.clsBrightPDP-padRight20 {
  padding-right: 20PX;
}
.clsBrightPDP-textLeft {
  text-align: left;
}
.clsBrightPDP-textRight {
  text-align: right;
}
.clsBrightPDP-flex {
  display: flex;
}
.clsBrightPDP-mgBot5 {
  margin-bottom: 5PX;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-mgBot5 {
    margin-bottom: 10PX;
  }
}
.clsBrightPDP-mgBot10 {
  margin-bottom: 10PX;
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-mgBot10 {
    margin-bottom: 15PX;
  }
}
.clsBrightPDP-mgBot15 {
  margin-bottom: 15PX;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-mgBot15 {
    margin-bottom: 20PX;
  }
}
.clsBrightPDP-mgBot20 {
  margin-bottom: 20PX;
}
.clsBrightPDP-mgBot40 {
  margin-bottom: 40PX;
}
.clsBrightPDP-wrapper {
  padding: 0 20PX;
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-wrapper {
    padding: 0;
  }
}
.clsBrightPDP-vertical-center {
  display: flex;
  align-items: center;
}
.clsBrightPDP-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  height: 42PX;
  font-size: 14PX;
  background-color: #b40024;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 4PX;
  padding: 0 20PX;
  cursor: pointer;
}
.clsBrightPDP-cta:hover {
  color: white;
}
.clsBrightPDP-cta:focus {
  color: white;
}
.clsBrightPDP-ctaWhite {
  background-color: white;
  color: #000;
  border: 1PX solid #d3d3d3;
  z-index: 10;
  position: relative;
}
.clsBrightPDP-ctaWhite:hover {
  color: #000;
  cursor: pointer;
}
.clsBrightPDP-ctaWhite:focus {
  color: #000;
}
.clsBrightPDP-cta-link {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 11PX;
}
.clsBrightPDP-text-white {
  color: white;
}
.clsBrightPDP-text-black {
  color: #000;
}
.clsBrightPDP-bold {
  font-weight: 600;
}
.clsBrightPDP-section-width {
  max-width: 1170PX;
  margin: 0 auto;
}
.clsBrightPDP-marginBot {
  margin-bottom: 30PX;
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-marginBot {
    margin-bottom: 50PX;
  }
}
.clsBrightPDP-position-relative {
  position: relative;
}
.clsBrightPDP-uppercase {
  text-transform: uppercase;
}
.clsBrightPDP-h4 {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-size: 20PX;
  color: #a163ad;
}
.clsBrightPDP-main {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  background-color: white;
  color: #000;
  width: 100%;
  height: 100%;
  min-width: 320PX;
  max-width: 1600PX;
  margin: 0 auto;
  font-size: 16PX;
  overflow: hidden;
}
.clsBrightPDP-main * {
  box-sizing: border-box;
}
.clsBrightPDP-main p {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  font-size: 14PX;
  line-height: 20PX;
  color: #444342;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-main p {
    font-size: 20PX;
    line-height: 24PX;
  }
}
.clsBrightPDP-main img {
  width: 100%;
  display: block;
}
.clsBrightPDP-main div[data-name^=block-product] {
  margin-bottom: 60PX;
}
.clsBrightPDP-main div[data-name^=block-product] .slick-track {
  display: flex;
  align-items: flex-end;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrsightPDP-active ul:first-child {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrsightPDP-active ul:last-child {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40PX;
  position: relative;
  background-color: transparent;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10PX;
  height: 10PX;
  margin: 0 5PX;
  padding: 0;
  cursor: pointer;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10PX;
  height: 10PX;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
  color: transparent;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider ul.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10PX;
  height: 10PX;
  content: "";
  text-align: center;
  background-color: white;
  border-radius: 50%;
  margin-left: -5PX;
  transition: all 0.3s;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider ul.slick-dots li.slick-active button::before {
  background-color: #000;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-product-expand-content {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  z-index: 1;
  top: 47%;
  left: -13PX;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-product-expand-content-top {
  top: 33%;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-product-icon {
  display: inline-block;
  width: 30PX;
  height: 30PX;
  background-color: white;
  opacity: 0.6;
  color: #000;
  border-radius: 50%;
  font-size: 30PX;
  line-height: 30PX;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-product-icon-active {
  transform: rotate(45deg);
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-product-content {
  background-color: white;
  padding: 10PX 15PX;
  width: 200PX;
  visibility: hidden;
  height: 0;
  box-shadow: -5PX 5PX 20PX 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-product-content p {
  color: #000;
  font-size: 14PX;
  line-height: 20PX;
  margin-bottom: 5PX;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-product-content .clsBrightPDP-cta-link {
  color: #000;
  margin-bottom: 10PX;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-prodes-active {
  visibility: visible;
  height: auto;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-title {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-size: 35PX;
  margin-top: 10PX;
  margin-bottom: 40PX;
  color: #000;
  text-align: center;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider {
  transition: opacity 200ms linear;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider:last-child {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-item {
  padding: 0 20PX;
  color: #000;
  outline: none;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-image {
  position: relative;
  padding-bottom: 20PX;
  margin-bottom: 20PX;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-image:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 150PX;
  height: 1PX;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-image img {
  width: auto;
  margin: 0 auto;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-img {
  position: relative;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-title {
  font-size: 24PX;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-title .clsBrightPDP-number {
  font-size: 60PX;
  font-family: "Gotham Light", Helvetica, Arial, sans-serif;
  margin-right: 8PX;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-summary, .clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-money {
  font-size: 16PX;
  line-height: 22PX;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  color: white;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-summary {
  display: flex;
  flex-direction: column;
  min-height: 100PX;
}
.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-cta a {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  font-size: 11PX;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1PX;
}
.clsBrightPDP-main div[data-name^=section-1] {
  position: relative;
  border-bottom: 1PX solid #444342;
  background-image: url(../img/cls-Bright-pdp-02.jpg);
  background-size: 100% auto;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-wrapper {
  transition: height 0.5s;
  padding-bottom: 80PX;
  background-image: url(../img/clsBight-pdp-01m.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-wrapper {
    background-image: url(../img/cls-Bright-pdp-01.jpg);
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-content-wrapper {
  text-align: center;
  padding-top: 125%;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-content-wrapper {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-content-wrapper {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-small-text {
  color: white;
  text-transform: uppercase;
  font-size: 14PX;
  margin-bottom: 5PX;
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-small-text {
    margin-bottom: 20PX;
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-title {
  font-size: 24PX;
  line-height: 28PX;
  color: #7c4a82;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-title {
    font-size: 35PX;
    line-height: 39PX;
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-big-title {
  font-size: 35PX;
  line-height: 39PX;
  color: white;
  display: inline-block;
  margin-bottom: 80PX;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-big-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-big-title {
    font-size: 60PX;
    line-height: 64PX;
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 {
    margin-top: 80PX;
  }
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 {
    margin-top: 150PX;
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-title {
  color: white;
}
@media only screen and (min-width: 1024px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-title {
    font-size: 35PX;
    line-height: rem-cacl(39);
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-step {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15PX 0 20PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-step li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  width: 26PX;
  height: 26PX;
  background-color: #7c4a82;
  border-radius: 50%;
  color: white;
  margin: 0 10PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-step li::before {
  content: "";
  position: absolute;
  height: 1PX;
  width: 20PX;
  background-color: white;
  left: 100%;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-step li:first-child {
  background-color: white;
  color: #7c4a82;
  width: 36PX;
  height: 36PX;
  font-size: 22PX;
  cursor: pointer;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-step li:last-child::before {
  content: none;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-choose-skin {
  margin-bottom: 20PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-skin-type {
  margin-bottom: 50PX;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-skin-type {
    display: flex;
    justify-content: center;
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-skin-type li {
  font-size: 16PX;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28PX 0;
  margin-bottom: 1PX;
  cursor: pointer;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-skin-type li:before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-skin-type li img {
  width: 26PX;
  margin-right: 15PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-skin-type li span {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-skin-type li {
    width: 345PX;
    margin-right: 1PX;
    margin-bottom: 0;
  }
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-block-2 .clsBrightPDP-toogle-product {
  opacity: 0;
  height: 0;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b1-display .clsBrightPDP-toogle-product1 {
  height: auto;
  opacity: 1;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b1-display .clsBrightPDP-toogle-product2 {
  height: 0;
  opacity: 0;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b1-display .clsBrightPDP-skin-type {
  display: none;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b1-display .clsBrightPDP-choose-skin {
  display: none;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b1-display .clsBrightPDP-step li:last-child {
  background-color: white;
  color: #7c4a82;
  width: 36PX;
  height: 36PX;
  font-size: 22PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b1-display .clsBrightPDP-step li:first-child {
  width: 26PX;
  height: 26PX;
  background-color: #7c4a82;
  color: white;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b2-display .clsBrightPDP-toogle-product1 {
  opacity: 0;
  height: 0;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b2-display .clsBrightPDP-toogle-product2 {
  height: auto;
  opacity: 1;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b2-display .clsBrightPDP-skin-type {
  display: none;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b2-display .clsBrightPDP-choose-skin {
  display: none;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b2-display .clsBrightPDP-step li:last-child {
  background-color: white;
  color: #7c4a82;
  width: 36PX;
  height: 36PX;
  font-size: 22PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-b2-display .clsBrightPDP-step li:first-child {
  width: 26PX;
  height: 26PX;
  background-color: #7c4a82;
  color: white;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: 20PX;
  margin-bottom: 40PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle input {
  display: none;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle input:checked + .clsBrightPDP-roundcta::before {
  transform: translate(29PX, 0);
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-show-item-name {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16PX;
  color: #d3d3d3;
  display: flex;
  align-items: center;
  color: white;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-show-item-name img {
  width: 33PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-show-item-name-1 {
  justify-content: end;
  flex-direction: row-reverse;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-show-item-name-1 img {
  width: 33PX;
  margin-left: 15PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-show-item-name-2 img {
  width: 20PX;
  margin-right: 15PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-toogle-icon {
  width: 60PX;
  height: 30PX;
  position: relative;
  margin: 0 15PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-roundcta {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
  display: block;
  transition: all 0.3s;
  border-radius: 30PX;
  cursor: pointer;
  min-width: 60PX;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-roundcta:before {
  position: absolute;
  content: "";
  height: 24PX;
  width: 24PX;
  border-radius: 100%;
  display: block;
  left: 3PX;
  bottom: 3PX;
  background-color: #7c4a82;
  transition: all 0.3s;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-active .clsBrightPDP-block-1 {
  display: none;
}
.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-active .clsBrightPDP-block-2 {
  display: block;
}

.PDP-Free-Block__btn.active:after {
  transform: rotate(45deg);
}/*# sourceMappingURL=pdp.css.map */


/* ------------------------------------ */


.clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-prodes-active {
  width: 190px;
}

.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-small-text {
  text-transform: none;
}

.clsBrightPDP-ctaWhite {
  text-transform: none;
}

.clsBrightPDP-main div[data-name^=section-1] .clsBrightPDP-toogle .clsBrightPDP-show-item-name {
  text-transform: none;
}

.clsBrightPDP-cta {
  text-transform: none;
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  .clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-prodes-active {
    width: 175px;
  }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-prodes-active {
    width: 160px;
  }
}

/* mobile */
@media (max-width: 480px) {
  .clsBrightPDP-main div[data-name^=block-product] .clsBrightPDP-prodes-active {
    width: 150px;
  }
}

/*DTW EDITS*/
.clsBrightPDP-main div[data-name^="block-product"] .clsBrightPDP-slide-listSlider .clsBrightPDP-slide-summary {
    display: flex;
    flex-direction: column;
    min-height: 120px;
}