img {
    max-width: 100%;
}
body, .lc-page {
    background: #F5F5F7;
}
.navbar, header {
    background: #2C2C2C;
    color: #ffffff;
}
.navbar a.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.navbar-brand {
    display: inline-block;
    width: 178px;
}
.navbar-brand img {
    display: block;
    width: 100%;
    padding: 7px 0;
}
.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, .5);
}
#navbarNav {
    justify-content: flex-end;
}
.lc-page > .row {
    margin-top: 23px;
}
.timer-top {
    margin-bottom: 7px;
}
.main-post {
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Playfair Display', sans-serif;
    color: #000000;
    padding: 38px;
    margin: 0 auto;
}
.main-post p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.main-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-lc {
    font-family: 'Inter', sans-serif;
    color: #000000;
}
.main-post h1, 
.main-post h2,
.main-post h3,
.main-post h4 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.main-post h1 {
    font-size: 50px;
}
.main-post h2 {
    font-size: 38px;
    letter-spacing: -0.03em;
}
.main-post h3 {
    font-size: 26px;
}
.main-post h4 {
    font-size: 18px;
}
.timer-panel {
    background: #FFC8C8;
    border: 1px solid #FA7474;
    border-radius: 10px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}
.img-block {
    display: block;
    margin-bottom: 2rem;
}
.cta {
    background: #2C2C2C;
    color: #FFFFFF;
    font: 700 22px / 1 'Inter', sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    min-height: 60px;
    width: 100%;
    border-radius: 60px;
    text-decoration: none;
    position: relative;
    z-index: 20;
}
.cta:hover, .cta:focus {
    color: #FFFFFF;
    background: #2B2A2A;
    text-decoration: none;
}
.cta.cta-red {
    background: #FF0000;
    margin: 0;
    max-width: 609px;
    min-height: 80px;
    justify-content: flex-start;
    padding-left: 35px;
    font-size: 33px;
    font-weight: 600;
    position: relative;
}
.cta.cta-red:hover, .cta.cta-red:focus {
    background: #FF1616;
}
.cta.cta-red::after {
    content: '';
    display: inline-block;
    width: 81px;
    height: 176px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/06/blog/lash-cta.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -10px;
    top: -42px;
}
.c2 {
    max-width: 400px;
}
.top-title-wrap {
    text-align: center;
}
h1.main-title {
    font-weight: 700;
    letter-spacing: -0.03em;
}
.main-title > span {
    color: #FF0000;
    font-weight: 700;
}
.auth-date {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    column-gap: 25px;
    background: #F2F2F2;
    border-radius: 20px;
    padding: 7px 10px;
}
.auth-date > span {
    display: inline-flex;
}
.author::before, .date-posted::before {
    content: '';
    width: 19px;
    aspect-ratio: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
}
.author::before {
    background-image: url(//assets.lifecellskin.com/offers/mobile/images/2025/01/blog/avatar.svg);
}
.date-posted::before {
    background-image: url(//assets.lifecellskin.com/offers/mobile/images/2025/01/blog/calendar.svg);
}
.top-panel {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.top-box {
/*    flex: 1;*/
    flex-basis: 55%;
    max-width: 580px;
}
.ms-q {
    background: #F4F4F4;
    border: 5px solid #DEDEDE;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.ms-q::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 21px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/05/blog/q-ms.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 30px;
    bottom: 25px;
}
.ms-q.testi-dr {
    margin-bottom: 35px;
}
.ms-q.testi-dr p {
    font: 400 25px / 1.5 'Inter', sans-serif;
    margin: 0;
}
.ms-q.testi-dr p > span {
    display: block;
    font-size: 18px;
}
.ms-q.ms-q-color {
    background: linear-gradient(92.96deg, #FFFFFF -9.81%, #E9EBED 120.59%);
    border: 15px solid #DFE0E0;
    border-radius: 10px;
    margin-bottom: 25px;
    max-width: 740px;
}
.ms-q.ms-q-color::after {
    width: 43px;
    height: 31px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/06/blog/skin-q.svg) center no-repeat;
    background-size: contain;
}
.ms-q.ms-q-color.testi-fb {
    background: #FFFFFF;
    border: 15px solid rgba(205, 205, 205, 0.3);
}
.ms-q.ms-q-color.testi-fb::after {
    background-image: url(//assets.lifecellhealth.com/offers/mobile/images/2025/05/blog/q-ap3.svg);
}
.testi-fb p {
    font: 400 34px / 1.5 'Inter', sans-serif;
    margin-bottom: 0;
}
.testi-fb h3 {
    font-family: 'Inter', sans-serif;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: .75rem;
}
.main-post p.flq-lead {
    margin-bottom: 12px;
}
.main-post ul.fl-quality-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}
ul.fl-quality-list li {
    flex: 1;
    min-width: 49%;
}
ul.fl-quality-list li p {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 19px;
    padding: 5px 10px;
    font: 500 18px / 1.2 'Inter', sans-serif;
    margin: 0;
    text-wrap: pretty;
}
ul.fl-quality-list li p::before {
    content: '';
    display: inline-block;
    width: 14px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/06/blog/square-check-brown.svg) center no-repeat;
    background-size: contain;
    margin: 0 7px 0 0;
}
.main-post .top-box h3 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.main-post .top-box p {
    font: 400 20px / 1.3 'Inter', sans-serif;
    padding: 0;
    margin: 0;
}
.main-post .top-box p > span {
    display: block;
    font: 300 15px / 1.5 'Inter', sans-serif;
    padding-top: 2px;
}
.top-img-wrap {
    flex-basis: 45%;
}
.top-img-wrap img {
    width: 100%;
    max-width: 450px;
}
.ba-pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
}
.ba-pic > div img {
    width: 100%;
    border-radius: 12px;
}
.ba_1 {
    width: 21.24%;
}
.ba_2 {
    width: 39.62%;
}
.ba_3 {
    width: 39.14%;
}
.t-content {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.t-text {
    font-weight: 500;
    margin-bottom: 0;
}
.timer-panel {
    padding: 5px 38px;
}
.t-timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.t-timer::before, p.b-tp2::before  {
    content: '';
    width: 19px;
    aspect-ratio: 1;
    display: inline-block;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/01/blog/timer.svg) center no-repeat;
    background-size: contain;
    margin-right: 8px;
}
ul.gut-inflame-list {
    margin-bottom: 25px;
}
ul.gut-inflame-list li {
    font: 24px / 1 'Playfair Display', serif;
    display: flex;
    align-items: center;
}
ul.gut-inflame-list li:not(:last-child) {
    margin-bottom: 10px;
}


.box-cta {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 25px 0 25px 25px;
    font-family: 'Poppins', serif;
    color: #1E1E1E;
    position: relative;
    max-width: 511px;
    overflow: hidden;
    margin-bottom: 30px;
}
.box-cta h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 43px;
}
.ms-box {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/06/blog/lash-box-bg.jpg) center right no-repeat;
    background-size: cover;
    width: 100%;
    max-width: none;
    min-height: 470px;
    border: 2px solid #A59A98; 
    padding: 30px 40px;
    font-family: 'Inter', serif;
    color: #1E1E1E;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.ms-box h2 {
    font: 700 63px / 1.1 'Playfair Display', sans-serif;
    margin-bottom: 30px;
}
.product-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 10px;
    max-width: 670px;
}
.product-panel img {
    max-width: none;
    width: 100%;
}
.fs-serum-1 {
    width: 61.35%
}
.fs-product {
    width: 39%;
}
.fs-serum-2  {
    width: 34%;
}
.pp_1 {
    width: 61.35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pp_2 {
    width: 38.65%;
}
.ms-product {
    width: 100%;
    max-width: 448px;
}
.main-post ul.aging-signs-list {
    margin-bottom: 35px;
}
.aging-signs-list li {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    background: #F0F0F0;
    border: 1px solid rgba(86, 135, 86, 0.31);
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
}
.aging-signs-list li h3 {
    margin-bottom: 0;
}
.aging-signs-list li p {
    margin-bottom: 0;
}
.aging-signs-list li:not(:last-child) {
    margin-bottom: 10px;
}
.aging-signs-list li::before {
    content: '';
    display: inline-block;
    width: 32px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/05/blog/square-check.svg) center no-repeat;
    background-size: contain;
    margin: 0 5px;
}
.main-post ul.kp-list,
.box-out.kp-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.kp-list li {
    font: 400 21px / 1.2 'Poppins', sans-serif;
    letter-spacing: -0.03em;
    display: inline-block;
    margin-bottom: 12px;
    background: #FFFFFF;
    border: 1px solid #9FB5CA;
    border-radius: 20px;
    padding: 10px 15px;
    text-wrap: pretty;
} 
.kp-list li > b {
    font-weight: 700;
}
.box-content {
    position: relative;
    z-index: 20;
    width: max(80%, 810px);
}
.product-box {
    position: absolute;
    width: 300px;
    height: auto;
    right: 0;
    top: 29px;
}
.box2 {
    max-width: 700px;
}
.box2.box-cta h2 {
    margin-bottom: 20px;
}
.box2 .kp-list {
    margin-bottom: 25px;
}
.box2 .kp-list li {
    margin-bottom: 8px;
}
.box2 .product-box {
    width: 279px;
    top: 0;
}
.ba-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 19px;
    margin: 15px 0 19px;
}
.ba1, .ba2, .ba3 {
    border-radius: 5px;
}
.ba3 {
    margin-bottom: 35px;
}
.target-panel {
    display: flex;
}
.target-panel h2 {
    font-size: 67px;
    margin-left: 0;
    margin-right: 35px;
    writing-mode: sideways-lr;
}
.target-panel .fl-quality-list  li {
    /*display: inline-flex;*/
}
.target-panel ul.fl-quality-list li p {
    display: inline-block;
    background: #EEEEEE;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    font-size: 22px;
}
.target-panel ul.fl-quality-list li p::before {
    display: none;
}
.ingredients-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}
.ingredients-panel > div {
    display: inline-flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    background: #F5FFC8;
    border: 1px solid #9CCC3D;
    border-radius: 19px;
    padding: 15px;
    min-width: 48%;
}
.ing-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.ing-content h4 {
    font: 700 26px / 1.2 'Inter', sans-serif;
    margin-bottom: .75rem;
    padding-right: 5%;
}
.ing-content p {
    font: 400 18px / 1.3 'Inter', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0 15px;
}
.ing-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ing-content ul li {
    font: 21px / 1.2 'Inter', sans-serif;
    background: #D3F0FF;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
}
.ingr-2  .ing-content ul li {
    background: #E1DED4;
} 
.ing-img {
    max-width: 140px;
}
.ing-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.ing-content p:not(:last-child) {
    margin-bottom: 10px;
}
.models {
    display: flex;
    margin-bottom: 30px;
}
.models img {
    max-width: none;
    width: 100%;
}
.models > div:nth(1) { flex-basis: 282px; }
.models > div:nth(2) { flex-basis: 196px; }
.models > div:nth(3) { flex-basis: 160px; }

.models .ms-w-model-3, 
.models .ms-w-model-4 {
    margin-left: -5%;
}
.aging-signs {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
p.syn-text {
    margin-bottom: .5rem;
}
.woman-ba {
    max-width: 500px;
    width: 100%;
}
p.b-tp2 {
    text-transform: none;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.bb-text {
    margin-bottom: 11px;
}
.bb-text p {
    line-height: 1.1;
}
.bb-box p.b-text1 {
    font-size: 27px;
    color: #1E1E1E;
}
.bb-box p.b-text2 {
    font-size: 43px;
    color: #F71B1B;
}
.bb-box p.b-text3 {
    font-size: 27px;
    color: #F71B1B;
}
.bb-box .cta {
    max-width: 224px;
    text-transform: uppercase;
}
ul.filler-list {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1.5em;
}
ul.function-list {
    background: #F0F0F0;
    border-radius: 10px;
    border: 1px solid rgba(86, 135, 86, 0.31);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1.5em;
}
.ing-quoted-fr {
    display: block;
    font-weight: 700;
    font-size: 15px;
}
ul.why-switch-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 2em;
}
.why-switch-list li {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    gap: 25px;
    background: #F0F0F0;
    border-radius: 10px;
}
.why-switch-list li p {
    margin-bottom: 0;
}
p.wh-text1 {
    font-weight: 700;
    font-size: 22px;
}
.why-switch-list li:not(:last-child) .wh-text1 {
    white-space: nowrap;
}
.main-post ul.why-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
}
.why-panel h2, .why-panel p {
    text-align: center;
}
.wh-text-row {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.wh-text-row p.wh-lead-text, .main-post ul.why-list {
    flex: 1;
}
p.wh-lead-text {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    font-size: 33px;
    line-height: 1.65;
    margin-bottom: 0;
}
.why-list li {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    padding: 8px;
    font-family: 'Inter', sans-serif;
    flex-basis: auto;
    display: flex;
    align-items: center;
}
.why-list li h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    margin: 0;
}
.why-list li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}
.why-list li::before {
    content: '';
    display: inline-block;
    width: 27px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/05/blog/square-check.svg) center no-repeat;
    background-size: contain;
    margin: 0 10px 0 0;
}
ul.testi-list {
    display: flex;
    gap: 16px;
    margin-bottom: 2em;
}
.testi-list li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: #F4F4F4;
    border: 5px solid #DEDEDE;
    border-radius: 10px;
    padding: 30px;
    max-width: 670px;
    position: relative;
    text-align: center;
}
.testi-list li p {
    font: 400 24px / 1.4 'Inter', sans-serif;
}
.testi-list li span.customer-name {
    font: 700 18px / 1.4 'Inter', sans-serif;
    margin: 0 auto;
}
p.testi-text {
    font-style: italic;
    margin-bottom: .5em;
}
.ms-box.last-b {
    margin-bottom: 0;
}

.widget-container {
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.widget-container ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}
h3.widget-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.widget-container ul li {
    position: relative;
    margin-bottom: 3px;
}
.widget-container ul li > a {
    padding-left: 15px;
    color: #333;
}
.widget-container ul li > a::before {
    content: "";
    background: url(//assets.lifecellskin.com/wp-content/themes/lifecell-2019/dist/images/menu-bullets-red.png) 0 0 no-repeat;
    background-size: cover;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
#categories-2 {
    margin-top: 49px;
}
.bb-box p.first-purchase {
    font-weight: 400;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: 20px;
}
.main-post h3.reah-h3 {
    font-weight: 500;
    font-size: 28px;
}
.testimonials {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.testimonials li {
    padding: 34px;
    background: #EFEFEF;
    border: 1px solid #B2B2B2;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
}
.testimonials li b {
    font-weight: 700;
}
footer {
    margin-top: 30px;
    background: none;
    color: #000000;
}
footer p {
    font-size: 12px;
}
.main-post ul.aging-signs {
    margin-bottom: 30px;
}
.videos {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.video-wrap {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}
.dr-name {
    font-size: smaller;
}
ul.diff-list {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
ul.diff-list li {
    flex: auto;
    min-height: 50px;
    background: #EFEFEF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
}
ul.diff-list li > span {
    font-size: 26px;
    font-weight: 700;
    color: #4289AD;
}
.box-out h2 {
    letter-spacing: -0.06em;
}
.box-out ul.kp-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.out-post {
    padding: 38px;
}
.out-post .box-out {
    margin-left: auto;
    margin-right: auto;
}
.nlx-panel {
    background: #FAFAFA;
    border: 1px solid #C3C3C3;
    border-radius: 20px;
    padding: 30px 0px;
    margin-bottom: 30px;
}
.nlx-panel h2 {
    text-align: center;
    font-size: 44px;
}
.nlx-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 960px;
    margin: 0 auto;
}
.nlx-panel .nlx-row p {
    flex: 1;
    background: #FFE7E7;
    border: 1px solid #FFA5A5;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 0;
    font: 400 23px / 1.5 'Inter', sans-serif;
}
.nlx-panel .nlx-row p.nxl_2 {
    background: #EFFFE7;
}
.main-post ul.xp-list {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.xp-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFEFEF;
    border: 1px solid #FFD7D7;
    border-radius: 19px;
    padding: 5px 10px 5px 5px;
    font: 500 18px / 1.2 'Inter', sans-serif;
}
ul.xp-list li::before {
    content: '';
    width: 20px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/06/blog/red-x.svg) center no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.main-post ul.result-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}
ul.result-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5FFC8;
    border: 1px solid #9CCC3D;
    border-radius: 19px;
    padding: 5px 10px 5px 5px;
    font: 500 18px / 1.2 'Inter', sans-serif;
}
ul.result-list li::before {
    content: '';
    width: 20px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/06/blog/round-check-brown.svg) center no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.main-post p.result-lead {
    margin-bottom: 1rem;
}

@media (max-width: 1200px) {
    .top-panel {
        gap: 28px;
    }
    .main-post .top-box h3 {
        font-size: 30px;
    }
    .ms-box h2 {
        font-size: 52px;
        margin-bottom: 20px;
    }
    .kp-list li {
        font-size: 16px;
    }
    .main-post .ing-content p {
        font-size: 17px;
    }
    .ms-q::after {
        right: 20px;
        bottom: 15px;
    }
    .kp-list li {
        margin-bottom: 10px;
    }
    .main-post ul.kp-list, .box-out.kp-list {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .top-panel {
        gap: 20px;
    }
    .main-post .top-box h3 {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    .main-post .top-box p {
        font-size: 17px;
        line-height: 1.6;
    }
    .top-box {
        padding: 25px;
    }
    .top-box {
        max-width: 320px;
    }
    .top-img-wrap {
        flex: 1;
    }
    .main-post .top-box p > span {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .kp-list li {
        display: block;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
    }
    .ms-box {
        background: url(//assets.lifecellskin.com/offers/mobile/images/2025/06/blog/lash-box-bg-mobile.jpg) center top;
        background-size: cover;
        padding-top: 639px;
    }
    .ms-box h2 {
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .ms-box h2 > br {
        display: none;
    }
    .main-post ul.kp-list {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .box-content {
        margin: 0 auto;
    }
    h1.main-title {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .ingredients-panel {
        justify-content: center;
    }
    .wh-text-row {
        flex-direction: column;
    }
    p.wh-lead-text {
        margin-right: auto;
        text-align: center;
        font-size: 24px;
    }
    .why-list li {
        width: 100%;
    }
    .why-panel h2 {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
    ul.testi-list {
        flex-direction: column;
    }
    .main-post ul.fl-quality-list,
    ul.diff-list.dl-long {
        flex-direction: column;
    }
    .nlx-panel {
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .nlx-row {
        flex-direction: column;
    }
    .cta {
        margin-left: auto;
        margin-right: auto;
    }
    .box-content {
        width: 100%;
    }
    ul.diff-list.df-short li {
        min-width: 49%;
    }
    .main-post ul.xp-list {
        flex-direction: column;
        align-items: center;
    }
    .ingredients-panel > div {
        flex-direction: column;
        border-radius: 40px;
    }
    .ing-content h4 {
        padding: 0;
        text-align: center;
    }
    .ing-content {
        align-items: center;
    }
    .testi-fb p {
        font-size: 31px;
    }

}
@media (max-width: 767px) {
    .main-post,
    .out-post {
        padding: 28px;
    }
    .main-post h2 {
        font-size: 33px;
    }
    .main-post h3 {
        font-size: 24px;
        text-wrap: pretty;
    }
    .auth-date {
        font-size: 12px;
        justify-content: center;
    }
    .author::before, .date-posted::before {
        width: 16px;
        margin-right: 3px;
    }
    .main-post p {
        font-size: 24px;
        text-align: center;
    }
    .main-post h1, .main-post h2, .main-post h3, .main-post h4 {
        margin-bottom: 1.2rem;
        text-align: center;
    }
    .auth-date {
        margin-bottom: 20px;
    }
    .dw-top {
        display: none;
    }
    .timer-panel {
        padding: 5px 18px;
    }
    .top-box {
        max-width: none;
    }
    .box-cta {
        padding-right: 25px;
        padding-left: 25px;
        flex-direction: column;
    }
    .kp-list li {
        font-size: 18px;
    }
    .product-box {
        position: static;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .box-content {
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }
    .box-cta h2 {
        text-align: center;
        font-weight: 700;
        font-size: 40px;
    }
    .cta {
        max-width: none;
    }
    .box-cta .cta {
        max-width: 380px;
        margin: 0 auto;
    }
    .ba-wrapper {
        flex-direction: column;
    }
    .product-box, .box2 .product-box {
        visibility: hidden;
        width: 400px;
    }
    .pb-wrapper {
        background: url(//assets.lifecellskin.com/offers/mobile/images/2025/01/blog/lifecell-product_ggm.png) center no-repeat;
        background-size: 290px auto;
        margin-bottom: 30px;
    }
    .bb-content {
        text-align: center;
        padding-bottom: 250px;
        background-position: center bottom 10px;
    }
    .bb-box .cta {
        max-width: none;
    }
    .lc-page > .row {
        margin-top: 7px;
    }
    .why-switch-list li {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
    p.wh-text1 {
        line-height: 1.5;
    }
    .top-panel {
        flex-direction: column-reverse;
    }
    .top-img-wrap img {
        max-width: none;
    }
    .ba-pic {
        flex-direction: column;
    }
    .ba-pic > div img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .product-panel {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
    .pp_1 {
        max-width: none;
        justify-content: center;
    }
    
    .models {
        justify-content: center;
    }
    .ms-w-model-2 {
        display: none;
    }
    .main-post ul.why-list {
        flex-direction: column;
    }
    .ms-box {
        padding-top: 496px;
    }
    .fs-serum-1 { 
        width: 41%;
    }
    .fs-product {
        order: 3;
        width: 80%;
    }
    .fs-serum-2 {
        order: 2;
        width: 51%;
    }
    .why-list li p {
        text-align: center;
    }
    .ba-pic img.w-ba-3, .ba-pic img.w-ba-2 {
        width: 100%;
        margin: 0;
        max-width: none;
    }
    ul.gut-inflame-list li {
        justify-content: center;
    }
    ul.testi-list {
        flex-direction: column;
    }
    ul.diff-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ms-q.testi-dr p {
        font-size: 23px;
    }
    .why-list li h4 {
        text-align: center;
        width: 100%;
    }
    .pp_1, .pp_2, .pp_3 {
        max-width: none;
        width: 100%;
    }
    img.pp-item-2, img.pp-item-4 {
        max-width: none;
    }
    .main-post .top-box h3 {
        font-size: 20px;
    }
    .ba-pic {
        margin: 0 auto 30px;
    }
    .ba_1, .ba_2, .ba_3 {
        width: 100%;
    }
    .product-panel {
        flex-direction: column;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .ba-pic > div img {
        max-width: none;
    }
    .cta.cta-red {
        line-height: 1.2;
        padding: 10px 15px;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
        text-wrap: pretty;
    }
    .ms-q.ms-q-color {
        padding-bottom: 40px;
    }
    .ms-q.ms-q-color::after {
        width: 32px;
        height: 21px;
    }
    ul.fl-quality-list li p {
        text-align: left;
    }
    ul.diff-list.df-short li {
        min-width: 0;
        width: 100%;
        justify-content: center;
    }
    .ingredients-panel {
        flex-direction: column;
    }
    .main-post ul.kp-list {
        margin-left: auto;
        margin-right: auto;
    }
    .cta.cta-red {
        font-size: 29px;
        min-height: 70px;
    }
    .main-post h1 {
        font-size: 45px;
    }
    .target-panel h2 {
        writing-mode: inherit;
    }
    .target-panel {
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    .main-post h1 {
        font-size: 43px;
    }
}

@media (max-width: 450px) {
    .ingredients-panel {
        flex-direction: column;
    }
    .timer-panel {
        padding-left: 9px;
        padding-right: 9px;
    }
    .t-content .t-timer, .t-content .t-text {
        font-size: 13px;
    }
    .main-post,
    .out-post {
        padding: 18px;
    }
    .main-post h2 {
        font-size: 36px;
    }
    .pb-wrapper {
        background-size: 220px auto;
    }
    .videos {
        gap: 8px;
    }
    .video-wrap {
        border-radius: 5px;
    }
    .main-post h1 {
        font-size: 37px;
    }
    .top-panel {
        gap: 25px;
    }
    .ms-q {
        padding: 25px;
    }
    .main-post .top-box h3 {
        font-size: 30px;
    }
    .main-post .top-box p {
        font-size: 18px;
    }
    .main-post p {
        font-size: 21px;
    }
    .pp_1 > div {
        flex: 1;
    }
    .main-post .ing-content h4 {
        font-size: 20px;
        margin-bottom: .75rem;
    }
    .main-post .ing-content p {
        font-size: 18px;
    }
    .ms-box {
        padding: 496px 25px 25px 25px;
    }
    .ms-q.testi-dr p {
        font-size: 21px;
    }
    .ms-q.testi-dr p > span {
        font-size: 16px;
    }
    .kp-list li {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        text-wrap: pretty;
    }
    ul.diff-list li {
        font-size: 16px;
    }
    ul.diff-list li > span {
        font-size: 21px;
    }
    .ms-q.ms-q-color::after {
        width: 25px;
        height: 17px;
        right: 15px;
        bottom: 15px;
    }
    .ing-content ul li {
        font-size: 19px;
    }
    .why-list li h4 {
        line-height: 1.2;
    }
    .cta.cta-red {
        min-height: 70px;
    }
    .nlx-panel .nlx-row p {
        font-size: 19px;
    }
    .cta.cta-red {
        font-size: 27px;
    }
}
@media (max-width: 410px) {
    .main-post .top-box h3 {
        font-size: 26px;
    }
    .main-post .top-box p {
        font-size: 16px;
    }
    .main-post p {
        font-size: 19px;
    }
    .ms-q.testi-dr p {
        font-size: 16px;
    }
    .ms-q.testi-dr p > span {
        font-size: 14px;
    }
    .testi-list li {
        font-size: 25px;
    }
    .main-post .ing-content p {
        font-size: 16px;
    }
    .navbar-brand {
        width: 160px;
    }
    .aging-signs-list li h3 {
        font-size: 20px;
    }
    .aging-signs-list li p {
        font-size: 20px;
    }
    .box-cta .cta, .cta {
        font-size: 20px;
    }
    .testi-list li p,
    ul.gut-inflame-list li {
        font-size: 19px;
    }
    .kp-list li {
        padding-left: 10px;
        padding-right: 10px;
        max-width: none;
    }
    .ms-box {
        padding: 524px 15px 15px 15px;
    }
    .box-cta h2 {
        font-size: 35px;
    }
    .ing-content ul li {
        font-size: 17px;
    }
    .cta.cta-red {
        min-height: 65px;
    }
    .nlx-panel .nlx-row p {
        font-size: 17px;
    }
    ul.diff-list.dl-long li {
        font-size: 13px;
    }
    ul.diff-list.dl-long li > span {
        font-size: 17px;
    }
    .main-post h2 {
        font-size: 34px;
    }
    .cta.cta-red {
        font-size: 25px;
        padding-left: 30px;
    }
    .main-post h1 {
        font-size: 33px;
    }
}














