:root {
  --body-font-color: #000000;
  --body-bg-color: #edf0f8;
  --body-font-stack: 'Google Sans Flex', sans-serif;
  --body-font-stack2: 'Poppins', sans-serif;
  --cta-bg-color: #394f8e;
  --cta-text-color: #ffffff;
  --header-font-color: #141414;
  --header-font-size: 45px;
  --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;*/
    line-height: 1.67em;
    margin: 0 auto;
    width: 520px;
}
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-type: inline-size
}
.container {
    width: 100%;
    max-width: 1130px;
    padding: 0 15px;
    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 21px / 1.4em var(--body-font-stack);
    color: var(--cta-text-color);
    background: var(--cta-bg-color);
    width: fit-content;
    height: min-content;
    min-height: 70px;
    min-width: 350px;
    padding: 25px 50px;
    border: none;
    border-radius: var(--box-border-radius);
    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;
}
.tx {
    font: normal 23px/1.4em 'PT Serif', serif;
    color: #333333;
}
.tx-b {
    font: 700 23px/1.67em 'PT Serif', serif;
    color: #333333;
}
.tx .emphasis {
    font-weight: 700;
}
.full-wd-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
span.highlight {
    color: rgb(57, 79, 142);
}
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;
}
.box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
}

/*
    ====== Sections ======
*/
header {
    background-color: #212121;
    height: 60px;
    position: relative;
    z-index: 10;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-logo-wrap img {
    width: 150px;
    margin: 0 auto;
}
.banner-section {
    position: relative;
}
.banner-section .container {
    position: relative;
}
.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 {
    max-width: 550px;
    padding-bottom: 30px;
    position: relative;
}
.main-title {
    position: relative;
    z-index: 20;
    background: transparent;
    margin: 0 auto 30px;
}
.main-title h1 {
    font: 600 clamp(1.5rem, calc(5vw + 1rem), 3.375rem) / 1.1 var(--body-font-stack2);
    padding-top: 30px;
    text-wrap: balance;
    max-width: 550px;
}
.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: 17px;
}
.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;
    margin-right: 5px;
    background: #aac7d5;
    border: 1px solid #6499b4;
    border-radius: 50%;
    opacity: .8;
}
.hero-box p {
    font: 500 17px / 1.3em var(--body-font-stack);
    color: #262626;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    z-index: 10;
    margin: 0 auto 30px;
    border-radius: var(--box-border-radius);
    text-wrap: pretty;
}
.hero-box p span.usage {
    display: block;
    padding-top: 16px;
    font-size: 15px;
    text-wrap: balance;
}
.hero-image {
    position: absolute;
    aspect-ratio: 1;
    width: 700px;
    top: -36px;
    left: unset;
    right: -100px;
    bottom: -80px;
    -webkit-mask: radial-gradient(50% 50%, #000 59.0161%, #0000 100%);
    mask: radial-gradient(50% 50%, #000 59.0161%, #0000 100%);
}
.hero-image img {
    width: 100%;
    min-height: 650px;
    height: auto;
    object-position: center top;
    object-fit: cover;
}
.hero-image video {
    display: block;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.benefits-section {
    background: #edf0f8;
    padding-bottom: 30px;
}
.bn-panel {
    padding: 45px;
    border-radius: var(--box-border-radius);
    background: #000000 url(//assets.lifecellskin.com/offers/images/2026/03/exo/bn-product-men.webp) center / cover no-repeat;
    overflow: hidden;
    position: relative;
}
.bn-panel h2.section-title {
    color: #ffffff;
}
.bn-inner {
    background: #ffffff;
    border-radius: var(--box-border-radius);
    max-width: 610px;
    padding: 25px;
    margin: 0 0 0 auto;
}
.bn-text {
    font: 500 30px / 1.15 var(--body-font-stack);
    padding-bottom: .75em;
}
.bn-text2 {
    font: 500 18px / 1.15 var(--body-font-stack);
}
.cell-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: fit-content;
    margin: 0 auto 20px;
}
.cell-list li {
    font: 600 18px / 1.4 var(--body-font-stack);
    display: flex;
    align-items: center;
}
.cell-list li::before {
    content: '';
    display: inline-block;
    width: 25px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/images/2026/03/exo/sparkle-6981C3.svg) center / contain no-repeat;
    margin-right: 10px;
}
.bn-panel .cell-list li::before {
    width: 22px;
}
.swiper {
    margin-bottom: 25px;
}
.swiper-wrapper {
    width: fit-content;
    height: auto;
}
.ba-list {
    margin: 0 auto 25px;
    padding: 0;
}
.ba-list li {
    width: 300px;
    height: 300px;
}
.ba-list li img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    corner-shape: inherit;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
}
.fl-section {
    padding-bottom: 25px;
}
.fl-section .container {
    max-width: none;
    padding: 0;
}
.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);
    
}
.hw-section {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.hw-panel {
    background: #f3f5f7;
    border: 3px solid #ffffff;
    border-radius: var(--box-border-radius);
    padding: 55px;
    overflow: hidden;
    position: relative;
}
.hw-inner {
    width: 100%;
    position: relative;
    z-index: 100;
}
.hwi_2 {
    width: min(72%, 550px);
    margin: 0 0 0 auto;
}
.hw-list {
    border: 1px solid #d7ddef;
    background-color: #ffffff;
    border-radius: var(--box-border-radius);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.hw-list li {
    font: 500 16px / 1.4 var(--body-font-stack);
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.hw-list li::before {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 23px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/images/2026/03/exo/x-circle-394f8e.svg) center / contain no-repeat;
    margin-right: 12px;
}
.hw-section h3 {
    font: 600 35px / 1.1 var(--body-font-stack);
    color: #165C80;
    margin-bottom: 30px;
    text-wrap: balance;
}
.hw-text1 {
    font: 500 23px / 1.4 var(--body-font-stack);
}
.hw-text2 {
    font: 500 29px / 1.4 var(--body-font-stack);
    padding-bottom: .75em;
}
.hw-bg {
    width: 919px;
    height: 504px;
    position: absolute;
    bottom: 0;
    left: -120px;
    -webkit-mask: radial-gradient(59% 68% at 38% 68.8%, #000 79.0752%, #0000 100%);
    mask: radial-gradient(59% 68% at 38% 68.8%, #000 79.0752%, #0000 100%);
}
.hw-bg video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
}

.function-section {
    padding: 30px 0;
}
.fn-inner {
    display: flex;
    align-items: center;
    gap: 25px;
}
.fn_1 {
    flex: 1;
    padding-top: 15px;
}
.fn_2 {
    flex: 1;
}
.fn-text {
    font: 400 21px / 1.4 var(--body-font-stack2);
}
.function-section .cell-list {
    padding-left: 40px;
    gap: 9px;
}
.function-section .cell-list li,
.wh-section .cell-list li {
    font-weight: 500;
    font-size: 23px;
}
.wh-section .cell-list {
    gap: 9px;
}
.fn-media-wrapper {
    width: 562px;
    height: 550px;
    margin: 0 0 10px 0;
    -webkit-mask: radial-gradient(50% 50%, #000 73.8862%, #0000 97.065%);
    mask: radial-gradient(50% 50%, #000 73.8862%, #0000 97.065%);
}

.ingr-section {
    padding: 0 0 30px;
    text-align: center;
}
ul.ingr-block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 25px;
}
.ingr-block {
    width: calc(50% - 25px/2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    border-radius: var(--box-border-radius);
    border: 2px solid #b2cbaf;
    padding: 25px;
}
.ingr-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ingr-media-wrap {
    width: 100%;
    height: 150px;
}
.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 30px / 1.1 var(--body-font-stack2);
    color: #5D8859;
    position: relative;
    text-align: left;
}
.ingr-desc {
    font: 400 18px / 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; padding-right: 22px; }
.ingr-block-list li:nth-child(4) { background-color: #FCF2E8; border-color: #ECC6B1; }

.ingr-model {
    overflow: hidden;
    border-radius: var(--box-border-radius);
}
.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;
}



.testi-section {
    padding: 30px 0;
}
.testi-text {
    font: 400 18px / 1.4 var(--body-font-stack2);
    max-width: 900px;
    margin: 0 auto;
}
.testi-list {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}
.testi-list li {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
    padding: 20px;
    background-color: #ffffff;
    border-radius: var(--box-border-radius);
    border: 2px solid #c8d1ea;
}
.tb_1 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
.tb_2 {
    flex: 1;
}
.tb_1 .box-image {
    width: 70px;
    aspect-ratio: 1;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}
.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);
}
.testi-date {
    font: 400 14px / 1.1 var(--body-font-stack);
}
.comment {
    font: 400 16px / 1.4 var(--body-font-stack2);
    padding-bottom: 0;
    text-align: left;
}
.discalimer-fb {
    font: 400 18px / 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;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}
.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 {
    background: #101213;
}
.bt-section h2.section-title {
    color: #ffffff;
    font-size: 52px;
    padding-top: 50px;
}
.bt-panel {
    min-height: 600px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
    overflow-y: clip;
    
}
.bt-img-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask: linear-gradient(270deg, #0000 20%, #000 42%), linear-gradient(90deg, #0000 0%, #000 8%);
    -webkit-mask-composite: source-in, source-over;
    mask: linear-gradient(270deg, #0000 20%, #000 42% 42%) intersect, linear-gradient(90deg, #0000 0%, #000 8%);
}
.bt-img-wrapper img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.bt-inner {
    width: 60%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 20;
}
.bt-text {
    font: 500 27px / 1.2 var(--body-font-stack);
    color: #ffffff;
    padding-bottom: 0;
    margin: 0 auto 30px;
}

.footer {
    color: #EDEDED;
    background-color: #101213;
    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: #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 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 6% 30px;
}
.disclaimer .fda, .disclaimer .disclaimer-bottom {  
    font: 400 14px / 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;
}
.cell-list li::before {
    will-change: transform;
}
.cell-list li:nth-child(1)::before {
    animation: starSparkle 2.2s ease-in-out infinite;   
}
.cell-list li:nth-child(2)::before {
    animation: starSparkle 2.2s ease-in-out infinite 500ms;   
}
.cell-list li:nth-child(3)::before {
    animation: starSparkle 2.2s ease-in-out infinite 250ms;   
}
.cell-list li:nth-child(4)::before {
    animation: starSparkle 2.2s ease-in-out infinite 1100ms;   
}
.cell-list li:nth-child(5)::before {
    animation: starSparkle 2.2s ease-in-out infinite 750ms;   
}
@keyframes starSparkle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@container (max-width: 1100px) {
    .container {
        max-width: 820px;
    }
    .banner-content {
        max-width: 480px;
    }
    .product-benefits {
        gap: 10px;
    }
    .product-benefits li {
        font-size: 17px;
    }
    .product-benefits li::before {
        width: 10px;
    }
    .hero-image {
        right: -207px;
        width: 600px;
        top: 0;
    }
    h2.section-title {
        font-size: 40px;
    }
    .bn-inner {
        max-width: 510px;
    }
    .cell-list {
        gap: 12px;
    }
    .cell-list li {
        font-size: 19px;
    }
    .cell-list li::before {
        width: 22px;
    }
    .hw-panel {
        padding: 50px;
        background-position-x: -80px;
    }
    .hw-list li {
        font-size: 18px;
    }
    .hw-list li::before {
        max-width: 20px;
        margin-right: 10px;
    }
    .hw-text1 {
        font-size: 19px;
    }
    .hw-text2 {
        font-size: 26px;
    }
    .ingr-name {
        font-size: 28px;
    }
    .ingr-block {
        flex-direction: column;
    }
    .ingr-media-wrap {
        max-width: none;
    }
    .fn-inner {
        flex-direction: column;
        gap: 0;
    }
    .fn-text {
        max-width: 600px;
        margin: 0 auto;
    }
    .testi-list {
        flex-direction: column;
    }
    .wh-inner {
        flex-direction: column;
        gap: 0;
    }
    .bt-panel {
        min-height: 500px;
    }
    .bt-section h2.section-title {
        font-size: 44px;
    }
    .bt-text {
        font-size: 23px;
    }
    .bt-inner {
        width: 50%;
    }
    .main-title h1 {
        font-size: 48px;
        max-width: 480px;
    }
    .hero-box p span.usage {
        font-size: 14px;
    }
    .hw-list {
        flex-direction: column;
    }
    .hw-list li {
        width: 100%;
    }
    .hw-bg {
        width: 800px;
        height: 450px;
        left: -320px;
    }
    .bn-panel {
        background-position: center left 32%;
    }
}
@container  (max-width: 820px) {
    :root {
        --box-border-radius: 15px;
    }
    .container {
        max-width: 520px;
    }
    h2.section-title {
        font-size: 36px;
    }
    .main-title {
        margin-bottom: 365px;
    }
    .main-title h1 {
        font-size: 46px;
    }
    .hero-image {
        right: unset;
        left: -46px;
        right: 0;
        top: 40px;
        width: 550px; 
    }
    .hero-image img {
        min-height: 500px;
    }
    .banner-content {
        margin: 0 auto;
    }
    .hw-inner {
        width: 100%;
    }
    .hw-panel {
        padding: 30px 30px 500px 30px;
        
    }
    .bn-text {
        font-size: 20px;
    }
    .cell-list li {
        font-size: 16px;
        text-wrap: pretty;
    }
    .hw-list li {
        text-wrap: pretty;
    }
    .hw-section h3 {
        font-size: 30px;
    }
    .hw-text2 {
        font-size: 23px;
    }
    .function-section .cell-list {
        padding-left: 0;
    }
    .fn-media-wrapper {
        width: 501px;
        height: 557px;
    }
    .pic-list {
        min-height: 547px;
    }
    .pic-list li:nth-child(2) {
        right: 96px;
    }
    .pic-list li:nth-child(4) {
        left: 175px;
    }
    .pic-list li:nth-child(3) {
        right: 0;
    }
    .pic-list li:nth-child(5) {
        top: 252px;
    }
    .bt-inner {
        width: 100%;
    }
    .wh-section h2.section-title {
        font-size: 36px;
        padding-top: 25px;
    }
    .bt-panel {
        align-items: flex-start;
        min-height: 750px;
    }
    .bn-panel {
        padding: 35px 35px 610px 35px;
        background: #000000 url(//assets.lifecellskin.com/offers/images/2026/03/exo/bn-product-men-mobile.webp) center bottom / 100% auto no-repeat;
    }
    h2.section-title {
        font-size: 30px;
    }
    .hwi_2 {
        width: 100%;
    }
    .hw-bg {
        width: unset;
        height: 514px;
        left: -222px;
        right: -222px;
        -webkit-mask: radial-gradient(62% 68% at 48.4% 69%, #000 59.0161%, #0000 100%);
        mask: radial-gradient(62% 68% at 48.4% 69%, #000 59.0161%, #0000 100%);
    }
    ul.ingr-block-list {
        flex-direction: column;
    }
    ul.ingr-block-list li {
        width: 100%;
    }
    .bt-img-wrapper {
        display: none;
    }
    .bt-section {
        background: #101213 url(//assets.lifecellskin.com/offers/images/2026/03/exo/bt-bg-men-mobile.webp) center bottom / contain no-repeat;
        min-height: 1100px;
    }

}
@container  (max-width: 520px) {
    .product-benefits li {
        font-size: 15px;
    }
    .hero-box p {
        font-size: 16px;
    }
    .main-title h1 {
        font-size: 42px;
        padding-top: 19px;
    }
    .fl-section p {
        font-size: 20px;
    }
    .hw-section .container {
        max-width: none;
        padding: 0;
    }
    .hw-panel {
        border-radius: 0;
    }
    .hw-section h3 {
        font-size: 27px;
    }
    .hw-text1 {
        font-size: 18px;
    }
    .hw-text2 {
        font-size: 21px;
    }
    .bn-text {
        font-size: 18px;
    }
    .ig-lead-text {
        font-size: 20px;
    }
    .ingr-name {
        font-size: 26px;
    }
    .ingr-desc {
        font-size: 16px;
    }
    .fn-text {
        font-size: 19px;
    }
    .testi-text {
        font-size: 18px;
    }
    .testi-list {
        margin-bottom: 10px;
    }
    .discalimer-fb {
        font-size: 18px;
    }
    .cta {
        min-width: 280px;
    }
    .bn-inner .cta {
        padding: 25px;
    }
    .function-section .cell-list li, .wh-section .cell-list li {
        font-size: 21px;
    }
    .cell-list li::before {
        width: 20px;
    }
    .function-section .cell-list, .wh-section .cell-list {
        padding: 0 20px;
    }
    ul.ingr-block-list {
        gap: 15px;
    }
    .hero-image {
        width: 487px;
        left: 10px;
        top: 30px;
    }
    .main-title {
        margin-bottom: 300px;
    }
    .banner-content {
        padding-bottom: 20px;
    }
    .product-benefits,
    .hero-box p {
        margin-bottom: 20px;
    }
}



