NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name VIMENTO 2- Virtual Guide // @namespace kalpdev // @version 4.7 // @description Provides a summary of PTG,PB,Sharepoint Info from Amazon Webpage // @author shjaisw // @match https://*/dp/* // @match https://*/gp/* // @license MIT // @noframes // @run-at document-body // @downloadURL https://openuserjs.org/install/kalpdev.1/VIMENTO_2-_Virtual_Guide.user.js // @updateURL https://openuserjs.org/meta/kalpdev.1/VIMENTO_2-_Virtual_Guide.meta.js // @require https://code.jquery.com/jquery-3.3.1.min.js // ==/UserScript== !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):e.Mark=t(e.jQuery)}(this,function(e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e;class t{constructor(e,t=!0,s=[],r=5e3){this.ctx=e,this.iframes=t,this.exclude=s,this.iframesTimeout=r}static matches(e,t){const s="string"==typeof t?[t]:t,r=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(r){let t=!1;return s.every(s=>!r.call(e,s)||(t=!0,!1)),t}return!1}getContexts(){let e,t=[];return(e=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(e=>{const s=t.filter(t=>t.contains(e)).length>0;-1!==t.indexOf(e)||s||t.push(e)}),t}getIframeContents(e,t,s=(()=>{})){let r;try{const t=e.contentWindow;if(r=t.document,!t||!r)throw new Error("iframe inaccessible")}catch(e){s()}r&&t(r)}isIframeBlank(e){const t="about:blank",s=e.getAttribute("src").trim(),r=e.contentWindow.location.href;return r===t&&s!==t&&s}observeIframeLoad(e,t,s){let r=!1,i=null;const n=()=>{if(!r){r=!0,clearTimeout(i);try{this.isIframeBlank(e)||(e.removeEventListener("load",n),this.getIframeContents(e,t,s))}catch(e){s()}}};e.addEventListener("load",n),i=setTimeout(n,this.iframesTimeout)}onIframeReady(e,t,s){try{"complete"===e.contentWindow.document.readyState?this.isIframeBlank(e)?this.observeIframeLoad(e,t,s):this.getIframeContents(e,t,s):this.observeIframeLoad(e,t,s)}catch(e){s()}}waitForIframes(e,t){let s=0;this.forEachIframe(e,()=>!0,e=>{s++,this.waitForIframes(e.querySelector("html"),()=>{--s||t()})},e=>{e||t()})}forEachIframe(e,s,r,i=(()=>{})){let n=e.querySelectorAll("iframe"),o=n.length,a=0;n=Array.prototype.slice.call(n);const c=()=>{--o<=0&&i(a)};o||c(),n.forEach(e=>{t.matches(e,this.exclude)?c():this.onIframeReady(e,t=>{s(e)&&(a++,r(t)),c()},c)})}createIterator(e,t,s){return document.createNodeIterator(e,t,s,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,t,s){const r=e.compareDocumentPosition(s),i=Node.DOCUMENT_POSITION_PRECEDING;if(r&i){if(null===t)return!0;if(t.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(e){const t=e.previousNode();let s;return{prevNode:t,node:s=null===t?e.nextNode():e.nextNode()&&e.nextNode()}}checkIframeFilter(e,t,s,r){let i=!1,n=!1;return r.forEach((e,t)=>{e.val===s&&(i=t,n=e.handled)}),this.compareNodeIframe(e,t,s)?(!1!==i||n?!1===i||n||(r[i].handled=!0):r.push({val:s,handled:!0}),!0):(!1===i&&r.push({val:s,handled:!1}),!1)}handleOpenIframes(e,t,s,r){e.forEach(e=>{e.handled||this.getIframeContents(e.val,e=>{this.createInstanceOnIframe(e).forEachNode(t,s,r)})})}iterateThroughNodes(e,t,s,r,i){const n=this.createIterator(t,e,r);let o,a,c=[],h=[],l=()=>(({prevNode:a,node:o}=this.getIteratorNode(n)),o);for(;l();)this.iframes&&this.forEachIframe(t,e=>this.checkIframeFilter(o,a,e,c),t=>{this.createInstanceOnIframe(t).forEachNode(e,e=>h.push(e),r)}),h.push(o);h.forEach(e=>{s(e)}),this.iframes&&this.handleOpenIframes(c,e,s,r),i()}forEachNode(e,t,s,r=(()=>{})){const i=this.getContexts();let n=i.length;n||r(),i.forEach(i=>{const o=()=>{this.iterateThroughNodes(e,i,t,s,()=>{--n<=0&&r()})};this.iframes?this.waitForIframes(i,o):o()})}}class s{constructor(e){this.ctx=e,this.ie=!1;const t=window.navigator.userAgent;(t.indexOf("MSIE")>-1||t.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new t(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,t="debug"){const s=this.opt.log;this.opt.debug&&"object"==typeof s&&"function"==typeof s[t]&&s[t](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return"disabled"!==this.opt.wildcards&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),"disabled"!==this.opt.wildcards&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e)}createSynonymsRegExp(e){const t=this.opt.synonyms,s=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in t)if(t.hasOwnProperty(i)){const n=t[i],o="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n);""!==o&&""!==a&&(e=e.replace(new RegExp(`(${this.escapeStr(o)}|${this.escapeStr(a)})`,`gm${s}`),r+`(${this.processSynomyms(o)}|`+`${this.processSynomyms(a)})`+r))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return(e=e.replace(/(?:\\)*\?/g,e=>"\\"===e.charAt(0)?"?":"")).replace(/(?:\\)*\*/g,e=>"\\"===e.charAt(0)?"*":"[1]")}createWildcardsRegExp(e){let t="withSpaces"===this.opt.wildcards;return e.replace(/\u0001/g,t?"[\\S\\s]?":"\\S?").replace(/\u0002/g,t?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(e,t,s)=>{let r=s.charAt(t+1);return/[(|)\\]/.test(r)||""===r?e:e+"\0"})}createJoinersRegExp(e){let t=[];const s=this.opt.ignorePunctuation;return Array.isArray(s)&&s.length&&t.push(this.escapeStr(s.join(""))),this.opt.ignoreJoiners&&t.push("\\u00ad\\u200b\\u200c\\u200d"),t.length?e.split(/\u0000+/).join(`[${t.join("")}]*`):e}createDiacriticsRegExp(e){const t=this.opt.caseSensitive?"":"i",s=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return e.split("").forEach(i=>{s.every(s=>{if(-1!==s.indexOf(i)){if(r.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${t}`),`[${s}]`),r.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(e){const t="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿";let s=this.opt.accuracy,r="string"==typeof s?s:s.value,i="string"==typeof s?[]:s.limiters,n="";switch(i.forEach(e=>{n+=`|${this.escapeStr(e)}`}),r){case"partially":default:return`()(${e})`;case"complementary":return`()([^${n="\\s"+(n||this.escapeStr(t))}]*${e}[^${n}]*)`;case"exactly":return`(^|\\s${n})(${e})(?=$|\\s${n})`}}getSeparatedKeywords(e){let t=[];return e.forEach(e=>{this.opt.separateWordSearch?e.split(" ").forEach(e=>{e.trim()&&-1===t.indexOf(e)&&t.push(e)}):e.trim()&&-1===t.indexOf(e)&&t.push(e)}),{keywords:t.sort((e,t)=>t.length-e.length),length:t.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||"[object Object]"!==Object.prototype.toString.call(e[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];const t=[];let s=0;return e.sort((e,t)=>e.start-t.start).forEach(e=>{let{start:r,end:i,valid:n}=this.callNoMatchOnInvalidRanges(e,s);n&&(e.start=r,e.length=i-r,t.push(e),s=i)}),t}callNoMatchOnInvalidRanges(e,t){let s,r,i=!1;return e&&void 0!==e.start?(r=(s=parseInt(e.start,10))+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&r-t>0&&r-s>0?i=!0:(this.log("Ignoring invalid or overlapping range: "+`${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:s,end:r,valid:i}}checkWhitespaceRanges(e,t,s){let r,i=!0,n=s.length,o=t-n,a=parseInt(e.start,10)-o;return(r=(a=a>n?n:a)+parseInt(e.length,10))>n&&(r=n,this.log(`End range automatically set to the max value of ${n}`)),a<0||r-a<0||a>n||r>n?(i=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):""===s.substring(a,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:a,end:r,valid:i}}getTextNodes(e){let t="",s=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,e=>{s.push({start:t.length,end:(t+=e.textContent).length,node:e})},e=>this.matchesExclude(e.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:t,nodes:s})})}matchesExclude(e){return t.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,t,s){const r=this.opt.element?this.opt.element:"mark",i=e.splitText(t),n=i.splitText(s-t);let o=document.createElement(r);return o.setAttribute("data-markjs","true"),this.opt.className&&o.setAttribute("class",this.opt.className),o.textContent=i.textContent,i.parentNode.replaceChild(o,i),n}wrapRangeInMappedTextNode(e,t,s,r,i){e.nodes.every((n,o)=>{const a=e.nodes[o+1];if(void 0===a||a.start>t){if(!r(n.node))return!1;const a=t-n.start,c=(s>n.end?n.end:s)-n.start,h=e.value.substr(0,n.start),l=e.value.substr(c+n.start);if(n.node=this.wrapRangeInTextNode(n.node,a,c),e.value=h+l,e.nodes.forEach((t,s)=>{s>=o&&(e.nodes[s].start>0&&s!==o&&(e.nodes[s].start-=c),e.nodes[s].end-=c)}),s-=c,i(n.node.previousSibling,n.start),!(s>n.end))return!1;t=n.end}return!0})}wrapMatches(e,t,s,r,i){const n=0===t?0:t+1;this.getTextNodes(t=>{t.nodes.forEach(t=>{let i;for(t=t.node;null!==(i=e.exec(t.textContent))&&""!==i[n];){if(!s(i[n],t))continue;let o=i.index;if(0!==n)for(let e=1;e<n;e++)o+=i[e].length;t=this.wrapRangeInTextNode(t,o,o+i[n].length),r(t.previousSibling),e.lastIndex=0}}),i()})}wrapMatchesAcrossElements(e,t,s,r,i){const n=0===t?0:t+1;this.getTextNodes(t=>{let o;for(;null!==(o=e.exec(t.value))&&""!==o[n];){let i=o.index;if(0!==n)for(let e=1;e<n;e++)i+=o[e].length;const a=i+o[n].length;this.wrapRangeInMappedTextNode(t,i,a,e=>s(o[n],e),(t,s)=>{e.lastIndex=s,r(t)})}i()})}wrapRangeFromIndex(e,t,s,r){this.getTextNodes(i=>{const n=i.value.length;e.forEach((e,r)=>{let{start:o,end:a,valid:c}=this.checkWhitespaceRanges(e,n,i.value);c&&this.wrapRangeInMappedTextNode(i,o,a,s=>t(s,e,i.value.substring(o,a),r),t=>{s(t,e)})}),r()})}unwrapMatches(e){const t=e.parentNode;let s=document.createDocumentFragment();for(;e.firstChild;)s.appendChild(e.removeChild(e.firstChild));t.replaceChild(s,e),this.ie?this.normalizeTextNode(t):t.normalize()}normalizeTextNode(e){if(e){if(3===e.nodeType)for(;e.nextSibling&&3===e.nextSibling.nodeType;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,t){this.opt=t,this.log(`Searching with expression "${e}"`);let s=0,r="wrapMatches";const i=e=>{s++,this.opt.each(e)};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](e,this.opt.ignoreGroups,(e,t)=>this.opt.filter(t,e,s),i,()=>{0===s&&this.opt.noMatch(e),this.opt.done(s)})}mark(e,t){this.opt=t;let s=0,r="wrapMatches";const{keywords:i,length:n}=this.getSeparatedKeywords("string"==typeof e?[e]:e),o=this.opt.caseSensitive?"":"i",a=e=>{let t=new RegExp(this.createRegExp(e),`gm${o}`),c=0;this.log(`Searching with expression "${t}"`),this[r](t,1,(t,r)=>this.opt.filter(r,e,s,c),e=>{c++,s++,this.opt.each(e)},()=>{0===c&&this.opt.noMatch(e),i[n-1]===e?this.opt.done(s):a(i[i.indexOf(e)+1])})};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(s):a(i[0])}markRanges(e,t){this.opt=t;let s=0,r=this.checkRanges(e);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,(e,t,s,r)=>this.opt.filter(e,t,s,r),(e,t)=>{s++,this.opt.each(e,t)},()=>{this.opt.done(s)})):this.opt.done(s)}unmark(e){this.opt=e;let s=this.opt.element?this.opt.element:"*";s+="[data-markjs]",this.opt.className&&(s+=`.${this.opt.className}`),this.log(`Removal selector "${s}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,e=>{this.unwrapMatches(e)},e=>{const r=t.matches(e,s),i=this.matchesExclude(e);return!r||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}}return e.fn.mark=function(e,t){return new s(this.get()).mark(e,t),this},e.fn.markRegExp=function(e,t){return new s(this.get()).markRegExp(e,t),this},e.fn.markRanges=function(e,t){return new s(this.get()).markRanges(e,t),this},e.fn.unmark=function(e){return new s(this.get()).unmark(e),this},e}); var button = document.createElement("Button"); button.innerHTML = "Non Battery Product "; button.id ="vimento" button.style = "padding: 4px;font-weight: bold;font-size:small; width:200px; height:45px; bottom:40px; background-color:rgba(236, 199, 199, 0.12); color:#CC0033; padding:0;margin:0;border-radius:10px;position: fixed; bottom: 90px; right: 12px;z-index:10000; text-align:center;margin-top:40px; box-shadow: 4px 4px 8px rgba(8, 167, 126, 0.8); ;" document.body.appendChild(button); $('#vimento').click(function(event) { 'use strict'; $("#vimento").hide(); var zNode = document.createElement('div'); zNode.style.backgroundColor = '#daf3f3'; zNode.style.textAlign = 'center'; zNode.innerHTML = '<h2>VIMENTO CHECKLIST- Non-Battery <h6><i>*Disclaimer-USER NEEDS TO CROSS CHECK THE KEYWORDS</i></h6> </h2>'; zNode.setAttribute('id', 'hazwordsContainer'); var tableNode = document.createElement('table'); tableNode.setAttribute('id', 'hazwordsContainerTable'); tableNode.setAttribute('border', 1); zNode.appendChild(tableNode); $('#wayfinding-breadcrumbs_container').append(zNode); $('#hazwordsContainer h2').click(function() { $('#hazwordsContainerTable_wrapper').toggle('slow'); }); let table_content = generate_table_content(); buildHtmlTable(table_content, $('#hazwordsContainerTable')); $('#hazwordsContainerTable').DataTable({ "aaSorting": [[3,'desc']] }); }); function buildHtmlTable(myList, elementToAppend) { var columns = addAllColumnHeaders(myList, elementToAppend); var tbodyElement = $('<tbody/>'); for (var i = 0 ; i < myList.length ; i++) { var row$ = $('<tr/>'); for (var colIndex = 0 ; colIndex < columns.length ; colIndex++) { var cellValue = myList[i][columns[colIndex]]; if (cellValue == null) { cellValue = ""; } row$.append($('<td/>').html(cellValue)); } tbodyElement.append(row$); } elementToAppend.append(tbodyElement); } function addAllColumnHeaders(myList, elementToAppend) { var columnSet = []; var thElement = $('<thead/>'); var headerTr$ = $('<tr/>'); console.log(myList); for (var i = 0 ; i < myList.length ; i++) { var rowHash = myList[i]; for (var key in rowHash) { if ($.inArray(key, columnSet) == -1){ columnSet.push(key); headerTr$.append($('<th/>').html(key)); } } } thElement.append(headerTr$); elementToAppend.append(thElement); return columnSet; } function generate_table_content() { let marked_hazardous_words = mark_hazardous_words_on_page(); let hazardous_words_config = get_hazardous_words_config(); let data_to_load = []; var hazardous_words_map = hazardous_words_config.reduce(function(map, obj) { map[obj.Keyword.toLowerCase()] = { Reference: obj.Reference, priority : obj.priority }; return map; }, {}); $.each(marked_hazardous_words, function(key, value) { let data_node = {}; data_node.Keyword = key; data_node.Reference = hazardous_words_map[data_node.Keyword].Reference; data_to_load.push(data_node); }); return data_to_load; } function mark_hazardous_words_on_page() { let just_hazardous_words_from_config = get_just_hazardous_words_from_config(); let hazardous_words_on_page = {}; console.log(Date.now()); $('#dp').mark(just_hazardous_words_from_config, { filter: function(text_node, keyword, total_counter, counter) { let lower_case_keyword = keyword.toLowerCase(); hazardous_words_on_page[lower_case_keyword] = parseInt(counter + 1); return true; }, accuracy: { "value": "exactly", "limiters": [",",":",".","-","s","d","v","/"] }, separateWordSearch: false }); console.log(Date.now()); return hazardous_words_on_page } function get_just_hazardous_words_from_config() { let hazardous_words_from_config = get_hazardous_words_config(); let hazardous_words = []; $.each(hazardous_words_from_config, function(k, v) { hazardous_words.push(v.Keyword); }); return hazardous_words; } function get_hazardous_words_config() { return [ { "Keyword": "antiaging", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 1 }, { "Keyword": "anti-wrinkle", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 2 }, { "Keyword": “aging signs", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 3 }, { "Keyword": "reducing redness", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 4 }, { "Keyword": "helps reduce", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 5 }, { "Keyword": "blemish", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 6 }, { "Keyword": "skin whitening", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 7 }, { "Keyword": "perfume", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 8 }, { "Keyword": "changing appearance", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 9 }, { "Keyword": "correcting body odors", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 10 }, { "Keyword": "antiperspirant", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 11 }, { "Keyword": "deodorant", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 12 }, { "Keyword": "odor", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 13 }, { "Keyword": "volume ", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 14 }, { "Keyword": "hair shampoo", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 15 }, { "Keyword": "hair conditioner", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 16 }, { "Keyword": "hair masks", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 17 }, { "Keyword": "hair treatment”, "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 18 }, { "Keyword": "curly hair", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 19 }, { "Keyword": "straight hair", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 20 }, { "Keyword": "curling", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 21 }, { "Keyword": "straightening", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 22 }, { "Keyword": "curls", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 23 }, { "Keyword": "hair dye", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 24 }, { "Keyword": "hair color", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 25 }, { "Keyword": "leave on creams", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 26 }, { "Keyword": "hairspray", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 27 }, { "Keyword": "hair mousse", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 28 }, { "Keyword": "hair foam", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 29 }, { "Keyword": "hair bleaching cream", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 30 }, { "Keyword": "deoxidizer", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 31 }, { "Keyword": "hair gel", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 32 }, { "Keyword": "hair growth treatment", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 33 }, { "Keyword": "hair protection spray", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 34 }, { "Keyword": "hair removal cream", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 35 }, { "Keyword": "hair removal strips", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 36 }, { "Keyword": "eliminate hair", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 37 }, { "Keyword": "hair removal foam", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 38 }, { "Keyword": "shaving foam", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 39 }, { "Keyword": "body mist", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 40 }, { "Keyword": "face serum”, "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 41 }, { "Keyword": "makeup remover", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 42 }, { "Keyword": "deodorant", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 43 }, { "Keyword": "bath bomb", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 44 }, { "Keyword": "intimate hygiene", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 45 }, { "Keyword": "face masks", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 46 }, { "Keyword": "bath salt", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 47 }, { "Keyword": "SPF", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 48 }, { "Keyword": "UV protection", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank> Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 49 }, { "Keyword": "acrylic nail powder", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/8447a035b579cd4c38c51babb7bc6dd78fc5fa774a8dcda947b83da90602d341 target=blank> Check if the substance/mixture is used for manicure or nail care and maintenance</a>", "priority": 50 }, { "Keyword": "nail color", "Reference": "<a https://amazon.awsapps.com/workdocs/index.html#/document/8447a035b579cd4c38c51babb7bc6dd78fc5fa774a8dcda947b83da90602d341 target=blank> Check if the substance/mixture is used for manicure or nail care and maintenance</a>", "priority": 51 }, { "Keyword": "manicure", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/8447a035b579cd4c38c51babb7bc6dd78fc5fa774a8dcda947b83da90602d341 target=blank> Check if the substance/mixture is used for manicure or nail care and maintenance</a>", "priority": 52 }, { "Keyword": "uv gel", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/8447a035b579cd4c38c51babb7bc6dd78fc5fa774a8dcda947b83da90602d341 target=blank>Check if the substance/mixture is used for manicure or nail care and maintenance</a>", "priority": 53 }, { "Keyword": "nail remover", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/8447a035b579cd4c38c51babb7bc6dd78fc5fa774a8dcda947b83da90602d341 target=blank>Check if the substance/mixture is used for manicure or nail care and maintenance</a>", "priority": 54 }, { "Keyword": "nail polish remover", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/8447a035b579cd4c38c51babb7bc6dd78fc5fa774a8dcda947b83da90602d341 target=blank>Check if the substance/mixture is used for manicure or nail care and maintenance</a>", "priority": 55 }, { "Keyword": "nail gel", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/8447a035b579cd4c38c51babb7bc6dd78fc5fa774a8dcda947b83da90602d341 target=blank>Check if the substance/mixture is used for manicure or nail care and maintenance</a>", "priority": 56 }, { "Keyword": "tattoo marker", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 57 }, { "Keyword": "tattoo ink", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 58 }, { "Keyword": "henna powder", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 59 }, { "Keyword": "henna", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 60 }, { "Keyword": "henna marker", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 61 }, { "Keyword": "face paint", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 62 }, { "Keyword": "body paint", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 63 }, { "Keyword": "face colors", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 64 }, { "Keyword": "body colors", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/204e577a6f959f751be86992d3edea1284bb880abac7ae63f3f5a5d1a91e8216 target=blank>Check if the substance/mixture is applied on the body in order to change the appearance</a>", "priority": 65 }, { "Keyword": "tooth paste", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 66 }, { "Keyword": "teeth whitening", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 67 }, { "Keyword": "mouthwash", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 68 }, { "Keyword": "freshen breath", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 69 }, { "Keyword": "keep healthy gums", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 70 }, { "Keyword": "provide a cleaner mouth", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 71 }, { "Keyword": "fresh", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 72 }, { "Keyword": "mouth spray", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 73 }, { "Keyword": "bad breath", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/641407a4c441ff17948f1799d851c4f9aa0165de6206b1ba27dcb20a9041129e target=blank>Check if the substance/mixture is intended to maintain oral hygiene and good condition</a>", "priority": 74 }, { "Keyword": "nail glue", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/246b7796528dbc8337adec93409fcdb6fd5e884fc3ae640e3188667db8132665 target=blank>Check if the glue/adhesive is applied on the human body in order to change the appearance</a>", "priority": 75 }, { "Keyword": "eyelash glue", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/246b7796528dbc8337adec93409fcdb6fd5e884fc3ae640e3188667db8132665 target=blank>Check if the glue/adhesive is applied on the human body in order to change the appearance</a>", "priority": 76 }, { "Keyword": "teeth adhesive", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/246b7796528dbc8337adec93409fcdb6fd5e884fc3ae640e3188667db8132665 target=blank>Check if the glue/adhesive is applied on the human body in order to change the appearance</a>", "priority": 77 }, { "Keyword": "teeth glue", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/246b7796528dbc8337adec93409fcdb6fd5e884fc3ae640e3188667db8132665 target=blank>Check if the glue/adhesive is applied on the human body in order to change the appearance</a>", "priority": 78 }, { "Keyword": "nail adhesive", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/246b7796528dbc8337adec93409fcdb6fd5e884fc3ae640e3188667db8132665 target=blank>Check if the glue/adhesive is applied on the human body in order to change the appearance</a>", "priority": 79 }, { "Keyword": "eyelash adhesive", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/246b7796528dbc8337adec93409fcdb6fd5e884fc3ae640e3188667db8132665 target=blank>Check if the glue/adhesive is applied on the human body in order to change the appearance</a>", "priority": 80 }, { "Keyword": "hair glue", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/246b7796528dbc8337adec93409fcdb6fd5e884fc3ae640e3188667db8132665 target=blank>Check if the glue/adhesive is applied on the human body in order to change the appearance</a>", "priority": 81 }, { "Keyword": "fixative", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/246b7796528dbc8337adec93409fcdb6fd5e884fc3ae640e3188667db8132665 target=blank>Check if the glue/adhesive is applied on the human body in order to change the appearance</a>", "priority": 82 }, { "Keyword": "massage candle", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/9fc658af7e9dae80308cdac93cb36d3c1a816c369334a35e17bd9925ab3494da target=blank>Check if the substance/mixture is used for massaging the human body moisturizing and hydrating it</a>", "priority": 83 }, { "Keyword": "massage wax", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/9fc658af7e9dae80308cdac93cb36d3c1a816c369334a35e17bd9925ab3494da target=blank>Check if the substance/mixture is used for massaging the human body moisturizing and hydrating it</a>", "priority": 84 }, { "Keyword": "moisturize", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 85 }, { "Keyword": "soft skin", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 86 }, { "Keyword": "moisturizing", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 87 }, { "Keyword": "hydrating", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 88 }, { "Keyword": "keeping in good condition", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 89 }, { "Keyword": "maintain", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 90 }, { "Keyword": "hydrate", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 91 }, { "Keyword": "skin care", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 92 }, { "Keyword": "cleaning", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 93 }, { "Keyword": "protecting", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 94 }, { "Keyword": "body lotion", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 95 }, { "Keyword": "body cream", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 96 }, { "Keyword": "body oil", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 97 }, { "Keyword": "body paint", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 98 }, { "Keyword": "foot spray", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 99 }, { "Keyword": "skin tag removal", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 100 }, { "Keyword": "mole removal", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 101 }, { "Keyword": "skin soap", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 102 }, "Keyword": "hand soap", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 103 }, { "Keyword": "body soap", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 104 }, { "Keyword": "sun care", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 105 }, { "Keyword": "sun protection", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 106 }, { "Keyword": "sun products", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/7c63cc799e9688541350092401a3233e70e23ae7a7ccb5ba611be8cd7c4fd787 target=blank>Check if this substance/mixture is intended to be placed in contact with the various external parts of the body with the purpose of cleaning them, perfuming them, changing their appearance and/or correcting body odors and/or protecting them or keeping them in good condition</a>", "priority": 107 }, { "Keyword": "hand wipes", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/26dc3e7115950d7bea1a444922c906a910a1491c7654d6bd15bbf931877b12dc target=blank>Check if the main purpose of the wipes is to be used on external parts of human body with the purpose of everyday cleaning, disinfecting, etc..</a>", "priority": 108 }, { "Keyword": "skin wipes", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/26dc3e7115950d7bea1a444922c906a910a1491c7654d6bd15bbf931877b12dc target=blank>Check if the main purpose of the wipes is to be used on external parts of human body with the purpose of everyday cleaning, disinfecting, etc..</a>", "priority": 109 }, { "Keyword": "body wipes", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/26dc3e7115950d7bea1a444922c906a910a1491c7654d6bd15bbf931877b12dc target=blank>Check if the main purpose of the wipes is to be used on external parts of human body with the purpose of everyday cleaning, disinfecting, etc..</a>", "priority": 110 }, { "Keyword": "hygiene wipes", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/26dc3e7115950d7bea1a444922c906a910a1491c7654d6bd15bbf931877b12dc target=blank>Check if the main purpose of the wipes is to be used on external parts of human body with the purpose of everyday cleaning, disinfecting, etc..</a>", "priority": 111 }, { "Keyword": "medicated wipes", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/26dc3e7115950d7bea1a444922c906a910a1491c7654d6bd15bbf931877b12dc target=blank>Check if the main purpose of the wipes is to be used on external parts of human body with the purpose of everyday cleaning, disinfecting, etc..</a>", "priority": 112 }, { "Keyword": "disinfectant wipes", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/26dc3e7115950d7bea1a444922c906a910a1491c7654d6bd15bbf931877b12dc target=blank>Check if the main purpose of the wipes is to be used on external parts of human body with the purpose of everyday cleaning, disinfecting, etc..</a>", "priority": 113 }, { "Keyword": "hand tissue", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/26dc3e7115950d7bea1a444922c906a910a1491c7654d6bd15bbf931877b12dc target=blank>Check if the main purpose of the wipes is to be used on external parts of human body with the purpose of everyday cleaning, disinfecting, etc..</a>", "priority": 114 }, { "Keyword": "hand sanitizer", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/61ebeae34c598248048c51d49f5b5ce9b69fd35e983987492fa17fd68e9fb803 target=blank>Check if the purpose of the substance/mixture is intended to sanitize/disinfect the external parts of the human body</a>", "priority": 115 }, { "Keyword": "skin sanitizer", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/61ebeae34c598248048c51d49f5b5ce9b69fd35e983987492fa17fd68e9fb803 target=blank>Check if the purpose of the substance/mixture is intended to sanitize/disinfect the external parts of the human body</a>", "priority": 116 }, { "Keyword": "skin disinfectant", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/61ebeae34c598248048c51d49f5b5ce9b69fd35e983987492fa17fd68e9fb803 target=blank>Check if the purpose of the substance/mixture is intended to sanitize/disinfect the external parts of the human body</a>", "priority": 117 }, { "Keyword": "hand disinfectant", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/61ebeae34c598248048c51d49f5b5ce9b69fd35e983987492fa17fd68e9fb803 target=blank>Check if the purpose of the substance/mixture is intended to sanitize/disinfect the external parts of the human body</a>", "priority": 118 }, { "Keyword": "lubricant", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/496847aedaab5e376d7715b11f1ab0c9617b598b8abb174921656be9836045d9 target=blank>Check if the substance/mixture is used as a lubricant or play gel on human body</a>", "priority": 119 }, { "Keyword": "lube", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/496847aedaab5e376d7715b11f1ab0c9617b598b8abb174921656be9836045d9 target=blank>Check if the substance/mixture is used as a lubricant or play gel on human body</a>", "priority": 120 }, { "Keyword": "pleasure gel", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/496847aedaab5e376d7715b11f1ab0c9617b598b8abb174921656be9836045d9 target=blank>Check if the substance/mixture is used as a lubricant or play gel on human body</a>", "priority": 121 }, { "Keyword": "play lube", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/496847aedaab5e376d7715b11f1ab0c9617b598b8abb174921656be9836045d9 target=blank>Check if the substance/mixture is used as a lubricant or play gel on human body</a>", "priority": 122 }, { "Keyword": "massage oil", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/9fc658af7e9dae80308cdac93cb36d3c1a816c369334a35e17bd9925ab3494da target=blank>Check if the substance/mixture is used for massaging the human body moisturizing and hydrating it</a>", "priority": 123 }, { "Keyword": "sanitizer", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 124 }, { "Keyword": "wipes", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 125 }, { "Keyword": "surface", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 126 }, { "Keyword": "room", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 127 }, { "Keyword": "fragrance", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 128 }, { "Keyword": "perfumes", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 129 }, { "Keyword": "mists", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 130 }, { "Keyword": "multiuse", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 131 }, { "Keyword": "other uses", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/aa0b28a08dd9209596b627c4e62ba16040ed6ad48923e28b2baeb3dd62fd3677 target=blank>Check if this is the only or the main purpose of the substance/mixture.</a>", "priority": 132 }, { "Keyword": "impregnated", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 133 }, { "Keyword": "cloth", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 134 }, { "Keyword": "solid", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 135 }, { "Keyword": "infused", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 136 }, { "Keyword": "socks", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 137 }, { "Keyword": "bag", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 138 }, { "Keyword": "towel", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 139 }, { "Keyword": "perfumed", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 140 }, { "Keyword": "odorized", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 141 }, { "Keyword": "embedded", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/52c8e53fe438d504e21ced5d5f6d57fbde505945baba5621b2ed00f817261925 target=blank>Check if the product is a solid object infused with essential oils or other substances with the cosmetic purpose.</a>", "priority": 142 }, { "Keyword": "base", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 143 }, { "Keyword": "soap base", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 144 }, { "Keyword": "fragrance", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 145 }, { "Keyword": "colorant", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 146 }, { "Keyword": "additive", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 147 }, { "Keyword": "mix", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 148 }, { "Keyword": "dye", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 149 }, { "Keyword": "kit", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 150 }, { "Keyword": "making", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 151 }, { "Keyword": "fabrication", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 152 }, { "Keyword": "dilute", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 153 }, { "Keyword": "ingredient", "Reference": "<a href=https://amazon.awsapps.com/workdocs/index.html#/document/578682ed7f16744030470b70319b2865922c4e79df045e60b596a51dd02a0cfa target=blank>Check if the product is an ingredient/a kit with ingredients used in cosmetics fabrication or if it can be also used directly on human body parts as cosmetic.</a>", "priority": 154 }, ]; }