
Optifast Shake Coffee 53 gm x 12 Pack
225.40
- Brand: Optifast
- Product Form: Shake
- Product Type: Shake
- Quantity: 12 Pcs
Product Description:
- The Optifast® VLCD (Very low calorie diets) Coffee flavor shake is part of a nutritionally complete program,
- high in protein and containing fiber.
- The comprehensive Optifast® VLCD™ program restricts energy intake to less than 800 calories a day
- While maintaining patients’ vital nutrition and health.
- Optifast® VLCD™ assists in meeting protein requirements with restricted food intake.
- There are 4 phases of the OPTIFAST VLCD Program.
- Although most individuals will start at the Intensive phase and work their way through to the Stabilization phase,
- you can start at the phase that best suits your needs and weight loss goals.

How to use:
- Simply add one sachet of Optifast® Shake mix to 200ml of cold water.
- Stir, blend or shake the liquid until the contents of the sachet are fully dissolved.
- Do not use boiling water.
- Add more water if you would prefer a larger shake or a more diluted taste.
- The taste is improved with colder water

Caution & Warnings:
- Do not go on the Optifast VLCD if you are/ have:
- Pregnant Or Breastfeeding
- your BMI is under 25kg m2.
- Children less than 18 years
- Use with caution in cases of:
- Acute cerebrovascular or cardiovascular disease ( Heart Attack or Angina )
- Renal, hepatic or gall bladder disease.
- Porphyria, Type 1 diabetes, Overt psychosis, Gout.
- Age > 65 years
- Allergy warning: Contains Milk, Fish and Soy.
- Contains Phenylalanine (not to be used by people suffering from Phenylketonuria).
Each Serving contains:
.new {
display: flex;
padding: 1%;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 1%;
}
.ntext img {
width: 100%;
display: block;
}
.ntext:hover {
transform: scale(1.1);
}
.ntext {
transition: all 0.3s ease-in-out;
text-align: center;
margin: 1% 1% 1% 1%;
width: 14.6%;
position: relative;
}
.NutValue {
font-weight: 600;
color: #50555E;
transform: translate(-50%, -50%);
top: 10%;
left: 20%;
position: absolute;
top: 22%;
left: 50%;
font-size: 1em;
}
.NutTitle {
font-weight: 600;
color: #50555E;
position: absolute;
transform: translate(-50%, -50%);
top: 58%;
left: 50%;
font-size: 1em;
}
.NutRDA {
font-weight: 900;
color: #50555E;
transform: translate(-50%, -50%);
top: 83%;
left: 53%;
position: absolute;
font-size: 1em;
}
.g {
font-size: smaller;
}
.each {
grid-area: thetext;
}
.a1 {
grid-area: a1;
}
.a2 {
grid-area: a2;
}
.a3 {
grid-area: a3;
}
.a4 {
grid-area: a4;
}
.a5 {
grid-area: a5;
}
.a6 {
grid-area: a6;
}
.info {
grid-area: info;
}
.serve {
Font-weight: 600;
}
@media all and (min-width: 200px) {
.ntext>div {
font-size: .9em;
}
}
@media all and (min-width: 300px) {
.ntext>div {
font-size: 1.2em;
}
}
@media all and (min-width: 400px) {
.ntext>div {
font-size: 1.4em;
}
}
@media all and (min-width: 500px) {
.ntext>div {
font-size: 1.6em;
}
}
@media all and (min-width: 600px) {
.ntext>div {
font-size: 2.2em;
}
}
@media all and (min-width: 767px) {
.ntext>div {
font-size: 2em;
}
}
@media (max-width: 767px) {
.new {
padding: 0%;
margin-bottom: 2%;
}
.ntext {
width: 29%;
}
}
@media all and (min-width: 768px) {
.ntext>div {
font-size: 1.4em;
}
}
@media all and (min-width: 800px) {
.ntext>div {
font-size: 1.6em;
}
@media all and (min-width: 900px) {
.ntext>div {
font-size: 1.8em;
}
}
@media all and (min-width: 1000px) {
.ntext>div {
font-size: 2.0em;
}
}
@media all and (min-width: 1100px) {
.ntext>div {
font-size: 2.2em;
}
}
@media all and (min-width: 1200px) {
.ntext>div {
font-size: 2.4em;
}
}
}
require(['jquery'
], function ($) {
$(window).scroll(function () {
var windowBottom = $(this).scrollTop() + $(this).innerHeight();
$(".ntext .NutValue, .ntext .NutRDA").each(function () {
var objectBottom = $(this).offset().top + $(this).outerHeight();
if (objectBottom < windowBottom) {
if ($(this).css("opacity") == .8) { $(this).fadeTo(500, 1); }
} else {
if ($(this).css("opacity") == 1) { $(this).fadeTo(500, .8); }
}
});
}).scroll();
});
10%
Cal.
201
35.7%
Protein
20
g
14%
Carb.
18.2
g
26.3%
Sugar
9.5
g
6.4%
Fat
4.5
g
4.5%
Sat.
0.9
g
% of adult reference intake
Nutritional Information:
.sup {
background-color: #5fda63;
border-color: #5fda63;
border-style: solid;
border-radius: 30px;
}
.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-left: 2%;
font-size: 3vw;
white-space: nowrap;
}
.nu2 {
margin-right: 2%;
white-space: nowrap;
float: right;
margin-top: -1%;
font-weight: 900;
font-size: 1.2em ! important;
}
.conc {
text-align: left;
text-indent: .5em;
}
.sup th {
font-weight: bold;
padding: 2%;
text-align: center;
border-bottom: 6px solid #5fda63;
}
.sup th p {
font-weight: 600;
}
.sup tr:first-child th {
border-bottom: 1px solid #5fda63;
}
.sup td {
border-left: none;
border-right: 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-left: 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: left;
}
.sup th:nth-child(1) {
text-align: left;
}
}
@media screen and (min-width: 700px) {
.sup {
width: 80%;
margin: 0 auto;
}
.sup table {
width: 99%;
margin: 0px 2px 2px 2px;
}
}
Nutritional Facts
Serving Size: 53 gm
Servings Per Container: 12
Ingredients:
- Skimmed Milk Powder (31%), Milk Proteins [Calcium Caseinate (20%), Sodium Caseinate (10%)],
- Maltodextrin (Corn), Vegetable Oil (Canola, Sunflower),
- Minerals(Potassium Citrate, Magnesium Carbonate, Calcium Phosphate, Sodium Chloride, Potassium
- Phosphate, Ferric Pyrophosphate, Copper Gluconate, Zinc Sulphate, Manganese Sulphate, Sodium Fluoride, Potassium Iodide,
- Sodium Molybdate, Sodium Selenite, Chromium Chloride),
- Vegetable Gum (E414), Fructo-oligosaccharide, Inulin, Medium Chain, Triglycerides, Glucose Syrup (Corn),
- Sugar, Fish Oil, Vegetarian Origin Emulsifiers (472c, Soy Lecithin, 471), Colour (Beetroot),
- Sweeteners (Aspartame, Acesulfame Potassium), Antioxidants (E301, E304, E306),
- Natural and Nature Identical Coffee Flavor,
- Vitamins (Vitamin E Acetate, Nicotinamide, Calcium Pantothenate, Sodium Ascorbate, Pyridoxine Hydrochloride, Thiamine
- Hydrochloride, Vitamin A Acetate, Riboflavin, Folic Acid, Phytomenadione, Cholecalciferol, Cyanocobalamine, Biotin).
Side Effects:
- OPTIFAST VLCD is accepted as being a safe form of weight loss with only minor, transient side effects being observed.
- These side effects are a result of the rapid weight loss and Ketosis and may include:
- sensitivity to cold, halitosis (bad breath), headache, hair loss, irritability,
- postural hypotension, fatigue, muscle cramps and menstrual disturbances.
- These side effects are generally insufficient in magnitude or duration to warrant cessation of the program.
- As with any major dietary adjustment, the first few days on the OPTIFAST VLCD Program can be difficult and are commonly known as the ‘3 Day Challenge’.
- As the body transitions into ketosis, you may experience some transient side effects
- such as fatigue, hunger, lack of concentration, nausea and headaches.
- Typically, only mild ketosis occurs during the OPTIFAST VLCD Program and most symptoms pass by in 4-6 days.
{padding:0;margin:0;box-sizing:border-box;}
#video {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
#video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Product Details:
- Brand: Optifast
- Product Form: Shake
- Product Type: Shake
- Quantity: 12 Pcs

Genuine brands

Temperature Controlled

Secure Payment
- Brand: Optifast
- Product Form: Shake
- Product Type: Shake
- Quantity: 12 Pcs

Genuine brands

Temperature Controlled

Secure Payment
About Product
Product Description:
- The Optifast® VLCD (Very low calorie diets) Coffee flavor shake is part of a nutritionally complete program,
- high in protein and containing fiber.
- The comprehensive Optifast® VLCD™ program restricts energy intake to less than 800 calories a day
- While maintaining patients’ vital nutrition and health.
- Optifast® VLCD™ assists in meeting protein requirements with restricted food intake.
- There are 4 phases of the OPTIFAST VLCD Program.
- Although most individuals will start at the Intensive phase and work their way through to the Stabilization phase,
- you can start at the phase that best suits your needs and weight loss goals.

How to use:
- Simply add one sachet of Optifast® Shake mix to 200ml of cold water.
- Stir, blend or shake the liquid until the contents of the sachet are fully dissolved.
- Do not use boiling water.
- Add more water if you would prefer a larger shake or a more diluted taste.
- The taste is improved with colder water

Caution & Warnings:
- Do not go on the Optifast VLCD if you are/ have:
- Pregnant Or Breastfeeding
- your BMI is under 25kg m2.
- Children less than 18 years
- Use with caution in cases of:
- Acute cerebrovascular or cardiovascular disease ( Heart Attack or Angina )
- Renal, hepatic or gall bladder disease.
- Porphyria, Type 1 diabetes, Overt psychosis, Gout.
- Age > 65 years
- Allergy warning: Contains Milk, Fish and Soy.
- Contains Phenylalanine (not to be used by people suffering from Phenylketonuria).
Each Serving contains:
.new {
display: flex;
padding: 1%;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 1%;
}
.ntext img {
width: 100%;
display: block;
}
.ntext:hover {
transform: scale(1.1);
}
.ntext {
transition: all 0.3s ease-in-out;
text-align: center;
margin: 1% 1% 1% 1%;
width: 14.6%;
position: relative;
}
.NutValue {
font-weight: 600;
color: #50555E;
transform: translate(-50%, -50%);
top: 10%;
left: 20%;
position: absolute;
top: 22%;
left: 50%;
font-size: 1em;
}
.NutTitle {
font-weight: 600;
color: #50555E;
position: absolute;
transform: translate(-50%, -50%);
top: 58%;
left: 50%;
font-size: 1em;
}
.NutRDA {
font-weight: 900;
color: #50555E;
transform: translate(-50%, -50%);
top: 83%;
left: 53%;
position: absolute;
font-size: 1em;
}
.g {
font-size: smaller;
}
.each {
grid-area: thetext;
}
.a1 {
grid-area: a1;
}
.a2 {
grid-area: a2;
}
.a3 {
grid-area: a3;
}
.a4 {
grid-area: a4;
}
.a5 {
grid-area: a5;
}
.a6 {
grid-area: a6;
}
.info {
grid-area: info;
}
.serve {
Font-weight: 600;
}
@media all and (min-width: 200px) {
.ntext>div {
font-size: .9em;
}
}
@media all and (min-width: 300px) {
.ntext>div {
font-size: 1.2em;
}
}
@media all and (min-width: 400px) {
.ntext>div {
font-size: 1.4em;
}
}
@media all and (min-width: 500px) {
.ntext>div {
font-size: 1.6em;
}
}
@media all and (min-width: 600px) {
.ntext>div {
font-size: 2.2em;
}
}
@media all and (min-width: 767px) {
.ntext>div {
font-size: 2em;
}
}
@media (max-width: 767px) {
.new {
padding: 0%;
margin-bottom: 2%;
}
.ntext {
width: 29%;
}
}
@media all and (min-width: 768px) {
.ntext>div {
font-size: 1.4em;
}
}
@media all and (min-width: 800px) {
.ntext>div {
font-size: 1.6em;
}
@media all and (min-width: 900px) {
.ntext>div {
font-size: 1.8em;
}
}
@media all and (min-width: 1000px) {
.ntext>div {
font-size: 2.0em;
}
}
@media all and (min-width: 1100px) {
.ntext>div {
font-size: 2.2em;
}
}
@media all and (min-width: 1200px) {
.ntext>div {
font-size: 2.4em;
}
}
}
require(['jquery'
], function ($) {
$(window).scroll(function () {
var windowBottom = $(this).scrollTop() + $(this).innerHeight();
$(".ntext .NutValue, .ntext .NutRDA").each(function () {
var objectBottom = $(this).offset().top + $(this).outerHeight();
if (objectBottom < windowBottom) {
if ($(this).css("opacity") == .8) { $(this).fadeTo(500, 1); }
} else {
if ($(this).css("opacity") == 1) { $(this).fadeTo(500, .8); }
}
});
}).scroll();
});
10%
Cal.
201
35.7%
Protein
20
g
14%
Carb.
18.2
g
26.3%
Sugar
9.5
g
6.4%
Fat
4.5
g
4.5%
Sat.
0.9
g
% of adult reference intake
Nutritional Information:
.sup {
background-color: #5fda63;
border-color: #5fda63;
border-style: solid;
border-radius: 30px;
}
.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-left: 2%;
font-size: 3vw;
white-space: nowrap;
}
.nu2 {
margin-right: 2%;
white-space: nowrap;
float: right;
margin-top: -1%;
font-weight: 900;
font-size: 1.2em ! important;
}
.conc {
text-align: left;
text-indent: .5em;
}
.sup th {
font-weight: bold;
padding: 2%;
text-align: center;
border-bottom: 6px solid #5fda63;
}
.sup th p {
font-weight: 600;
}
.sup tr:first-child th {
border-bottom: 1px solid #5fda63;
}
.sup td {
border-left: none;
border-right: 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-left: 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: left;
}
.sup th:nth-child(1) {
text-align: left;
}
}
@media screen and (min-width: 700px) {
.sup {
width: 80%;
margin: 0 auto;
}
.sup table {
width: 99%;
margin: 0px 2px 2px 2px;
}
}
Nutritional Facts
Serving Size: 53 gm
Servings Per Container: 12
Ingredients:
- Skimmed Milk Powder (31%), Milk Proteins [Calcium Caseinate (20%), Sodium Caseinate (10%)],
- Maltodextrin (Corn), Vegetable Oil (Canola, Sunflower),
- Minerals(Potassium Citrate, Magnesium Carbonate, Calcium Phosphate, Sodium Chloride, Potassium
- Phosphate, Ferric Pyrophosphate, Copper Gluconate, Zinc Sulphate, Manganese Sulphate, Sodium Fluoride, Potassium Iodide,
- Sodium Molybdate, Sodium Selenite, Chromium Chloride),
- Vegetable Gum (E414), Fructo-oligosaccharide, Inulin, Medium Chain, Triglycerides, Glucose Syrup (Corn),
- Sugar, Fish Oil, Vegetarian Origin Emulsifiers (472c, Soy Lecithin, 471), Colour (Beetroot),
- Sweeteners (Aspartame, Acesulfame Potassium), Antioxidants (E301, E304, E306),
- Natural and Nature Identical Coffee Flavor,
- Vitamins (Vitamin E Acetate, Nicotinamide, Calcium Pantothenate, Sodium Ascorbate, Pyridoxine Hydrochloride, Thiamine
- Hydrochloride, Vitamin A Acetate, Riboflavin, Folic Acid, Phytomenadione, Cholecalciferol, Cyanocobalamine, Biotin).
Side Effects:
- OPTIFAST VLCD is accepted as being a safe form of weight loss with only minor, transient side effects being observed.
- These side effects are a result of the rapid weight loss and Ketosis and may include:
- sensitivity to cold, halitosis (bad breath), headache, hair loss, irritability,
- postural hypotension, fatigue, muscle cramps and menstrual disturbances.
- These side effects are generally insufficient in magnitude or duration to warrant cessation of the program.
- As with any major dietary adjustment, the first few days on the OPTIFAST VLCD Program can be difficult and are commonly known as the ‘3 Day Challenge’.
- As the body transitions into ketosis, you may experience some transient side effects
- such as fatigue, hunger, lack of concentration, nausea and headaches.
- Typically, only mild ketosis occurs during the OPTIFAST VLCD Program and most symptoms pass by in 4-6 days.
{padding:0;margin:0;box-sizing:border-box;}
#video {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
#video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Product Details:
- Brand: Optifast
- Product Form: Shake
- Product Type: Shake
- Quantity: 12 Pcs