.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.lockup-banner {
  background: #ebebeb;
}
.lockup-banner .icon {
  margin-top: -3em;
  background: #ebebeb;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 9em;
  height: 9em;
}
.lockup-banner .icon > img {
  width: 7em;
  height: 7em;
  margin: 1em;
}
.cw-pdp-expectations .cw-title {
  font-weight: 900;
  font-style: normal;
  letter-spacing: -1px;
}
.cw-pdp-expectations .cw-sub-title {
  font-weight: 600;
  font-style: normal;
  letter-spacing: -2%;
  max-width: 40em;
  margin: 1em auto;
  padding: 0 0.5em;
}
.cw-pdp-expectations .cw-buy-now-btn {
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 14px;
}
.color-wonder-pdp-try-it-on-v2 .row {
  background-color: #426fb3;
}
.color-wonder-pdp-try-it-on-v2 .inner-wrap {
  padding: 12em 5%;
}
.color-wonder-pdp-try-it-on-v2 .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner {
  position: absolute;
  width: 18%;
  height: 15%;
  border: 4px solid #fff;
  filter: 'alpha(opacity=75)';
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner.top {
  top: 2.5em;
  border-bottom-color: transparent;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner.bottom {
  bottom: 2.5em;
  border-top-color: transparent;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner.left {
  left: 2.5em;
  border-right-color: transparent;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner.right {
  right: 2.5em;
  border-left-color: transparent;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner.top.left {
  -moz-border-radius-topleft: 3em;
  -webkit-border-top-left-radius: 3em;
  border-top-left-radius: 3em;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner.top.right {
  -moz-border-radius-topright: 3em;
  -webkit-border-top-right-radius: 3em;
  border-top-right-radius: 3em;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner.bottom.left {
  -moz-border-radius-bottomleft: 3em;
  -webkit-border-bottom-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
.color-wonder-pdp-try-it-on-v2 .background-image .corner.bottom.right {
  -moz-border-radius-bottomright: 3em;
  -webkit-border-bottom-right-radius: 3em;
  border-bottom-right-radius: 3em;
}
.color-wonder-pdp-try-it-on-v2 .cta-wrap {
  position: relative;
  text-align: center;
  padding: 0 25%;
}
.color-wonder-pdp-try-it-on-v2 .cta-wrap .try-it-on-cta {
  margin-top: 1em;
  background-color: #fff;
  color: #911885;
  padding: 1em 1.5em;
  -moz-border-radius: 3.5em;
  -webkit-border-radius: 3.5em;
  border-radius: 3.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .color-wonder-pdp-try-it-on-v2 .background-image .corner {
    border: 3px solid #fff;
    width: 25%;
    height: 10%;
  }
  .color-wonder-pdp-try-it-on-v2 .background-image .corner.top {
    top: 1.5em;
  }
  .color-wonder-pdp-try-it-on-v2 .background-image .corner.bottom {
    bottom: 1.5em;
  }
  .color-wonder-pdp-try-it-on-v2 .background-image .corner.left {
    left: 1.5em;
  }
  .color-wonder-pdp-try-it-on-v2 .background-image .corner.right {
    right: 1.5em;
  }
  .color-wonder-pdp-try-it-on-v2 .cta-wrap {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .color-wonder-pdp-try-it-on-v2 .cta-wrap {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .color-wonder-pdp-try-it-on-v2 .cta-wrap {
    padding: 0 20%;
  }
}
.colorwonder-comparison-v2 {
  padding: 2em;
}
@media only screen and (max-width: 759px) {
  .colorwonder-comparison-v2 {
    padding: 1.5em;
  }
}
.colorwonder-comparison-v2 .inner {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1300px;
}
.colorwonder-comparison-v2 .inner .header-title {
  font-weight: 900;
  letter-spacing: -1px;
}
.colorwonder-comparison-v2 .inner .cards {
  display: flex;
  gap: 2em;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 759px) {
  .colorwonder-comparison-v2 .inner .cards {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.colorwonder-comparison-v2 .inner .cards .card {
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.03);
  -o-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.03);
  padding: 10px;
  max-width: 400px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.colorwonder-comparison-v2 .inner .cards .card .name-wrapper {
  text-align: center;
  padding: 0.5em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.colorwonder-comparison-v2 .inner .cards .card img {
  max-width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.colorwonder-comparison-v2 .inner .cards .card .bullets {
  padding: 2em 1em;
}
.colorwonder-comparison-v2 .inner .cards .card .bullets .bullet {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.colorwonder-comparison-v2 .inner .cards .card .bullets .bullet svg {
  width: 20px;
  color: #bdcaea;
}
.colorwonder-comparison-v2 .inner .cards .card .cta {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.colorwonder-comparison-v2 .inner .cards .card .cta .mr-btn {
  text-transform: none;
}
