:root {
  --body-font-color: #000000;
  --body-bg-color: #e6ddde;
  --body-font-stack: 'Google Sans Flex', sans-serif;
  --body-font-stack2: 'Poppins', sans-serif;
  --cta-bg-color: #8d686c;
  --cta-text-color: #ffffff;
  --header-font-color: #000000;
  --header-font-size: 35px;
  --box-border-radius: 20px;
  --box-border-radius-sm: 15px;
  --box-border-width: 6px;
  --box-border-style: solid;
  --box-border-color: #ffffff;
}


/*
    ====== 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;
    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%;
    max-width: 1130px;
    padding: 0 15px;
    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: #8d686c;
}
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;
}
.box-border {
    border: var(--box-border-width) var(--box-border-style) var(--box-border-color);
    border-radius: var(--box-border-radius);
    overflow: hidden;
}
.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: 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;
    padding-top: 30px;
    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 {
    max-width: 625px;
    padding: 25px 0;
    margin-left: auto;
    position: relative;
}
.main-title {
    position: relative;
    z-index: 20;
    background: transparent;
    margin: 0 auto 45px;
}
.main-title h1 {
    font: 600 37px / 1.3 var(--body-font-stack);
    letter-spacing: -0.05em;
    min-height: 150px;
}
.main-title h1 > span {
    font-size: 45px;
    display: block;
    color: #8d686c;
    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: 13px;
    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: 450px;
    height: 588px;
    padding: 35px;
    position: relative;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}
.hero-media-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.hero-media-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.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;
}
.bn_1, .bn_2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: var(--box-border-radius);
}
.bn_1 {
    background-color: #ffffff;
    padding: 50px;
}
.bn_2 {
    max-width: 430px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bn1-media-wrap {
    margin-bottom: 25px;
}
.bn1-media {
    width: 100%;
    height: 431px;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}
.bn2-media {
    width: 100%;
    height: 281px;
    border-radius: var(--box-border-radius);
    border: 3px var(--box-border-style) var(--box-border-color);
    overflow: hidden;
}
.bn1-media img, .bn2-media img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.bn2-media-wrap {
    height: 698px;
}
.bn2-media-wrap img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.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: 23px;
}
.bn2-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px 24px;
}
.bn2-list li {
    font: 700 20px / 1.4 var(--body-font-stack);
    color: #1C1C1E;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bn2-list li::before {
    content: '';
    display: block;
    width: 20px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/images/2026/02/neck/seal-check-E91161.svg) center / contain no-repeat;
}

.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;
}
.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: 300px;
    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;
    overflow: hidden;
    display: flex;
    gap: 35px;
}
.hw_1 {
    flex: auto;
    max-width: 400px;
}
.hw_2 {
    flex: 1;
}
.hw-text-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.hw-text {
    font: 400 23px / 1.6 var(--body-font-stack);
}
.hw-text-em {
    font: 600 21px / 1.6 var(--body-font-stack);
    background-color: #F0E6DD;
    padding: 15px;
    border-radius: var(--box-border-radius);
    text-align: center;
    width: fit-content;
    margin: 0 auto 30px;
}
.hw-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}
.hw-list li {
    text-align: left;
    background-color: #F4F0F1;
    border-radius: var(--box-border-radius);
    padding: 15px;
}
.hw-list li h3 {
    text-align: left;
    font: 600 21px / 1.6 var(--body-font-stack);
    display: flex;
    align-items: center;
    gap: 13px;
}
.hw-list li h3::before {
    content: '';
    display: block;
    width: 20px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/images/2026/02/retinol/asterisk-8d686c.svg) center / contain no-repeat;
}
.hw-list li p {
    text-align: left;
    font: 400 18px / 1.4 var(--body-font-stack);
    padding: 0;
}
.hw-media-wrap {
    height: 598px;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}


.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-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}
.ingr-block {
    width: calc(50% - 15px/2);
    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,  .ingr-media-wrap img{
    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: 150px;
}
.ingr-section h2.section-title, 
.testi-section h2.section-title {
    margin-bottom: 15px;
}



.testi-section {
    padding: 30px 0;
}
.testi-text {
    font: 400 13px / 1.4 var(--body-font-stack2);
    max-width: 630px;
    margin: 0 auto;
}
.testi-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}
.testi-list li {
    width: calc(100%/3 - 30px/3);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    z-index: 100;
    padding: 30px;
    background-color: #ffffff;
    border-radius: var(--box-border-radius);
    border: 5px solid #BAA1A4;
}
.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-stack2);
    color: #8D686C;
}
.testi-date {
    font: 400 14px / 1.1 var(--body-font-stack);
    display: none;
}
.comment {
    font: 400 16px / 1.4 var(--body-font-stack2);
    padding-bottom: 0;
    text-align: left;
}
.discalimer-fb {
    font: 400 13px / 1.4 var(--body-font-stack2);
}
.pr-img-wrap {
    width: 60px;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
}


.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: 500 55px / 1.2 var(--body-font-stack2);
    margin-bottom: 0;
}
.bt-section h2.section-title > span {
    font-size: 65px;
    font-weight: 700;
}
.bt-panel {
    background: #ffffff url(//assets.lifecellskin.com/offers/images/2026/02/retinol/bt-bg2.jpg) center / cover no-repeat;
    border-radius: var(--box-border-radius);
    padding: 72px 13px 72px 13px;
    border: 6px solid #ffffff;
    min-height: 620px;
    display: flex;
    align-items: center;
    position: relative;
}
.bt-inner {
    width: 65%;
    max-width: 750px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.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;
}
.bt-list {
    width: auto;
    margin: 0 auto;
}
.bt-list li {
    text-align: center;
    font: 500 23px / 1.4 var(--body-font-stack);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.bt-list li::before {
    content: '';
    display: block;
    width: 16px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/images/2026/02/retinol/star-8d686c.svg) center / contain no-repeat;
}

.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;
}
.hero-media-wrap img {
  animation: scaleAndRotate 7s ease-in infinite;
  will-change: transform;
}
.hw-list li h3::before {
    animation: starRotate 2s ease-in infinite;
    will-change: transform;
}
.bt-list li::before {
    animation: starRotateBack 4s ease-in-out infinite;
    will-change: transform;
}
@keyframes scaleAndRotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(13deg) scale(1.3);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}
@keyframes starRotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes starRotateBack {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.15);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}



@media screen and (max-width: 1100px) {
    .container {
        max-width: 820px;
    }
    .banner-content {
        max-width: 400px;
    }
    .product-benefits {
        gap: 10px;
    }
    .product-benefits li {
        font-size: 16px;
    }
    .product-benefits li::before {
        width: 10px;
    }
    .hero-box p { 
        font-size: 19px;
    }
    .hero-image {
        right: -207px;
    }
    .bn-panel {
        background-position-x: -104px;
    }
    .bn-inner {
        max-width: 510px;
    }
    .cell-list {
        gap: 12px;
    }
    .cell-list li {
        font-size: 19px;
    }
    .cell-list li::before {
        width: 22px;
    }
    .hw-panel {
        padding: 40px;
        gap: 30px;
    }
    .hw-list li {
        font-size: 18px;
    }
    .hw-text1 {
        font-size: 19px;
    }
    .hw-text2 {
        font-size: 26px;
    }
    .ingr-name {
        font-size: 28px;
    }
    .ingr-block {
        width: 100%;
    }
    .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-img-wrapper {
        width: 730px;
        height: 95%;
        top: unset;
        left: -130px;
    }
    .bt-img-wrapper img {
        min-height: 500px;
    }
    .testi-list li {
        width: 100%;
    }
    .main-title {
        margin-bottom: 0;
    }
    .main-title h1 {
        font-size: 28px;
    }
    .main-title h1 > span {
        font-size: 43px;
    }
    .bn1-media {
        height: 331px;
    }
    .bn_1 {
        padding: 35px;
    }
}
@media screen and (max-width: 820px) {
    .container {
        max-width: 520px;
    }
    h2.section-title {
        font-size: 33px;
    }
    .main-title {
        margin-bottom: 365px;
    }
    .hero-image {
        right: unset;
        left: -46px;
        top: 40px;
        width: 600px;
    }
    .hero-image img {
        min-height: 500px;
    }
    .banner-content {
        margin: 0 auto;
    }
    .hw-inner {
        width: 100%;
    }
    
    .cell-list li {
        font-size: 16px;
        text-wrap: pretty;
    }
    .hw-list {
        max-width: 350px;
        margin: 0 auto 25px;
    }
    .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-section h2.section-title {
        padding-top: 0;
        font-size: 36px;
    }
    .bt-section h2.section-title span.highlight {
        color: #6B442C;
    }
    .bt-img-wrapper {
        width: 600px;
        height: 59%;
        left: -64px;
    }
    .banner-section .row {
        display: flex;
        flex-direction: column;
    }
    .banner-content {
        padding: 0;
        max-width: none;
    }
    .benefits-section .row {
        flex-direction: column;
    }
    .bn_1 {
        padding: 30px;
    }
    .bn_2 {
        max-width: none;
    }
    .hw-text, .hw-text-em {
        font-size: 20px;
    }
    .hw-list {
        max-width: none;
    }
    .hw-list li {
        flex-direction: column;
    }
    .hw-list li p {
        text-align: left;
    }
    .hw-img {
        max-width: none;
    }
    .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)); }

    .hw-panel {
        padding: 30px;
        flex-direction: column;
    }
    .hw_1 {
        max-width: none;
    }
    .main-title.mobile {
        display: block!important;
        margin-bottom: 0;
        padding: 15px;
    }
    .main-title.desktop {
        display: none;
    }
    .banner-section .row {
        padding-top: 0;
    }
    h2.section-title {
        font-size: 33px;
    }
    .main-title h1 {
        font-size: 33px;
        min-height: 0;
        max-width: 470px;
        margin: 0 auto;
    }
    .hero-media {
        width: 100%;
    }
    .product-benefits li {
        font-size: 21px;
    }
    .hero-box p {
        font-size: 16px;
    }
    .bt-panel {
        background: #ffffff url(//assets.lifecellskin.com/offers/images/2026/02/retinol/bt-bg-ret-mobile.webp) bottom center / cover no-repeat;
        align-items: flex-start;
        min-height: 1136px;
    }
    .bt-inner {
        gap: 35px;
    }
    ul.ingr-block-list {
        flex-direction: column;
    }
    .bt-section h2.section-title {
        font-size: 34px;
    }
    .bt-section h2.section-title > span {
        font-size: 50px;
    }
    .bt-inner {
        gap: 30px;
    }
    .bn2-list li {
        font-weight: 500;
        font-size: 23px;
    }
}
@media screen and (max-width: 520px) {
    .fl-section p {
        font-size: 20px;
    }
    .hw-section h3 {
        font-size: 27px;
    }
    .hw-text1 {
        font-size: 18px;
    }
    .hw-text2 {
        font-size: 21px;
    }
    .cell-list {
        max-width: 330px;
    }
    .ig-lead-text {
        font-size: 20px;
    }
    .ingr-name {
        font-size: 26px;
    }
    .ingr-desc {
        font-size: 16px;
    }
    .fn-text {
        font-size: 19px;
    }
    .testi-list {
        margin-bottom: 10px;
    }
    .discalimer-fb {
        font-size: 18px;
    }
    .ss-logo-secure {
        width: 350px;
    }
}

@media screen and (max-width: 490px) {
    .main-title h1 {
        font-size: 32px;
    }
}


