.lifeStyle img {
display: block;
margin: 0 auto;
width: 100%;
}
/* Product Label */
:root {
--bioderma: #808080;
/* 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 ."
"fr tw fv"
"sx tw ."
;
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: 15vw;
}
.four {
grid-area: fr;
}
.five {
grid-area: fv;
}
.six {
grid-area: sx;
}
.seven {
grid-area: sv;
}
.eight {
grid-area: et;
}
.two img {
display: block;
width: 100%;
}
.gridz>div p {
font-weight: bold;
margin: 1rem 0;
color: #070808;
}
.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: 22vw;
}
.five {
border-top: 2px solid var(--bioderma);
position: relative;
}
.four p,
.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;
} */
.one,
.four,
.five,
.six {
width: 60vw;
}
.two {
width: 70vw;
}
}
/* end product label */
/* 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%;
}
/* Free From Info */
.freefrom {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
border: solid #ffffff 2px;
border-radius: 25px;
padding: 1%;
align-content: space-around;
margin: 2%;
width: 95%;
}
.feat {
text-align: center;
margin: 1%;
width: 10%;
}
.feat:hover {
transform: scale(1.1);
}
.feat {
transition: all 0.5s ease-in-out;
}
.feat img {
display: block;
width: 100%;
margin-bottom: 10%;
}
.featext {
display: block;
font-weight: 600;
overflow-wrap: normal;
color: #070b0c !important;
}
@media (max-width: 767px) {
.feat {
width: 29%;
}
}
/* Product Benefits Styling */
.ProductBenefits {
display: flex;
flex-wrap: wrap;
align-content: space-around;
}
.ProductBenefitsBelow {
text-align: center;
margin: 1%;
width: 47%;
}
@media screen and (max-width: 700px) {
.ProductBenefits>div {
width: 100%;
}
#ProductBenefitsText {
line-height: normal;
}
}
/* Tabel Styling */
.supmain {
direction: rtl;
}
.sup {
background-color: #5fda63;
border-color: #5fda63;
border-style: solid;
border-radius: 30px;
color: #006b80;
}
.sup table {
vertical-align: middle;
border-radius: 30px;
overflow: hidden;
table-layout: fixed;
background-color: white;
border-collapse: collapse;
}
.captionz {
align-items: flex-end;
padding: 2%;
font-weight: 600;
color: white
}
.nu1 {
margin-right: 2%;
font-size: 3vw;
white-space: nowrap;
}
.nu2 {
margin-left: 2%;
white-space: nowrap;
float: left;
margin-top: -1%;
font-weight: 900;
font-size: 1.2em ! important;
}
.conc {
text-align: right;
text-indent: .5em;
}
.sup th {
font-weight: bold;
padding: 2%;
text-align: center;
border-bottom: 6px solid #5fda63;
color: #006b80 !important;
}
.sup th p {
font-weight: 600;
color: #006b80 !important;
}
.sup tr:first-child th {
border-bottom: 1px solid #5fda63;
}
.sup td {
border-right: none;
border-left: none;
overflow-wrap: normal;
}
.sup td {
padding: 2%;
text-align: center;
vertical-align: middle;
border-bottom: 2px solid #5fda63;
}
.sup tr:last-child td {
border-bottom: none;
}
@media screen and (max-width: 699px) {
.sup {
width: 100%;
}
.nu1 {
font-size: 6vw;
text-align: center;
margin-right: 0%;
}
.nu2 {
float: none;
text-align: center;
font-size: 3.5vw !important;
margin-bottom: 0%;
margin-top: 0%;
}
.sup table {
width: 99%;
margin: 0 auto 5px auto;
}
.sup th {
border-bottom: 4px solid #5fda63;
font-size: 3.5vw;
white-space: nowrap;
}
.sup tr:first-child th p {
font-size: 3vw;
}
.sup th p {
font-weight: 900;
}
.sup table td {
font-size: 3.7vw;
overflow-wrap: normal;
font-weight: 600;
}
.sup table td p {
font-weight: 450;
}
.sup td:nth-child(1) {
text-align: right;
}
.sup th:nth-child(1) {
text-align: right;
}
}
@media screen and (min-width: 700px) {
.sup {
width: 80%;
margin: 0 auto;
}
.sup table {
width: 99%;
margin: 0px 2px 2px 2px;
}
}
تفاصيل المنتج:
وصف المنتج:
مميزات المنتج:
52 فيتامينات ومعادن
ومضادات الأكسدة والأعشاب للرجال
تخفيف الإجهاد
يحافظ على إنتاج الطاقة
دعم الحيوية و النشاط
القدرة على التحمل والوظائف العقلية
60 قرص
قرص واحد يوميا
هذا المنتج خالي من :
إرشادات الاستخدام:
التحذيرات والاحتياطات:
المكونات:
تحتوي كل كبسولة على:
الحصص بكل عبوة: 60 | |
---|---|
القيم الغذائية | التركيز |
البيوتين | 50mcg |
ثاني طرطرات الكولين | 25mg |
حمض الفوليك | 500mcg |
نيكوتيناميد | 30mg |
فيتامين ب 1 (ثيامين هيدروكلوريد) | 30.93mg |
فيتامين ب 2 (ريبوفلافين) | 30mg |
فيتامين ب 5 (حمض البانتوثينتيك من بانتوثينات الكالسيوم) | 64.13mg |
فيتامين ب 6 (بيريدوكسين من هيدروكلوريد البيريدوكسين 30 مجم) | 24.68mg |
فيتامين ب 12 (سيانوكوبالامين) | 30mcg |
فيتامين ج (حمض الأسكوربيك من الكالسيوم أسكوربات ديهيدرات) | 165.2mg |
فيتامين د 3 (كولي كالسيفيرول) | 5mcg |
فيتامين هـ (د-ألفا حمض توكوفيريل سكسينات) | 41.33mg |
كالسيوم (من رباعي هيدرات سترات الكالسيوم) | 21mg |
كروم (من بيكولينات الكروم) | 6.2mcg |
نحاس (من جلوكونات النحاس) | 28mcg |
يود (من يوديد البوتاسيوم) | 50mcg |
حديد (من فيومارات الحديدوز) | 3mg |
مغنيسيوم (من أكسيد المغنيسيوم الثقيل) | 57.89mg |
منجنيز (من مستخلب الأحماض الأمينية للمنجنيز) | 1.2mg |
بوتاسيوم (من كبريتات البوتاسيوم) | 4mg |
سيلينيوم (من سيلينوميثيونين) | 26mcg |
الزنك (من مستخلب الأحماض الأمينية للزنك) | 6mg |
بيتاكاروتين | 5mg |
بيوفلافونويد مستخلص من الحمضيات | 40mg |
مساعد إنزيم كيو 10 (يوبيديكارينون) | 1mg |
إينوزيتول | 25mg |
لوتين | 200mcg |
هيدروكلوريد الليسين | 50mg |
تيروسين | 1mg |
أستراغالوس (خلاصة أستراغالوس ميمبرانيسيوس 5 مجم) تعادل من الجذر الجاف | 50mg |
باربِريس (خلاصة بارباريس فلجاريس 2.5 مجم) يعادل من لحاء الجذر الجاف | 15mg |
توت (خلاصة فاكسينيوم ميرتيليس 250 ميكروجرام) يعادل من الفاكهة الطازجة | 25mg |
بوشو (خلاصة أجاثاسوما بيتولينا 2.5 مجم) تعادل من الأوراق الجافة | 10mg |
كرفس (خلاصة أبيوم جرافيولينس 1.6 مجم) يعادل من البذور الجافة | 20mg |
شمر (مستخلص فينيكولم فالجر 3 مجم) يعادل من الفاكهة الجافة | 15mg |
زنجبيل (مستخلص زينجيبر أوفسينال 1 مجم) يعادل من الجذور الجافة | 5mg |
الجنكة (خلاصة الجنكة بيلوبا 2 مجم) تعادل من الأوراق الجاف | 100mg |
خرشوف أرضي (خلاصة كينارا سكوليماس 12.5 مجم) تعادل من الأوراق الجافة | 50mg |
جوتو كولا (خلاصة كينتيللا اسياتيكا 12.5 مجم) يعادل من النبات الكامل الجاف | 50mg |
بذور العنب (مستخلص فايتيس فينيفيرا 9.9 مجم) يعادل من البذور الجافة | 1.19g |
شاي أخضر (خلاصة كاميليا سينينسيس 3.34 مجم) تعادل من الأوراق الجافة | 20mg |
زعرور (مستخلص كراتيجوس مونوجينا 20 مجم) يعادل من الفاكهة الجافة | 100mg |
ذيل الحصان (مستخلص إيكويسيتوم أرفينس 7.5 مجم) يعادل من العشب الجاف | 30mg |
جينسينج أسيوي (مستخلص باناكس جينسنج 16.67 مجم) يعادل من الجذور الجافة | 50mg |
الشوكية اللبنية (مستخلص سيلبوم ماريانوم 714 ميكروجرام) يعادل من الفاكهة الجافة | 50mg |
شوفان (خلاصة أفينا ساتيفا 50 مجم) يعادل من العشب | 500mg |
بابايا (مسحوق الفاكهة الجافة كاريكا بابايا)10 مجم | 10mg |
بقدونس (خلاصة بتروسلينوم كريسبوم 2.5 مجم) يعادل من العشب الجاف | 10mg |
سارسابيلا (مستخلصسميلاكس أوفسيالز 12.5 مجم) يعادل من الجذر الجاف | 68.75mg |
البلميط المنشاري (خلاصة سيرينوا ريبنس 20 مجم) يعادل من الفاكهة الجافة | 200mg |
زيت النعناع | 1.5mg |
طماطم (خلاصة لايكوبيرزكون إسكولينتم 2 مجم) يعادل من الفاكهة الطازجة | 700mg |
تنبيه:
تسعى النهدي لضمان دقة صور ومعلومات جميع المنتجات ،
ولكن في بعض الاحيان يكون هناك تغيير في المكونات او في شكل العبوات الخارجية من الشركة المصنعة ويتم تحديثها
بإستمرار بما لايؤثر علي جودة المنتجات.
نوصيك بقراءة التحذيرات والاحتياطات وطريقة
الاستخدام الخاصة بكل
المنتجات قبل الاستخدام ولا تعتمد فقط على المعلومات
المقدمة من النهدي.
تفاصيل المنتج: