@keyframes floating {
  0% {
    opacity: 0;
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@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 rgba(0, 0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    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: #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 {
  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: #000;
  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: #EE7003;
  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-b6-c {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  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: #000;
  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: #EE7003;
}

#cm-nivea-product .pc-p6-b {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

#cm-nivea-product .pc-p6-b .p6-list {
  padding: 0 1.25em;
}

#cm-nivea-product .pc-p6-b .p6-list .p6-list-content {
  max-width: 25.625em;
}

#cm-nivea-product .pc-p6-b .p6-list .p6-list-item {
  padding: 1em 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#cm-nivea-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container {
  position: relative;
  padding-left: 4.375em;
}

#cm-nivea-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content {
  border-left: 1px solid #EE7003;
  padding-left: 1.25em;
}

#cm-nivea-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-counter {
  position: absolute;
  left: 0;
  top: 0;
}

#cm-nivea-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-counter .pc-h1 {
  color: #000;
}

#cm-nivea-product .pc-p6-b .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-b .p6-image::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#cm-nivea-product .pc-p6-b .p6-hotspots {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}

#cm-nivea-product .pc-p6-b .p6-hotspots::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#cm-nivea-product .pc-p6-b .p6-hotspots .p6-hotspots-content {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  margin-left: 1.25em;
  z-index: 3;
}

#cm-nivea-product .pc-p6-b .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-b .p6-functions .p6-functions-container {
  background-color: white;
  padding: 1.5em 1.5em 2em 1.5em;
}

#cm-nivea-product .pc-p6-b .p6-functions .p6-functions-hotspots > div {
  display: none;
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}

#cm-nivea-product .pc-p6-b .p6-functions .p6-functions-hotspots > div:target {
  display: block;
}

#cm-nivea-product .pc-p6-b .p6-functions .p6-functions-hotspots > div .pc-hotspot-popup .pc-arrow-left, #cm-nivea-product .pc-p6-b .p6-functions .p6-functions-hotspots > div .pc-hotspot-popup .pc-arrow-right {
  display: none;
}

#cm-nivea-product .pc-p6-b .p6-functions .p6-header {
  text-align: center;
  padding-bottom: 2em;
}

#cm-nivea-product .pc-p6-b .p6-functions .p6-header p {
  color: #000;
}

#cm-nivea-product .pc-p6-b .p6-functions .pc-hotspot-popup {
  padding-left: 142px;
  min-height: 90px;
  position: relative;
  z-index: 0;
}

#cm-nivea-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-image {
  position: absolute;
  left: 0;
  top: 0;
}

#cm-nivea-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-image img {
  width: 142px;
  height: 90px;
  display: block;
  padding: 0;
}

#cm-nivea-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-content {
  padding-left: 1.5em;
  width: 100%;
}

#cm-nivea-product .pc-p6-b .pc-hotspot {
  display: block;
  cursor: pointer;
  width: 5em;
  height: 5em;
  position: absolute;
  border-radius: 50%;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-small {
  width: 4em;
  height: 4em;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-small .pc-hotspot-inside .pc-hotspot-inside-circle {
  width: 32px;
  height: 32px;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-01:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-01:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-01 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-02:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-02:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-02 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-03:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-03:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-03 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-04:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-04:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-04 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-05:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-05:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-05 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-06:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-nivea-product .pc-p6-b .pc-hotspot.pc-hotspot-06:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-06 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#cm-nivea-product .pc-p6-b .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;
  transform: translate3d(0, 0, 0);
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  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-b .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  border-radius: 50%;
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
  width: 70%;
  height: 70%;
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover > img {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
  margin-left: auto;
  margin-right: 0px;
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-inside > img, #cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-inside > p {
  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 .pc-p6-b .pc-hotspot .pc-hotspot-inside > p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}

#cm-nivea-product .pc-p6-b .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-b .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-left {
  left: auto;
  right: -120px;
  margin-left: auto;
  margin-right: -10px;
  transform: translateX(-100%);
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .hotspot-popup-image {
  width: 176px;
  height: 112px;
  display: block;
  margin-bottom: 1em;
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .hotspot-popup-image img {
  width: 100%;
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .pc-arrow-left {
  position: absolute;
  left: -17px;
  top: 25px;
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .pc-arrow-right {
  position: absolute;
  right: -17px;
  top: 25px;
}

#cm-nivea-product .pc-p6-b h1, #cm-nivea-product .pc-p6-b .h1, #cm-nivea-product .pc-p6-b .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-b h5, #cm-nivea-product .pc-p6-b .h5, #cm-nivea-product .pc-p6-b .pc-h5 {
  font-size: 1.25em;
  font-family: 'Arial';
  font-weight: 600;
  line-height: 1.2;
  color: #2699fb;
  letter-spacing: 0px;
}

#cm-nivea-product .pc-p6-b .pc-arrow-up {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid white;
}

#cm-nivea-product .pc-p6-b .pc-arrow-down {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid white;
}

#cm-nivea-product .pc-p6-b .pc-arrow-right {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid white;
}

#cm-nivea-product .pc-p6-b .pc-arrow-left {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid white;
}

@media (min-width: 801px) and (max-width: 1229px) {
  #cm-nivea-product .pc-p6.pc-p6-a .p6-table {
    display: block;
    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: 800px) {
  #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-item .p6-list-item-container .p6-list-item-content p {
    font-size: 12px;
  }
  #cm-nivea-product .pc-p6 .p6-list .p6-list-content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #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;
  }
}

@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;
  }
}

#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: flex;
  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: flex;
  flex-direction: column;
  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: #EE7003;
  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 {
  order: 1;
  text-align: right;
}

#cm-nivea-product .pc-b11.pc-b11-b .pc-image {
  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 .cm-header {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: right -5em bottom;
  background-size: cover;
  height: 685px;
  border-radius: 0 8px 8px 0;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-background {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header {
    border-radius: 0;
    background-position: right 0 top;
    background-size: contain;
    height: 500px;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header {
    border-radius: 0;
    background-position: right 0 top;
    background-size: contain;
    height: 400px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header {
    background-position: right -25em bottom;
    background-size: cover;
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-header {
    background-position: right -22em bottom;
    margin-bottom: 0em;
  }
}

#cm-nivea-product .cm-header .cm-logo-header {
  padding-top: 3em;
}

#cm-nivea-product .cm-header .cm-logo-header img {
  width: 130px;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    width: 100px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    width: 80px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text {
  padding-left: 2.5em;
  position: relative;
  z-index: 1;
  width: 50%;
  box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    width: 100%;
    max-width: 450px;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    padding-right: 1em;
    padding-left: 1em;
    font-size: .9em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
  color: #000;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.3;
  margin-top: 2em;
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
    font-size: 2.5em;
    margin-top: 1em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 span {
  color: #000;
  font-family: "NiveaLight", Arial, sans-serif;
  text-align: left;
  font-size: .8em;
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font-size: 2.3em;
  line-height: 1.3em;
  text-align: left;
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 span {
  font-family: "NiveaBold", Arial, sans-serif;
  background-color: #EE7003;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
    width: 309px;
    padding-left: 2px;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
    width: 278px;
    padding-left: 2px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-3 p {
  color: #000;
  font-family: "NiveaMedium", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: .3em;
}

#cm-nivea-product .cm-header .cm-header-product {
  position: absolute;
  right: 0;
  bottom: -5em;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-product {
    position: relative;
    text-align: center;
    bottom: -4em;
    margin-top: -6em;
  }
}

#cm-nivea-product .cm-header .cm-header-product img {
  width: 450px;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    width: 350px;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    width: 280px;
  }
}

#cm-nivea-product .cm-ng-4 {
  color: #EE7003;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1;
  text-transform: uppercase;
}

#cm-nivea-product .cm-ng-6 {
  margin-top: 0em;
  color: #EE7003;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-ng-6 {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-ng-6 {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-ng-6 {
    font-size: .8em;
  }
}

#cm-nivea-product .cm-ng-6 span {
  color: #000;
  font-family: "NiveaBook", Arial, sans-serif;
  text-align: left;
}

#cm-nivea-product .cm-ng-5 {
  margin-top: .2em;
  color: #000;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.12;
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-ng-5 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-ng-5 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-ng-5 {
    font-size: 2em;
  }
}

#cm-nivea-product .cm-ng-5 span {
  color: #000;
  font-family: "NiveaBook", Arial, sans-serif;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product #black_x5 img {
    height: 350px;
    padding-left: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product #black_x5 img {
    height: 250px;
    margin-top: 0em;
    padding-left: 2em;
  }
}

#cm-nivea-product .cm-waves {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: 400px;
  margin-top: -20em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-waves {
    background-size: cover;
    height: 200px;
    margin-top: -8em;
  }
}

#cm-nivea-product .pc-p6 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  border-radius: 8px;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .pc-p6 {
    border-radius: 0;
  }
}

#cm-nivea-product .pc-p6-b .p6-hotspots::after,
#cm-nivea-product .pc-p6-b .p6-image::after {
  padding-bottom: 43.48697%;
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .pc-p6-b .p6-hotspots::after,
  #cm-nivea-product .pc-p6-b .p6-image::after {
    padding-bottom: 66%;
  }
}

#cm-nivea-product .pc-p6-b .p6-image {
  height: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

#cm-nivea-product .pc-p6-b .pc-hotspot {
  padding: .5em;
  border-radius: 8px;
  left: 80px;
  cursor: default;
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .pc-p6-b .pc-hotspot {
    display: none;
  }
}

#cm-nivea-product .pc-p6-b .pc-hotspot .pc-h5 {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}

#cm-nivea-product .pc-p6-b .pc-hotspot p.small {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1em;
  line-height: 1.17;
  text-transform: uppercase;
}

#cm-nivea-product .text-right {
  text-align: right;
}

#cm-nivea-product .text-left {
  text-align: left;
}

#cm-nivea-product .text-center {
  text-align: center;
}

#cm-nivea-product .pc-p6-b .pc-hotspot {
  width: 17em;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .pc-p6-b .pc-hotspot {
    width: 9em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-p6-b .pc-hotspot {
    width: 8em;
  }
}

#cm-nivea-product #pc-hotspot-center {
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cm-nivea-product .pc-b6-a .pc-text-center .pc-h4 {
  color: #838383;
  padding-top: 2em;
  padding-bottom: 1.8em;
}

#cm-nivea-product .pc-b6-a .pc-text-center .pc-h3 {
  color: #000;
  font-family: "NiveaMedium", Arial, sans-serif;
  font-size: 2em;
  padding: .2em;
}

#cm-nivea-product .pc-b6-a .pc-text-center p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

#cm-nivea-product .pc-save-for {
  display: none;
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .pc-save-for {
    display: inline-block;
    text-transform: uppercase;
  }
  #cm-nivea-product .pc-save-for .pc-h4 {
    font-size: 1.5em;
  }
  #cm-nivea-product .pc-save-for p {
    margin-bottom: 0;
  }
}

#cm-nivea-product .pc-b6-a .pc-text-left {
  text-align: left;
}

#cm-nivea-product .pc-b6-a .pc-text-left .p {
  color: #000;
  font-family: "NiveaMedium", Arial, sans-serif;
  font-size: 2em;
  text-align: left;
}

#cm-nivea-product .gray {
  background-repeat: no-repeat;
  background-position: top 0em right;
  background-size: cover;
}

#cm-nivea-product .pc-black {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 3em;
  background-color: #0F0F0F;
  color: #fff;
}

#cm-nivea-product .pc-black .pc-h2 {
  color: #fff;
  padding: 0;
  margin: 0;
}

#cm-nivea-product .pc-black p {
  color: #fff;
}

#cm-nivea-product .pc-black .h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
}

#cm-nivea-product .pc-black .h3 span {
  font-family: "NiveaBold", Arial, sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-ultimate .pc-b11 {
    background-image: url("../img/line-orange.png");
    background-repeat: no-repeat;
    background-position: top -2em left;
    background-size: contain;
  }
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .pc-black .pc-ultimate .pc-b11 {
    background-position: top 0em left;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .pc-black .pc-ultimate .pc-b11 {
    background-position: top 5em left;
  }
}

#cm-nivea-product .pc-black .pc-ultimate .pc-b11 span {
  font-family: "NiveaBold", Arial, sans-serif;
  color: #EE7003;
}

#cm-nivea-product .pc-black .pc-ultimate .pc-b11 p {
  width: 65%;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-ultimate .pc-b11 p {
    width: 100%;
    text-align: center;
  }
}

#cm-nivea-product .pc-black .pc-pure {
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-pure .pc-b11 {
    background-image: url("../img/line-blue.png");
    background-repeat: no-repeat;
    background-position: top  0em right;
    background-size: contain;
  }
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .pc-black .pc-pure .pc-b11 {
    background-position: top 0em left;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .pc-black .pc-pure .pc-b11 {
    background-position: top 5em left;
  }
}

#cm-nivea-product .pc-black .pc-pure .pc-text {
  padding-left: 5em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-pure .pc-text {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#cm-nivea-product .pc-black .pc-pure .h3 {
  text-align: left;
  width: 80%;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-pure .h3 {
    width: 100%;
  }
}

#cm-nivea-product .pc-black .pc-pure span {
  font-family: "NiveaBold", Arial, sans-serif;
  color: #1EAEE8;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-pure span {
    text-align: center;
  }
}

#cm-nivea-product .pc-black .pc-pure p {
  width: 80%;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-pure p {
    text-align: center;
  }
}

#cm-nivea-product .pc-black .pc-fresh .pc-b11 p {
  max-width: 300px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-fresh .pc-b11 p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-fresh .pc-b11 {
    background-image: url("../img/line-green.png");
    background-repeat: no-repeat;
    background-position: top -2em left;
    background-size: contain;
  }
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .pc-black .pc-fresh .pc-b11 {
    background-position: top 0em left;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .pc-black .pc-fresh .pc-b11 {
    background-position: top 5em left;
  }
}

#cm-nivea-product .pc-black .pc-fresh span {
  font-family: "NiveaBold", Arial, sans-serif;
  color: #17C785;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-fresh span {
    text-align: center;
  }
}

#cm-nivea-product .pc-black .pc-fresh p {
  width: 80%;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-fresh p {
    text-align: center;
  }
}

#cm-nivea-product .pc-black .pc-silky {
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-silky .pc-b11 {
    background-image: url("../img/line-gold.png");
    background-repeat: no-repeat;
    background-position: top -2 left;
    background-size: contain;
  }
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .pc-black .pc-silky .pc-b11 {
    background-position: top 0em left;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .pc-black .pc-silky .pc-b11 {
    background-position: top 5em left;
  }
}

#cm-nivea-product .pc-black .pc-silky .pc-text {
  padding-left: 5em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-silky .pc-text {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#cm-nivea-product .pc-black .pc-silky .pc-image {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

#cm-nivea-product .pc-black .pc-silky .h3 {
  text-align: left;
  width: 100%;
}

#cm-nivea-product .pc-black .pc-silky span {
  font-family: "NiveaBold", Arial, sans-serif;
  color: #AEA36E;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-silky span {
    text-align: center;
  }
}

#cm-nivea-product .pc-black .pc-silky p {
  width: 80%;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-silky p {
    text-align: center;
  }
}

#cm-nivea-product .pc-black .pc-clear .anime {
  left: 90px;
}

#cm-nivea-product .pc-black .pc-clear .pc-b11 p {
  max-width: 300px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-clear .pc-b11 p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-clear .pc-b11 {
    background-image: url("../img/line-pink.png");
    background-repeat: no-repeat;
    background-position: top 5em left;
    background-size: contain;
  }
}

#cm-nivea-product .pc-black .pc-clear span {
  font-family: "NiveaBold", Arial, sans-serif;
  color: #E2358B;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-clear span {
    text-align: center;
  }
}

#cm-nivea-product .pc-black .pc-clear p {
  width: 80%;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-black .pc-clear p {
    text-align: center;
  }
}

#cm-nivea-product .pc-b11 .pc-block-module {
  padding: 0em;
}

#cm-nivea-product .pc-b11 .pc-block-module .pc-image {
  height: auto;
}

#cm-nivea-product .pc-b11 .pc-block-module .pc-image img {
  max-width: 100%;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-block-module .pc-image {
    padding: 0 1em;
    margin-bottom: 0em;
    margin-top: 1em;
  }
}

#cm-nivea-product .pc-b11 .pc-block-module p {
  line-height: 1.5em;
  max-width: 400px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-block-module p {
    max-width: 100%;
  }
}

#cm-nivea-product .pc-b11 .pc-description {
  padding-top: 1em;
  padding-top: 1em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-text {
    text-align: center;
  }
  #cm-nivea-product .pc-b11 .pc-text .h3 {
    text-align: center;
  }
  #cm-nivea-product .pc-b11 .pc-text .pc-description p {
    padding-top: 1em;
    padding-top: 1em;
    text-align: center;
    width: 100%;
  }
}

#cm-nivea-product .pc-b11-b .pc-image {
  padding-left: 0;
  padding-right: 2.5em;
}

#cm-nivea-product .nivea-footer {
  height: 300px;
  background-repeat: no-repeat;
  background-position: top  left -250px;
  background-size: cover;
}

#cm-nivea-product .nivea-footer img {
  position: relative;
  padding-top: 100px;
}

#cm-nivea-product .pc-b6-c .pc-h2 {
  color: #fff;
  font-size: 2em;
  text-transform: none;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-block-module .pc-image {
    max-width: 460px;
    padding: 0 1em;
    margin-bottom: 2em;
  }
}

#cm-nivea-product .pc-b11:hover .pc-image img.anim {
  opacity: 1;
  transform: scale(1.05);
}

#cm-nivea-product .pc-b11:hover .pc-image img.cpksht {
  opacity: 1;
  transform: scale(1.05) translateX(-20%);
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11:hover .pc-image img.cpksht {
    display: none;
  }
}

#cm-nivea-product .pc-b11-b:hover .pc-image img.anim {
  opacity: 1;
  transform: scale(1.05);
}

#cm-nivea-product .pc-b11-b:hover .pc-image img.cpksht {
  opacity: 1;
  transform: scale(1.05) translateX(5%);
}

#cm-nivea-product .pc-b11 .pc-image {
  position: relative;
  text-align: center;
  padding-left: 2.5em;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-image {
    padding-left: 0;
  }
}

#cm-nivea-product .pc-b11 .pc-image img.anim {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .8s;
  max-height: 406px;
  max-width: auto;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-image img.anim {
    opacity: 1;
  }
}

#cm-nivea-product .pc-b11 .pc-image img.cpksht {
  position: absolute;
  top: 15px;
  transition: all .3s;
  transform: translateX(-22%);
  right: 0%;
  opacity: .6;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-image img.cpksht {
    display: none;
    right: 0;
    left: 50%;
    transform: translateX(-22%);
  }
}

#cm-nivea-product .pc-b11-b .pc-image {
  padding-left: 0;
  padding-right: 2.5em;
  overflow: hidden;
}

#cm-nivea-product .pc-b11-b .pc-image img.anim {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .8s;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11-b .pc-image img.anim {
    opacity: 1;
  }
}

#cm-nivea-product .pc-b11-b .pc-image img.cpksht {
  position: absolute;
  top: 15px;
  transition: all .3s;
  transform: scale(0.95) translateX(5%);
  right: 0%;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11-b .pc-image img.cpksht {
    display: none;
  }
}

#cm-nivea-product .anim-bg {
  height: 400px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .anim-bg {
    height: 420px;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .anim-bg {
    height: 390px;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .anim-bg {
    height: 360px;
  }
}

#cm-nivea-product.cm-width-800 .cm-header {
  background-position: right -8em bottom;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product.cm-width-800 .cm-header {
    background-position: right -2em bottom;
  }
}

#cm-nivea-product.cm-width-800 .cm-header .cm-header-product {
  bottom: -4em;
}

#cm-nivea-product.cm-width-800 .cm-header .cm-header-product img {
  width: 280px;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product.cm-width-800 .cm-header .cm-header-product {
    top: 0em img;
    top-width: 280px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product.cm-width-800 .cm-header-background {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
}

#cm-nivea-product.cm-width-800 .pc-p6-b .pc-hotspot {
  width: 13em;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product.cm-width-800 {
    border-radius: 0;
    background-position: right 0 top;
    background-size: contain;
    height: 500px;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product.cm-width-800 {
    border-radius: 0;
    background-position: right 0 top;
    background-size: contain;
    height: 400px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product.cm-width-800 {
    background-position: right -25em bottom;
    background-size: cover;
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product.cm-width-800 {
    background-position: right -22em bottom;
    margin-bottom: 0em;
  }
}
/*# sourceMappingURL=style.css.map */