try { document.querySelector(`#cp-widget-product-dk18ui`).innerHTML = `
store
8076 kr
I lager, leverans från 0 kr
Computersalg
  • 90 dagars ångerrätt
Betalmetoder
Klarna
Visa
Mastercard
Swish
Frakt
DHL
PostNord
Budbee
Bring
`; function openDropdown(e) { const columnThree = e.parentElement.parentElement.parentElement.getElementsByClassName('column-three'); const columntwo = e.parentElement.parentElement.parentElement.getElementsByClassName('column-two'); const columnOne = e.parentElement.parentElement.parentElement.getElementsByClassName('column-one-child-btn'); const bottomColumn = e.parentElement.parentElement.parentElement.getElementsByClassName('bottom-column'); const btnCon = e.parentElement.parentElement.parentElement.getElementsByClassName('btn-container'); const isMobile = window.getComputedStyle(btnCon[0]).display; if (columnThree[0].style.display === 'block') { columnThree[0].style.display = 'none'; columntwo[0].style.borderBottom = 'none'; columnOne[0].style.transform = 'rotate(0deg)'; if(isMobile === 'none'){ const upper = e.parentElement.parentElement.parentElement.getElementsByClassName('upper-column'); const child = e.parentElement.parentElement.parentElement.getElementsByClassName('column-two-child'); bottomColumn[0].style.display='flex' upper[0].style.height='50%' child[0].style.height='80px' upper[0].style.borderBottom='1.5px solid #d8d8d8' } } else { columnThree[0].style.display = 'block'; columntwo[0].style.borderBottom = '1.5px solid hsl(0, 0%, 85%)'; columnOne[0].style.transform = 'rotate(180deg)'; if(isMobile === 'none'){ const upper = e.parentElement.parentElement.parentElement.getElementsByClassName('upper-column'); const child = e.parentElement.parentElement.parentElement.getElementsByClassName('column-two-child'); bottomColumn[0].style.display='none' upper[0].style.height='100%' child[0].style.height='40px' upper[0].style.borderBottom='none' } } } } catch (error) {}