@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@font-face {
  font-family: "NiveaLight";
  src: url("../fonts/nivli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NiveaBook";
  src: url("../fonts/nivbk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NiveaBold";
  src: url("../fonts/nivbo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NiveaMedium";
  src: url("../fonts/nivme.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Rozmiar czcionki dla najwyzszego diva */
#cm-nivea-product {
  font-size: 14px;
  font-family: "NiveaBook", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product {
    font-size: 14px;
  }
}

#cm-nivea-product.cm-width-800,
#cm-nivea-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}

#cm-nivea-product .pc-margin-top-xs {
  padding-top: 1.5em;
}

#cm-nivea-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#cm-nivea-product .pc-margin-top-s {
  padding-top: 3em;
}

#cm-nivea-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#cm-nivea-product .pc-margin-top-m {
  padding-top: 4em;
}

#cm-nivea-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#cm-nivea-product .pc-margin-top-l {
  padding-top: 6em;
}

#cm-nivea-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#cm-nivea-product .pc-margin-top-xl {
  padding-top: 8em;
}

#cm-nivea-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#cm-nivea-product .pc-margin-top-xxl {
  padding-top: 10em;
}

#cm-nivea-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-nivea-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-nivea-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-nivea-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-nivea-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-nivea-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-nivea-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-nivea-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-nivea-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-nivea-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-nivea-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-nivea-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

#cm-nivea-product .pc-margin-top-deca {
  margin-top: 0.5em;
}

#cm-nivea-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#cm-nivea-product .pc-margin-top-hecto {
  margin-top: 1em;
}

#cm-nivea-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#cm-nivea-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#cm-nivea-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#cm-nivea-product .pc-margin-top-mega {
  margin-top: 1.5em;
}

#cm-nivea-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#cm-nivea-product .pc-margin-top-giga {
  margin-top: 2em;
}

#cm-nivea-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#cm-nivea-product .pc-margin-top-tera {
  margin-top: 2.5em;
}

#cm-nivea-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#cm-nivea-product .pc-clear {
  clear: both;
}

#cm-nivea-product .m-st-1:after {
  content: '';
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}

#cm-nivea-product .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}

#cm-nivea-product .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}

#cm-nivea-product .pc-b6-a {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-b6-a * {
  text-align: center;
}

#cm-nivea-product .pc-b6-a .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b6-a .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#cm-nivea-product .pc-b6-a h2, #cm-nivea-product .pc-b6-a .h2, #cm-nivea-product .pc-b6-a .pc-h2 {
  font-size: 2.4375em;
  font-family: "NiveaBold", Arial, sans-serif;
  line-height: 1.12;
  color: #001B71;
  letter-spacing: 0.8px;
}

#cm-nivea-product .pc-b6-a h4, #cm-nivea-product .pc-b6-a .h4, #cm-nivea-product .pc-b6-a .pc-h4 {
  font-size: 1.0625em;
  font-family: "NiveaBold", Arial, sans-serif;
  line-height: 1.12;
  color: #fff;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-b6-a {
    text-align: center;
  }
  #cm-nivea-product .pc-b6-a * {
    text-align: center;
  }
}

#cm-nivea-product .pc-b5 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  height: 38em;
}

#cm-nivea-product .pc-b5.pc-b5-b {
  height: auto;
}

#cm-nivea-product .pc-b5.pc-b5-b .pc-b5-image {
  position: relative;
}

#cm-nivea-product .pc-b5.pc-b5-b .pc-b5-image .pc-b5-logo {
  position: absolute;
  width: 130px;
  top: 24px;
  right: 24px;
  display: none;
}

@media only screen and (max-width: 550px) {
  #cm-nivea-product .pc-b5.pc-b5-b .pc-b5-image .pc-b5-logo {
    top: 10px;
    right: 10px;
  }
}

#cm-nivea-product .pc-b5.pc-b5-b .pc-b5-image .pc-b5-logo img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

@media only screen and (max-width: 550px) {
  #cm-nivea-product .pc-b5.pc-b5-b .pc-b5-image .pc-b5-logo img {
    max-width: 80px;
  }
}

#cm-nivea-product .pc-b5.pc-b5-b .pc-b5-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#cm-nivea-product .pc-b5 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b5 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b5 .pc-b5-image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b5 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

#cm-nivea-product .pc-p10 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-p10 .pc-block-module {
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-p10 .pc-block-module .pc-relative {
  height: inherit;
  position: relative;
}

#cm-nivea-product .pc-p10 .pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cm-nivea-product .pc-p10 .pc-icon {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0 auto 0.5em auto;
  float: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#cm-nivea-product .pc-p10 .pc-icon.pc-icon-left {
  margin-left: 0;
}

#cm-nivea-product .pc-p10 .pc-icon.pc-icon-spacing {
  margin-bottom: 2em;
}

#cm-nivea-product .pc-p10 .pc-icon img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

#cm-nivea-product .pc-p10 .h3, #cm-nivea-product .pc-p10 .pc-h3 {
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.38;
  text-transform: uppercase;
  color: #001B71;
}

@media (max-width: 600px) {
  #cm-nivea-product .pc-p10 .h3 br, #cm-nivea-product .pc-p10 .pc-h3 br {
    display: none;
  }
}

#cm-nivea-product .pc-p10 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.24;
  color: #211f20;
  margin: 0.8em 0px;
}

#cm-nivea-product .pc-p10.pc-hoverable .item {
  cursor: pointer;
}

#cm-nivea-product .pc-p10.pc-hoverable .item .item-content.item-content-abs {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: max-height ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: max-height ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: box-shadow ease 0.3s, max-height ease 0.3s, transform ease 0.3s, background-color ease 0.3s;
  transition: box-shadow ease 0.3s, max-height ease 0.3s, transform ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
}

#cm-nivea-product .pc-p10.pc-hoverable .item .item-content.item-content-abs p {
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity ease 0.3s, max-height ease 0.3s;
  transition: opacity ease 0.3s, max-height ease 0.3s;
  overflow: hidden;
}

#cm-nivea-product .pc-p10.pc-hoverable .item:hover {
  outline: 0;
}

#cm-nivea-product .pc-p10.pc-hoverable .item:hover .item-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#cm-nivea-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs {
  background-color: white;
  z-index: 1000;
  -webkit-box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
}

#cm-nivea-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs p {
  opacity: 1;
  max-height: 19em;
}

#cm-nivea-product .pc-p10 .item-row {
  margin-top: -1.25em;
  margin-bottom: -1.25em;
}

#cm-nivea-product .pc-p10 .item {
  text-align: center;
  position: relative;
  margin: 1.25em auto;
}

#cm-nivea-product .pc-p10 .item * {
  text-align: center;
}

#cm-nivea-product .pc-p10 .item:hover .item-content {
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
}

#cm-nivea-product .pc-p10 .item .item-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 1em 0 1em;
  -webkit-transition: background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: box-shadow ease 0.3s, transform ease 0.3s, background-color ease 0.3s;
  transition: box-shadow ease 0.3s, transform ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
}

#cm-nivea-product .pc-p10 .item .item-content.item-content-abs {
  padding: 1em 1em 1em 1em;
}

@media (min-width: 800px) {
  #cm-nivea-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  #cm-nivea-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 226px;
    flex-basis: 226px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #cm-nivea-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 226px;
    flex-basis: 226px;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
  #cm-nivea-product .pc-p10.pc-hoverable .item:hover .item-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #cm-nivea-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs {
    max-height: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #cm-nivea-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs p {
    opacity: 1;
    max-height: none;
  }
  #cm-nivea-product .pc-p10.pc-hoverable .item * {
    text-align: left;
  }
  #cm-nivea-product .pc-p10.pc-hoverable .item .item-content {
    display: none;
  }
  #cm-nivea-product .pc-p10.pc-hoverable .item .item-content.item-content-abs {
    display: block;
    max-height: none;
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 0;
  }
  #cm-nivea-product .pc-p10.pc-hoverable .item .item-content.item-content-abs p {
    opacity: 1;
    max-height: none;
  }
}

#cm-nivea-product .pc-b4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  height: 38em;
  color: #001B71;
}

#cm-nivea-product .pc-b4.pc-b4-2a .b4-content {
  width: 29em;
  padding-left: 2em;
  padding-right: 2em;
}

#cm-nivea-product .pc-b4 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b4 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b4 .b4-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
}

#cm-nivea-product .pc-b4 .b4-table {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

#cm-nivea-product .pc-b4 .b4-cell {
  display: table-cell;
  position: relative;
}

#cm-nivea-product .pc-b4 .b4-content {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  width: 43%;
  padding-left: 4em;
  padding-right: 4em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-title {
  width: 15em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-description {
  margin-top: 2em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box {
  background-color: white;
  padding: 3em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .caption {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.23;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
  margin: 0.8em 0em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .h3 {
  font-family: "NiveaLight", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.24;
  color: #001B71;
  text-transform: uppercase;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .h3 span {
  font-family: "NiveaBold", Arial, sans-serif;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .b4-description {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.38;
  color: #211f20;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .b4-description ol {
  margin-left: 1em;
  padding-left: 0px;
}

#cm-nivea-product .pc-b4 .pc-icon {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0 auto 0.5em auto;
  float: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#cm-nivea-product .pc-b4 .pc-icon.pc-icon-left {
  margin-left: 0;
}

#cm-nivea-product .pc-b4 .pc-icon.pc-icon-spacing {
  margin-bottom: 2em;
}

#cm-nivea-product .pc-b4 .pc-icon img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

#cm-nivea-product .af-width-920 .pc-b4 .b4-content {
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b4 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .pc-relative {
    padding-bottom: 0em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-table {
    margin-top: -2em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-content {
    width: 100%;
    padding: 0 1em 0em 1em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image::after {
    content: "";
    display: block;
    padding-bottom: 87%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image {
    background-position: bottom right;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
  #cm-nivea-product .pc-b4 .b4-table {
    table-layout: auto;
    height: auto;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .pc-relative {
    padding-bottom: 0em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-table {
    margin-top: -2em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-content {
    width: 100%;
    padding: 0 1em 0 1em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image::after {
    content: "";
    display: block;
    padding-bottom: 87%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image {
    background-position: bottom right;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

#cm-nivea-product .pc-b4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  height: 38em;
  color: #001B71;
}

#cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
  background-position: bottom left;
}

#cm-nivea-product .pc-b4.pc-b4-2b .b4-content {
  width: 29em;
  padding-left: 2em;
  padding-right: 2em;
}

#cm-nivea-product .pc-b4 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b4 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b4 .b4-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
}

#cm-nivea-product .pc-b4 .b4-table {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

#cm-nivea-product .pc-b4 .b4-cell {
  display: table-cell;
  position: relative;
}

#cm-nivea-product .pc-b4 .b4-content {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  width: 43%;
  padding-left: 4em;
  padding-right: 4em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-title {
  width: 15em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-description {
  margin-top: 2em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-description ol {
  margin-left: 1em;
  padding-left: 0px;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box {
  background-color: white;
  padding: 3em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .caption {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.23;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
  margin: 0.8em 0em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .h3 {
  font-family: "NiveaLight", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.24;
  color: #001B71;
  text-transform: uppercase;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .h3 span {
  font-family: "NiveaBold", Arial, sans-serif;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .b4-description {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.38;
  color: #211f20;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .b4-description ol {
  margin-left: 1em;
  padding-left: 0px;
}

#cm-nivea-product .pc-b4 .pc-icon {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0 auto 0.5em auto;
  float: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#cm-nivea-product .pc-b4 .pc-icon.pc-icon-left {
  margin-left: 0;
}

#cm-nivea-product .pc-b4 .pc-icon.pc-icon-spacing {
  margin-bottom: 2em;
}

#cm-nivea-product .pc-b4 .pc-icon img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

#cm-nivea-product .af-width-920 .pc-b4 .b4-content {
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b4 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .pc-relative {
    padding-bottom: 0em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-table {
    margin-top: -2em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-content {
    width: 100%;
    padding: 0 1em 0em 1em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image::after {
    content: "";
    display: block;
    padding-bottom: 87%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
    background-position: bottom left;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
  #cm-nivea-product .pc-b4 .b4-table {
    table-layout: auto;
    height: auto;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .pc-relative {
    padding-bottom: 0em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-table {
    margin-top: -2em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-content {
    width: 100%;
    padding: 0 1em 0 1em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image::after {
    content: "";
    display: block;
    padding-bottom: 87%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
    background-position: bottom left;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

#cm-nivea-product .pc-b9 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-b9 p {
  font-size: 1.25em;
  font-family: Arial;
  line-height: 1.3;
  color: #3e3e40;
  letter-spacing: 0.8px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 767px) {
  #cm-nivea-product .pc-b9 p {
    font-size: 1em;
    padding-bottom: 1em;
  }
}

#cm-nivea-product .pc-b9 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b9 .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#cm-nivea-product .pc-b3 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-b3.pc-b3-a .pc-b3-cell-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

#cm-nivea-product .pc-b3.pc-b3-a .pc-b3-square {
  margin-right: 1.25em;
}

#cm-nivea-product .pc-b3 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b3 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
  max-width: 25.625em;
}

#cm-nivea-product .pc-b3 .pc-b3-table {
  display: table;
  width: 100%;
}

#cm-nivea-product .pc-b3 .pc-b3-table .pc-b3-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#cm-nivea-product .pc-b3 .pc-b3-square {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

#cm-nivea-product .pc-b3 .pc-b3-square:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

#cm-nivea-product .pc-b3 .pc-b3-square .pc-b3-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#cm-nivea-product .pc-b3 .pc-b3-square .pc-b3-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #cm-nivea-product .pc-b3 .pc-b3-square .pc-b3-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#cm-nivea-product .pc-b3 .h3 {
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
}

#cm-nivea-product .pc-b3 .h3 span {
  font-family: "NiveaLight", Arial, sans-serif;
}

#cm-nivea-product .pc-b3 .pc-gl-description {
  padding-top: 2em;
}

#cm-nivea-product .pc-b3 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: black;
  margin: 0;
  padding: 0;
  text-align: left;
}

#cm-nivea-product .pc-b3 p.caption {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b3 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (max-width: 799px) {
  #cm-nivea-product .pc-b3.pc-b3-a .pc-b3-square {
    margin-right: 0;
  }
  #cm-nivea-product .pc-b3.pc-b3-a .pc-b3-cell-container {
    padding: 2.5em 2.5em 0 2.5em;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-content {
    float: none;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-square {
    margin-left: 0;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container {
    text-align: left;
    padding: 2.5em 2.5em 0 2.5em;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
    position: static;
  }
  #cm-nivea-product .pc-b3 .pc-b3-table {
    display: block;
  }
  #cm-nivea-product .pc-b3 .pc-b3-table .pc-b3-cell {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #cm-nivea-product .pc-b3 .pc-b3-cell-container {
    padding: 2.5em 2.5em 0 2.5em;
  }
  #cm-nivea-product .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
}

#cm-nivea-product .pc-b6-c {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .pc-b6-c {
    padding: 0px 2em;
  }
}

#cm-nivea-product .pc-b6-c .pc-h2 {
  font-size: 2.437em;
  font-family: "NiveaBold", Arial, sans-serif;
  color: #001B71;
  line-height: 1.13;
  letter-spacing: 0.3px;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .pc-b6-c .pc-h2 {
    font-size: 2em;
  }
}

#cm-nivea-product .pc-b6-c .pc-h2 span {
  color: #fff;
}

#cm-nivea-product .pc-b11 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-b11 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#cm-nivea-product .pc-b11 .pc-image, #cm-nivea-product .pc-b11 .pc-text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-nivea-product .pc-b11 .pc-image {
  text-align: center;
}

#cm-nivea-product .pc-b11 .pc-image img {
  max-width: 100%;
}

#cm-nivea-product .pc-b11 .pc-text {
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cm-nivea-product .pc-b11 .h3 {
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
  text-align: left;
}

#cm-nivea-product .pc-b11 .pc-description {
  padding-top: 2em;
}

#cm-nivea-product .pc-b11 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}

#cm-nivea-product .pc-b11 p.caption {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

#cm-nivea-product .pc-b11.pc-b11-b .pc-text {
  text-align: right;
}

#cm-nivea-product .pc-b11.pc-b11-b .pc-description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

#cm-nivea-product .pc-b11.pc-b11-b .pc-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#cm-nivea-product .pc-b11.pc-b11-b .h3, #cm-nivea-product .pc-b11.pc-b11-b p {
  text-align: right;
}

@media (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-block-module {
    display: block;
    margin: 0 auto;
  }
  #cm-nivea-product .pc-b11 .pc-block-module .pc-image, #cm-nivea-product .pc-b11 .pc-block-module .pc-text {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#cm-nivea-product .cm-footer {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}

#cm-nivea-product .cm-footer img {
  width: 100px;
  height: auto;
  display: block;
  margin: auto;
}

#cm-nivea-product .pc-p5 {
  display: block;
  position: relative;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-p5 .pc-save-proprtion {
  position: relative;
  width: 100%;
}

#cm-nivea-product .pc-p5 .pc-save-proprtion::after {
  content: '';
  display: block;
  padding-bottom: 58.462%;
}

#cm-nivea-product .pc-p5 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-p5 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-p5 .pc-p5-checkbox {
  display: none;
}

#cm-nivea-product .pc-p5 .pc-p5-checkbox:checked ~ label {
  display: none;
}

#cm-nivea-product .pc-p5 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

#cm-nivea-product .pc-p5 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-p5 video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

@media only screen and (max-width: 576px) {
  #cm-nivea-product .pc-p5 video {
    height: 276px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

#cm-nivea-product .pc-p5 label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

#cm-nivea-product .pc-p5 .cm-hidden-label {
  display: none;
}

#cm-nivea-product .pc-p5 .pc-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cm-nivea-product .pc-b4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  height: 38em;
  color: #001B71;
  z-index: 1;
}

#cm-nivea-product .pc-b4 .pc-block-module {
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b4 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b4 .b4-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
}

#cm-nivea-product .pc-b4 .b4-table {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

#cm-nivea-product .pc-b4 .b4-cell {
  display: table-cell;
  position: relative;
}

#cm-nivea-product .pc-b4 .b4-content {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  width: 48%;
  max-width: 310px;
  padding-left: 4em;
  padding-right: 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-nivea-product .pc-b4 .b4-content .b4-description {
  margin-top: 2em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box {
  background-color: white;
  padding: 3em;
}

#cm-nivea-product .pc-b4 .caption {
  font-size: 1em;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #fff;
}

#cm-nivea-product .pc-b4 .h3 {
  font-size: 1.562em;
  font-family: "NiveaMedium", Arial, sans-serif;
  color: #001B71;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

#cm-nivea-product .pc-b4 p {
  font-size: 1em;
  color: #666666;
  line-height: 1.38;
  font-family: "Arial", sans-serif;
}

#cm-nivea-product .cm-width-920 .pc-b4 .b4-content {
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b4 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-3a .b4-image {
    background-position: bottom right;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4.pc-b4-3b .b4-image {
    background-position: bottom left;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
  #cm-nivea-product .pc-b4 .b4-table {
    table-layout: auto;
    height: auto;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-3b .b4-image {
    background-position: bottom left;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4.pc-b4-3a .b4-image {
    background-position: bottom right;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 3em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

#cm-nivea-product .cm-slider-content-b4 {
  position: relative;
  max-width: 100%;
  width: 1040px;
  margin: auto;
}

#cm-nivea-product .cm-slider-content-b4 input[type="radio"] {
  display: none;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-right, #cm-nivea-product .cm-slider-content-b4 .arrow-left {
  width: 25px;
  position: absolute;
  z-index: 100;
  font-family: "NiveaLight", Arial, sans-serif;
  font-size: 4em;
  color: #001B71;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-right label, #cm-nivea-product .cm-slider-content-b4 .arrow-left label {
  cursor: pointer;
  display: none;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-right label img, #cm-nivea-product .cm-slider-content-b4 .arrow-left label img {
  width: auto;
  height: 32px;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-left {
  top: 50%;
  left: 10px;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-right {
  top: 50%;
  right: 10px;
  text-align: right;
}

#cm-nivea-product .cm-slider-content-b4 .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  aligin-items: center;
  height: 0px;
  opacity: 0;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box .pc-block-item {
  width: 100%;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box .slider-lp {
  width: 33%;
  padding: 20px;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box .slider-lp img {
  width: 80%;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box .slider-lp p {
  margin: 16px;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  opacity: 0;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-dots {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 1em;
}

@media (max-width: 599px) {
  #cm-nivea-product .cm-slider-content-b4 .slider .slider-dots {
    bottom: 0.5em;
  }
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-dots label {
  width: 12px;
  height: 12px;
  border-radius: 16px;
  border: 2px solid white;
  margin: 0px 0.5em;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
  border: 2px solid #001B71;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-dots label:hover {
  cursor: pointer;
  background-color: white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .arrow-left #cm-slide-sc-0 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .slider #slide-1 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .slider .slider-dots label:nth-of-type(1) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .arrow-left #cm-slide-sc-1 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .slider #slide-2 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .slider .slider-dots label:nth-of-type(2) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .arrow-left #cm-slide-sc-2 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .slider #slide-3 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .slider .slider-dots label:nth-of-type(3) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .arrow-left #cm-slide-sc-3 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .slider #slide-4 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .slider .slider-dots label:nth-of-type(4) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .arrow-left #cm-slide-sc-4 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .slider #slide-5 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .slider .slider-dots label:nth-of-type(5) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .arrow-left #cm-slide-sc-5 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .slider #slide-6 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .slider .slider-dots label:nth-of-type(6) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .arrow-left #cm-slide-sc-6 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .slider #slide-7 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .slider .slider-dots label:nth-of-type(7) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .arrow-left #cm-slide-sc-7 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .slider #slide-8 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .slider .slider-dots label:nth-of-type(8) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-9:checked ~ .arrow-left #cm-slide-sc-8 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-9:checked ~ .slider #slide-9 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-9:checked ~ .slider .slider-dots label:nth-of-type(9) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-10:checked ~ .arrow-left #cm-slide-sc-9 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-10:checked ~ .slider #slide-10 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-10:checked ~ .slider .slider-dots label:nth-of-type(10) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-11:checked ~ .arrow-left #cm-slide-sc-10 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-11:checked ~ .slider #slide-11 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-11:checked ~ .slider .slider-dots label:nth-of-type(11) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-12:checked ~ .arrow-left #cm-slide-sc-11 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-12:checked ~ .slider #slide-12 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-12:checked ~ .slider .slider-dots label:nth-of-type(12) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .nivea-footer {
  margin: 0 auto;
  text-align: center;
}

#cm-nivea-product .nivea-footer img {
  width: 100px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .nivea-footer img {
    width: 80px;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .nivea-footer img {
    width: 60px;
  }
}

#cm-nivea-product .cm-header {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  margin-bottom: 0em;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  height: 670px;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header {
    height: auto;
    background: #eb8b11 !important;
    background: linear-gradient(189deg, #eb8b11 0%, #ffd56e 100%) !important;
  }
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-header {
    border-radius: 0;
  }
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header {
    height: auto;
    background: #eb8b11 !important;
    background: linear-gradient(189deg, #eb8b11 0%, #ffd56e 100%) !important;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header {
    height: auto;
    background: #eb8b11 !important;
    background: linear-gradient(189deg, #eb8b11 0%, #ffd56e 100%) !important;
  }
}

#cm-nivea-product .cm-header .cm-logo-header {
  position: absolute;
  padding-top: 2em;
  margin-right: 2em;
  right: 1em;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header .cm-logo-header {
    position: relative;
    padding-top: 2em;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-logo-header {
    position: relative;
    padding-top: 2em;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

#cm-nivea-product .cm-header .cm-logo-header img {
  width: 100px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    width: 80px;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    width: 60px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text {
  padding-top: 5em;
  padding-left: 2.5em;
  position: relative;
  z-index: 1;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    padding-right: 1em;
    padding-left: 1em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
  color: #fff;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 3em;
  line-height: 1.1;
  margin-top: 1em;
  text-transform: uppercase;
  text-shadow: 1px 3px 6px #c66d00;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
    text-align: center;
    font-size: 2em;
  }
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
    margin-top: 1em;
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
    text-align: center;
    font-size: 2em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
  font-family: "NiveaMedium", Arial, sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff;
  letter-spacing: 0.96px;
  font-size: 3em;
  line-height: 1.1;
  text-align: left;
  text-shadow: 1px 3px 6px #c66d00;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
    font-size: 2.5em;
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
    font-size: 2em;
    margin-bottom: 1em;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
    font-size: 2em;
    margin-bottom: 1em;
    text-align: center;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-3 {
  font-family: "NiveaMedium", Arial, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.2em;
  text-transform: uppercase;
  text-shadow: 1px 3px 6px #c66d00;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-3 {
    font-size: 1.2em;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-3 {
    font-size: 1.2em;
    text-align: center;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-3 span {
  text-transform: lowercase;
  color: #fff;
}

#cm-nivea-product .cm-header .cm-nivea-text img {
  max-width: 350px;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-nivea-text img {
    max-width: 300px;
  }
}

#cm-nivea-product .cm-header .cm-header-product {
  z-index: 2;
  position: absolute;
  right: 1em;
  bottom: -1em;
  padding-bottom: 0em;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header .cm-header-product {
    position: static;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-product {
    position: static;
    text-align: center;
    width: 100%;
  }
}

#cm-nivea-product .cm-header .cm-header-product img {
  height: 320px;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2em;
    height: auto;
    width: 100%;
    z-index: 2;
    max-width: 520px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2em;
    height: auto;
    width: 100%;
    z-index: 2;
    max-width: 520px;
  }
}

#cm-nivea-product .cm-header .pc-shape-triangle {
  position: absolute;
  width: 100%;
  height: 212px;
  background-position: top left;
  left: 0;
  bottom: -80px;
  z-index: 1;
}

#cm-nivea-product .pc-b6-a .pc-b6-title {
  text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b6-a .pc-b6-title {
    font-size: 1.5em;
    line-height: 1.3;
  }
}

#cm-nivea-product .pc-b6-a .pc-h2 {
  font-size: 3em;
  padding-bottom: 0.125em;
  line-height: 1.3em;
  letter-spacing: 0;
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .pc-b6-a .pc-h2 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b6-a .pc-h2 {
    text-align: center;
    font-size: 2em;
  }
}

#cm-nivea-product .pc-b6-a .pc-h2-cust {
  font-size: 2.5em;
  padding-bottom: 1.5em;
  text-shadow: 1px 3px 6px #c66d00;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .pc-b6-a .pc-h2-cust {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .pc-b6-a .pc-h2-cust {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b6-a .pc-h2-cust {
    font-size: 2em;
  }
}

#cm-nivea-product .pc-b6-a p {
  color: #001B71;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.3;
}

#cm-nivea-product .pc-b6-a .pc-b6-cust {
  line-height: 1.3;
  font-size: 1.25em;
}

#cm-nivea-product .pc-b6-a .pc-block-module .pc-relative {
  max-width: 750px;
}

#cm-nivea-product .pc-b6-a .pc-block-module .pc-relative.pc-cust-width {
  max-width: 900px;
}

#cm-nivea-product .pc-b11 .pc-description {
  padding-top: 0;
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .pc-b11 .pc-description {
    text-align: center;
  }
}

#cm-nivea-product .pc-b11 .pc-description p {
  font-size: 1.25em;
  line-height: 1.3;
  font-family: "Arial";
  font-weight: 400;
  max-width: 445px;
  color: #001B71;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-description p {
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11.pc-b11-b .pc-text {
    position: relative;
    top: -1em;
  }
}

#cm-nivea-product .pc-b11.pc-b11-b .pc-description {
  text-align: left !important;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11.pc-b11-b .pc-description {
    padding-left: 0;
    text-align: center !important;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11.pc-b11-b .pc-description img {
    margin-bottom: 0;
  }
}

#cm-nivea-product .pc-b11.pc-b11-b .pc-description p {
  text-align: left !important;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11.pc-b11-b .pc-description p {
    text-align: center !important;
    margin-bottom: 0;
  }
}

#cm-nivea-product .pc-b11 .pc-image .pc-relative {
  position: relative;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-image .pc-relative {
    text-align: center !important;
    margin-bottom: 1em;
  }
}

#cm-nivea-product .pc-b11 .pc-image img {
  position: relative;
  z-index: 3;
}

#cm-nivea-product .pc-b11 .pc-image img.anim {
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  left: 0;
  top: 0;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-image img.anim {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: none;
    transition: none;
    z-index: 3;
  }
}

#cm-nivea-product .pc-b11 .pc-image img.anim-bg {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 0;
  top: 0;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-image img.anim-bg {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 2;
    -webkit-transition: none;
    transition: none;
  }
}

#cm-nivea-product .pc-b11 .pc-image img.anim-fade {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  top: 0;
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-image img.anim-fade {
    display: none;
  }
}

#cm-nivea-product .pc-b11:hover .pc-image img.anim {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11:hover .pc-image img.anim {
    z-index: 3;
  }
}

#cm-nivea-product .pc-b11:hover .pc-image img.anim-fade {
  opacity: 1;
}

#cm-nivea-product .cm-antyoksydanty {
  background-size: cover;
  background-position: top left;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  padding-bottom: 4em;
  padding-top: 6em;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-antyoksydanty {
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 3em;
    margin-bottom: 0em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-antyoksydanty {
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 3em;
    margin-bottom: 0em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-antyoksydanty {
    background-repeat: no-repeat;
    background-position: top right -570px;
    background-repeat: no-repeat;
    background-size: 300%;
  }
}

#cm-nivea-product .cm-antyoksydanty .cm-image-left {
  text-align: left;
  padding-left: 2.5em;
  width: 45%;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left {
    padding-top: 3em;
    padding-bottom: 0em;
    padding-left: 0em;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left {
    padding-top: 3em;
    padding-bottom: 0em;
    padding-left: 0em;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}

#cm-nivea-product .cm-antyoksydanty .cm-image-left img {
  width: 468px;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left img {
    max-width: 300px;
  }
}

#cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x {
  padding-left: 3em;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x {
    padding-left: 0em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x {
    padding-left: 0em;
  }
}

#cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x .cm-font-xl {
  color: #fff;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 3em;
  line-height: 1.3;
  margin-top: 0.5em;
  text-transform: uppercase;
  text-shadow: -4px 3px 16px #af3b00;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x .cm-font-xl {
    font-size: 2.8em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x .cm-font-xl {
    text-align: center;
    font-size: 2em;
  }
}

#cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x .cm-font-l {
  color: #d67600;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x .cm-font-l {
    font-size: 1.3em;
    max-width: 400px;
    margin: auto;
  }
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x .cm-font-l {
    max-width: 328px;
    text-align: center;
    margin: auto;
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x .cm-font-l {
    max-width: 328px;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-antyoksydanty .cm-image-left .cm-text-3x .cm-font-l {
    max-width: 300px;
  }
}

#cm-nivea-product .cm-b5-rwd {
  display: none;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-b5-rwd {
    display: block;
  }
}

#cm-nivea-product .cm-b5-desc {
  display: block;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-b5-desc {
    display: none;
  }
}

#cm-nivea-product .cm-body-orange {
  position: relative;
}

#cm-nivea-product .cm-body-orange .pc-b6-a {
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a {
    background-position: top right -100px;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a {
    background-position: top right -150px;
  }
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a {
    background: #fa9e29 !important;
    height: auto;
    padding-top: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a {
    background: #fa9e29 !important;
    height: auto;
    padding-top: 2em;
  }
}

#cm-nivea-product .cm-body-orange .pc-b6-a .pc-block-module {
  width: 446px;
  margin-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a .pc-block-module {
    margin-right: 0em;
  }
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a .pc-block-module {
    margin-right: 0px;
    width: auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a .pc-block-module {
    margin-right: 0px;
    width: auto;
    overflow: hidden;
  }
}

#cm-nivea-product .cm-body-orange .pc-b6-a .pc-b6-title {
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.7em;
}

#cm-nivea-product .cm-body-orange .pc-b6-a .pc-sub {
  font-size: 1.5em;
  text-transform: lowercase;
  padding-top: 1em;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a .pc-sub {
    padding-top: 0em;
  }
}

#cm-nivea-product .cm-body-orange .pc-b6-a p {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 2em;
  font-weight: normal;
  font-size: 1.25em;
  padding-bottom: 4em;
  line-height: 1.3;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a p {
    padding-bottom: 0em;
    margin-bottom: 0em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a p {
    padding-bottom: 5em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-body-orange .pc-b6-a p {
    padding-bottom: 0em;
    margin-bottom: 0em;
  }
}

#cm-nivea-product .cm-body-orange .pc-shape-triangle {
  position: absolute;
  width: 100%;
  height: 60px;
  background-position: top center;
  background-repeat: no-repeat;
  left: 0;
  bottom: -25px;
  z-index: 1;
}

#cm-nivea-product .pc-image-center {
  max-width: 1040px;
  margin: auto;
  display: none;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .pc-image-center {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .pc-image-center {
    display: block;
  }
}

#cm-nivea-product .pc-image-center img {
  width: 850px;
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .pc-image-center img {
    position: relative;
    left: -50px;
  }
}

#cm-nivea-product .pc-p10 .pc-icon {
  width: 8em;
  height: 8em;
}

#cm-nivea-product .pc-p10 .item {
  text-align: center !important;
}

#cm-nivea-product .pc-p10 .item .item-content {
  padding: 0em 1em;
  display: block !important;
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-p10 .item .item-content {
    display: block;
  }
}

#cm-nivea-product .pc-p10 .h3 {
  font-size: 2em;
  text-align: center !important;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .pc-p10 .h3 {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-p10 .h3 {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1023px) {
  #cm-nivea-product .pc-p10 .h3 {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .pc-p10 .h3 {
    font-size: 1.25em;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-p10 .h3 {
    text-align: center;
    font-size: 1.5em;
  }
}

#cm-nivea-product .pc-p10 p {
  text-align: center !important;
  font-weight: bold;
  color: #001B71;
  font-size: 1em;
}

@media (min-width: 600px) {
  #cm-nivea-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-serp-1 {
    margin-bottom: 3em;
  }
}

#cm-nivea-product .cm-hotspot-main {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  margin-top: 2em;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-hotspot-main {
    margin-top: 4em;
  }
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot-info {
  padding: 0 1em 2em;
  display: none;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-hotspot-main .cm-hotspot-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -2em;
    position: absolute;
    z-index: 2;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-hotspot-main .cm-hotspot-info {
    margin-top: -3em;
  }
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot-info .hotspot-info {
  width: 1.5em;
  height: 1.5em;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot-info .hotspot-info img {
  width: 1.5em;
  height: 1.5em;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot-info .info-text {
  color: #d67600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.375;
  letter-spacing: 0.16px;
  padding-left: 14px;
  font-family: Arial;
  font-size: 14px;
}

#cm-nivea-product .cm-hotspot-main input[type="checkbox"] {
  display: none;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box img {
  width: 100%;
  height: auto;
  display: inline-block;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot {
  display: block;
  cursor: pointer;
  width: 4em;
  height: 4em;
  position: absolute;
  border-radius: 50%;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside {
  cursor: none;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside
.pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #001B71;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside
.pc-hotspot-inside-circle
.pc-hotspot-inside-plus {
  font-size: 2.5em;
  color: white;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 11;
  margin-top: -2px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside
.pc-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside:hover
.pc-hotspot-inside-circle {
  width: 4em;
  height: 4em;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside:hover
~ .pc-hotspot-popup {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside:hover
~ .pc-hotspot-popup.pc-hotspot-popup-left {
  margin-left: auto;
  z-index: 1000;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside
> img,
#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside
> p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  padding: 0;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-inside
> p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot.first-hot
.pc-hotspot-inside
.pc-hotspot-inside-circle {
  width: 3.75em;
  height: 3.75em;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot.first-hot
.pc-hotspot-popup-2 {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2 {
  position: absolute;
  width: 12em;
  left: 75px;
  top: -15px;
  z-index: 3;
  opacity: 0;
  margin-left: -10px;
  background-color: white;
  padding: 1.5em;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2 {
    display: none;
  }
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2.pc-hotspot-popup-right {
  left: unset;
  right: 104px;
  margin-left: auto;
  margin-right: 0px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2
.hotspot-popup-image {
  max-width: 176px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2
.hotspot-popup-image
img {
  width: 100%;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2
.pc-arrow-left {
  position: absolute;
  right: -17px;
  top: 25px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2
.pc-arrow-right {
  position: absolute;
  left: -17px;
  top: 25px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2
.pc-h5 {
  font-family: "NiveaMedium", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.25;
  color: #00136f;
  margin-bottom: 5px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup-2
.small {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 1.2;
  font-family: Arial;
  color: #001B71;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup {
  position: absolute;
  width: 12em;
  left: 85px;
  top: -15px;
  z-index: 3;
  opacity: 0;
  margin-left: -10px;
  background-color: white;
  padding: 1em;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  cursor: default;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup {
    display: none;
  }
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup.pc-hotspot-popup-right {
  left: unset;
  right: 85px;
  margin-left: auto;
  margin-right: 0px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup
.hotspot-popup-image {
  max-width: 176px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup
.hotspot-popup-image
img {
  width: 100%;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup
.pc-arrow-left {
  position: absolute;
  right: -17px;
  top: 25px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup
.pc-arrow-right {
  position: absolute;
  left: -17px;
  top: 25px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup
.pc-h5 {
  margin-bottom: 5px;
  font-family: "NiveaMedium", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.25;
  color: #00136f;
  margin-bottom: 8px;
  text-align: left;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot
.pc-hotspot-popup
.small {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.2;
  font-family: Arial;
  color: #001B71;
  text-align: left;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-no-rwd {
    display: none;
  }
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-popup-rwd {
  display: none;
  position: absolute;
  left: 1em;
  right: 1em;
  top: auto;
  z-index: 3;
  opacity: 0;
  margin-top: 90px;
  background-color: white;
  padding: 1.5em;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-popup-rwd
.hotspot-popup-content
.hotspot-popup-image {
  max-width: 176px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-popup-rwd
.hotspot-popup-content
.hotspot-popup-image
img {
  width: 100%;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-popup-rwd
.hotspot-popup-content
.pc-h5 {
  font-family: "NiveaMedium", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.25;
  color: #00136f;
  margin-bottom: 8px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-popup-rwd
.hotspot-popup-content
.small {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.2;
  font-family: Arial;
  color: #001B71;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-popup-rwd {
    display: block;
  }
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd {
  display: none;
  cursor: pointer;
  width: 5em;
  height: 5em;
  position: absolute;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-arrow-up {
  opacity: 0;
  position: absolute;
  z-index: 4;
  bottom: -20px;
  left: 50%;
  margin-left: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid white;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside
.pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #001B71;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside
.pc-hotspot-inside-circle {
    width: 30px;
    height: 30px;
    opacity: 0.75;
  }
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside
.pc-hotspot-inside-circle
.pc-hotspot-inside-plus {
  font-size: 1.5em;
  color: white;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 11;
  margin-top: -2px;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside
.pc-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside:active
.pc-hotspot-inside-circle {
  width: 3em;
  height: 3em;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside:active
~ .pc-arrow-up {
  opacity: 1;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside
> img,
#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside
> p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  padding: 0;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd
.pc-hotspot-inside
> p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd {
    display: block;
  }
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot
.pc-hotspot-rwd:active
+ .pc-hotspot-popup-rwd {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot.cm-hotspot-second-box {
  display: none;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box
.cm-hotspot-dot.cm-hotspot-third-box {
  display: none;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box:hover
.cm-hotspot-dot
.first-hot
.pc-hotspot-inside
.pc-hotspot-inside-circle {
  width: 3em;
  height: 3em;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box:hover
.cm-hotspot-dot
.first-hot
.pc-hotspot-inside:hover
.pc-hotspot-inside-circle {
  width: 4em;
  height: 4em;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box:hover
.cm-hotspot-dot
.first-hot
.pc-hotspot-inside:hover
~ .pc-hotspot-popup {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box:hover
.cm-hotspot-dot
.first-hot
.pc-hotspot-inside:hover
~ .pc-hotspot-popup.pc-hotspot-popup-left {
  margin-left: auto;
  margin-right: 0px;
  z-index: 1000;
}

#cm-nivea-product .cm-hotspot-main
.cm-hotspot
.cm-hotspot-box:hover
.cm-hotspot-dot
.first-hot
.pc-hotspot-popup-2 {
  opacity: 0;
  margin-left: 0px;
  z-index: 3;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box .pc-arrow-right {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid white;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box .pc-arrow-left {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid white;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 6;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box {
    max-width: 300px;
    width: 95%;
    margin: auto;
  }
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box label {
  display: inline;
  width: auto;
  margin: 0.5em;
  padding: 1em 1.5em;
  border-radius: 29px;
  background-color: #9a9a9a;
  text-align: center;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box label span {
  color: white;
  font-size: 16px;
  line-height: 1.375;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box label .p-option-2 {
  display: none;
}

@media (min-width: 577px) {
  #cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box label {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  #cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box label:hover {
    cursor: pointer;
    background-color: #00136f;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
  }
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box label.cm-hidden-btn-label {
  display: none;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hidden-btn {
  display: none;
}

#cm-nivea-product #cm-hotspot-1,
#cm-nivea-product #cm-hotspot-2,
#cm-nivea-product #cm-hotspot-3 {
  max-width: 200px;
  left: 50%;
  -webkit-transform: translate(-80%, 0%);
          transform: translate(-80%, 0%);
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product #cm-hotspot-1,
  #cm-nivea-product #cm-hotspot-2,
  #cm-nivea-product #cm-hotspot-3 {
    left: 0%;
    -webkit-transform: none;
            transform: none;
    max-width: 400px;
    width: 100%;
    padding: 1em;
  }
}

#cm-nivea-product #cm-hotspot-4,
#cm-nivea-product #cm-hotspot-5 {
  max-width: 150px;
  max-height: 100px;
  left: 50%;
  -webkit-transform: translate(10%, 0%);
          transform: translate(10%, 0%);
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product #cm-hotspot-4,
  #cm-nivea-product #cm-hotspot-5 {
    left: 0%;
    -webkit-transform: none;
            transform: none;
    max-width: 400px;
    width: 100%;
    padding: 1em;
  }
}

#cm-nivea-product #cm-hotspot-6 {
  max-width: 250px;
  left: 50%;
  -webkit-transform: translate(-20%, 0%);
          transform: translate(-20%, 0%);
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product #cm-hotspot-6 {
    left: 0%;
    -webkit-transform: none;
            transform: none;
    max-width: 400px;
    width: 100%;
    padding: 1em;
  }
}

#cm-nivea-product.cm-width-800 .cm-header {
  background-position: top right -50px;
}

#cm-nivea-product.cm-width-800 .cm-header .cm-ng-1 {
  font-size: 3em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product.cm-width-800 .cm-header .cm-ng-1 {
    font-size: 2em;
  }
}

#cm-nivea-product.cm-width-800 .cm-header .cm-ng-2 {
  font-size: 3em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product.cm-width-800 .cm-header .cm-ng-2 {
    font-size: 2em;
  }
}

#cm-nivea-product.cm-width-800 .cm-header .cm-ng-2 {
  font-size: 2em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product.cm-width-800 .cm-header .cm-ng-2 {
    font-size: 1.5em;
  }
}

#cm-nivea-product.cm-width-800 .cm-body-orange .pc-b6-a {
  background-position: top right -150px;
}
