@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Rozmiar czcionki dla najwyzszego diva */
#cm-nivea-product {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #000;
}

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

#cm-nivea-product.cm-width-800,
#cm-nivea-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}

#cm-nivea-product .pc-margin-top-xs {
  padding-top: 1.5em;
}

#cm-nivea-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#cm-nivea-product .pc-margin-top-s {
  padding-top: 3em;
}

#cm-nivea-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#cm-nivea-product .pc-margin-top-m {
  padding-top: 4em;
}

#cm-nivea-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#cm-nivea-product .pc-margin-top-l {
  padding-top: 6em;
}

#cm-nivea-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#cm-nivea-product .pc-margin-top-xl {
  padding-top: 8em;
}

#cm-nivea-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#cm-nivea-product .pc-margin-top-xxl {
  padding-top: 10em;
}

#cm-nivea-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-nivea-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-nivea-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-nivea-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-nivea-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-nivea-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-nivea-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-nivea-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-nivea-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-nivea-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-nivea-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-nivea-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

#cm-nivea-product .pc-margin-top-deca {
  margin-top: 0.5em;
}

#cm-nivea-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#cm-nivea-product .pc-margin-top-hecto {
  margin-top: 1em;
}

#cm-nivea-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#cm-nivea-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#cm-nivea-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#cm-nivea-product .pc-margin-top-mega {
  margin-top: 1.5em;
}

#cm-nivea-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#cm-nivea-product .pc-margin-top-giga {
  margin-top: 2em;
}

#cm-nivea-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#cm-nivea-product .pc-margin-top-tera {
  margin-top: 2.5em;
}

#cm-nivea-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#cm-nivea-product .pc-clear {
  clear: both;
}

#cm-nivea-product .m-st-1:after {
  content: '';
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}

#cm-nivea-product .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}

#cm-nivea-product .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  -moz-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}

#cm-nivea-product .pc-b6-a {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-b6-a * {
  text-align: center;
}

#cm-nivea-product .pc-b6-a .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b6-a .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#cm-nivea-product .pc-b6-a h2, #cm-nivea-product .pc-b6-a .h2, #cm-nivea-product .pc-b6-a .pc-h2 {
  font-size: 2.4375em;
  font-family: "Roboto", 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: "Roboto", Arial, sans-serif;
  line-height: 1.12;
  color: #F8D15F;
  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-b4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  height: 38em;
  color: #001B71;
}

#cm-nivea-product .pc-b4.pc-b4-2a .b4-content {
  width: 29em;
  padding-left: 2em;
  padding-right: 2em;
}

#cm-nivea-product .pc-b4 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b4 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b4 .b4-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: bottom right;
}

#cm-nivea-product .pc-b4 .b4-table {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

#cm-nivea-product .pc-b4 .b4-cell {
  display: table-cell;
  position: relative;
}

#cm-nivea-product .pc-b4 .b4-content {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  width: 43%;
  padding-left: 4em;
  padding-right: 4em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-title {
  width: 15em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-description {
  margin-top: 2em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box {
  background-color: white;
  padding: 3em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .caption {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.23;
  letter-spacing: 0.3px;
  color: #F8D15F;
  text-transform: uppercase;
  margin: 0.8em 0em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.24;
  color: #001B71;
  text-transform: uppercase;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .h3 span {
  font-family: "Roboto", Arial, sans-serif;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .b4-description {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.38;
  color: #211f20;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .b4-description ol {
  margin-left: 1em;
  padding-left: 0px;
}

#cm-nivea-product .pc-b4 .pc-icon {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0 auto 0.5em auto;
  float: none;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#cm-nivea-product .pc-b4 .pc-icon.pc-icon-left {
  margin-left: 0;
}

#cm-nivea-product .pc-b4 .pc-icon.pc-icon-spacing {
  margin-bottom: 2em;
}

#cm-nivea-product .pc-b4 .pc-icon img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

#cm-nivea-product .af-width-920 .pc-b4 .b4-content {
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b4 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .pc-relative {
    padding-bottom: 0em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-table {
    margin-top: -2em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-content {
    width: 100%;
    padding: 0 1em 0em 1em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image::after {
    content: "";
    display: block;
    padding-bottom: 87%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image {
    background-position: bottom right;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
  #cm-nivea-product .pc-b4 .b4-table {
    table-layout: auto;
    height: auto;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .pc-relative {
    padding-bottom: 0em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-table {
    margin-top: -2em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-content {
    width: 100%;
    padding: 0 1em 0 1em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image::after {
    content: "";
    display: block;
    padding-bottom: 87%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2a .b4-image {
    background-position: bottom right;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

#cm-nivea-product .pc-b4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  height: 38em;
  color: #001B71;
}

#cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
  background-position: bottom left;
}

#cm-nivea-product .pc-b4.pc-b4-2b .b4-content {
  width: 29em;
  padding-left: 2em;
  padding-right: 2em;
}

#cm-nivea-product .pc-b4 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b4 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b4 .b4-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: bottom right;
}

#cm-nivea-product .pc-b4 .b4-table {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

#cm-nivea-product .pc-b4 .b4-cell {
  display: table-cell;
  position: relative;
}

#cm-nivea-product .pc-b4 .b4-content {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  width: 43%;
  padding-left: 4em;
  padding-right: 4em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-title {
  width: 15em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-description {
  margin-top: 2em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-description ol {
  margin-left: 1em;
  padding-left: 0px;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box {
  background-color: white;
  padding: 3em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .caption {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.23;
  letter-spacing: 0.3px;
  color: #F8D15F;
  text-transform: uppercase;
  margin: 0.8em 0em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.24;
  color: #001B71;
  text-transform: uppercase;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .h3 span {
  font-family: "Roboto", Arial, sans-serif;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .b4-description {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.38;
  color: #211f20;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box .b4-description ol {
  margin-left: 1em;
  padding-left: 0px;
}

#cm-nivea-product .pc-b4 .pc-icon {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0 auto 0.5em auto;
  float: none;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#cm-nivea-product .pc-b4 .pc-icon.pc-icon-left {
  margin-left: 0;
}

#cm-nivea-product .pc-b4 .pc-icon.pc-icon-spacing {
  margin-bottom: 2em;
}

#cm-nivea-product .pc-b4 .pc-icon img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

#cm-nivea-product .af-width-920 .pc-b4 .b4-content {
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b4 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .pc-relative {
    padding-bottom: 0em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-table {
    margin-top: -2em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-content {
    width: 100%;
    padding: 0 1em 0em 1em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image::after {
    content: "";
    display: block;
    padding-bottom: 87%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
    background-position: bottom left;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
  #cm-nivea-product .pc-b4 .b4-table {
    table-layout: auto;
    height: auto;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .pc-relative {
    padding-bottom: 0em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-table {
    margin-top: -2em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-content {
    width: 100%;
    padding: 0 1em 0 1em;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image::after {
    content: "";
    display: block;
    padding-bottom: 87%;
  }
  #cm-nivea-product .pc-b4.pc-b4-2b .b4-image {
    background-position: bottom left;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

#cm-nivea-product .pc-b9 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-b9 p {
  font-size: 1.25em;
  font-family: Arial;
  line-height: 1.3;
  color: #3e3e40;
  letter-spacing: 0.8px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 767px) {
  #cm-nivea-product .pc-b9 p {
    font-size: 1em;
    padding-bottom: 1em;
  }
}

#cm-nivea-product .pc-b9 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b9 .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#cm-nivea-product .pc-b3 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-b3.pc-b3-a .pc-b3-cell-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

#cm-nivea-product .pc-b3.pc-b3-a .pc-b3-square {
  margin-right: 1.25em;
}

#cm-nivea-product .pc-b3 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b3 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
  max-width: 25.625em;
}

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

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

#cm-nivea-product .pc-b3 .pc-b3-square {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

#cm-nivea-product .pc-b3 .pc-b3-square:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

#cm-nivea-product .pc-b3 .pc-b3-square .pc-b3-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#cm-nivea-product .pc-b3 .pc-b3-square .pc-b3-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@supports (-o-object-fit: cover) or (object-fit: cover) {
  #cm-nivea-product .pc-b3 .pc-b3-square .pc-b3-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#cm-nivea-product .pc-b3 .h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
}

#cm-nivea-product .pc-b3 .h3 span {
  font-family: "Roboto", Arial, sans-serif;
}

#cm-nivea-product .pc-b3 .pc-gl-description {
  padding-top: 2em;
}

#cm-nivea-product .pc-b3 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: black;
  margin: 0;
  padding: 0;
  text-align: left;
}

#cm-nivea-product .pc-b3 p.caption {
  color: #F8D15F;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b3 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (max-width: 799px) {
  #cm-nivea-product .pc-b3.pc-b3-a .pc-b3-square {
    margin-right: 0;
  }
  #cm-nivea-product .pc-b3.pc-b3-a .pc-b3-cell-container {
    padding: 2.5em 2.5em 0 2.5em;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-content {
    float: none;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-square {
    margin-left: 0;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-cell-container {
    text-align: left;
    padding: 2.5em 2.5em 0 2.5em;
  }
  #cm-nivea-product .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
    position: static;
  }
  #cm-nivea-product .pc-b3 .pc-b3-table {
    display: block;
  }
  #cm-nivea-product .pc-b3 .pc-b3-table .pc-b3-cell {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #cm-nivea-product .pc-b3 .pc-b3-cell-container {
    padding: 2.5em 2.5em 0 2.5em;
  }
  #cm-nivea-product .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
}

#cm-nivea-product .pc-b6-c {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  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: "Roboto", 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: #F8D15F;
}

#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: "Roboto", 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: #F8D15F;
  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 .pc-p5 {
  display: block;
  position: relative;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .pc-p5 .pc-save-proprtion {
  position: relative;
  width: 100%;
}

#cm-nivea-product .pc-p5 .pc-save-proprtion::after {
  content: '';
  display: block;
  padding-bottom: 58.462%;
}

#cm-nivea-product .pc-p5 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-p5 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-p5 .pc-p5-checkbox {
  display: none;
}

#cm-nivea-product .pc-p5 .pc-p5-checkbox:checked ~ label {
  display: none;
}

#cm-nivea-product .pc-p5 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

#cm-nivea-product .pc-p5 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-p5 video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

@media only screen and (max-width: 576px) {
  #cm-nivea-product .pc-p5 video {
    height: 276px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

#cm-nivea-product .pc-p5 label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

#cm-nivea-product .pc-p5 .cm-hidden-label {
  display: none;
}

#cm-nivea-product .pc-p5 .pc-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cm-nivea-product .pc-b4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  height: 38em;
  color: #001B71;
  z-index: 1;
}

#cm-nivea-product .pc-b4 .pc-block-module {
  margin: 0 auto;
  height: inherit;
}

#cm-nivea-product .pc-b4 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-nivea-product .pc-b4 .b4-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: bottom right;
}

#cm-nivea-product .pc-b4 .b4-table {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

#cm-nivea-product .pc-b4 .b4-cell {
  display: table-cell;
  position: relative;
}

#cm-nivea-product .pc-b4 .b4-content {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  width: 48%;
  max-width: 310px;
  padding-left: 4em;
  padding-right: 4em;
  box-sizing: border-box;
}

#cm-nivea-product .pc-b4 .b4-content .b4-description {
  margin-top: 2em;
}

#cm-nivea-product .pc-b4 .b4-content .b4-content-box {
  background-color: white;
  padding: 3em;
}

#cm-nivea-product .pc-b4 .caption {
  font-size: 1em;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #F8D15F;
}

#cm-nivea-product .pc-b4 .h3 {
  font-size: 1.562em;
  font-family: "Roboto", Arial, sans-serif;
  color: #001B71;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

#cm-nivea-product .pc-b4 p {
  font-size: 1em;
  color: #666666;
  line-height: 1.38;
  font-family: "Arial", sans-serif;
}

#cm-nivea-product .cm-width-920 .pc-b4 .b4-content {
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 1079px) {
  #cm-nivea-product .pc-b4 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-3a .b4-image {
    background-position: bottom right;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4.pc-b4-3b .b4-image {
    background-position: bottom left;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 1.25em;
    max-width: 30em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product {
    font-size: 14px;
  }
  #cm-nivea-product .pc-b4 .b4-table {
    table-layout: auto;
    height: auto;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-b4 {
    height: auto;
  }
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 80%;
  }
  #cm-nivea-product .pc-b4.pc-b4-3b .b4-image {
    background-position: bottom left;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4.pc-b4-3a .b4-image {
    background-position: bottom right;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  #cm-nivea-product .pc-b4 .b4-image {
    background-position: right bottom;
  }
  #cm-nivea-product .pc-b4 .b4-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2.5em 3em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-content-box {
    padding: 2.25em 1.25em;
  }
}

#cm-nivea-product .cm-slider-content-b4 {
  position: relative;
  max-width: 100%;
  width: 1040px;
  margin: auto;
}

#cm-nivea-product .cm-slider-content-b4 input[type="radio"] {
  display: none;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-right, #cm-nivea-product .cm-slider-content-b4 .arrow-left {
  width: 25px;
  position: absolute;
  z-index: 100;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 4em;
  color: #001B71;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-right label, #cm-nivea-product .cm-slider-content-b4 .arrow-left label {
  cursor: pointer;
  display: none;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-right label img, #cm-nivea-product .cm-slider-content-b4 .arrow-left label img {
  width: auto;
  height: 32px;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-left {
  top: 50%;
  left: 10px;
}

#cm-nivea-product .cm-slider-content-b4 .arrow-right {
  top: 50%;
  right: 10px;
  text-align: right;
}

#cm-nivea-product .cm-slider-content-b4 .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  aligin-items: center;
  height: 0px;
  opacity: 0;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box .pc-block-item {
  width: 100%;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box .slider-lp {
  width: 33%;
  padding: 20px;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box .slider-lp img {
  width: 80%;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-box .slider-lp p {
  margin: 16px;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  opacity: 0;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-dots {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 1em;
}

@media (max-width: 599px) {
  #cm-nivea-product .cm-slider-content-b4 .slider .slider-dots {
    bottom: 0.5em;
  }
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-dots label {
  width: 12px;
  height: 12px;
  border-radius: 16px;
  border: 2px solid white;
  margin: 0px 0.5em;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
  border: 2px solid #001B71;
}

#cm-nivea-product .cm-slider-content-b4 .slider .slider-dots label:hover {
  cursor: pointer;
  background-color: white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .arrow-left #cm-slide-sc-0 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .slider #slide-1 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .slider .slider-dots label:nth-of-type(1) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .arrow-left #cm-slide-sc-1 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .slider #slide-2 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .slider .slider-dots label:nth-of-type(2) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .arrow-left #cm-slide-sc-2 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .slider #slide-3 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .slider .slider-dots label:nth-of-type(3) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .arrow-left #cm-slide-sc-3 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .slider #slide-4 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .slider .slider-dots label:nth-of-type(4) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .arrow-left #cm-slide-sc-4 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .slider #slide-5 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .slider .slider-dots label:nth-of-type(5) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .arrow-left #cm-slide-sc-5 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .slider #slide-6 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .slider .slider-dots label:nth-of-type(6) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .arrow-left #cm-slide-sc-6 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .slider #slide-7 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .slider .slider-dots label:nth-of-type(7) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .arrow-left #cm-slide-sc-7 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .slider #slide-8 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .slider .slider-dots label:nth-of-type(8) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-9:checked ~ .arrow-left #cm-slide-sc-8 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-9:checked ~ .slider #slide-9 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-9:checked ~ .slider .slider-dots label:nth-of-type(9) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-10:checked ~ .arrow-left #cm-slide-sc-9 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-10:checked ~ .slider #slide-10 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-10:checked ~ .slider .slider-dots label:nth-of-type(10) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-11:checked ~ .arrow-left #cm-slide-sc-10 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-11:checked ~ .slider #slide-11 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-11:checked ~ .slider .slider-dots label:nth-of-type(11) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-12:checked ~ .arrow-left #cm-slide-sc-11 {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-12:checked ~ .slider #slide-12 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-12:checked ~ .slider .slider-dots label:nth-of-type(12) {
  background-color: #001B71;
  border: 2px solid white;
}

#cm-nivea-product .nivea-footer {
  margin: 0 auto;
  text-align: center;
}

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

#cm-nivea-product .cm-header {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  margin-bottom: 5em;
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  height: 752px;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-header {
    border-radius: 0;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header {
    background-position: left -3em bottom;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .cm-header {
    background-position: left -6em bottom;
    height: auto;
    margin-bottom: 0em;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header {
    background-position: left -9em bottom;
  }
}

#cm-nivea-product .cm-header .cm-logo-header {
  position: absolute;
  padding-top: 3em;
  margin-right: 2em;
  right: 1em;
}

#cm-nivea-product .cm-header .cm-logo-header img {
  width: 150px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    width: 80px;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-logo-header img {
    width: 60px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text {
  padding-top: 1em;
  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;
  }
}

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-1 {
  color: #001B71;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2.06em;
  line-height: 1.3;
  margin-top: 1em;
  text-transform: uppercase;
}

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

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-2 {
  font-family: "Roboto", Arial, sans-serif;
  margin-top: .3em;
  margin-bottom: .3em;
  color: #F8D15F;
  letter-spacing: 0.96px;
  font-size: 3.18em;
  line-height: 1.1;
  text-align: left;
  text-shadow: 1px 2px #000;
}

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

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-3 {
  font-family: "Roboto", Arial, sans-serif;
  color: #001B71;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: .2em;
}

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

#cm-nivea-product .cm-header .cm-nivea-text .cm-ng-4 {
  font-family: "Roboto", Arial, sans-serif;
  color: #001B71;
  font-size: 1.56em;
  line-height: 1.1;
}

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

#cm-nivea-product .cm-header .cm-nivea-text .cm-cap {
  color: #001B71;
  margin-top: 1em;
  font-size: 1.06em;
  line-height: 1.1;
}

#cm-nivea-product .cm-header .cm-nivea-text img {
  margin-top: 2em;
  max-width: 200px;
}

#cm-nivea-product .cm-header .cm-header-product {
  z-index: 2;
  position: absolute;
  right: 2em;
  bottom: -5em;
  padding-bottom: 0em;
}

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

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-header-product {
    right: 4em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-product {
    position: static;
    text-align: center;
    width: 100%;
  }
}

#cm-nivea-product .cm-header .cm-header-product img {
  height: 400px;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    position: relative;
    height: 350px;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-header-product img {
    width: 90%;
    height: auto;
  }
}

#cm-nivea-product .cm-ng-yellow {
  font-family: "Roboto", Arial, sans-serif;
  color: #F8D15F;
  font-size: 3em;
  text-shadow: 1px 2px #000;
}

#cm-nivea-product .cm-text-yellow p {
  color: #F8D15F !important;
}

#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;
}

#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, -webkit-transform, -webkit-box-shadow;
  transition-property: background-color, opacity, transform, box-shadow;
  transition-property: background-color, opacity, transform, box-shadow, -webkit-transform, -webkit-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;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto 2em;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

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

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

#cm-nivea-product .cm-icons .cm-single-block:hover .cm-single-block-text p {
  opacity: 1;
  color: #001B71;
  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;
  }
}

#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);
  background-color: #F8D15F;
}

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

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

#cm-nivea-product .pc-b6-a img {
  height: 203px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b6-a img {
    height: 150px;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b6-a img {
    height: 120px;
  }
}

#cm-nivea-product .pc-b6-a .pc-b6-title {
  font-family: "Roboto", Arial, sans-serif;
  color: #001B71;
  font-size: 2.5em;
  text-transform: uppercase;
  width: 95%;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b6-a .pc-b6-title {
    font-size: 1.75em;
    width: 80%;
  }
}

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

#cm-nivea-product .pc-b6-a .pc-b6-subtitle {
  font-size: 4.125em;
  font-family: "Roboto", Arial, sans-serif;
  color: #F8D15F;
  text-shadow: 1px 2px #000;
}

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

#cm-nivea-product .pc-b6-a p {
  font-size: 16px;
  margin: 0 auto;
  font-family: "Roboto", Arial, sans-serif;
  color: #001B71;
  width: 50%;
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product .pc-b6-a p {
    width: 75%;
  }
}

#cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 {
  height: 560px;
}

@media (max-width: 767px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 {
    width: 100%;
    height: auto;
  }
}

#cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-image {
  background-color: #F8D15F;
}

@media (max-width: 767px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-image {
    background-color: #fff;
  }
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-image {
    display: none;
  }
}

#cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .cm-image {
  width: auto;
}

@media (max-width: 768px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .cm-image {
    text-align: center;
    height: auto;
  }
}

#cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .cm-image img {
  height: 560px;
  position: absolute;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .cm-image img {
    height: 560px;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .cm-image img {
    position: relative;
    height: auto;
    width: 100%;
  }
}

#cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content {
  z-index: 3;
  width: 33em !important;
  padding-left: 2em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content {
    width: 30em !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content {
    margin-bottom: 2em;
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content {
    width: 400px !important;
  }
}

@media only screen and (max-width: 400px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content {
    width: 300px !important;
  }
}

#cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content .b4-content-box {
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content .b4-content-box {
    margin: 0em;
  }
}

#cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content .b4-content-box .h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.25em;
}

#cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content .b4-content-box .h4 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.25em;
}

@media (max-width: 767px) and (min-width: 600px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .pc-relative {
    padding-bottom: 0;
  }
}

@media (max-width: 599px) {
  #cm-nivea-product .pc-b4 .pc-relative {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content {
    margin-bottom: 4em;
  }
  #cm-nivea-product #cm-banerNiveaKoenzym .pc-b4 .b4-content .b4-content-box {
    text-align: center;
    box-shadow: none;
    padding: 0 1.25em;
  }
  #cm-nivea-product .pc-b4 .b4-content .b4-title {
    width: 100%;
  }
}

#cm-nivea-product #cm-slider .slider {
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product #cm-slider .slider {
    width: 91%;
  }
}

#cm-nivea-product #cm-slider .slider .pc-b4 .b4-title {
  width: 100%;
}

#cm-nivea-product #cm-slider .slider .pc-b4 .b4-content-box {
  background-color: transparent;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product #cm-slider .slider .pc-b4 .b4-content-box {
    text-align: center;
    margin-bottom: 1em;
  }
}

#cm-nivea-product #cm-slider .slider .pc-b4 .b4-content-box .h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.25em;
}

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

#cm-nivea-product .pc-b9 .large {
  padding-bottom: 0;
  font-size: 1em;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b9 .large {
    margin: 0 auto;
    width: 80%;
  }
}

#cm-nivea-product .pc-b9 img {
  margin-top: 6em;
  margin-bottom: 6em;
  height: 242px;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b9 img {
    height: 152px;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b9 img {
    height: 102px;
  }
}

#cm-nivea-product .cm-bg-gray {
  max-width: 1040px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-top: 4em;
}

#cm-nivea-product .cm-bg-gray-2 {
  max-width: 1040px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

#cm-nivea-product .pc-b4 p.small {
  font-size: .9em;
}

#cm-nivea-product .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .features {
    justify-content: center;
  }
}

#cm-nivea-product .features img {
  width: 420px;
  height: 100%;
  padding: 2em;
}

@media only screen and (max-width: 1000px) {
  #cm-nivea-product .features img {
    width: 380px;
  }
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .features img {
    width: 300px;
  }
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .features img {
    width: 275px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .features img {
    width: 455px;
  }
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .features img {
    width: 80%;
  }
}

#cm-nivea-product .features :nth-child(2) {
  margin-top: 8em;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .features :nth-child(2) {
    margin-top: 0em;
  }
}

#cm-nivea-product .features :nth-child(3) {
  margin-top: -18em;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .features :nth-child(3) {
    margin-top: 0em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .features :nth-child(4) {
    margin-top: 0em;
  }
}

#cm-nivea-product .cm-baner-img img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 1040px) {
  #cm-nivea-product .cm-baner-img img {
    box-shadow: none;
    border-radius: 0;
  }
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-baner-img img {
    display: none;
  }
}

#cm-nivea-product .cm-baner-mobile img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: none;
}

@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-baner-mobile img {
    display: block;
  }
}

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

#cm-nivea-product .pc-b3-a img {
  border-radius: 8px;
}

@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b3-a img {
    border-radius: 0;
  }
}

#cm-nivea-product .pc-b3-a .h4 {
  text-align: center;
  color: #001B71;
  font-size: 2em;
  font-family: "Roboto", Arial, sans-serif;
}

#cm-nivea-product .pc-faq-item .pc-faq-label-container .pc-faq-label .pc-h4 {
  font-family: "Roboto", Arial, sans-serif;
}

#cm-nivea-product .pc-faq-item .pc-faq-label-container .pc-faq-label .pc-h4 .pc-faq-arrow {
  background-image: url("../img/arrow@2x.png");
}

#cm-nivea-product .pc-p7 .pc-block-module .pc-relative .pc-p7-header .pc-h3 {
  font-family: "Roboto", Arial, sans-serif;
}

#cm-nivea-product .arrow-right {
  transform: rotate(-135deg);
}

#cm-nivea-product .arrow-left {
  transform: rotate(45deg);
}

#cm-nivea-product .cm-arrow {
  height: 20px;
  width: 20px;
  border-left: 4px solid #001B71;
  border-bottom: 4px solid #001B71;
}

#cm-nivea-product .slider {
  margin: 2em;
}

@media (max-width: 599px) {
  #cm-nivea-product .slider .slider-dots {
    bottom: 2em !important;
  }
}

#cm-nivea-product .vid-bg {
  padding: 0;
}

#cm-nivea-product .pc-p5 {
  border-radius: 16px;
}

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

#cm-nivea-product .pc-p5-image {
  background: url("../img/bg_movie.png");
  height: auto;
  padding-bottom: 1em;
  border-radius: 0 0 16px 16px;
}

#cm-nivea-product .cm-slider-content-b4 .slider {
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-slider {
    height: 80%;
  }
}

#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-1:checked ~ .slider .slider-dots label:nth-of-type(1),
#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-2:checked ~ .slider .slider-dots label:nth-of-type(2),
#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-3:checked ~ .slider .slider-dots label:nth-of-type(3),
#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-4:checked ~ .slider .slider-dots label:nth-of-type(4),
#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-5:checked ~ .slider .slider-dots label:nth-of-type(5),
#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-6:checked ~ .slider .slider-dots label:nth-of-type(6),
#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-7:checked ~ .slider .slider-dots label:nth-of-type(7),
#cm-nivea-product .cm-slider-content-b4 #slider-input-b4-8:checked ~ .slider .slider-dots label:nth-of-type(8)
.cm-slider-content-b4 #slider-input-b4-9:checked ~ .slider .slider-dots label:nth-of-type(9) {
  background-color: #001B71;
  border: 2px solid #001B71;
}

@media only screen and (max-width: 1040px) {
  #cm-nivea-product #cm-slider .slider {
    border-radius: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product #cm-slider .slider {
    box-shadow: none;
  }
  #cm-nivea-product #cm-slider .slider .pc-b4 .b4-title {
    text-align: center;
  }
  #cm-nivea-product #cm-slider .slider .pc-b4 .b4-description {
    text-align: center;
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {
  #cm-nivea-product #cm-slider .slider .pc-b4.pc-b4-2b .b4-image {
    background-position: top left;
    background-size: 150%;
  }
  #cm-nivea-product #cm-slider .slider .pc-b4 .b4-content .b4-content-box {
    padding-top: 4em;
  }
}

#cm-nivea-product.cm-width-800 .cm-header .cm-logo-header img {
  width: 80px;
}

#cm-nivea-product.cm-width-800 .features img {
  width: 260px;
}

#cm-nivea-product.cm-rbt .cm-header .cm-nivea-text .cm-ng-1,
#cm-nivea-product.cm-rbt .cm-header .cm-nivea-text .cm-ng-2,
#cm-nivea-product.cm-rbt .cm-header .cm-nivea-text .cm-ng-3,
#cm-nivea-product.cm-rbt .pc-b6-a .pc-b6-title,
#cm-nivea-product.cm-rbt .pc-b6-a .pc-b6-subtitle,
#cm-nivea-product.cm-rbt .pc-b6-a p,
#cm-nivea-product.cm-rbt .pc-b6-a h2,
#cm-nivea-product.cm-rbt .pc-b6-a .h2,
#cm-nivea-product.cm-rbt .pc-b6-a .pc-h2,
#cm-nivea-product.cm-rbt .cm-icons .cm-single-block .cm-single-block-text .cm-single-block-header .h3,
#cm-nivea-product.cm-rbt .pc-b6-c .pc-h2,
#cm-nivea-product.cm-rbt #cm-banerNiveaKoenzym .pc-b4 .b4-content .b4-content-box .h3,
#cm-nivea-product.cm-rbt .cm-ng-yellow,
#cm-nivea-product.cm-rbt #cm-slider .slider .pc-b4 .b4-content-box .h3 {
  font-weight: bold;
}
