/* 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%;
right: -.1rem;
width: .5rem;
height: .5rem;
border-radius: 100px;
display: block;
background-color: var(--bioderma)
}
.five::before {
content: "";
position: absolute;
top: 49%;
left: -.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;
left: 0;
height: 50%;
}
.five .borderLeft {
opacity: 0;
}
.lion {
color: var(--bioderma);
font-weight: bold;
margin-right: 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 {
right: -.1rem;
}
.five {
text-align: right;
}
.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>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 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 */
/* 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 {
color: #843090;
font-size: large;
font-weight: bold;
box-shadow: 0px 2px 2px 2px;
min-width: 125px;
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;
}
.leftz {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
margin-left: 5px;
}
.BeautyCare {
position: relative;
}
.BeautyCare-block {
position: absolute;
bottom: 44%;
right: 5%;
color: white;
padding: 0px;
}
.Choose {
color: white;
font-size: 4vw;
text-align: right;
}
@media screen and (max-width: 700px) {
.Tips {
flex-basis: 50%;
}
.BeautyCare {
position: relative;
}
.BeautyCare-block {
position: absolute;
bottom: 33%;
right: 5%;
color: white;
padding: 0px;
}
.Choose {
color: white;
font-size: 5vw;
text-align: right;
}
}
/* end tips */
/* Features Styling */
.rowz {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.Features {
flex-basis: 16%;
padding: 10px;
text-align: center;
text-transform: capitalize;
}
.Features img {
min-width: 75.34px;
}
.FeaturesHeaders {
color: #843090;
font-weight: bold;
}
@media screen and (max-width: 700px) {
.Features {
flex-basis: 28%;
padding: 10px;
text-align: center;
}
.Features img {
min-width: 75.34px;
max-width: 75.34px;
}
}
تفاصيل المنتج:
وصف المنتج:
شكل المنتج
كريم للعناية اليومية بالبشرة
لمن؟
لجميع أفراد الأسرة
النتائج
+20٪ ترطيب بعد 24 ساعة
فوائد المنتج:
Silky and smooth texture
Skin is soft,
comfortable and hydrated.
Guarantees skin tolerance
Protects skin from harsh external factors for normal to dry skin types.
Lastingly moisturizes
Immediate and 24-hour hydration thanks to the Skin Protect Complex.
إختاري روتين العناية ببشرتك
تفاصيل المنتج: