@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: 0.6;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
  font-family: "NiveaLight";
  src: url("../fonts/nivli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NiveaBook";
  src: url("../fonts/nivbk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NiveaBold";
  src: url("../fonts/nivbo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NiveaMedium";
  src: url("../fonts/nivme.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Rozmiar czcionki dla najwyzszego diva */
#cm-nivea-product {
  font-size: 16px;
  font-family: "NiveaBook", Arial, sans-serif;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product {
    font-size: 14px;
  }
}
#cm-nivea-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}
#cm-nivea-product .pc-margin-top-xs {
  padding-top: 1.5em;
}
#cm-nivea-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#cm-nivea-product .pc-margin-top-s {
  padding-top: 3em;
}
#cm-nivea-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#cm-nivea-product .pc-margin-top-m {
  padding-top: 4em;
}
#cm-nivea-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#cm-nivea-product .pc-margin-top-l {
  padding-top: 6em;
}
#cm-nivea-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#cm-nivea-product .pc-margin-top-xl {
  padding-top: 8em;
}
#cm-nivea-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#cm-nivea-product .pc-margin-top-xxl {
  padding-top: 10em;
}
#cm-nivea-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-nivea-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-nivea-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-nivea-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-nivea-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-nivea-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-nivea-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-nivea-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-nivea-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-nivea-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-nivea-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-nivea-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#cm-nivea-product .pc-margin-top-deca {
  margin-top: 0.5em;
}
#cm-nivea-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#cm-nivea-product .pc-margin-top-hecto {
  margin-top: 1em;
}
#cm-nivea-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#cm-nivea-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#cm-nivea-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#cm-nivea-product .pc-margin-top-mega {
  margin-top: 1.5em;
}
#cm-nivea-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#cm-nivea-product .pc-margin-top-giga {
  margin-top: 2em;
}
#cm-nivea-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#cm-nivea-product .pc-margin-top-tera {
  margin-top: 2.5em;
}
#cm-nivea-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#cm-nivea-product .pc-clear {
  clear: both;
}
#cm-nivea-product .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}
#cm-nivea-product .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}
#cm-nivea-product .m-st-3 {
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}
#cm-nivea-product .pc-b6-c {
  text-align: center;
  width: 100%;
  max-width: 998px;
  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: #EC008C;
  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: #FFFFFF;
}
#cm-nivea-product .pc-b11 {
  width: 100%;
  max-width: 998px;
  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: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}
#cm-nivea-product .pc-b11.pc-b11-b .pc-text {
  text-align: right;
}
#cm-nivea-product .pc-b11.pc-b11-b .pc-description {
  order: 1;
  text-align: right;
}
#cm-nivea-product .pc-b11.pc-b11-b .pc-image {
  order: 2;
}
#cm-nivea-product .pc-b11.pc-b11-b .h3, #cm-nivea-product .pc-b11.pc-b11-b p {
  text-align: right;
}
@media (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-block-module {
    display: block;
    margin: 0 auto;
  }
  #cm-nivea-product .pc-b11 .pc-block-module .pc-image, #cm-nivea-product .pc-b11 .pc-block-module .pc-text {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
#cm-nivea-product .nivea-footer {
  max-width: 998px;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}
#cm-nivea-product .nivea-footer img {
  width: 100px;
  height: auto;
  display: block;
  margin: auto;
}
#cm-nivea-product .nivea-footer img {
  width: 5em;
}
#cm-nivea-product span.cust-span-text {
  color: "NiveaBold", Arial, sans-serif;
}
#cm-nivea-product .footer-text {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 0.6em;
  max-width: 820px;
  margin: 0 auto;
  padding: 2em;
}
#cm-nivea-product .cm-header {
  max-width: 998px;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background: url("../img/bg_top.png") top center no-repeat;
}
#cm-nivea-product .cm-header .cm-logo-header img {
  position: relative;
  margin-left: 1.5em;
  margin-top: 1.5em;
  width: 80px;
  height: 80px;
}
#cm-nivea-product .cm-header .header-text-box {
  text-align: center;
  width: 320px;
  margin-top: -3.5em;
  margin-left: 37%;
}
#cm-nivea-product .cm-header .header-text-box .top-stain {
  text-align: left;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .header-text-box .top-stain img {
    width: 250px;
    padding-left: 2em;
  }
}
#cm-nivea-product .cm-header .header-text-box img {
  padding-left: 1em;
}
#cm-nivea-product .cm-header .header-text-box .text-header-description {
  font-family: "NiveaBook", Arial, sans-serif;
  font-size: 1.74em;
  line-height: 1.14em;
  text-transform: uppercase;
  margin-bottom: 2em;
  text-align: center;
  position: relative;
}
#cm-nivea-product .cm-header .header-text-box .text-header-description .ht-h2 {
  align-content: center;
}
#cm-nivea-product .cm-header .header-text-box .text-header-description span {
  font-family: "NiveaBold", Arial, sans-serif;
}
#cm-nivea-product .cm-header .header-text-box .text-header-description-2 {
  font-family: "NiveaMedium", Arial, sans-serif;
  font-size: 1.74em;
  text-transform: uppercase;
  line-height: 1.14em;
  text-align: left;
}
#cm-nivea-product .cm-header .header-text-box .text-header-description-2 .pc-header-name-2 {
  font-family: "NiveaBold", Arial, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
#cm-nivea-product .cm-header .header-text-box .text-header-description-2 span {
  font-family: "NiveaBook", Arial, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 0;
}
#cm-nivea-product .cm-header .header-text-box .text-header-description-2 .ht-sp-1 {
  margin-left: 2.8em;
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .header-text-box .text-header-description-2 .ht-sp-1 {
    margin-left: 4em;
  }
}
#cm-nivea-product .cm-header .header-text-box .text-header-description-2 .ht-sp-2 {
  margin-left: 1.5em;
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .header-text-box .text-header-description-2 .ht-sp-2 {
    margin-left: 2.5em;
  }
}
@media only screen and (max-width: 950px) {
  #cm-nivea-product .cm-header .header-text-box {
    margin-left: 30%;
  }
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header .header-text-box {
    margin-left: 25%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header .header-text-box {
    margin-left: 20%;
  }
}
@media only screen and (max-width: 600px) {
  #cm-nivea-product .cm-header .header-text-box {
    margin: -2em auto;
    margin-bottom: 3em;
  }
  #cm-nivea-product .cm-header .header-text-box .text-header-description-2 {
    text-align: center;
  }
  #cm-nivea-product .cm-header .header-text-box .text-header-description-2 .pc-header-name-2 {
    text-align: center;
  }
  #cm-nivea-product .cm-header .header-text-box .text-header-description-2 .ht-sp-1 {
    margin: 0 auto;
  }
  #cm-nivea-product .cm-header .header-text-box .text-header-description-2 .ht-sp-2 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header .header-text-box {
    margin: 0 auto;
    margin-bottom: 3em;
  }
}
#cm-nivea-product .cm-header.baner-custom-margin {
  margin-bottom: 4em;
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header.baner-custom-margin {
    padding-bottom: 3.5em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-nivea-product .cm-header.baner-custom-margin {
    padding-bottom: 3.5em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-nivea-product .cm-header {
    background-position: top right;
  }
  #cm-nivea-product .cm-header .cm-logo-header {
    padding-bottom: 0em;
    max-width: 100px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-logo-header {
    padding-bottom: 1.5em;
  }
}
#cm-nivea-product .cm-header .packshot_top {
  z-index: 1;
  position: absolute;
  max-width: 480px;
  right: 5%;
  bottom: 0;
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header .packshot_top {
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  #cm-nivea-product .cm-header .packshot_top {
    background: url("../img/bg-main.png") center;
    box-shadow: inset 0px 18px 56px 54px rgba(0, 0, 0, 0.75);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }
}
#cm-nivea-product .cm-header-horizontal {
  background: url("../img/bg_top.png") top right no-repeat;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header-horizontal {
    background: url("../img/bg_top_no_women.png") top right no-repeat;
  }
}
#cm-nivea-product .cm-header-horizontal .header-text-box {
  margin-left: 30%;
}
#cm-nivea-product .cm-header-horizontal .header-text-box .top-stain {
  text-align: left;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header-horizontal .header-text-box .top-stain img {
    width: 250px;
    padding-left: 2em;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-header-horizontal .header-text-box {
    margin-left: 30%;
  }
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header-horizontal .header-text-box {
    margin-left: 20%;
  }
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header-horizontal .header-text-box {
    margin: 0 auto;
    margin-bottom: 3em;
  }
  #cm-nivea-product .cm-header-horizontal .header-text-box .text-header-description-2 {
    text-align: center;
  }
  #cm-nivea-product .cm-header-horizontal .header-text-box .text-header-description-2 .pc-header-name-2 {
    text-align: center;
  }
  #cm-nivea-product .cm-header-horizontal .header-text-box .text-header-description-2 .ht-sp-1 {
    margin: 0 auto;
  }
  #cm-nivea-product .cm-header-horizontal .header-text-box .text-header-description-2 .ht-sp-2 {
    margin: 0 auto;
  }
}
#cm-nivea-product .cm-header-horizontal .packshot_top {
  position: absolute;
  max-width: 480px;
  right: 1%;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header-horizontal .packshot_top {
    background: url("../img/bg-main.png") center;
    box-shadow: inset 0px 18px 56px 54px rgba(0, 0, 0, 0.75);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header-horizontal .packshot_top img {
    max-width: 300px;
  }
}
#cm-nivea-product .cm-header-horizontal-crem {
  background: url("../img/bg_top.png") top right no-repeat;
  min-height: 460px;
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header-horizontal-crem {
    background: url("../img/bg_top_no_women.png") top right no-repeat;
    min-height: 600px;
    padding-bottom: 3.5em;
    margin-bottom: 0;
  }
}
#cm-nivea-product .cm-header-horizontal-crem .header-text-box {
  margin-left: 33%;
}
#cm-nivea-product .cm-header-horizontal-crem .header-text-box .text-header-description {
  margin-top: 1em;
  margin-bottom: 0;
}
#cm-nivea-product .cm-header-horizontal-crem .header-text-box .top-stain {
  text-align: left;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box .top-stain img {
    width: 300px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box .top-stain img {
    width: 250px;
  }
}
@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box {
    margin-left: 30%;
  }
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box {
    margin-left: 20%;
  }
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box {
    margin: -2em auto;
  }
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box .text-header-description-2 {
    text-align: center;
  }
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box .text-header-description-2 .pc-header-name-2 {
    text-align: center;
  }
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box .text-header-description-2 .ht-sp-1 {
    margin: 0 auto;
  }
  #cm-nivea-product .cm-header-horizontal-crem .header-text-box .text-header-description-2 .ht-sp-2 {
    margin: 0 auto;
  }
}
#cm-nivea-product .cm-header-horizontal-crem .packshot_top {
  position: absolute;
  max-width: 480px;
  right: 1%;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-header-horizontal-crem .packshot_top {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 400px) {
  #cm-nivea-product .cm-header-horizontal-crem .packshot_top img {
    max-width: 300px;
  }
}
#cm-nivea-product .pc-header-top-span {
  color: #EC008C;
  font-family: "NiveaBold", Arial, sans-serif;
}
#cm-nivea-product .main-block {
  background: url("../img/bg-main.png") top repeat;
  max-width: 998px;
  text-align: center;
  width: 100%;
  margin: auto;
  position: relative;
}
#cm-nivea-product .main-block .pc-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
  margin-bottom: 8em;
}
#cm-nivea-product .main-block .pc-icons .pc-col {
  min-height: 110px;
  width: 250px;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .main-block .pc-icons .pc-col {
    background-position: center no-repeat;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-nivea-product .main-block .pc-icons .pc-col {
    width: 300px;
  }
}
#cm-nivea-product .main-block .pc-icons .pc-col .image-box-cust img {
  opacity: 0.4;
  transition: ease-out 0.3s;
  transform: scale(1);
}
@media only screen and (max-width: 700px) {
  #cm-nivea-product .main-block .pc-icons .pc-col .image-box-cust img {
    opacity: 1;
    transform: scale(1.05);
  }
}
#cm-nivea-product .main-block .pc-icons .pc-col .image-box-cust:hover img {
  opacity: 1;
  transition: all 0.3s;
  transform: scale(1.05);
}
#cm-nivea-product .main-block .pc-icons .pc-col .image-box-cust:hover .icon-text {
  transition: all 0.3s;
  transform: scale(1);
}
#cm-nivea-product .main-block .pc-icons .pc-col .image-box-cust .icon-text {
  color: #FFFFFF;
  font-family: "NiveaBook", Arial, sans-serif;
  font-size: 1.25em;
  width: 100%;
  position: absolute;
  top: 30px;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .main-block .pc-icons .pc-col .image-box-cust {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-nivea-product .main-block .pc-icons .pc-col {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .main-block .pc-icons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
    margin-top: 2em;
  }
}
#cm-nivea-product .pc-b6-c-top {
  color: #EC008C;
  font-size: 1.325em;
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
  line-height: 1.3em;
}
#cm-nivea-product .pc-b6-c-top p {
  margin-top: 0;
  text-align: center;
  font-size: 1em;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b6-c-top {
    padding-left: 2em;
    padding-right: 2em;
  }
}
#cm-nivea-product .backgroundCustMain {
  background: url("../img/bg_top.png") center no-repeat;
}
#cm-nivea-product .backgroundCust {
  background-color: black;
  background: url("../img/bg-main.png") center;
}
#cm-nivea-product .micell-air-2 {
  color: #FFFFFF;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.5em;
}
#cm-nivea-product .micell-air-3 {
  font-size: 2em;
  font-family: "NiveaBold", Arial, sans-serif;
  color: #EC008C;
}
#cm-nivea-product .micell-air-4 {
  font-family: "NiveaBook", Arial, sans-serif;
}
#cm-nivea-product .nivea-check-too-body {
  background: url("../img/brush_stroke_white.png") center no-repeat;
  text-align: center;
  height: 100px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .nivea-check-too-body {
    margin-bottom: -4em;
    margin-top: 3em;
  }
}
#cm-nivea-product .nivea-check-too-body .check-too {
  color: #EC008C;
  font-family: "NiveaMedium", Arial, sans-serif;
  text-transform: uppercase;
}
#cm-nivea-product .nivea-check-too-body-crem {
  background: url("../img/brush_stroke_white.png") center no-repeat;
  text-align: center;
  height: 100px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .nivea-check-too-body-crem {
    margin-top: 3em;
  }
}
#cm-nivea-product .nivea-check-too-body-crem .check-too {
  color: #EC008C;
  font-family: "NiveaMedium", Arial, sans-serif;
  text-transform: uppercase;
}
#cm-nivea-product .top-span-bold p {
  text-transform: uppercase;
  font-family: "NiveaBold", Arial, sans-serif;
  font-size: 1.75em;
  margin-left: 3em;
}
#cm-nivea-product .pc-header-top-span {
  font-family: "NiveaBold", Arial, sans-serif;
}
#cm-nivea-product.cm-line-original .color-line {
  color: #BFBFBF;
}
#cm-nivea-product .cm-section-lines {
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
}
#cm-nivea-product .cm-section-lines .custom-margin {
  margin-bottom: 6em;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-lines .pc-b11 .pc-block-module .pc-image {
    max-width: 460px;
    padding: 0 1em;
    margin-bottom: 2em;
  }
}
#cm-nivea-product .cm-section-lines .pc-b11:hover .pc-image img.anim {
  opacity: 1;
  transform: scale(1.4);
}
@media only screen and (max-width: 1000px) {
  #cm-nivea-product .cm-section-lines .pc-b11:hover .pc-image img.anim {
    transform: scale(1.2);
    overflow: hidden;
  }
}
#cm-nivea-product .cm-section-lines .pc-b11:hover .pc-image img.cpksht {
  transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-lines .pc-b11:hover .pc-image img.cpksht {
    transform: scale(1);
  }
}
#cm-nivea-product .cm-section-lines .pc-image {
  position: relative;
  text-align: center;
  padding-left: 2.5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-lines .pc-image {
    padding-left: 0;
  }
}
#cm-nivea-product .cm-section-lines .pc-image img {
  max-height: 369px;
}
#cm-nivea-product .cm-section-lines .pc-image img.anim {
  position: absolute;
  left: 20px;
  top: 0;
  transition: all 0.3s;
  transform: scale(1);
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-lines .pc-image img.anim {
    opacity: 1;
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 500px) {
  #cm-nivea-product .cm-section-lines .pc-image img.anim {
    left: 0;
  }
}
#cm-nivea-product .cm-section-lines .pc-image img.cpksht {
  position: relative;
  top: 50%;
  transition: all 0.3s;
  transform: scale(1);
  right: 0%;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-section-lines .pc-image img.cpksht {
    right: 0;
    transform: scale(1);
  }
}
#cm-nivea-product .cm-section-lines .pc-b11-b .pc-image {
  padding-left: 0;
  padding-right: 2.5em;
}
#cm-nivea-product .cm-section-lines p {
  max-width: 800px;
}
#cm-nivea-product .pc-relative {
  position: relative;
}
#cm-nivea-product .pc-b6-c {
  margin: 0 auto;
  font-size: 14px;
  max-width: 650px;
  position: relative;
  line-height: 2em;
  font-family: Arial, Helvetica, sans-serif;
}
#cm-nivea-product .pc-b6-c p {
  line-height: 5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#cm-nivea-product .pc-b6-c span {
  font-family: "NiveaBold", Arial, sans-serif;
}
#cm-nivea-product .pc-b6-c .center-stain {
  position: absolute;
  right: -15%;
  top: -15%;
  transform: rotate(22deg);
}
#cm-nivea-product .pc-b6-c .center-stain img {
  width: 250px;
}
@media only screen and (max-width: 900px) {
  #cm-nivea-product .pc-b6-c .center-stain {
    right: -8%;
  }
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b6-c .center-stain {
    position: relative;
    right: 0;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b6-c .center-stain {
    position: relative;
    right: 0;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 400px) {
  #cm-nivea-product .pc-b6-c .center-stain {
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b6-c {
    padding-left: 2em;
    padding-right: 2em;
  }
}
#cm-nivea-product .pc-b6-c .pc-h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.22;
  margin: 0 auto;
  max-width: 820px;
}
@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b6-c .pc-h2 {
    font-size: 2em;
  }
}
#cm-nivea-product .pc-b6-c .pc-h2-sub {
  text-align: center;
  display: inline-block;
  font-family: "NiveaBook", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.8;
}
#cm-nivea-product .pc-b6-c .pc-h2-sub p {
  font-family: "NiveaMedium", Arial, sans-serif;
  display: inline-block;
  color: #FFFFFF;
  font-size: 2.25em;
  padding: 0 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 500px) {
  #cm-nivea-product .pc-b6-c .pc-h2-sub p {
    font-size: 2em;
  }
}
#cm-nivea-product .pc-b6-c p {
  line-height: 2em;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .custom-margin-gel img {
    margin-bottom: 3em;
  }
}
#cm-nivea-product .pc-b11 .pc-text {
  padding-right: 4em;
  padding-left: 4em;
  width: 500px;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-text {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#cm-nivea-product .pc-b11 .pc-text .pc-description {
  padding-top: 0;
}
#cm-nivea-product .pc-b11 .pc-text .pc-description p {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  line-height: 1.7em;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-text .pc-description p {
    text-align: center;
  }
}
#cm-nivea-product .pc-b11 .pc-text .how-to-use-title {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.375em;
  line-height: 1.2em;
}
#cm-nivea-product .pc-b11 .pc-text .pc-how-to-use p {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  text-transform: none;
  color: #FFFFFF;
  line-height: 1.5em;
  position: relative;
  padding-left: 1.5em;
  font-size: 1em;
}
#cm-nivea-product .pc-b11 .pc-text .pc-how-to-use p span {
  position: absolute;
  font-size: 1.5em;
  left: 0;
  top: -2px;
  color: #EC008C;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#cm-nivea-product .pc-b11 .h3 {
  text-transform: uppercase;
  font-family: "NiveaBook", Arial, sans-serif;
  color: #fff;
  font-size: 1.375em;
  line-height: 1.2em;
}
#cm-nivea-product .pc-b11 .h3 .micell-air {
  font-family: "NiveaBold", Arial, sans-serif;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .h3 {
    text-align: center;
  }
}
#cm-nivea-product .pc-b11 .pc-block-module {
  justify-content: space-around;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11 .pc-block-module {
    margin-top: 4em;
  }
}
#cm-nivea-product .pc-b11.pc-b11-b .pc-text {
  text-align: left;
}
#cm-nivea-product .pc-b11.pc-b11-b .h3 {
  text-align: left;
}
#cm-nivea-product .pc-b11.pc-b11-b p {
  text-align: left;
}
@media only screen and (max-width: 800px) {
  #cm-nivea-product .pc-b11.pc-b11-b .h3 {
    text-align: center;
  }
  #cm-nivea-product .pc-b11.pc-b11-b p {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */