@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);
    }
}
@font-face {
    font-family: "NiveaLight";
    src: url("../fonts/nivli.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NiveaBook";
    src: url("../fonts/nivbk.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NiveaBold";
    src: url("../fonts/nivbo.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NiveaMedium";
    src: url("../fonts/nivme.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
#af-product-card-n04232020 {
    font-size: 16px;
    font-family: "NiveaBook", Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
    #af-product-card-n04232020 {
        font-size: 14px;
    }
}
#af-product-card-n04232020 .af-width-800 {
    max-width: 800px;
    margin: auto;
    font-size: 14px;
}
#af-product-card-n04232020 .pc-margin-top-xs {
    padding-top: 1.5em;
}
#af-product-card-n04232020 .pc-margin-bottom-xs {
    padding-bottom: 1.5em;
}
#af-product-card-n04232020 .pc-margin-top-s {
    padding-top: 3em;
}
#af-product-card-n04232020 .pc-margin-bottom-s {
    padding-bottom: 3em;
}
#af-product-card-n04232020 .pc-margin-top-m {
    padding-top: 4em;
}
#af-product-card-n04232020 .pc-margin-bottom-m {
    padding-bottom: 4em;
}
#af-product-card-n04232020 .pc-margin-top-l {
    padding-top: 6em;
}
#af-product-card-n04232020 .pc-margin-bottom-l {
    padding-bottom: 6em;
}
#af-product-card-n04232020 .pc-margin-top-xl {
    padding-top: 8em;
}
#af-product-card-n04232020 .pc-margin-bottom-xl {
    padding-bottom: 8em;
}
@media only screen and (max-width: 500px) {
    #af-product-card-n04232020 .pc-margin-top-xs {
        padding-top: 1em;
    }
    #af-product-card-n04232020 .pc-margin-bottom-xs {
        padding-bottom: 1em;
    }
    #af-product-card-n04232020 .pc-margin-top-s {
        padding-top: 2em;
    }
    #af-product-card-n04232020 .pc-margin-bottom-s {
        padding-bottom: 2em;
    }
    #af-product-card-n04232020 .pc-margin-top-m {
        padding-top: 3em;
    }
    #af-product-card-n04232020 .pc-margin-bottom-m {
        padding-bottom: 3em;
    }
    #af-product-card-n04232020 .pc-margin-top-l {
        padding-top: 4em;
    }
    #af-product-card-n04232020 .pc-margin-bottom-l {
        padding-bottom: 4em;
    }
    #af-product-card-n04232020 .pc-margin-top-xl {
        padding-top: 5em;
    }
    #af-product-card-n04232020 .pc-margin-bottom-xl {
        padding-bottom: 5em;
    }
}
#af-product-card-n04232020 .pc-margin-top-deca {
    margin-top: 0.5em;
}
#af-product-card-n04232020 .pc-margin-bottom-deca {
    margin-bottom: 0.5em;
}
#af-product-card-n04232020 .pc-margin-top-hecto {
    margin-top: 1em;
}
#af-product-card-n04232020 .pc-margin-bottom-hecto {
    margin-bottom: 1em;
}
#af-product-card-n04232020 .pc-margin-top-kilo {
    margin-top: 1.25em;
}
#af-product-card-n04232020 .pc-margin-bottom-kilo {
    margin-bottom: 1.25em;
}
#af-product-card-n04232020 .pc-margin-top-mega {
    margin-top: 1.5em;
}
#af-product-card-n04232020 .pc-margin-bottom-mega {
    margin-bottom: 1.5em;
}
#af-product-card-n04232020 .pc-margin-top-giga {
    margin-top: 2em;
}
#af-product-card-n04232020 .pc-margin-bottom-giga {
    margin-bottom: 2em;
}
#af-product-card-n04232020 .pc-margin-top-tera {
    margin-top: 2.5em;
}
#af-product-card-n04232020 .pc-margin-bottom-tera {
    margin-bottom: 2.5em;
}
#af-product-card-n04232020 .pc-clear {
    clear: both;
}
#af-product-card-n04232020 .m-st-1:after {
    content: "";
    display: block;
    height: 2px;
    width: 4.625em;
    margin-top: 1em;
    background-color: #d9caaf;
}
#af-product-card-n04232020 .m-st-2 {
    border-bottom: 4px solid #d9caaf;
    border-top: 2px solid #d9caaf;
}
#af-product-card-n04232020 .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;
}
#af-product-card-n04232020 .af-header {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    position: relative;
    background-repeat: no-repeat;
    height: 570px;
}
@media only screen and (max-width: 700px) {
    #af-product-card-n04232020 .af-header {
        background-position: center;
        height: auto;
        background-size: cover;
    }
}
#af-product-card-n04232020 .af-header .af-overflow {
    width: 65%;
    height: 570px;
    opacity: 0.6;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-image: linear-gradient(to bottom, #00136f, #00136f);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
@media only screen and (max-width: 700px) {
    #af-product-card-n04232020 .af-header .af-overflow {
        width: 100%;
        height: 100%;
    }
}
#af-product-card-n04232020 .af-header .af-nivea-text {
    padding-left: 4em;
    padding-top: 3em;
    position: relative;
    z-index: 1000;
    width: 47%;
    box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
    #af-product-card-n04232020 .af-header .af-nivea-text {
        width: 100%;
        padding-right: 2em;
        padding-left: 2em;
    }
}
#af-product-card-n04232020 .af-header .af-nivea-text .af-caption {
    font-family: NiveaBold;
    line-height: 1.06;
    letter-spacing: 2px;
    color: white;
    font-size: 3.0625em;
    padding-top: 32px;
}
#af-product-card-n04232020 .af-header .af-nivea-text .af-ng-1 {
    font-family: NiveaMedium;
    line-height: 1.16;
    letter-spacing: 0.2px;
    color: white;
    font-size: 1.7em;
    padding-top: 8px;
    text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
    #af-product-card-n04232020 .af-header .af-nivea-text .af-ng-1 {
        font-size: 1.5em;
    }
}
#af-product-card-n04232020 .af-header .af-nivea-text .af-ng-2 {
    font-family: NiveaMedium;
    line-height: 1.1;
    letter-spacing: 0.1px;
    color: #fecb00;
    font-size: 1.25em;
    padding-top: 16px;
    padding-bottom: 24px;
    text-transform: uppercase;
}
#af-product-card-n04232020 .af-header .af-nivea-text .af-span {
    font-family: Arial;
    line-height: 1.25;
    color: white;
    font-size: 1em;
}
#af-product-card-n04232020 .af-header .af-header-product {
    z-index: 1000;
    position: absolute;
    max-width: 500px;
    width: 50%;
    right: 0;
    bottom: -100px;
}
@media only screen and (max-width: 700px) {
    #af-product-card-n04232020 .af-header .af-header-product {
        position: relative;
        margin-top: -110px;
        text-align: center;
        max-width: unset;
        width: 100%;
    }
}
#af-product-card-n04232020 .af-header .af-header-product img {
    width: 100%;
    max-width: 500px;
}
@media only screen and (max-width: 500px) {
    #af-product-card-n04232020 .af-header .af-header-product img {
        width: 90%;
    }
}
#af-product-card-n04232020 .pc-b6-c {
    text-align: center;
    width: 100%;
    max-width: 1040px;
    margin: auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
    #af-product-card-n04232020 .pc-b6-c {
        padding: 0px 2em;
    }
}
#af-product-card-n04232020 .pc-b6-c .pc-h2 {
    font-size: 2.437em;
    font-family: "NiveaBold", Arial, sans-serif;
    color: #00136f;
    line-height: 1.13;
    letter-spacing: 0.3px;
    text-align: center;
}
@media only screen and (max-width: 700px) {
    #af-product-card-n04232020 .pc-b6-c .pc-h2 {
        font-size: 2em;
    }
}
#af-product-card-n04232020 .pc-b6-c .pc-h2 span {
    color: #efc211;
}
#af-product-card-n04232020 .af-hotspot-main {
    width: 100%;
    max-width: 1040px;
    margin: auto;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot-info {
    padding: 1.5em 1.5em 1em 1.5em;
    display: none;
}
@media only screen and (max-width: 576px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot-info .hotspot-info {
    width: 1.5em;
    height: 1.5em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot-info .hotspot-info img {
    width: 1.5em;
    height: 1.5em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot-info .info-text {
    color: #9a9a9a;
    line-height: 1.375;
    letter-spacing: 0.16px;
    padding-left: 14px;
    font-family: Arial;
    font-size: 14px;
}
#af-product-card-n04232020 .af-hotspot-main input[type="checkbox"] {
    display: none;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot {
    padding: 1em 0 2em 0;
    border-radius: 8px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box {
    width: 100%;
    margin: auto;
    position: relative;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box img {
    width: 100%;
    height: auto;
    display: block;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot {
    display: block;
    cursor: pointer;
    width: 4em;
    height: 4em;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside {
    cursor: none;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #efc211;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle .pc-hotspot-inside-plus {
    font-size: 2em;
    color: white;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 11;
    margin-top: -2px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
    width: 4em;
    height: 4em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
    opacity: 1;
    margin-left: 0px;
    z-index: 1000;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
    margin-left: auto;
    z-index: 1000;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside > img,
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside > p {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    padding: 0;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside > p {
    font-weight: bold;
    color: white;
    margin-top: -10px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot.first-hot .pc-hotspot-inside .pc-hotspot-inside-circle {
    width: 3.75em;
    height: 3.75em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot.first-hot .pc-hotspot-popup-2 {
    opacity: 1;
    margin-left: 0px;
    z-index: 1000;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 {
    position: absolute;
    width: 12em;
    left: 104px;
    top: -10px;
    z-index: 3;
    opacity: 0;
    margin-left: -10px;
    background-color: white;
    padding: 1.5em;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    -o-transition: opacity 0.3s ease, margin 0.3s ease;
    -moz-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 576px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 {
        display: none;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2.pc-hotspot-popup-right {
    left: unset;
    right: 104px;
    margin-left: auto;
    margin-right: 0px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .hotspot-popup-image {
    max-width: 176px;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .hotspot-popup-image img {
    width: 100%;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-arrow-left {
    position: absolute;
    right: -17px;
    top: 25px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-arrow-right {
    position: absolute;
    left: -17px;
    top: 25px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-h5 {
    font-family: "NiveaMedium", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #00136f;
    margin-bottom: 5px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .small {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 1.2;
    font-family: Arial;
    color: #211f20;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup {
    position: absolute;
    width: 12em;
    left: 104px;
    top: -10px;
    z-index: 3;
    opacity: 0;
    margin-left: -10px;
    background-color: white;
    padding: 1.5em;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    -o-transition: opacity 0.3s ease, margin 0.3s ease;
    -moz-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    cursor: default;
}
@media only screen and (max-width: 576px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup {
        display: none;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-right {
    left: unset;
    right: 104px;
    margin-left: auto;
    margin-right: 0px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .hotspot-popup-image {
    max-width: 176px;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .hotspot-popup-image img {
    width: 100%;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-arrow-left {
    position: absolute;
    right: -17px;
    top: 25px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-arrow-right {
    position: absolute;
    left: -17px;
    top: 25px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-h5 {
    margin-bottom: 5px;
    font-family: "NiveaMedium", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #00136f;
    margin-bottom: 8px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .small {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 1.2;
    font-family: Arial;
    color: #211f20;
    text-align: left;
}
@media only screen and (max-width: 576px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-no-rwd {
        display: none;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-popup-rwd {
    display: none;
    position: absolute;
    left: 1em;
    right: 1em;
    top: auto;
    z-index: 3;
    opacity: 0;
    margin-top: 90px;
    background-color: white;
    padding: 1.5em;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    -o-transition: opacity 0.3s ease, margin 0.3s ease;
    -moz-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .hotspot-popup-image {
    max-width: 176px;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .hotspot-popup-image img {
    width: 100%;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .pc-h5 {
    font-family: "NiveaMedium", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #00136f;
    margin-bottom: 8px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .small {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 1.2;
    font-family: Arial;
    color: #211f20;
}
@media only screen and (max-width: 576px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-popup-rwd {
        display: block;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd {
    display: none;
    cursor: pointer;
    width: 5em;
    height: 5em;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-arrow-up {
    opacity: 0;
    position: absolute;
    z-index: 4;
    bottom: -20px;
    left: 50%;
    margin-left: 0px;
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    -o-transition: opacity 0.3s ease, margin 0.3s ease;
    -moz-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid white;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside .pc-hotspot-inside-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #efc211;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 576px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside .pc-hotspot-inside-circle {
        width: 42px;
        height: 42px;
        opacity: 0.75;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside .pc-hotspot-inside-circle .pc-hotspot-inside-plus {
    font-size: 2em;
    color: white;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 11;
    margin-top: -2px;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside .pc-hotspot-inside-circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside:active .pc-hotspot-inside-circle {
    width: 4em;
    height: 4em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside:active ~ .pc-arrow-up {
    opacity: 1;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside > img,
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside > p {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    padding: 0;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside > p {
    font-weight: bold;
    color: white;
    margin-top: -10px;
}
@media only screen and (max-width: 576px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd {
        display: block;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot-rwd:active + .pc-hotspot-popup-rwd {
    opacity: 1;
    margin-left: 0px;
    z-index: 1000;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot.af-hotspot-second-box {
    display: none;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot.af-hotspot-third-box {
    display: none;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box:hover .af-hotspot-dot .first-hot .pc-hotspot-inside .pc-hotspot-inside-circle {
    width: 3em;
    height: 3em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box:hover .af-hotspot-dot .first-hot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
    width: 4em;
    height: 4em;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box:hover .af-hotspot-dot .first-hot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
    opacity: 1;
    margin-left: 0px;
    z-index: 1000;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box:hover .af-hotspot-dot .first-hot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
    margin-left: auto;
    margin-right: 0px;
    z-index: 1000;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box:hover .af-hotspot-dot .first-hot .pc-hotspot-popup-2 {
    opacity: 0;
    margin-left: 0px;
    z-index: 3;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .pc-arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hotspot-box .pc-arrow-left {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid white;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 6;
}
@media only screen and (max-width: 576px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .btn-box {
        max-width: 300px;
        width: 95%;
        margin: auto;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .btn-box label {
    display: inline;
    width: auto;
    margin: 0.5em;
    padding: 1em 1.5em;
    border-radius: 29px;
    background-color: #9a9a9a;
    text-align: center;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .btn-box label span {
    color: white;
    font-size: 16px;
    line-height: 1.375;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .btn-box label .p-option-2 {
    display: none;
}
@media (min-width: 577px) {
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .btn-box label {
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    #af-product-card-n04232020 .af-hotspot-main .af-hotspot .btn-box label:hover {
        cursor: pointer;
        background-color: #00136f;
        -webkit-transition: all ease 0.1s;
        -o-transition: all ease 0.1s;
        -moz-transition: all ease 0.1s;
        transition: all ease 0.1s;
    }
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .btn-box label.af-hidden-btn-label {
    display: none;
}
#af-product-card-n04232020 .af-hotspot-main .af-hotspot .af-hidden-btn {
    display: none;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside {
    cursor: none;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    margin: 0 auto;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle .pc-hotspot-inside-plus {
    font-size: 2em;
    color: white;
    font-family: "NiveaBook", Arial, sans-serif;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 11;
    margin-top: -2px;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
    width: 4em;
    height: 4em;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
    opacity: 1;
    z-index: 1000;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
    z-index: 1000;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside > img,
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside > p {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    padding: 0;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-inside > p {
    font-weight: bold;
    color: white;
    margin-top: -10px;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2.pc-hotspot-popup-left {
    position: absolute;
    width: 10em;
    left: 104px;
    top: -2px;
    z-index: 1000;
    opacity: 1;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2.pc-hotspot-popup-right {
    left: auto;
    right: -80px;
    margin-left: auto;
    margin-right: -10px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-arrow-left {
    position: absolute;
    right: -17px;
    top: 25px;
    left: unset;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-arrow-right {
    position: absolute;
    left: -17px;
    top: 25px;
    right: unset;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-h5 {
    font-weight: bold;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-left {
    position: absolute;
    width: 10em;
    left: 104px;
    top: -2px;
    z-index: 3;
    opacity: 0;
    margin-left: -10px;
    background-color: white;
    padding: 1.5em;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    -o-transition: opacity 0.3s ease, margin 0.3s ease;
    -moz-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-right {
    left: auto;
    right: -104px;
    margin-left: auto;
    margin-right: 0px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-arrow-left {
    position: absolute;
    right: -17px;
    top: 25px;
    left: unset;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-arrow-right {
    position: absolute;
    left: -17px;
    top: 25px;
    right: unset;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-h5 {
    font-weight: bold;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-arrow-left {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid white;
    border-right: 0px;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box .af-hotspot-dot .pc-arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
    border-left: 0px;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box:hover .af-hotspot-dot .first-hot .pc-hotspot-popup-2 {
    opacity: 0;
    z-index: 3;
}
#af-product-card-n04232020 .af-width-800 .af-hotspot-main .af-hotspot .af-hotspot-box:hover .af-hotspot-dot .first-hot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
}
#af-product-card-n04232020 .pc-b3 {
    width: 100%;
    max-width: 1040px;
    margin: auto;
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
    text-align: right;
}
@media (max-width: 799px) {
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container {
        text-align: left;
    }
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
    text-align: right;
}
@media (max-width: 799px) {
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container p {
        text-align: left;
    }
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
    text-align: right;
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
    text-align: right;
}
@media (max-width: 799px) {
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
        text-align: left;
        padding-bottom: 40px;
    }
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-square {
    margin-left: 1.25em;
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-content {
    float: right;
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
    position: relative;
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-left {
    left: 50%;
}
#af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-right {
    right: 50%;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: 25.625em;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-table {
    display: table;
    width: 100%;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-table .pc-b3-cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-square {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-square:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-square .pc-b3-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-square .pc-b3-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    #af-product-card-n04232020 .pc-b3 .pc-b3-square .pc-b3-image img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
#af-product-card-n04232020 .pc-b3 .h3 {
    font-family: "NiveaBold", Arial, sans-serif;
    font-size: 1.5625em;
    line-height: 1.2;
}
#af-product-card-n04232020 .pc-b3 .h3 span {
    font-family: "NiveaLight", Arial, sans-serif;
}
#af-product-card-n04232020 .pc-b3 .pc-gl-description {
    padding-top: 2em;
}
#af-product-card-n04232020 .pc-b3 p {
    font-family: Arial;
    font-size: 1em;
    line-height: 1.38;
    color: black;
    margin: 0;
    padding: 0;
}
#af-product-card-n04232020 .pc-b3 p.caption {
    color: #efc211;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    font-weight: bold;
}
@media (max-width: 1079px) {
    #af-product-card-n04232020 .pc-b3 .pc-block-module {
        max-width: 1040px;
        padding: 0;
    }
}
@media (max-width: 799px) {
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container {
        text-align: left;
        padding: 2.5em 2.5em 0 2.5em;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container p {
        text-align: left;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
        text-align: left;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
        text-align: left;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description {
        text-align: left;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-content {
        float: none;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-square {
        margin-left: 0;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
        position: static;
    }
    #af-product-card-n04232020 .pc-b3 .pc-b3-table {
        display: block;
    }
    #af-product-card-n04232020 .pc-b3 .pc-b3-table .pc-b3-cell {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    #af-product-card-n04232020 .pc-b3 .pc-b3-cell-container {
        padding: 2.5em 2.5em 0 2.5em;
    }
    #af-product-card-n04232020 .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
        max-width: none;
    }
}
@media (max-width: 767px) {
    #af-product-card-n04232020 {
        font-size: 14px;
    }
}
#af-product-card-n04232020 .pc-b3 {
    width: 100%;
    max-width: 1040px;
    margin: auto;
}
#af-product-card-n04232020 .pc-b3.pc-b3-a .pc-b3-cell-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
}
#af-product-card-n04232020 .pc-b3.pc-b3-a .pc-b3-square {
    margin-right: 1.25em;
}
#af-product-card-n04232020 .pc-b3 .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
}
#af-product-card-n04232020 .pc-b3 .pc-block-module .pc-relative {
    height: inherit;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: 25.625em;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-table {
    display: table;
    width: 100%;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-table .pc-b3-cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-square {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-square:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-square .pc-b3-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-square .pc-b3-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    #af-product-card-n04232020 .pc-b3 .pc-b3-square .pc-b3-image img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
#af-product-card-n04232020 .pc-b3 .h3 {
    font-family: "NiveaBold", Arial, sans-serif;
    font-size: 1.5625em;
    line-height: 1.2;
}
#af-product-card-n04232020 .pc-b3 .h3 span {
    font-family: "NiveaLight", Arial, sans-serif;
}
#af-product-card-n04232020 .pc-b3 .pc-gl-description {
    padding-top: 2em;
}
#af-product-card-n04232020 .pc-b3 p {
    font-family: Arial;
    font-size: 1em;
    line-height: 1.38;
    color: black;
    margin: 0;
    padding: 0;
    text-align: left;
}
#af-product-card-n04232020 .pc-b3 p.caption {
    color: #efc211;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    font-weight: bold;
}
@media (max-width: 1079px) {
    #af-product-card-n04232020 .pc-b3 .pc-block-module {
        max-width: 1040px;
        padding: 0;
    }
}
@media (max-width: 799px) {
    #af-product-card-n04232020 .pc-b3.pc-b3-a .pc-b3-square {
        margin-right: 0;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-a .pc-b3-cell-container {
        padding: 2.5em 2.5em 0 2.5em;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-content {
        float: none;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-square {
        margin-left: 0;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-cell-container {
        text-align: left;
        padding: 2.5em 2.5em 0 2.5em;
    }
    #af-product-card-n04232020 .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
        position: static;
    }
    #af-product-card-n04232020 .pc-b3 .pc-b3-table {
        display: block;
    }
    #af-product-card-n04232020 .pc-b3 .pc-b3-table .pc-b3-cell {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    #af-product-card-n04232020 .pc-b3 .pc-b3-cell-container {
        padding: 2.5em 2.5em 0 2.5em;
    }
    #af-product-card-n04232020 .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
        max-width: none;
    }
}
@media (max-width: 767px) {
    #af-product-card-n04232020 {
        font-size: 14px;
    }
}
#af-product-card-n04232020 .pc-b9 {
    width: 100%;
    max-width: 1040px;
    margin: auto;
}
#af-product-card-n04232020 .pc-b9 p {
    font-size: 1.25em;
    font-family: Arial;
    line-height: 1.3;
    color: #3e3e40;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
@media (max-width: 767px) {
    #af-product-card-n04232020 .pc-b9 p {
        font-size: 1em;
        padding-bottom: 1em;
    }
}
#af-product-card-n04232020 .pc-b9 .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
}
#af-product-card-n04232020 .pc-b9 .pc-block-module .pc-relative {
    max-width: 680px;
    margin: 0 auto;
}
#af-product-card-n04232020 .pc-b4 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: auto;
    height: 38em;
    color: #231f20;
}
#af-product-card-n04232020 .pc-b4.pc-b4-3b .b4-image {
    background-position: bottom left;
}
#af-product-card-n04232020 .pc-b4 .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
}
#af-product-card-n04232020 .pc-b4 .pc-block-module .pc-relative {
    height: inherit;
}
#af-product-card-n04232020 .pc-b4 .b4-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: bottom right;
}
#af-product-card-n04232020 .pc-b4 .b4-table {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}
#af-product-card-n04232020 .pc-b4 .b4-cell {
    display: table-cell;
    position: relative;
}
#af-product-card-n04232020 .pc-b4 .b4-content {
    display: table-cell;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    width: 43%;
    padding-left: 4em;
    padding-right: 4em;
    box-sizing: border-box;
}
#af-product-card-n04232020 .pc-b4 .b4-content .b4-title {
    width: 15em;
}
#af-product-card-n04232020 .pc-b4 .b4-content .b4-description {
    margin-top: 2em;
}
#af-product-card-n04232020 .pc-b4 .b4-content .b4-description ol {
    margin-left: 1em;
    padding-left: 0px;
}
#af-product-card-n04232020 .pc-b4 .b4-content .caption {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 1.4285714286em;
    line-height: 1.23;
    letter-spacing: 0.3px;
    color: #efc211;
    text-transform: uppercase;
    margin: 0.8em 0em;
}
#af-product-card-n04232020 .pc-b4 .b4-content .h3 {
    font-family: "NiveaLight", Arial, sans-serif;
    font-size: 2.2142857143em;
    line-height: 1.24;
    color: #00136f;
    text-transform: uppercase;
}
#af-product-card-n04232020 .pc-b4 .b4-content .h3 span {
    font-family: "NiveaBold", Arial, sans-serif;
}
#af-product-card-n04232020 .pc-b4 .b4-content .b4-description {
    font-family: Arial, sans-serif;
    font-size: 1.1428571429em;
    line-height: 1.38;
    color: #211f20;
}
#af-product-card-n04232020 .af-width-920 .pc-b4 .b4-content {
    padding-left: 2em;
    padding-right: 2em;
}
#af-product-card-n04232020 .af-width-800 .pc-b4 .b4-content {
    padding-left: 2em;
    padding-right: 2em;
}
#af-product-card-n04232020 .af-width-800 .pc-b4 .b4-content .caption {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 1.1428571429em;
    line-height: 1.13;
    letter-spacing: 0.3px;
    color: #efc211;
    text-transform: uppercase;
    margin: 0.8em 0em;
}
#af-product-card-n04232020 .af-width-800 .pc-b4 .b4-content .h3 {
    font-family: "NiveaLight", Arial, sans-serif;
    font-size: 1.7142857143em;
    line-height: 1.14;
    color: #00136f;
    text-transform: uppercase;
}
#af-product-card-n04232020 .af-width-800 .pc-b4 .b4-content .h3 span {
    font-family: "NiveaBold", Arial, sans-serif;
}
#af-product-card-n04232020 .af-width-800 .pc-b4 .b4-content .b4-description {
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 1.28;
    color: #211f20;
}
@media (max-width: 1079px) {
    #af-product-card-n04232020 .pc-b4 .pc-block-module {
        max-width: 1040px;
        padding: 0;
    }
}
@media (max-width: 767px) {
    #af-product-card-n04232020 .pc-b4 {
        height: auto;
    }
    #af-product-card-n04232020 .pc-b4 .pc-relative {
        padding-bottom: 80%;
    }
    #af-product-card-n04232020 .pc-b4 .b4-table {
        table-layout: auto;
        height: auto;
    }
    #af-product-card-n04232020 .pc-b4.pc-b4-3b .b4-content {
        padding: 2.25em;
    }
    #af-product-card-n04232020 .pc-b4 .b4-no-mobile {
        display: none;
    }
    #af-product-card-n04232020 .pc-b4.pc-b4-3b .b4-image {
        background-position: bottom left;
        -moz-background-size: 150%;
        -o-background-size: 150%;
        background-size: 150%;
    }
    #af-product-card-n04232020 .pc-b4 .b4-image {
        background-position: right bottom;
    }
    #af-product-card-n04232020 .pc-b4 .b4-content {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 2.5em 1.25em;
    }
    #af-product-card-n04232020 .pc-b4 .b4-content .b4-content-box {
        padding: 2.25em 1.25em;
    }
}
#af-product-card-n04232020 .af-nivea-footer {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
}
#af-product-card-n04232020 .af-nivea-footer img {
    width: 100px;
    height: auto;
    display: block;
    margin: auto;
}
#af-product-card-n04232020 .pc-b4 .b4-content .b4-description .af-gold-check {
    font-family: Arial;
    margin-bottom: 12px;
    padding-left: 26px;
    position: relative;
}
#af-product-card-n04232020 .pc-b4 .b4-content .b4-description .af-gold-check:before {
    background: url("../img/check.png") no-repeat;
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: -26px;
    margin-right: 12px;
    position: absolute;
    top: 2px;
}
#af-product-card-n04232020 .pc-b4 .m-st-2 {
    border-bottom: 0px;
    border-top: 0px;
}
#af-product-card-n04232020 .pc-b7 .h3 {
    color: #00136f;
}
#af-product-card-n04232020 .m-st-1::after {
    height: 0px;
}
#af-product-card-n04232020 .af-nivea-footer img {
    width: 120px;
}
#af-product-card-n04232020 .af-header .af-overflow {
    background-image: unset;
}
#af-product-card-n04232020 .af-header .af-nivea-text .af-ng-1 {
    font-family: "NiveaBold", Arial, sans-serif;
    line-height: 1.06;
    letter-spacing: 1.96px;
    color: #00136f;
    font-size: 3em;
}
#af-product-card-n04232020 .af-header .af-nivea-text .af-ng-1 span {
    display: block;
    color: #fecb00;
    text-shadow: 0 3px 6px #001871;
}
#af-product-card-n04232020 .af-header .af-nivea-text .af-ng-2 {
    font-family: "NiveaMedium", Arial, sans-serif;
    line-height: 1.16;
    letter-spacing: 0.16px;
    color: #00136f;
    font-size: 1.8em;
    padding-bottom: 34px;
}
#af-product-card-n04232020 .af-header .af-nivea-text .af-span {
    font-family: "NiveaBook", Arial, sans-serif;
    color: #00136f;
    line-height: 1.33;
    font-size: 0.9em;
}
#af-product-card-n04232020 .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: 28.625em;
}
#af-product-card-n04232020 .pc-b3 .h3 {
    font-family: "NiveaMedium", Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #00136f;
    text-transform: uppercase;
}
#af-product-card-n04232020 .af-b3-left .af-gold-check {
    font-family: Arial;
    margin-bottom: 12px;
    padding-right: 26px;
}
#af-product-card-n04232020 .af-b3-left .af-gold-check:after {
    background: url("../img/check.png") no-repeat;
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 12px;
    margin-right: -26px;
    display: inline-block;
}
#af-product-card-n04232020 .af-b3-right .af-gold-check {
    font-family: Arial;
    margin-bottom: 12px;
    padding-left: 26px;
}
#af-product-card-n04232020 .af-b3-right .af-gold-check:before {
    background: url("../img/check.png") no-repeat;
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: -26px;
    margin-right: 12px;
}
#af-product-card-n04232020 .af-functions-hoverable-1 .af-functions-single .af-functions-icon img {
    width: 100%;
    height: auto;
    max-width: 320px;
}
