anim

loading...

More from Brand

  • Trusted
Shippings

    Trusted Shippings


  • 100% Secured
Payment

    100% Secured Payment


  •  Genuine
Brands

    Genuine Brands

<b>Need help?</b> <br> Call, WhatsApp, or email us

Need help?
Call, WhatsApp, or email us

About Product

/* start banners */ .ban img:first-of-type { margin-top: 2%; } .ban img { display: block; margin: 0 auto 2%; width: 90%; } @media screen and (max-width: 700px) { .ban img { width: 100%; } } /* end banners */ /* 2 image in one start */ .combine img { margin: 0 auto; display: block; width: 90%; } .combine img:last-of-type { margin-bottom: 2%; } @media screen and (max-width: 700px) { .combine img { width: 100%; } } /* 2 image in one end */ /* start product label */ :root { --bioderma: #57c0d4; /* sensibio */ } .grico { display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 80%; } .gridz { margin: 0 auto; display: grid; grid-template-areas: on tw . fr tw fv 'sx tw .'; row-gap: 15px; justify-content: flex-start; align-items: center; } .one { grid-area: on; } .two { grid-area: tw; background-color: transparent; position: relative; } .four { grid-area: fr; } .five { grid-area: fv; text-align: center; } .six { grid-area: sx; } .two img { display: block; width: 100%; } .gridz>div p:first-of-type { font-weight: bold; } .one::before, .four::before, .six::before { content: ; position: absolute; top: 49%; left: -.1rem; width: .5rem; height: .5rem; border-radius: 100px; display: block; background-color: var(--bioderma) } .five::before { content: ; position: absolute; top: 49%; right: -.1rem; width: .5rem; height: .5rem; border-radius: 100px; display: block; background-color: var(--bioderma); } .one, .five, .four, .six { border-top: 2px solid var(--bioderma); position: relative; text-indent: 1em; } .borderLeft { border-left: 2px solid var(--bioderma); position: absolute; top: 0; bottom: 0; height: 50%; } .borderRight { border-right: 2px solid var(--bioderma); position: absolute; top: 0; right: 0; height: 50%; } .five .borderLeft { opacity: 0; } .lion { color: var(--bioderma); font-weight: bold; margin-left: 1em; } .bigimage { display: block; } .smallimage { display: none !important } @media screen and (max-width: 700px) { .grico { width: 100%; } .gridz { padding: 10px; grid-template-areas: on tw fr tw fv tw 'sx tw '; width: 100%; } .five::before { left: -.1rem; right: none; } .five { text-align: left; } .five .borderLeft { opacity: 1; } .five .borderRight { display: none; } } @media screen and (max-width: 490px) { .bigimage { display: none !important } .smallimage { display: block !important } } /* end product label */ /* start video */ .video { margin-bottom: 2%; } #video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } #video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* end video */ /* start image collection */ .imagegroup { display: flex; justify-content: space-evenly; align-items: center; margin-bottom: 3%; } .imagegroup img { width: 30%; display: block; margin: 2% auto; } @media screen and (max-width: 700px) { .imagegroup { flex-direction: column; } .imagegroup img { width: 100%; margin: 2% auto; } } /* end image collection */ /* start benfits */ .benf { display: flex; flex-wrap: wrap; padding: 15px; justify-content: space-evenly; } .features { flex-basis: 30%; } .features img { display: block; margin: 3% auto; width: 100%; } .features p:first-of-type { font-weight: bold; text-align: center; } @media screen and (max-width: 700px) { .benf { flex-direction: column; } } /* end benfits */ /* start suitable */ .sut { display: flex; justify-content: center; text-align: center; font-weight: bold; } .sut img { display: block; margin: auto; width: 100% } /* end suitable */ /* start how */ .how { display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; } .how>div { width: 48%; } .how img { display: block; margin: 0 auto; width: 100%; } .use { line-height: 2em; } .use ul li { padding: 15px; vertical-align: middle; } .im { display: flex; } .im img { align-self: center; } @media screen and (max-width: 700px) { .how>div { width: 100%; } .use { order: 2; } .im { order: 1 } .im img { width: 100%; margin: 3% auto; } .use { line-height: normal; } .use ul li { padding: 5px; vertical-align: middle; } } /* start how */ .diagram { display: flex; justify-content: space-between; } .diagram img { display: block; margin: 3% auto; } .guide { width: 18%; } .guide p:first-of-type { font-weight: bold; text-align: center; } .guide li { margin-bottom: 0; } .imz { width: 35% } .imz img { width: 100% } @media screen and (max-width: 780px) { .imz { order: -1 } .diagram { flex-direction: column; } .guide { width: 100%; } .imz { width: 100% } } /* Beauty Care Routine */ .Care { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; } .Tips { flex-basis: 25%; padding: 0px; text-align: center; } .btn2 { font-family: trebuchet ms; color: #843090; font-size: large; font-weight: bold; box-shadow: 0px 2px 2px 2px; min-width: 120px; padding: 20px 0px; text-decoration: underline; } .btn2 { animation-name: line; animation-duration: 1.5s; animation-iteration-count: infinite; transition: ease; animation-fill-mode: both; } @keyframes line { 0% { text-decoration: underline; } 100% { text-decoration: none; } } .arrowz { border: solid #843090; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; } .rightz { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); margin-right: 5px; } .BeautyCare { position: relative; letter-spacing: 9px; margin-top: 3%; } .BeautyCare-block { position: absolute; bottom: 44%; right: 0%; color: white; padding: 0px; } .Choose { font-weight: bold; color: white; font-family: trebuchet ms; font-size: 2.5vw; text-align: right; } @media screen and (max-width: 700px) { .Tips { flex-basis: 50%; } .BeautyCare { position: relative; letter-spacing: 1px; } .BeautyCare-block { position: absolute; bottom: 33%; right: 5%; color: white; padding: 0px; } .Choose { font-weight: bold; color: white; font-family: trebuchet ms; font-size: 3.5vw; text-align: right; } } /* end tips */ /* Features Styling */ .rowz { display: flex; flex-wrap: wrap; justify-content: space-around; } .Features { flex-basis: 16%; padding: 10px 5px; text-align: center; text-transform: capitalize; } .Features img { min-width: 75.34px; display: block; width: 100%; margin: 0 auto ; } .FeaturesHeaders { color: #843090; font-weight: bold; } @media screen and (max-width: 700px) { .Features { flex-basis: 32%; } } :root { --bioderma: #82c236; } Product description: Nourishing and intensively rehydrating care for a better compliance of ultra-drying treatments. Sébium Hydra is specifically formulated to biologically counteract temporary side effects of dermatological treatments Product Form Daily skincare cream For Whom? Adults, Teens Proven Efficacy     Skin moisturised for 24 hours. Safe Formula Ingredients Features: Acne-prone skin Good tolerance No Comedones makeup base Used for Face Product benefits: The moisturising (glycerine) and biomimetic restructuring (ceramides) agents combat desquamation and sensation of tightness The anti-irritating properties of enoxolon and allantoin soothe and reduce redness The exclusive fluidactiv™ patented complex biologically regulates sebum quality, keeping pores from becoming clogged and limiting the formation of blemishes. Intensely moisturizes Limits sensation of tightness Soothes redness and relieves the skin How to use: Apply once or twice a day to skin cleansed with Sébium Gel moussant (Foaming gel) or Sébium H2O. Gently massage until absorbed. Ingredients: Fluidactiv™ patent Changes in sebum fluidity can be responsible for skin irregularties. This patented complex targets sebum, in order to keep pores from becoming clogged and contributes in reducing the appearance of irregularities. This patent by NAOS Research was designed in Aix-en-Provence and developed in o

anim

[object Object]

anim

Write your review

animanim
anim
anim
anim
anim

anim