:root {
  --body-font-color: #000000;
  --body-bg-color: #ffffff;
  --body-font-stack: 'Google Sans Flex', sans-serif;
  --body-font-stack2: 'Poppins', sans-serif;
  --cta-bg-color: #2B2B2B;
  --cta-text-color: #ffffff;
  --header-font-color: #141414;
  --header-font-size: 45px;
}


/*
    ====== General ======
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  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;
}

body {
    background-color: var(--body-bg-color);
    font-family: var(--body-font-stack);
    color: var(--body-font-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.67em;
    width: 600px;
    margin: 0 auto;
}
h1, h2, h3 {
    line-height: 1.1em;
    letter-spacing: -0.03em;
    font-weight: normal;
    text-align: center;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 38px;
}
p {
    font-size: 19px;
    padding: 0 0 1.35em 0;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
    text-wrap: pretty;
}
img, picture, svg {
    max-width: 100%;
    display: block;
}
ul, ol {
    list-style: none;
    padding: 0;
}
.main-container {
    overflow: hidden;
}
.container {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
caption {
    display: table-caption;
    text-align: center;
}
ul {
    list-style: none;
}

/*
    ====== Reusables ======
*/
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.col {
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.cta {
    font: 600 23px / 1.4em var(--body-font-stack);
    color: var(--cta-text-color);
    background: var(--cta-bg-color);
    width: fit-content;
    height: min-content;
    min-height: 95px;
    min-width: 390px;
    padding: 25px 50px;
    border: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
    margin: 0 auto;
}
.cta:hover, .cta:focus {
    background: var(--cta-bg-color);
}
.cta.light, .cta.light:hover, .cta.light:focus {
    background: #ffffff;
    color: #212121;
}
.cta-mbg {
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 2em;
    color: #5C5C5C;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 20;
}
.click-here-sub {
    font-size: 10px;
    text-transform: uppercase;
}
.hidden {
    display: none;
}
.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-img {
    display: block;
    width: 100%;
}
.full-img-in {
    display: block;
    width: 531px;
    padding: 20px 0 0 0;
}
.full-wd-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
span.highlight {
    color: rgb(245, 0, 0);;
}
h2.section-title {
    font: 600 var(--header-font-size) / 1.1 var(--body-font-stack2);
    color: var(--header-font-color);
    margin-bottom: 30px;
}

/*
    ====== Sections ======
*/
header {
    background-color: #212121;
    height: 80px;
    position: relative;
    z-index: 10;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-logo-wrap img {
    width: 180px;
}
.banner-section {
    position: relative;
    background-color: #dfe8ed;
}
.logo-bar {
    width: 100%;
    height: 108px;
    position: relative;
    display: flex;
    align-items: center;
}
.lifecell-logo {
    width: 160px;
    display: block;
    position: relative;
    z-index: 20;
}
.banner-content {
    padding-bottom: 30px;
    position: relative;
}
.main-title {
    position: relative;
    z-index: 20;
    background: transparent;
    margin: 0 auto 500px;
}
.main-title h1 {
    font: 700 var(--header-font-size) / 1.2em var(--body-font-stack2);
    color: #223E4F;
    padding-top: 15px;
}
.main-title h1 > span {
    font-style: italic;
}
.bc-text-bottom {
    width: 100%;
}
.product-benefits {
    position: relative;
    z-index: 20;
    margin: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.product-benefits li {
    font: 600 19px / 1.35 var(--body-font-stack);
    text-align: center;
    padding: 10px;
    padding: 5px 15px 5px 12px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.53);
    overflow: var(--overflow-clip-fallback, clip);
    border-radius: 24px;
    display: flex;
    align-items: center;
}
.product-benefits li::before {
    content: '';
    display: inline-block;
    width: 12px;
    aspect-ratio: 1;
    /*background: url(//assets.lifecellskin.com/offers/mobile/images/2026/01/exo/circle-duotone.svg) center / contain no-repeat;*/
    margin-right: 5px;
    background: #aac7d5;
    border: 1px solid #6499b4;
    border-radius: 50%;
    opacity: .8;
}
.hero-box p {
    font: 500 19px / 1.3em var(--body-font-stack);
    color: #262626;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    z-index: 10;
    margin: 0 auto 30px;
    border-radius: 24px;
    text-wrap: pretty;
}
.hero-box p span.usage {
    display: block;
    padding-top: 16px;
    text-wrap: balance;
}
.hero-image {
    position: absolute;
    width: 100%;
    height: 800px;
    left: 0;
    top: 0;
}
.hero-image img {
    width: 100%;
    min-height: 650px;
    height: auto;
    object-position: center top;
    object-fit: cover;
}
.benefits-section {
    background: #dfe8ed;
    padding-bottom: 30px;
}
.bn-panel {
    padding: 50px 25px 855px 25px;
    border-radius: 15px;
    border: 4px solid #ffffff;
    background: #e6eaef url(//assets.lifecellskin.com/offers/mobile/images/2026/01/exo/bn-product-bg.jpg) center bottom / 100% auto no-repeat;
    overflow: hidden;
}
.bn-text {
    font: 500 24px / 1.4 var(--body-font-stack);
}
.cell-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    padding-left: 30px;
}
.cell-list li {
    font: 500 23px / 1.2 var(--body-font-stack);
    display: flex;
    align-items: center;
}
.cell-list li::before {
    content: '';
    display: inline-block;
    width: 28px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2026/01/exo/cell.png) center / contain no-repeat;
    margin-right: 10px;
}
.fl-section {
    padding-bottom: 30px;
}
.fl-section h2.section-title {
    padding: 30px 0 0;
    text-wrap: balance;
    margin-bottom: 20px;
}
.fl-section p {
    font: 400 32px / 1.1 var(--body-font-stack2);
    
}
.hw-section {
    padding: 60px 0 890px 0;
    background: #E3E6E8 url(//assets.lifecellskin.com/offers/mobile/images/2026/01/exo/hw-product-bg.jpg) center bottom / 100% auto no-repeat;
    margin-bottom: 15px;
}
.hw-list {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.hw-list li {
    font: 500 27px / 1.2 var(--body-font-stack);
    display: flex;
    align-items: center;
}
.hw-list li::before {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 32px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2026/01/exo/x-circle-851818.svg) center / contain no-repeat;
    margin-right: 12px;
}
.hw-section h3 {
    font: 600 38px / 1.1 var(--body-font-stack);
    color: #165C80;
    margin-bottom: 30px;
}
.hw-text {
    font: 500 23px / 1.4 var(--body-font-stack);
}

.function-section {
    padding-bottom: 30px;
}
.fn-text {
    font: 400 27px / 1.4 var(--body-font-stack2);
}
.function-section .cell-list {
    padding-left: 40px;
}
.fn-media-wrapper {
    width: 600px;
    height: 690px;
    margin: 0 0 10px -30px;
    -webkit-mask: radial-gradient(50% 50%, #000 56.792%, #0000 97.065%);
    mask: radial-gradient(50% 50%, #000 56.792%, #0000 97.065%);
}

.ingr-section {
    padding: 0 0 30px;
    text-align: center;
}
ul.ingr-block-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
.ingr-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    border-radius: 23px;
    border: 3px solid #b2cbaf;
    padding: 35px;
}
.ingr-media-wrap video {
    cursor:auto;
    width:100%;
    height:100%;
    border-radius:30px;
    display:block;
    object-fit:cover;
    background-color:rgba(0, 0, 0, 0);
    object-position:50% 50%;
}
.ingr-name {
    padding-top: 20px;
    font: 600 35px / 1.1 var(--body-font-stack2);
    color: #5D8859;
    position: relative;
    text-align: left;
}
.ingr-desc {
    font: 400 20px / 1.4 var(--body-font-stack2);
    text-align: left;
    padding: 0;
}
.ingr-block-list li:nth-child(1) { background-color: #F1FAEB; border-color: #B2CBAF; }
.ingr-block-list li:nth-child(2) { background-color: #F6EEF5; border-color: #CCAFC3; }
.ingr-block-list li:nth-child(3) { background-color: #EDEDED; border-color: #CFCFCF; }
.ingr-block-list li:nth-child(4) { background-color: #FCF2E8; border-color: #ECC6B1; }

.ingr-model {
    width: 600px;
    margin-left: -30px;
}
.ingr-model img {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
}
.ingr-img-wrap {
    width: 200px;
    padding-top: 10px;
}
.ingr-img-wrap>img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.ig-lead-text {
    padding-bottom: 1.2em;
    font-size: 23px;
    font: 400 27px / 1.4 var(--body-font-stack);
}
.ingr-media-wrap {
    width: 100%;
    height: 180px;
}



.testi-section {
    padding: 30px 0;
}
.testi-text {
    font: 400 27px / 1.4 var(--body-font-stack2);
}
.testi-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
.testi-list li {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
    padding: 30px;
    background-color: #faf4eb;
    border-radius: 23px;
    border: 3px solid #f0ddc1;
}
.tb_1 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
.tb_2 {
    flex: 1;
}
.pr-img {
    display: block;
    width: 107px;
}
.testi-name-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: -0.04em;
    color: #171717;
    gap: 8px;
}
.testi-name-wrap > span {
    display: block;
}
.username {
    font: 600 38px / 1.1 var(--body-font-stack);
}
.testi-date {
    font: 400 21px / 1.1 var(--body-font-stack);
}
.comment {
    font: 400 24px / 1.4 var(--body-font-stack2);
    padding-bottom: 0;
    text-align: left;
}
.discalimer-fb {
    font: 400 27px / 1.4 var(--body-font-stack2);
}


.gallery-section {
    padding-bottom: 30px;
}
.pic-list {
    min-height: 890px;
    position: relative;
}
.pic-list li {
    width: 278px;
    height: 369px;
    position: absolute;
}
.pic-list li img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.pic-list li:nth-child(1) { top: 0;     left: 30px;   z-index: 1;  }
.pic-list li:nth-child(2) { top: 137px; right: 30px;  z-index: 2;  }
.pic-list li:nth-child(3) { top: 414px; right: -50px; z-index: 10; }
.pic-list li:nth-child(4) { bottom: 0;  left: 154px;  z-index: 5;  }
.pic-list li:nth-child(5) { top: 392px; left: -30px;  z-index: 4;  }

.wh-section {
    padding-bottom: 30px;
}
.wh-section h2.section-title {
    text-wrap: balance;
}
.wh-text {
    font: 400 27px / 1.4 var(--body-font-stack2);
    padding: 0 5%;
}




.bt-section {
    background: #ACADA8 url(//assets.lifecellskin.com/offers/mobile/images/2026/01/exo/bt-bg.jpg) center bottom / 100% auto no-repeat;
    min-height: 850px;
    padding-bottom: 30px;
}
.bt-section h2.section-title {
    font-size: 52px;
    padding-top: 60px;
}
.bt-panel {
    padding-bottom: 444px;
}
.bt-text {
    font: 500 27px / 1.2 var(--body-font-stack);
    padding-bottom: 0;
    margin: 0 auto 30px;
}

.footer {
    color: #EDEDED;
    background-color: #3C444A;
    padding-bottom: 40px;
}
.footer-wrap {
    padding: 45px 30px;
}
.footer-links2>div {
    padding: 30px 0;
    position: relative;
}
div.fl-4 {
    padding-bottom: 40px;
}
.footer-links {
    text-align: center;
    font: 16px var(--body-font-stack2);
    padding-top: 70px;
    padding-top: 20px;
    width: 110%;
    margin-left: -5%;
}
.footer-links a, .copyright {
    font: 400 16px/1.5em var(--body-font-stack2);
    color: #EDEDED;
}
.footer-links a {
    text-decoration: none;
    border-bottom: 1px solid #D0D3D6;
    padding-bottom: 2px;
    transition-duration: 350ms;
    display: inline-block;
    margin-bottom: 20px;
}
.copyright {
    padding-top: 5px;
    text-align: center;
}
.ss-logo-secure {
    display: block;
    width: 450px;
    margin: 0 auto;
}
div.fl-4 {
    padding-bottom: 40px;
}
.fl-4 a {
    display: inline-block;
    margin: 0 35px;
}
.fl-4 a img {
    max-height: 50px;
}
.footer-links .divider {
    padding: 0 5px;
    color: #D0D3D6;
    display: inline-block;
}
.disclaimer {
    padding: 20px 6% 30px;
}
.disclaimer .fda, .disclaimer .disclaimer-bottom {  
    font: 400 18px / 1.4 var(--body-font-stack2);
}
.logo-bottom-wrapper {
    display: block;
    text-align: center;
}
.logo-bottom-wrapper img {
    padding: 0 20px;
    box-sizing: content-box;
    margin-bottom: 10px;
}
.mcafee {
    width: 200px;
    padding-left: 0!important;
    padding-right: 10px!important;
}
.ssi {
    width: 155px;
}







