@-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% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px transparent;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px transparent;
  }
}

@-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: 16px;
  font-family: "NiveaBook", Arial, sans-serif;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #3E3E40;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product {
    font-size: 14px;
  }
}

#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 {
  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: #A46900;
  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-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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

#cm-nivea-product .pc-b11 .pc-image, #cm-nivea-product .pc-b11 .pc-text {
  width: 50%;
  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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: 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: #A46900;
  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-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

#cm-nivea-product .pc-b11.pc-b11-b .pc-image {
  -webkit-order: 2;
      -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;
    box-sizing: border-box;
  }
}

#cm-nivea-product .nivea-footer {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}

#cm-nivea-product .nivea-footer img {
  width: 100px;
  height: auto;
  display: block;
  margin: auto;
}

#cm-nivea-product .nivea-footer {
  background-position: bottom -100px center;
  background-repeat: no-repeat;
  height: 220px;
}

@media only screen and (max-width: 450px) {
  #cm-nivea-product .nivea-footer {
    background-size: 120%;
    background-position: bottom -50px center;
    height: 180px;
  }
}

#cm-nivea-product .nivea-footer img {
  width: 24em;
}

@media only screen and (max-width: 450px) {
  #cm-nivea-product .nivea-footer img {
    width: 20em;
  }
}

#cm-nivea-product .cm-header {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  margin-top: 5.6em;
  text-align: right;
}

#cm-nivea-product .cm-header .cm-logo-header img {
  height: 10em;
  width: 10em;
  position: absolute;
  right: 5em;
  top: -5.6em;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    right: 2.5em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text {
  padding-right: 5em;
  padding-top: 7em;
  text-align: right;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    padding-right: 2.5em;
  }
}

@media only screen and (max-width: 450px) {
  #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: #001B71;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 3em;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
    font-size: 2em;
    text-align: center;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 div {
  text-align: right;
  padding-bottom: 40px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 div {
    padding-bottom: 30px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-name {
  font-family: "NiveaBook", Arial, sans-serif;
  color: #001B71;
  text-align: right;
  letter-spacing: 0.96px;
  font-size: 1.25em;
  line-height: 1.4;
  text-align: right;
  margin: 1em 0 .5em;
}

@media only screen and (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-name {
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
  }
}

#cm-nivea-product .cm-header .cm-header-product {
  text-align: right;
}

#cm-nivea-product .cm-header .cm-header-product img {
  width: 100%;
  max-width: 865px;
  display: inline-block;
}

#cm-nivea-product .cm-section-products {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 2em;
  background-color: #FAF5F2;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-products {
    padding-top: 0;
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-products .pc-b11 {
    padding-top: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-products .pc-b11 .pc-block-module .pc-image {
    max-width: 460px;
    padding: 0 1em;
    margin-bottom: 2em;
  }
}

#cm-nivea-product .cm-section-products .pc-image {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-products .pc-image {
    padding-left: 0;
  }
}

#cm-nivea-product .cm-section-products .pc-b11-b .pc-image {
  text-align: right;
}

#cm-nivea-product .pc-relative {
  position: relative;
}

#cm-nivea-product .pc-separator {
  text-align: center;
}

#cm-nivea-product .pc-separator img {
  width: 250px;
}

#cm-nivea-product .pc-b6-a {
  padding: 0 1em;
  margin: auto;
  box-sizing: border-box;
}

#cm-nivea-product .pc-b6-a .pc-h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.22;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b6-a .pc-h2 {
    font-size: 2em;
  }
}

#cm-nivea-product .pc-b6-a h4, #cm-nivea-product .pc-b6-a .h4, #cm-nivea-product .pc-b6-a .pc-h4 {
  color: #A46900;
}

#cm-nivea-product .pc-b6-a p {
  font-family: Arial;
  font-size: 1.125em;
  line-height: 1.5;
  color: #3E3E40;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#cm-nivea-product .pc-b11 .pc-text {
  padding-right: 4em;
  padding-left: 4em;
}

#cm-nivea-product .pc-b11 p {
  color: #3E3E40;
  font-size: 1em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 p {
    text-align: center;
  }
}

#cm-nivea-product .pc-b11 .pc-description {
  padding-top: 1em;
}

#cm-nivea-product .pc-b11 .h3 {
  font-family: "NiveaBold", Arial, sans-serif;
  color: #001B71;
  font-size: 1.5em;
  line-height: 1.2em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .h3 {
    text-align: center;
  }
}

#cm-nivea-product .pc-b11 .h4 {
  font-family: "NiveaBold", Arial, sans-serif;
  color: #001B71;
  font-size: 1em;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: .5em;
}

#cm-nivea-product .pc-b11 .h4.color-skin-dry {
  color: #CC0071;
}

#cm-nivea-product .pc-b11 .h4.color-skin-normal {
  color: #008CD3;
}

#cm-nivea-product .pc-b11 .h4.color-skin-mixed {
  color: #5CB248;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .h4 {
    text-align: center;
  }
}

#cm-nivea-product .pc-b11 .pc-block-module {
  padding: 0;
}

#cm-nivea-product .pc-b11.pc-b11-b .pc-text {
  text-align: left;
}

#cm-nivea-product .pc-b11.pc-b11-b .h3 {
  text-align: left;
}

#cm-nivea-product .pc-b11.pc-b11-b .h4 {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11.pc-b11-b .h4 {
    text-align: center;
  }
}

#cm-nivea-product .pc-b11.pc-b11-b p {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11.pc-b11-b .h3 {
    text-align: center;
  }
  #cm-nivea-product .pc-b11.pc-b11-b p {
    text-align: center;
  }
}

#cm-nivea-product .cm-icons {
  width: 100%;
  max-width: 1040px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

#cm-nivea-product .cm-icons .cm-single-block {
  width: 31%;
  padding: 2em 0;
  border-radius: 16px;
  max-width: none;
  transition: 0.5s;
  transition-property: background-color, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, opacity, transform, box-shadow;
  transition-property: background-color, opacity, transform, box-shadow, -webkit-transform;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block {
    width: 100%;
    padding: 0 0 4em;
  }
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon {
  text-align: center;
  width: 5em;
  height: 5em;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto 2em;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon img {
  width: 100%;
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text {
  font-family: Arial, sans-serif;
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text .cm-single-block-header .h3 {
  transition: .5s;
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #001B71;
  font-family: "NiveaBold", Arial, sans-serif;
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.38;
  padding-left: 2em;
  padding-right: 2em;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text p {
    opacity: 1;
    color: #001B71;
    width: 280px;
    padding-left: 1em;
    padding-right: 1em;
    margin: 1em auto 0;
  }
}

#cm-nivea-product .cm-icons .cm-single-block:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 16px 32px 0 rgba(37, 38, 46, 0.16);
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block:hover {
    border-radius: 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
    cursor: default;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text .cm-single-block-header {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

#cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text .cm-single-block-header .h3 {
  color: #fff;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text .cm-single-block-header .h3 {
    color: #001B71;
  }
}

#cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text p {
  opacity: 1;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text p {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    color: #001B71;
  }
}

#cm-nivea-product .cm-icons:hover > .cm-single-block {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons:hover > .cm-single-block {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

#cm-nivea-product .cm-icons:hover > .cm-single-block:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#cm-nivea-product.skin-dry .cm-icons .cm-single-block:hover {
  background-color: #CC0071;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product.skin-dry .cm-icons .cm-single-block:hover {
    background-color: #fff;
  }
}

#cm-nivea-product.skin-dry .m-st-3 {
  background-color: #CC0071;
}

#cm-nivea-product.skin-dry .cm-header .cm-nivea-text .cm-ng-1,
#cm-nivea-product.skin-dry .pc-p6-a .p6-list .p6-list-item .p6-list-item-container .p6-list-counter .pc-h1,
#cm-nivea-product.skin-dry .pc-p6-a .pc-h4 {
  color: #CC0071;
}

#cm-nivea-product.skin-normal .cm-icons .cm-single-block:hover {
  background-color: #008CD3;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product.skin-normal .cm-icons .cm-single-block:hover {
    background-color: #fff;
  }
}

#cm-nivea-product.skin-normal .m-st-3 {
  background-color: #008CD3;
}

#cm-nivea-product.skin-normal .cm-header .cm-nivea-text .cm-ng-1,
#cm-nivea-product.skin-normal .pc-p6-a .p6-list .p6-list-item .p6-list-item-container .p6-list-counter .pc-h1,
#cm-nivea-product.skin-normal .pc-p6-a .pc-h4 {
  color: #008CD3;
}

#cm-nivea-product .cm-section-hotspots {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 4em;
  padding-bottom: 2em;
  background-color: #FAF5F2;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  top: -3em;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-section-hotspots {
    position: static;
  }
}

#cm-nivea-product .cm-section-hotspots .pc-graphic-static {
  text-align: center;
}

#cm-nivea-product .cm-section-hotspots .pc-graphic-static img {
  max-width: 100%;
  display: inline-block;
}

#cm-nivea-product .cm-section-hotspots .pc-graphic-static img.show-mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-section-hotspots .pc-graphic-static img.show-mobile {
    display: inline-block;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-section-hotspots .pc-graphic-static img.hide-mobile {
    display: none;
  }
}

#cm-nivea-product .pc-p6-a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 4em;
}

#cm-nivea-product .pc-p6-a .p6-table {
  display: table;
  width: 100%;
}

#cm-nivea-product .pc-p6-a .p6-table .p6-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#cm-nivea-product .pc-p6-a .p6-table .p6-cell.p6-cell-top {
  vertical-align: top;
}

#cm-nivea-product .pc-p6-a .p6-cell {
  position: relative;
}

#cm-nivea-product .pc-p6-a .p6-cell .p6-cell-content.p6-cell-content-rwd {
  visibility: hidden;
}

#cm-nivea-product .pc-p6-a .p6-cell .p6-cell-container {
  margin-right: 1.25em;
}

#cm-nivea-product .pc-p6-a .p6-cell .p6-image {
  width: 100%;
}

#cm-nivea-product .pc-p6-a .p6-cell .p6-image::after {
  padding-bottom: 100%;
}

#cm-nivea-product .pc-p6-a .p6-cell .p6-hotspots {
  height: auto;
}

#cm-nivea-product .pc-p6-a .p6-cell .p6-hotspots::after {
  padding-bottom: 100%;
}

#cm-nivea-product .pc-p6-a .p6-list {
  padding: 0 1.25em;
}

#cm-nivea-product .pc-p6-a .p6-list .p6-list-item {
  padding: 1em 0;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

#cm-nivea-product .pc-p6-a .p6-list .p6-list-item .p6-list-item-container {
  position: relative;
  padding-left: 4.375em;
}

#cm-nivea-product .pc-p6-a .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content {
  border-left: 1px solid #A46900;
  padding-left: 1.25em;
}

#cm-nivea-product .pc-p6-a .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content p {
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

#cm-nivea-product .pc-p6-a .p6-list .p6-list-item .p6-list-item-container .p6-list-counter {
  position: absolute;
  left: 0;
  top: 0;
}

#cm-nivea-product .pc-p6-a .p6-list .p6-list-item .p6-list-item-container .p6-list-counter .pc-h1 {
  color: #001B71;
}

#cm-nivea-product .pc-p6-a .p6-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}

#cm-nivea-product .pc-p6-a .p6-image::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#cm-nivea-product .pc-p6-a .p6-hotspots {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}

#cm-nivea-product .pc-p6-a .p6-hotspots::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#cm-nivea-product .pc-p6-a .p6-hotspots .p6-hotspots-content {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  margin-left: 0px;
  z-index: 3;
}

#cm-nivea-product .pc-p6-a .p6-functions {
  width: 100%;
  padding: 0 1em 2.5em 1em;
  margin-top: -0.5em;
  position: relative;
  z-index: 5;
  display: none;
}

#cm-nivea-product .pc-p6-a .p6-functions .p6-functions-container {
  background-color: white;
  padding: 1.5em 1.5em 2em 1.5em;
}

#cm-nivea-product .pc-p6-a .p6-functions .p6-functions-hotspots > div {
  display: none;
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}

#cm-nivea-product .pc-p6-a .p6-functions .p6-functions-hotspots > div:target {
  display: block;
}

#cm-nivea-product .pc-p6-a .p6-functions .p6-functions-hotspots > div .pc-hotspot-popup .pc-arrow-left, #cm-nivea-product .pc-p6-a .p6-functions .p6-functions-hotspots > div .pc-hotspot-popup .pc-arrow-right {
  display: none;
}

#cm-nivea-product .pc-p6-a .p6-functions .p6-header {
  text-align: center;
  padding-bottom: 2em;
}

#cm-nivea-product .pc-p6-a .p6-functions .p6-header p {
  color: #001B71;
}

#cm-nivea-product .pc-p6-a .p6-functions .pc-hotspot-popup {
  padding-left: 142px;
  min-height: 90px;
  position: relative;
}

#cm-nivea-product .pc-p6-a .p6-functions .pc-hotspot-popup .hotspot-popup-image {
  position: absolute;
  left: 0;
  top: 0;
}

#cm-nivea-product .pc-p6-a .p6-functions .pc-hotspot-popup .hotspot-popup-image img {
  width: 142px;
  height: 90px;
  display: block;
  padding: 0;
}

#cm-nivea-product .pc-p6-a .p6-functions .pc-hotspot-popup .hotspot-popup-content {
  padding-left: 1.5em;
  width: 100%;
}

#cm-nivea-product .pc-p6-a .pc-hotspot {
  display: block;
  cursor: pointer;
  width: 5em;
  height: 5em;
  position: absolute;
  border-radius: 50%;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-small {
  width: 4em;
  height: 4em;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-small .pc-hotspot-inside .pc-hotspot-inside-circle {
  width: 32px;
  height: 32px;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-01:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-01:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-01 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-02:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-02:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-02 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-03:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-03:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-03 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-04:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-04:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-04 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-05:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-05:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-05 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-06:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-a .pc-hotspot.pc-hotspot-06:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-06 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-a .pc-hotspot > img {
  transition: all 0.3s ease;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin-top: -9px;
  margin-left: -9px;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  transition: all ease 0.3s;
}

#cm-nivea-product .pc-p6-a .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%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
  width: 70%;
  height: 70%;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-inside:hover > img {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
  opacity: 1;
  margin-left: 0px;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
  margin-left: auto;
  margin-right: 0px;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-inside > img, #cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-inside > p {
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  margin-bottom: 0px;
  padding: 0;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-inside > p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-popup {
  position: absolute;
  left: 104px;
  top: -2px;
  z-index: 3;
  opacity: 0;
  margin-left: -10px;
  background-color: white;
  padding: 1.5em;
  transition: opacity 0.3s ease, margin 0.3s ease;
  box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-left {
  left: auto;
  right: -120px;
  margin-left: auto;
  margin-right: -10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-popup .hotspot-popup-image {
  width: 176px;
  height: 112px;
  display: block;
  margin-bottom: 1em;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-popup .hotspot-popup-image img {
  width: 100%;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-popup .pc-arrow-left {
  position: absolute;
  left: -17px;
  top: 25px;
}

#cm-nivea-product .pc-p6-a .pc-hotspot .pc-hotspot-popup .pc-arrow-right {
  position: absolute;
  right: -17px;
  top: 25px;
}

#cm-nivea-product .pc-p6-a h1, #cm-nivea-product .pc-p6-a .h1, #cm-nivea-product .pc-p6-a .pc-h1 {
  font-size: 3.0625em;
  font-family: 'Arial';
  font-weight: 600;
  line-height: 1.0612244898;
  color: #3e3e40;
  letter-spacing: 0px;
}

#cm-nivea-product .pc-p6-a h4, #cm-nivea-product .pc-p6-a .h4, #cm-nivea-product .pc-p6-a .pc-h4 {
  font-size: 1.25em;
  font-family: 'Arial';
  font-weight: 600;
  line-height: 1.2;
  color: #2699fb;
  letter-spacing: 0px;
}

@media (max-width: 700px) {
  #cm-nivea-product .pc-p6.pc-p6-a .p6-table {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  #cm-nivea-product .pc-p6.pc-p6-a .p6-table .p6-cell {
    display: block;
    width: 100%;
  }
  #cm-nivea-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content {
    padding-left: 0;
  }
  #cm-nivea-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content.p6-cell-content-rwd {
    visibility: visible;
  }
  #cm-nivea-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-hotspots .p6-hotspots-content {
    display: none;
  }
  #cm-nivea-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-container {
    margin-right: 0;
  }
  #cm-nivea-product .pc-p6 .p6-list {
    padding: 1.25em 1.25em 0 1.25em;
  }
  #cm-nivea-product .pc-p6 .p6-list .p6-list-content {
    max-width: none;
  }
}

@media (max-width: 600px) {
  #cm-nivea-product {
    font-size: 14px;
  }
  #cm-nivea-product .pc-p6 .p6-list .p6-list-item .p6-list-item-container {
    padding-left: 3.375em;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
    width: 60%;
    height: 60%;
  }
  #cm-nivea-product .pc-hotspot .pc-hotspot-inside:hover > img {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
  }
  #cm-nivea-product .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
    opacity: 0;
    margin-left: -10px;
  }
  #cm-nivea-product .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
    margin-left: auto;
    margin-right: -10px;
  }
  #cm-nivea-product .pc-hotspot .pc-hotspot-popup {
    display: none;
  }
  #cm-nivea-product .pc-p6 .p6-functions {
    display: block;
  }
  #cm-nivea-product .pc-p6 .p6-image {
    position: relative;
    overflow: hidden;
  }
  #cm-nivea-product .pc-p6 .p6-list {
    padding: 1.25em 2em 0 2em;
  }
  #cm-nivea-product .pc-p6 .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content {
    margin-left: 1em;
  }
}

@media (max-width: 375px) {
  #cm-nivea-product .pc-p6 .p6-functions {
    display: block;
  }
  #cm-nivea-product .pc-p6 .p6-functions .pc-hotspot-popup {
    padding-left: 0;
    min-height: 0;
  }
  #cm-nivea-product .pc-p6 .p6-functions .pc-hotspot-popup .hotspot-popup-image {
    position: static;
    padding-bottom: 1em;
  }
  #cm-nivea-product .pc-p6 .p6-functions .pc-hotspot-popup .hotspot-popup-content {
    padding-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */