:root {
  --body-font-color: #000000;
  --body-bg-color: #f6ede6;
  --body-font-stack: 'Google Sans Flex', sans-serif;
  --body-font-stack2: 'Poppins', sans-serif;
  --cta-bg-color: #6b442c;
  --cta-text-color: #ffffff;
  --header-font-color: #1C1C1E;
  --header-font-size: 35px;
  --box-border-radius: 20px;
}


/*
    ====== 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;
    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.4;
    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 25px;
    margin: 0 auto;
}
caption {
    display: table-caption;
    text-align: center;
}
ul {
    list-style: none;
}
img, video {
    display: block;
    max-width: 100%;
}

/*
    ====== 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 20px / 1.4em var(--body-font-stack);
    color: var(--cta-text-color);
    background: var(--cta-bg-color);
    width: fit-content;
    height: min-content;
    min-height: 68px;
    min-width: 350px;
    padding: 20px 50px;
    border: none;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
    margin: 0 auto;
    text-align: center;
    text-wrap: pretty;
}
.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: #B07B55;
}
h2.section-title {
    font: 600 var(--header-font-size) / 1.1 var(--body-font-stack2);
    color: var(--header-font-color);
    margin-bottom: 30px;
    text-wrap: balance;
}
.row {
    display: flex;
    justify-content: space-between;
}

/*
    ====== 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: 165px;
    margin: 0 auto;
}
.banner-section {
    position: relative;
}
.banner-bg {
    -webkit-user-select: none;
    user-select: none;
    mix-blend-mode: multiply;
    opacity: .23;
    pointer-events: none;
    z-index: 0;
    flex: none;
    position: absolute;
    inset: -80px 0 0 0;
    overflow: visible;
    -webkit-mask: linear-gradient(#000 67%, #0000 100%);
    mask: linear-gradient(#000 67%, #0000 100%);
}
.banner-bg-wrap {
    position: absolute;
    border-radius: inherit;
    corner-shape: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.banner-bg-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    corner-shape: inherit;
    object-position: center;
    object-fit: cover;
}
.banner-section .row {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    gap: 25px;
}

.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 {
    position: relative;
}
.main-title {
    position: relative;
    z-index: 20;
    padding: 15px;
    background: transparent;
    margin: 0 auto;
}
.main-title h1 {
    font: 500 39px / 1.3 var(--body-font-stack);
    letter-spacing: -0.04em;
}
.main-title h1 > span {
    text-transform: uppercase;
    font-weight: bold;
    color: #6B442C;
    white-space: nowrap;
}
.bc-text-bottom {
    width: 100%;
}
.product-benefits {
    position: relative;
    z-index: 20;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    height: 100%;
}
.product-benefits li {
    font: 500 22px / 1.35 var(--body-font-stack);
    text-align: center;
    padding: 5px 15px 5px 12px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffffa6;
    overflow: var(--overflow-clip-fallback, clip);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.hero-box p {
    font: 500 21px / 1.4 var(--body-font-stack);
    color: #262626;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    z-index: 10;
    margin: 0 auto 25px;
    border-radius: var(--box-border-radius);
    text-wrap: pretty;
}
.hero-box p span.usage {
    display: block;
    font-size: 18px;
    padding-top: 16px;
    text-wrap: balance;
}
.hero-media {
    width: 100%;
    height: 650px;
    padding: 40px;
    position: relative;
}
.hero-media-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.hero-media video {
    width: 100%;
    height: 100%;
    min-height: 650px;
    /*border-radius: 30px;*/
    border-radius: var(--box-border-radius);
    display: block;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
}
.benefits-section {
    margin-bottom: 60px;
}
.benefits-section .row {
    gap: 12px;
    flex-direction: column;
}
.bn_1, .bn_2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: var(--box-border-radius);
}
.bn_1 {
    background-color: #ffffff;
    padding: 30px;
}
.bn_2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bn1-media-wrap {
    margin-bottom: 25px;
}
.bn1-media-wrap video,.bn2-media-wrap video {
    border-radius: var(--box-border-radius);
    overflow: hidden;
}
.ba-label {
    display: flex;
}
.ba-label > p {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    font: 700 18px / 1.5 var(--body-font-stack);
    color: #3A3A3C;
}
.bn-text {
    font-size: 20px;
}
.logo-set {
    max-width: 245px;
    margin: 0 auto;
}
.swiper {
    margin-bottom: 25px;
}
.swiper-wrapper {
    width: fit-content;
}
.ba-list {
    margin: 0 auto 25px;
    padding: 0;
}
.ba-list li {
    width: fit-content;
    height: 284px
}
.ba-list li img {
    width: auto;
    height: 284px;
}
.fl-section {
    padding-bottom: 25px;
}
.fl-section h2.section-title {
    padding: 30px 0 0;
    text-wrap: balance;
    margin-bottom: 10px;
}
.fl-section p {
    font: 400 23px / 1.1 var(--body-font-stack2);
}
.fl-section .container {
    max-width: none;
    padding: 0;
}
.ba-list li {
    width: 260px;
    height: 400px;
}
.ba-list li 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%;
}
.hw-section {
    margin-bottom: 35px;
}
.hw-panel {
    background-color: #ffffff;
    border-radius: var(--box-border-radius);
    padding: 50px 25px;
    overflow: hidden;
}
.hw-text-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.hw-text {
    font: 400 20px / 1.6 var(--body-font-stack);
}
.hw-text-em {
    font: 600 25px / 1.6 var(--body-font-stack);
    background-color: #F0E6DD;
    padding: 15px 30px;
    border-radius: var(--box-border-radius);
    text-align: center;
    width: fit-content;
    margin: 0 auto 30px;
}
.hw-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 35px;
}
.hw-list li {
    background-color: #F0E7DD;
    border-radius: var(--box-border-radius);
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.hw-list li::before {
    content: '';
    display: inline-block;
    width: 100%;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/images/2026/02/glow/number-circle-one-duotone-6B442C.svg) center / contain no-repeat;
    max-width: 50px;
}
.hw-list li:nth-child(2)::before { background-image: url(//assets.lifecellskin.com/offers/images/2026/02/glow/number-circle-two-duotone-6B442C.svg); }
.hw-list li:nth-child(3)::before { background-image: url(//assets.lifecellskin.com/offers/images/2026/02/glow/number-circle-three-duotone-6B442C.svg); }

.hw-list li p {
    font: 400 20px / 1.4 var(--body-font-stack);
    padding: 0;
    flex: 1;
}
.hw-img {
    max-width: 60px;
}
.hw-list li:nth-child(1) .hw-img img { max-width: calc(58px + (58px*.5)); }
.hw-list li:nth-child(2) .hw-img img { max-width: calc(52px + (52px*.5)); }
.hw-list li:nth-child(3) .hw-img img { max-width: calc(48px + (48px*.5)); }

.drop-list {
    max-width: 735px;
    margin: 0 auto 35px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.drop-list li {
    background-color: #F9F5F1;
    padding: 10px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.drop-list li:nth-child(2) { background-color: #F0E6DB; }
.drop-list li:nth-child(3) { background-color: #E8D9C9; }
.drop-list li:nth-child(4) { background-color: #E1CDB7; }

.drop-wrap {
    display: flex;
    justify-content: center;
    gap: 2px;
    width: 100%;
    text-align: center;
}
.drop-wrap span {
    display: inline-block;
    width: 25px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/images/2026/02/glow/drop-one.svg) center / contain no-repeat;
}
.drop-list li:nth-child(2) .drop-wrap span { background-image: url(//assets.lifecellskin.com/offers/images/2026/02/glow/drop-two.svg); }
.drop-list li:nth-child(3) .drop-wrap span { background-image: url(//assets.lifecellskin.com/offers/images/2026/02/glow/drop-three.svg); }
.drop-list li:nth-child(4) .drop-wrap span { background-image: url(//assets.lifecellskin.com/offers/images/2026/02/glow/drop-five.svg); }

.drop-txt1 {
    width: 100%;
    text-align: center;
}
.drop-txt2 {
    width: 100%;
    text-align: center;
}
.drop-txt1, .drop-txt2 {
    font: 400 20px / 1.4 var(--body-font-stack);
    padding: 0;
}

.function-section {
    padding-bottom: 30px;
}
.fn-inner {
    display: flex;
    align-items: center;
    gap: 25px;
}
.fn_1 {
    flex: 1;
}
.fn_2 {
    flex: 1;
}
.fn-text {
    font: 400 21px / 1.4 var(--body-font-stack2);
}
.function-section .cell-list {
    padding-left: 40px;
}
.fn-media-wrapper {
    width: 562px;
    height: 714px;
    margin: 0 0 10px 0;
    -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: 35px;
}
.ingr-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    border-radius: var(--box-border-radius);
    padding: 25px;
    background-color: #ffffff;
}
.ingr-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ingr-media-wrap video {
    cursor:auto;
    width:100%;
    height:100%;
    border-radius: var(--box-border-radius);
    display:block;
    object-fit:cover;
    background-color:rgba(0, 0, 0, 0);
    object-position:50% 50%;
}
.ingr-name {
    font: 600 28px / 1.1 var(--body-font-stack2);
    color: #1C1C1E;
    position: relative;
    text-align: left;
}
.ingr-desc {
    font: 400 18px / 1.4 var(--body-font-stack2);
    color: #1C1C1E;
    text-align: left;
    padding: 0;
}
.ingr-model {
    overflow: hidden;
    border-radius: var(--box-border-radius);
    margin-bottom: 35px;
    height: 300px;
}
.ingr-model video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: block;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;   
}
.ingr-model img {
    display: block;
    width: 100%;
    margin: 0 auto 25px;
}
.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: 400 22px / 1.4 var(--body-font-stack);
    max-width: 900px;
    margin: 0 auto;
}
.ingr-media-wrap {
    width: 100%;
    height: 133px;
}



.testi-section {
    padding: 30px 0;
}
.testi-text {
    font: 400 17px / 1.4 var(--body-font-stack2);
    max-width: 630px;
    margin: 0 auto;
}
.testi-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}
.testi-list li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    z-index: 100;
    padding: 20px;
    background-color: #ffffff;
    border-radius: var(--box-border-radius);
    border: 6px solid #e9d1bc;
}
.tb_1 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.tb_2 {
    flex: auto;
}
.pr-img {
    display: block;
    width: 70px;
}
.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 25px / 1.1 var(--body-font-stack);
    color: #B07B55;
}
.testi-date {
    font: 400 16px / 1.1 var(--body-font-stack);
    display: none;
}
.comment {
    font: 400 18px / 1.4 var(--body-font-stack2);
    padding-bottom: 0;
    text-align: left;
}
.discalimer-fb {
    font: 400 13px / 1.4 var(--body-font-stack2);
}


.gallery-section {
    padding-bottom: 30px;
}
.pic-list {
    min-height: 578px;
    position: relative;
}
.pic-list li {
    width: 180px;
    height: 240px;
    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: 73px;     z-index: 1;  }
.pic-list li:nth-child(2) { top: 53px;  right: 72px;     z-index: 2;  }
.pic-list li:nth-child(3) { top: 281px; right: -50px;   z-index: 10; }
.pic-list li:nth-child(4) { bottom: 0;  left: 196px;    z-index: 5;  }
.pic-list li:nth-child(5) { top: 274px; left: 0;  z-index: 4;  }

.wh-section {
    padding-bottom: 30px;
}
.wh-section h2.section-title {
    text-wrap: balance;
    margin-bottom: 40px;
}
.wh-text {
    font: 400 21px / 1.4 var(--body-font-stack2);
    padding: 0 5%;
}
.wh-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.wh-inner .cell-list {
    margin-bottom: 50px;
}
.wh_1 {
    width: 523px;
}
.wh_2 {
    flex: 1;
    padding-top: 55px;
}



.bt-section {
    margin-bottom: 35px;
}
.bt-section h2.section-title {
    font: 600 40px / 1.3 var(--body-font-stack2);
    margin-bottom: 0;
    padding-top: 0;
}
.bt-panel {
    background: #ffffff url(//assets.lifecellskin.com/offers/images/2026/02/glow/bt-bg-mobile.jpg) bottom center / cover no-repeat;
    min-height: 900px;
    border-radius: var(--box-border-radius);
    padding: 72px 13px 72px 13px;
    border: 6px solid #ffffff;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.bt-inner {
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.bt-text {
    font: 500 27px / 1.2 var(--body-font-stack);
    padding-bottom: 0;
    margin: 0 auto 30px;
}
.bt-logo-wrap img {
    max-width: 240px;
    margin: 0 auto;
}

.footer {
    color: #3A3A3C;
    background-color: #FFFFFF;
    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 14px/1.5em var(--body-font-stack2);
    color: #3A3A3C;
}
.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: 400px;
    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: #3A3A3C;
    display: inline-block;
}
.disclaimer {
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 6%;
}
.disclaimer .fda, .disclaimer .disclaimer-bottom {  
    font: 400 12px / 1.4 var(--body-font-stack);
}
.disclaimer-bottom > .dc1 {
    font-size: 15px;
}
.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;
}



