@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-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 fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Rozmiar czcionki dla najwyzszego diva */
#cm-polpharma-product {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #00187e;
  line-height: 1.33;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product {
    font-size: 14px;
  }
}
#cm-polpharma-product.cm-width-800,
#cm-polpharma-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}
#cm-polpharma-product .pc-margin-top-xxs {
  padding-top: 1em;
}
#cm-polpharma-product .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}
#cm-polpharma-product .pc-margin-top-xs {
  padding-top: 1.5em;
}
#cm-polpharma-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#cm-polpharma-product .pc-margin-top-s {
  padding-top: 3em;
}
#cm-polpharma-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#cm-polpharma-product .pc-margin-top-m {
  padding-top: 4em;
}
#cm-polpharma-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#cm-polpharma-product .pc-margin-top-l {
  padding-top: 6em;
}
#cm-polpharma-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#cm-polpharma-product .pc-margin-top-xl {
  padding-top: 8em;
}
#cm-polpharma-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#cm-polpharma-product .pc-margin-top-xxl {
  padding-top: 10em;
}
#cm-polpharma-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .pc-margin-top-xxs {
    padding-top: 1em;
  }
  #cm-polpharma-product .pc-margin-bottom-xxs {
    padding-bottom: 1em;
  }
  #cm-polpharma-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-polpharma-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-polpharma-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-polpharma-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-polpharma-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-polpharma-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-polpharma-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-polpharma-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-polpharma-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-polpharma-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-polpharma-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-polpharma-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#cm-polpharma-product .pc-margin-top-deca {
  margin-top: 0.5em;
}
#cm-polpharma-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#cm-polpharma-product .pc-margin-top-hecto {
  margin-top: 1em;
}
#cm-polpharma-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#cm-polpharma-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#cm-polpharma-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#cm-polpharma-product .pc-margin-top-mega {
  margin-top: 1.5em;
}
#cm-polpharma-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#cm-polpharma-product .pc-margin-top-giga {
  margin-top: 2em;
}
#cm-polpharma-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#cm-polpharma-product .pc-margin-top-tera {
  margin-top: 2.5em;
}
#cm-polpharma-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#cm-polpharma-product .pc-clear {
  clear: both;
}
#cm-polpharma-product .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}
#cm-polpharma-product .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}
#cm-polpharma-product .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  -moz-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}
#cm-polpharma-product div {
  box-sizing: border-box;
}
#cm-polpharma-product img {
  max-width: 100%;
}
#cm-polpharma-product .cm-accent {
  color: #c7046d;
}
#cm-polpharma-product .cm-header {
  display: flex;
  padding: 2em 0;
}
#cm-polpharma-product .cm-header .cm-text-col {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-flow: column;
}
#cm-polpharma-product .cm-header .cm-text-col .cm-title {
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 1.5em;
}
#cm-polpharma-product .cm-header .cm-text-col .cm-subtitle {
  font-size: 1.875em;
  font-weight: 700;
  margin-top: 1.5em;
}
#cm-polpharma-product .cm-header .cm-text-col .cm-taste {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1em;
}
#cm-polpharma-product .cm-header .cm-text-col .cm-capacity {
  font-size: 1.125em;
  margin-top: 1em;
  font-weight: 400;
}
#cm-polpharma-product .cm-header .cm-image-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1040px) {
  #cm-polpharma-product .cm-header .cm-text-col {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-header .cm-text-col {
    max-width: 350px;
  }
  #cm-polpharma-product .cm-header .cm-text-col .cm-brand-logo {
    max-width: 230px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header {
    column-gap: 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-header {
    column-gap: unset;
    flex-direction: column;
    row-gap: 2em;
    align-items: center;
  }
  #cm-polpharma-product .cm-header .cm-text-col {
    max-width: 100%;
    padding: 0 1em;
    justify-content: center;
    align-items: center;
  }
  #cm-polpharma-product .cm-header .cm-text-col .cm-title {
    margin-top: 0.625em;
  }
  #cm-polpharma-product .cm-header .cm-text-col * {
    text-align: center;
  }
  #cm-polpharma-product .cm-header .cm-image-col {
    max-width: 350px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-header .cm-text-col .cm-brand-logo {
    max-width: 200px;
  }
  #cm-polpharma-product .cm-header .cm-text-col .cm-title {
    font-size: 2.25em;
  }
  #cm-polpharma-product .cm-header .cm-text-col .cm-subtitle {
    margin-top: 1em;
  }
}
#cm-polpharma-product .cm-main-serp {
  background-color: #f9f2f5;
  padding: 2em 1em;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 100px;
}
#cm-polpharma-product .cm-main-serp .cm-title {
  margin: 0 auto;
  font-size: 1.75em;
  font-weight: 700;
  color: #c7046d;
  width: fit-content;
  text-align: center;
}
#cm-polpharma-product .cm-main-serp .cm-flex {
  padding-top: 2em;
  display: flex;
  align-items: center;
  position: relative;
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-accent-3 {
  position: absolute;
  right: 4%;
  top: -1%;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-accent-3 {
    width: 18%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-accent-3 {
    transform: translate(0%, 50%);
    max-width: 130px;
    width: unset;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-accent-3 {
    right: 1%;
    max-width: 110px;
    top: -4%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-accent-3 {
    right: 1%;
    max-width: 90px;
  }
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col {
  max-width: 50%;
  width: 100%;
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul {
  list-style: none;
  max-width: 500px;
  box-sizing: border-box;
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li {
  position: relative;
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-right: 0.75em;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li {
    margin-right: unset;
  }
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li span {
  font-size: 1.625em;
  font-weight: 600;
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:last-child {
  margin-bottom: initial;
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left: -30px;
  top: 0.6375em;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #c7046d;
  box-shadow: 0 3px 6px 0 rgba(199, 4, 109, 0.5);
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:nth-child(1), #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:nth-child(2) {
  margin-bottom: 0.5em;
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:nth-child(2)::before, #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:nth-child(3)::before {
  top: 1.275em;
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:hover {
  margin-left: 1.25em;
}
#cm-polpharma-product .cm-main-serp .cm-flex .cm-image-col {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-main-serp {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
  }
  #cm-polpharma-product .cm-main-serp .cm-flex {
    flex-direction: column;
  }
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-image-col {
    max-width: 320px;
  }
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col {
    max-width: 450px;
  }
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul {
    padding-left: 2.25em;
  }
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li {
    pointer-events: none;
  }
}
@media screen and (max-width: 429px) {
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:nth-child(2)::before {
    top: 0.6375em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:first-child {
    margin-bottom: inherit;
  }
  #cm-polpharma-product .cm-main-serp .cm-flex .cm-text-col .cm-ul .cm-li:nth-child(2) {
    margin-bottom: 0;
  }
}
#cm-polpharma-product .cm-banner-serp {
  padding-top: 3em;
  overflow: hidden;
}
#cm-polpharma-product .cm-banner-serp .cm-banner {
  background-color: #00187e;
  color: #fff;
  max-width: 832px;
  padding: 1em 3em;
  font-size: 1.375em;
  margin: 0 auto -4em;
  position: relative;
  border-radius: 9999px;
  text-align: center;
  width: calc(100% - 30px);
}
#cm-polpharma-product .cm-banner-serp .cm-banner span {
  font-weight: 600;
}
#cm-polpharma-product .cm-banner-serp .cm-banner sup {
  font-size: 14px;
}
#cm-polpharma-product .cm-banner-serp .cm-banner .cm-accent-1 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 1.5em;
  top: 8.5%;
}
#cm-polpharma-product .cm-banner-serp .cm-banner .cm-accent-2 {
  position: absolute;
  transform: translate(50%, 50%);
  right: 2.125em;
  bottom: 25%;
}
#cm-polpharma-product .cm-banner-serp .cm-serp {
  background-color: #f9f2f5;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 100px;
  padding: 7em 1em 2em;
  display: flex;
  align-items: center;
}
#cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col {
  max-width: 50%;
  width: 100%;
  position: relative;
}
#cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-accent {
  position: absolute;
  left: 30%;
  top: -30%;
}
#cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-title {
  position: relative;
  font-size: 1.875em;
  font-weight: 700;
  max-width: 384px;
  line-height: 1.25;
}
#cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-title .cm-red {
  color: #c6112c;
  font-size: 34px;
}
#cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-title span {
  color: #c6112c;
}
#cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-capacity {
  position: relative;
  font-size: 1.125em;
  margin: 0.5em auto;
}
#cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-box {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #c6112c;
  border-radius: 9999px;
  text-decoration: none;
  color: #fff;
  font-size: 1.125em;
  font-weight: 600;
  margin-top: 0.5em;
}
#cm-polpharma-product .cm-banner-serp .cm-serp .cm-image-col {
  max-width: 50%;
  width: 100%;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-accent {
    left: 21%;
    top: -7%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-banner-serp .cm-serp {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    flex-direction: column-reverse;
    row-gap: 3em;
    padding-bottom: 5em;
  }
  #cm-polpharma-product .cm-banner-serp .cm-serp .cm-image-col {
    max-width: 320px;
  }
  #cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col {
    max-width: 350px;
    text-align: center;
  }
  #cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col * {
    text-align: center;
  }
  #cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-accent {
    left: 10.5%;
    bottom: -37%;
    top: unset;
  }
  #cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-banner-serp .cm-banner {
    font-size: 1.25em;
    border-radius: 75px;
  }
  #cm-polpharma-product .cm-banner-serp .cm-banner .cm-accent-2 {
    width: 85px;
    right: 1.5em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-banner-serp .cm-banner {
    width: calc(100% - 14px);
    padding: 1em 2.75em;
  }
  #cm-polpharma-product .cm-banner-serp .cm-banner .cm-accent-2 {
    width: 70px;
  }
  #cm-polpharma-product .cm-banner-serp .cm-serp {
    padding-bottom: 6.5em;
  }
  #cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-title {
    font-size: 1.5em;
  }
  #cm-polpharma-product .cm-banner-serp .cm-serp .cm-text-col .cm-accent {
    transform: translate(-50%, 50%);
    left: 51.5%;
    bottom: 45%;
  }
}
#cm-polpharma-product .cm-boxes {
  padding: 4em 1em;
  position: relative;
}
#cm-polpharma-product .cm-boxes .cm-accent-img {
  position: absolute;
  left: 10px;
  top: 53.5%;
}
#cm-polpharma-product .cm-boxes .cm-box {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  row-gap: 4.5em;
  justify-content: center;
  max-width: 850px;
}
#cm-polpharma-product .cm-boxes .cm-box .cm-item {
  width: 100%;
  max-width: 33.3333333333%;
  padding: 0 1em;
  text-align: center;
  position: relative;
}
#cm-polpharma-product .cm-boxes .cm-box .cm-item .cm-image {
  transition: 0.3s ease-in-out;
  border-radius: 100%;
}
#cm-polpharma-product .cm-boxes .cm-box .cm-item .cm-image:hover {
  box-shadow: 0px 0px 16px #C7046D;
}
#cm-polpharma-product .cm-boxes .cm-box .cm-item .cm-text {
  margin-top: 1em;
  font-size: 1.125em;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-boxes .cm-accent-img {
    transform: translateY(-50%);
    top: 62%;
  }
  #cm-polpharma-product .cm-boxes .cm-box {
    row-gap: 8em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-boxes .cm-accent-img {
    transform: translateY(-50%);
    top: 82%;
  }
  #cm-polpharma-product .cm-boxes .cm-box {
    max-width: 600px;
    row-gap: 3em;
  }
  #cm-polpharma-product .cm-boxes .cm-box .cm-item {
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-boxes {
    overflow: hidden;
  }
  #cm-polpharma-product .cm-boxes .cm-accent-img {
    right: 0;
    left: unset;
    top: 85%;
    transform: translate(35%, -50%);
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-boxes {
    padding: 2.5em 1em;
  }
  #cm-polpharma-product .cm-boxes .cm-box {
    row-gap: 2em;
  }
  #cm-polpharma-product .cm-boxes .cm-box .cm-item {
    padding: 0 0.5em;
  }
  #cm-polpharma-product .cm-boxes .cm-accent-img {
    top: 45%;
    right: 40%;
    opacity: 0.3;
    transform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-boxes {
    padding: 2em 0.5em;
  }
}
#cm-polpharma-product .cm-icons {
  background-color: #f9f2f5;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 100px;
  padding: 2em 1em 3em;
}
#cm-polpharma-product .cm-icons .cm-title {
  margin: 0 auto;
  font-size: 1.75em;
  font-weight: 700;
  color: #c7046d;
  width: fit-content;
  text-align: center;
}
#cm-polpharma-product .cm-icons .cm-subtitle {
  margin: 0.5em auto 2em;
  font-size: 1.25em;
  font-weight: 500;
  max-width: 650px;
  width: fit-content;
  text-align: center;
}
#cm-polpharma-product .cm-icons .cm-icons-box {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  column-gap: 1em;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-img-col {
  flex: 40% 1 0;
  text-align: center;
  padding: 7.5% 0;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col {
  flex: 30% 0 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col .cm-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col .cm-item .cm-image {
  max-width: 40%;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col .cm-item .cm-text {
  text-align: right;
  padding-right: 0.625em;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col .cm-item:first-child, #cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col .cm-item:last-child {
  transform: translateX(25%);
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col {
  flex: 30% 0 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col .cm-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col .cm-item .cm-image {
  max-width: 40%;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col .cm-item .cm-text {
  padding-left: 0.625em;
  font-weight: 400;
}
#cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col .cm-item:first-child, #cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col .cm-item:last-child {
  transform: translateX(-25%);
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-icons {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    padding-bottom: 2em;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.5em;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col {
    max-width: 320px;
    row-gap: 1em;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col .cm-item {
    flex-flow: row-reverse;
    justify-content: flex-end;
    transform: none !important;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col .cm-item .cm-text {
    padding-left: 0.75em;
    font-size: 1.25em;
    text-align: left;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-left-col .cm-item .cm-image {
    max-width: 80px;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col {
    max-width: 320px;
    row-gap: 1em;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col .cm-item {
    justify-content: flex-start;
    transform: none !important;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col .cm-item .cm-text {
    padding-left: 0.75em;
    font-size: 1.25em;
    text-align: left;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-right-col .cm-item .cm-image {
    max-width: 80px;
  }
  #cm-polpharma-product .cm-icons .cm-icons-box .cm-img-col {
    max-width: 350px;
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons .cm-subtitle {
    margin-bottom: 1.5em;
  }
}
#cm-polpharma-product .cm-dosage {
  position: relative;
  margin: 3em auto 0;
}
#cm-polpharma-product .cm-dosage .cm-accent {
  position: absolute;
  right: 10px;
  top: 30px;
}
#cm-polpharma-product .cm-dosage .cm-title {
  margin: 0 auto;
  font-size: 1.75em;
  font-weight: 700;
  color: #c7046d;
  width: fit-content;
  text-align: center;
}
#cm-polpharma-product .cm-dosage .cm-subtitle {
  margin: 0.5em auto 2em;
  font-size: 1.25em;
  font-weight: 500;
  max-width: 760px;
  width: fit-content;
  text-align: center;
}
#cm-polpharma-product .cm-dosage .cm-table-box .cm-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#cm-polpharma-product .cm-dosage .cm-table-box .cm-table .cm-tr .cm-td {
  padding: 0.5em;
  text-align: center;
  line-height: 1.4;
  color: #c7046d;
  min-height: 40px;
}
#cm-polpharma-product .cm-dosage .cm-table-box .cm-table .cm-tr .cm-td strong {
  font-weight: 500;
}
#cm-polpharma-product .cm-dosage .cm-table-box .cm-table .cm-tr:first-child {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.375em;
}
#cm-polpharma-product .cm-dosage .cm-table-box .cm-table .cm-tr:first-child .cm-td {
  line-height: 1.2;
  padding: 0.625em 0.25em;
}
#cm-polpharma-product .cm-dosage .cm-table-box .cm-table .cm-tr:nth-child(2n) {
  background-color: #f9f2f5;
}
#cm-polpharma-product .cm-dosage .cm-bottom-note {
  font-size: 12px;
  margin: 3em auto 0;
}
@media only screen and (max-width: 1040px) {
  #cm-polpharma-product .cm-dosage .cm-bottom-note {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-dosage .cm-subtitle {
    max-width: 650px;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-dosage .cm-accent {
    top: 14%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-dosage {
    margin-top: 2em;
  }
  #cm-polpharma-product .cm-dosage .cm-accent {
    top: 16%;
  }
  #cm-polpharma-product .cm-dosage .cm-subtitle {
    margin-bottom: 3em;
    padding: 0 0.75em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-dosage .cm-subtitle {
    margin-bottom: 4.5em;
  }
  #cm-polpharma-product .cm-dosage .cm-accent {
    top: 20%;
  }
  #cm-polpharma-product .cm-dosage .cm-table-box {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 5px;
  }
  #cm-polpharma-product .cm-dosage .cm-table-box::-webkit-scrollbar {
    height: 10px;
    background-color: #f9f2f5;
    border-radius: 9999px;
  }
  #cm-polpharma-product .cm-dosage .cm-table-box::-webkit-scrollbar-thumb {
    background: #c7046d;
    border-radius: 9999px;
  }
  #cm-polpharma-product .cm-dosage .cm-table-box .cm-table {
    width: 150%;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-dosage .cm-table-box .cm-table {
    width: 300%;
  }
  #cm-polpharma-product .cm-dosage .cm-accent {
    top: 25%;
  }
}
#cm-polpharma-product .cm-disclaimer {
  margin: 2em auto;
  font-size: 14px;
  line-height: 1.4;
}
#cm-polpharma-product .cm-disclaimer sup {
  font-size: 10px;
}
@media only screen and (max-width: 1040px) {
  #cm-polpharma-product .cm-disclaimer {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-disclaimer {
    font-size: 12px;
  }
}
#cm-polpharma-product .cm-bottom-banner {
  font-size: 1.5em;
  background-color: #f9f2f5;
  padding: 1em;
  text-align: center;
}
#cm-polpharma-product .cm-bottom-brand {
  margin: 2em auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
}
#cm-polpharma-product .cm-bottom-brand .cm-col {
  width: fit-content;
}
@media only screen and (max-width: 1040px) {
  #cm-polpharma-product .cm-bottom-brand {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-bottom-brand {
    flex-direction: column;
    row-gap: 1em;
  }
  #cm-polpharma-product .cm-bottom-brand .cm-col {
    text-align: center;
  }
}
#cm-polpharma-product .cm-footer {
  background-color: #00187e;
  text-align: center;
  padding: 1.5em 1em;
}