:root {

    --body-bg-color: #FFFFFF;
    --main-body-bg: #F2F2F0;
    --body-font-color: #3B3D38;
    --body-font-color2: #000000;
    --cta-bg-color: #3B3D38;
    --cta-text-color: #FFFFFF;
    --body-font: 'Geist';
    --header-font: 'Sentient-Variable';
    --box-radius: 20px;
}   

@font-face {
    font-family: 'Sentient-Variable';
    src: url('//www.lifecellessentials.eu/assets/fonts/Sentient-Variable.ttf') format('truetype');
}

/* CSS Reset */
*, 
*::before, 
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
    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;
}
html, 
body {
    height: 100%;
}
img, 
picture, 
svg {
    max-width: 100%;
    display: block;
}
ul,
ol {
    list-style: none;
}


/*
    ====== General ======
*/

body {
    font-family: var(--body-font), sans-serif;
    color: var(--body-font-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 auto;
}


body{
    background: var(--body-bg-color);
}
main {
    background: var(--main-body-bg);
    padding-bottom: 25px;
}
.navbar, header {
    background: #ffffff;
    color: #3B3D38;
}
.navbar a.nav-link {
    color: #3B3D38;
    text-decoration: none;
    font: 500 14px / 1.3 'Geist', sans-serif;
}
.navbar a.nav-link:hover, .navbar a.nav-link:focus {
    color: #000000;
}
.navbar-brand {
    display: inline-block;
    width: 120px;
}
.navbar-brand img {
    display: block;
    width: 100%;
    padding: 7px 0;
}
.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, .5);
}
.navbar-nav {
    gap: 20px;
}
#navbarNav {
    justify-content: flex-end;
}


.navbar .eu-currency-label {
    display: flex;
    margin-right: 40px;
    padding: 4px 17px;
    background-color: #F6F4F1;
    border-radius: 12px;
    color: black;
    font: 500 14px / 1.3 'Geist', sans-serif;
}
.navbar .eu-currency-label.mobile {
    display: none;
    margin-right: 5px;
}
.navbar .eu-currency-label img {
    margin-right: 10px;
}



.lc-page > .row {
    margin-top: 25px;
}
.timer-top {
    margin-bottom: 7px;
}
.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;
}
.main-post .bn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}
.main-post .bn-list li {
    flex: 1;
    background: #FFFFFF;
    border-radius: var(--box-radius);
    padding: 35px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
}
.main-post .bn-title {
    font: 400 23px / 1.2 var(--header-font), serif;
}
.main-post .bn-desc {
    font: 400 14px / 1.4 var(--body-font), sans-serif;
    color: #838481;
    margin-bottom: 0;
}
.main-post .h2-title {
    text-align: center;
    font: 400 50px / 1.1 var(--header-font), serif;
    margin-bottom: 40px;
}
.main-post .product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 40px;
}
.main-post .product-list li {
    background: #E8E7E2;
    border-radius: var(--box-radius);
    padding: 30px;
    flex: 1;
}
.main-post .product-list li a {
    display: block;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.pl_1 img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: contain;
}
.main-post .pl_2 {
    text-align: center;
}
.product-list .product-name {
    text-wrap: pretty;
    font: 23px / 1.2 var(--header-font), serif;
    color: var(--body-font-color2);
    max-width: 250px;
    margin: 0 auto 10px;
}
.product-list .product-price {
    color: #898989;
    font-size: 16px;
}
.ig-section {
    margin-bottom: 40px;
}
.ig-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ig-section h2.h2-title {
    text-align: left;
    max-width: 500px;
}
.main-post .ig-list {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    gap: 10px;
    position: relative;
}
.main-post .ig-list li {
    border-radius: 13px;
    overflow: hidden;
}
.product-board {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin: 40px 0;
}
.pb-img-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.product-image {
    flex: 1;
    max-width: 530px;
}
.thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.thumbnails img {
    width: 80px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.product-details {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}
.pb_product-name {
    font: 500 48px / 1.1 var(--header-font), serif;
    color: #000000;
    margin-bottom: 1rem;
}
.product-price-wrap {
    font: 400 22px / 1.2 var(--body-font), sans-serif;
    margin-bottom: 25px;
}
.product-price-wrap div > span {
    font-weight: 500;
}
.main-post .pb_product-desc {
    font: 400 21px / 1.5 var(--body-font), sans-serif;
    margin-bottom: 1rem;
}
.info-list {
    padding-bottom: 10px;
}
.info-list details {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(59, 61, 56, 0.2);
}
.info-list summary {
    position: relative;
    list-style: none;
    font: 400 18px / 1.78 var(--body-font), sans-serif;
    padding: 5px 0;
}
summary::-webkit-details-marker {
  display: none!important;
}

summary::marker {
  display: none!important; 
  opacity: 0;
  color: transparent;
}
.info-list summary::after {
  content: '+'; 
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 500;
  color: rgba(59, 61, 56, 0.5);
  transition: transform 0.2s ease-in-out; 
}
details[open] > summary::after {
  /* content: '−'; The symbol for the open state (a minus sign) */
   transform: translateY(-50%) rotate(45deg); 
}
.main-post p.message-detail {
    font: 400 15px / 1.4 var(--body-font), sans-serif;
    margin-bottom: 10px;
}
.product-board .cta {
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}
.secure-logo-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.main-post .faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-panel {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}
.faq-h {
    font: 400 48px / 1.2 var(--header-font), serif;
    max-width: 450px;
}
.faq {
    flex: 1;
}
.faq-panel details {
    background: #ffffff;
    border-radius: 10px;
    padding: 0px 24px 0;
}
.faq-panel .question, .faq-panel .answer {
    font: 400 16px / 1.66 var(--body-font), sans-serif;
    color: rgb(16, 24, 40);
    padding-left: 8%;
}
.faq-panel .answer {
    margin-top: 10px;
}
.faq-panel .question {
    font-weight: 500;
}
.faq-panel summary {
    position: relative;
    list-style: none;
    font: 400 18px / 1.78 var(--body-font), sans-serif;
    padding: 15px 0;
}
.faq-panel summary::after {
  content: '+'; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 500;
  color: rgba(59, 61, 56, 0.5);
  transition: transform 0.2s ease-in-out; 
}
.reviews-panel {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.reviews-h {
    max-width: 300px;
    font: 400 60px / 1.1 var(--header-font), serif;
    text-transform: uppercase;
}
.review-list {
    flex: 1;
    max-width: 66%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.review-list li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 30px;
}
.reviews-panel .review-author-date {
    font: 400 15px / 1.2 var(--body-font), sans-serif;
    margin-bottom: 12px;
}
.reviews-panel .review-author-date > b {
    font-weight: 700;
    font-size: 18px;
}
.reviews-panel .review-verified-user {
    font: 700 15px / 1.2 var(--body-font), sans-serif;
    color: #6F8C0F;
    margin-bottom: 15px;
}
.reviews-panel .review-content {
    font: 400 14px / 1.4 var(--body-font), sans-serif;
    margin-bottom: 0;
}


.sidebar-lc {
    font-family: 'Inter', sans-serif;
    color: #000000;
}
.img-block {
    display: block;
    margin-bottom: 2rem;
}
.cta {
    background: var(--cta-bg-color);
    color: var(--cta-text-color);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta:hover, .cta:focus {
    color: var(--cta-text-color);
    background: #32342F;
    text-decoration: none;
}

.c2 {
    max-width: 400px;
}
.banner {
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.banner-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
.banner-img-mobile {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center;
}

.banner-content {
    display: flex;
    gap: 274px;
    align-items: center;
    position: relative;
    z-index: 20;
}
.banner-text {
    font: 400 28px / 1.4 var(--body-font), sans-serif;
    color: var(--body-font-color2);
}
.cta-banner {
    font-size: 16px;
    border-radius: 5px;
    max-width: 200px;
}
.header-text {
    width: 100%;
    max-width: 366px;
}
.bc_2 {
    flex: 1;
}
.top-title-wrap {
    text-align: center;
}
h1.main-title {
    font-weight: 700;
    letter-spacing: -0.03em;
}
.main-title > span {
    color: #FF0000;
    font-weight: 700;
}
.top-panel {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.top-box {
    flex-basis: 55%;
    max-width: 580px;
}
.ms-q {
    background: #F4F4F4;
    border: 5px solid #DEDEDE;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.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-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}
.main-post .top-box h3 {
    font-size: 40px;
    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;
}
.ba-pic > div img {
    width: 100%;
    border-radius: 12px;
}
.ba_1 {
    max-width: 600px;
}

div.ba_2 img {
    margin-left: -1.5%;
}


.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(//www.lifecellessentials.eu/assets/images/eu/box-bg.jpg) center right no-repeat;
    background-size: cover;
    min-height: 520px;
    max-width: 1000px;
    padding: 40px;
    color: #000000;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: var(--box-radius);
}
.ms-box h2 {
    font: 400 53px / 1.1 var(--header-font), sans-serif;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
}
.product-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 10px;
    max-width: 870px;
}
.product-panel img {
    max-width: none;
    width: 100%;
}
.fs-serum-1 {
    width: 27%;
}
.fs-product {
    width: 39%;
}
.fs-serum-2  {
    width: 34%;
}
.pp_1 {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pp_2 {
    width: 55%;
}
.ms-product {
    width: 100%;
    max-width: 448px;
}
.main-post ul.aging-signs-list {
    margin-bottom: 35px;
}
.main-post ul.kp-list,
.box-out.kp-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    max-width: 460px;
}
.kp-list li {
    font: 400 22px / 1.2 'Poppins', sans-serif;
    letter-spacing: -0.03em;
    display: inline-block;
    margin-bottom: 12px;
    background: #FFFFFF;
    border: 1px solid #9FB5CA;
    border-radius: 5px;
    padding: 13px 15px;
} 
.kp-list li > b {
    font-weight: 700;
}
.ms-box .cta {
    max-width: 460px;
    font-size: 22px;
    border-radius: 9px;
    min-height: 60px;
}
.follow-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 5px;
    margin-bottom: 30px;
}
.follow-text-wrap span {
    display: block;
    font: 20px / 1.2 var(--header-font), serif;
}
.follow-text-wrap a {
    display: block;
    text-decoration: none;
    font: 20px / 1.2 var(--header-font), serif;
    color: var(--body-font-color);
    padding: 10px 20px;
    background: #D4DCCF;
    border-radius: 10px;
}
.follow-text-wrap a:hover, .follow-text-wrap a:focus {
    background: #bcc4b7;
} 
.box-content {
    position: relative;
    z-index: 20;
    width: max(70%, 700px);
}
.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;
}
.ingredients-panel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 35px;
}
.ingredients-panel > div {
    display: inline-flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D59393;
    border-radius: 118px;
    gap: 20px;
    border-width: 2px;
    border-style: solid;
    padding: 15px 20px;
}
.ingredients-panel > div.ingr-1 {
    background-color: #EFF3F7;
    border-color: #506AB8;
}
.ingredients-panel > div.ingr-2 {
    background-color: #CFE4F5;
    border-color: #4A8FC5;
}
.ingredients-panel > div.ingr-3 {
    background-color: #EEE6CE;
    border-color: #D5C38F;
}
.ingredients-panel > div.ingr-4 {
    background-color: #F2D8AE;
    border-color: #692712;
}
.ingredients-panel > div.ingr-5 {
    background-color: #FFF0D7;
    border-color: #CF8B1C;
}
.ingredients-panel > div.ingr-6 {
    background-color: #FAF3CE;
    border-color: #FFD760;
}
.ing-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    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 21px / 1.3 'Inter', sans-serif;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #F2B0B0;
    border-radius: 55px;
}
.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;
}
.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;
}
#categories-2 {
    margin-top: 49px;
}
.bb-box p.first-purchase {
    font-weight: 400;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: 20px;
}
.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: #7B7B7B;
    background: #ffffff;
}
footer p {
    font-size: 14px;
    line-height: 1.4;
}
.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;
}
.ingr-h {
    text-align: center;
}
.main-post p.result-lead {
    margin-bottom: 1rem;
}
.catalog-page .main-post {
    padding: 40px 0 0 0;
}
.catalog-page .product-list li {
    min-width: 31%;
    max-width: 31%;
}


@media (min-width: 2161px) {
    .banner {
        min-height: 750px;
    }
}
@media (max-width: 1199px) {
    
    .ms-box h2 {
        font-size: 48px;
    }
    .kp-list li {
        font-size: 18px;
    }
    .banner {
        min-height: 550px;
    }
    .banner-content {
        gap: 240px;
        justify-content: center;
    }
    .header-text {
        max-width: 300px;
        margin-left: 5%;
    }
    .banner-text {
        font-size: 22px;
    }
    .bc_2 {
        max-width: 390px;
    }
    .box-content {
        width: max(70%, 600px);
    }
}


@media (max-width: 991px) {
    .banner .container {
        max-width: 960px;
    }
    .header-text {
        max-width: 280px;
    }
    .banner-content {
        gap: 230px;
    }

    .navbar .eu-currency-label.desktop {
        display: none;
    }
    .navbar .eu-currency-label.mobile {
        display: flex;
    }
    .main-post .bn-list li {
        flex: auto;
        width: 48%;
    }
    .kp-list li {
        display: block;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
    }
    .ms-box {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        background: url(//www.lifecellessentials.eu/assets/images/eu/box-bg-mobile.jpg) center top;
        background-size: cover;
        padding-top: 500px;
    }
    .ms-box h2 {
        text-align: center;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        font-size: 40px;
    }
    .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;
    }
    .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;
    }
    .main-post ul.kp-list, .ms-box .cta {
        margin-left: auto;
        margin-right: auto;
    }
    .faq-panel, .reviews-panel {
        flex-direction: column;
    }
    .faq-h, .review-list, .reviews-h {
        max-width: none;
    }
    .thumbnails img {
        width: 60px;
    }
    .pb_product-name {
        font-size: 35px;
    }
    .product-price-wrap {
        font-size: 20px;
    }
    .main-post .pb_product-desc {
        font-size: 18px;
    }
    .main-post p.message-detail {
        font-size: 14px;
    }
}
@media (max-width: 850px) {
    .banner-content {
        gap: 180px;
    }
    .header-text {
        max-width: 270px;
    }
    .banner-text {
        font-size: 21px;
    }

}
@media (max-width: 767px) {
    .main-post {
        padding: 28px;
    }
    .main-post p {
        font-size: 24px;
        text-align: center;
    }
    .main-post .bn-list, .main-post .product-list, .main-post .ig-list, .ig-top {
        flex-direction: column;
    }
    .main-post .bn-list li, .main-post .product-list li, .main-post .ig-list li {
        width: 100%;
    }
    .main-post .h2-title {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .banner {
        max-width: 510px;
        margin: 0 auto;
        min-height: 1090px;
        align-items: flex-end;
        padding-bottom: 30px;
    }
    .banner .container {
        max-width: 510px;
    }
    .banner-content {
        flex-direction: column;
        gap: 40px;
    }
    .header-text {
        margin-left: auto;
        margin-right: auto;
    }
    .banner-img {
        display: none;
    }
    .banner-img-mobile {
        display: block!important;
    }
    .banner-text {
        text-align: center;
    }
    .ig-section h2.h2-title {
        text-align: center;
    }
    .ms-box h2 {
        font-size: 35px;
    }
    .box-cta {
        padding-right: 25px;
        padding-left: 25px;
        flex-direction: column;
    }
    .kp-list li {
        font-size: 16px;
    }
    .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: 42px;
    }
    .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;
    }
    .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: 450px;
    }
    .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;
    }
    .ba_2 {
        max-width: none;
        margin-bottom: 25px;
    }
    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: 30px;
    }
    .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 10px 40px;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .ms-q.ms-q-color {
        padding-bottom: 40px;
    }
    .ms-q.ms-q-color::after {
        width: 32px;
        height: 21px;
    }
    ul.fl-quality-list li p {
        display: flex;
        text-align: left;
    }
    ul.diff-list.df-short li {
        min-width: 0;
        width: 100%;
        justify-content: center;
    }
    .ingredients-panel {
        flex-direction: column;
    }
    .cta.cta-red {
        font-size: 29px;
        min-height: 70px;
    }
    .cta.cta-red::after {
        width: 100px;
        height: 110px;
        right: -19px;
        top: -23px;
    }
    .product-board {
        flex-direction: column;
    }
    .product-image {
        max-width: none;
    }
    .main-post .pb_product-desc, 
    .main-post p.message-detail, 
    .reviews-panel .review-content, 
    .faq-panel .question, 
    .faq-panel .answer {
        text-align: left;
    }
    .product-board {
        margin-top: 10px;
    }
    .faq-h {
        font-size: 38px;
    }

}

@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;
    }
    .pb-wrapper {
        background-size: 220px auto;
    }
    .videos {
        gap: 8px;
    }
    .video-wrap {
        border-radius: 5px;
    }
    .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: 430px 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;
    }
    .cta.cta-red::after {
        width: 95px;
        height: 110px;
    }
    .nlx-panel .nlx-row p {
        font-size: 19px;
    }
    .cta.cta-red {
        font-size: 27px;
    }
    .main-post {
        padding: 0;
    }
    .banner {
        min-height: 1027px;
    }
    .faq-panel .question, .faq-panel .answer {
        font-size: 15px;
    }
    .faq-panel .answer {
        margin-top: 0;
    }
    .faq-panel details {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@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;
    }
    .banner {
        min-height: 921px;
    }
    .ms-box {
        padding: 420px 15px 15px 15px;
    }
    .box-cta h2 {
        font-size: 35px;
    }
    .ing-content ul li {
        font-size: 17px;
    }
    .cta.cta-red {
        min-height: 65px;
    }
    .cta.cta-red::after {
        width: 90px;
        height: 100px;
    }
    .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;
    }
    .cta.cta-red {
        font-size: 25px;
        padding-left: 30px;
    }
    .banner-text {
        font-size: 20px;
    }
    .header-text {
        max-width: 250px;
    }
    .faq-panel .question, .faq-panel .answer {
        font-size: 14px;
    }
    .faq-panel summary::after {
        font-size: 25px;
    }
    .reviews-panel .review-author-date {
        font-size: 13px;
    }
    .reviews-panel .review-author-date > b {
        font-size: 15px;
    }
    .reviews-panel .review-content {
        font-size: 13px;
    }
    .reviews-h {
        font-size: 50px;
    }
}