new cookieNoticeJS({ // Localizations of the notice message 'messageLocales': { 'en': 'This site uses cookies to provide an optimized shopping experience. By using this site, you agree to the use of cookies within our privacy policy.' }, // Localizations of the dismiss button text 'buttonLocales': { 'en': 'Dismiss' }, // Position for the cookie-notifier (default=bottom) 'cookieNoticePosition': 'bottom', // Shows the "learn more button (default=false) 'learnMoreLinkEnabled': false, // The href of the learn more link must be applied if (learnMoreLinkEnabled=true) 'learnMoreLinkHref': '/learn/more/index.html', // Text for optional learn more button 'learnMoreLinkText': { 'en': 'learn more' }, // The message will be shown again in X days 'expiresIn': 90, // Specify a custom font family 'fontFamily': 'Oswald', // Dismiss button background color 'buttonBgColor': '', // Dismiss button text color 'buttonTextColor': '#fff', // Notice background color 'noticeBgColor': 'rgba(0,0,0,0.7)', // Notice text color 'noticeTextColor': '#fff', // the learnMoreLink color (default='#009fdd') 'linkColor': '#f00', // The target of the learn more link (default='', or '_blank') 'linkTarget': '', // Print debug output to the console (default=false) 'debug': false });