Milk
document.querySelectorAll('.bt-product-category-card5__icon-wrapper').forEach(iconWrapper => {
iconWrapper.addEventListener('click', function () {
const parentCard = this.closest('.bt-product-category-card5');
const subElement = parentCard.querySelector('.bt-product-category-card5__sub');
// Toggle the active class on the parent element
parentCard.classList.toggle('active');
// If the parent has the active class, show the sub-element
if (parentCard.classList.contains('active')) {
subElement.style.display = 'flex';
// To animate the height, first, we need to get its actual height and then set it
const subHeight = subElement.scrollHeight; // Get full height of the element
subElement.style.height = `${subHeight}px`; // Set height to the actual height
} else {
// If the active class is removed, reverse the changes
subElement.style.height = '0'; // Collapse the element by setting height to 0
setTimeout(() => {
subElement.style.display = 'none'; // Set display:none after animation
}, 400); // Match the timing of the transition (0.4s in CSS)
}
});
});
Search
Shop by category
Price
Weekly Subscription Deliveries
All our products are delivered weekly through a simple subscription service. Just add what you need to your basket, and we will deliver it to your door every week, no need to reorder.
We currently deliver to the following Northern Ireland postcode areas:
BT27 & BT28 – Mondays and Thursdays
BT29 – Tuesdays and Fridays
You will ll be able to select your delivery day at the checkout based on your postcode area.
10 products found
Sort products
From: £2.40 / week
1 Litre Roa Oat Milk
From: £2.30 / week
1 Litre Rude Health Oat Milk
From: £1.25 / week
Whole Milk 1 Pint
From: £1.25 / week
Fully Skimmed 1 Pint
From: £1.25 / week
Semi-skimmed 1 Pint
From: £1.55 / week
Whole Milk 1 Litre
From: £1.55 / week
Semi-skimmed 1 Litre
From: £2.20 / week
Whole Milk 2 Litres
From: £2.20 / week
Fully Skimmed 2 Litres
From: £2.20 / week
Semi-skimmed 2 Litres











