@font-face {
    font-family: Sansation-Regular;
    src: url(//assets.lifecellskin.com/offers/fonts/Sansation_Regular.ttf);
}
@font-face {
    font-family: Sansation-Bold;
    src: url(//assets.lifecellskin.com/offers/fonts/Sansation_Bold.ttf);
}

/* CSS Reset */
*, 
*::before, 
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
    max-height: 1000000em; /* Chrome for Android */
    -moz-text-size-adjust: none; /* Firefox Mobile */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, 
body {
    height: 100%;
}
img, 
picture, 
svg {
    max-width: 100%;
    display: block;
}
ul,
ol {
    list-style: none;
}

/*
    ====== General ======
*/

body {
    background-color: #ffffff;
    font-family: 'Sansation-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 auto;
    color: #000000;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}
h1, h2, h3 {
    font-family: 'Sansation-Bold', sans-serif;
    font-weight: 700;
    line-height: 1.25em;
}
h1 {
    font-size: 31px;
}
h2 {
    font-size: 27px;
    color: #3A4259;
}
h3 {
    font-size: 22px;
}

p {
    padding: 0 0 1.5em 0;
    line-height: 1.2em;
    margin: 0;
}
.main-container {
    overflow: hidden;
}
.container {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto;
}
caption {
    display: table-caption;
}
ul {
    list-style: none;
}
p > b {
    font-weight: bold;
}

/*
    ====== Reusables ======
*/
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.col {
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.cta {
    width: 100%;
    max-width: 477px;
    height: 109px;
    font: 700 34px/1em 'Sansation-Bold', sans-serif;
    color: #FFFFFF;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.25s;
    transition: all 0.3s;
    margin: 0 auto 10px;
    background-color: #3A4259;
    position: relative;
    z-index: 100;
    border-radius: 15px;
    cursor: pointer;
}
.cta:hover, .cta:focus { 
    background-color: #2E364D;
}
.hidden {
    display: none;
}
.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-width {
    width: 600px;
    margin-left: -45px;
}


/*
    ====== Sections ======
*/
.banner-section {
    background: #CCE6F1 url(//assets.lifecellskin.com/offers/mobile/images/2024/03/plump/hero-woman.jpg) center top no-repeat;
    background-size: 600px auto;
}
.banner-content {
    padding: 76px 35px 17px;
    position: relative;
}
header {
    background-color: #28231F;
}
.logo-bar {
    width: 100%;
    height: 65px;
    position: relative;
}
.lifecell-logo {
    width: 160px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.main-title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}   
.main-title h1 {
    font-size: 39px;
    padding: 13px 35px;
    width: 100%;
}
.main-title h1 .sub {
    font-size: 32px;
    line-height: 1;
    display: block;
}
.hero-text {
    padding: 30px 0;
    margin: 0 auto 25px;
    background-color: #ffffff;
    border: 1px solid #DFEAEE;
    border-radius: 15px;
}
.hero-text h2 {
    font: normal 22px/1.2em 'Avenir-Heavy', sans-serif;
    text-transform: none;
    padding: 0 20px;
    margin-bottom: 8px;
}
.hero-text p {
    font: normal 20px/1.3em 'Avenir-Roman', sans-serif;
    padding: 0 26px 0;
    text-align: center;
}
.hero-text .instruction-txt {
    font-size: 18px;
    display: block;
    line-height: 1.3em;
    margin-top: 20px;
}
.banner-section .cta-mbg {
    font: normal 16px/1em 'AvenirNextCondensed-Medium', sans-serif;
    display: block;
    padding: 3px 11px 0 0;
}
.banner-section .cta-mbg > span {
    font: normal 30px/1em 'AvenirNextCondensed-Bold', sans-serif;
    text-transform: uppercase;
    display: block;
}


.why-section   {
    background-color: #E8F3F9;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
}
.wh-h2 {
    font-size: 29px;
    padding: 25px 0 17px;
}
.wh-img-wrap {
    width: 600px;
    margin-left: -45px;
}
.wh-text {
    font-size: 22px;
    line-height: 1.55;
    padding-bottom: 1.6em;
}
.logoset2 {
    max-width: 276px;
    margin: 30px auto;
}

.bn-list {
    min-height: 300px;
    margin-bottom: 50px;
}
.bn-list li {
    display: flex;
    justify-content: flex-start;
}
.bn-list li > div {
    display: inline-block;
    font: 700 21px/1.2em 'Sansation-Bold', sans-serif;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 3px;
    position: relative;
    color: #3A4259;
}

.bn-list li:nth-child(1) > div { padding-right: 23px;  margin-bottom: 10px; }
.bn-list li:nth-child(2) > div { padding-right: 83px;  margin-bottom: 10px; margin-left: -14px; }
.bn-list li:nth-child(3) > div { padding-right: 173px;  margin-bottom: 10px; }
.bn-list li:nth-child(4) > div { padding-right: 150px;  margin-left: -5px; }

.product-section {
    text-align: center;
    padding: 0 0 44px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2024/03/plump/bn-section-bg.jpg) center top no-repeat;
    background-size: 100% auto;
}
.pr-h3 {
    font-size: 25px;
    line-height: 1.1em;
    width: 80%;
    margin: 0 auto 34px;
}
.pr-h2 {
    font: 700 34px/1.11 'Sansation-Bold', sans-serif;
    padding: 35px 0 17px;
}
.pr-text {
    font: 400 22px/1.55em 'Sansation-Regular', sans-serif;
    color: #3A4259;
    padding: 15px;
    padding-bottom: 1.75em;
}
.pr-product {
    margin-bottom: 30px;
}
.seals {
    max-width: 368px;
    margin: 0 auto;
}
.product-text-section {
    padding-bottom: 20px;
}

.bn-list-wrap {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}
.bn-l-1 {
    width: 223px;
    position: relative;
}
.bn-l-2 {
    flex: 1;
    padding-right: 12px;
}
.logoset {
    display: block;
    margin: 0 auto 25px;
    max-width: 231px;
}
.bn2-list li {
    text-align: left;
    background-color: #E5EDF4;
    margin-bottom: 21px;
    border-radius: 8px;
    padding: 10px 20px;
    color: #556AA8;
}
.hyaluronic-product {
    position: absolute;
    top: -114px;
    left: -34px;
    width: 330px;
    max-width: none;
}
.bn2-list li:nth-child(2) {
    color: #268CD6;
}
.bn2-list li:nth-child(3) {
    color: #586A9C;
}
.bn2-list li:nth-child(4) {
    color: #639FC8;
}

.ingr-section {
    padding: 50px 0 25px 0;
}
.ingr-h2 {
    font-size: 29px;
    margin-bottom: 10px;
}
.ingr-text {
    font-size: 25px;
    line-height: 1.65;
}
.ingr-text-wrap {
    margin-bottom: 30px;
}
.ingr-text-wrap .ingr-h2 {
    text-align: left;
}
.ingr-text-wrap .ingr-text {
    font-size: 22px;
    text-align: left;
}
.ingr-list li {
    border-radius: 15px;
    background-color: #F8F4E9;
    border: 1px solid #D4C4B4;
    padding: 42px 26px 20px 26px;
    text-align: left;
    margin-bottom: 90px;
    position: relative;
}
.ingr-name {
    font: 700 23px/1 'Poppins', sans-serif;
    color: #1E1E1E;
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #D4C4B4;
    background: #DDD6CC;
    position: absolute;
    top: -29px;
    left: 32px;
}
.ingr-desc {
    font: 400 22px/1.71 'Sansation-Regular', sans-serif;
    padding-bottom: 0;
}
.ingr-model {
    max-width: 472px;
    margin: 0 auto 30px;
}
.ingr-ico {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 180px;
}
.ig1 {
    width: 176px;
    right: 7px;
    bottom: -63px;
}
.ig2 {
    width: 157px;
    right: 7px;
    bottom: -63px;
}
.ig3 {
    width: 157px;
    right: 7px;
    bottom: -63px;
}


.testi-section {
    padding: 40px 0 45px;
}
.testi-block-wrapper {
    position: relative;
    text-align: left;
    margin-bottom: 70px;
}
.testi-block {
    display: flex;
    position: relative;
    z-index: 100;
    margin-bottom: 20px
}
.fb-h2 {
    font-size: 31px;
    padding: 0 0 40px 126px;
}
.tb_1 {
    width: 135px;
}
.tb_2 {
    flex:  1;
}
.pr-img {
    display: block;
    margin: 0 auto;
    width: 95px;
}
.username {
    font-size: 25px;
    margin: 5px 0 10px 0;
}
.comment {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 1.3em;
}
.pr-line {
    position: absolute;
    top: -27px;
    left: 66px;
    display: inline-block;
    width: 2px;
    height: calc(100% + 40px);
    background-color: #000000;
    border-radius: 2.5px;
    z-index: 20;
}
.testi-block-wrapper:before, .testi-block-wrapper:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 62px;
    z-index: 100;
    background-color: #000000;
}
.testi-block-wrapper:before {
    top: -36px;
}
.testi-block-wrapper:after {
    bottom: -15px;
}
.vary-txt {
    padding-left: 132px;
    opacity: .5;
}
.testi-text {
    text-align: center;
    font-size: 34px;
    line-height: 1.45;
    padding: 0 20px;
}


.bt-section {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2024/03/plump/bt-bg.jpg) center top no-repeat;
    background-size: 100% auto;
    min-height: 791px;
    padding: 642px 0 30px 0;
    position: relative;
    z-index: 2;
}
.bt-h2 {
    font: 400 55px/1.11 'Manrope', sans-serif;
    margin-bottom: 44px;
}
.bt-h2 .bt-h2-center {
    text-transform: uppercase;
    font-size: 49px;
    padding-top: 7px;

}
.bt-h2 .bt-h2-center > span {
    font-size: 62px;
}
.bt-img {
    margin: 0 auto 40px;
    max-width: 229px;
}
.logo-bottom-wrapper {
    padding: 10px 0 20px 0;
    display: flex;
}
.logo-bottom-wrapper img {
    padding: 0 20px;
    box-sizing: content-box;
}
.mcafee {
    width: 200px;
    padding-left: 0!important;
    padding-right: 10px!important;
}
.ssi {
    width: 155px;
}
.divider {
    padding: 0 5px;
}



footer {
    padding-bottom: 40px;
}
.disclaimer {
    padding: 0 21px 45px;
    text-align: left;
    margin-top: 22px;
    position: relative;
    z-index: 30;
}
.disclaimer p {
    line-height: 1.4em;
    font-size: 18px;
}
.fda-disclaimer {
    font-size: 21px;
}
.footer-links-index a {
    color: #000000;
    line-height: 2em;
    font-size: 18px;
}










