@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;
}

@font-face {
  font-family: "CareType";
  src: url("../fonts/caretype.otf") 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-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: #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: #F6A850;
}

#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: #F6A850;
  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-b3 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
  text-align: right;
}

@media (max-width: 799px) {
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container {
    text-align: left;
  }
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
  text-align: right;
}

@media (max-width: 799px) {
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container p {
    text-align: left;
  }
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
  text-align: right;
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
  text-align: right;
}

@media (max-width: 799px) {
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
    text-align: left;
    padding-bottom: 40px;
  }
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-square {
  margin-left: 1.25em;
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-content {
  float: right;
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
  position: relative;
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-left {
  left: 50%;
}

#cm-nivea-product .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-right {
  right: 50%;
}

#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 (object-fit: cover) {
  #cm-nivea-product .pc-b3 .pc-b3-square .pc-b3-image img {
    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;
}

#cm-nivea-product .pc-b3 p.caption {
  color: #F6A850;
  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-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-cell-container p {
    text-align: left;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
    text-align: left;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
    text-align: left;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description {
    text-align: left;
  }
  #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-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-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 #F6A850;
  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: #001B71;
}

#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: #001B71;
}

#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: #F6A850;
  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 .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 .cm-header {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top 5em;
  background-size: contain;
  height: 651px;
  border-radius: 20px 20px 0 0;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-header {
    height: auto;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header {
    background-size: cover;
    background-position: center top 4em;
    height: auto;
  }
}

#cm-nivea-product .cm-header .cm-logo-header {
  padding-top: -3em;
  margin-bottom: 3em;
}

#cm-nivea-product .cm-header .cm-logo-header img {
  width: 160px;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    width: 130px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    width: 100px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text {
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-bottom: 5em;
  position: relative;
  z-index: 1;
  width: 51%;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    width: 60%;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    width: 80%;
    margin-bottom: 0em;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-nivea-text {
    width: 100%;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-sub-1 {
  color: #001B71;
  font-family: "NiveaMedium", Arial, sans-serif;
  margin-top: 1em;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 1em;
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
  color: #001B71;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 2.5em;
  margin-bottom: .2em;
  line-height: 1.2em;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
    font-size: 1.8em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
  color: #001B71;
  font-family: "NiveaBook", Arial, sans-serif;
  letter-spacing: 0.96px;
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: left;
}

#cm-nivea-product .cm-header .cm-header-product {
  position: absolute;
  right: 10px;
  top: 8em;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-product {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: center;
  }
}

#cm-nivea-product .cm-header .cm-header-product img {
  height: 525px;
  width: auto;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    height: 500px;
  }
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    height: 370px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    height: auto;
    width: 100%;
  }
}

#cm-nivea-product .cm-icons {
  width: 100%;
  max-width: 1040px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-top: 3em;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons {
    margin-bottom: 3em;
  }
}

#cm-nivea-product .cm-icons .cm-single-block {
  width: 26%;
  padding: 2em 0;
  border-radius: 16px;
  max-width: none;
  transition: 0.5s;
  transition-property: background-color, opacity, transform, box-shadow;
  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;
  margin: 0 auto 2em;
  padding: 10px;
  box-sizing: border-box;
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon svg {
  width: 100%;
  fill: #001B71;
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon #gladkosc {
  stroke: #001B71;
}

#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;
  padding-right: .5em;
  padding-left: .5em;
  text-align: center !important;
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text p {
  text-align: center !important;
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.38;
  padding-left: 2em;
  padding-right: 2em;
  color: #fff;
  opacity: 0;
  transition: .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 svg {
  transition: .5s;
}

#cm-nivea-product .cm-icons .cm-single-block #gladkosc {
  transition: .5s;
}

#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);
}

#cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-icon svg {
  width: 100%;
  fill: white;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-icon svg {
    fill: #001B71;
  }
}

#cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-icon #gladkosc {
  stroke: white;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-icon #gladkosc {
    stroke: #001B71;
  }
}

@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 {
    transform: unset;
  }
}

#cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text .h3 {
  color: #fff;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text .h3 {
    color: #001B71;
  }
}

#cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text p {
  opacity: 1;
  color: #fff;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text p {
    transform: unset;
    color: #001B71;
    text-align: center !important;
  }
}

#cm-nivea-product .cm-icons.cm-apricot:hover > .cm-single-block:hover {
  background-color: #F6A850;
}

#cm-nivea-product .cm-icons.cm-orange:hover > .cm-single-block:hover {
  background-color: #F6A850;
}

#cm-nivea-product .cm-icons.cm-rose:hover > .cm-single-block:hover {
  background-color: #E61576;
}

#cm-nivea-product .cm-icons.cm-diamond:hover > .cm-single-block:hover {
  background-color: #CC0071;
}

#cm-nivea-product .cm-icons.cm-starfruit:hover > .cm-single-block:hover {
  background-color: #98B92A;
}

#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);
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-icons:hover > .cm-single-block:hover {
    background-color: transparent;
  }
}

#cm-nivea-product .cm-micro {
  margin-top: -2em;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro {
    background: none;
    margin-bottom: 4em;
  }
}

#cm-nivea-product .cm-micro .pc-b11-b .pc-block-module {
  padding-right: 0px;
  background: url("../img/bg_micro_biome.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-micro .pc-b11-b .pc-block-module {
    background: url("../img/bg_micro_biome.png") right -4em bottom;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11-b .pc-block-module {
    background-size: cover;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11-b .pc-block-module .cm-mobile-bg {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
}

#cm-nivea-product .cm-micro .pc-b11 {
  padding-bottom: 2em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11 {
    padding-bottom: 0em;
  }
}

#cm-nivea-product .cm-micro .pc-b11 .pc-text {
  position: relative;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11 .pc-text {
    margin-top: -4em;
  }
}

#cm-nivea-product .cm-micro .pc-b11 .pc-text img {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11 .pc-text img {
    text-align: center !important;
  }
}

#cm-nivea-product .cm-micro .pc-b11 .pc-text p {
  text-align: left;
  font-family: Arial;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #4B4B4D;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11 .pc-text p {
    text-align: center;
  }
}

#cm-nivea-product .cm-micro .pc-b11 .pc-text .pc-description {
  padding-top: .5em;
}

#cm-nivea-product .cm-micro .pc-b11 .pc-text .pc-description p {
  width: 91%;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11 .pc-text .pc-description p {
    width: 100%;
  }
}

#cm-nivea-product .cm-micro .pc-b11 .drop-text img {
  margin-bottom: 2em;
}

#cm-nivea-product .cm-micro .pc-b11 .h3 {
  color: #001B71 !important;
  font-family: "NiveaBook", Arial, sans-serif;
  font-size: 2em;
  margin-bottom: .5em;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11 .h3 {
    text-align: center !important;
  }
}

#cm-nivea-product .cm-micro .pc-b11 .h3 span {
  font-family: "NiveaBold", Arial, sans-serif;
}

#cm-nivea-product .cm-micro .pc-b11 .h4 {
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 1.5em;
  margin-bottom: .5em;
}

#cm-nivea-product .cm-micro .pc-b11 .h4.cm-apricot {
  color: #FF7F00;
}

#cm-nivea-product .cm-micro .pc-b11 .h4.cm-orange {
  color: #FF7F00;
}

#cm-nivea-product .cm-micro .pc-b11 .h4.cm-rose {
  color: #E61576;
}

#cm-nivea-product .cm-micro .pc-b11 .h4.cm-diamond {
  color: #CC0071;
}

#cm-nivea-product .cm-micro .pc-b11 .h4.cm-starfruit {
  color: #98B92A;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11 .h4 {
    text-align: center;
  }
}

#cm-nivea-product .cm-micro .pc-b11.pc-b11-b {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11.pc-b11-b {
    text-align: center;
  }
}

#cm-nivea-product .cm-micro .pc-b11.pc-b11-b .pc-text {
  text-align: left;
  padding-top: 8em;
  padding-bottom: 8em;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-micro .pc-b11.pc-b11-b .pc-text {
    padding-top: 10em;
    padding-bottom: 10em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11.pc-b11-b .pc-text {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
  }
}

#cm-nivea-product .cm-micro .pc-b11.pc-b11-b .pc-image {
  display: none;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11.pc-b11-b .pc-image {
    display: inline;
  }
  #cm-nivea-product .cm-micro .pc-b11.pc-b11-b .pc-image img {
    height: 350px;
    width: auto;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-micro .pc-b11.pc-b11-b .pc-image img {
    height: auto;
    width: 100%;
  }
}

#cm-nivea-product .cm-micro .pc-b11.pc-b11-b .cm-img-box {
  margin-bottom: 2em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .pc-b11.pc-b11-b .cm-img-box {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .cm-animation .pc-b11 .pc-block-module .pc-image {
    max-width: 460px;
    padding: 0 1em;
    margin-bottom: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-micro .cm-animation .pc-b11 .pc-block-module .pc-image {
    margin-bottom: 4em;
  }
}

#cm-nivea-product .cm-micro .cm-animation .pc-image {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .cm-animation .pc-image {
    padding-left: 0;
  }
}

#cm-nivea-product .cm-micro .cm-animation .pc-image img {
  max-height: 500px;
}

#cm-nivea-product .cm-micro .cm-animation .pc-image img.anim {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
  transform: scale(0.6);
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .cm-animation .pc-image img.anim {
    transform: scale(0.6);
    opacity: 1;
  }
}

#cm-nivea-product .cm-micro .cm-animation .pc-image img.cpksht {
  position: relative;
  top: 50%;
  transition: all .3s;
  transform: scale(1);
  right: 0%;
}

#cm-nivea-product .cm-micro .cm-animation .pc-b11:hover .pc-image img.anim {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-micro .cm-animation .pc-b11:hover .pc-image img.anim {
    overflow: hidden;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .cm-animation .pc-b11:hover .pc-image img.anim {
    transform: scale(0.8);
    opacity: 1;
  }
}

#cm-nivea-product .cm-micro .cm-animation .pc-b11:hover .pc-image img.cpksht {
  transform: scale(1);
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-micro .cm-animation .pc-b11:hover .pc-image img.cpksht {
    transform: scale(1);
  }
}

#cm-nivea-product .cm-micro .cm-animation .pc-b11-b .pc-image {
  padding-left: 0;
  padding-right: 2.5em;
}

#cm-nivea-product .cm-fragrance-power {
  background-image: url("../img/bg_fragrance_power.png");
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  max-width: 1040px;
}

#cm-nivea-product .cm-fragrance-power .pc-b6-a {
  text-align: center !important;
}

#cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-img {
  padding-top: 4em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-img {
    padding-top: 2em;
  }
}

#cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-img img {
  height: 191px;
  width: auto;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-img img {
    height: 140px;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-img img {
    height: 100px;
  }
}

#cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-h2 {
  font-family: "CareType", Arial, sans-serif;
  font-size: 4.25em;
  color: #001B71;
  text-align: center !important;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-h2 {
    font-size: 2.975em;
  }
}

#cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-h3 {
  font-family: "NiveaBook", Arial, sans-serif;
  margin-top: .5em;
  color: #001B71;
  font-size: 2.5em;
  text-align: center !important;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-h3 {
    font-size: 1.75em;
  }
}

#cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-h4 {
  margin-top: .5em;
  font-family: "NiveaBold", Arial, sans-serif;
  color: #001B71;
  font-size: 2em;
  text-align: center !important;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-fragrance-power .pc-b6-a .pc-h4 {
    font-size: 1.4em;
  }
}

#cm-nivea-product .cm-hotspot-main {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot-info {
  padding: 1.5em 1.5em 0em 1.5em;
  display: none;
}

@media only screen and (max-width: 576px) {
  #cm-nivea-product .cm-hotspot-main .cm-hotspot-info {
    display: flex;
    align-items: center;
  }
}

#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: #9a9a9a;
  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 {
  padding: 1em 0 2em 0;
  border-radius: 8px;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box {
  width: 100%;
  margin: auto;
  position: relative;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box img {
  width: 100%;
  height: auto;
  display: 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;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  border-radius: 50%;
  transition: all ease 0.5s;
  background-color: #E61576;
  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: 2em;
  color: white;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  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%;
  transform: translate(-50%, -50%);
  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 {
  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: 104px;
  top: -10px;
  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: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 576px) {
  #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: 1.25em;
  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: #5C5C5C;
}

#cm-nivea-product .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup {
  position: absolute;
  width: 12em;
  left: 104px;
  top: -10px;
  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: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  cursor: default;
}

@media only screen and (max-width: 576px) {
  #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: 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 .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: 1.25em;
  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 .pc-hotspot-popup .small {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 1.2;
  font-family: Arial;
  color: #5C5C5C;
  text-align: left;
}

@media only screen and (max-width: 576px) {
  #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;
  transition: opacity 0.3s ease, margin 0.3s ease;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  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: 1.25em;
  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: #5C5C5C;
}

@media only screen and (max-width: 576px) {
  #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%;
  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;
  transform: translateX(-50%);
  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;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  border-radius: 50%;
  transition: all ease 0.3s;
  background-color: #E61576;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 576px) {
  #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;
  font-weight: bold;
  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%;
  transform: translate(-50%, -50%);
  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 {
  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: 576px) {
  #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: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 6;
}

@media only screen and (max-width: 576px) {
  #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;
  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 {
    transition: all ease 0.3s;
  }
  #cm-nivea-product .cm-hotspot-main .cm-hotspot .btn-box label:hover {
    cursor: pointer;
    background-color: #00136f;
    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-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside {
  cursor: none;
}

#cm-nivea-product .cm-width-800 .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;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#cm-nivea-product .cm-width-800 .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: 2em;
  color: white;
  font-family: "NiveaBook", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  transition: all ease 0.3s;
  z-index: 11;
  margin-top: -2px;
}

#cm-nivea-product .cm-width-800 .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%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  border-radius: 50%;
}

#cm-nivea-product .cm-width-800 .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-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
  opacity: 1;
  z-index: 1000;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
  z-index: 1000;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside > img,
#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .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 .cm-width-800 .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-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2.pc-hotspot-popup-left {
  position: absolute;
  width: 10em;
  left: 104px;
  top: -2px;
  z-index: 1000;
  opacity: 1;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: unset;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2.pc-hotspot-popup-right {
  left: auto;
  right: -80px;
  margin-left: auto;
  margin-right: -10px;
  transform: translateX(-100%);
}

#cm-nivea-product .cm-width-800 .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;
  left: unset;
}

#cm-nivea-product .cm-width-800 .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;
  right: unset;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-h5 {
  font-weight: bold;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-left {
  position: absolute;
  width: 10em;
  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: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: unset;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-right {
  left: auto;
  right: -104px;
  margin-left: auto;
  margin-right: 0px;
  transform: translateX(-100%);
}

#cm-nivea-product .cm-width-800 .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;
  left: unset;
}

#cm-nivea-product .cm-width-800 .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;
  right: unset;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-h5 {
  font-weight: bold;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-arrow-left {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid white;
  border-right: 0px;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-arrow-right {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid white;
  border-left: 0px;
}

#cm-nivea-product .cm-width-800 .cm-hotspot-main .cm-hotspot .cm-hotspot-box:hover .cm-hotspot-dot .first-hot .pc-hotspot-popup-2 {
  opacity: 0;
  z-index: 3;
}

#cm-nivea-product .cm-width-800 .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: auto;
  z-index: 1000;
}

#cm-nivea-product .nivea-footer {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}

#cm-nivea-product .nivea-footer img {
  width: 110px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .nivea-footer img {
    width: 80px;
  }
}

#cm-nivea-product.cm-width-800 .cm-header {
  height: auto;
}

#cm-nivea-product.cm-width-800 .cm-header .cm-header-product img {
  height: 410px;
  width: auto;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product.cm-width-800 .cm-header .cm-header-product img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product.cm-width-800 .cm-micro .pc-b11-b {
    padding-bottom: 0;
  }
}

#cm-nivea-product.cm-width-800 .cm-micro .pc-b11-b .pc-block-module {
  background: url("../img/bg_micro_biome.png") right -4em bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product.cm-width-800 .cm-micro .pc-b11-b .pc-block-module {
    background-size: cover;
  }
}
/*# sourceMappingURL=style.css.map */