Posted in

Is Custard Halal? All You Need to Know!

<style>
/* Additions and modifications for desired layout */
.eshop-product-header {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
    gap: 30px;
    align-items: flex-start;
}

.eshop-product-left-column {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center image and barcode horizontally */
    flex: 0 0 auto; /* Don't grow or shrink, take only necessary width */
    width: 250px; /* Fixed width for the left column */
    max-width: 100%; /* Ensure it doesn't overflow on small screens */
}

.eshop-product-image-wrapper {
    width: 200px; /* Desired square size for the image container */
    height: 200px;
    overflow: hidden; /* Important for containing the image */
    border-radius: 8px;
    margin-bottom: 10px; /* Space between image and barcode */
    display: flex; /* Use flexbox to center the image */
    justify-content: center;
    align-items: center;
    border: 1px solid #eee; /* Subtle border for definition */
}

.eshop-product-image-wrapper img {
    width: 100%; /* Ensure image fills its container */
    height: 100%;
    object-fit: contain; /* **Key change: Fit the image without cropping** */
    display: block; /* Remove extra space below image */
}

.barcode-img {
    width: 180px; /* Adjust as needed */
    height: auto;
    display: block; /* Ensure it behaves as a block element */
    margin-top: 10px; /* Space between image and barcode */
}

.eshop-product-info {
    flex: 1; /* Take up remaining space */
    min-width: 280px; /* Minimum width before wrapping */
}

/* On smaller screens, stack the left column and info */
@media (max-width: 767px) {
    .eshop-product-left-column,
    .eshop-product-info {
        width: 100%;
        max-width: 100%;
        min-width: auto;
        text-align: center;
    }
    .eshop-product-image-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Your existing styles (badge, etc.) */
.eshop-status-container {
    margin-top: 10px;
}

.eshop-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    margin-bottom: 6px;
    justify-content: flex-start; /* Align status items to the start */
}

.eshop-status span {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .eshop-status {
        flex-direction: column;
        align-items: center; /* Center on small screens if desired */
    }
    .eshop-status-container p {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .eshop-status {
        flex-direction: row;
    }
}

.badge.halal {
    background-color: #e0f8e9;
    color: #28a745;

}
.badge.doubtful {
    background-color: #fff3cd;
    color: #856404;

}
.badge.haram {
    background-color: #F44336;
    color: white;

}
</style>

<div class="eshop-product">

    <div class="eshop-product-header">
        <div class="eshop-product-left-column">
            <div class="eshop-product-image-wrapper">
                <img src="https://halalai.net/wp-content/uploads/2025/05/front_en.25.400.jpg" alt="Custard" />
            </div>
            <img class="barcode-img" src="https://barcodeapi.org/api/128/21115875" alt="Barcode for Custard" /> <strong>Barcode:</strong> 21115875
        </div>

        <div class="eshop-product-info">
            <h1>Custard</h1>
            <div class="eshop-status-container">
                <div class="eshop-status">
                    <span><strong> Product Status:</strong></span>
                    <span class="badge halal">HALAL</span>
                </div>
                📝 <strong>Reason:</strong> The product 'Custard' has been analyzed for Halal compliance. Most ingredients are plant-derived or dairy products, which are generally considered Halal. The 'flavourings' ingredient is marked as Doubtful due to unspecified origin. No Haram ingredients or E-codes were identified. Therefore, the product is classified as Halal with a note of caution regarding the flavourings.
                🏷️ <strong>Category:</strong> ["dairies", "condiments", "desserts", "dairy-desserts", "sauces", "creamy-puddings", "dessert-sauces", "custards-and-pastry-creams", "groceries"]
                🏭 <strong>Brand:</strong> ["asda"]
                📄 <strong>Certificates:</strong> vegetarian, no-artificial-flavors, fsc, fsc-mix, no-artificial-colors, no-artificial-colours-or-flavours, no-hydrogenated-fats, Vegetarisch
            </div>
        </div>
    </div>

    <div class="eshop-product-details">

<h3> Ingredients:</h3>
<div class="ingredients-list-responsive">

    <div class="ingredient-item">
        <div><strong> Name:</strong> reconstituted skimmed milk</div>
        <div><strong> E-Code:</strong> -</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Dairy product, generally considered Halal unless contaminated with Haram substances.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> reconstituted buttermilk (milk)</div>
        <div><strong> E-Code:</strong> -</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Dairy product, generally considered Halal unless contaminated with Haram substances.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> sugar</div>
        <div><strong> E-Code:</strong> -</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Plant-derived, generally considered Halal.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> water</div>
        <div><strong> E-Code:</strong> -</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Natural substance, Halal.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> modified maize starch</div>
        <div><strong> E-Code:</strong> -</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Plant-derived, generally considered Halal.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> palm oil</div>
        <div><strong> E-Code:</strong> -</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Plant-derived, generally considered Halal.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> coconut oil</div>
        <div><strong> E-Code:</strong> -</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Plant-derived, generally considered Halal.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> flavourings</div>
        <div><strong> E-Code:</strong> -</div>
        <div><strong> Status:</strong> <span class="badge doubtful">DOUBTFUL</span></div>
        <div><strong> Details:</strong> Source not specified, could be Halal or Haram depending on origin.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> stabiliser (triphosphates)</div>
        <div><strong> E-Code:</strong> E451</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Not listed in Haram or Doubtful E-codes, generally considered Halal.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> colours (annatto)</div>
        <div><strong> E-Code:</strong> E160b</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Plant-derived, not listed in Haram or Doubtful E-codes, generally considered Halal.</div>
    </div>

    <div class="ingredient-item">
        <div><strong> Name:</strong> colours (curcumin)</div>
        <div><strong> E-Code:</strong> E100</div>
        <div><strong> Status:</strong> <span class="badge halal">HALAL</span></div>
        <div><strong> Details:</strong> Plant-derived, not listed in Haram or Doubtful E-codes, generally considered Halal.</div>
    </div>
    </div>
    </div>

    <div class="eshop-product-description">
        <h2>Details</h2>
        <h2>Understanding the Halal Status of Custard</h2>

When it comes to food products, many consumers are concerned about their Halal status, especially in the context of ingredients and sources. In this post, we will explore the Halal status of Custard, a popular dessert choice, by analyzing its ingredients and their origins. With an increasing demand for Halal-compliant products, it’s essential to understand what goes into each item we consume.

Halal Status Overview

The product ‘Custard’ has been analyzed for Halal compliance. According to our findings, **Custard** is classified as Halal, with one note of caution regarding the unspecified origins of the ‘flavourings’ ingredient. The remaining components are either plant-derived or dairy products, generally accepted as Halal under Islamic dietary laws.

Ingredients Breakdown

Here is a detailed analysis of the ingredients used in Custard and their respective Halal statuses:

  • Reconstituted Skimmed Milk: This is a dairy product and is considered Halal unless contaminated with any Haram substances. It provides the creamy texture that we associate with traditional Custard.
  • Reconstituted Buttermilk (Milk): Similar to the skimmed milk, this dairy ingredient is also widely considered Halal unless it comes in contact with Haram elements.
  • Sugar: Derived from plants, sugar is consistently deemed Halal. It serves the fundamental role in sweetening the Custard.
  • Water: A natural substance that is unequivocally Halal.
  • Modified Maize Starch: This ingredient is plant-derived and generally recognized as Halal. It is commonly used as a thickening agent.
  • Palm Oil: Another plant-derived ingredient which is prominently utilized in cooking and food preparation. It is always considered Halal.
  • Coconut Oil: Similarly, coconut oil is plant-based and widely accepted as Halal.
  • Flavourings: Here lies a point of caution. The origin of these flavourings is unspecified, which raises doubts. Depending on their source, they could either be Halal or Haram, making it essential for consumers to investigate further.
  • Stabiliser (E451 – Triphosphates): This stabilizer is not listed among Haram or Doubtful E-codes, making it Halal.
  • Colours (E160b – Annatto): A plant-derived coloring agent not categorized under Haram or Doubtful E-codes.
  • Colours (E100 – Curcumin): Also derived from plants and recognized as Halal.

Summary of E-Numbers and Their Context

In this analysis, we encountered several E-numbers in Custard. Here’s a quick recap of their Halal status:

  • E451 (Triphosphates): Halal
  • E160b (Annatto): Halal
  • E100 (Curcumin): Halal

None of the E-numbers present in Custard are classified as Haram or doubtful. This is reassuring for those who prioritize compliant food products. Nonetheless, the ‘flavourings’ ingredient demands caution and further investigation to determine its Halal status.

Brand Context and Consumer Information

Custard falls under various food categories, including dairies, condiments, desserts, and specifically creamy puddings. While the product does not have a specified brand, its classification among popular dairy desserts indicates a market-oriented towards consumers who value quality and compliance.

In the world of grocery shopping, Halal certification is paramount for a growing demographic of responsible consumers. As such, even if the majority of the ingredients in Custard pass the Halal test, the ambiguous nature of certain components necessitates full transparency from brands regarding their sourcing.

Conclusion

To sum up, Custard is primarily made from Halal-certified ingredients, making it a safe choice for those adhering to Halal dietary principles. The only grey area lies within the ‘flavourings’. As consumers, we should always look for more information or directly contact manufacturers when in doubt. Enjoy Custard, but with an eye toward its composition.

    </div>

</div>

Try Scanning New Products with Halal AI Mobile App

Leave a Reply

Your email address will not be published. Required fields are marked *