How to use
Apply to the eye contour area

/* 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: black;
/* sensibio */
}
.grico {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
width: 80%;
text-transform: capitalize;
}
.gridz {
margin: 0 auto;
display: grid;
grid-template-areas:
"on tw tw ."
"sx tw tw fv"
;
justify-content: flex-start;
align-items: center;
row-gap: 2px;
width: auto;
}
.one {
grid-area: on;
}
.two {
grid-area: tw;
background-color: transparent;
position: relative;
}
.four {
grid-area: fr;
}
.fivez {
grid-area: fv;
}
.six {
grid-area: sx;
}
.seven {
grid-area: sv;
}
.eight {
grid-area: et;
}
.two img {
display: block;
width: 100%;
}
.gridz>div p:first-of-type {
font-weight: bold;
margin: 1rem 0;
}
.gridz p {
padding-left: 0.5em;
}
.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,
.four,
.six {
border-top: 2px solid var(--bioderma);
position: relative;
}
.five {
border-top: 2px solid var(--bioderma);
position: relative;
}
.one p,
.six p {
padding-left: .5em;
}
.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;
}
.five p {
padding-right: .5em;
}
.lion {
color: var(--bioderma);
font-weight: bold;
margin-left: 1em;
}
.bigimage {
display: block;
}
.smallimage {
display: none !important
}
@media screen and (max-width: 700px) {
.grico {
display: block;
overflow: hidden;
width: 100%;
}
.gridz {
grid-template-areas:
'on tw '
'fr tw '
'fv tw '
'sx tw ';
row-gap: 15px;
justify-content: flex-start;
align-items: center;
}
.five::before {
left: -.1rem;
right: none;
}
.five {
text-align: left;
padding-left: 1em;
}
.five .borderLeft {
opacity: 1;
}
.five .borderRight {
display: none;
}
}
@media screen and (max-width: 776px) {
.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 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: 5px;
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: 0 auto 3%;
}
.use {
line-height: normal;
}
.use ul li {
padding: 5px;
vertical-align: middle;
}
}
/* start how */
/* 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%;
}
}
.mainimge {
position: relative;
background-color: aliceblue;
margin-bottom: 5%;
}
.imgeover {
position: absolute;
top: 80%;
font-size: 3rem;
background-color: #bbe7d4;
width: 100%;
text-align: center;
z-index: 2;
padding: 10px;
font-weight: bold;
text-transform: uppercase;
font-family: serif;
text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.8);
}
.isidcont {
margin-bottom: 20%;
position: relative;
z-index: 1;
}
.subimage {
display: flex;
padding: 15px;
justify-content: space-between;
margin-bottom: 15%;
}
.subimage>div {
flex-basis: 48%;
}
#sub1 p:first-of-type::before {
content: "\A";
border-style: solid;
border-width: 30px 0 30px 30px;
border-color: transparent transparent transparent #a50a2b;
position: absolute;
left: -20px;
top: -15px;
}
#sub1 p {
font-size: 2rem;
position: relative;
padding-left: 20px;
top: 10%;
left: 5%;
z-index: 6;
text-shadow: 1px 3px 6px #ffffff;
}
#sub2 {
display: flex;
justify-content: center;
align-items: center;
}
#sub2 img {
display: block;
width: 50%;
margin: 0 auto;
z-index: 5;
position: relative;
}
.guideimg img {
display: block;
margin: 0 auto;
border: 5px black solid;
}
.import {
font-weight: bold;
color: red
}
@media screen and (max-width: 999px) {
#sub1 p {
font-size: 1.5rem;
}
}
@media screen and (max-width: 700px) {
#sub1 p {
font-size: 4.5vw;
}
}
.caud {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.caudIngredient {
flex-basis: 16%;
padding: 10px 5px;
text-align: center;
text-transform: capitalize;
}
.caud img {
display: block;
width: 100%;
margin: 0 auto;
}
.caudIngredient p:first-of-type {
font-weight: bold;
text-transform: uppercase;
}
@media screen and (max-width: 999px) {
.caudIngredient {
flex-basis: 33%;
}
}
@media screen and (max-width: 700px) {
.caudIngredient {
flex-basis: 48%;
}
}
.lastban {
margin-top: 2%;
}
Product description:
lingering comfort
delicate floral fragrance
soothes and cools the skin
provides a soothing massage
Clinically Tested
All skin types
Product Features:
All Skin Type
Hypo-allergenic
No Comedones
Paraben Free
Clinically Tested
Non Greasy
Product Benefits:
How to use:
How to use
Apply to the eye contour area
Ingredients:
Product Details:
Product description:
lingering comfort
delicate floral fragrance
soothes and cools the skin
provides a soothing massage
Clinically Tested
All skin types
Product Features:
All Skin Type
Hypo-allergenic
No Comedones
Paraben Free
Clinically Tested
Non Greasy
Product Benefits:
How to use:
How to use
Apply to the eye contour area
Ingredients:
Product Details: