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

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

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

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

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-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 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 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);
    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 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

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

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



/* Rozmiar czcionki dla najwyzszego diva */
#cm-nivea-product {
  container-type: inline-size;
  font-family: "Roboto";
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  background: white;
}

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

@container (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);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}

#cm-nivea-product .cm-header {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5em 0 0 0;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-banner-header {
    width: 124%;
    left: -23%;
    max-width: unset;
  }
}

@container (max-width: 350px) {
  #cm-nivea-product .cm-header .cm-banner-header.cm-night {
    left: -18%;
    top: -0.5em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header {
    overflow: hidden;
    padding: 0;
  }
}

#cm-nivea-product .cm-header img {
  max-width: 100%;
  border-radius: 24px;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header img {
    border-radius: 0;
    position: relative;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 3em 0;
  }
}

#cm-nivea-product .cm-header .cm-logo-mobile {
  display: none;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding: 2em 0 0 2em;
    top: 0;
  }
}

@container (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-logo-mobile {
    padding: 1em 0 0 1.125em;
  }
}

#cm-nivea-product .cm-header .cm-logo-mobile img {
  max-width: 120px;
}

@container (max-width: 550px) {
  #cm-nivea-product .cm-header .cm-logo-mobile img {
    max-width: 94px;
  }
}

@container (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-logo-mobile img {
    max-width: 74px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-logo-mobile img {
    max-width: 64px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box.cm-night {
    margin-top: -3em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-nivea-box.cm-night {
    margin-top: -2em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box.cm-contour {
    margin-top: -1em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box.cm-serum {
    margin-top: -1em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -4em;
  }
}

@container (max-width: 550px) {
  #cm-nivea-product .cm-header .cm-nivea-box {
    margin-top: -3em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-nivea-box {
    margin-top: -2em;
  }
}

@container (max-width: 350px) {
  #cm-nivea-product .cm-header .cm-nivea-box {
    margin-top: -1em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-logo {
  padding: 0.5em 0 2em 3em;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-logo {
    padding: 0.5em 0 1em 3em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-logo {
    padding: 1em 0 0em 2em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-logo.cm-night {
    padding: 1em 0 0 1em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-logo {
    display: none;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-logo img {
  max-width: 180px;
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-logo img {
    max-width: 90px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0px 24px 0 rgba(37, 38, 46, 0.1);
            box-shadow: 0 0px 24px 0 rgba(37, 38, 46, 0.1);
    background: #fff;
    border-radius: 35px;
    min-width: 90%;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box {
    max-width: 88%;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 0 0 3em;
  color: #fff;
  line-height: 1.2;
  width: 44%;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text {
    padding: 2em 0 0 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text {
    padding: 1.5em 0 0 2em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text {
    padding: 4em 0.5em 2em 0.5em;
    width: 100%;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text {
    padding: 3em 0.5em 2em 0.5em;
  }
}

@container (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text {
    padding: 2em 0.5em 2em 0.5em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-new {
  font-size: 35px;
  background-color: #e6007d;
  padding: 5px;
  font-family: "Roboto";
  font-weight: bold;
  border-radius: 4px;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-new {
    margin-top: 10px;
    font-size: 32px;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-new {
    font-size: 28px;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-new {
    margin: 0 auto;
    margin-top: 20px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
  font-size: 48px;
  font-family: "Roboto";
  font-weight: bold;
  color: #0033a0;
  line-height: 1.1;
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title .cm-title-low {
  font-size: 36px;
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title.cm-mobile {
  display: none;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title.cm-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title.cm-mobile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
    font-size: 2.625em;
  }
}

@container (max-width: 850px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
    font-size: 2.375em;
  }
}

@container (max-width: 750px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
    font-size: 2em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
    font-size: 1.75em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
    font-size: 2.25em;
  }
}

@container (max-width: 550px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
    font-size: 2em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
    text-align: center;
  }
}

@container (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-title {
    font-size: 1.875em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-subtitle {
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 500;
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-subtitle .cm-line {
  height: 2px;
  background-color: #fff;
  border: none;
  max-width: 329px;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-subtitle .cm-line {
    max-width: 260px;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-subtitle .cm-line {
    max-width: 214px;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-subtitle .cm-line {
    max-width: 240px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text {
  font-size: 1.75em;
  padding: 1em 0 0 0;
  font-family: "Roboto";
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  color: #0033a0;
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text strong {
  font-family: "Roboto";
  font-weight: bold;
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text.cm-mobile {
  display: none;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text.cm-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text {
    font-size: 2em;
  }
}

@container (max-width: 850px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text {
    font-size: 1.75em;
  }
}

@container (max-width: 750px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text {
    font-size: 1.375em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text {
    font-size: 1em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text {
    font-size: 1.5em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text {
    text-align: center;
  }
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text br:nth-child(1) {
    display: none;
  }
  @container (max-width: 350px) {
    #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text br {
      display: none;
    }
  }
}

@container (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text {
    font-size: 1.25em;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text span {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 40px;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text span {
    font-size: 30px;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text span {
    font-size: 24px;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-nivea-box .cm-pink-box .cm-header-text .cm-text span {
    font-size: 22px;
  }
}

#cm-nivea-product .cm-header .cm-nivea-box .cm-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cm-nivea-product .cm-header .cm-header-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 7%;
  left: 42%;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-header-product {
    left: 43%;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-header-product {
    bottom: 55%;
    left: 26%;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-header-product {
    bottom: 59%;
  }
}

@container (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-header-product {
    bottom: 64%;
    left: 25%;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-header-product {
    bottom: 66%;
    left: 25%;
  }
}

@container (max-width: 350px) {
  #cm-nivea-product .cm-header .cm-header-product {
    bottom: 67%;
    left: 28%;
  }
}

#cm-nivea-product .cm-header .cm-header-product .cm-packshot {
  position: absolute;
  bottom: -4em;
  left: 24%;
  padding: 0 0.125em 0 0;
  z-index: 1;
  max-width: 100%;
  max-width: 184px;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-header .cm-header-product .cm-packshot {
    max-width: 170px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header .cm-header-product .cm-packshot {
    max-width: 150px;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header .cm-header-product .cm-packshot {
    max-width: 120px;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header .cm-header-product .cm-packshot {
    max-width: 130px;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-header .cm-header-product .cm-packshot {
    max-width: 110px;
  }
}

@container (max-width: 450px) {
  #cm-nivea-product .cm-header .cm-header-product .cm-packshot {
    max-width: 100px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-header .cm-header-product .cm-packshot {
    max-width: 90px;
  }
}

#cm-nivea-product .cm-container {
  max-width: 1040px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  padding: 0;
  height: auto;
  background-size: 100% 100%;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-container {
    background-size: 100% 100%;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-container {
    padding: 6em 0 0 0;
  }
}

#cm-nivea-product .cm-container.serp {
  padding: 2em 0 7em 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-container.serp {
    padding: 2em 0 6em 0;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-container.serp {
    padding: 1em 0 4em 0;
  }
}

@container (max-width: 550px) {
  #cm-nivea-product .cm-container.serp {
    padding: 0em 0 4em 0;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-container.serp {
    padding: 0em 0 2em 0;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-container.icons {
    padding: 0;
  }
}

#cm-nivea-product .cm-section-text {
  margin-top: 50px;
  margin-left: 64px;
  margin-right: 64px;
  width: 45%;
  padding-right: 4em;
  text-align: left;
  padding-bottom: 20px;
  color: #0032a0;
  font-family: "Roboto";
  font-weight: 500;
  z-index: 1;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-section-text {
    width: 46%;
    padding-right: 0;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-section-text {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }
}

#cm-nivea-product .cm-section-text span {
  font-family: "Roboto";
  font-weight: bold;
}

#cm-nivea-product .cm-section-text .cm-text-box .cm-content .cm-h2 {
  font-size: 1.5em;
  margin-bottom: 45px;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-section-text .cm-text-box .cm-content .cm-h2 {
    font-size: 1.25em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-section-text .cm-text-box .cm-content .cm-h2 {
    margin-bottom: 35px;
  }
}

#cm-nivea-product .cm-section-text .cm-text-box .cm-content .cm-text {
  font-size: 1.25em;
  margin-bottom: 20px;
}

#cm-nivea-product .cm-section-text .cm-text-box .cm-content .cm-text span {
  font-size: 1.275em;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-section-text .cm-text-box .cm-content .cm-text span {
    font-size: 1.25em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-section-text .cm-text-box .cm-content .cm-text span {
    font-size: 1.2em;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-section-text .cm-text-box .cm-content .cm-text {
    font-size: 1.125em;
  }
}

#cm-nivea-product .cm-section-text .cm-serp-text {
  font-size: 1em;
  line-height: 1.8;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-section-text .cm-serp-text {
    padding: 0 2em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-section-text .cm-serp-text {
    padding: 0 1em;
  }
}

#cm-nivea-product .cm-baner {
  max-width: 1040px;
  margin: auto;
  min-height: 674px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 1em 0;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-baner {
    background-position: left -90px top;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-baner {
    background-position: left -125px top;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-baner {
    min-height: 550px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-baner {
    min-height: 500px;
  }
}

#cm-nivea-product .cm-baner .cm-baner-text-top {
  width: 100%;
  color: #0032a0;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 2.25em;
  text-align: center;
}

@container (max-width: 750px) {
  #cm-nivea-product .cm-baner .cm-baner-text-top {
    font-size: 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-baner .cm-baner-text-top {
    font-size: 1.75em;
  }
}

#cm-nivea-product .cm-baner .cm-baner-text-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
  color: #0033a0;
  font-size: 1.25em;
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-baner .cm-baner-text-products {
    font-size: 1.125em;
    padding: 2em 0;
  }
}

@container (max-width: 550px) {
  #cm-nivea-product .cm-baner .cm-baner-text-products {
    font-size: 1em;
  }
}

#cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text {
  width: 8em;
  margin: 0 0.75em;
  text-align: center;
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text {
    width: 5em;
    margin: 0 1.5em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text {
    margin: 0 0.75em;
  }
}

#cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text br {
  display: none;
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text br {
    display: block;
  }
}

#cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text .cm-line {
  height: 0.125em;
}

#cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text .cm-line1 {
  background-color: #001470;
}

#cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text .cm-line2,
#cm-nivea-product .cm-baner .cm-baner-text-products .cm-baner-text .cm-line3 {
  background-color: #009ecd;
}

#cm-nivea-product .cm-baner .cm-baner-img img {
  width: 100%;
}

#cm-nivea-product .cm-ng {
  text-align: center;
  font-size: 2.5em;
  color: #0032a0;
  padding: 1.5em 1em 0;
  line-height: 1.2;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .cm-ng.cm-other1 {
  padding: 0 0.5em 1.5em 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin: auto;
}

#cm-nivea-product .cm-ng.cm-other1 span {
  color: #e76683;
}

#cm-nivea-product .cm-ng.cm-other1 p {
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-ng {
    font-size: 2.25em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-ng {
    font-size: 2em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-ng {
    font-size: 1.875em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-ng {
    font-size: 1.75em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-ng {
    margin-top: -0.5em;
  }
}

@container (max-width: 350px) {
  #cm-nivea-product .cm-ng br {
    display: none;
  }
}

#cm-nivea-product .cm-ng span {
  font-family: "Roboto";
  font-weight: bold;
  color: #0032a0;
}

#cm-nivea-product .cm-ng-second {
  text-align: center;
  font-size: 40px;
  color: #0032a0;
  padding: 1em 0;
  line-height: 1.2;
}

#cm-nivea-product .cm-ng-second span {
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-ng-second {
    font-size: 36px;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-ng-second {
    font-size: 32px;
    padding: 0.5em 0;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-ng-second {
    padding: 1em 0.5em 1em 0.5em;
    font-size: 30px;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-ng-second {
    padding: 0 0.5em 1em 0.5em;
    font-size: 28px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-ng-second {
    padding: 0em 0.5em 1em 0.5em;
    font-size: 26px;
  }
}

#cm-nivea-product .cm-disclaimer {
  max-width: 1040px;
  margin: auto;
  padding: 1em 1em 0 1em;
  font-size: 0.8em;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-disclaimer {
    font-size: 0.7em;
  }
}

#cm-nivea-product .cm-container-footer {
  max-width: 1040px;
  margin: auto;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-size: 100% 100%;
  padding: 3em 0 0 0;
  z-index: 1;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-container-footer {
    background-size: cover;
  }
}

#cm-nivea-product .cm-container-footer .cm-logo-nivea {
  max-width: 133px;
  width: 100%;
  padding: 0 0 2em 0;
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-container-footer .cm-logo-nivea {
    max-width: 110px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-container-footer .cm-logo-nivea {
    padding: 0 0 1em 0;
  }
}

#cm-nivea-product .cm-text-bottom {
  text-align: left;
  margin: 0 auto;
  margin-bottom: -20px;
  z-index: 2;
  padding: 0 0.5em;
  margin-top: 64px;
  position: relative;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
  color: #0032a0;
  line-height: 1.3;
  max-width: 1040px;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-text-bottom {
    font-size: 12px;
    margin-top: 40px;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-text-bottom {
    margin-top: 30px;
  }
}

#cm-nivea-product .cm-plant {
  position: absolute;
  bottom: -3%;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-plant {
    margin-bottom: 1em;
  }
}

@container (max-width: 350px) {
  #cm-nivea-product .cm-plant {
    margin-bottom: 1.5em;
  }
}

#cm-nivea-product .cm-plant img {
  max-width: 100%;
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}

#cm-nivea-product .cm-card-data {
  display: none;
}

#cm-nivea-product div {
  text-align: left;
}

#cm-nivea-product span {
  color: #0032a0;
}

#cm-nivea-product * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-nivea-product p {
  margin: 0;
}

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

#cm-nivea-product .cm-header-o .cm-header-logo {
  width: 100%;
  height: 128px;
  position: absolute;
  top: -64px;
  left: 0;
  padding-left: 3em;
  z-index: 1;
  text-align: left;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header-o .cm-header-logo {
    height: 96px;
    top: -48px;
    padding-left: 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header-o .cm-header-logo {
    height: 115px;
    top: -48px;
    padding-left: 2em;
  }
}

#cm-nivea-product .cm-header-o .cm-header-logo img {
  height: 100%;
}

#cm-nivea-product .cm-header-o .cm-header {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  margin-top: 64px;
  height: 570px;
  background-size: cover;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-header-o .cm-header {
    height: 550px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header-o .cm-header {
    margin-top: 48px;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header-o .cm-header {
    height: auto;
  }
}

#cm-nivea-product .cm-header-o .cm-header .cm-text-box {
  padding-left: 3em;
  padding-top: calc(64px + 2em);
  width: 52%;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box {
    padding-left: 2em;
    padding-top: calc(64px + 2em);
    width: 50%;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: calc(48px + 2em);
    background-size: cover;
    padding-right: 2em;
  }
}

#cm-nivea-product .cm-header-o .cm-header .cm-text-box img {
  max-width: 100%;
  margin-bottom: 4em;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box img {
    max-width: 90%;
    margin-bottom: 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box img {
    margin-left: auto;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}

#cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-1 {
  color: #0032a0;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: left;
  font-family: "Roboto";
  font-weight: 500;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-1 {
    font-size: 2em;
    text-align: center;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-1 {
    font-size: 1.5em;
  }
}

#cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-2 {
  color: #0032a0;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2;
  text-align: left;
  margin: 0.5em 0;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-2 {
    font-size: 3em;
    text-align: center;
    margin-top: 0.125em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-2 {
    font-size: 2em;
  }
}

#cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-4 {
  color: #0032a0;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0.5em;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-4 {
    text-align: center;
  }
  #cm-nivea-product .cm-header-o .cm-header .cm-text-box .cm-ng-4 br {
    display: none;
  }
}

#cm-nivea-product .cm-header-o .cm-header .cm-product-box {
  text-align: center;
  width: 55%;
  padding-right: 1em;
  position: absolute;
  left: 45%;
  z-index: 1;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#cm-nivea-product .cm-header-o .cm-header .cm-product-box img {
  max-width: 100%;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header-o .cm-header .cm-product-box {
    position: static;
    text-align: center;
    width: 100%;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0 2em;
  }
}

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

#cm-nivea-product .cm-container-fluid img {
  max-width: 100%;
}

#cm-nivea-product img.show-mobile {
  display: none;
}

@container (max-width: 700px) {
  #cm-nivea-product img.show-mobile {
    display: block;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product img.hide-mobile {
    display: none;
  }
}

#cm-nivea-product .cm-image {
  padding-bottom: 1em;
}

#cm-nivea-product .cm-image img {
  max-width: 100%;
}

#cm-nivea-product .pc-b6-title {
  font-family: "Roboto";
  font-weight: 500;
  color: #0032a0;
  font-size: 2.5em;
  line-height: 1.15;
  text-align: center !important;
}

#cm-nivea-product .pc-b6-title strong {
  font-family: "Roboto";
  font-weight: bold;
  font-weight: 500;
}

@container (max-width: 700px) {
  #cm-nivea-product .pc-b6-title {
    font-size: 2em;
  }
}

#cm-nivea-product .pc-b6-subtitle {
  font-family: "Roboto";
  font-weight: 500;
  color: #0032a0;
  font-size: 2.25em;
  line-height: 1.3;
  text-align: center !important;
  margin-bottom: 0.25em;
}

#cm-nivea-product .pc-b6-subtitle strong {
  font-weight: 500;
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 700px) {
  #cm-nivea-product .pc-b6-subtitle {
    font-size: 1.875em;
  }
}

#cm-nivea-product .cm-sub {
  color: #0032a0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-top: 1em;
  line-height: 1.6;
  text-align: center !important;
}

#cm-nivea-product sup {
  vertical-align: super;
  font-size: smaller;
}

#cm-nivea-product .cm-others-section {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  background-size: cover;
  background-position: top center;
  padding: 2em 0;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-others-section {
    padding: 0;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-others-section .pc-b11 .pc-block-module .pc-text {
    padding-bottom: 4em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-others-section .pc-b11 .pc-block-module .pc-text {
    padding: 0;
  }
}

#cm-nivea-product .cm-others-section .pc-b11 .pc-description {
  padding-top: 0;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-others-section .pc-b11 .pc-description {
    text-align: center;
  }
}

#cm-nivea-product .cm-others-section .pc-b11 .pc-description p {
  font-size: 1.125em;
  line-height: 1.6;
  font-family: "Roboto";
  font-weight: 500;
  max-width: 400px;
  color: #0032a0;
  margin-bottom: 0.5em;
}

#cm-nivea-product .cm-others-section .pc-b11 .pc-description p strong {
  font-family: "Roboto";
  font-weight: bold;
  font-weight: 500;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-others-section .pc-b11 .pc-description p {
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    max-width: none;
  }
}

#cm-nivea-product .cm-others-section .pc-b11 .pc-seria-name,
#cm-nivea-product .cm-others-section .pc-b11 .pc-seria {
  font-family: "Roboto";
  font-weight: bold;
  color: #0032a0;
  margin-bottom: 0.5em;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-others-section .pc-b11 .pc-seria-name,
  #cm-nivea-product .cm-others-section .pc-b11 .pc-seria {
    text-align: center !important;
  }
}

#cm-nivea-product .cm-others-section .pc-b11 .pc-seria {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
}

#cm-nivea-product .cm-others-section .pc-b11 .pc-seria-name {
  font-size: 2em;
  line-height: 1.25;
}

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

@container (max-width: 800px) {
  #cm-nivea-product .cm-others-section .pc-b11.pc-b11-b .pc-seria-name,
  #cm-nivea-product .cm-others-section .pc-b11.pc-b11-b .pc-description {
    text-align: center !important;
    padding-left: 0;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-others-section .pc-b11.pc-b11-b .pc-seria-name p,
  #cm-nivea-product .cm-others-section .pc-b11.pc-b11-b .pc-description p {
    text-align: center !important;
    margin-bottom: 0;
  }
}

#cm-nivea-product .cm-others-section .pc-b11 .pc-image .pc-relative {
  position: relative;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-others-section .pc-b11 .pc-image .pc-relative {
    text-align: center !important;
    margin-bottom: 1em;
  }
}

#cm-nivea-product .cm-others-section .pc-b11 .pc-image img {
  position: relative;
  z-index: 1;
}

#cm-nivea-product .pc-b6-a span {
  color: #0032a0 !important;
}

@container (max-width: 400px) {
  #cm-nivea-product .pc-b6-a span {
    display: none;
  }
}

#cm-nivea-product .pc-b6-a .pc-block-module .pc-relative {
  max-width: 740px;
}

#cm-nivea-product .nivea-footer {
  text-align: center !important;
  margin-top: 2em;
  margin-bottom: 2em;
}

@container (max-width: 800px) {
  #cm-nivea-product .nivea-footer {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

#cm-nivea-product .nivea-footer img {
  display: block;
  margin: 0 auto;
}

#cm-nivea-product .nivea-footer img.pc-l2 {
  width: 100px;
  margin-top: 2em;
}

@container (max-width: 800px) {
  #cm-nivea-product .nivea-footer img.pc-l2 {
    width: 100px;
  }
}

#cm-nivea-product .cm-disclaimer {
  max-width: 1040px;
  margin: auto;
  padding: 3em 1em 0 1em;
  font-size: 0.8em;
  color: #0032A0;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-disclaimer {
    font-size: 0.7em;
  }
}

#cm-nivea-product .cm-ng-table {
  text-align: center;
  font-size: 2.5em;
  color: #0032a0;
  padding: 0em 4em 1.5em;
  line-height: 1.2;
  max-width: 1040px;
  margin: auto;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-ng-table {
    padding: 0em 3em 1.5em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-ng-table {
    font-size: 2.25em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-ng-table {
    font-size: 2em;
    padding: 0em 2em 1.5em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-ng-table {
    padding: 0em 1.5em 1.5em;
    font-size: 1.875em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-ng-table {
    font-size: 1.75em;
    padding: 0em 0.5em 1.5em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-ng-table {
    margin-top: -.5em;
  }
}

@container (max-width: 350px) {
  #cm-nivea-product .cm-ng-table {
    padding: 0em 0.5em 1.5em;
  }
  #cm-nivea-product .cm-ng-table br {
    display: none;
  }
}

#cm-nivea-product .cm-ng-table span {
  font-family: "Roboto";
  font-weight: bold;
  color: #0032a0;
}

#cm-nivea-product .cm-serp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-serp {
    padding: 1em;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp {
    padding: 1em 0;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp {
    padding: 1em 0 2em 0em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 2em 2em 2em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-serp {
    padding: 0em .5em 2em .5em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp {
    padding: 1em .5em 1em .5em;
  }
}

#cm-nivea-product .cm-serp .cm-img-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
  position: relative;
  margin: 0 2em 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp .cm-img-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

#cm-nivea-product .cm-serp .cm-img-col .cm-img {
  max-width: 450px;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-serp .cm-img-col .cm-img {
    max-width: 400px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp .cm-img-col .cm-img {
    max-width: 340px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp .cm-img-col .cm-img {
    max-width: 290px;
  }
}

#cm-nivea-product .cm-serp .cm-img-col .cm-anim {
  position: absolute;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  max-width: 450px;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-serp .cm-img-col .cm-anim {
    max-width: 400px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp .cm-img-col .cm-anim {
    max-width: 340px;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp .cm-img-col .cm-anim {
    height: 100%;
    width: 100%;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp .cm-img-col .cm-anim {
    max-width: 290px;
  }
}

#cm-nivea-product .cm-serp:hover .cm-img-col img.cm-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#cm-nivea-product .cm-serp .cm-text-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
  padding: 0 2em 0 2em;
  position: relative;
  color: #0032a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp .cm-text-col {
    padding: 0 1em 0 2em;
  }
}

@container (max-width: 750px) {
  #cm-nivea-product .cm-serp .cm-text-col {
    padding: 0 .5em 0 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp .cm-text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 2em 0;
    width: 100%;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

#cm-nivea-product .cm-serp .cm-text-col .cm-title {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp .cm-text-col .cm-title {
    font-size: 1.75em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp .cm-text-col .cm-title {
    font-size: 1.5em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp .cm-text-col .cm-title {
    padding: 0 2em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp .cm-text-col .cm-title {
    font-size: 1.375em;
    padding: 0 .25em;
  }
}

#cm-nivea-product .cm-serp .cm-text-col .cm-paragraph {
  font-size: 1.125em;
  margin-top: 1em;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.16px;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp .cm-text-col .cm-paragraph {
    font-size: 1em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp .cm-text-col .cm-paragraph {
    padding: 0 2em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp .cm-text-col .cm-paragraph {
    padding: 0 .25em;
  }
}

#cm-nivea-product .cm-serp .cm-text-col .cm-paragraph span {
  font-weight: 800;
}

#cm-nivea-product .cm-serp-reverse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-serp-reverse {
    padding: 1em;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp-reverse {
    padding: 1em 0;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp-reverse {
    padding: 2em 2em 2em 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 0 0 0;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-serp-reverse {
    padding: 1em .5em 2em .5em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp-reverse {
    padding: 1em .5em 1em .5em;
  }
}

#cm-nivea-product .cm-serp-reverse .cm-img-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
  position: relative;
  margin: 0 0 0 2em;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp-reverse .cm-img-col {
    margin: 0 2em 0 0;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp-reverse .cm-img-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

#cm-nivea-product .cm-serp-reverse .cm-img-col .cm-img {
  max-width: 450px;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-serp-reverse .cm-img-col .cm-img {
    max-width: 400px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp-reverse .cm-img-col .cm-img {
    max-width: 340px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp-reverse .cm-img-col .cm-img {
    max-width: 290px;
  }
}

#cm-nivea-product .cm-serp-reverse .cm-img-col .cm-anim-reverse {
  position: absolute;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  max-width: 450px;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-serp-reverse .cm-img-col .cm-anim-reverse {
    max-width: 400px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp-reverse .cm-img-col .cm-anim-reverse {
    max-width: 340px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp-reverse .cm-img-col .cm-anim-reverse {
    max-width: 290px;
  }
}

#cm-nivea-product .cm-serp-reverse:hover .cm-img-col img.cm-anim-reverse {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#cm-nivea-product .cm-serp-reverse .cm-text-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
  padding: 0 2em 0 4em;
  position: relative;
  color: #0032a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col {
    padding: 0 2em 0 2em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col {
    padding: 0 1em 0 .5em;
  }
}

@container (max-width: 750px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col {
    padding: 0 0em 0 .5em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 2em 0;
    width: 100%;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

#cm-nivea-product .cm-serp-reverse .cm-text-col .cm-title {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col .cm-title {
    font-size: 1.75em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col .cm-title {
    font-size: 1.5em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col .cm-title {
    padding: 0 2em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col .cm-title {
    font-size: 1.375em;
  }
}

#cm-nivea-product .cm-serp-reverse .cm-text-col .cm-paragraph {
  font-size: 1.125em;
  margin-top: 1em;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.16px;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col .cm-paragraph {
    font-size: 1em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col .cm-paragraph {
    padding: 0 2em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-serp-reverse .cm-text-col .cm-paragraph {
    padding: 0 .25em;
  }
}

#cm-nivea-product .cm-serp-reverse .cm-text-col .cm-paragraph span {
  font-weight: 800;
}

#cm-nivea-product .cm-grid-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 2em 1em;
  position: relative;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-grid-section {
    padding: 1em 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-grid-section {
    padding: 0em 1em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section {
    gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-size: 100% 100%;
    padding: 1em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section {
    padding: 1em 1em;
    gap: 2em;
  }
}

#cm-nivea-product .cm-grid-section .cm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  min-height: 450px;
  gap: 2em;
}

#cm-nivea-product .cm-grid-section .cm-col.cm-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#cm-nivea-product .cm-grid-section .cm-col.cm-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

#cm-nivea-product .cm-grid-section .cm-col.cm-600 {
  display: none;
}

@media only screen and (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-600 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0 1em 0;
    gap: 2em 4em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-600 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 1em 0;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-600.cm-night {
    gap: 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-grid-section .cm-col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col {
    gap: 1em;
    min-height: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col {
    gap: 2em;
  }
}

#cm-nivea-product .cm-grid-section .cm-col.cm-photo-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-height: 100%;
  padding: 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0 0 0;
  }
}

#cm-nivea-product .cm-grid-section .cm-col.cm-photo-col .cm-image-wrapper {
  position: relative;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col .cm-image-wrapper {
    max-width: 400px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col .cm-image-wrapper {
    max-width: 350px;
  }
}

#cm-nivea-product .cm-grid-section .cm-col.cm-photo-col .cm-image-wrapper .cm-pulse-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  -webkit-animation: pulse-back 2s infinite;
          animation: pulse-back 2s infinite;
  border-radius: 100%;
  bottom: 10%;
  opacity: 0.7;
  top: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#cm-nivea-product .cm-grid-section .cm-col.cm-photo-col .cm-image-wrapper .cm-pulse-bg.cm-blue {
  -webkit-animation: pulse-back-blue 2s infinite;
          animation: pulse-back-blue 2s infinite;
}

#cm-nivea-product .cm-grid-section .cm-col.cm-photo-col .cm-image-wrapper .cm-pulse-bg.cm-purple {
  -webkit-animation: pulse-back-purple 2s infinite;
          animation: pulse-back-purple 2s infinite;
  opacity: 1;
  top: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes pulse-back {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #EB79AC;
            box-shadow: 0 0 0 0 #EB79AC;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@keyframes pulse-back {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #EB79AC;
            box-shadow: 0 0 0 0 #EB79AC;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@keyframes pulse-back {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #EB79AC;
            box-shadow: 0 0 0 0 #EB79AC;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@-webkit-keyframes pulse-back-blue {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #0096D6;
            box-shadow: 0 0 0 0 #0096D6;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@keyframes pulse-back-blue {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #0096D6;
            box-shadow: 0 0 0 0 #0096D6;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@keyframes pulse-back-blue {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #0096D6;
            box-shadow: 0 0 0 0 #0096D6;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@-webkit-keyframes pulse-back-purple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #B21B82;
            box-shadow: 0 0 0 0 #B21B82;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@keyframes pulse-back-purple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #B21B82;
            box-shadow: 0 0 0 0 #B21B82;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@keyframes pulse-back-purple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 #B21B82;
            box-shadow: 0 0 0 0 #B21B82;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 20px rgba(91, 255, 170, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
            box-shadow: 0 0 0 0 rgba(91, 255, 170, 0);
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col {
    padding: 0;
  }
}

#cm-nivea-product .cm-grid-section .cm-col.cm-photo-col img {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col img {
    max-width: 340px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col img {
    max-width: 290px;
  }
}

@container (max-width: 350px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col img {
    max-width: 274px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 1em 0;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col.cm-photo-col {
    padding: 0;
  }
}

#cm-nivea-product .cm-grid-section .cm-col.cm-col-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#cm-nivea-product .cm-grid-section .cm-col.cm-col-right.cm-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cm-nivea-product .cm-grid-section .cm-col.cm-col-right.cm-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#cm-nivea-product .cm-grid-section .cm-col.cm-col-right .cm-feature-wrapper .cm-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}

#cm-nivea-product .cm-grid-section .cm-col.cm-col-right .cm-feature-wrapper .cm-text {
  text-align: right;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-icon {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  #cm-nivea-product .cm-grid-section .cm-col .cm-text {
    text-align: center !important;
  }
}

#cm-nivea-product .cm-grid-section .cm-col img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
}

#cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.75em;
  max-width: 300px;
}

#cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper.cm-width {
  max-width: 324px;
}

#cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper.cm-width-m {
  min-width: 328px;
}

@media only screen and (max-width: 720px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper.cm-width-m {
    max-width: 347px;
  }
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper.cm-width-m br {
    display: none;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper.cm-width-m {
    min-width: unset;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper {
    max-width: 280px;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper {
    min-width: 400px;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper {
    border-bottom: 0 dashed #0032a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.5em;
  }
  @container (max-width: 450px) {
    #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper {
      max-width: 90%;
      min-width: unset;
    }
  }
  @container (max-width: 350px) {
    #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper {
      max-width: 100%;
      min-width: unset;
    }
  }
}

#cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-bottom: 2px solid #D52C5B;
  color: #0033A0;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon.cm-br-none br {
    display: none;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon {
    font-size: 22px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon {
    font-size: 20px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon.cm-vital-noc img {
    max-width: 32%;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon.cm-vital-noc img {
    max-width: 26%;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon {
    width: 100%;
    text-align: center;
  }
}

#cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon img {
  max-width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon img {
    max-width: 80%;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-icon img {
    max-width: 30%;
  }
}

#cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-text {
  margin-top: 0.5em;
  font-size: 1.125em;
  line-height: 1.4;
  font-family: "Roboto";
  font-weight: 500;
  color: #0032a0;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-text {
    font-size: 1em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-text {
    font-size: 1em;
    padding: 0 .5em;
  }
}

#cm-nivea-product .cm-grid-section .cm-col .cm-feature-wrapper .cm-text strong {
  font-family: "Roboto";
  font-weight: 500;
}

#cm-nivea-product .cm-grid-background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

#cm-nivea-product .cm-nivea-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons {
    overflow: hidden;
    text-align: center;
  }
}

#cm-nivea-product .cm-nivea-icons .cm-picture {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-nivea-icons .cm-picture.cm-contour img {
    height: 300px;
  }
}

#cm-nivea-product .cm-nivea-icons .cm-picture img {
  max-width: 1040px;
  width: 100%;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons .cm-picture img {
    max-width: unset;
    width: unset;
    height: 300px;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-nivea-icons .cm-picture img {
    height: 250px;
  }
}

#cm-nivea-product .cm-nivea-icons .cm-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  position: absolute;
  padding-left: 3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

#cm-nivea-product .cm-nivea-icons .cm-text-box.cm-contour {
  max-width: 61%;
}

@container (max-width: 750px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box.cm-contour {
    max-width: 70%;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box.cm-contour {
    max-width: 100%;
    padding: 0 .5em 0 .5em;
  }
}

#cm-nivea-product .cm-nivea-icons .cm-text-box.cm-serum {
  max-width: 50%;
}

#cm-nivea-product .cm-nivea-icons .cm-text-box.cm-serum.cm-v2 {
  max-width: 55%;
}

@container (max-width: 750px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box.cm-serum.cm-v2 {
    max-width: 70%;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box.cm-serum.cm-v2 {
    max-width: 100%;
    padding: 0 .5em 0 .5em;
  }
}

@container (max-width: 750px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box.cm-serum {
    max-width: 56%;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box.cm-serum {
    max-width: 100%;
    padding: 0 .5em 0 .5em;
  }
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box {
    max-width: 50%;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box {
    padding-left: 2em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box {
    max-width: 60%;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box {
    max-width: 100%;
    text-align: center;
    padding: 0em 1em 0 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title {
  padding: 0 0 .5em 0;
  font-size: 2.5em;
  font-family: "Roboto";
  font-weight: 500;
}

@container (max-width: 850px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title {
    font-size: 2.25em;
    padding: 0 0 .25em 0;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title {
    font-size: 2em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title.cm-contour {
    font-size: 1.75em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title.cm-contour br {
    display: none;
  }
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title.cm-serum {
    font-size: 2.25em;
  }
}

@container (max-width: 950px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title.cm-serum {
    font-size: 2em;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title.cm-serum {
    font-size: 1.75em;
  }
}

@container (max-width: 850px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title.cm-serum {
    font-size: 1.5em;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title.cm-serum {
    font-size: 1.25em;
  }
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title.cm-serum br {
    display: none;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title {
    text-align: center;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-title {
    font-size: 1.875em;
  }
}

#cm-nivea-product .cm-nivea-icons .cm-text-box .cm-text {
  font-size: 1.125em;
  font-family: "Roboto";
  font-weight: 500;
}

@container (max-width: 850px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-text {
    font-size: 1em;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-nivea-icons .cm-text-box .cm-text {
    max-width: 90%;
    text-align: center;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#cm-nivea-product .cm-other-section {
  min-width: 700px;
  height: auto;
  overflow-x: hidden;
  max-width: 1040px;
  margin: 0 auto;
}


@container (max-width: 1040px) {
  #cm-nivea-product .cm-other-section {
    margin: 0 0.5em;
  }
}


@container (max-width: 1000px) {
  #cm-nivea-product .cm-other-section {
    min-width: unset;
    max-width: 100%;
    overflow-x: scroll;
  }
}


@container (max-width: 800px) {
  #cm-nivea-product .cm-other-section {
    margin: 0 .5em 0 0;
  }
}


#cm-nivea-product .cm-other-section::-webkit-scrollbar {
  width: 50px;
  height: 10px;
}


#cm-nivea-product .cm-other-section::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 8px;
}


#cm-nivea-product .cm-other-section::-webkit-scrollbar-track {
  background: #efecec;
  border-radius: 8px;
}


@container (max-width: 550px) {
  #cm-nivea-product .cm-other-section {
    min-width: unset;
    max-width: 100%;
    overflow-x: scroll;
  }
}


#cm-nivea-product .cm-other-section .cm-table {
  max-width: 100%;
  padding: 0 0.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  margin-top: 3em;
}


@container (max-width: 1000px) {
  #cm-nivea-product .cm-other-section .cm-table {
    width: calc(100% / 4 * 6);
    max-width: unset;
  }
}


@container (max-width: 800px) {
  #cm-nivea-product .cm-other-section .cm-table {
    width: calc(100% / 3 * 6);
    max-width: unset;
  }
}


@container (max-width: 550px) {
  #cm-nivea-product .cm-other-section .cm-table {
    width: calc(100% / 2* 6);
  }
}


@container (max-width: 400px) {
  #cm-nivea-product .cm-other-section .cm-table {
    padding-left: .5em;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr {
  border-collapse: collapse;
  height: 72px;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:nth-child(1) {
  border-radius: 16px 16px 0 0;
}


@container (max-width: 800px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr {
    height: 70px;
  }
}


@container (max-width: 550px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr {
    height: 54px;
  }
}


@container (max-width: 800px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr.title {
    height: 80px;
  }
}


@container (max-width: 550px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr.title {
    height: 60px;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td {
  border-collapse: collapse;
  text-align: center;
  padding: .5em 1em;
  position: relative;
  width: calc(100% / 6);
  border-top: none;
  font-size: 1em;
  color: #0032A0;
  font-family: "NiveaRegular", Arial, sans-serif;
  border-left: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #0032A0), color-stop(0%, #0032A000));
  background-image: linear-gradient(to right, #0032A0 15%, #0032A000 0%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}


@container (max-width: 900px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td {
    font-size: 1em;
  }
}


@container (max-width: 600px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td {
    font-size: 0.875em;
  }
}


@container (max-width: 650px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td .cm-img {
    max-width: 150px;
  }
}


@container (max-width: 550px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td .cm-img {
    max-width: 180px;
  }
}


@container (max-width: 400px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td .cm-img {
    max-width: 140px;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td.cm-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 50%;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td.cm-green .cm-img {
  max-width: 100%;
}


@container (max-width: 1000px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td.cm-green .cm-img {
    max-width: 16%;
  }
}


@container (max-width: 400px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td.cm-green .cm-img {
    max-width: 14%;
  }
}


@container (max-width: 350px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td.cm-green .cm-img {
    max-width: 16%;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td.cm-dash::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 5px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2.5px;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td:nth-child(1) {
  background-color: #f1f1f2;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td:nth-child(3) {
  background-color: #f1f1f2;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td:nth-child(5) {
  background-color: #f1f1f2;
}


@container (max-width: 1000px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td {
    width: 16%;
    min-width: unset;
    max-width: unset;
    background-color: #fff;
  }
}


@container (max-width: 550px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td {
    width: 16%;
    min-width: unset;
    max-width: unset;
    background-color: #fff;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td:first-child {
  text-align: left;
  z-index: unset;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  padding: .5em 1em .5em 1em;
  z-index: 1;
  border-collapse: separate;
  font-family: "NiveaRegular", Arial, sans-serif;
  border-left: none;
  border-top: none;
}


@container (max-width: 900px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td:first-child {
    padding-left: 1em;
  }
}


@container (max-width: 550px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td:first-child {
    width: 4%;
    min-width: 100px;
    max-width: 160px;
  }
}


@container (max-width: 350px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td:first-child {
    padding: 0 .5em 0 .5em;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:first-child {
  height: 125px;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:first-child .cm-td {
  border: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:first-child .cm-td:first-child {
  z-index: 3;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:first-child .cm-main-product {
  background-color: #fff;
  background-image: none;
  padding: 0;
}


@container (max-width: 400px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr:first-child .cm-main-product {
    padding: 0 0 .5em 0;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:first-child .cm-main-product .cm-text {
  text-align: center;
  font-family: "NiveaBold", Arial, sans-serif;
  min-height: 100px;
  margin-top: 1em;
  padding: 0 .25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


@container (max-width: 800px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr:first-child .cm-main-product .cm-text {
    min-height: 75px;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:first-child .cm-main-product .cm-text.cm-contour {
  min-height: 102px;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-td {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  z-index: 2;
  background-image: none;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border: none;
  font-size: 1em;
}


@container (max-width: 600px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-td {
    font-size: 0.875em;
  }
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-td:first-child {
  z-index: 3;
  border: none;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:nth-child(2) .cm-main-product {
  background-color: #fff;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tr:nth-child(8) .cm-td {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tfoot {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tfoot .cm-tr {
  height: 90px;
}


#cm-nivea-product .cm-other-section .cm-table .cm-tfoot .cm-tr .cm-td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
#cm-nivea-product .cm-other-section .cm-table .cm-tr:last-child .cm-td {
  border-radius: 0 0 15px 15px;
}


#cm-nivea-product .cm-text {
  text-align: center;
  font-family: "Roboto";
  font-weight: 500;
  min-height: 80px;
  padding: 2em .25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-nivea-product .cm-text.cm-contour {
  min-height: 102px;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-text {
    padding: 1em .25em;
  }
}

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

@container (max-width: 900px) {
  #cm-nivea-product .cm-icons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons {
    gap: 3em 0;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    padding: 1em 0 0 0;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons {
    gap: 0;
  }
}

@container (max-width: 350px) {
  #cm-nivea-product .cm-icons {
    gap: 0;
    padding: 0 0 3em 0;
  }
}

#cm-nivea-product .cm-icons .cm-single-block {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border-radius: 16px;
  max-width: none;
  position: relative;
  margin: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

#cm-nivea-product .cm-icons .cm-single-block:nth-child(3) {
  z-index: 1;
}

#cm-nivea-product .cm-icons .cm-single-block:nth-child(4) {
  z-index: 1;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons .cm-single-block {
    width: 33%;
    padding: 0 0.5em;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block {
    width: 100%;
    max-width: 500px;
    padding: 0 0 1em 0;
  }
  @container (max-width: 600px) {
    #cm-nivea-product .cm-icons .cm-single-block {
      width: 90%;
      padding: 0 0 1em 0;
    }
  }
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon {
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0032a0;
}

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

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon img {
    width: 80%;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon img {
    width: 50%;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon img {
    width: 60%;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-icon img {
    width: 75%;
  }
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text {
  position: relative;
  opacity: 1;
  padding: 0 0 0.5em 0;
  padding: 1em 0.25em 0.25em 0.25em;
  background: #fff;
  border-radius: 35px;
  color: #0033a0;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text.cm-serum {
    min-height: 214px;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text.cm-contour {
    min-height: 234px;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text.cm-contour {
    min-height: unset;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text {
    position: relative;
    background: #fff;
    border-radius: 35px;
    padding: 1em 0 1em 0;
    min-height: unset;
  }
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text.cm-serum {
    min-height: unset;
  }
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text .cm-single-block-header .h3 {
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: start;
  font-family: "Roboto";
  font-weight: bold;
  padding: 0;
  color: #0033a0;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text .cm-single-block-header .h3 {
    font-size: 0.875em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text .cm-single-block-header .h3 {
    font-size: 1em;
    text-align: center;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text .cm-single-block-header .h3 {
    padding: 1em 0 0 0;
    font-size: 1.125em;
  }
}

#cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text p {
  text-align: start;
  margin-bottom: 1em;
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Roboto";
  font-weight: 500;
  color: #0033a0 !important;
  -webkit-text-fill-color: #0033a0 !important;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text p {
    font-size: 0.875em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text p {
    text-align: center;
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text p {
    opacity: 1;
    color: #0032a0;
    max-width: 500px;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1em;
    margin: 0 auto 0;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-icons .cm-single-block .cm-single-block-text p {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#cm-nivea-product .cm-icons-second {
  width: 100%;
  max-width: 1040px;
  padding: 3em 1em 5em;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 3em;
  color: #0032a0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 1.4;
}

#cm-nivea-product .cm-icons-second span {
  color: #63b32e;
}

#cm-nivea-product .cm-icons-second .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block-left {
  width: 45%;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block-left {
    width: 50%;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block-left {
    width: 80%;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block-right {
  width: 35%;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block-right {
    width: 40%;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block-right {
    width: 70%;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-img {
  margin-right: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-img img {
  max-width: 145px;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-img {
    margin-right: 2em;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-img {
    margin-right: 0em;
    margin-bottom: 1em;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-left div:nth-child(1) {
  font-size: 3em;
  font-family: "Roboto";
  font-weight: bold;
  color: #63b32e;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-left div:nth-child(1) {
    font-size: 2.5em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-left div:nth-child(1) {
    font-size: 2em;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-left .cm-text-smaller {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.125em;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-left .cm-text-smaller {
    font-size: 1em;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-left .cm-text-bigger {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.375em;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-left .cm-text-bigger {
    font-size: 1.125em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-left .cm-text-bigger {
    font-size: 1em;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-right {
  font-family: "Roboto";
  font-weight: bold;
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-right div:nth-child(1) {
  font-size: 3em;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-right div:nth-child(1) {
    font-size: 2.75em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-right div:nth-child(1) {
    font-size: 2.5em;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-right div:nth-child(2) {
  font-size: 1.25em;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-block .cm-text-right div:nth-child(2) {
    font-size: 1em;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-text div {
    text-align: center;
  }
  #cm-nivea-product .cm-icons-second .cm-row .cm-text div br {
    display: none;
  }
}

#cm-nivea-product .cm-icons-second .cm-row .cm-middle {
  margin: 0 1.5em 0 1em;
  font-size: 3em;
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-middle {
    margin: 0 0.5em 0em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons-second .cm-row .cm-middle {
    margin: 0.75em 0em;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons-second .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@container (max-width: 500px) {
  #cm-nivea-product .cm-icons-second {
    row-gap: 6em;
  }
}
