/* Video Styling */
.videoz {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
height: 0;
margin-bottom: 10px;
}
.videoz iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Product Label */
:root {
--bioderma: rgb(171, 77, 15);
/* 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;
width: 8vw;
}
.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%;
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,
.four,
.five,
.six {
border-top: 2px solid var(--bioderma);
position: relative;
width: 19vw;
}
.five {
border-top: 2px solid var(--bioderma);
position: relative;
}
.one p,
.six p {
text-align: center;
}
.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
}
.five p {
padding-right: 1em;
text-align: center;
}
@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 {
right: -.1rem;
left: none;
}
.five {
text-align: right;
}
.five .borderLeft {
opacity: 1;
}
.five .borderRight {
display: none;
}
.one p,
.six p {
text-align: right;
}
}
/* end product label */
@media screen and (max-width: 700px) {
.grico {
width: 100%;
}
.five p {
padding-right: 0;
text-align: right;
}
.one,
.four,
.five,
.six {
width: 55vw;
text-align: right;
}
.two {
width: 23vw;
}
/* .two img {
transform: matrix(1.5, 0, 0, 1.5, 40, 28);
} */
.grico p {
padding-right: .5em;
}
}
/* Benefits Styling */
.Benefits {
display: flex;
}
.B {
flex: 50%;
padding: 5px;
}
@media screen and (max-width: 700px) {
.Benefits {
display: flex;
flex-direction: column;
}
}
/* Features Styling */
.rowz {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.Features {
flex-basis: 16%;
text-align: center;
}
.Features img {
min-width: 75.34px;
max-width: 125px;
}
.FeaturesHeaders {
color: #843090;
font-weight: bold;
}
@media screen and (max-width: 700px) {
.Features {
flex-basis: 50%;
padding: 5px;
text-align: center;
}
.Features img {
min-width: 75.34px;
max-width: 75.34px;
}
}
/* Cautions */
.Cautions {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.C1 {
flex-basis: 50%;
}
/* Full Range Styling*/
.Range {
float: right;
width: 25%;
padding: 5px;
}
.Glycolic::after {
content: "";
clear: both;
display: table;
}
.rangetext {
text-align: center;
font-weight: bold;
}
@media screen and (max-width: 700px) {
.Range {
float: right;
width: 50%;
padding: 5px;
}
.rangetext {
text-align: center;
font-weight: bold;
font-size: 13px;
}
}
.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;
}
/* Cautions */
.Cautions {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.C1 {
flex-basis: 100%;
}
}
وصف المنتج:
مميزات المنتج:
المكونات:
العسل
دوار الشمس
جوز الهند
الألانتوين
ارشادات الاستخدام:
سمات المنتج:
93٪ من المكونات طبيعية المنشأ
للجسم
مثالي للبشرة الجافة والحساسة
خالي من البارابين
التحذيرات والاحتياطات:
إختاري روتين العناية ببشرتك
تفاصيل المنتج:
وصف المنتج:
مميزات المنتج:
المكونات:
العسل
دوار الشمس
جوز الهند
الألانتوين
ارشادات الاستخدام:
سمات المنتج:
93٪ من المكونات طبيعية المنشأ
للجسم
مثالي للبشرة الجافة والحساسة
خالي من البارابين
التحذيرات والاحتياطات:
إختاري روتين العناية ببشرتك
تفاصيل المنتج: