Frøya Ullgardiner. Turiform
FRØYA gardinlengde 140x220 resirkulert ull grå
MÅL:
Lengde: 220 CM
Bredde: 140 CM
PRODUKTEGENSKAPER :
Del av serie
65 % resirkulert ull og 35 % andre fibre
9 stk Skjulte hemper for oppheng på bakside
Finnes kun i denne størrelse og farge
PRODUKTBESKRIVELSE:
FRØYA gardinlengde 140x220 resirkulert ull grå
VEDLIKEHOLD:
Håndvaskes
Lufttørkes
Tåler kjemisk rens
Tåler ikke stryking
Bør ikke vaskes sammen med frotte pga nupping
{
// Ask any tabs block on the page to open the Lipscore tab/accordion.
// tabs.tpl listens for this on the window and sets activeTab = 'l'.
window.dispatchEvent(new CustomEvent('open-product-tab', { detail: 'l' }));
const isMobile = window.innerWidth < 768;
const header = isMobile
? document.querySelector('.__mobile-header')
: document.querySelector('header');
const headerHeight = header ? header.offsetHeight : 0;
// Scroll to the lipscore tab heading (desktop) or accordion heading (mobile).
// Wait one tick so Alpine can render the now-active panel before measuring.
setTimeout(() => {
const target = isMobile
? document.querySelector('.mobile_lipscore_tab_link')
: document.querySelector('.__lipscore_tab_link') || document.querySelector('.mobile_lipscore_tab_link');
if (!target) return;
window.scrollTo({
top: target.getBoundingClientRect().top + window.scrollY - headerHeight,
behavior: 'smooth'
});
}, 100);
}">