Home Appliances
TommieKelly.ie Euronics is Ireland’s trusted retailer for top-brand TVs, home appliances, and home electronics
const container = document.getElementById(‘productScroll’);
function scrollProducts(direction) {
const cardWidth = container.querySelector(‘div’).offsetWidth + 30;
container.scrollLeft += direction * cardWidth;
}
let autoScrollActive = true;
let resumeTimeout;
const autoScroll = () => {
if (!autoScrollActive) return;
scrollProducts(1);
if (container.scrollLeft + container.offsetWidth >= container.scrollWidth) {
container.scrollTo({ left: 0, behavior: ‘smooth’ });
}
};
const autoScrollInterval = setInterval(autoScroll, 2000);
let startX = 0;
let isDown = false;
const pauseAutoScroll = () => {
autoScrollActive = false;
clearTimeout(resumeTimeout);
resumeTimeout = setTimeout(() => {
autoScrollActive = true;
}, 6000); // resume after 6s
};
container.addEventListener(‘touchstart’, (e) => {
startX = e.touches[0].clientX;
isDown = true;
pauseAutoScroll();
});
container.addEventListener(‘touchmove’, (e) => {
if (!isDown) return;
const moveX = e.touches[0].clientX;
const diff = startX – moveX;
container.scrollLeft += diff;
startX = moveX;
});
container.addEventListener(‘touchend’, () => {
isDown = false;
});
Great Deals at Euronics
/* Card Styling */
.product-card {
flex: 0 0 23%; /* desktop: as many as fit */
min-width: 220px;
max-width: 300px;
background: white;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0,0,0,0.02);
padding: 20px;
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
/* Image styling */
.product-card img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 8px;
}
/* Buttons */
.shop-btn {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 15px;
padding: 12px 0;
background: #d97706;
color: white;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
transition: background 0.3s ease;
}
.shop-btn:hover {
background: #b35f04;
}
/* Price styling */
.old-price { text-decoration: line-through; color: #999; }
.new-price { color: #2e7d32; font-weight: bold; font-size: 18px; }
/* Responsive: Mobile 2 products per screen */
@media (max-width: 768px) {
.product-card { flex: 0 0 48%; }
}
@media (max-width: 480px) {
.product-card { flex: 0 0 48%; }
}
very speedy delivery and installing
Make the Smart Start at Euronics
/* Card Styling */
.product-card {
flex: 0 0 23%; /* desktop: as many as fit */
min-width: 220px;
max-width: 300px;
background: white;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0,0,0,0.02);
padding: 20px;
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
/* Image styling */
.product-card img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 8px;
}
/* Buttons */
.shop-btn {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 15px;
padding: 12px 0;
background: #d97706;
color: white;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
transition: background 0.3s ease;
}
.shop-btn:hover {
background: #b35f04;
}
/* Price styling */
.old-price { text-decoration: line-through; color: #999; }
.new-price { color: #2e7d32; font-weight: bold; font-size: 18px; }
/* Responsive: Mobile 2 products per screen */
@media (max-width: 768px) {
.product-card { flex: 0 0 48%; }
}
@media (max-width: 480px) {
.product-card { flex: 0 0 48%; }
}
🌟 Tommie Kelly Euronics Specialists in Home Appliances

Home Appliances at Tommiekelly.ie
TommieKelly.ie Euronics is Ireland’s trusted retailer for top-brand TVs, home appliances, and home electronics. With stores in Roscommon Town and Ballinasloe, Co. Galway, we proudly support local shopping in Ireland.
As specialists in Home Appliances, we offer one of Ireland’s largest selections of integrated appliances, including energy-efficient washing machines, dishwashers, fridges, ovens, and more.
Looking beyond the kitchen, we stock the latest in consumer electronics—from
laptops for work and school, to smart home gadgets, drones, backup power supplies, and
robot vacuums.
Enjoy competitive prices, fast nationwide delivery, and expert in-store advice on everything from home entertainment systems to personal tech.
TommieKelly.ie Euronics – Specialists in Home Appliances.
Roscommon Store 090 6634465 / Ballinasloe Store 090 9642280
Â
Nationwide Delivery.
Home Appliances, Fast Nationwide Delivery Service to your door. Or Click & Reserve In Your Roscommon or Ballinasloe Store.
Â

WE ACCEPT THESE PAYMENT OPTIONS






















































