anim
anim
anim
  • All Categories
  • Home
  • Skin Care
  • Genuine  brands

    Genuine brands


  • Temperature Controlled

    Temperature Controlled


  • Secure Payment

    Secure Payment

About Product


/* start video */
#video>div {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
height: 0;
margin-bottom: 2%;
}

#video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* end video */
/* start product label */
:root {
--bioderma: #ffc08c;
}

.grico {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
width: 80%;
color: #006b80 !important;
/* font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif !important; */
font-weight: bold !important;
}

.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;
margin-bottom: 5%;
width: 15vw;
}

.four {
grid-area: fr;
}

.five {
grid-area: fv;
text-align: center;
}

.six {
grid-area: sx;
}

.two img {
display: block;
width: 100%;
}

.gridz>div p {
font-weight: normal;
margin: 15px;
color: #006b80;
font-weight: bold;
text-align: center;
}

.one::before,
.four::before,
.six::before {
content: "";
position: absolute;
top: 49%;
left: -0.1rem;
width: 0.5rem;
height: 0.5rem;
border-radius: 100px;
display: block;
background-color: var(--bioderma);
}

.five::before {
content: "";
position: absolute;
top: 49%;
right: -0.1rem;
width: 0.5rem;
height: 0.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;
width: 20vw;
}

.borderLeft {
border-left: 2px solid var(--bioderma);
position: absolute;
top: 0;
bottom: 0;
height: 33%;
}

.borderRight {
border-right: 2px solid var(--bioderma);
position: absolute;
top: 0;
right: 0;
height: 33%;
}

.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: -0.1rem;
right: none;
}

.five {
text-align: left;
}

.five .borderLeft {
opacity: 1;
}

.five .borderRight {
display: none;
}

.one,
.five,
.four,
.six {
width: 50vw;
}

.two {
width: 55vw;
}
}

@media screen and (max-width: 490px) {
.bigimage {
display: none !important;
}

.smallimage {
display: block !important;
}
}

/* 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;
}

/* start how */
.how {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}

.how>div {
width: 49%;
align-self: center;
}

.how img {
display: block;
margin: 0 auto;
width: 100%;
}

.use ul li {
padding: 5px;
vertical-align: middle;
}

.im {
display: flex;
}

.im img {
align-self: center;
}

/* 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%;
}
}

/* Features Styling */
.rowz {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.Features {
flex-basis: 16%;
padding: 10px;
text-align: center;
}

.Features img {
min-width: 75.34px;
}

.FeaturesHeaders {
color: #863ebc;
font-weight: bold;
}

/*grid-code*/
.btn1 {
border: none;
color: white;
font-size: 16px;
border-radius: 10px;
}

.ban img {
display: block;
margin: 10px auto 2%;
width: 70%;
}

.BASIO {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
gap: 2%;
cursor: pointer;
align-content: center;
}

.BASIO img {
display: block;
width: 100%;
border-radius: 5%;
margin: 0 auto 2%;
}

.child p:first-of-type {
text-align: center;
}

.card {
transition: 0.3s;
}

.card:hover {
transform: translatey(-10px);
}

@media only screen and (max-width: 767px) {
.BASIO::after {
content: "";
height: 5vh;
}
}

@media screen and (max-width: 700px) {
.imagegroup {
display: none
}

@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;
}
}

@media screen and (max-width: 700px) {
.Features {
flex-basis: 49%;
text-align: center;
}

.Features img {
min-width: 115px;
max-width: 75.34px;
}
}

@media screen and (max-width: 700px) {
.how>div {
width: 100%;
}

.im {
order: 1;
}

.im img {
width: 100%;
margin: 3% auto;
}

.use {
line-height: normal;
}

.use ul li {
padding: 5px;
vertical-align: middle;
}
}

@media screen and (max-width: 700px) {
.imagegroup {
flex-direction: column;
}

.imagegroup img {
width: 100%;
margin: 2% auto;
}
}

Product Description:





  • Straight from the pip of the marula fruit, our pure, unrefined oil is virtually untouched by any
    chemical or fragrance, natural or synthetic.

  • This super-absorbable oil will quickly sink in and diminish the look of fine lines and wrinkles.

  • Appropriate for all skin, including the most sensitive.

  • In addition, antioxidant-rich fermented green tea helps combat signs of aging.

  • Our marula oil contains greater concentrations of polyphenols than dark chocolate or green or black
    teas, which means a powerful antioxidant defense against pollution and damaging environmental free
    radicals.




{{widget type="Redbox\Widgets\Block\Widget\Youtube" video_id="COXaHcuTAw"
template="Redbox_Widgets::widgets/youtube.phtml"}}



Product Benefits:






Rich in critical antioxidants and omegas 6 and 9.







marula nourishes and balances while restoring a youthful glow and remains in its purest form.






Diminish the look of fine lines and wrinkles.






Appropriate for all skin, including the most sensitive.







Free From:




Alcohol Free




Sulfate Free




Silicone Free




Fragrance Free








How To Use:



  • Apply 2-3 drops to face, neck, chest, hands, backs of arms or any place needing increased moisture without any greasy residue for balanced, glowing, healthy-looking skin.

  • Use with Drunk Elephant cleansers, serums, and sun protection as part of your complete Drunk Elephant skincare routine.


Warnings And precautions:



  • Don’t use it if you are allergic to any of its contents.







Ingredients:


100% Unrefined Sclerocarya Birrea (Marula) Kernel Oil:



  • At Drunk Elephant, we believe there are six culprits that are at the root of almost all skin problems.


Explore
Drunk Elephant Brand:





.image_section img {
display: block;
width: 100%;
height: auto
}

@media (max-width:640px) {
.image_section img {
display: none;
}
}




.image_small img {
display: block;
width: 100%;
height: auto
}

@media (min-width:640px) {
.image_small img:first-child {
display: none;
}
}
}


Product Details:

    Skin Care
    Drunk Elephant

    Drunk Elephant Virgin Marula Luxury Facial Oil 15ml

    162.75 AED

    Drunk Elephant Virgin Marula Luxury Facial Oil 15ml


    /* start video */
    #video>div {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 2%;
    }

    #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    /* end video */
    /* start product label */
    :root {
    --bioderma: #ffc08c;
    }

    .grico {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    color: #006b80 !important;
    /* font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif !important; */
    font-weight: bold !important;
    }

    .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;
    margin-bottom: 5%;
    width: 15vw;
    }

    .four {
    grid-area: fr;
    }

    .five {
    grid-area: fv;
    text-align: center;
    }

    .six {
    grid-area: sx;
    }

    .two img {
    display: block;
    width: 100%;
    }

    .gridz>div p {
    font-weight: normal;
    margin: 15px;
    color: #006b80;
    font-weight: bold;
    text-align: center;
    }

    .one::before,
    .four::before,
    .six::before {
    content: "";
    position: absolute;
    top: 49%;
    left: -0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100px;
    display: block;
    background-color: var(--bioderma);
    }

    .five::before {
    content: "";
    position: absolute;
    top: 49%;
    right: -0.1rem;
    width: 0.5rem;
    height: 0.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;
    width: 20vw;
    }

    .borderLeft {
    border-left: 2px solid var(--bioderma);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 33%;
    }

    .borderRight {
    border-right: 2px solid var(--bioderma);
    position: absolute;
    top: 0;
    right: 0;
    height: 33%;
    }

    .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: -0.1rem;
    right: none;
    }

    .five {
    text-align: left;
    }

    .five .borderLeft {
    opacity: 1;
    }

    .five .borderRight {
    display: none;
    }

    .one,
    .five,
    .four,
    .six {
    width: 50vw;
    }

    .two {
    width: 55vw;
    }
    }

    @media screen and (max-width: 490px) {
    .bigimage {
    display: none !important;
    }

    .smallimage {
    display: block !important;
    }
    }

    /* 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;
    }

    /* start how */
    .how {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    }

    .how>div {
    width: 49%;
    align-self: center;
    }

    .how img {
    display: block;
    margin: 0 auto;
    width: 100%;
    }

    .use ul li {
    padding: 5px;
    vertical-align: middle;
    }

    .im {
    display: flex;
    }

    .im img {
    align-self: center;
    }

    /* 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%;
    }
    }

    /* Features Styling */
    .rowz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    }

    .Features {
    flex-basis: 16%;
    padding: 10px;
    text-align: center;
    }

    .Features img {
    min-width: 75.34px;
    }

    .FeaturesHeaders {
    color: #863ebc;
    font-weight: bold;
    }

    /*grid-code*/
    .btn1 {
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    }

    .ban img {
    display: block;
    margin: 10px auto 2%;
    width: 70%;
    }

    .BASIO {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
    gap: 2%;
    cursor: pointer;
    align-content: center;
    }

    .BASIO img {
    display: block;
    width: 100%;
    border-radius: 5%;
    margin: 0 auto 2%;
    }

    .child p:first-of-type {
    text-align: center;
    }

    .card {
    transition: 0.3s;
    }

    .card:hover {
    transform: translatey(-10px);
    }

    @media only screen and (max-width: 767px) {
    .BASIO::after {
    content: "";
    height: 5vh;
    }
    }

    @media screen and (max-width: 700px) {
    .imagegroup {
    display: none
    }

    @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;
    }
    }

    @media screen and (max-width: 700px) {
    .Features {
    flex-basis: 49%;
    text-align: center;
    }

    .Features img {
    min-width: 115px;
    max-width: 75.34px;
    }
    }

    @media screen and (max-width: 700px) {
    .how>div {
    width: 100%;
    }

    .im {
    order: 1;
    }

    .im img {
    width: 100%;
    margin: 3% auto;
    }

    .use {
    line-height: normal;
    }

    .use ul li {
    padding: 5px;
    vertical-align: middle;
    }
    }

    @media screen and (max-width: 700px) {
    .imagegroup {
    flex-direction: column;
    }

    .imagegroup img {
    width: 100%;
    margin: 2% auto;
    }
    }

    Product Description:





    • Straight from the pip of the marula fruit, our pure, unrefined oil is virtually untouched by any
      chemical or fragrance, natural or synthetic.

    • This super-absorbable oil will quickly sink in and diminish the look of fine lines and wrinkles.

    • Appropriate for all skin, including the most sensitive.

    • In addition, antioxidant-rich fermented green tea helps combat signs of aging.

    • Our marula oil contains greater concentrations of polyphenols than dark chocolate or green or black
      teas, which means a powerful antioxidant defense against pollution and damaging environmental free
      radicals.




    {{widget type="Redbox\Widgets\Block\Widget\Youtube" video_id="COXaHcuTAw"
    template="Redbox_Widgets::widgets/youtube.phtml"}}



    Product Benefits:






    Rich in critical antioxidants and omegas 6 and 9.







    marula nourishes and balances while restoring a youthful glow and remains in its purest form.






    Diminish the look of fine lines and wrinkles.






    Appropriate for all skin, including the most sensitive.







    Free From:




    Alcohol Free




    Sulfate Free




    Silicone Free




    Fragrance Free








    How To Use:



    • Apply 2-3 drops to face, neck, chest, hands, backs of arms or any place needing increased moisture without any greasy residue for balanced, glowing, healthy-looking skin.

    • Use with Drunk Elephant cleansers, serums, and sun protection as part of your complete Drunk Elephant skincare routine.


    Warnings And precautions:



    • Don’t use it if you are allergic to any of its contents.







    Ingredients:


    100% Unrefined Sclerocarya Birrea (Marula) Kernel Oil:



    • At Drunk Elephant, we believe there are six culprits that are at the root of almost all skin problems.


    Explore
    Drunk Elephant Brand:





    .image_section img {
    display: block;
    width: 100%;
    height: auto
    }

    @media (max-width:640px) {
    .image_section img {
    display: none;
    }
    }




    .image_small img {
    display: block;
    width: 100%;
    height: auto
    }

    @media (min-width:640px) {
    .image_small img:first-child {
    display: none;
    }
    }
    }


    Product Details:

      • Genuine  brands

        Genuine brands


      • Temperature Controlled

        Temperature Controlled


      • Secure Payment

        Secure Payment

      Drunk Elephant Virgin Marula Luxury Facial Oil 15ml