const labels = { 'availablefrom': 'Available from', 'pricelow': 'Price Low to High', 'pricehigh': 'Price High to Low', 'savedproduct': 'Saved Product', 'alphabeticSort': 'A - Z' }

Explore devices with Dolby Technology

const styleTag = document.createElement('style'); styleTag.innerHTML = `.App { min-height: 100vh; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } #loaderSpinnerSpin { backdrop-filter: blur(3.5px); animation: spin 1s linear infinite; }`; document.querySelector('body').appendChild(styleTag);