@-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;
  max-width: 1040px;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  color: #003699;
  line-height: 1.33;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-main-div {
    font-size: 14px;
  }
}

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

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

#cm-nivea-product img, #cm-nivea-product video {
  max-width: 100%;
}

#cm-nivea-product .cm-header {
  height: 600px;
  margin-top: 6em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  background-size: auto 100%;
  border-radius: 45px;
  background-position: right top;
}

#cm-nivea-product .cm-header .cm-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 60%;
}

#cm-nivea-product .cm-header .cm-logo {
  position: absolute;
  top: 0;
  left: 0;
  translate: 69.5% -35.5%;
}

#cm-nivea-product .cm-header .cm-text-col {
  position: relative;
  max-width: 435px;
  width: 100%;
  padding-bottom: 14%;
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
}

#cm-nivea-product .cm-header .cm-text-col .cm-top-text {
  font-size: 1.875em;
  max-width: 400px;
  margin: 0 auto;
}

#cm-nivea-product .cm-header .cm-text-col .cm-title {
  color: #0662DB;
  font-size: 2em;
}

#cm-nivea-product .cm-header .cm-text-col .cm-subtitle {
  font-size: 1.375em;
  max-width: 330px;
  padding: 1.5em 0 1.75em;
  margin: 0 auto;
  position: relative;
}

#cm-nivea-product .cm-header .cm-text-col .cm-subtitle::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0662DB;
  border-radius: 50%;
  left: 50%;
  top: 1em;
  translate: -50% -50%;
}

#cm-nivea-product .cm-header .cm-text-col .cm-subtitle::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0662DB;
  border-radius: 50%;
  left: 50%;
  bottom: 1em;
  translate: -50% -50%;
}

#cm-nivea-product .cm-header .cm-text-col .cm-subtitle .cm-blue {
  color: #0662DB;
}

#cm-nivea-product .cm-header .cm-text-col .cm-img {
  translate: 6.5% 0;
}

#cm-nivea-product .cm-header .cm-img-col {
  position: relative;
  max-width: 19%;
  margin-bottom: -3%;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-header .cm-logo {
    width: 120px;
    translate: -50% -35.5%;
    left: calc(2em + 175px);
  }
  #cm-nivea-product .cm-header .cm-text-bg {
    max-width: 530px;
  }
  #cm-nivea-product .cm-header .cm-text-col {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: unset;
    padding-top: 6em;
    max-width: 350px;
    margin-left: 2em;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-header {
    height: 520px;
  }
  #cm-nivea-product .cm-header .cm-text-bg {
    max-width: 500px;
  }
  #cm-nivea-product .cm-header .cm-text-col {
    padding-top: 7em;
  }
  #cm-nivea-product .cm-header .cm-text-col .cm-subtitle {
    max-width: 275px;
  }
  #cm-nivea-product .cm-header .cm-img-col {
    max-width: 150px;
    margin-left: -4.5%;
  }
}

@container (max-width: 800px) {
  #cm-nivea-product .cm-header {
    height: 465px;
  }
  #cm-nivea-product .cm-header .cm-text-bg {
    max-width: 480px;
    left: -40px;
  }
  #cm-nivea-product .cm-header .cm-img-col {
    max-width: 120px;
  }
  #cm-nivea-product .cm-header .cm-text-col {
    max-width: 310px;
  }
  #cm-nivea-product .cm-header .cm-logo {
    width: 120px;
    translate: -50% -35.5%;
    left: calc(2em + 155px);
  }
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-header {
    height: 430px;
    background-position: left 65% top;
  }
  #cm-nivea-product .cm-header .cm-text-col {
    margin-left: 1.5em;
    padding-top: 6em;
  }
  #cm-nivea-product .cm-header .cm-logo {
    max-width: 110px;
    left: calc(1.5em + 155px);
  }
  #cm-nivea-product .cm-header .cm-text-bg {
    left: -80px;
  }
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-header {
    margin-top: 4.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    border-radius: unset;
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: left 75% top;
  }
  #cm-nivea-product .cm-header .cm-text-bg {
    display: none;
  }
  #cm-nivea-product .cm-header .cm-logo {
    left: 50%;
  }
  #cm-nivea-product .cm-header .cm-text-col {
    padding-top: 0;
    background-color: #fff;
    margin-left: 0;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    padding: 4em 1.5em 2em;
    max-width: 350px;
    -webkit-box-shadow: 0px 0px 17px -4px;
            box-shadow: 0px 0px 17px -4px;
    border-radius: 30px;
    width: 95%;
  }
  #cm-nivea-product .cm-header .cm-img-col {
    padding-top: 6em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 22%;
    margin-bottom: -4em;
    translate: -50% 0;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-header {
    background-size: auto 400px;
    background-position: left 81% top;
  }
  #cm-nivea-product .cm-header .cm-text-col {
    padding-left: .75em;
    padding-right: .75em;
  }
  #cm-nivea-product .cm-header .cm-text-col .cm-top-text {
    font-size: 1.75em;
    max-width: 300px;
  }
  #cm-nivea-product .cm-header .cm-text-col .cm-title {
    font-size: 1.875em;
  }
  #cm-nivea-product .cm-header .cm-text-col .cm-subtitle {
    max-width: 280px;
  }
  #cm-nivea-product .cm-header .cm-text-col .cm-img {
    width: 150px;
  }
  #cm-nivea-product .cm-header .cm-img-col {
    max-width: 100px;
  }
}

#cm-nivea-product .cm-text-banner {
  max-width: 820px;
  margin: 3em auto 2em;
  padding: 0 1em;
}

#cm-nivea-product .cm-text-banner .cm-title {
  font-size: 2.25em;
  color: #0662DB;
  text-align: center;
  padding-bottom: .5em;
}

#cm-nivea-product .cm-text-banner .cm-subtitle {
  font-size: 1.875em;
  text-align: center;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-text-banner .cm-title {
    font-size: 2em;
  }
  #cm-nivea-product .cm-text-banner .cm-subtitle {
    font-size: 1.625em;
  }
}

#cm-nivea-product .cm-text-banner-table {
  max-width: 750px;
  margin: 2em auto;
  padding: 0 1em;
}

#cm-nivea-product .cm-text-banner-table .cm-title {
  font-size: 2.25em;
  color: #0662DB;
  text-align: center;
  padding-bottom: .5em;
  color: #003699;
  font-family: "Roboto", Arial, sans-serif;
}

#cm-nivea-product .cm-text-banner-table .cm-title .cm-bold {
  font-family: "Roboto";
  font-weight: bold;
}

@container (max-width: 600px) {
  #cm-nivea-product .cm-text-banner-table .cm-title {
    font-size: 2em;
  }
  #cm-nivea-product .cm-text-banner-table .cm-subtitle {
    font-size: 1.625em;
  }
}

#cm-nivea-product .cm-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 500px;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 45px;
  margin: 3em auto;
}

#cm-nivea-product .cm-serp .cm-box-shadow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cm-nivea-product .cm-serp .cm-text-bg-1 {
  position: absolute;
  max-height: 100%;
  scale: -1 1;
  right: -7%;
  bottom: 45%;
}

#cm-nivea-product .cm-serp .cm-text-bg-2 {
  position: absolute;
  scale: 1 -1;
  max-height: 100%;
  left: -5%;
  top: 55%;
}

#cm-nivea-product .cm-serp .cm-img-col {
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#cm-nivea-product .cm-serp .cm-text-col-1 {
  position: relative;
  max-width: 375px;
  text-align: center;
  padding: 1em;
}

#cm-nivea-product .cm-serp .cm-text-col-1 .cm-top-text {
  font-size: 1.25em;
  color: #0662DB;
  padding: .5em 0;
}

#cm-nivea-product .cm-serp .cm-text-col-1 .cm-sub-text {
  padding-bottom: 1em;
}

#cm-nivea-product .cm-serp .cm-text-col-1 .cm-img {
  translate: 6.5% 0;
}

#cm-nivea-product .cm-serp .cm-text-col-2 {
  position: relative;
  max-width: 500px;
  text-align: center;
  padding: 1em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#cm-nivea-product .cm-serp .cm-text-col-2 .cm-top-text {
  font-size: 1.25em;
  color: #0662DB;
  padding: .5em 0;
}

#cm-nivea-product .cm-serp .cm-text-col-2 .cm-sub-text {
  padding-bottom: 1em;
}

#cm-nivea-product .cm-serp .cm-text-col-2 .cm-title {
  font-size: 1.25em;
  color: #0662DB;
  max-width: 320px;
  margin: 0 auto;
}

#cm-nivea-product .cm-serp .cm-text-col-2 .cm-subtitle {
  line-height: 1.5;
  max-width: 380px;
  margin: .5em auto auto;
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-serp .cm-img-col {
    max-width: 200px;
    left: 51%;
  }
  #cm-nivea-product .cm-serp .cm-text-bg-1 {
    width: 520px;
    bottom: 52.5%;
  }
  #cm-nivea-product .cm-serp .cm-text-bg-2 {
    width: 520px;
    left: -10%;
  }
  #cm-nivea-product .cm-serp .cm-text-col-1 {
    max-width: 300px;
  }
  #cm-nivea-product .cm-serp .cm-text-col-2 {
    max-width: 300px;
  }
}

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

@container (max-width: 700px) {
  #cm-nivea-product .cm-serp .cm-box-shadow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cm-nivea-product .cm-serp .cm-img-col {
    left: 25%;
  }
  #cm-nivea-product .cm-serp .cm-text-bg-1 {
    right: -10%;
  }
  #cm-nivea-product .cm-serp .cm-text-bg-2 {
    right: -10%;
    left: unset;
    scale: -1;
  }
  #cm-nivea-product .cm-serp .cm-text-col-1 {
    max-width: 320px;
  }
  #cm-nivea-product .cm-serp .cm-text-col-2 {
    max-width: 310px;
  }
}

@container (max-width: 550px) {
  #cm-nivea-product .cm-serp {
    margin-top: 4.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: right 90% top;
    padding-bottom: 1em;
    overflow: visible;
  }
  #cm-nivea-product .cm-serp .cm-text-bg-1, #cm-nivea-product .cm-serp .cm-text-bg-2 {
    display: none;
  }
  #cm-nivea-product .cm-serp .cm-logo {
    left: 50%;
  }
  #cm-nivea-product .cm-serp .cm-box-shadow {
    -webkit-box-shadow: 0px 0px 17px -4px;
            box-shadow: 0px 0px 17px -4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    border-radius: 30px;
    overflow: hidden;
    display: block;
  }
  #cm-nivea-product .cm-serp .cm-text-col-1, #cm-nivea-product .cm-serp .cm-text-col-2 {
    padding-top: 0;
    background-color: #fff;
    margin-left: 0;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    padding: 2em 1.5em;
    max-width: 350px;
    width: 100%;
  }
  #cm-nivea-product .cm-serp .cm-text-col-1 {
    padding-bottom: 0;
  }
  #cm-nivea-product .cm-serp .cm-text-col-2 {
    padding-top: 0;
  }
  #cm-nivea-product .cm-serp .cm-img-col {
    position: static;
    padding-top: 2em;
    -webkit-transform: unset;
            transform: unset;
    max-width: 130px;
  }
}

#cm-nivea-product .cm-icons-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 1.5em;
          column-gap: 1.5em;
  padding: 0 1em 2em;
}

#cm-nivea-product .cm-icons-section .cm-item {
  max-width: calc(100% / 3);
  width: 300px;
}

#cm-nivea-product .cm-icons-section .cm-item .cm-title {
  font-size: 1.25em;
  text-transform: uppercase;
  margin-top: 1em;
}

#cm-nivea-product .cm-icons-section .cm-item .cm-text {
  margin-top: .75em;
  font-family: "Roboto";
  font-weight: 100;
}

#cm-nivea-product .cm-icons-section .cm-item .cm-text.cm-black {
  color: #000;
}

@container (max-width: 700px) {
  #cm-nivea-product .cm-icons-section {
    gap: 2.5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -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-section .cm-item {
    max-width: 100%;
    width: 400px;
    text-align: center;
  }
  #cm-nivea-product .cm-icons-section .cm-item .cm-img {
    width: 200px;
  }
}

#cm-nivea-product .cm-section-table {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow: scroll;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr {
  position: relative;
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr.cm-tr-single {
    display: none;
  }
}

@container (max-width: 400px) {
  #cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr.cm-tr-normal {
    display: none;
  }
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr .cm-column-text-box {
  background-color: #F3EEE1;
  padding: 1em 0em;
  color: #FFF;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr .cm-column-text-box .cm-column-text {
  color: #0053A0;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr .cm-td {
  vertical-align: middle;
  text-align: center;
  padding: .625em .5em;
  color: #0053A0;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #0033a0), color-stop(0%, #0033a000));
  background-image: linear-gradient(to right, #0033a0 15%, #0033a000 0%);
  background-position: top left +3px;
  background-size: 11px 2px;
  background-repeat: repeat-x;
}

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

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr .cm-td .cm-text {
  margin: 20px 0px 0px;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr .cm-td:nth-child(2n + 1) {
  background-color: #F1F1F2;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr .cm-td:first-child {
  z-index: 10;
  width: auto;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr:nth-child(2) .cm-td {
  border-radius: 15px 15px 0 0;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr:last-child .cm-td {
  border-radius: 0 0 15px 15px;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr:first-child .cm-td {
  vertical-align: top;
  background-color: #fff;
}

#cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr:first-child .cm-td, #cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr:nth-child(2) .cm-td {
  background-image: none;
}

@container (max-width: 1000px) {
  #cm-nivea-product .cm-section-table .cm-table-box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #cm-nivea-product .cm-section-table .cm-table-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #cm-nivea-product .cm-section-table .cm-table-box::-webkit-scrollbar-thumb {
    background: #006699;
    border-radius: 8px;
  }
  #cm-nivea-product .cm-section-table .cm-table-box::-webkit-scrollbar-track {
    background: #D1D1D1;
    border-radius: 8px;
  }
  #cm-nivea-product .cm-section-table .cm-table-box::-webkit-scrollbar-corner {
    background-color: #fff;
  }
  #cm-nivea-product .cm-section-table .cm-table-box .cm-table {
    width: calc(100% * 6 / 6);
  }
  #cm-nivea-product .cm-section-table .cm-table-box .cm-table .cm-tr .cm-td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
}

@container (max-width: 900px) {
  #cm-nivea-product .cm-section-table .cm-table-box .cm-table {
    width: calc(100% * 6 / 5 - 50px);
  }
}

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

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

#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-footer {
  text-align: center;
  padding: 1em 0;
}

#cm-nivea-product .cm-footer .cm-img {
  width: 107px;
}

#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% / 7);
  border-top: none;
  font-size: 1em;
  color: #0032A0;
  font-family: "Roboto", 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;
  vertical-align: middle;
}


@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: 14%;
  }
}


@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: 14%;
  }
}


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

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

@container (max-width: 1000px) {
  #cm-nivea-product .cm-other-section .cm-table .cm-tr .cm-td {
    width: 14%;
    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: 14%;
    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: "Roboto", 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: "Roboto";
  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;
}
