好傢在 - 向上店|全新進駐 HOYACASA 禾雅寢具
好傢在向上店全新進駐
HOYACASA 禾雅寢具,為喜愛高質感生活的你帶來更多元的寢具選擇。 現在來到好傢在向上店,不僅能一次體驗多種風格床包、被套與枕套,還能親自感受不同材質帶來的舒適差異,輕鬆挑選最適合自己的寢具組合。
人氣聯名 限定系列
黃阿瑪的後宮生活
HOYACASA 禾雅寢具推出多款人氣聯名系列,其中最受矚目的就是貓奴必收藏的「黃阿瑪的後宮生活」寢具, 從單人到特大尺寸通通齊全,無論自用或送禮都非常合適。
PEANUTS™ 史努比聯名款
經典不敗的童年回憶「PEANUTS™ 史努比聯名款」也同步登場,提供雙人尺寸與多樣圖樣選擇, 設計可愛又療癒,讓臥室氛圍瞬間升級。
銀纖維天絲四件組
高級質感面料
追求高級質感的消費者,則不可錯過
銀纖維天絲四件組。採用天然 100%
奧地利蘭精天絲™面料,觸感絲滑柔順,並帶有自然光澤,提升整體寢室質感。
人體工學設計
產品結合獨家
I.D. 纖維結構設計,能更貼合人體曲線,搭配添加
抗菌銀纖維,有效達到長效抑菌防護。
健康環保
此外,使用
無毒環保活性印染技術,兼顧健康與環保,讓睡眠既舒適又安心。
window.addEventListener('scroll', function() {
const title = document.getElementById('mainTitle');
const rect = title.getBoundingClientRect();
if(rect.top < window.innerHeight - 50){
title.classList.add('visible');
}
});
// 頁面載入時若已可見
window.addEventListener('load', function() {
const title = document.getElementById('mainTitle');
const rect = title.getBoundingClientRect();
if(rect.top < window.innerHeight - 50){
title.classList.add('visible');
}
});
法式簡約系列
另外,喜歡素色簡約風的消費者,也可以選擇
300織天絲™床包枕套三件組(法式簡約系列),採用 100%
奧地利萊賽爾纖維,搭配 60 支/300 織高密度紗織工藝,讓布料更加細緻滑順。 產品同時適用 IKEA 床墊尺寸,並使用健康無毒染色技術,兼具實用性與安全性。
function animateOnScroll(id){
const element = document.getElementById(id);
const rect = element.getBoundingClientRect();
if(rect.top < window.innerHeight - 50){
element.classList.add('visible');
}
}
window.addEventListener('scroll', function(){ animateOnScroll('frenchTitle'); });
window.addEventListener('load', function(){ animateOnScroll('frenchTitle'); });
棉中精品-長絨棉
HOYACASA 同樣提供多款質感寢具,
棉中精品-長絨棉,兼具設計與舒適。
像是
300織精梳沐光長絨棉系列,採用高密度織造技術,布料緊密厚實且柔韌耐用, 手感細緻柔軟,同時具備良好的透氣性與親膚特性,四季皆適用。
更結合日本 JIS 認證抗菌專利纖維,提升使用上的安心與健康。
function animateOnScroll(id){
const element = document.getElementById(id);
const rect = element.getBoundingClientRect();
if(rect.top < window.innerHeight - 50){
element.classList.add('visible');
}
}
window.addEventListener('scroll', function(){ animateOnScroll('cottonTitle'); });
window.addEventListener('load', function(){ animateOnScroll('cottonTitle'); });
法式銀纖維抗菌天絲八件組|優雅與機能兼具
Lumière Luxe 法式小香風系列八件組,以巴黎經典美學打造臥室質感, 從
床包到兩用被完整搭配,一次升級居家睡眠品味,展現優雅生活格調。
採用
100% 奧地利蘭精天絲™面料,觸感絲滑柔順、親膚透氣; 結合
抗菌銀纖維,有效抑菌防護,並通過
日本 JIS 認證, 使用更安心。
搭配
獨家 I.D. 纖維結構貼合人體曲線, 並採用
無毒環保印染技術,兼顧舒適、健康與質感, 是現代居家不可或缺的
高端寢具首選。
function animateOnScroll(id){
const element = document.getElementById(id);
const rect = element.getBoundingClientRect();
if(rect.top < window.innerHeight - 60){
element.classList.add('visible');
}
}
window.addEventListener('scroll', function(){ animateOnScroll('setTitle'); });
window.addEventListener('load', function(){ animateOnScroll('setTitle'); });
HOYACASA 禾雅寢具 Banner 圓角版
現在就到
好傢在向上店,親自體驗
HOYACASA 禾雅寢具的舒適魅力, 從聯名設計到質感素色,打造專屬你的理想睡眠空間。
點我到向上店
🕒 營業時間:每天 11:30 - 21:30
📞 電話:04-23266008
const button = document.getElementById('cta-button');
const info = document.getElementById('store-info');
button.addEventListener('click', function(e) {
// 顯示或隱藏營業資訊
info.classList.toggle('show');
// 波紋效果
const ripple = document.createElement('span');
button.appendChild(ripple);
ripple.style.left = e.offsetX + 'px';
ripple.style.top = e.offsetY + 'px';
ripple.style.width = ripple.style.height = Math.max(button.offsetWidth, button.offsetHeight) + 'px';
ripple.style.position = 'absolute';
ripple.style.borderRadius = '50%';
ripple.style.background = 'rgba(255,255,255,0.3)';
ripple.style.transform = 'scale(0)';
ripple.style.opacity = '0.5';
ripple.style.pointerEvents = 'none';
ripple.style.transition = 'transform 0.6s, opacity 0.6s';
setTimeout(() => {
ripple.style.transform = 'scale(2.5)';
ripple.style.opacity = '0';
}, 0);
setTimeout(() => {
ripple.remove();
}, 600);
});
好傢在 | 向上店資訊
📍 地址:403臺中市西區向上路一段418號
🕒 營業時間:每天 11:30 - 21:30
📞 電話:04-23266008
查看地圖
加入我們的 LINE