It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://mygbcc.com

  1.  
  2. <!doctype html>
  3. <html lang="en-au" class="a-no-js" data-19ax5a9jf="dingo"><!-- sp:feature:head-start -->
  4. <head>
  5. <link rel="icon" type="image/png" href="images/psg88-favicon.webp" sizes="96x96" />
  6. <link rel="icon" type="image/png" href="images/psg88-favicon.webp" sizes="32x32" />
  7. <link rel="icon" type="image/png" href="images/psg88-favicon.webp" sizes="16x16" />
  8. <script type="6215e0a667005d92ad47e400-text/javascript">var aPageStart = (new Date()).getTime();</script>
  9. <meta charset="utf-8" />
  10. <meta name="title" content="PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi" />
  11. <title>PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi</title>
  12. <meta name="description" content="PSG88 adalah situs judi slot online menggunakan server slot Thailand super gacor menjamin banyak member menang maxwin dengan deposit slot 5000." />
  13. <link rel="canonical" href="https://mygbcc.com/" />
  14. <link rel="amphtml" href="https://xsata.id/amp/"/>
  15. <meta name="data-spm" content="a2o4j" />
  16. <meta name="robots" content="index, follow" />
  17. <meta name="og:url" content="https://mygbcc.com/" />
  18. <meta name="og:title" content="PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi" />
  19. <meta name="og:type" content="product" />
  20. <meta name="og:description" content="PSG88 adalah situs judi slot online menggunakan server slot Thailand super gacor menjamin banyak member menang maxwin dengan deposit slot 5000." />
  21. <meta name="og:image" content="images/slot-deposit-5000.webp  " />
  22. <link rel="manifest" href="https://g.lazcdn.com/g/lzdfe/pwa-assets/5.0.7/manifest/id.json">
  23. <link rel="icon" type="image/png" href="images/psg88-favicon.webp">
  24.        <meta name="google-site-verification" content="y31qF6zAdGcjHPGjenSo9Zqhf0HfVNP9SGnNKW8GTGY" />
  25. <!-- start preload -->
  26. <link rel="preload" href="images/slot-deposit-5000.webp" as="image" />
  27. <!-- sp:end-feature:head-start -->
  28. <!-- sp:feature:csm:head-open-part1 -->
  29. <script type="6215e0a667005d92ad47e400-text/javascript">var ue_t0 = ue_t0 || +new Date();</script>
  30. <!-- sp:end-feature:csm:head-open-part1 -->
  31. <!-- sp:feature:cs-optimization -->
  32. <meta http-equiv='x-dns-prefetch-control' content='on'>
  33. <link rel="dns-prefetch" href="https://images-fe.ssl-images-amazon.com">
  34. <link rel="dns-prefetch" href="https://m.media-amazon.com">
  35. <link rel="dns-prefetch" href="https://completion.amazon.com">
  36. <!-- sp:end-feature:cs-optimization -->
  37. <!-- sp:feature:csm:head-open-part2 -->
  38. <script type="6215e0a667005d92ad47e400-text/javascript">
  39. //禁用右键(防止右键查看源代码)
  40. window.oncontextmenu = function () {
  41. return false;
  42. }
  43. //禁止任何键盘敲击事件(防止F12和shift+ctrl+i调起开发者工具)
  44. window.onkeydown = window.onkeyup = window.onkeypress = function () {
  45. window.event.returnValue = false;
  46. return false;
  47. }
  48. disablePictureInPicture = "true"
  49. window.onload = function () {
  50. document.onkeydown = function () {
  51. var e = window.event || arguments[0];
  52. //屏蔽F12
  53. if (e.keyCode == 123) {
  54. return false;
  55. //屏蔽Ctrl+Shift+I
  56. }
  57. else
  58. if ((e.ctrlKey) && (e.shiftKey) && (e.keyCode == 73)) {
  59. return false;
  60. //屏蔽Shift+F10
  61. }
  62. else
  63. if ((e.shiftKey) && (e.keyCode == 121)) {
  64. return false;
  65. //屏蔽Ctrl+U
  66. }
  67. else
  68. if ((e.ctrlKey) && (e.keyCode == 85)) {
  69. return false;
  70. }
  71. }
  72. document.oncontextmenu = function () {
  73. return false;
  74. }
  75. if (window.event && window.event.keyCode == 123) {
  76. event.keyCode = 0;
  77. event.returnValue = false;
  78. }
  79. if (window.event && window.event.keyCode == 13) {
  80. window.event.keyCode = 505;
  81. }
  82. if (window.event && window.event.keyCode == 8) {
  83. window.event.returnValue = false;
  84. }
  85. if (window.event) {
  86. event = window.event;
  87. }
  88. try {
  89. var the = event.srcElement;
  90. if (!((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")) {
  91. return false;
  92. }
  93. return true;
  94. }
  95. catch (e) {
  96. return false;
  97. }
  98. }
  99. //禁止鼠标右击
  100. document.oncontextmenu = function() {
  101. event.returnValue = false;
  102. };
  103. //禁用开发者工具F12
  104. document.onkeydown = document.onkeyup = document.onkeypress = function(event) {
  105. let e = event || window.event || arguments.callee.caller.arguments[0];
  106. if (e && e.keyCode == 123) {
  107. e.returnValue = false;
  108. return false;
  109. }
  110. };
  111. let userAgent = navigator.userAgent;
  112. if (userAgent.indexOf("Firefox") > -1) {
  113. let checkStatus;
  114. let devtools = /./;
  115. devtools.toString = function() {
  116. checkStatus = "on";
  117. };
  118. setInterval(function() {
  119. checkStatus = "off";
  120. console.log(devtools);
  121. console.log(checkStatus);
  122. console.clear();
  123. if (checkStatus === "on") {
  124. let target = "";
  125. try {
  126. window.open("about:blank", (target = "_self"));
  127. }
  128. catch (err) {
  129. let a = document.createElement("button");
  130. a.onclick = function() {
  131. window.open("about:blank", (target = "_self"));
  132. };
  133. a.click();
  134. }
  135. }
  136. }, 200);
  137. }
  138. else {
  139. //禁用控制台
  140. let ConsoleManager = {
  141. onOpen: function() {
  142. alert("Console is opened");
  143. },
  144. onClose: function() {
  145. alert("Console is closed");
  146. },
  147. init: function() {
  148. let self = this;
  149. let x = document.createElement("div");
  150. let isOpening = false,
  151. isOpened = false;
  152. Object.defineProperty(x, "id", {
  153. get: function() {
  154. if (!isOpening) {
  155. self.onOpen();
  156. isOpening = true;
  157. }
  158. isOpened = true;
  159. return true;
  160. }
  161. });
  162. setInterval(function() {
  163. isOpened = false;
  164. console.info(x);
  165. console.clear();
  166. if (!isOpened && isOpening) {
  167. self.onClose();
  168. isOpening = false;
  169. }
  170. }, 200);
  171. }
  172. };
  173. ConsoleManager.onOpen = function() {
  174. //打开控制台,跳转
  175. let target = "";
  176. try {
  177. window.open("about:blank", (target = "_self"));
  178. }
  179. catch (err) {
  180. let a = document.createElement("button");
  181. a.onclick = function() {
  182. window.open("about:blank", (target = "_self"));
  183. };
  184. a.click();
  185. }
  186. };
  187. ConsoleManager.onClose = function() {
  188. alert("Console is closed!!!!!");
  189. };
  190. ConsoleManager.init();
  191. }
  192. </script>
  193. <script type="6215e0a667005d92ad47e400-text/javascript">
  194. window.ue_ihb = (window.ue_ihb || window.ueinit || 0) + 1;
  195. if (window.ue_ihb === 1) {
  196. var ue_csm = window,
  197.                ue_hob = +new Date();
  198. (function (d) { var e = d.ue = d.ue || {}, f = Date.now || function () { return +new Date }; e.d = function (b) { return f() - (b ? 0 : d.ue_t0) }; e.stub = function (b, a) { if (!b[a]) { var c = []; b[a] = function () { c.push([c.slice.call(arguments), e.d(), d.ue_id]) }; b[a].replay = function (b) { for (var a; a = c.shift();)b(a[0], a[1], a[2]) }; b[a].isStub = 1 } }; e.exec = function (b, a) { return function () { try { return b.apply(this, arguments) } catch (c) { ueLogError(c, { attribution: a || "undefined", logLevel: "WARN" }) } } } })(ue_csm);
  199. var ue_err_chan = 'jserr-rw';
  200. (function (d, e) {
  201. function h(f, b) { if (!(a.ec > a.mxe) && f) { a.ter.push(f); b = b || {}; var c = f.logLevel || b.logLevel; c && c !== k && c !== m && c !== n && c !== p || a.ec++; c && c != k || a.ecf++; b.pageURL = "" + (e.location ? e.location.href : ""); b.logLevel = c; b.attribution = f.attribution || b.attribution; a.erl.push({ ex: f, info: b }) } } function l(a, b, c, e, g) { d.ueLogError({ m: a, f: b, l: c, c: "" + e, err: g, fromOnError: 1, args: arguments }, g ? { attribution: g.attribution, logLevel: g.logLevel } : void 0); return !1 } var k = "FATAL", m = "ERROR", n = "WARN", p = "DOWNGRADED", a = {
  202. ec: 0, ecf: 0,
  203. pec: 0, ts: 0, erl: [], ter: [], buffer: [], mxe: 50, startTimer: function () { a.ts++; setInterval(function () { d.ue && a.pec < a.ec && d.uex("at"); a.pec = a.ec }, 1E4) }
  204. }; l.skipTrace = 1; h.skipTrace = 1; h.isStub = 1; d.ueLogError = h; d.ue_err = a; e.onerror = l
  205. })(ue_csm, window);
  206. var ue_id = '90G9DFKSFRKCQZ4KHD88',
  207.                ue_url = '/rd/uedata',
  208.                ue_navtiming = 1,
  209.                ue_mid = 'A39IBJ37TRP1C6',
  210.                ue_sid = '356-1077062-4831846',
  211.                ue_sn = 'www.amazon.com.au',
  212.                ue_furl = 'fls-fe.amazon.com.au',
  213.                ue_surl = 'https://unagi-fe.amazon.com/1/events/com.amazon.csm.nexusclient.prod',
  214.                ue_int = 0,
  215.                ue_fcsn = 1,
  216.                ue_urt = 3,
  217.                ue_rpl_ns = 'cel-rpl',
  218.                ue_ddq = 1,
  219.                ue_fpf = '//fls-fe.amazon.com.au/1/batch/1/OP/A39IBJ37TRP1C6:356-1077062-4831846:90G9DFKSFRKCQZ4KHD88$uedata=s:',
  220.                ue_sbuimp = 1,
  221.                ue_ibft = 0,
  222.                ue_sswmts = 0,
  223.                ue_jsmtf = 0,
  224.                ue_fnt = 0,
  225.                ue_lpsi = 6000,
  226.                ue_no_counters = 1,
  227.                ue_lob = '1',
  228.                ue_sjslob = 0,
  229.                ue_dsbl_cel = 1,
  230.                ue_swi = 1;
  231. var ue_viz = function () {
  232. (function (b, f, d) {
  233. function g() { return (!(p in d) || 0 < d[p]) && (!(q in d) || 0 < d[q]) } function h(c) { if (b.ue.viz.length < w && !r) { var a = c.type; c = c.originalEvent; /^focus./.test(a) && c && (c.toElement || c.fromElement || c.relatedTarget) || (a = g() ? f[s] || ("blur" == a || "focusout" == a ? t : u) : t, b.ue.viz.push(a + ":" + (+new Date - b.ue.t0)), a == u && (b.ue.isl && x("at"), r = 1)) } } for (var r = 0, x = b.uex, a, k, l, s, v = ["", "webkit", "o", "ms", "moz"], e = 0, m = 1, u = "visible", t = "hidden", p = "innerWidth", q = "innerHeight", w = 20, n = 0; n < v.length && !e; n++)if (a =
  234.                        v[n], k = (a ? a + "H" : "h") + "idden", e = "boolean" == typeof f[k]) l = a + "visibilitychange", s = (a ? a + "V" : "v") + "isibilityState"; h({}); e && f.addEventListener(l, h, 0); m = g() ? 1 : 0; d.addEventListener("resize", function () { var a = g() ? 1 : 0; m !== a && (m = a, h({})) }, { passive: !0 }); b.ue && e && (b.ue.pageViz = { event: l, propHid: k })
  235. })(ue_csm, ue_csm.document, ue_csm.window)
  236. };
  237. (function (d, h, N) {
  238. function H(a) { return a && a.replace && a.replace(/^\s+|\s+$/g, "") } function u(a) { return "undefined" === typeof a } function B(a, b) { for (var c in b) b[v](c) && (a[c] = b[c]) } function I(a) { try { var b = N.cookie.match(RegExp("(^| )" + a + "=([^;]+)")); if (b) return b[2].trim() } catch (c) { } } function O(k, b, c) {
  239. var q = (x || {}).type; if ("device" !== c || 2 !== q && 1 !== q) k && (d.ue_id = a.id = a.rid = k, w && (w = w.replace(/((.*?:){2})(\w+)/, function (a, b) { return b + k })), D && (e("id", D, k), D = 0)), b && (w && (w = w.replace(/(.*?:)(\w|-)+/, function (a,
  240.                        c) { return c + b })), d.ue_sid = b), c && a.tag("page-source:" + c), d.ue_fpf = w
  241. } function P() { var a = {}; return function (b) { b && (a[b] = 1); b = []; for (var c in a) a[v](c) && b.push(c); return b } } function y(d, b, c, q) { q = q || +new E; var g, m; if (b || u(c)) { if (d) for (m in g = b ? e("t", b) || e("t", b, {}) : a.t, g[d] = q, c) c[v](m) && e(m, b, c[m]); return q } } function e(d, b, c) { var e = b && b != a.id ? a.sc[b] : a; e || (e = a.sc[b] = {}); "id" === d && c && (Q = 1); return e[d] = c || e[d] } function R(d, b, c, e, g) {
  242. c = "on" + c; var m = b[c]; "function" === typeof m ? d && (a.h[d] = m) : m = function () { }; b[c] =
  243.                        function (a) { g ? (e(a), m(a)) : (m(a), e(a)) }; b[c] && (b[c].isUeh = 1)
  244. } function S(k, b, c, q) {
  245. function p(b, c) { var d = [b], f = 0, g = {}, m, h; c ? (d.push("m=1"), g[c] = 1) : g = a.sc; for (h in g) if (g[v](h)) { var q = e("wb", h), p = e("t", h) || {}, n = e("t0", h) || a.t0, l; if (c || 2 == q) { q = q ? f++ : ""; d.push("sc" + q + "=" + h); for (l in p) u(p[l]) || null === p[l] || d.push(l + q + "=" + (p[l] - n)); d.push("t" + q + "=" + p[k]); if (e("ctb", h) || e("wb", h)) m = 1 } } !J && m && d.push("ctb=1"); return d.join("&") } function m(b, c, f, e, g) {
  246. if (b) {
  247. var k = d.ue_err; d.ue_url && !e && !g && b && 0 < b.length && (e =
  248.                                new Image, a.iel.push(e), e.src = b, a.count && a.count("postbackImageSize", b.length)); w ? (g = h.encodeURIComponent) && b && (e = new Image, b = "" + d.ue_fpf + g(b) + ":" + (+new E - d.ue_t0), a.iel.push(e), e.src = b) : a.log && (a.log(b, "uedata", { n: 1 }), a.ielf.push(b)); k && !k.ts && k.startTimer(); a.b && (k = a.b, a.b = "", m(k, c, f, 1))
  249. }
  250. } function A(b) {
  251. var c = x ? x.type : F, d = 2 == c || a.isBFonMshop, c = c && !d, f = a.bfini; if (!Q || a.isBFCache) f && 1 < f && (b += "&bfform=1", c || (a.isBFT = f - 1)), d && (b += "&bfnt=1", a.isBFT = a.isBFT || 1), a.ssw && a.isBFT && (a.isBFonMshop && (a.isNRBF =
  252.                            0), u(a.isNRBF) && (d = a.ssw(a.oid), d.e || u(d.val) || (a.isNRBF = 1 < d.val ? 0 : 1)), u(a.isNRBF) || (b += "&nrbf=" + a.isNRBF)), a.isBFT && !a.isNRBF && (b += "&bft=" + a.isBFT); return b
  253. } if (!a.paused && (b || u(c))) {
  254. for (var l in c) c[v](l) && e(l, b, c[l]); a.isBFonMshop || y("pc", b, c); l = "ld" === k && b && e("wb", b); var s = e("id", b) || a.id; l || s === a.oid || (D = b, ba(s, (e("t", b) || {}).tc || +e("t0", b), +e("t0", b))); var s = e("id", b) || a.id, t = e("id2", b), f = a.url + "?" + k + "&v=" + a.v + "&id=" + s, J = e("ctb", b) || e("wb", b), z; J && (f += "&ctb=" + J); t && (f += "&id2=" + t); 1 < d.ueinit &&
  255.                            (f += "&ic=" + d.ueinit); if (!("ld" != k && "ul" != k || b && b != s)) {
  256.                                if ("ld" == k) { try { h[K] && h[K].isUeh && (h[K] = null) } catch (I) { } if (h.chrome) for (t = 0; t < L.length; t++)T(G, L[t]); (t = N.ue_backdetect) && t.ue_back && t.ue_back.value++; d._uess && (z = d._uess()); a.isl = 1 } a._bf && (f += "&bf=" + a._bf()); d.ue_navtiming && g && (e("ctb", s, "1"), a.isBFonMshop || y("tc", F, F, M)); !C || a.isBFonMshop || U || (g && B(a.t, {
  257.                                    na_: g.navigationStart, ul_: g.unloadEventStart, _ul: g.unloadEventEnd, rd_: g.redirectStart, _rd: g.redirectEnd, fe_: g.fetchStart, lk_: g.domainLookupStart,
  258.                                    _lk: g.domainLookupEnd, co_: g.connectStart, _co: g.connectEnd, sc_: g.secureConnectionStart, rq_: g.requestStart, rs_: g.responseStart, _rs: g.responseEnd, dl_: g.domLoading, di_: g.domInteractive, de_: g.domContentLoadedEventStart, _de: g.domContentLoadedEventEnd, _dc: g.domComplete, ld_: g.loadEventStart, _ld: g.loadEventEnd, ntd: ("function" !== typeof C.now || u(M) ? 0 : new E(M + C.now()) - new E) + a.t0
  259. }), x && B(a.t, { ty: x.type + a.t0, rc: x.redirectCount + a.t0 }), U = 1); a.isBFonMshop || B(a.t, { hob: d.ue_hob, hoe: d.ue_hoe }); a.ifr && (f += "&ifr=1")
  260. } y(k,
  261. b, c, q); var r, n; l || b && b !== s || ca(b); (c = d.ue_mbl) && c.cnt && !l && (f += c.cnt()); l ? e("wb", b, 2) : "ld" == k && (a.lid = H(s)); for (r in a.sc) if (1 == e("wb", r)) break; if (l) { if (a.s) return; f = p(f, null) } else c = p(f, null), c != f && (c = A(c), a.b = c), z && (f += z), f = p(f, b || a.id); f = A(f); if (a.b || l) for (r in a.sc) 2 == e("wb", r) && delete a.sc[r]; z = 0; a._rt && (f += "&rt=" + a._rt()); c = h.csa; if (!l && c) for (n in r = e("t", b) || {}, c = c("PageTiming"), r) r[v](n) && c("mark", da[n] || n, r[n]); l || (a.s = 0, (n = d.ue_err) && 0 < n.ec && n.pec < n.ec && (n.pec = n.ec, f += "&ec=" + n.ec + "&ecf=" +
  262. n.ecf), z = e("ctb", b), "ld" !== k || b || a.markers ? a.markers && a.isl && !l && b && B(a.markers, e("t", b)) : (a.markers = {}, B(a.markers, e("t", b))), e("t", b, {})); a.tag && a.tag().length && (f += "&csmtags=" + a.tag().join("|"), a.tag = P()); n = a.viz || []; (r = n.length) && (f += "&viz=" + n.splice(0, r).join("|")); u(d.ue_pty) || (f += "&pty=" + d.ue_pty + "&spty=" + d.ue_spty + "&pti=" + d.ue_pti); a.tabid && (f += "&tid=" + a.tabid); a.aftb && (f += "&aftb=1"); !a._ui || b && b != s || (f += a._ui()); f += "&lob=" + (d.ue_lob || "0"); a.a = f; m(f, k, z, l, b && "string" === typeof b && -1 !== b.indexOf("csa:"))
  263. }
  264. }
  265. function ca(a) { var b = h.ue_csm_markers || {}, c; for (c in b) b[v](c) && y(c, a, F, b[c]) } function A(a, b, c) { c = c || h; if (c[V]) c[V](a, b, !1); else if (c[W]) c[W]("on" + a, b) } function T(a, b, c) { c = c || h; if (c[X]) c[X](a, b, !1); else if (c[Y]) c[Y]("on" + a, b) } function Z() {
  266. function a() { d.onUl() } function b(a) { return function () { c[a] || (c[a] = 1, S(a)) } } var c = {}, e, g; d.onLd = b("ld"); d.onLdEnd = b("ld"); d.onUl = b("ul"); e = { stop: b("os") }; h.chrome ? (A(G, a), L.push(a)) : e[G] = d.onUl; for (g in e) e[v](g) && R(0, h, g, e[g]); d.ue_viz && ue_viz(); A("load", d.onLd);
  267. y("ue")
  268. } function ba(e, b, c) { var g = d.ue_mbl, p = h.csa, m = p && p("SPA"), p = p && p("PageTiming"); g && g.ajax && g.ajax(b, c); m && p && (m("newPage", { requestId: e, transitionType: "soft" }), p("mark", "transitionStart", b)); a.tag("ajax-transition") } d.ueinit = (d.ueinit || 0) + 1; var a = d.ue = d.ue || {}; a.t0 = h.aPageStart || d.ue_t0; a.id = d.ue_id; a.url = d.ue_url; a.rid = d.ue_id; a.a = ""; a.b = ""; a.h = {}; a.s = 1; a.t = {}; a.sc = {}; a.iel = []; a.ielf = []; a.viz = []; a.v = "0.300369.0"; a.paused = !1; var v = "hasOwnProperty", G = "beforeunload", K = "on" + G, V = "addEventListener",
  269.                    X = "removeEventListener", W = "attachEvent", Y = "detachEvent", da = { cf: "criticalFeature", af: "aboveTheFold", fn: "functional", fp: "firstPaint", fcp: "firstContentfulPaint", bb: "bodyBegin", be: "bodyEnd", ld: "loaded" }, E = h.Date, C = h.performance || h.webkitPerformance, g = (C || {}).timing, x = (C || {}).navigation, M = (g || {}).navigationStart, w = d.ue_fpf, Q = 0, U = 0, L = [], D = 0, F; a.oid = H(a.id); a.lid = H(a.id); a._t0 = a.t0; a.tag = P(); a.ifr = h.top !== h.self || h.frameElement ? 1 : 0; a.markers = null; a.attach = A; a.detach = T; if ("000-0000000-8675309" === d.ue_sid) {
  270.                        var $ =
  271. I("cdn-rid"), aa = I("session-id"); $ && aa && O($, aa, "cdn")
  272. } d.uei = Z; d.ueh = R; d.ues = e; d.uet = y; d.uex = S; a.reset = O; a.pause = function (d) { a.paused = d }; Z()
  273. })(ue_csm, ue_csm.window, ue_csm.document);
  274. ue.stub(ue, "event"); ue.stub(ue, "onSushiUnload"); ue.stub(ue, "onSushiFlush");
  275. ue.stub(ue, "log"); ue.stub(ue, "onunload"); ue.stub(ue, "onflush");
  276. (function (b) {
  277. function g() { var a = { requestId: b.ue_id || "rid", server: b.ue_sn || "sn", obfuscatedMarketplaceId: b.ue_mid || "mid" }; b.ue_sjslob && (a.lob = b.ue_lob || "0"); return a } var a = b.ue, h = 1 === b.ue_no_counters; a.cv = {}; a.cv.scopes = {}; a.cv.buffer = []; a.count = function (b, f, c) {
  278. var e = {}, d = a.cv, g = c && 0 === c.c; e.counter = b; e.value = f; e.t = a.d(); c && c.scope && (d = a.cv.scopes[c.scope] = a.cv.scopes[c.scope] || {}, e.scope = c.scope); if (void 0 === f) return d[b]; d[b] = f; d = 0; c && c.bf && (d = 1); h || (ue_csm.ue_sclog || !a.clog || 0 !== d || g ? a.log && a.log(e,
  279.                        "csmcount", { c: 1, bf: d }) : a.clog(e, "csmcount", { bf: d })); a.cv.buffer.push({ c: b, v: f })
  280. }; a.count("baselineCounter2", 1); a && a.event && (a.event(g(), "csm", "csm.CSMBaselineEvent.4"), a.count("nexusBaselineCounter", 1, { bf: 1 }))
  281. })(ue_csm);
  282. var ue_hoe = +new Date();
  283. }
  284. window.ueinit = window.ue_ihb;
  285. </script>
  286. <!-- 6 -->
  287. <script type="6215e0a667005d92ad47e400-text/javascript">window.ue && ue.count && ue.count('CSMLibrarySize', 10178)</script>
  288. <!-- sp:end-feature:csm:head-open-part2 -->
  289. <!-- sp:feature:aui-assets -->
  290. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/11EIQ5IGqaL._RC|01e5ncglxyL.css,01lF2n-pPaL.css,519YvOBDG8L.css,31uBZQYbDJL.css,11hEAfyy4tL.css,01qPl4hxayL.css,01pOTCa2wPL.css,413Vvv3GONL.css,11TIuySqr6L.css,01Rw4F+QU6L.css,11vYg+mVuGL.css,01J3raiFJrL.css,01IdKcBuAdL.css,01dRHIoUjnL.css,21lFcV0hmCL.css,01W0RNXC6mL.css,51nYRMITMLL.css,01XPHJk60-L.css,11wvSzGn6tL.css,01ANX9Vx1mL.css,01cvE3JoRWL.css,21qiQ1rOUAL.css,11wazUu-8nL.css,21RWaJb6t+L.css,11yLJpkAxFL.css,216LjtW6ADL.css,01CFUgsA-YL.css,313tC6rl1gL.css,116t+WD27UL.css,11yEzLYDg2L.css,113QjYEJj-L.css,11BdrZWOJpL.css,01r-hR9jMmL.css,01X+Gu6WK9L.css,21ZVss5T32L.css,114W6O7j2oL.css,01LzHhtXxxL.css,21zi3R-XjNL.css,115pt6oW+ZL.css,11hvENnYNUL.css,11Qek6G6pNL.css,01890+Vwk8L.css,01bDiPuBD6L.css,01cbS3UK11L.css,21F85am0yFL.css,016mfgi+D2L.css,01WslS8q5ML.css,21zhgeMzYSL.css,016Sx2kF1+L.css_.css?AUIClients/AmazonUI#not-trident" />
  291. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery" />
  292. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/11zuylp74DL._RC|11Y+5x+kkTL.js,51cR93oXsVL.js,11yKORv-GTL.js,11GgN1+C7hL.js,01+z+uIeJ-L.js,01VRMV3FBdL.js,21u+kGQyRqL.js,012FVc3131L.js,11aD5q6kNBL.js,11rRjDLdAVL.js,51LgVZTDoFL.js,11nAhXzgUmL.js,119kvzYmMJL.js,1110g-SvlBL.js,11npBNHo-jL.js,21eKR4hvwNL.js,0190vxtlzcL.js,51P8J4TsllL.js,01JYHc2oIlL.js,31nfKXylf6L.js,01ktRCtOqKL.js,01ASnt2lbqL.js,11bEz2VIYrL.js,31o2NGTXThL.js,01rpauTep4L.js,31lTOzOlAqL.js,01tvglXfQOL.js,11Rf82oewsL.js,014gnDeJDsL.js,01A2fK8tgRL.js_.js?AUIClients/AmazonUI" />
  293. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/51BqsgbDI7L.js?AUIClients/CardJsRuntimeBuzzCopyBuild" />
  294. <script type="6215e0a667005d92ad47e400-text/javascript">
  295.            (function (b, a, c, d) { if ((b = b.AmazonUIPageJS || b.P) && b.when && b.register) { c = []; for (a = a.currentScript; a; a = a.parentElement)a.id && c.push(a.id); return b.log("A copy of P has already been loaded on this page.", "FATAL", c.join(" ")) } })(window, document, Date); (function (a, b, c, d) { "use strict"; a._pSetI = function () { return null } })(window, document, Date); (function (d, I, K, L) {
  296.                "use strict"; d._sw = function () {
  297.                    var p; return function (w, g, u, B, h, C, q, k, x, y) {
  298.                        p || (p = !0, y.execute("RetailPageServiceWorker", function () {
  299.                            function z(a, b) { e.controller && a ? (a = { feature: "retail_service_worker_messaging", command: a }, b && (a.data = b), e.controller.postMessage(a)) : a && h("sw:sw_message_no_ctrl", 1) } function p(a) {
  300.                                var b = a.data; if (b && "retail_service_worker_messaging" === b.feature && b.command && b.data) {
  301.                                    var c = b.data; a = d.ue; var f = d.ueLogError; switch (b.command) {
  302.                                        case "log_counter": a && k(a.count) &&
  303. c.name && a.count(c.name, 0 === c.value ? 0 : c.value || 1); break; case "log_tag": a && k(a.tag) && c.tag && (a.tag(c.tag), b = d.uex, a.isl && k(b) && b("at")); break; case "log_error": f && k(f) && c.message && f({ message: c.message, logLevel: c.level || "ERROR", attribution: c.attribution || "RetailServiceWorker" }); break; case "log_weblab_trigger": if (!c.weblab || !c.treatment) break; a && k(a.trigger) ? a.trigger(c.weblab, c.treatment) : (h("sw:wt:miss"), h("sw:wt:miss:" + c.weblab + ":" + c.treatment)); break; default: h("sw:unsupported_message_command", 1)
  304. }
  305. }
  306. }
  307.                            function v(a, b) { return "sw:" + (b || "") + ":" + a + ":" } function D(a, b) { e.register("/service-worker.js").then(function () { h(a + "success") }).catch(function (c) { y.logError(c, "[AUI SW] Failed to " + b + " service worker: ", "ERROR", "RetailPageServiceWorker"); h(a + "failure") }) } function E() { l.forEach(function (a) { q(a) }) } function n(a) { return a.capabilities.isAmazonApp && a.capabilities.android } function F(a, b, c) {
  308.                                if (b) if (b.mshop && n(a)) a = v(c, "mshop_and"), b = b.mshop.action, l.push(a + "supported"), b(a, c); else if (b.browser) {
  309.                                    a = u(/Chrome/i) &&
  310.                                    !u(/Edge/i) && !u(/OPR/i) && !a.capabilities.isAmazonApp && !u(new RegExp(B + "bwv" + B + "b")); var f = b.browser; b = v(c, "browser"); a ? (a = f.action, l.push(b + "supported"), a(b, c)) : l.push(b + "unsupported")
  311. }
  312. } function G(a, b, c) { a && l.push(v("register", c) + "unsupported"); b && l.push(v("unregister", c) + "unsupported"); E() } try { var e = navigator.serviceWorker } catch (a) { q("sw:nav_err") } (function () {
  313.                                if (e) {
  314.                                    var a = function () { z("page_loaded", { rid: d.ue_id, mid: d.ue_mid, pty: d.ue_pty, sid: d.ue_sid, spty: d.ue_spty, furl: d.ue_furl }) }; x(e, "message",
  315. p); z("client_messaging_ready"); y.when("load").execute(a); x(e, "controllerchange", function () { z("client_messaging_ready"); "complete" === I.readyState && a() })
  316. }
  317. })(); var l = [], m = function (a, b) { var c = d.uex, f = d.uet; a = g(":", "aui", "sw", a); "ld" === b && k(c) ? c("ld", a, { wb: 1 }) : k(f) && f(b, a, { wb: 1 }) }, J = function (a, b, c) {
  318.                                function f(a) { b && k(b.failure) && b.failure(a) } function H() { l = setTimeout(function () { q(g(":", "sw:" + r, t.TIMED_OUT)); f({ ok: !1, statusCode: t.TIMED_OUT, done: !1 }); m(r, "ld") }, c || 4E3) } var t = {
  319.                                    NO_CONTROLLER: "no_ctrl", TIMED_OUT: "timed_out",
  320.                                    UNSUPPORTED_BROWSER: "unsupported_browser", UNEXPECTED_RESPONSE: "unexpected_response"
  321. }, r = g(":", a.feature, a.command), l, n = !0; if ("MessageChannel" in d && e && "controller" in e) if (e.controller) { var p = new MessageChannel; p.port1.onmessage = function (c) { (c = c.data) && c.feature === a.feature && c.command === a.command ? (n && (m(r, "cf"), n = !1), m(r, "af"), clearTimeout(l), c.done || H(), c.ok ? b && k(b.success) && b.success(c) : f(c), c.done && m(r, "ld")) : h(g(":", "sw:" + r, t.UNEXPECTED_RESPONSE), 1) }; H(); m(r, "bb"); e.controller.postMessage(a, [p.port2]) } else q(g(":",
  322. "sw:" + a.feature, t.NO_CONTROLLER)), f({ ok: !1, statusCode: t.NO_CONTROLLER, done: !0 }); else q(g(":", "sw:" + a.feature, t.UNSUPPORTED_BROWSER)), f({ ok: !1, statusCode: t.UNSUPPORTED_BROWSER, done: !0 })
  323. }; (function () { e ? (m("ctrl_changed", "bb"), e.addEventListener("controllerchange", function () { q("sw:ctrl_changed"); m("ctrl_changed", "ld") })) : h(g(":", "sw:ctrl_changed", "sw_unsupp"), 1) })(); (function () {
  324.                                var a = function () {
  325.                                    m(b, "ld"); var a = d.uex; J({ feature: "page_proxy", command: "request_feature_tags" }, {
  326.                                        success: function (b) {
  327.                                            b = b.data;
  328.                                            Array.isArray(b) && b.forEach(function (a) { "string" === typeof a ? q(g(":", "sw:ppft", a)) : h(g(":", "sw:ppft", "invalid_tag"), 1) }); h(g(":", "sw:ppft", "success"), 1); C && C.isl && k(a) && a("at")
  329. }, failure: function (a) { h(g(":", "sw:ppft", "error:" + (a.statusCode || "ppft_error")), 1) }
  330. })
  331. }; if ("requestIdleCallback" in d) { var b = g(":", "ppft", "callback_ricb"); d.requestIdleCallback(a, { timeout: 1E3 }) } else b = g(":", "ppft", "callback_timeout"), setTimeout(a, 0); m(b, "bb")
  332. })(); var A = { reg: {}, unreg: {} }; A.reg.mshop = { action: D }; A.reg.browser = { action: D };
  333.                            (function (a) { var b = a.reg, c = a.unreg; e && e.getRegistrations ? (w.when("A").execute(function (b) { if ((a.reg.mshop || a.unreg.mshop) && "function" === typeof n && n(b)) { var f = a.reg.mshop ? "T1" : "C", e = d.ue; e && e.trigger ? e.trigger("MSHOP_SW_CLIENT_446196", f) : h("sw:mshop:wt:failed") } F(b, c, "unregister") }), x(d, "load", function () { w.when("A").execute(function (a) { F(a, b, "register"); E() }) })) : (G(b && b.browser, c && c.browser, "browser"), w.when("A").execute(function (a) { "function" === typeof n && n(a) && G(b && b.mshop, c && c.mshop, "mshop_and") })) })(A)
  334. }))
  335. }
  336. }()
  337. })(window,
  338. document, Date); (function (b, a, J, C) {
  339. "use strict"; b._pd = function () {
  340. var c, v; return function (D, e, g, h, d, E, w, F, G) {
  341. function x(b) { try { return b() } catch (K) { return !1 } } function p(c) { return b.matchMedia ? b.matchMedia(c) : { matches: !1 } } function k() { if (l) { var y = c.mobile || c.tablet ? q.matches && m.matches : m.matches; if (z !== y) { var a = { w: b.innerWidth || d.clientWidth, h: b.innerHeight || d.clientHeight }; if (17 < Math.abs(r.w - a.w) || 50 < Math.abs(r.h - a.h)) r = a, (z = y) ? h(d, "a-ws") : d.className = w(d, "a-ws") } } } function H(b) { (l = b === C ? !l : !!b) && k() } function I() { return l }
  342. if (!v) {
  343. v = !0; var t = function () { var b = ["O", "ms", "Moz", "Webkit"], c = a.createElement("div"); return { testGradients: function () { return !0 }, test: function (a) { var d = a.charAt(0).toUpperCase() + a.substr(1); a = (b.join(d + " ") + d + " " + a).split(" "); for (d = a.length; d--;)if ("" === c.style[a[d]]) return !0; return !1 }, testTransform3d: function () { return !0 } } }(); g = d.className; var A = /(^| )a-mobile( |$)/.test(g), B = /(^| )a-tablet( |$)/.test(g); c = {
  344. audio: function () { return !!a.createElement("audio").canPlayType }, video: function () { return !!a.createElement("video").canPlayType },
  345. canvas: function () { return !!a.createElement("canvas").getContext }, svg: function () { return !!a.createElementNS && !!a.createElementNS("http://www.w3.org/2000/svg", "svg").createSVGRect }, offline: function () { return navigator.hasOwnProperty && navigator.hasOwnProperty("onLine") && navigator.onLine }, dragDrop: function () { return "draggable" in a.createElement("span") }, geolocation: function () { return !!navigator.geolocation }, history: function () { return !(!b.history || !b.history.pushState) }, webworker: function () { return !!b.Worker },
  346. autofocus: function () { return "autofocus" in a.createElement("input") }, inputPlaceholder: function () { return "placeholder" in a.createElement("input") }, textareaPlaceholder: function () { return "placeholder" in a.createElement("textarea") }, localStorage: function () { return "localStorage" in b && null !== b.localStorage }, orientation: function () { return "orientation" in b }, touch: function () { return "ontouchend" in a }, gradients: function () { return t.testGradients() }, hires: function () {
  347. var a = b.devicePixelRatio && 1.5 <= b.devicePixelRatio ||
  348. b.matchMedia && b.matchMedia("(min-resolution:144dpi)").matches; F("hiRes" + (A ? "Mobile" : B ? "Tablet" : "Desktop"), a ? 1 : 0); return a
  349.                                    }, transform3d: function () { return t.testTransform3d() }, touchScrolling: function () { return e(/Windowshop|android|OS ([5-9]|[1-9][0-9]+)(_[0-9]{1,2})+ like Mac OS X|SOFTWARE=([5-9]|[1-9][0-9]+)(.[0-9]{1,2})+.*DEVICE=iPhone|Chrome|Silk|Firefox|Trident.+?; Touch/i) }, ios: function () { return e(/OS [1-9][0-9]*(_[0-9]*)+ like Mac OS X/i) && !e(/trident|Edge/i) }, android: function () {
  350. return e(/android.([1-9]|[L-Z])/i) &&
  351. !e(/trident|Edge/i)
  352. }, mobile: function () { return A }, tablet: function () { return B }, rtl: function () { return "rtl" === d.dir }
  353. }; for (var f in c) c.hasOwnProperty(f) && (c[f] = x(c[f])); for (var u = "textShadow textStroke boxShadow borderRadius borderImage opacity transform transition".split(" "), n = 0; n < u.length; n++)c[u[n]] = x(function () { return t.test(u[n]) }); var l = !0, r = { w: 0, h: 0 }, q = p("(orientation:landscape)"), m = c.mobile || c.tablet ? p("(min-width:451px)") : p("(min-width:1250px)"); q.addListener && q.addListener(k); m.addListener &&
  354. m.addListener(k); var z; k(); d.className = w(d, "a-no-js"); h(d, "a-js"); !e(/OS [1-8](_[0-9]*)+ like Mac OS X/i) || b.navigator.standalone || e(/safari/i) || h(d, "a-ember"); g = []; for (f in c) c.hasOwnProperty(f) && c[f] && g.push("a-" + f.replace(/([A-Z])/g, function (a) { return "-" + a.toLowerCase() })); h(d, g.join(" ")); d.setAttribute("data-aui-build-date", G); D.register("p-detect", function () { return { capabilities: c, localStorage: c.localStorage && E, toggleResponsiveGrid: H, responsiveGridEnabled: I } }); return c || {}
  355. }
  356. }
  357. }()
  358. })(window, document,
  359. Date); (function (g, l, E, F) {
  360. function G(a) { n && n.tag && n.tag(p(":", "aui", a)) } function m(a, b) { n && n.count && n.count("aui:" + a, 0 === b ? 0 : b || (n.count("aui:" + a) || 0) + 1) } function H(a) { try { return a.test(navigator.userAgent) } catch (b) { return !1 } } function I(a) { return "function" === typeof a } function u(a, b, d) { a.addEventListener ? a.addEventListener(b, d, !1) : a.attachEvent && a.attachEvent("on" + b, d) } function p(a, b, d, e) { b = b && d ? b + a + d : b || d; return e ? p(a, b, e) : b } function y(a, b, d) {
  361. try { Object.defineProperty(a, b, { value: d, writable: !1 }) } catch (e) {
  362. a[b] =
  363. d
  364. } return d
  365. } function R(a, b) { a.className = S(a, b) + " " + b } function S(a, b) { return (" " + a.className + " ").split(" " + b + " ").join(" ").replace(/^ | $/g, "") } function J(a) { (a || []).forEach(function (a) { a in z || (z[a] = 1, J(T[a])) }) } function ha(a, b, d) { var e = a.length, f = e, c = function () { f-- || ((d && z.hasOwnProperty(d) ? A : K).push(b), L || (q ? q.set(B) : setTimeout(B, 0), L = !0)) }; for (c(); e--;)U[a[e]] ? c() : (v[a[e]] = v[a[e]] || []).push(c) } function ia(a, b, d, e, f) {
  366. var c = l.createElement(a ? "script" : "link"); u(c, "error", e); f && u(c, "load", f); a ? (c.type =
  367. "text/javascript", c.async = !0, d && /AUIClients|images[/]I/.test(b) && c.setAttribute("crossorigin", "anonymous"), c.src = b) : (c.rel = "stylesheet", c.href = b); l.getElementsByTagName("head")[0].appendChild(c)
  368. } function V(a, b) {
  369. return function (d, e) {
  370. function f() { ia(b, d, c, function (b) { M ? m("resource_unload") : c ? (c = !1, m("resource_retry"), f()) : (m("resource_error"), a.log("Asset failed to load: " + d)); b && b.stopPropagation ? b.stopPropagation() : g.event && (g.event.cancelBubble = !0) }, e) } if (W[d]) return !1; W[d] = !0; m("resource_count");
  371. var c = !0; return !f()
  372. }
  373. } function ja(a, b, d) { for (var e = { name: a, guard: function (c) { return b.guardFatal(a, c) }, guardTime: function (a) { return b.guardTime(a) }, logError: function (c, d, e) { b.logError(c, d, e, a) } }, f = [], c = 0; c < d.length; c++)C.hasOwnProperty(d[c]) && (f[c] = N.hasOwnProperty(d[c]) ? N[d[c]](C[d[c]], e) : C[d[c]]); return f } function w(a, b, d, e, f) {
  374. return function (c, k) {
  375. function n() {
  376. var a = null; e ? a = k : I(k) && (q.start = r(), a = k.apply(g, ja(c, h, l)), q.end = r()); if (b) { C[c] = a; a = c; for (U[a] = !0; (v[a] || []).length;)v[a].shift()(); delete v[a] } q.done =
  377. !0
  378. } var h = f || this; I(c) && (k = c, c = F); b && (c = c ? c.replace(X, "") : "__NONAME__", O.hasOwnProperty(c) && h.error(p(", reregistered by ", p(" by ", c + " already registered", O[c]), h.attribution), c), O[c] = h.attribution); for (var l = T[c] = [], m = 0; m < a.length; m++)l[m] = a[m].replace(X, ""); var q = x[c || "anon" + ++ka] = { depend: l, registered: r(), namespace: h.namespace }; c && z.hasOwnProperty(c) && J(l); d ? n() : ha(l, h.guardFatal(c, n), c); return { decorate: function (a) { N[c] = h.guardFatal(c, a) } }
  379. }
  380. } function Y(a) {
  381. return function () {
  382. var b = Array.prototype.slice.call(arguments);
  383. return { execute: w(b, !1, a, !1, this), register: w(b, !0, a, !1, this) }
  384. }
  385. } function P(a, b) { return function (d, e) { e || (e = d, d = F); var f = this.attribution; return function () { h.push(b || { attribution: f, name: d, logLevel: a }); var c = e.apply(this, arguments); h.pop(); return c } } } function D(a, b) { this.load = { js: V(this, !0), css: V(this) }; y(this, "namespace", b); y(this, "attribution", a) } function Z() { l.body ? k.trigger("a-bodyBegin") : setTimeout(Z, 20) } "use strict"; var t = E.now = E.now || function () { return +new E }, r = function (a) {
  386. return a && a.now ? a.now.bind(a) :
  387. t
  388. }(g.performance), la = r(), z = {}, T = {}, n = g.ue; G(); G("aui_build_date:3.24.9-2024-10-31"); var aa = { getItem: function (a) { try { return g.localStorage.getItem(a) } catch (b) { } }, setItem: function (a, b) { try { return g.localStorage.setItem(a, b) } catch (d) { } } }, q = g._pSetI(), K = [], A = [], L = !1, ma = navigator.scheduling && "function" === typeof navigator.scheduling.isInputPending; var B = function () {
  389. for (var a = q ? q.set(B) : setTimeout(B, 0), b = t(); A.length || K.length;)if ((A.length ? A : K).shift()(), q && ma) {
  390. if (150 < t() - b && !navigator.scheduling.isInputPending() ||
  391. 50 < t() - b && navigator.scheduling.isInputPending()) return
  392. } else if (50 < t() - b) return; q ? q.clear(a) : clearTimeout(a); L = !1
  393. }; var U = {}, v = {}, W = {}, M = !1; u(g, "beforeunload", function () { M = !0; setTimeout(function () { M = !1 }, 1E4) }); var X = /^prv:/, O = {}, C = {}, N = {}, x = {}, ka = 0, ba = String.fromCharCode(92), h = [], ca = !0, da = g.onerror; g.onerror = function (a, b, d, e, f) {
  394. f && "object" === typeof f || (f = Error(a, b, d), f.columnNumber = e, f.stack = b || d || e ? p(ba, f.message, "at " + p(":", b, d, e)) : F); var c = h.pop() || {}; f.attribution = p(":", f.attribution || c.attribution,
  395. c.name); f.logLevel = c.logLevel; f.attribution && console && console.log && console.log([f.logLevel || "ERROR", a, "thrown by", f.attribution].join(" ")); h = []; da && (c = [].slice.call(arguments), c[4] = f, da.apply(g, c))
  396. }; D.prototype = {
  397. logError: function (a, b, d, e) { b = { message: b, logLevel: d || "ERROR", attribution: p(":", this.attribution, e) }; if (g.ueLogError) return g.ueLogError(a || b, a ? b : null), !0; console && console.error && (console.log(b), console.error(a)); return !1 }, error: function (a, b, d, e) {
  398. a = Error(p(":", e, a, d)); a.attribution = p(":", this.attribution,
  399. b); throw a;
  400. }, guardError: P(), guardFatal: P("FATAL"), guardCurrent: function (a) { var b = h[h.length - 1]; return b ? P(b.logLevel, b).call(this, a) : a }, guardTime: function (a) { var b = h[h.length - 1], d = b && b.name; return d && d in x ? function () { var b = r(), f = a.apply(this, arguments); x[d].async = (x[d].async || 0) + r() - b; return f } : a }, log: function (a, b, d) { return this.logError(null, a, b, d) }, declare: w([], !0, !0, !0), register: w([], !0), execute: w([]), AUI_BUILD_DATE: "3.24.9-2024-10-31", when: Y(), now: Y(!0), trigger: function (a, b, d) {
  401. var e = t(); this.declare(a,
  402. { data: b, pageElapsedTime: e - (g.aPageStart || NaN), triggerTime: e }); d && d.instrument && Q.when("prv:a-logTrigger").execute(function (b) { b(a) })
  403. }, handleTriggers: function () { this.log("handleTriggers deprecated") }, attributeErrors: function (a) { return new D(a) }, _namespace: function (a, b) { return new D(a, b) }, setPriority: function (a) { ca ? (ca = !1, J(a)) : this.log("setPriority only accept the first call.") }
  404. }; var k = y(g, "AmazonUIPageJS", new D); var Q = k._namespace("PageJS", "AmazonUI"); Q.declare("prv:p-debug", x); k.declare("p-recorder-events",
  405. []); k.declare("p-recorder-stop", function () { }); y(g, "P", k); Z(); if (l.addEventListener) { var ea; l.addEventListener("DOMContentLoaded", ea = function () { k.trigger("a-domready"); l.removeEventListener("DOMContentLoaded", ea, !1) }, !1) } var fa = l.documentElement, na = g._pd(k, H, u, R, fa, aa, S, m, "3.24.9-2024-10-31"); H(/UCBrowser/i) || na.localStorage && R(fa, aa.getItem("a-font-class")); k.declare("a-event-revised-handling", !1); g._sw(Q, p, H, ba, m, n, G, I, u, k); k.declare("a-fix-event-off", !1); m("pagejs:pkgExecTime", r() - la)
  406. })(window,
  407. document, Date);
  408. (function (b) {
  409. function q(a, e, d) {
  410. function g(a, b, c) { var f = Array(e.length); ~l && (f[l] = {}); ~m && (f[m] = c); for (c = 0; c < n.length; c++) { var g = n[c], h = a[c]; f[g] = h } for (c = 0; c < p.length; c++)g = p[c], h = b[c], f[g] = h; a = d.apply(null, f); return ~l ? f[l] : a } "string" !== typeof a && b.P.error("C001"); -1 === a.indexOf("@") && -1 < a.indexOf("/") && (-1 < a.indexOf("es3") || -1 < a.indexOf("evergreen")) && (a = a.substring(0, a.lastIndexOf("/"))); if (!r[a]) {
  411. r[a] = !0; d || (d = e, e = []); a = a.split(":", 2); var c = a[1] ? a[0] : void 0, f = (a[1] || a[0]).replace(/@capability\//,
  412.                        "@c/"), k = c ? b.P._namespace(c) : b.P, t = !f.lastIndexOf("@c/", 0), u = !f.lastIndexOf("@m/", 0), n = []; a = []; var p = [], v = [], m = -1, l = -1; for (c = 0; c < e.length; c++) { var h = e[c]; "module" === h && k.error("C002"); "exports" === h ? l = c : "require" === h ? m = c : h.lastIndexOf("@p/", 0) ? h.lastIndexOf("@c/", 0) && h.lastIndexOf("@m/", 0) ? (n.push(c), a.push("mix:" + h)) : (p.push(c), v.push(h)) : (n.push(c), a.push(h.substr(3))) } k.when.apply(k, a).register("mix:" + f, function () {
  413.                            var a = [].slice.call(arguments); return t || u || ~m || p.length ? {
  414.                                capabilities: v, cardModuleFactory: function (b,
  415. c) { b = g(a, b, c); b.P = k; return b }, require: ~m ? q : void 0
  416. } : g(a, [], function () { })
  417. }); (t || u) && k.when("mix:@amzn/mix.client-runtime", "mix:" + f).execute(function (a, b) { a.registerCapabilityModule(f, b) }); k.when("mix:" + f).register("xcp:" + f, function (a) { return a }); var q = function (a, b, c) { try { var e = -1 < f.indexOf("/") ? f.split("/")[0] : f, d = a[0], g = d.lastIndexOf("./", 0) ? d : e + "/" + d.substr(2), h = g.lastIndexOf("@p/", 0) ? "mix:" + g : g.substr(3); k.when(h).execute(function (a) { try { b(a) } catch (x) { c(x) } }) } catch (w) { c(w) } }
  418. }
  419. } "use strict"; var r =
  420.                {}; b.mix_d || ((b.Promise ? P : P.when("3p-promise")).register("@p/promise-is-ready", function (a) { b.Promise = b.Promise || a }), (Array.prototype.includes ? P : P.when("a-polyfill")).register("@p/polyfill-is-ready", function () { }), b.mix_d = function (a, b, d) { P.when("@p/promise-is-ready", "@p/polyfill-is-ready").execute("@p/mix-d-deps", function () { q(a, b, d) }) }, b.xcp_d = b.mix_d, P.when("mix:@amzn/mix.client-runtime").execute(function (a) { P.declare("xcp:@xcp/runtime", a) })); b.mixTimeout || (b.mixTimeout = function (a, e, d) {
  421.                    b.mixCardInitTimeouts ||
  422.                    (b.mixCardInitTimeouts = {}); b.mixCardInitTimeouts[e] && clearTimeout(b.mixCardInitTimeouts[e]); b.mixCardInitTimeouts[e] = setTimeout(function () { P.log("Client-side initialization timeout", "WARN", a) }, d)
  423. }); b.mix_csa_map = b.mix_csa_map || {}; b.mix_csa_internal = b.mix_csa_internal || function (a, e, d) { return b.mix_csa_map[e] = b.mix_csa_map[e] || b.csa(a, d) }; b.mix_csa_internal_key = b.mix_csa_internal_key || function (a, b) {
  424.                    for (var d = "", e = 0; e < b.length; e++) { var c = b[e]; void 0 !== a[c] && "object" !== typeof a[c] && (d += c + ":" + a[c] + ",") } if (!d) throw Error("bad mix-csa key gen.");
  425.                    return d
  426. }; b.mix_csa_event = b.mix_csa_event || function (a) { try { var e = b.mix_csa_internal_key(a, ["producerId"]) } catch (d) { return P.logError(d, "MIX C005", "WARN", void 0), function () { } } try { return b.mix_csa_internal("Events", e, a) } catch (d) { return P.logError(d, "MIX C004", "WARN", e), function () { } } }; b.mix_csa = b.mix_csa || function (a, e) {
  427.                    try {
  428.                        e = e || ""; var d = document.querySelectorAll(a); if (1 < d.length) for (var g = 0; g < d.length; g++) { if (d[g].querySelector(e)) { var c = d[g]; break } } else 1 === d.length && (c = d[0]); if (!c) throw Error(" ");
  429.                        return b.mix_csa_internal("Content", a, { element: c })
  430. } catch (f) { return P.logError(f, "MIX C004", "WARN", a), function () { } }
  431. }
  432. })(window);
  433. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('sp.load.js').execute(function () {
  434. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery');
  435. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/11zuylp74DL._RC|11Y+5x+kkTL.js,51cR93oXsVL.js,11yKORv-GTL.js,11GgN1+C7hL.js,01+z+uIeJ-L.js,01VRMV3FBdL.js,21u+kGQyRqL.js,012FVc3131L.js,11aD5q6kNBL.js,11rRjDLdAVL.js,51LgVZTDoFL.js,11nAhXzgUmL.js,119kvzYmMJL.js,1110g-SvlBL.js,11npBNHo-jL.js,21eKR4hvwNL.js,0190vxtlzcL.js,51P8J4TsllL.js,01JYHc2oIlL.js,31nfKXylf6L.js,01ktRCtOqKL.js,01ASnt2lbqL.js,11bEz2VIYrL.js,31o2NGTXThL.js,01rpauTep4L.js,31lTOzOlAqL.js,01tvglXfQOL.js,11Rf82oewsL.js,014gnDeJDsL.js,01A2fK8tgRL.js_.js?AUIClients/AmazonUI');
  436. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51BqsgbDI7L.js?AUIClients/CardJsRuntimeBuzzCopyBuild');
  437. });
  438. </script>
  439. <!-- sp:end-feature:aui-assets -->
  440. <!-- sp:feature:nav-inline-css -->
  441. <!-- NAVYAAN CSS -->
  442. <style type="text/css">
  443. .nav-sprite-v1 .nav-sprite,
  444. .nav-sprite-v1 .nav-icon{
  445.            background-image:url(https://m.media-amazon.com/images/G/35/gno/sprites/nav-sprite-global-1x-reorg-privacy._CB542306881_.png);
  446.            background-position:0 1000px;
  447.            background-repeat:repeat-x;
  448. }
  449. .nav-spinner{
  450.            background-image:url(https://m.media-amazon.com/images/G/35/javascripts/lib/popover/images/snake._CB485935562_.gif);
  451.            background-position:center center;
  452.            background-repeat:no-repeat;
  453. }
  454. .nav-timeline-icon,
  455. .nav-access-image,
  456. .nav-timeline-prime-icon{
  457.            background-image:url(https://m.media-amazon.com/images/G/35/gno/sprites/timeline_sprite_1x._CB439967963_.png);
  458.            background-repeat:no-repeat;
  459. }
  460. </style>
  461. <link rel="stylesheet" href="https://images-fe.ssl-images-amazon.com/images/I/41UUdmm7zEL._RC|71ssTfUrzlL.css,51e-e3YDwLL.css,21q6fHDJ0OL.css,21Hc1s0-E4L.css,31YZpDCYJPL.css,21pkK7OQMnL.css,41EtvNY2OrL.css,110Nj+wUGYL.css,31K0jc2KvHL.css,01R53xsjpjL.css,21KQnzhmfTL.css,415g7iDx4VL.css_.css?AUIClients/NavDesktopUberAsset&cVsltbCc#desktop.878681-T1.1088933-T1" />
  462. <!-- sp:end-feature:nav-inline-css -->
  463. <!-- sp:feature:host-assets -->
  464. <script type="6215e0a667005d92ad47e400-text/javascript">
  465. (function (e) { var a = window.AmazonUIPageJS || window.P, c = a._namespace || a.attributeErrors, b = c ? c("DetailPageLatencyClientSideLibraries@timeToInteractive", "DetailPageLatencyClientSideLibraries") : a; b.guardFatal ? b.guardFatal(e)(b, window) : b.execute(function () { e(b, window) }) })(function (e, a, c) {
  466. e.now().execute("dp-create-feature-interactive-api", function () {
  467. function b(d, b, a) { d = { name: d, options: b, type: a, timestamp: +new Date }; f ? f.updateFeatures([d]) : c.push(d) } "function" === typeof uet && uet("bb", "clickToCI", { wb: 1 }); var c =
  468.                    [], f; a.markFeatureRender = function (d, a) { b(d, a, "render") }; a.markFeatureInteractive = function (a, c) { b(a, c, "interactive") }; e.when("dp-time-to-interactive").execute("dp-update-interactive-feature-list", function (a) { f = a; c.length && f.updateFeatures(c) })
  469. })
  470. });
  471. </script>
  472. <!-- htmlBeginMarker --><!--&&&Portal&Delimite-->
  473. <!--&&&Portal&Delimiter&&&--><!-- sp:end-feature:host-assets -->
  474. <!-- sp:feature:encrypted-slate-token -->
  475. <meta name='encrypted-slate-token' content='AnYxIhB+REZh/SzZUc/Dyi7Vt6yuwnP+AB9nR+DxFvq67jYIhV++iSwWdi3KoC7vXxblL1iPeKF6lRX3UIxkp401mUkrT6KwVM647+K/7JMiErj8eapyU0PXJFCSwaRYShAA6Fl+iMwbinmlQRH9pVlm5eworN7mQVrcWXm+hSa+VkhpMTWhpwjyGVShvRn+7oZ07wrivJE2zvmr6iLXwvTiDB2JiGjkM1phxZBvb8/RBlBgD39qxiGDdncM8jrMipPWMZKKuLsIPK8wnWU='>
  476. <!-- sp:end-feature:encrypted-slate-token -->
  477. <!-- sp:feature:csm:head-close -->
  478. <script type="6215e0a667005d92ad47e400-text/javascript">
  479. window.ue_ihe = (window.ue_ihe || 0) + 1;
  480. if (window.ue_ihe === 1) {
  481. (function (c) { c && 1 === c.ue_jsmtf && "object" === typeof c.P && "function" === typeof c.P.when && c.P.when("mshop-interactions").execute(function (e) { "object" === typeof e && "function" === typeof e.addListener && e.addListener(function (b) { "object" === typeof b && "ORIGIN" === b.dataSource && "number" === typeof b.clickTime && "object" === typeof b.events && "number" === typeof b.events.pageVisible && (c.ue_jsmtf_interaction = { pv: b.events.pageVisible, ct: b.clickTime }) }) }) })(ue_csm);
  482. (function (c, e, b) {
  483. function m(a) { f || (f = d[a.type].id, "undefined" === typeof a.clientX ? (h = a.pageX, k = a.pageY) : (h = a.clientX, k = a.clientY), 2 != f || l && (l != h || n != k) ? (r(), g.isl && e.setTimeout(function () { p("at", g.id) }, 0)) : (l = h, n = k, f = 0)) } function r() { for (var a in d) d.hasOwnProperty(a) && g.detach(a, m, d[a].parent) } function s() { for (var a in d) d.hasOwnProperty(a) && g.attach(a, m, d[a].parent) } function t() { var a = ""; !q && f && (q = 1, a += "&ui=" + f); return a } var g = c.ue, p = c.uex, q = 0, f = 0, l, n, h, k, d = {
  484. click: { id: 1, parent: b }, mousemove: {
  485. id: 2,
  486. parent: b
  487. }, scroll: { id: 3, parent: e }, keydown: { id: 4, parent: b }
  488. }; g && p && (s(), g._ui = t)
  489. })(ue_csm, window, document);
  490. (function (s, l) {
  491. function m(b, e, c) { c = c || new Date(+new Date + t); c = "expires=" + c.toUTCString(); n.cookie = b + "=" + e + ";" + c + ";path=/" } function p(b) { b += "="; for (var e = n.cookie.split(";"), c = 0; c < e.length; c++) { for (var a = e[c]; " " == a.charAt(0);)a = a.substring(1); if (0 === a.indexOf(b)) return decodeURIComponent(a.substring(b.length, a.length)) } return "" } function q(b, e, c) {
  492. if (!e) return b; -1 < b.indexOf("{") && (b = ""); for (var a = b.split("&"), f, d = !1, h = !1, g = 0; g < a.length; g++)f = a[g].split(":"), f[0] == e ? (!c || d ? a.splice(g, 1) : (f[1] = c, a[g] =
  493.                        f.join(":")), h = d = !0) : 2 > f.length && (a.splice(g, 1), h = !0); h && (b = a.join("&")); !d && c && (0 < b.length && (b += "&"), b += e + ":" + c); return b
  494. } var k = s.ue || {}, t = 3024E7, n = ue_csm.document || l.document, r = null, d; a: { try { d = l.localStorage; break a } catch (u) { } d = void 0 } k.count && k.count("csm.cookieSize", document.cookie.length); k.cookie = {
  495. get: p, set: m, updateCsmHit: function (b, e, c) {
  496. try {
  497. var a; if (!(a = r)) { var f; a: { try { if (d && d.getItem) { f = d.getItem("csm-hit"); break a } } catch (k) { } f = void 0 } a = f || p("csm-hit") || "{}" } a = q(a, b, e); r = a = q(a, "t", +new Date);
  498. try { d && d.setItem && d.setItem("csm-hit", a) } catch (h) { } m("csm-hit", a, c)
  499. } catch (g) { "function" == typeof l.ueLogError && ueLogError(Error("Cookie manager: " + g.message), { logLevel: "WARN" }) }
  500. }
  501. }
  502. })(ue_csm, window);
  503. (function (l, e) {
  504. function c(b) { b = ""; var c = a.isBFT ? "b" : "s", d = "" + a.oid, g = "" + a.lid, h = d; d != g && 20 == g.length && (c += "a", h += "-" + g); a.tabid && (b = a.tabid + "+"); b += c + "-" + h; b != f && 100 > b.length && (f = b, a.cookie ? a.cookie.updateCsmHit(m, b + ("|" + +new Date)) : e.cookie = "csm-hit=" + b + ("|" + +new Date) + n + "; path=/") } function p() { f = 0 } function d(b) { !0 === e[a.pageViz.propHid] ? f = 0 : !1 === e[a.pageViz.propHid] && c({ type: "visible" }) } var n = "; expires=" + (new Date(+new Date + 6048E5)).toGMTString(), m = "tb", f, a = l.ue || {}, k = a.pageViz && a.pageViz.event &&
  505.                    a.pageViz.propHid; a.attach && (a.attach("click", c), a.attach("keyup", c), k || (a.attach("focus", c), a.attach("blur", p)), k && (a.attach(a.pageViz.event, d, e), d({}))); a.aftb = 1
  506. })(ue_csm, ue_csm.document);
  507. ue_csm.ue.stub(ue, "impression");
  508. ue.stub(ue, "trigger");
  509. if (window.ue && uet) { uet('bb'); }
  510. }
  511. </script>
  512. <script type="6215e0a667005d92ad47e400-text/javascript">window.ue && ue.count && ue.count('CSMLibrarySize', 3172)</script>
  513. <!-- sp:end-feature:csm:head-close -->
  514. <!-- sp:feature:head-close -->
  515. <script type="6215e0a667005d92ad47e400-text/javascript">
  516. window.P && P.register('bb');
  517. if (typeof ues === 'function') {
  518. ues('t0', 'portal-bb', new Date());
  519. ues('ctb', 'portal-bb', 1);
  520. }
  521. </script>
  522. <meta name="X-CSRF-TOKEN" id="X-CSRF-TOKEN" content="eb3380311eeee" />
  523. <script type="application/ld+json">
  524. {
  525. "@context": "https://schema.org",
  526. "@type": "Organization",
  527. "name": "Psg88",
  528. "alternateName": "Psg88",
  529. "url": "https://mygbcc.com/",
  530. "logo": "images/logo.png",
  531. "description": "PSG88 adalah situs judi slot online menggunakan server slot Thailand super gacor menjamin banyak member menang maxwin dengan deposit slot 5000.",
  532. "address": {
  533. "@type": "PostalAddress",
  534. "streetAddress": "Blok A. 13 No.23, RT.7/RW.3, North Kedoya, Kebonjeruk",
  535. "postOfficeBoxNumber": "11520",
  536. "addressLocality": "Jakarta",
  537. "addressRegion": "Jakarta Barat",
  538. "postalCode": "11520",
  539. "addressCountry": "Indonesia"
  540. },
  541. "contactPoint": {
  542. "@type": "ContactPoint",
  543. "telephone": "+62 833-6363-8833",
  544. "contactType": "customer service",
  545. "areaServed": "ID",
  546. "availableLanguage": "Indonesian"
  547. },
  548. "sameAs": [
  549. "https://www.youtube.com/@Psg88",
  550. "https://twitter.com/Psg88",
  551. "https://mygbcc.com/"
  552. ]
  553. },
  554. "publisher": {
  555. "@type": "Organization",
  556. "name": "Psg88",
  557. "logo": {
  558. "@type": "ImageObject",
  559. "url": "/images/logo.png"
  560. }
  561. }
  562. </script>
  563. <script type="application/ld+json">
  564. {
  565. "@context": "https://schema.org",
  566. "@type": "FAQPage",
  567. "mainEntity": [{
  568. "@type": "Question",
  569. "name": "Situs PSG88 apakah merupakan situs resmi yang dinaungi asosiasi perjudian Dunia?",
  570. "acceptedAnswer": {
  571. "@type": "Answer",
  572. "text": "Ya, Situs PSG88 memiliki sertipikat resmi PAGCOR dan dilindungi oleh asosiasi perjudian dunia."
  573. }
  574. },
  575. {
  576. "@type": "Question",
  577. "name": "Berapa minimal deposit Agen Psg88 resmi?",
  578. "acceptedAnswer": {
  579. "@type": "Answer",
  580. "text": "Hanya dengan deposit slot 5000 via pulsa, dana, qris bisa langsung dimainkan semua permainan slot."
  581. }
  582. },
  583. {
  584. "@type": "Question",
  585. "name": "Apakah situs resmi PSG88 merupakan agen permainan game slot online gacor?",
  586. "acceptedAnswer": {
  587. "@type": "Answer",
  588. "text": "Betul sekali, PSG88 dipercaya permain slot mudah mendapatkan maxwin hanya dengan deposit slot 5000 saja."
  589. }
  590. }]
  591. }
  592. </script>
  593. <script type="application/ld+json">
  594. {
  595. "@context": "https://schema.org/",
  596. "@type": "BreadcrumbList",
  597. "itemListElement": [{
  598. "@type": "ListItem",
  599. "position": 1,
  600. "name": "Home",
  601. "item": "https://mygbcc.com/#beranda"
  602. },
  603. {
  604. "@type": "ListItem",
  605. "position": 2,
  606. "name": "Psg88",
  607. "item": "https://mygbcc.com/#Psg88"
  608. },
  609. {
  610. "@type": "ListItem",
  611. "position": 3,
  612. "name": "PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi"
  613. }
  614. ]
  615. }
  616. </script>
  617. <script type="application/ld+json">
  618. {
  619. "@context": "https://schema.org",
  620. "@type": "Game",
  621. "name": "Psg88",
  622. "author": { "@type": "Person", "name": "Login Psg88" },
  623. "headline": "PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi",
  624. "description": "PSG88 adalah situs judi slot online menggunakan server slot Thailand super gacor menjamin banyak member menang maxwin dengan deposit slot 5000.",
  625. "keywords": ["deposit slot 5000, slot 5000, slot deposit 5000, psg88, slot gacor hari ini, slot thailand, slot 5k, situs resmi slot 5000"],
  626. "image": "/images/slot-deposit-5000.webp",
  627. "url": "https://mygbcc.com/",
  628. "publisher": { "@type": "Organization", "name": "Psg88" },
  629. "aggregateRating": { "@type": "AggregateRating", "ratingValue": "89", "bestRating": "100", "worstRating": "78", "ratingCount": "1147854" },
  630. "inLanguage": "id-ID",
  631. "datePublished": "2024-12-28T12:21:00.+07:00",
  632. "dateModified": "2025-03-03T12:31:00.+07:00"
  633. }
  634. </script>
  635. <script type="application/ld+json">
  636. {
  637. "@context": "https://schema.org",
  638. "@type": "SoftwareApplication",
  639. "name": "rtp",
  640. "operatingSystem": "ANDROID",
  641. "applicationCategory": "GameApplication",
  642. "aggregateRating": {
  643. "@type": "AggregateRating",
  644. "ratingValue": "4.8",
  645. "ratingCount": "1147854"
  646. },
  647. "offers": {
  648. "@type": "Offer",
  649. "price": "0.00",
  650. "priceCurrency": "IDR"
  651. }
  652. }
  653. </script>
  654. <!-- Google tag (gtag.js) -->
  655. <!-- AMP Analytics --><script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js" type="6215e0a667005d92ad47e400-text/javascript"></script>
  656. </head>
  657. <!-- sp:end-feature:head-close -->
  658. <!-- sp:feature:start-body -->
  659. <body class="a-aui_72554-c a-aui_a11y_6_837773-t2 a-aui_amzn_img_959719-c a-aui_amzn_img_gate_959718-c a-aui_killswitch_csa_logger_372963-c a-aui_pci_risk_banner_210084-c a-aui_template_weblab_cache_333406-c a-aui_tnr_v2_180836-c a-bw_aui_cxc_alert_measurement_1074111-c">
  660.    <!-- Google Tag Manager -->
  661.        <amp-analytics config="https://www.googletagmanager.com/amp.json?id=GTM-P4B3SZKW&gtm.url=SOURCE_URL" data-credentials="include"></amp-analytics>
  662. <span hidden id="template-version">amzn-p4</span>
  663. <div id="a-page">
  664. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;a-wlab-states&quot;}">{"AUI_AMZN_IMG_959719":"C","AUI_A11Y_6_837773":"T2","AUI_TNR_V2_180836":"C","AUI_AMZN_IMG_GATE_959718":"C","AUI_TEMPLATE_WEBLAB_CACHE_333406":"C","BW_AUI_CXC_ALERT_MEASUREMENT_1074111":"C","AUI_72554":"C","AUI_KILLSWITCH_CSA_LOGGER_372963":"C","AUI_PCI_RISK_BANNER_210084":"C"}</script>
  665. <script type="6215e0a667005d92ad47e400-text/javascript">typeof uex === 'function' && uex('ld', 'portal-bb', { wb: 1 })</script><!-- sp:end-feature:start-body -->
  666. <!-- sp:feature:csm:body-open -->
  667. <script type="6215e0a667005d92ad47e400-text/javascript">
  668. !function () { function n(n, t) { var r = i(n); return t && (r = r("instance", t)), r } var r = [], c = 0, i = function (t) { return function () { var n = c++; return r.push([t, [].slice.call(arguments, 0), n, { time: Date.now() }]), i(n) } }; n._s = r, this.csa = n }();;
  669. csa('Config', {});
  670. if (window.csa) {
  671. csa("Config", {
  672. 'Application': 'Retail:Prod:www.amazon.com.au',
  673. 'Events.Namespace': 'csa',
  674. 'ObfuscatedMarketplaceId': 'A39IBJ37TRP1C6',
  675. 'Events.SushiEndpoint': 'https://unagi.amazon.com.au/1/events/com.amazon.csm.csa.prod',
  676. 'CacheDetection.RequestID': "90G9DFKSFRKCQZ4KHD88",
  677. 'CacheDetection.Callback': window.ue && ue.reset,
  678. 'LCP.elementDedup': 1,
  679. 'lob': '1'
  680. });
  681. csa("Events")("setEntity", {
  682. page: { requestId: "90G9DFKSFRKCQZ4KHD88", meaningful: "interactive" },
  683. session: { id: "356-1077062-4831846" }
  684. });
  685. }
  686. !function (r) { var e, i, o = "splice", u = r.csa, f = {}, c = {}, a = r.csa._s, s = 0, l = 0, g = -1, h = {}, v = {}, d = {}, n = Object.keys, p = function () { }; function t(n, t) { return u(n, t) } function m(n, t) { var r = c[n] || {}; k(r, t), c[n] = r, l++, S(U, 0) } function w(n, t, r) { var i = !0; return t = D(t), r && r.buffered && (i = (d[n] || []).every(function (n) { return !1 !== t(n) })), i ? (h[n] || (h[n] = []), h[n].push(t), function () { !function (n, t) { var r = h[n]; r && r[o](r.indexOf(t), 1) }(n, t) }) : p } function b(n, t) { if (t = D(t), n in v) return t(v[n]), p; return w(n, function (n) { return t(n), !1 }) } function y(n, t) { if (u("Errors")("logError", n), f.DEBUG) throw t || n } function E() { return Math.abs(4294967295 * Math.random() | 0).toString(36) } function D(n, t) { return function () { try { return n.apply(this, arguments) } catch (n) { y(n.message || n, n) } } } function S(n, t) { return r.setTimeout(D(n), t) } function U() { for (var n = 0; n < a.length;) { var t = a[n], r = t[0] in c; if (!r && !i) return void (s = a.length); r ? (a[o](s = n, 1), I(t)) : n++ } g = l } function I(n) { var t = c[n[0]], r = n[1], i = r[0]; if (!t || !t[i]) return y("Undefined function: " + t + "/" + i); e = n[3], c[n[2]] = t[i].apply(t, r.slice(1)) || {}, e = 0 } function O() { i = 1, U() } function k(t, r) { n(r).forEach(function (n) { t[n] = r[n] }) } b("$beforeunload", O), m("Config", { instance: function (n) { k(f, n) } }), u.plugin = D(function (n) { n(t) }), t.config = f, t.register = m, t.on = w, t.once = b, t.blank = p, t.emit = function (n, t, r) { for (var i = h[n] || [], e = 0; e < i.length;)!1 === i[e](t) ? i[o](e, 1) : e++; v[n] = t || {}, r && r.buffered && (d[n] || (d[n] = []), 100 <= d[n].length && d[n].shift(), d[n].push(t || {})) }, t.UUID = function () { return [E(), E(), E(), E()].join("-") }, t.time = function (n) { var t = e ? new Date(e.time) : new Date; return "ISO" === n ? t.toISOString() : t.getTime() }, t.error = y, t.warn = function (n, t) { if (u("Errors")("logWarn", n), f.DEBUG) throw t || n }, t.exec = D, t.timeout = S, t.interval = function (n, t) { return r.setInterval(D(n), t) }, (t.global = r).csa._s.push = function (n) { n[0] in c && (!a.length || i) ? (I(n), a.length && g !== l && U()) : a[o](s++, 0, n) }, U(), S(function () { S(O, f.SkipMissingPluginsTimeout || 5e3) }, 1) }("undefined" != typeof window ? window : global); csa.plugin(function (o) { var f = "addEventListener", e = "requestAnimationFrame", t = o.exec, r = o.global, u = o.on; o.raf = function (n) { if (r[e]) return r[e](t(n)) }, o.on = function (n, e, t, r) { if (n && "function" == typeof n[f]) { var i = o.exec(t); return n[f](e, i, r), function () { n.removeEventListener(e, i, r) } } return "string" == typeof n ? u(n, e, t, r) : o.blank } }); csa.plugin(function (o) { var t, n, r = {}, e = "localStorage", c = "sessionStorage", a = "local", i = "session", u = o.exec; function s(e, t) { var n; try { r[t] = !!(n = o.global[e]), n = n || {} } catch (e) { r[t] = !(n = {}) } return n } function f() { t = t || s(e, a), n = n || s(c, i) } function l(e) { return e && e[i] ? n : t } o.store = u(function (e, t, n) { f(); var o = l(n); return e ? t ? void (o[e] = t) : o[e] : Object.keys(o) }), o.storageSupport = u(function () { return f(), r }), o.deleteStored = u(function (e, t) { f(); var n = l(t); if ("function" == typeof e) for (var o in n) n.hasOwnProperty(o) && e(o, n[o]) && delete n[o]; else delete n[e] }) }); csa.plugin(function (n) { n.types = { ovl: function (n) { var r = []; if (n) for (var i in n) n.hasOwnProperty(i) && r.push(n[i]); return r } } }); csa.plugin(function (c) { var e = c.config, n = "Errors"; function r(n) { return function (e) { c("Metrics", { producerId: "csa", dimensions: { message: e } })("recordMetric", n, 1) } } function o(r) { var o, t, l = c("Events", { producerId: r.producerId, lob: e.lob || "0" }), i = ["name", "type", "csm", "adb"], u = { url: "pageURL", file: "f", line: "l", column: "c" }; this.log = function (e) { if (!function (e) { if (!e) return !0; for (var n in e) return !1; return !0 }(e)) { var n = r.logOptions || { ent: { page: ["pageType", "subPageType", "requestId"] } }; l("log", function (n) { return o = c.UUID(), t = { messageId: o, schemaId: r.schemaId || "<ns>.Error.6", errorMessage: n.m || null, attribution: n.attribution || null, logLevel: "FATAL", url: null, file: null, line: null, column: null, stack: n.s || [], context: n.cinfo || {}, metadata: {} }, n.logLevel && (t.logLevel = "" + n.logLevel), i.forEach(function (e) { n[e] && (t.metadata[e] = n[e]) }), "INFO" === n.logLevel || Object.keys(u).forEach(function (e) { "number" != typeof n[u[e]] && "string" != typeof n[u[e]] || (t[e] = "" + n[u[e]]) }), t }(e), n) } } } e["KillSwitch." + n] || c.register(n, { instance: function (e) { return new o(e || {}) }, logError: r("jsError"), logWarn: r("jsWarn") }) }); csa.plugin(function (o) { var r, e, n, t, a, i = "function", u = "willDisappear", f = "$app.", p = "$document.", c = "focus", s = "blur", d = "active", l = "resign", $ = o.global, b = o.exec, m = o.config["Transport.AnonymizeRequests"] || !1, g = o("Events"), h = $.location, v = $.document || {}, y = $.P || {}, P = (($.performance || {}).navigation || {}).type, w = o.on, k = o.emit, E = v.hidden, T = {}; h && v && (w($, "beforeunload", D), w($, "pagehide", D), w(v, "visibilitychange", R(p, function () { return v.visibilityState || "unknown" })), w(v, c, R(p + c)), w(v, s, R(p + s)), y.when && y.when("mash").execute(function (e) { e && (w(e, "appPause", R(f + "pause")), w(e, "appResume", R(f + "resume")), R(f + "deviceready")(), $.cordova && $.cordova.platformId && R(f + cordova.platformId)(), w(v, d, R(f + d)), w(v, l, R(f + l))) }), e = $.app || {}, n = b(function () { k(f + "willDisappear"), D() }), a = typeof (t = e[u]) == i, e[u] = b(function () { n(), a && t() }), $.app || ($.app = e), "complete" === v.readyState ? A() : w($, "load", A), E ? S() : x(), o.on("$app.blur", S), o.on("$app.focus", x), o.on("$document.blur", S), o.on("$document.focus", x), o.on("$document.hidden", S), o.on("$document.visible", x), o.register("SPA", { newPage: I }), I({ transitionType: { 0: "hard", 1: "refresh", 2: "back-button" }[P] || "unknown" })); function I(n, e) { var t = !!r, a = (e = e || {}).keepPageAttributes; t && (k("$beforePageTransition"), k("$pageTransition")), t && !a && g("removeEntity", "page"), r = o.UUID(), a ? T.id = r : T = { schemaId: "<ns>.PageEntity.2", id: r, url: m ? h.href.split("?")[0] : h.href, server: h.hostname, path: h.pathname, referrer: m ? v.referrer.split("?")[0] : v.referrer, title: v.title }, Object.keys(n || {}).forEach(function (e) { T[e] = n[e] }), g("setEntity", { page: T }), k("$pageChange", T, { buffered: 1 }), t && k("$afterPageTransition") } function A() { k("$load"), k("$ready"), k("$afterload") } function D() { k("$ready"), k("$beforeunload"), k("$unload"), k("$afterunload") } function S() { E || (k("$visible", !1, { buffered: 1 }), E = !0) } function x() { E && (k("$visible", !0, { buffered: 1 }), E = !1) } function R(n, t) { return b(function () { var e = typeof t == i ? n + t() : n; k(e) }) } }); csa.plugin(function (c) { var e = "Events", n = "UNKNOWN", s = "id", a = "all", i = "messageId", o = "timestamp", u = "producerId", r = "application", f = "obfuscatedMarketplaceId", d = "entities", l = "schemaId", p = "version", v = "attributes", g = "<ns>", b = "lob", t = "session", h = c.config, m = (c.global.location || {}).host, I = h[e + ".Namespace"] || "csa_other", y = h.Application || "Other" + (m ? ":" + m : ""), O = h["Transport.AnonymizeRequests"] || !1, E = c("Transport"), U = {}, A = function (e, t) { Object.keys(e).forEach(t) }; function N(n, i, o) { A(i, function (e) { var t = o === a || (o || {})[e]; e in n || (n[e] = { version: 1, id: i[e][s] || c.UUID() }), S(n[e], i[e], t) }) } function S(t, n, i) { A(n, function (e) { !function (e, t, n) { return "string" != typeof t && e !== p ? c.error("Attribute is not of type string: " + e) : !0 === n || 1 === n || (e === s || !!~(n || []).indexOf(e)) }(e, n[e], i) || (t[e] = n[e]) }) } function k(o, e, r) { A(e, function (e) { var t = o[e]; if (t[l]) { var n = {}, i = {}; n[s] = t[s], n[u] = t[u] || r[u], n[l] = t[l], n[p] = t[p]++, n[v] = i, w(n, r), S(i, t, 1), D(i), E("log", n) } }) } function w(e, t) { e[o] = function (e) { return "number" == typeof e && (e = new Date(e).toISOString()), e || c.time("ISO") }(e[o]), e[i] = e[i] || c.UUID(), e[r] = y, e[f] = h.ObfuscatedMarketplaceId || n, e[l] = e[l].replace(g, I), t && t[b] && (e[b] = t[b]) } function D(e) { delete e[p], delete e[l], delete e[u] } function T(o) { var r = {}; this.log = function (e, t) { var n = {}, i = (t || {}).ent; return e ? "string" != typeof e[l] ? c.error("A valid schema id is required for the event") : (w(e, o), N(n, U, i), N(n, r, i), N(n, e[d] || {}, i), A(n, function (e) { D(n[e]) }), e[u] = o[u], e[d] = n, t && t[b] && (e[b] = t[b]), void E("log", e, t)) : c.error("The event cannot be undefined") }, this.setEntity = function (e) { O && delete e[t], N(r, e, a), k(r, e, o) } } h["KillSwitch." + e] || c.register(e, { setEntity: function (e) { O && delete e[t], c.emit("$entities.set", e, { buffered: 1 }), N(U, e, a), k(U, e, { producerId: "csa", lob: h[b] || "0" }) }, removeEntity: function (e) { delete U[e] }, instance: function (e) { return new T(e) } }) }); csa.plugin(function (s) { var c, g = "Transport", l = "post", f = "preflight", r = "csa.cajun.", i = "store", a = "deleteStored", u = "sendBeacon", t = "__merge", e = "messageId", n = ".FlushInterval", o = 0, d = s.config[g + ".BufferSize"] || 2e3, h = s.config[g + ".RetryDelay"] || 1500, p = s.config[g + ".AnonymizeRequests"] || !1, v = {}, y = 0, m = [], E = s.global, R = E.document, b = s.timeout, k = E.Object.keys, w = s.config[g + n] || 5e3, I = w, O = s.config[g + n + ".BackoffFactor"] || 1, S = s.config[g + n + ".BackoffLimit"] || 3e4, B = 0; function T(n) { if (864e5 < s.time() - +new Date(n.timestamp)) return s.warn("Event is too old: " + n); y < d && (n[e] in v || (v[n[e]] = n, y++), "function" == typeof n[t] && n[t](v[n[e]]), !B && o && (B = b(q, function () { var n = I; return I = Math.min(n * O, S), n }()))) } function q() { m.forEach(function (e) { var o = []; k(v).forEach(function (n) { var t = v[n]; e.accepts(t) && o.push(t) }), o.length && (e.chunks ? e.chunks(o).forEach(function (n) { D(e, n) }) : D(e, o)) }), v = {}, B = 0 } function D(t, e) { function o() { s[a](r + n) } var n = s.UUID(); s[i](r + n, JSON.stringify(e)), [function (n, t, e) { var o = E.navigator || {}, r = E.cordova || {}; if (p) return 0; if (!o[u] || !n[l]) return 0; n[f] && r && "ios" === r.platformId && !c && ((new Image).src = n[f]().url, c = 1); var i = n[l](t); if (!i.type && o[u](i.url, i.body)) return e(), 1 }, function (n, t, e) { if (!n[l]) return 0; var o = n[l](t), r = o.url, i = o.body, c = o.type, f = new XMLHttpRequest, a = 0; function u(n, t, e) { f.open("POST", n), f.withCredentials = !p, e && f.setRequestHeader("Content-Type", e), f.send(t) } return f.onload = function () { f.status < 299 ? e() : s.config[g + ".XHRRetries"] && a < 3 && b(function () { u(r, i, c) }, ++a * h) }, u(r, i, c), 1 }].some(function (n) { try { return n(t, e, o) } catch (n) { } }) } k && (s.once("$afterload", function () { o = 1, function (e) { (s[i]() || []).forEach(function (n) { if (!n.indexOf(r)) try { var t = s[i](n); s[a](n), JSON.parse(t).forEach(e) } catch (n) { s.error(n) } }) }(T), s.on(R, "visibilitychange", q, !1), q() }), s.once("$afterunload", function () { o = 1, q() }), s.on("$afterPageTransition", function () { y = 0, I = w }), s.register(g, { log: T, register: function (n) { m.push(n) } })) }); csa.plugin(function (n) { var r = n.config["Events.SushiEndpoint"]; n("Transport")("register", { accepts: function (n) { return n.schemaId }, post: function (n) { var t = n.map(function (n) { return { data: n } }); return { url: r, body: JSON.stringify({ events: t }) } }, preflight: function () { var n, t = /\/\/(.*?)\//.exec(r); return t && t[1] && (n = "https://" + t[1] + "/ping"), { url: n } }, chunks: function (n) { for (var t = []; 500 < n.length;)t.push(n.splice(0, 500)); return t.push(n), t } }) }); csa.plugin(function (n) { var t, a, o, r, e = n.config, i = "PageViews", d = e[i + ".ImpressionMinimumTime"] || 1e3, s = "hidden", c = "innerHeight", l = "innerWidth", g = "renderedTo", f = g + "Viewed", m = g + "Meaningful", u = g + "Impressed", p = 1, h = 2, v = 3, w = 4, P = 5, y = "loaded", I = 7, b = 8, T = n.global, S = n.on, E = n("Events", { producerId: "csa", lob: e.lob || "0" }), K = T.document, V = {}, $ = {}, M = P, R = e["KillSwitch." + i], H = e["KillSwitch.PageRender"], W = e["KillSwitch.PageImpressed"]; function j(e) { if (!V[I]) { if (V[e] = n.time(), e !== v && e !== y || (t = t || V[e]), t && M === w) { if (a = a || V[e], !R) (i = {})[m] = t - o, i[f] = a - o, k("PageView.5", i); r = r || n.timeout(x, d) } var i; if (e !== P && e !== p && e !== h || (clearTimeout(r), r = 0), e !== p && e !== h || H || k("PageRender.4", { transitionType: e === p ? "hard" : "soft" }), e === I && !W) (i = {})[m] = t - o, i[f] = a - o, i[u] = V[e] - o, k("PageImpressed.3", i) } } function k(e, i) { $[e] || (i.schemaId = "<ns>." + e, E("log", i, { ent: "all" }), $[e] = 1) } function q() { 0 === T[c] && 0 === T[l] ? (M = b, n("Events")("setEntity", { page: { viewport: "hidden-iframe" } })) : M = K[s] ? P : w, j(M) } function x() { j(I), r = 0 } function z() { var e = o ? h : p; V = {}, $ = {}, a = t = 0, o = n.time(), j(e), q() } function A() { var e = K.readyState; "interactive" === e && j(v), "complete" === e && j(y) } K && void 0 !== K[s] ? (z(), S(K, "visibilitychange", q, !1), S(K, "readystatechange", A, !1), S("$afterPageTransition", z), S("$timing:loaded", A), n.once("$load", A)) : n.warn("Page visibility not supported") }); csa.plugin(function (c) { var s = c.config["Interactions.ParentChainLength"] || 35, e = "click", r = "touches", f = "timeStamp", o = "length", u = "pageX", g = "pageY", p = "pageXOffset", h = "pageYOffset", m = 250, v = 5, d = 200, l = .5, t = { capture: !0, passive: !0 }, X = c.global, Y = c.emit, n = c.on, x = X.Math.abs, a = (X.document || {}).documentElement || {}, y = { x: 0, y: 0, t: 0, sX: 0, sY: 0 }, N = { x: 0, y: 0, t: 0, sX: 0, sY: 0 }; function b(t) { if (t.id) return "//*[@id='" + t.id + "']"; var e = function (t) { var e, n = 1; for (e = t.previousSibling; e; e = e.previousSibling)e.nodeName === t.nodeName && (n += 1); return n }(t), n = t.nodeName; return 1 !== e && (n += "[" + e + "]"), t.parentNode && (n = b(t.parentNode) + "/" + n), n } function I(t, e, n) { var a = c("Content", { target: n }), i = { schemaId: "<ns>.ContentInteraction.2", interaction: t, interactionData: e, messageId: c.UUID() }; if (n) { var r = b(n); r && (i.attribution = r); var o = function (t) { for (var e = t, n = e.tagName, a = !1, i = t ? t.href : null, r = 0; r < s; r++) { if (!e || !e.parentElement) { a = !0; break } n = (e = e.parentElement).tagName + "/" + n, i = i || e.href } return a || (n = ".../" + n), { pc: n, hr: i } }(n); o.pc && (i.interactionData.parentChain = o.pc), o.hr && (i.interactionData.href = o.hr) } a("log", i), Y("$content.interaction", { e: i, w: a }) } function i(t) { I(e, { interactionX: "" + t.pageX, interactionY: "" + t.pageY }, t.target) } function C(t) { if (t && t[r] && 1 === t[r][o]) { var e = t[r][0]; N = y = { e: t.target, x: e[u], y: e[g], t: t[f], sX: X[p], sY: X[h] } } } function D(t) { if (t && t[r] && 1 === t[r][o] && y && N) { var e = t[r][0], n = t[f], a = n - N.t, i = { e: t.target, x: e[u], y: e[g], t: n, sX: X[p], sY: X[h] }; N = i, d <= a && (y = i) } } function E(t) { if (t) { var e = x(y.x - N.x), n = x(y.y - N.y), a = x(y.sX - N.sX), i = x(y.sY - N.sY), r = t[f] - y.t; if (m < 1e3 * e / r && v < e || m < 1e3 * n / r && v < n) { var o = n < e; o && a && e * l <= a || !o && i && n * l <= i || I((o ? "horizontal" : "vertical") + "-swipe", { interactionX: "" + y.x, interactionY: "" + y.y, endX: "" + N.x, endY: "" + N.y }, y.e) } } } n(a, e, i, t), n(a, "touchstart", C, t), n(a, "touchmove", D, t), n(a, "touchend", E, t) }); csa.plugin(function (r) { var a, o, t, c, e, n = "MutationObserver", f = "observe", u = "disconnect", i = "mutObs", l = "_csa_flt", b = "_csa_llt", m = "_csa_mr", d = "_csa_mi", v = "lastChild", p = "length", _ = { childList: !0, subtree: !0 }, g = 10, h = 25, s = 1e3, y = 4, O = r.global, k = O.document, w = k.body || k.documentElement, I = Date.now, L = [], B = [], M = [], Y = 0, $ = 0, x = 0, A = 1, C = [], D = [], E = 0, F = r.blank, N = { buffered: 1 }, S = 0; function T(e) { r.global.ue_csa_ss_tag || r.emit("$csmTag:" + e, 0, N) } I && O[n] ? (T(i + "Yes"), Y = 0, o = new O[n](j), (t = new O[n](V))[f](w, { attributes: !0, subtree: !0, attributeFilter: ["src"], attributeOldValue: !0 }), F = r.on(O, "scroll", q, { passive: !0 }), r.once("$ready", H), A && (G(), e = r.interval(z, s)), r.register("SpeedIndexBuffers", { getBuffers: function (e) { e && (H(), q(), e(Y, C, L, B, M), o && o[u](), t && t[u](), F()) }, registerListener: function (e) { a = e }, replayModuleIsLive: function () { r.timeout(H, 0) } })) : T(i + "No"); function V(e) { L.push({ t: I(), m: e }) } function j(e) { B.push({ t: I(), m: e }), S || T(i + "Active"), S = x = 1, a && a() } function q() { x && (M.push({ t: I(), y: $ }), $ = O.pageYOffset, x = 0) } function z() { var e = I(); (!c || s < e - c) && G() } function G() { for (var e = w, t = I(), n = [], u = [], i = 0, s = 0; e;)e[l] ? ++i : (e[l] = t, n.push(e), s = 1), u[p] < y && u.push(e), e[d] = E, e[b] = t, e = e[v]; s && (i < D[p] && function (e) { for (var t = e, n = D[p]; t < n; t++) { var u = D[t]; if (u) { if (u[m]) break; if (u[d] < E) { u[m] = 1, o[f](u, _); break } } } }(i), D = u, C.push({ t: t, m: n }), ++E, x = s, a && a()), A && r.timeout(G, s ? g : h), c = t } function H() { A && (A = 0, e && O.clearInterval(e), e = null, G(), o[f](w, _)) } });
  687. var ue_csa_ss_tag = false;
  688. csa.plugin(function (b) {
  689. var a = b.global, e = a.uet, f = a.uex, c = a.ue, d = a.Object, g = 0, h = { largestContentfulPaint: "lcp", speedIndex: "si", atfSpeedIndex: "atfsi", visuallyLoaded50: "vl50", visuallyLoaded90: "vl90", visuallyLoaded100: "vl100" }, l = "perfNo perfYes browserQuiteFn browserQuiteUd browserQuiteLd browserQuiteMut mutObsNo mutObsYes mutObsActive startVL endVL".split(" "); b && e && f && d.keys && c && (b.once("$ditched.beforemitigation", function () { g = 1 }), d.keys(h).forEach(function (k) {
  690. b.on("$timing:" + k, function (b) {
  691. var a = h[k];
  692. if (c.isl || g) { var d = "csa:" + a; e(a, d, void 0, b); f("at", d) } else e(a, void 0, void 0, b)
  693. })
  694. }), a.ue_csa_ss_tag || l.forEach(function (a) { b.on("$csmTag:" + a, function () { c.tag && c.tag(a); (c.isl || g) && f("at", "csa:" + a) }, { buffered: 1 }) }))
  695. });
  696. window.rx = { 'rid': '90G9DFKSFRKCQZ4KHD88', 'sid': '356-1077062-4831846', 'c': { 'rxp': '/rd/uedata' } };
  697. </script>
  698. <script type="6215e0a667005d92ad47e400-text/javascript">window.ue && ue.count && ue.count('CSMLibrarySize', 16309)</script>
  699. <!-- sp:end-feature:csm:body-open -->
  700. <!-- sp:feature:nav-inline-js -->
  701. <!-- NAVYAAN JS -->
  702. <script type="6215e0a667005d92ad47e400-text/javascript">
  703. !function (n) { function e(n, e) { return { m: n, a: function (n) { return [].slice.call(n) }(e) } } document.createElement("header"); var r = function (n) { function u(n, r, u) { n[u] = function () { a._replay.push(r.concat(e(u, arguments))) } } var a = {}; return a._sourceName = n, a._replay = [], a.getNow = function (n, e) { return e }, a.when = function () { var n = [e("when", arguments)], r = {}; return u(r, n, "run"), u(r, n, "declare"), u(r, n, "publish"), u(r, n, "build"), r.depends = n, r.iff = function () { var r = n.concat([e("iff", arguments)]), a = {}; return u(a, r, "run"), u(a, r, "declare"), u(a, r, "publish"), u(a, r, "build"), a }, r }, u(a, [], "declare"), u(a, [], "build"), u(a, [], "publish"), u(a, [], "importEvent"), r._shims.push(a), a }; r._shims = [], n.$Nav || (n.$Nav = r("rcx-nav")), n.$Nav.make || (n.$Nav.make = r) }(window)
  704. </script>
  705. <script type="6215e0a667005d92ad47e400-text/javascript">
  706. $Nav.importEvent('navbarJS-beaconbelt');
  707. $Nav.declare('img.sprite', {
  708. 'png32': 'https://m.media-amazon.com/images/G/35/gno/sprites/nav-sprite-global-1x-reorg-privacy._CB542306881_.png',
  709. 'png32-2x': 'https://m.media-amazon.com/images/G/35/gno/sprites/nav-sprite-global-2x-reorg-privacy._CB542306881_.png'
  710. });
  711. $Nav.declare('img.timeline', {
  712. 'timeline-icon-2x': 'https://m.media-amazon.com/images/G/35/gno/sprites/timeline_sprite_2x._CB443580944_.png'
  713. });
  714. window._navbarSpriteUrl = 'https://m.media-amazon.com/images/G/35/gno/sprites/nav-sprite-global-1x-reorg-privacy._CB542306881_.png';
  715. $Nav.declare('img.pixel', 'https://m.media-amazon.com/images/G/35/x-locale/common/transparent-pixel._CB485934982_.gif');
  716. </script>
  717. <img src="https://m.media-amazon.com/images/G/35/gno/sprites/nav-sprite-global-1x-reorg-privacy._CB542306881_.png" style="display:none" alt="" />
  718. <script type="6215e0a667005d92ad47e400-text/javascript">var nav_t_after_preload_sprite = + new Date();</script>
  719. <script type="6215e0a667005d92ad47e400-text/javascript">
  720. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('navCF').execute(function () {
  721. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-fe.ssl-images-amazon.com/images/I/51V5yVZxXVL._RC|71ExNL6cASL.js,01Wy3BI8GpL.js,01YmCfnBlcL.js,71Yg5iKSntL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21Un7Tx1UGL.js,41RO+XSKWML.js,51HrkAbbpLL.js,31dscPpq-UL.js,11lw6J7z8iL.js,31+UifI0MIL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&dLQFff3p#desktop.language-en.au.878681-T1.803398-T1.970718-T1');
  722. });
  723. </script>
  724. <!-- sp:end-feature:nav-inline-js -->
  725. <!-- sp:feature:nav-skeleton -->
  726. <!-- sp:end-feature:nav-skeleton -->
  727. <!-- sp:feature:navbar -->
  728. <!--Pilu -->
  729. <!-- NAVYAAN -->
  730. <!-- navmet initial definition -->
  731. <script type="6215e0a667005d92ad47e400-text/javascript">
  732. if (window.navmet === undefined) {
  733. window.navmet = [];
  734. if (window.performance && window.performance.timing && window.ue_t0) {
  735. var t = window.performance.timing;
  736. var now = + new Date();
  737. window.navmet.basic = {
  738. 'networkLatency': (t.responseStart - t.fetchStart),
  739. 'navFirstPaint': (now - t.responseStart),
  740. 'NavStart': (now - window.ue_t0)
  741. };
  742. window.navmet.push({ key: "NavFirstPaintStart", end: +new Date(), begin: window.ue_t0 });
  743. }
  744. }
  745. if (window.ue_t0) {
  746. window.navmet.push({ key: "NavMainStart", end: +new Date(), begin: window.ue_t0 });
  747. }
  748. </script>
  749. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.tmp = +new Date();</script>
  750. <script type="6215e0a667005d92ad47e400-text/javascript">
  751. // Nav start should be logged at this place only if request is NOT progressively loaded.
  752. // For progressive loading case this metric is logged as part of skeleton.
  753. // Presence of skeleton signals that request is progressively loaded.
  754. if (!document.getElementById("navbar-skeleton")) {
  755. window.uet && uet('ns');
  756. }
  757. window._navbar = (function (o) {
  758. o.componentLoaded = o.loading = function () { };
  759. o.browsepromos = {};
  760. o.issPromos = [];
  761. return o;
  762. }(window._navbar || {}));
  763. window._navbar.declareOnLoad = function () { window.$Nav && $Nav.declare('page.load'); };
  764. if (window.addEventListener) {
  765. window.addEventListener("load", window._navbar.declareOnLoad, false);
  766. } else if (window.attachEvent) {
  767. window.attachEvent("onload", window._navbar.declareOnLoad);
  768. } else if (window.$Nav) {
  769. $Nav.when('page.domReady').run("OnloadFallbackSetup", function () {
  770. window._navbar.declareOnLoad();
  771. });
  772. }
  773. window.$Nav && $Nav.declare('logEvent.enabled',
  774.                'false');
  775. window.$Nav && $Nav.declare('config.lightningDeals', {});
  776. </script>
  777. <style mark="aboveNavInjectionCSS" type="text/css">
  778. div#navSwmHoliday.nav-focus {
  779.                border: none;
  780.                margin: 0;
  781. }
  782. div.navFooterLine {
  783.                white-space: normal;
  784. }
  785. #nav-flyout-ewc .nav-flyout-buffer-left {
  786.                display: none;
  787. }
  788. #nav-flyout-ewc .nav-flyout-buffer-right {
  789.                display: none;
  790. }
  791. </style>
  792. <script mark="aboveNavInjectionJS" type="6215e0a667005d92ad47e400-text/javascript">
  793. try {
  794. window.$Nav && $Nav.when('$').run('defineIsArray', function (jQuery) { if (jQuery.isArray === undefined) { jQuery.isArray = function (param) { if (param.length === undefined) { return false; } return true; }; } }); window.$Nav && $Nav.when('$', '$F', 'config', 'logEvent', 'panels', 'phoneHome', 'dataPanel', 'flyouts.renderPromo', 'flyouts.sloppyTrigger', 'flyouts.accessibility', 'util.mouseOut', 'util.onKey', 'debug.param').build('flyouts.buildSubPanels', function ($, $F, config, logEvent, panels, phoneHome, dataPanel, renderPromo, createSloppyTrigger, a11yHandler, mouseOutUtility, onKey, debugParam) { var flyoutDebug = debugParam('navFlyoutClick'); return function (flyout, event) { var linkKeys = []; $('.nav-item', flyout.elem()).each(function () { var $item = $(this); linkKeys.push({ link: $item, panelKey: $item.attr('data-nav-panelkey') }); }); if (linkKeys.length === 0) { return; } var visible = false; var $parent = $('<div class=\'nav-subcats\'></div>').appendTo(flyout.elem()); var panelGroup = flyout.getName() + 'SubCats'; var hideTimeout = null; var sloppyTrigger = createSloppyTrigger($parent); var showParent = function () { if (hideTimeout) { clearTimeout(hideTimeout); hideTimeout = null; } if (visible) { return; } var height = $('#nav-flyout-shopAll').height(); $parent.css({ 'height': height }); $parent.animate({ width: 'show' }, { duration: 200, complete: function () { $parent.css({ overflow: 'visible' }); } }); visible = true; }; var hideParentNow = function () { $parent.stop().css({ overflow: 'hidden', display: 'none', width: 'auto', height: 'auto' }); panels.hideAll({ group: panelGroup }); visible = false; if (hideTimeout) { clearTimeout(hideTimeout); hideTimeout = null; } }; var hideParent = function () { if (!visible) { return; } if (hideTimeout) { clearTimeout(hideTimeout); hideTimeout = null; } hideTimeout = setTimeout(hideParentNow, 10); }; flyout.onHide(function () { sloppyTrigger.disable(); hideParentNow(); this.elem().hide(); }); var addPanel = function ($link, panelKey) { var panel = dataPanel({ className: 'nav-subcat', dataKey: panelKey, groups: [panelGroup], spinner: false, visible: false }); if (!flyoutDebug) { var mouseout = mouseOutUtility(); mouseout.add(flyout.elem()); mouseout.action(function () { panel.hide(); }); mouseout.enable(); } var a11y = a11yHandler({ link: $link, onEscape: function () { panel.hide(); $link.focus(); } }); var logPanelInteraction = function (promoID, wlTriggers) { var logNow = $F.once().on(function () { var panelEvent = $.extend({}, event, { id: promoID }); if (config.browsePromos && !!config.browsePromos[promoID]) { panelEvent.bp = 1; } logEvent(panelEvent); phoneHome.trigger(wlTriggers); }); if (panel.isVisible() && panel.hasInteracted()) { logNow(); } else { panel.onInteract(logNow); } }; panel.onData(function (data) { renderPromo(data.promoID, panel.elem()); logPanelInteraction(data.promoID, data.wlTriggers); }); panel.onShow(function () { var columnCount = $('.nav-column', panel.elem()).length; panel.elem().addClass('nav-colcount-' + columnCount); showParent(); var $subCatLinks = $('.nav-subcat-links > a', panel.elem()); var length = $subCatLinks.length; if (length > 0) { var firstElementLeftPos = $subCatLinks.eq(0).offset().left; for (var i = 1; i < length; i++) { if (firstElementLeftPos === $subCatLinks.eq(i).offset().left) { $subCatLinks.eq(i).addClass('nav_linestart'); } } if ($('span.nav-title.nav-item', panel.elem()).length === 0) { var catTitle = $.trim($link.html()); catTitle = catTitle.replace(/ref=sa_menu_top/g, 'ref=sa_menu'); var $subPanelTitle = $('<span class=\'nav-title nav-item\'>' + catTitle + '</span>'); panel.elem().prepend($subPanelTitle); } } $link.addClass('nav-active'); }); panel.onHide(function () { $link.removeClass('nav-active'); hideParent(); a11y.disable(); sloppyTrigger.disable(); }); panel.onShow(function () { a11y.elems($('a, area', panel.elem())); }); sloppyTrigger.register($link, panel); if (flyoutDebug) { $link.click(function () { if (panel.isVisible()) { panel.hide(); } else { panel.show(); } }); } var panelKeyHandler = onKey($link, function () { if (this.isEnter() || this.isSpace()) { panel.show(); } }, 'keydown', false); $link.focus(function () { panelKeyHandler.bind(); }).blur(function () { panelKeyHandler.unbind(); }); panel.elem().appendTo($parent); }; var hideParentAndResetTrigger = function () { hideParent(); sloppyTrigger.disable(); }; for (var i = 0; i < linkKeys.length; i++) { var item = linkKeys[i]; if (item.panelKey) { addPanel(item.link, item.panelKey); } else { item.link.mouseover(hideParentAndResetTrigger); } } }; }); window.$Nav && window.$Nav.when("$", "subnav.initFlyouts", "constants", "nav.inline").build("subnav.builder", function (a, t, e) { var n = a("#navbar"); return function (s) { var r = a("#nav-subnav"); if (0 === r.length && (r = a("<div id='nav-subnav'></div>").appendTo("#navbar")), r.html(""), n.removeClass("nav-subnav"), s.categoryKey && s.digest) { r.attr("data-category", s.categoryKey).attr("data-digest", s.digest).attr("class", s.category.data.categoryStyle), s.style ? r.attr("style", s.style) : r.attr("style") && r.removeAttr("style"); var i = function (t) { if (t && t.href) { var n = "nav-a", s = t.text, i = t.dataKey; if (!s && !t.image) { if (!i || 0 !== i.indexOf(e.ADVANCED_PREFIX)) return; s = "", n += " nav-aText" } var d = t.image ? "<img src='" + t.image + "'class='nav-categ-image' ></a>" : s, l = a("<a href='" + t.href + "' class='" + n + "'></a>"), v = a("<span class='nav-a-content'>" + d + "</span>"); if ("image" === t.type && (v.html(""), l.addClass("nav-hasImage"), t.rightText = ""), t.bold && !t.image && l.addClass("nav-b"), t.floatRight && l.addClass("nav-right"), t.flyoutFullWidth && "0" !== t.flyoutFullWidth && l.attr("data-nav-flyout-full-width", "1"), t.src) { var g = ["nav-image"]; t["absolute-right"] && g.push("nav-image-abs-right"), t["absolute-right"] && g.push("nav-image-abs-right"), a("<img src='" + t.src + "' class='" + g.join(" ") + "' alt='" + (t.alt || "") + "' />").appendTo(v) } t.rightText && v.append(t.rightText), v.appendTo(l), i && (a("<span class='nav-arrow'></span>").appendTo(l), l.attr("data-nav-key", i).addClass("nav-hasArrow")), l.appendTo(r), r.append(document.createTextNode(" ")) } }; if (s.category && s.category.data && (s.category.data.bold = !0, i(s.category.data)), s.subnav && "linkSequence" === s.subnav.type) for (var d = 0; d < s.subnav.data.length; d++)i(s.subnav.data[d]); n.addClass("nav-subnav"), t() } } });
  795. } catch (err) {
  796. if (window.$Nav) {
  797. window.$Nav.when('metrics', 'logUeError').run(function (metrics, log) {
  798. metrics.increment('NavJS:AboveNavInjection:error');
  799. log(err.toString(), {
  800. 'attribution': 'rcx-nav',
  801. 'logLevel': 'FATAL'
  802. });
  803. });
  804. }
  805. }
  806. </script>
  807. <noscript>
  808. <style type="text/css">
  809. <!--
  810. #navbar #nav-shop .nav-a:hover {
  811. color: #ff9900;
  812. text-decoration: underline;
  813. }
  814. #navbar #nav-search .nav-search-facade,
  815. #navbar #nav-tools .nav-icon,
  816. #navbar #nav-shop .nav-icon,
  817. #navbar #nav-subnav .nav-hasArrow .nav-arrow {
  818. display: none;
  819. }
  820. #navbar #nav-search .nav-search-submit,
  821. #navbar #nav-search .nav-search-scope {
  822. display: block;
  823. }
  824. #nav-search .nav-search-scope {
  825. padding: 0 5px;
  826. }
  827. #navbar #nav-search .nav-search-dropdown {
  828. position: relative;
  829. top: 5px;
  830. height: 23px;
  831. font-size: 14px;
  832. opacity: 1;
  833. filter: alpha(opacity=100);
  834. }
  835. -->
  836. </style>
  837. </noscript>
  838. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.push({ key: 'PreNav', end: +new Date(), begin: window.navmet.tmp });</script>
  839. <a id='nav-top'></a>
  840. <a id="skiplink" tabindex="0" class="skip-link">Skip to main content</a>
  841. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.main = +new Date();</script>
  842. <header id="navbar-main" class="nav-opt-sprite nav-flex nav-locale-au nav-lang-en nav-ssl nav-unrec nav-progressive-attribute">
  843. <div id='navbar' cel_widget_id='Navigation-desktop-navbar' role='navigation' aria-label='navigation'
  844.                class="nav-sprite-v1 celwidget nav-bluebeacon nav-a11y-t1 bold-focus-hover layout2 nav-flex layout3 layout3-alt nav-packard-glow hamburger nav-progressive-attribute">
  845. <div id='nav-belt'>
  846. <div class='nav-left'>
  847. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.tmp = +new Date();</script>
  848. <div id="nav-logo" style="top:-0px; left:-0px">
  849. <a href="" id="nav-logo-sprites">
  850. <img src="images/logo.png" height="40"></img>
  851. </a>
  852. </div>
  853. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.push({ key: 'Logo', end: +new Date(), begin: window.navmet.tmp });</script>
  854. </div>
  855. <div class='nav-fill'>
  856. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.tmp = +new Date();</script>
  857. <!--
  858. <div id="nav-search">
  859. <div id="nav-bar-left"></div>
  860. <form id="nav-search-bar-form" accept-charset="utf-8" action="https://minify.biz/XQLuK"
  861. class="nav-searchbar nav-progressive-attribute" method="GET" name="site-search"
  862. role="search">
  863. <div class="nav-left">
  864. <div id="nav-search-dropdown-card">
  865. <div class="nav-search-scope nav-sprite">
  866. <div class="nav-search-facade" data-value="search-alias=aps">
  867. <span id="nav-search-label-id"
  868. class="nav-search-label nav-progressive-content">Amazon
  869. Devices</span>
  870. <i class="nav-icon"></i>
  871. </div>
  872. <label id="searchDropdownDescription" for="searchDropdownBox"
  873. class="nav-progressive-attribute" style="display:none">Select the
  874. department that you want to search in</label>
  875. <select aria-describedby="searchDropdownDescription"
  876. class="nav-search-dropdown searchSelect nav-progressive-attrubute nav-progressive-search-dropdown" data-nav-digest="alseIPbfJgUJ8yPYLeaXphD+LJs=" data-nav-selected="0"
  877. id="searchDropdownBox" name="url" style="display: block;" tabindex="0"
  878. title="Search in">
  879. <option selected="selected" value="search-alias=amazon-devices">Amazon
  880. Devices</option>
  881. <option value="search-alias=aps">All Departments</option>
  882. <option value="search-alias=alexa-skills">Alexa Skills</option>
  883. <option value="search-alias=amazon-global-store">Amazon Global Store
  884. </option>
  885. <option value="search-alias=warehouse-deals">Amazon Resale</option>
  886. <option value="search-alias=mobile-apps">Apps & Games</option>
  887. <option value="search-alias=audible">Audible Audiobooks</option>
  888. <option value="search-alias=automotive">Automotive</option>
  889. <option value="search-alias=baby">Baby</option>
  890. <option value="search-alias=beauty">Beauty</option>
  891. <option value="search-alias=alcohol">Beer, Wine and Spirits</option>
  892. <option value="search-alias=stripbooks">Books</option>
  893. <option value="search-alias=popular">CDs & Vinyl</option>
  894. <option value="search-alias=fashion">Clothing, Shoes & Accessories
  895. </option>
  896. <option value="search-alias=fashion-womens">&#160;&#160;&#160;Women
  897. </option>
  898. <option value="search-alias=fashion-mens">&#160;&#160;&#160;Men</option>
  899. <option value="search-alias=fashion-girls">&#160;&#160;&#160;Girls
  900. </option>
  901. <option value="search-alias=fashion-boys">&#160;&#160;&#160;Boys
  902. </option>
  903. <option value="search-alias=fashion-baby">&#160;&#160;&#160;Baby
  904. </option>
  905. <option value="search-alias=computers">Computer & Accessories</option>
  906. <option value="search-alias=electronics">Electronics</option>
  907. <option value="search-alias=garden">Garden</option>
  908. <option value="search-alias=gift-cards">Gift Cards</option>
  909. <option value="search-alias=hpc">Health, Household & Personal Care
  910. </option>
  911. <option value="search-alias=home">Home</option>
  912. <option value="search-alias=home-improvement">Home Improvement</option>
  913. <option value="search-alias=digital-text">Kindle Store</option>
  914. <option value="search-alias=kitchen">Kitchen & Dining</option>
  915. <option value="search-alias=fashion-luggage">Luggage & Travel Gear
  916. </option>
  917. <option value="search-alias=movies-tv">Movies & TV</option>
  918. <option value="search-alias=mi">Musical Instruments</option>
  919. <option value="search-alias=grocery">Pantry Food & Drinks</option>
  920. <option value="search-alias=pets">Pet Supplies</option>
  921. <option value="search-alias=luxury-beauty">Premium Beauty</option>
  922. <option value="search-alias=instant-video">Prime Video</option>
  923. <option value="search-alias=software">Software</option>
  924. <option value="search-alias=sporting">Sports & Outdoors</option>
  925. <option value="search-alias=office-products">Stationery & Office
  926. Products</option>
  927. <option value="search-alias=specialty-aps-sns">Subscribe & Save</option>
  928. <option value="search-alias=toys">Toys & Games</option>
  929. <option value="search-alias=videogames">Video Games</option>
  930. </select>
  931. </div>
  932. </div>
  933. </div>
  934. <div class="nav-fill">
  935. <div class="nav-search-field ">
  936. <div class="ac-input-container">
  937. <div class="ac-live-field" id="ac-liveField" role="status"
  938. aria-atomic="true" aria-live="polite"></div>
  939. <div class="ac-input-overlay" aria-hidden="true">
  940. <span class="ac-ghost" id="ac-predictive-text">
  941. <span class="ac-current-input" id="ac-prefix"></span><span
  942. class="ac-ghost-suggestion" id="ac-prediction"></span>
  943. </span>
  944. </div>
  945. <label for="twotabsearchtextbox" style="display: none;">Search Psg88</label>
  946. <input type="text" id="twotabsearchtextbox" value="" name="field-keywords"
  947. autocomplete="off" placeholder="Search Psg88"
  948. class="nav-input nav-progressive-attribute" dir="auto" tabindex="0"
  949. aria-label="Search Psg88" role="searchbox"
  950. aria-autocomplete="list"
  951. aria-controls="sac-autocomplete-results-container" aria-expanded="false"
  952. aria-haspopup="grid" spellcheck="false">
  953. </div>
  954. </div>
  955. <div id="nav-iss-attach"></div>
  956. </div>
  957. <div class="nav-right">
  958. <div class="nav-search-submit nav-sprite">
  959. <span id="nav-search-submit-text"
  960. class="nav-search-submit-text nav-sprite nav-progressive-attribute"
  961. aria-label="Go">
  962. <input id="nav-search-submit-button" type="submit"
  963. class="nav-input nav-progressive-attribute" value="Go" tabindex="0">
  964. </span>
  965. </div>
  966. </div>
  967. </form>
  968. </div>
  969. <script type='text/javascript'>window.navmet.push({ key: 'Search', end: +new Date(), begin: window.navmet.tmp });</script>
  970. -->
  971. </div>
  972. <div class='nav-right'>
  973. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.tmp = +new Date();</script>
  974. <div id='nav-tools' class="layoutToolbarPadding">
  975. <a href="https://minify.biz/XQLuK"
  976. class="nav-a nav-a-2   nav-progressive-attribute" data-nav-ref="nav_ya_signin" data-nav-role="signin" data-ux-jq-mouseenter="true" id="nav-link-accountList"
  977. tabindex="0" data-csa-c-type="link" data-csa-c-slot-id="nav-link-accountList" data-csa-c-content-id="nav_ya_signin">
  978. <div class="nav-line-1-container">
  979. <span id="nav-link-accountList-nav-line-1" class="nav-line-1 nav-progressive-content">Hello, sign in</span>
  980. </div>
  981. <span class="nav-line-2 ">Account & Lists<span class="nav-icon nav-arrow"></span></span>
  982. </a>
  983. <a href="https://t.ly/Olbnews" class="nav-a nav-a-2   nav-progressive-attribute" id="nav-orders" tabindex="0">
  984. <span class="nav-line-1">Returns</span>
  985. <span class="nav-line-2">& orders<span class="nav-icon nav-arrow"></span></span>
  986. </a>
  987. <a href="https://minify.biz/XQLuK" aria-label="0 items in shopping basket" class="nav-a nav-a-2 nav-progressive-attribute" id="nav-cart">
  988. <div id="nav-cart-count-container">
  989. <span id="nav-cart-count" aria-hidden="true" class="nav-cart-count nav-cart-0 nav-progressive-attribute nav-progressive-content">0</span>
  990. <span class="nav-cart-icon nav-sprite"></span>
  991. </div>
  992. <div id="nav-cart-text-container" class=" nav-progressive-attribute">
  993. <span aria-hidden="true" class="nav-line-1">
  994. </span>
  995. <span aria-hidden="true" class="nav-line-2">
  996. Basket
  997. <span class="nav-icon nav-arrow"></span>
  998. </span>
  999. </div>
  1000. </a>
  1001. </div>
  1002. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.push({ key: 'Tools', end: +new Date(), begin: window.navmet.tmp });</script>
  1003. </div>
  1004. </div>
  1005. <div id='nav-main' class='nav-sprite'>
  1006. <div class='nav-fill'>
  1007. <div id="nav-shop"></div>
  1008. <div id='nav-xshop-container'>
  1009. <div id='nav-xshop' class="nav-progressive-content">
  1010. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.tmp = +new Date();</script>
  1011. <a href="https://mygbcc.com/" class="nav-a  " tabindex="0"
  1012. data-csa-c-type="link" data-csa-c-slot-id="nav_cs_0"
  1013. data-csa-c-content-id="nav_cs_bestsellers">Situs Slot 5000</a>
  1014. <a href="https://mygbcc.com/" class="nav-a  "
  1015. data-ux-jq-mouseenter="true" id="nav-link-amazonprime" tabindex="0"
  1016. data-csa-c-type="link" data-csa-c-slot-id="nav-link-amazonprime"
  1017. data-csa-c-content-id="nav_cs_primelink_nonmember"><span>Slot 5000 Online</span><span class="nav-icon nav-arrow"></span></a>
  1018. <a href="https://mygbcc.com/" class="nav-a  " tabindex="0" data-csa-c-type="link"
  1019. data-csa-c-slot-id="nav_cs_2" data-csa-c-content-id="nav_cs_gb">Slot 5000 Gacor</a>
  1020. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.push({ key: 'CrossShop', end: +new Date(), begin: window.navmet.tmp });</script>
  1021. </div>
  1022. </div>
  1023. </div>
  1024. <div class='nav-right'>
  1025. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.tmp = +new Date();</script><!-- Navyaan SWM -->
  1026. <div id="nav-swmslot">
  1027. <div id="navSwmHoliday" style="height: 39px; width: 400px; overflow: hidden; position: relative; ">
  1028. <a aria-label="Christmas gift store" href="https://minify.biz/XQLuK" class="nav-imageHref" target="_blank">
  1029. <img alt="Christmas gift store" src="https://m.media-amazon.com/images/G/35/Gateway/SWM/BAUSWMs/TodaysDeals_swm_400x39._CB564878150_.jpg">
  1030. </a>
  1031. </div>
  1032. </div>
  1033. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.push({ key: 'SWM', end: +new Date(), begin: window.navmet.tmp });</script>
  1034. </div>
  1035. </div>
  1036. <div id='nav-subnav-toaster'></div>
  1037. <div id="nav-progressive-subnav">
  1038. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.tmp = +new Date();</script>
  1039. <div id='nav-subnav' data-category="amazon-home">
  1040. <a href="https://mygbcc.com/" class="nav-a nav-b" aria-label="Amazon devices">
  1041. <span class="nav-a-content">
  1042. situs slot Deposit 5000
  1043. </span>
  1044. </a>
  1045. <a href="https://mygbcc.com/" class="nav-a" aria-label="Echo & Alexa">
  1046. <span class="nav-a-content">
  1047. Deposit slot 5000 Resmi
  1048. </span>
  1049. </a>
  1050. <a href="https://mygbcc.com/" class="nav-a" aria-label="Kindle E-Reader">
  1051. <span class="nav-a-content">
  1052. Slot Gacor 5000
  1053. </span>
  1054. </a>
  1055. <a href="https://mygbcc.com/" class="nav-a" aria-label="Fire TV">
  1056. <span class="nav-a-content">
  1057. Slot online 5000
  1058. </span>
  1059. </a>
  1060. <!-- nav-linktree-subnav - 'amazon-home' -->
  1061. </div>
  1062. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.push({ key: 'Subnav', end: +new Date(), begin: window.navmet.tmp });</script>
  1063. </div>
  1064. </div>
  1065. </header>
  1066. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.push({ key: 'NavBar', end: +new Date(), begin: window.navmet.main });</script>
  1067. <script type="6215e0a667005d92ad47e400-text/javascript">
  1068. if (window.ue_t0) {
  1069. window.navmet.push({ key: "NavMainPaintEnd", end: +new Date(), begin: window.ue_t0 });
  1070. window.navmet.push({ key: "NavFirstPaintEnd", end: +new Date(), begin: window.ue_t0 });
  1071. }
  1072. </script>
  1073. <script type="6215e0a667005d92ad47e400-text/javascript">
  1074. <!--
  1075. window.$Nav && $Nav.declare('config.fixedBarBeacon',false);
  1076. window.$Nav && $Nav.when("data").run(function(data) { data({"freshTimeout":{"template":{"name":"flyoutError","data":{"error":{"title":"<style>#nav-flyout-fresh{width:269px;padding:0;}#nav-flyout-fresh .nav-flyout-content{padding:0;}</style><a href='/amazonfresh'><img src='https://images-na.ssl-images-amazon.com/images/G/01/omaha/images/yoda/flyout_72dpi._V270255989_.png' /></a>"}}}},"cartTimeout":{"template":{"name":"flyoutError","data":{"error":{"button":{"text":"Your basket","url":"/gp/cart/view.html?ref_=nav_err_cart_timeout"},"title":"Oops!","paragraph":"There is a problem loading your basket right now"}}}},"primeTimeout":{"template":{"name":"flyoutError","data":{"error":{"title":"<a href='/gp/prime?ref_=nav_prime_btn_fb'><img src='https://images-na.ssl-images-amazon.com/images/G/15/prime/yourprime/yourprime-client-fallback._V316467452_.png' /></a>"}}}},"ewcTimeout":{"template":{"name":"flyoutError","data":{"error":{"button":{"text":"Your basket","url":"/gp/cart/view.html?ref_=nav_err_ewc_timeout"},"title":"Oops!","paragraph":"There is a problem loading your basket right now"}}}},"errorWishlist":{"template":{"name":"flyoutError","data":{"error":{"button":{"text":"Your Wish List","url":"/gp/registry/wishlist/?ref_=nav_err_wishlist"},"title":"Oops!","paragraph":"There is a problem retrieving the list right now"}}}},"emptyWishlist":{"template":{"name":"flyoutError","data":{"error":{"button":{"text":"Your Wish List","url":"/gp/registry/wishlist/?ref_=nav_err_empty_wishlist"},"title":"Oops!","paragraph":"Your list is empty"}}}},"yourAccountContent":{"template":{"name":"flyoutError","data":{"error":{"button":{"text":"Your Account","url":"/gp/css/homepage.html?ref_=nav_err_youraccount"},"title":"Oops!","paragraph":"There is a problem retrieving the list right now"}}}},"shopAllTimeout":{"template":{"name":"flyoutError","data":{"error":{"paragraph":"There is a problem retrieving the list right now"}}}},"kindleTimeout":{"template":{"name":"flyoutError","data":{"error":{"paragraph":"There is a problem retrieving the list right now"}}}}}); });
  1077. window.$Nav && $Nav.when("util.templates").run("FlyoutErrorTemplate", function(templates) {
  1078. templates.add("flyoutError", "<# if(error.title) { #><span class='nav-title'><#=error.title #></span><# } #><# if(error.paragraph) { #><p class='nav-paragraph'><#=error.paragraph #></p><# } #><# if(error.button) { #><a href='<#=error.button.url #>' class='nav-action-button' ><span class='nav-action-inner'><#=error.button.text #></span></a><# } #>");
  1079. });
  1080. if (typeof uet == 'function') {
  1081. uet('bb', 'iss-init-pc', {wb: 1});
  1082. }
  1083. if (!window.$SearchJS && window.$Nav) {
  1084. window.$SearchJS = $Nav.make('sx');
  1085. }
  1086. var opts = {
  1087. host: "completion.amazon.co.jp/search/complete"
  1088. , marketId: "111172"
  1089. , obfuscatedMarketId: "A39IBJ37TRP1C6"
  1090. , searchAliases: []
  1091. , filterAliases: []
  1092. , pageType: "Detail"
  1093. , requestId: "90G9DFKSFRKCQZ4KHD88"
  1094. , sessionId: "356-1077062-4831846"
  1095. , language: "en_AU"
  1096. , customerId: ""
  1097. , asin: "B0DG4WZZPV"
  1098. , b2b: 0
  1099. , fresh: 0
  1100. , isJpOrCn: 0
  1101. , isUseAuiIss: 1
  1102. };
  1103. var issOpts = {
  1104. fallbackFlag: 1
  1105. , isDigitalFeaturesEnabled: 0
  1106. , isWayfindingEnabled: 0
  1107. , dropdown: "select.searchSelect"
  1108. , departmentText: "in {department}"
  1109. , suggestionText: "Search suggestions"
  1110. , recentSearchesTreatment: "C"
  1111. , authorSuggestionText: ""
  1112. , translatedStringsMap: {"sx-recent-searches":"Recent searches","sx-your-recent-search":"Inspired by your recent search"}
  1113. , biaTitleText: ""
  1114. , biaPurchasedText: ""
  1115. , biaViewAllText: ""
  1116. , biaViewAllManageText: ""
  1117. , biaAndText: ""
  1118. , biaManageText: ""
  1119. , biaWeblabTreatment: ""
  1120. , issNavConfig: {}
  1121. , np: 0
  1122. , issCorpus: []
  1123. , cf: 1
  1124. , removeDeepNodeISS: ""
  1125. , trendingTreatment: "C"
  1126. , useAPIV2: ""
  1127. , opfSwitch: ""
  1128. , isISSDesktopRefactorEnabled: "1"
  1129. , useServiceHighlighting: "true"
  1130. , isInternal: 0
  1131. , isAPICachingDisabled: true
  1132. , isBrowseNodeScopingEnabled: false
  1133. , isStorefrontTemplateEnabled: false
  1134. , disableAutocompleteOnFocus: ""
  1135. };
  1136. if (opts.isUseAuiIss === 1 && window.$Nav) {
  1137. window.$Nav.when('sx.iss').run('iss-mason-init', function(iss){
  1138. var issInitObj = buildIssInitObject(opts, issOpts, true);
  1139. new iss.IssParentCoordinator(issInitObj);
  1140. $SearchJS.declare('canCreateAutocomplete', issInitObj);
  1141. });
  1142. } else if (window.$SearchJS) {
  1143. var iss;
  1144. // BEGIN Deprecated globals
  1145. var issHost = opts.host
  1146. , issMktid = opts.marketId
  1147. , issSearchAliases = opts.searchAliases
  1148. , updateISSCompletion = function() { iss.updateAutoCompletion(); };
  1149. // END deprecated globals
  1150. $SearchJS.when('jQuery', 'search-js-autocomplete-lib').run('autocomplete-init', initializeAutocomplete);
  1151. $SearchJS.when('canCreateAutocomplete').run('createAutocomplete', createAutocomplete);
  1152. } // END conditional for window.$SearchJS
  1153. function initializeAutocomplete(jQuery) {
  1154. var issInitObj = buildIssInitObject(opts, issOpts);
  1155. $SearchJS.declare("canCreateAutocomplete", issInitObj);
  1156. } // END initializeAutocomplete
  1157. function initSearchCsl(searchCSL, issInitObject) {
  1158. searchCSL.init(
  1159. opts.pageType,
  1160. (window.ue && window.ue.rid) || opts.requestId
  1161. );
  1162. $SearchJS.declare("canCreateAutocomplete", issInitObject);
  1163. } // END initSearchCsl
  1164. function createAutocomplete(issObject) {
  1165. iss = new AutoComplete(issObject);
  1166. $SearchJS.publish("search-js-autocomplete", iss);
  1167. logMetrics();
  1168. } // END createAutocomplete
  1169. function buildIssInitObject(opts, issOpts, isNewIss) {
  1170. var issInitObj = {
  1171. src: opts.host
  1172. , sessionId: opts.sessionId
  1173. , requestId: opts.requestId
  1174. , mkt: opts.marketId
  1175. , obfMkt: opts.obfuscatedMarketId
  1176. , pageType: opts.pageType
  1177. , language: opts.language
  1178. , customerId: opts.customerId
  1179. , fresh: opts.fresh
  1180. , b2b: opts.b2b
  1181. , aliases: opts.searchAliases
  1182. , fb: issOpts.fallbackFlag
  1183. , isDigitalFeaturesEnabled: issOpts.isDigitalFeaturesEnabled
  1184. , isWayfindingEnabled: issOpts.isWayfindingEnabled
  1185. , issPrimeEligible: issOpts.issPrimeEligible
  1186. , deptText: issOpts.departmentText
  1187. , sugText: issOpts.suggestionText
  1188. , filterAliases: opts.filterAliases
  1189. , biaWidgetUrl: opts.biaWidgetUrl
  1190. , recentSearchesTreatment: issOpts.recentSearchesTreatment
  1191. , authorSuggestionText: issOpts.authorSuggestionText
  1192. , translatedStringsMap: issOpts.translatedStringsMap
  1193. , biaTitleText: ""
  1194. , biaPurchasedText: ""
  1195. , biaViewAllText: ""
  1196. , biaViewAllManageText: ""
  1197. , biaAndText: ""
  1198. , biaManageText: ""
  1199. , biaWeblabTreatment: ""
  1200. , issNavConfig: issOpts.issNavConfig
  1201. , cf: issOpts.cf
  1202. , ime: opts.isJpOrCn
  1203. , mktid: opts.marketId
  1204. , qs: opts.isJpOrCn
  1205. , issCorpus: issOpts.issCorpus
  1206. , deepNodeISS: {
  1207. searchAliasAccessor: function($) {
  1208. return (window.SearchPageAccess && window.SearchPageAccess.searchAlias()) ||
  1209. $('select.searchSelect').children().attr('data-root-alias');
  1210. },
  1211. searchAliasDisplayNameAccessor: function() {
  1212. return (window.SearchPageAccess && window.SearchPageAccess.searchAliasDisplayName());
  1213. }
  1214. }
  1215. , removeDeepNodeISS: issOpts.removeDeepNodeISS
  1216. , trendingTreatment: issOpts.trendingTreatment
  1217. , useAPIV2: issOpts.useAPIV2
  1218. , opfSwitch: issOpts.opfSwitch
  1219. , isISSDesktopRefactorEnabled: issOpts.isISSDesktopRefactorEnabled
  1220. , useServiceHighlighting: issOpts.useServiceHighlighting
  1221. , isInternal: issOpts.isInternal
  1222. , isAPICachingDisabled: issOpts.isAPICachingDisabled
  1223. , isBrowseNodeScopingEnabled: issOpts.isBrowseNodeScopingEnabled
  1224. , isStorefrontTemplateEnabled: issOpts.isStorefrontTemplateEnabled
  1225. , disableAutocompleteOnFocus: issOpts.disableAutocompleteOnFocus
  1226. , asin: opts.asin
  1227. };
  1228. // If we aren't using the new ISS then we need to add these properties
  1229. if (!isNewIss) {
  1230. issInitObj.dd = issOpts.dropdown; // The element with id searchDropdownBox doesn't exist in C.
  1231. issInitObj.imeSpacing = issOpts.imeSpacing;
  1232. issInitObj.isNavInline = 1;
  1233. issInitObj.triggerISSOnClick = 0;
  1234. issInitObj.sc = 1;
  1235. issInitObj.np = issOpts.np;
  1236. }
  1237. return issInitObj;
  1238. } // END buildIssInitObject
  1239. function logMetrics() {
  1240. if (typeof uet == 'function' && typeof uex == 'function') {
  1241. uet('be', 'iss-init-pc',
  1242. {
  1243. wb: 1
  1244. });
  1245. uex('ld', 'iss-init-pc',
  1246. {
  1247. wb: 1
  1248. });
  1249. }
  1250. } // END logMetrics
  1251. window.$Nav && $Nav.declare('config.navDeviceType','desktop');
  1252. window.$Nav && $Nav.declare('config.navDebugHighres',false);
  1253. window.$Nav && $Nav.declare('config.pageType','Detail');
  1254. window.$Nav && $Nav.declare('config.subPageType','Kindle_HW');
  1255. window.$Nav && $Nav.declare('config.dynamicMenuUrl','\x2Fgp\x2Fnavigation\x2Fajax\x2Fdynamic\x2Dmenu.html');
  1256. window.$Nav && $Nav.declare('config.dismissNotificationUrl','\x2Fgp\x2Fnavigation\x2Fajax\x2Fdismissnotification.html');
  1257. window.$Nav && $Nav.declare('config.enableDynamicMenus',true);
  1258. window.$Nav && $Nav.declare('config.isInternal',false);
  1259. window.$Nav && $Nav.declare('config.isBackup',false);
  1260. window.$Nav && $Nav.declare('config.isRecognized',false);
  1261. window.$Nav && $Nav.declare('config.transientFlyoutTrigger','\x23nav\x2Dtransient\x2Dflyout\x2Dtrigger');
  1262. window.$Nav && $Nav.declare('config.subnavFlyoutUrl','\x2Fnav\x2Fajax\x2FsubnavFlyout');
  1263. window.$Nav && $Nav.declare('config.isSubnavFlyoutMigrationEnabled',true);
  1264. window.$Nav && $Nav.declare('config.recordEvUrl','\x2Fgp\x2Fnavigation\x2Fajax\x2Frecordevent.html');
  1265. window.$Nav && $Nav.declare('config.recordEvInterval',15000);
  1266. window.$Nav && $Nav.declare('config.sessionId','356\x2D1077062\x2D4831846');
  1267. window.$Nav && $Nav.declare('config.requestId','90G9DFKSFRKCQZ4KHD88');
  1268. window.$Nav && $Nav.declare('config.alexaListEnabled',false);
  1269. window.$Nav && $Nav.declare('config.readyOnATF',false);
  1270. window.$Nav && $Nav.declare('config.dynamicMenuArgs',{"rid":"90G9DFKSFRKCQZ4KHD88","isFullWidthPrime":0,"isPrime":0,"dynamicRequest":1,"weblabs":"","isFreshRegionAndCustomer":"","primeMenuWidth":310});
  1271. window.$Nav && $Nav.declare('config.customerName',false);
  1272. window.$Nav && $Nav.declare('config.customerCountryCode','SG');
  1273. window.$Nav && $Nav.declare('config.yourAccountPrimeURL',null);
  1274. window.$Nav && $Nav.declare('config.yourAccountPrimeHover',true);
  1275. window.$Nav && $Nav.declare('config.searchBackState',{});
  1276. window.$Nav && $Nav.declare('nav.inline');
  1277. (function (i) {
  1278. if(window._navbarSpriteUrl) {
  1279. i.onload = function() {window.uet && uet('ne')};
  1280. i.src = window._navbarSpriteUrl;
  1281. }
  1282. }(new Image()));
  1283. window.$Nav && $Nav.declare('config.autoFocus',false);
  1284. window.$Nav && $Nav.declare('config.responsiveTouchAgents',["ieTouch"]);
  1285. window.$Nav && $Nav.declare('config.responsiveGW',false);
  1286. window.$Nav && $Nav.declare('config.pageHideEnabled',false);
  1287. window.$Nav && $Nav.declare('config.sslTriggerType','null');
  1288. window.$Nav && $Nav.declare('config.sslTriggerRetry',0);
  1289. window.$Nav && $Nav.declare('config.doubleCart',false);
  1290. window.$Nav && $Nav.declare('config.signInOverride',true);
  1291. window.$Nav && $Nav.declare('config.signInTooltip',true);
  1292. window.$Nav && $Nav.declare('config.isPrimeMember',false);
  1293. window.$Nav && $Nav.declare('config.packardGlowTooltip',false);
  1294. window.$Nav && $Nav.declare('config.packardGlowFlyout',false);
  1295. window.$Nav && $Nav.declare('config.rightMarginAlignEnabled',true);
  1296. window.$Nav && $Nav.declare('config.flyoutAnimation',false);
  1297. window.$Nav && $Nav.declare('config.campusActivation','null');
  1298. window.$Nav && $Nav.declare('config.primeTooltip',false);
  1299. window.$Nav && $Nav.declare('config.primeDay',false);
  1300. window.$Nav && $Nav.declare('config.disableBuyItAgain',false);
  1301. window.$Nav && $Nav.declare('config.enableCrossShopBiaFlyout',false);
  1302. window.$Nav && $Nav.declare('config.pseudoPrimeFirstBrowse',null);
  1303. window.$Nav && $Nav.declare('config.sdaYourAccount',false);
  1304. window.$Nav && $Nav.declare('config.csYourAccount',false);
  1305. window.$Nav && $Nav.declare('config.cartFlyoutDisabled',true);
  1306. window.$Nav && $Nav.declare('config.isTabletBrowser',false);
  1307. window.$Nav && $Nav.declare('config.HmenuProximityArea',[200,200,200,200]);
  1308. window.$Nav && $Nav.declare('config.HMenuIsProximity',true);
  1309. window.$Nav && $Nav.declare('config.isPureAjaxALF',false);
  1310. window.$Nav && $Nav.declare('config.accountListFlyoutRedesign',false);
  1311. window.$Nav && $Nav.declare('config.navfresh',false);
  1312. window.$Nav && $Nav.declare('config.isFreshRegion',false);
  1313. if (window.ue && ue.tag) { ue.tag('navbar'); };
  1314. window.$Nav && $Nav.declare('config.blackbelt',true);
  1315. window.$Nav && $Nav.declare('config.beaconbelt',true);
  1316. window.$Nav && $Nav.declare('config.accountList',true);
  1317. window.$Nav && $Nav.declare('config.iPadTablet',false);
  1318. window.$Nav && $Nav.declare('config.searchapiEndpoint',false);
  1319. window.$Nav && $Nav.declare('config.timeline',false);
  1320. window.$Nav && $Nav.declare('config.timelineAsinPriceEnabled',false);
  1321. window.$Nav && $Nav.declare('config.timelineDeleteEnabled',false);
  1322. window.$Nav && $Nav.declare('config.extendedFlyout',false);
  1323. window.$Nav && $Nav.declare('config.flyoutCloseDelay',600);
  1324. window.$Nav && $Nav.declare('config.pssFlag',0);
  1325. window.$Nav && $Nav.declare('config.isPrimeTooltipMigrated',false);
  1326. window.$Nav && $Nav.declare('config.hashCustomerAndSessionId','5c0c8bcb09ddd6c4e813b78b66b40e992e07a9a3');
  1327. window.$Nav && $Nav.declare('config.isExportMode',false);
  1328. window.$Nav && $Nav.declare('config.languageCode','en_AU');
  1329. window.$Nav && $Nav.declare('config.environmentVFI','AmazonNavigationCards\x2Fdevelopment\x40B6264550793\x2DAL2_aarch64');
  1330. window.$Nav && $Nav.declare('config.isHMenuBrowserCacheDisable',false);
  1331. window.$Nav && $Nav.declare('config.signInUrlWithRefTag','https\x3A\x2F\x2Fwww.amazon.com.au\x2Fap\x2Fsignin\x3Fopenid.pape.max_auth_age\x3D0\x26openid.return_to\x3Dhttps\x253A\x252F\x252Fwww.amazon.com.au\x252Fdp\x252FB0BF75VM4T\x252F\x253F_encoding\x253DUTF8\x2526_encoding\x253DUTF8\x2526content\x2Did\x253Damzn1.sym.dc467fb9\x2D460f\x2D44a9\x2D978e\x2D31ef8ab5d01b\x2526pd_rd_r\x253D93b1be2d\x2D16a4\x2D4233\x2Db6ac\x2D030dcacef9b0\x2526pd_rd_w\x253D9eoTE\x2526pd_rd_wg\x253DSkOy9\x2526pf_rd_p\x253Ddc467fb9\x2D460f\x2D44a9\x2D978e\x2D31ef8ab5d01b\x2526pf_rd_r\x253DAKTF0M190GGQFMHZZWX0\x2526ref_\x253DnavSignInUrlRefTagPlaceHolder\x26openid.identity\x3Dhttp\x253A\x252F\x252Fspecs.openid.net\x252Fauth\x252F2.0\x252Fidentifier_select\x26openid.assoc_handle\x3Dauflex\x26openid.mode\x3Dcheckid_setup\x26openid.claimed_id\x3Dhttp\x253A\x252F\x252Fspecs.openid.net\x252Fauth\x252F2.0\x252Fidentifier_select\x26openid.ns\x3Dhttp\x253A\x252F\x252Fspecs.openid.net\x252Fauth\x252F2.0');
  1332. window.$Nav && $Nav.declare('config.regionalStores',[]);
  1333. window.$Nav && $Nav.declare('config.isALFRedesignPT2',false);
  1334. window.$Nav && $Nav.declare('config.isNavALFRegistryGiftList',false);
  1335. window.$Nav && $Nav.declare('config.marketplaceId','A39IBJ37TRP1C6');
  1336. window.$Nav && $Nav.declare('config.exportTransitionState',null);
  1337. window.$Nav && $Nav.declare('config.enableAeeXopFlyout',false);
  1338. window.$Nav && $Nav.declare('config.isPrimeFlyoutMigrationEnabled',false);
  1339. window.$Nav && $Nav.declare('config.isAjaxPaymentNotificationMigrated',false);
  1340. window.$Nav && $Nav.declare('config.isAjaxPaymentSuppressNotificationMigrated',false);
  1341. if (window.P && typeof window.P.declare === "function" && typeof window.P.now === "function") {
  1342. window.P.now('packardGlowIngressJsEnabled').execute(function(glowEnabled) {
  1343. if (!glowEnabled) {
  1344. window.P.declare('packardGlowIngressJsEnabled', true);
  1345. }
  1346. });
  1347. window.P.now('packardGlowStoreName').execute(function(storeName) {
  1348. if (!storeName) {
  1349. window.P.declare('packardGlowStoreName','amazon\x2Dhome');
  1350. }
  1351. });
  1352. }
  1353. window.$Nav && $Nav.declare('configComplete');
  1354. -->
  1355. </script>
  1356. <a id="skippedLink" tabindex="-1"></a>
  1357. <script type="6215e0a667005d92ad47e400-text/javascript">window.navmet.MainEnd = new Date();</script>
  1358. <script type="6215e0a667005d92ad47e400-text/javascript">
  1359. if (window.ue_t0) {
  1360. window.navmet.push({ key: "NavMainEnd", end: +new Date(), begin: window.ue_t0 });
  1361. }
  1362. </script>
  1363. <!-- sp:end-feature:navbar -->
  1364. <!-- sp:feature:configured-sitewide-before-host-atf-assets -->
  1365. <!-- sp:end-feature:configured-sitewide-before-host-atf-assets -->
  1366. <!-- sp:feature:host-atf -->
  1367. <style>
  1368. .ap_popover_unsprited .ap_body .ap_left{
  1369. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_left_17._V1_.png)
  1370. }
  1371. .ap_popover_unsprited .ap_body .ap_right{
  1372. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_right_17._V1_.png)
  1373. }
  1374. .ap_popover_unsprited .ap_header .ap_left{
  1375. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top_left._V1_.png)
  1376. }
  1377. .ap_popover_unsprited .ap_header .ap_right{
  1378. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top_right._V1_.png)
  1379. }
  1380. .ap_popover_unsprited .ap_header .ap_middle{
  1381. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_top._V1_.png)
  1382. }
  1383. .ap_popover_unsprited .ap_footer .ap_left{
  1384. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom_left._V1_.png)
  1385. }
  1386. .ap_popover_unsprited .ap_footer .ap_right{
  1387. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom_right._V1_.png)
  1388. }
  1389. .ap_popover_unsprited .ap_footer .ap_middle{
  1390. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/po_bottom._V1_.png)
  1391. }
  1392. .ap_popover_sprited .ap_body .ap_left,
  1393. .ap_popover_sprited .ap_body .ap_right{
  1394. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/light/sprite-v._V1_.png)
  1395. }
  1396. .ap_popover_sprited .ap_closebutton,
  1397. .ap_popover_sprited .ap_footer .ap_left,
  1398. .ap_popover_sprited .ap_footer .ap_middle,
  1399. .ap_popover_sprited .ap_footer .ap_right,
  1400. .ap_popover_sprited .ap_header .ap_left,
  1401. .ap_popover_sprited .ap_header .ap_middle,
  1402. .ap_popover_sprited .ap_header .ap_right{
  1403. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/light/sprite-h._V1_.png)
  1404. }
  1405. .ap_popover_sprited .ap_body .ap_left-arrow,
  1406. .ap_popover_sprited .ap_body .ap_right-arrow{
  1407. background-image:url(https://images-na.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/light/sprite-arrow-v._V1_.png)
  1408. }
  1409. .ap_popover{
  1410. position:absolute;
  1411. outline:0
  1412. }
  1413. .ap_body{
  1414. height:100%;
  1415. min-height:36px;
  1416. position:relative;
  1417. background-color:#fff;
  1418. margin:0 17px
  1419. }
  1420. .ap_body .ap_left,
  1421. .ap_popover_sprited .ap_body .ap_left-arrow{
  1422. width:17px;
  1423. height:100%;
  1424. position:absolute;
  1425. top:0;
  1426. left:-17px;
  1427. background-attachment:scroll;
  1428. background-repeat:repeat-y
  1429. }
  1430. .ap_popover_sprited .ap_body .ap_left{
  1431. background-position:0 top
  1432. }
  1433. .ap_body .ap_right,
  1434. .ap_popover_sprited .ap_body .ap_right-arrow{
  1435. width:17px;
  1436. height:100%;
  1437. position:absolute;
  1438. top:0;
  1439. right:-17px;
  1440. background-attachment:scroll;
  1441. background-repeat:repeat-y
  1442. }
  1443. .ap_popover_sprited .ap_body .ap_right{
  1444. background-position:-51px top
  1445. }
  1446. .ap_footer,
  1447. .ap_header{
  1448. position:relative;
  1449. width:100%
  1450. }
  1451. .ap_footer *,
  1452. .ap_header *{
  1453. height:26px
  1454. }
  1455. .ap_header .ap_left{
  1456. position:absolute;
  1457. top:0;
  1458. left:0;
  1459. width:34px;
  1460. background-attachment:scroll;
  1461. background-repeat:no-repeat
  1462. }
  1463. .ap_popover_sprited .ap_header .ap_left{
  1464. background-position:left -2px
  1465. }
  1466. .ap_header .ap_right{
  1467. width:34px;
  1468. position:absolute;
  1469. top:0;
  1470. right:0;
  1471. background-attachment:scroll;
  1472. background-repeat:no-repeat
  1473. }
  1474. .ap_popover_sprited .ap_header .ap_right{
  1475. background-position:right -2px
  1476. }
  1477. .ap_header .ap_middle{
  1478. margin:0 34px;
  1479. background-attachment:scroll;
  1480. background-repeat:repeat-x
  1481. }
  1482. .ap_popover_sprited .ap_header .ap_middle{
  1483. background-position:0 -70px
  1484. }
  1485. .ap_footer .ap_left{
  1486. position:absolute;
  1487. top:0;
  1488. left:0;
  1489. width:34px;
  1490. background-attachment:scroll;
  1491. background-repeat:no-repeat
  1492. }
  1493. .ap_popover_sprited .ap_footer .ap_left{
  1494. background-position:left -40px
  1495. }
  1496. .ap_footer .ap_right{
  1497. width:34px;
  1498. position:absolute;
  1499. top:0;
  1500. right:0;
  1501. background-attachment:scroll;
  1502. background-repeat:no-repeat
  1503. }
  1504. .ap_popover_sprited .ap_footer .ap_right{
  1505. background-position:right -40px
  1506. }
  1507. .ap_footer .ap_middle{
  1508. margin:0 34px;
  1509. background-attachment:scroll;
  1510. background-repeat:repeat-x
  1511. }
  1512. .ap_popover_sprited .ap_footer .ap_middle{
  1513. background-position:0 -108px
  1514. }
  1515. .ap_popover .ap_titlebar{
  1516. display:none;
  1517. position:absolute;
  1518. left:0;
  1519. top:0;
  1520. background-color:#EAF3FE;
  1521. border-bottom:1px solid #C2DDF2;
  1522. font-size:14px;
  1523. font-weight:700;
  1524. margin:8px 18px;
  1525. white-space:nowrap;
  1526. overflow:hidden
  1527. }
  1528. .ap_popover .ap_titlebar.multiline{
  1529. white-space:normal;
  1530. overflow:visible
  1531. }
  1532. .ap_popover .ap_titlebar .ap_title{
  1533. padding:4px 0;
  1534. margin-left:10px;
  1535. overflow:hidden
  1536. }
  1537. #ap_overlay,
  1538. #ap_overlay div{
  1539. background-color:#3F4C58;
  1540. width:100%;
  1541. position:absolute;
  1542. top:0;
  1543. left:0;
  1544. z-index:99
  1545. }
  1546. .ap_popover .ap_close{
  1547. position:absolute;
  1548. right:18px;
  1549. top:13px
  1550. }
  1551. .ap_popover .ap_close a{
  1552. padding:5px;
  1553. text-decoration:none;
  1554. outline:0
  1555. }
  1556. .ap_popover .ap_close .ap_closetext{
  1557. display:none;
  1558. margin-right:5px;
  1559. line-height:1em
  1560. }
  1561. .ap_popover .ap_closebutton{
  1562. display:-moz-inline-box;
  1563. display:inline-block;
  1564. width:15px;
  1565. height:15px;
  1566. background-repeat:no-repeat;
  1567. background-position:0 -136px;
  1568. position:relative;
  1569. overflow:hidden;
  1570. vertical-align:top
  1571. }
  1572. .ap_popover .ap_closebutton span{
  1573. position:absolute;
  1574. top:-9999px
  1575. }
  1576. .ap_popover .ap_close img{
  1577. vertical-align:top
  1578. }
  1579. .ap_classic{
  1580. border-top:1px solid #ccc;
  1581. border-left:1px solid #ccc;
  1582. border-bottom:1px solid #2F2F1D;
  1583. border-right:1px solid #2F2F1D;
  1584. background-color:#EFEDD4;
  1585. padding:3px
  1586. }
  1587. .ap_classic .ap_titlebar{
  1588. color:#86875D;
  1589. font-size:12px;
  1590. padding:0 0 3px 0;
  1591. line-height:1em
  1592. }
  1593. .ap_classic .ap_close{
  1594. float:right
  1595. }
  1596. .ap_classic .ap_content{
  1597. clear:both;
  1598. background-color:#fff;
  1599. border:1px solid #ACA976;
  1600. padding:8px;
  1601. font-size:11px
  1602. }
  1603. </style>
  1604. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/01Qew71Yx0L._RC|11eEUYY2YJL.css,01UqkjH7qOL.css,01NuAxux7eL.css,01bTUA+3s-L.css,019L5P4oPhL.css_.css?AUIClients/DetailPageMetaAssetFixed&w9HItqlK#desktop.au.564914-C.792614-C" />
  1605. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/11%2BBsbU2mSL._RC|21ac9LlTPiL.css_.css?AUIClients/AmazonUICalendar#not-trident" />
  1606. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/01FZqefKpEL.css?AUIClients/DetailPageEverywhereMetaAsset" />
  1607. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/01wwZTjeU%2BL.css?AUIClients/DetailPageOffersDebugAssets" />
  1608. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/11CKXHwFQgL.css?AUIClients/InContextDetailPageAssets" />
  1609. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/013Su4ILzBL._RC|010kW5Xhu3L.css_.css?AUIClients/DetailPageTwisterPlusSubAssets#desktop" />
  1610. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/016esLn3t8L._RC|111DfP5LzLL.css,11Q2UEVwwYL.css_.css?AUIClients/DetailPageDesktopImageBlockMetaAsset&XsCkSwQ+#1015328-T2.953587-T1" />
  1611. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/31TcFnRur-L._RC|01vuFvYd+pL.css_.css?AUIClients/AmazonDevicesDetailPageCriticalAssets" />
  1612. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/11cOIORLeLL._RC|01Z3lE5tzaL.css,01ng-wbWRnL.css,01+KRP2j52L.css,21rTDEf7o3L.css,41cT+9GPwmL.css,51e+lg8bllL.css,11bRdV2t20L.css,518KmQy9QVL.css,01f45Q7Pl8L.css,01KvCqKMBgL.css,11fgqh6KBgL.css,51l1evL20eL.css,21HpY-6TKaL.css,11-cL60xzwL.css,114HJAY+ShL.css,01sd0YVrBlL.css,01ctKio6TqL.css,21sMn3zVEmL.css,311nNbUtvUL.css,01wsp46SQTL.css,11kmwdXfY5L.css,011uHgmxBfL.css,21bT8BmCRSL.css,31EZ-WcK1PL.css,31Xq0DzIe3L.css,21UZhQX3Y2L.css,21wJ9sXr8kL.css,21RZgaOpsqL.css,01LNhrqAZmL.css,11mqgJVSK9L.css,01P0iSwDaIL.css,01Ie8mDBSFL.css,01pi1oDEPFL.css,21AcZ0BarRL.css,11tXw5UsxML.css,01jl+PNk5sL.css_.css?AUIClients/AmazonDevicesDetailPageNonCriticalAssets&5MHg2cFF#desktop.113788-C.1001679-T1.972326-T1.835930-T3.835929-T1.682739-T1.94145-T1" />
  1613. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/31fNEss5igL.css?AUIClients/DetailPageAllOffersDisplayAssets" />
  1614. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/41GR4r13VlL.css?AUIClients/DetailPageDesktopConfiguratorMetaAsset" />
  1615. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/31xio9NvR3L._RC|01r8lpNJhRL.css,012Fi5I-rKL.css_.css?AUIClients/DetailPageNewDesktopTwisterMetaAsset&kfeUK+HP#desktop.1042911-T1.976626-T1" />
  1616. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/01Io73Ll09L.css?AUIClients/DetailPagePostPurchaseAssets#desktop" />
  1617. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/01goIIPoVxL.css?AUIClients/DetailPageTurboCheckoutDesktopAssets#desktop" />
  1618. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/01EkAI936sL.css?AUIClients/DetailPageNostosAssets&tI8lBs8w#686022-C.638734-T3" />
  1619. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/41y1nCmf9WL.js?AUIClients/AmazonPopoversAUIShim#au" />
  1620. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/01I3s4SlPiL._RC|21Awk0AtTML.js,211sUPEIzRL.js,11-asXJWfkL.js,01s80TZosWL.js,015gdESSAtL.js,01GJONmvbXL.js,017VcaK0ACL.js,01Gujc1zuyL.js,617GSrKlU5L.js,01EfL1GvN7L.js,01hcvL3758L.js_.js?AUIClients/DetailPageMetaAssetFixed&iODFtMTi#desktop.au.819223-T2" />
  1621. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/31vB5DAPhsL.js?AUIClients/AmazonUICalendar" />
  1622. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/01rg6Ce9FhL._RC|21JPvQvwWNL.js_.js?AUIClients/DetailPageEverywhereMetaAsset#desktop" />
  1623. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/31FE2k3SYqL.js?AUIClients/DetailPageOffersDebugAssets" />
  1624. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/51S5AyTWYbL._RC|01gKh-6uxaL.js_.js?AUIClients/InContextDetailPageAssets" />
  1625. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/31236-TZUgL._RC|31CoszE6RRL.js,41878Hwie5L.js,41URVeWP1BL.js_.js?AUIClients/DetailPageTwisterPlusSubAssets&CqtHFltL#desktop.640514-T1" />
  1626. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/11e6YKvz8HL._RC|61dvI6FY6DL.js,51ZC-YOwyHL.js,11QPSzcZzFL.js,21Tlkr4uAnL.js,31e-8pJy4aL.js,01c9e82cOLL.js_.js?AUIClients/DetailPageDesktopImageBlockMetaAsset&xcZvtG8l#desktop.1015328-T2.974257-T1.987339-T1.1016016-T1.790980-C.1040299-T1.342971-T1.585425-T1" />
  1627. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/11a%2BlhxkUrL._RC|21kLNnswYkL.js,016QFWAAdML.js_.js?AUIClients/AmazonDevicesDetailPageCriticalAssets" />
  1628. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/41kJwg9GluL._RC|51YJTdNPKAL.js,01wFfxST+ZL.js,018-nGQj6aL.js,11uacn9D5ZL.js,41Debmz01QL.js,01lb9cuSpfL.js,216mhluQMRL.js,110SJ0xcEvL.js,51OPVIB+OEL.js,21KBCItCElL.js,21w+41KyyFL.js,31oAl8dJC2L.js,41TVCJWzmfL.js,41q36Jp+JRL.js,51Dk5hfW7hL.js,31Woe0xBtCL.js,31RdjkYMc0L.js,11PUEGgF9FL.js,01xGyUiM+9L.js,41uokUsXQdL.js,01TQyo0bnIL.js,21otRNR-CUL.js,61LeY14vUoL.js,21nBcYFuyhL.js,01GhKb2usNL.js,111zW1Nhl9L.js,013eoEBTVUL.js,41aT8jJQVvL.js,21F+2VGtGTL.js,014kCoIHgIL.js,31EFtqFUPbL.js,21YblE14ZTL.js,01+oIQ0jY7L.js,413fAUrzdFL.js,51L2MB-rgtL.js,31Jh0Dg4diL.js,51Cp9DuZSoL.js,31vI2qZfDdL.js,11LSI8IU0NL.js,11K5qCK19CL.js,61uALA3NV5L.js,01L9nn2zMmL.js,0126YIoj+oL.js,31YT4iYOlWL.js,21eqxbXzvyL.js,21kn81I80-L.js_.js?AUIClients/AmazonDevicesDetailPageNonCriticalAssets&lqtsBi8A#desktop.1005989-T1.1001679-T1.979843-C.1036961-T1.1035932-T1.1006812-T1.195406-T1.368370-C.972327-T1.679600-T2.304598-T1.682739-T1.551362-T1.551170-T2.819051-T1.762074-T1.1032661-T1" />
  1629. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/61Zv28mcCIL.js?AUIClients/DetailPageAllOffersDisplayAssets&P3Wo0o2z#language-en.403176-C" />
  1630. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/01YgpCubxaL.js?AUIClients/InstallmentPaymentDetailPageMetaAsset#desktop" />
  1631. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/51Fu2vYzlJL.js?AUIClients/DetailPageDesktopConfiguratorMetaAsset&hZIkuCrB#384314-T1" />
  1632. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/51AjX08cr2L._RC|31yP6n5A+XL.js,31gVA5+cVBL.js,712ce1xhKRL.js,31qx-Gr7LfL.js_.js?AUIClients/DetailPageNewDesktopTwisterMetaAsset&zVmUmgdR#desktop.742915-T1.1025165-T1.949872-T1.1080388-T1.976626-T1.354354-T1.384314-T1.565192-T1" />
  1633. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/313sHJh1gZL.js?AUIClients/DetailPagePostPurchaseAssets" />
  1634. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/01uyz9BO3mL._RC|01o4XBrre-L.js,010ghrVeGXL.js,01UGySNmsCL.js,010-kx8pFzL.js,01PG4SvsQ8L.js,01ikzOA7NuL.js,31pApnBGYrL.js,01j2lSa3E+L.js,01Vh-RQZAKL.js,61tO7g6w7GL.js,21Ct71OiKjL.js,21bGTSoJQRL.js_.js?AUIClients/DetailPageTurboCheckoutDesktopAssets&n2GxvjPH#desktop.680355-T1.628223-T1.1030915-T1.958666-T1.958825-T1.943986-T1.184219-T1.447372-T1" />
  1635. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/21%2B3NfuRrDL.js?AUIClients/DetailPageNostosAssets" />
  1636. <script type="6215e0a667005d92ad47e400-text/javascript">
  1637. (function (d, b, m) {
  1638. function c(a) { return "--private-amznjqshim-" + a } function e(a, l) { var b = c(l); d.now(b).execute(c(a + "-" + b) + "-" + f++, function (a) { void 0 === a && d.declare(b, !0) }) } function h(a) { e("markRequested", "functionality-requested:" + a) } function g(a) { e("completedStage", "stage-" + a) } b.goN2Debug || (b.goN2Debug = { info: function () { } }); "use strict"; var f = 0, k = b.amznJQ = new function () {
  1639. this.addLogical = this.addStyle = this.addStyles = this.PLNow = this.windowOnLoad = function () { }; this.declareAvailable = function (a) {
  1640. e("declaring",
  1641. a)
  1642. }; this.available = function (a, b) { a = c(a); h(a); d.when(a, c("jQuery")).execute(c("available-" + a) + "-" + f++, b) }; this.onReady = function (a, b) { a = c(a); h(a); d.when(a, "a-domready", c("jQuery")).execute(c("onReady-" + a) + "-" + f++, b) }; this.onCompletion = function (a, b) { var e = c("stage-" + a); d.when(e, c("jQuery")).execute(b) }; this.completedStage = function (a) { g(a) }; this.addPL = function (a) { d.when("a-preload").execute(c("Preloader") + "-" + f++, function (b) { b.preload(a) }) }; this.strings = {}; this.chars = {}
  1643. }; d.when("load").execute(c("fail-safe-stages"),
  1644. function () { g("amznJQ.theFold"); g("amznJQ.criticalFeature") }); d.when("jQuery").execute("define amznJQ jQuery", function (a) { b.jQuery || (b.jQuery = a); k.jQuery || (k.jQuery = a); e("declaring", "jQuery") })
  1645. })(window.P || window.AmazonUIPageJS, window, document);
  1646. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('atf').execute(function () {
  1647. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/41y1nCmf9WL.js?AUIClients/AmazonPopoversAUIShim#au');
  1648. });
  1649. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('dpJsAssetsLoadMarker').execute(function () {
  1650. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/01I3s4SlPiL._RC|21Awk0AtTML.js,211sUPEIzRL.js,11-asXJWfkL.js,01s80TZosWL.js,015gdESSAtL.js,01GJONmvbXL.js,017VcaK0ACL.js,01Gujc1zuyL.js,617GSrKlU5L.js,01EfL1GvN7L.js,01hcvL3758L.js_.js?AUIClients/DetailPageMetaAssetFixed&iODFtMTi#desktop.au.819223-T2');
  1651. });
  1652. (function (b) { var c = window.AmazonUIPageJS || window.P, d = c._namespace || c.attributeErrors, a = d ? d("DetailPageLatencyClientSideLibraries@dpJsAssetsLoadMarker", "DetailPageLatencyClientSideLibraries") : c; a.guardFatal ? a.guardFatal(b)(a, window) : a.execute(function () { b(a, window) }) })(function (b, c, d) { b.when("atf").execute(function () { b.now("dpJsAssetsLoadMarker").execute(function (a) { a || (b.declare("dpJsAssetsLoadMarker", {}), c.ue && ue.count && ue.count("DPJsLoadedAfterATFMarkedCount", 1)) }) }) });
  1653. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('injectCalendarOnDetailPage').execute(function () {
  1654. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/31vB5DAPhsL.js?AUIClients/AmazonUICalendar');
  1655. });
  1656. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('dpJsAssetsLoadMarker').execute(function () {
  1657. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/01rg6Ce9FhL._RC|21JPvQvwWNL.js_.js?AUIClients/DetailPageEverywhereMetaAsset#desktop');
  1658. });
  1659. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('useOffersDebugAssets').execute(function () {
  1660. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/31FE2k3SYqL.js?AUIClients/DetailPageOffersDebugAssets');
  1661. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51S5AyTWYbL._RC|01gKh-6uxaL.js_.js?AUIClients/InContextDetailPageAssets');
  1662. });
  1663. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('dpJsAssetsLoadMarker').execute(function () {
  1664. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/31236-TZUgL._RC|31CoszE6RRL.js,41878Hwie5L.js,41URVeWP1BL.js_.js?AUIClients/DetailPageTwisterPlusSubAssets&CqtHFltL#desktop.640514-T1');
  1665. });
  1666. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('sp.load.js').execute(function () {
  1667. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/11e6YKvz8HL._RC|61dvI6FY6DL.js,51ZC-YOwyHL.js,11QPSzcZzFL.js,21Tlkr4uAnL.js,31e-8pJy4aL.js,01c9e82cOLL.js_.js?AUIClients/DetailPageDesktopImageBlockMetaAsset&xcZvtG8l#desktop.1015328-T2.974257-T1.987339-T1.1016016-T1.790980-C.1040299-T1.342971-T1.585425-T1');
  1668. });
  1669. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('dpJsAssetsLoadMarker').execute(function () {
  1670. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/11a%2BlhxkUrL._RC|21kLNnswYkL.js,016QFWAAdML.js_.js?AUIClients/AmazonDevicesDetailPageCriticalAssets');
  1671. });
  1672. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('ready').execute(function () {
  1673. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/41kJwg9GluL._RC|51YJTdNPKAL.js,01wFfxST+ZL.js,018-nGQj6aL.js,11uacn9D5ZL.js,41Debmz01QL.js,01lb9cuSpfL.js,216mhluQMRL.js,110SJ0xcEvL.js,51OPVIB+OEL.js,21KBCItCElL.js,21w+41KyyFL.js,31oAl8dJC2L.js,41TVCJWzmfL.js,41q36Jp+JRL.js,51Dk5hfW7hL.js,31Woe0xBtCL.js,31RdjkYMc0L.js,11PUEGgF9FL.js,01xGyUiM+9L.js,41uokUsXQdL.js,01TQyo0bnIL.js,21otRNR-CUL.js,61LeY14vUoL.js,21nBcYFuyhL.js,01GhKb2usNL.js,111zW1Nhl9L.js,013eoEBTVUL.js,41aT8jJQVvL.js,21F+2VGtGTL.js,014kCoIHgIL.js,31EFtqFUPbL.js,21YblE14ZTL.js,01+oIQ0jY7L.js,413fAUrzdFL.js,51L2MB-rgtL.js,31Jh0Dg4diL.js,51Cp9DuZSoL.js,31vI2qZfDdL.js,11LSI8IU0NL.js,11K5qCK19CL.js,61uALA3NV5L.js,01L9nn2zMmL.js,0126YIoj+oL.js,31YT4iYOlWL.js,21eqxbXzvyL.js,21kn81I80-L.js_.js?AUIClients/AmazonDevicesDetailPageNonCriticalAssets&lqtsBi8A#desktop.1005989-T1.1001679-T1.979843-C.1036961-T1.1035932-T1.1006812-T1.195406-T1.368370-C.972327-T1.679600-T2.304598-T1.682739-T1.551362-T1.551170-T2.819051-T1.762074-T1.1032661-T1');
  1674. });
  1675. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('aodIngressClick').execute(function () {
  1676. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/61Zv28mcCIL.js?AUIClients/DetailPageAllOffersDisplayAssets&P3Wo0o2z#language-en.403176-C');
  1677. });
  1678. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('dpJsAssetsLoadMarker').execute(function () {
  1679. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/01YgpCubxaL.js?AUIClients/InstallmentPaymentDetailPageMetaAsset#desktop');
  1680. });
  1681. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('useDesktopTwisterMetaAsset').execute(function () {
  1682. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51Fu2vYzlJL.js?AUIClients/DetailPageDesktopConfiguratorMetaAsset&hZIkuCrB#384314-T1');
  1683. });
  1684. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('sp.load.js').execute(function () {
  1685. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51AjX08cr2L._RC|31yP6n5A+XL.js,31gVA5+cVBL.js,712ce1xhKRL.js,31qx-Gr7LfL.js_.js?AUIClients/DetailPageNewDesktopTwisterMetaAsset&zVmUmgdR#desktop.742915-T1.1025165-T1.949872-T1.1080388-T1.976626-T1.354354-T1.384314-T1.565192-T1');
  1686. });
  1687. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('dpJsAssetsLoadMarker').execute(function () {
  1688. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/313sHJh1gZL.js?AUIClients/DetailPagePostPurchaseAssets');
  1689. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/01uyz9BO3mL._RC|01o4XBrre-L.js,010ghrVeGXL.js,01UGySNmsCL.js,010-kx8pFzL.js,01PG4SvsQ8L.js,01ikzOA7NuL.js,31pApnBGYrL.js,01j2lSa3E+L.js,01Vh-RQZAKL.js,61tO7g6w7GL.js,21Ct71OiKjL.js,21bGTSoJQRL.js_.js?AUIClients/DetailPageTurboCheckoutDesktopAssets&n2GxvjPH#desktop.680355-T1.628223-T1.1030915-T1.958666-T1.958825-T1.943986-T1.184219-T1.447372-T1');
  1690. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21%2B3NfuRrDL.js?AUIClients/DetailPageNostosAssets');
  1691. });
  1692. </script>
  1693. <script type="6215e0a667005d92ad47e400-text/javascript">
  1694. var iUrl = "images/logo.png";
  1695. (function () { var i = new Image; i.src = iUrl; })();
  1696. </script>
  1697. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;metrics-schema&quot;}">{"widgetSchema":"dp:widget:","dimensionSchema":"dp:dims:"}</script>
  1698. <!DOCTYPE html>
  1699. <style type="text/css">
  1700. #cm_cr_dpwidget .a-size-micro{
  1701. font-size:9px;
  1702. }
  1703. #cm_cr_dpwidget .c7yTopDownDashedStrike{
  1704. border-top:1px dashed #A9A9A9;
  1705. border-bottom:1px dashed #A9A9A9;
  1706. }
  1707. #cm_cr_dpwidget .c7yBadgeAUI{
  1708. text-transform:uppercase;
  1709. letter-spacing:0.5px;
  1710. padding:2px;
  1711. white-space:nowrap;
  1712. }
  1713. </style>
  1714. <script language="Javascript1.1" type="6215e0a667005d92ad47e400-text/javascript">
  1715. <!--
  1716. function amz_js_PopWin(url,name,options){
  1717. var ContextWindow = window.open(url,name,options);
  1718. ContextWindow.focus();
  1719. return false;
  1720. }
  1721. //-->
  1722. </script>
  1723. <script type="6215e0a667005d92ad47e400-text/javascript">
  1724. // =============================================================================
  1725. // Function Class: Show/Hide product promotions & special offers link
  1726. // =============================================================================
  1727. function showElement(id) {
  1728. var elm = document.getElementById(id);
  1729. if (elm) {
  1730. elm.style.visibility = 'visible';
  1731. if (elm.getAttribute('name') == 'heroQuickPromoDiv') {
  1732. elm.style.display = 'block';
  1733. }
  1734. }
  1735. }
  1736. function hideElement(id) {
  1737. var elm = document.getElementById(id);
  1738. if (elm) {
  1739. elm.style.visibility = 'hidden';
  1740. if (elm.getAttribute('name') == 'heroQuickPromoDiv') {
  1741. elm.style.display = 'none';
  1742. }
  1743. }
  1744. }
  1745. function showHideElement(h_id, div_id) {
  1746. var hiddenTag = document.getElementById(h_id);
  1747. if (hiddenTag) {
  1748. showElement(div_id);
  1749. } else {
  1750. hideElement(div_id);
  1751. }
  1752. }
  1753. if (typeof P === 'object' && typeof P.when === 'function') {
  1754. P.register("isLazyLoadWeblabEnabled", function () {
  1755. var isWeblabEnabled = 1;
  1756. return isWeblabEnabled;
  1757. });
  1758. }
  1759. window.isBowserFeatureCleanup = 0;
  1760. var touchDeviceDetected = false;
  1761. P.register('sp.load.critical.js');
  1762. P.now('sp.load.js').execute(function (jsObj) {
  1763. if (!jsObj) {
  1764. P.declare('sp.load.js', {});
  1765. if (window.ue && ue.count) {
  1766. ue.count("jsLoadedAtStartMarkerCount", 1);
  1767. }
  1768. }
  1769. });
  1770. var CSMReqs = { af: { c: 2, p: 'atf' }, cf: { c: 2, p: 'cf' }, x1: { c: 1, p: 'x1' }, x2: { c: 1, p: 'x2' } };
  1771. var prioritizeCriticalModules = true;
  1772. function setCSMReq(a) {
  1773. a = a.toLowerCase();
  1774. var b = CSMReqs[a];
  1775. if (b && --b.c == 0) {
  1776. if (typeof uet == 'function') { uet(a); (a == 'af') && (typeof replaceImg === 'function') && replaceImg(); };
  1777. if (a == 'af' && prioritizeCriticalModules) {
  1778. var featureElements = document.getElementsByClassName('dp-cif');
  1779. if (featureElements.length) {
  1780. var priorityModuleList = ["A", "jQuery"];
  1781. var moduleMap = {
  1782. 'A': 1,
  1783. 'jQuery': 1
  1784. };
  1785. for (var i = 0; i < featureElements.length; i++) {
  1786. if (featureElements[i].dataset && featureElements[i].dataset.dpCriticalJsModules) {
  1787. var criticalJsModules = JSON.parse(featureElements[i].dataset.dpCriticalJsModules);
  1788. if (criticalJsModules) {
  1789. criticalJsModules.forEach(function (criticalJsModule, index) {
  1790. if (!moduleMap[criticalJsModule]) {
  1791. moduleMap[criticalJsModule] = 1;
  1792. priorityModuleList.push(criticalJsModule);
  1793. }
  1794. });
  1795. }
  1796. } else if (typeof featureElements[i].dataset === 'undefined') {
  1797. var criticalJsModules = JSON.parse(featureElements[i].getAttribute('data-dp-critical-js-modules'));
  1798. if (criticalJsModules) {
  1799. criticalJsModules.forEach(function (criticalJsModule, index) {
  1800. if (!moduleMap[criticalJsModule]) {
  1801. moduleMap[criticalJsModule] = 1;
  1802. priorityModuleList.push(criticalJsModule);
  1803. }
  1804. });
  1805. }
  1806. }
  1807. }
  1808. if (P && P.setPriority && typeof P.setPriority === 'function') {
  1809. prioritizeCriticalModules = false;
  1810. P.setPriority(priorityModuleList);
  1811. }
  1812. }
  1813. }
  1814. if (typeof P != 'undefined') {
  1815. P.register(b.p);
  1816. if (a == 'af') {
  1817. if (typeof uet === 'function') {
  1818. uet('bb', 'TwisterAUIWait', { wb: 1 });
  1819. }
  1820. }
  1821. };
  1822. }
  1823. }
  1824. if (typeof P != 'undefined') {
  1825. P.when('A').execute(function (A) {
  1826. if (typeof uet === 'function') {
  1827. uet('af', 'TwisterAUIWait', { wb: 1 });
  1828. }
  1829. });
  1830. }
  1831. var addlongPoleTag = function (marker, customtag) {
  1832. marker = marker.toLowerCase();
  1833. var b = CSMReqs[marker];
  1834. if (b.c == 0) {
  1835. if (window.ue && typeof ue.tag === 'function') {
  1836. ue.tag(customtag);
  1837. }
  1838. }
  1839. };
  1840. var gbEnableTwisterJS = 0;
  1841. var isTwisterPage = 0;
  1842. isTwisterPage = 1;
  1843. </script>
  1844. <link rel="stylesheet"
  1845. href="https://m.media-amazon.com/images/I/61kg-9sJ24L.css?AUIClients/AmazonDevicesDetailPageLegacyAssets" />
  1846. <style type="text/css">
  1847. /* Override for Native DropDown changes */
  1848. #twister .a-native-dropdown{
  1849. display:inline;
  1850. opacity:1;
  1851. filter:alpha(opacity=100);
  1852. z-index:auto;
  1853. position:static;
  1854. }
  1855. #twister .a-dropdown-container span.a-button-dropdown{
  1856. display:none !important
  1857. }
  1858. #buybox_feature_div #OneClickBox,
  1859. #buybox #OneClickBox{
  1860. text-align:center;
  1861. }
  1862. #buybox_feature_div #oneClickAvailable,
  1863. #buybox #oneClickAvailable{
  1864. text-align:center;
  1865. }
  1866. #defaultChildDropdown_feature_div .a-native-dropdown{
  1867. display:inline;
  1868. }
  1869. #defaultChildDropdown_feature_div .a-dropdown-container .a-button-dropdown{
  1870. display:none !important;
  1871. }
  1872. </style>
  1873. <script type="6215e0a667005d92ad47e400-text/javascript">
  1874. P.when("p-detect").execute(function () {
  1875. var h = document.documentElement;
  1876. h.className = h.className.replace(/(^|\b)a-touch(\b|$)/g, "");
  1877. });
  1878. window.weblabs = {};
  1879. </script>
  1880. <style type="text/css">
  1881. #cm_cr_dpwidget .a-size-micro{
  1882. font-size:9px;
  1883. }
  1884. #cm_cr_dpwidget .c7yTopDownDashedStrike{
  1885. border-top:1px dashed #A9A9A9;
  1886. border-bottom:1px dashed #A9A9A9;
  1887. }
  1888. #cm_cr_dpwidget .c7yBadgeAUI{
  1889. text-transform:uppercase;
  1890. letter-spacing:0.5px;
  1891. padding:2px;
  1892. white-space:nowrap;
  1893. }
  1894. </style>
  1895. <style type="text/css">
  1896. .tagEdit{
  1897. padding-bottom:4px;
  1898. padding-top:4px;
  1899. }
  1900. .edit-tag{
  1901. width:155px;
  1902. margin-left:10px;
  1903. }
  1904. .list-tags{
  1905. white-space:nowrap;
  1906. padding:1px 0px 0px 0px;
  1907. }
  1908. #suggest-table{
  1909. display:none;
  1910. position:absolute;
  1911. z-index:2;
  1912. background-color:#fff;
  1913. border:1px solid #9ac;
  1914. }
  1915. #suggest-table tr td{
  1916. color:#333;
  1917. font:11px Verdana, sans-serif;
  1918. padding:2px;
  1919. }
  1920. #suggest-table tr.hovered{
  1921. color:#efedd4;
  1922. background-color:#9ac;
  1923. }
  1924. .see-popular{
  1925. padding:1.3em 0 0 0;
  1926. }
  1927. .tag-cols{
  1928. border-collapse:collapse;
  1929. }
  1930. .tag-cols td{
  1931. vertical-align:top;
  1932. width:250px;
  1933. padding-right:30px;
  1934. }
  1935. .tag-cols .tag-row{
  1936. padding:0 0 7px 0px;
  1937. }
  1938. .tag-cols .see-all{
  1939. white-space:nowrap;
  1940. padding-top:5px;
  1941. }
  1942. .tags-piles-feedback{
  1943. display:none;
  1944. color:#000;
  1945. font-size:0.9em;
  1946. font-weight:bold;
  1947. margin:0px 0 0 0;
  1948. }
  1949. .tag-cols i{
  1950. display:none;
  1951. cursor:pointer;
  1952. cursor:hand;
  1953. float:left;
  1954. font-style:normal;
  1955. font-size:0px;
  1956. vertical-align:bottom;
  1957. width:16px;
  1958. height:16px;
  1959. margin-top:1px;
  1960. margin-right:3px;
  1961. }
  1962. .tag-cols .snake{
  1963. display:block;
  1964. background:url('https://m.media-amazon.com/images/G/35/x-locale/communities/tags/graysnake.jpg');
  1965. }
  1966. #tagContentHolder .tip{
  1967. display:none;
  1968. color:#999;
  1969. font-size:10px;
  1970. padding-top:0.25em;
  1971. }
  1972. #tagContentHolder .tip a{
  1973. color:#999 !important;
  1974. text-decoration:none !important;
  1975. border-bottom:solid 1px #CCC;
  1976. }
  1977. .nowrap{
  1978. white-space:nowrap;
  1979. }
  1980. #tgEnableVoting{
  1981. display:none;
  1982. }
  1983. #tagContentHolder .count{
  1984. color:#666;
  1985. font-size:10px;
  1986. margin-left:3px;
  1987. white-space:nowrap;
  1988. }
  1989. .count.tgVoting{
  1990. cursor:pointer;
  1991. }
  1992. .tgVoting .tgCounter{
  1993. margin-right:3px;
  1994. border-bottom:1px dashed #003399;
  1995. color:#003399;
  1996. }
  1997. .c2c-inline-sprite{
  1998. display:-moz-inline-box;
  1999. display:inline-block;
  2000. margin:0;
  2001. padding:0;
  2002. position:relative;
  2003. overflow:hidden;
  2004. vertical-align:middle;
  2005. background-image:url(https://m.media-amazon.com/images/G/35/electronics/click2call/click2call-sprite.png);
  2006. background-repeat:no-repeat;
  2007. }
  2008. .c2c-inline-sprite span{
  2009. position:absolute;
  2010. top:-9999px;
  2011. }
  2012. .dp-call-me-button{
  2013. width:52px;
  2014. height:22px;
  2015. background-position:0px -57px;
  2016. }
  2017. /* Different sprites/images used CSS Start */
  2018. .swSprite{
  2019. background-image:url(https://m.media-amazon.com/images/G/35/common/sprites/sprite-site-wide._CB485920435_.png);
  2020. }
  2021. .dpSprite{
  2022. background-image:url(https://m.media-amazon.com/images/G/35/common/sprites/sprite-dp-2._CB485926159_.png);
  2023. }
  2024. .wl-button-sprite{
  2025. background-image:url(https://m.media-amazon.com/images/G/35/x-locale/communities/wishlist/add-to-wl-button-sprite.gif);
  2026. }
  2027. .cBoxTL,
  2028. .cBoxTR,
  2029. .cBoxBL,
  2030. .cBoxBR{
  2031. background-image:url(https://m.media-amazon.com/images/G/35/common/sprites/sprite-site-wide-2._CB461624638_.png);
  2032. }
  2033. .auiTestSprite{
  2034. background:url(https://m.media-amazon.com/images/G/35/nav2/images/sprite-carousel-btns-stars2.png) no-repeat scroll 0 0 transparent;
  2035. }
  2036. span.amtchelp{
  2037. background:url(https://m.media-amazon.com/images/G/35/SellerForums/amz/images/help-16x16.gif) no-repeat scroll right bottom transparent;
  2038. }
  2039. .shuttleGradient{
  2040. background:url(https://m.media-amazon.com/images/G/35/x-locale/communities/customerimage/shuttle-gradient._CB485934813_.gif);
  2041. }
  2042. .twisterPopoverArrow{
  2043. background:url(https://m.media-amazon.com/images/G/35/gateway/csw/tri-down._CB485946745_.png);
  2044. }
  2045. #finderUpdateButton img,
  2046. #finderShowMoreDevicesLink,
  2047. #finderHideMoreDevicesLink{
  2048. background-image:url(https://m.media-amazon.com/images/G/35/nav2/finders/finder-fits-sprites.gif);
  2049. }
  2050. .cmtySprite{
  2051. background-image:url(https://m.media-amazon.com/images/G/35/common/sprites/sprite-communities._CB485971392_.png);
  2052. background-repeat:no-repeat;
  2053. }
  2054. /* Different sprites/images used CSS End */
  2055. /* Best Seller Badging */
  2056. .medSprite{
  2057. background-image:url('https://m.media-amazon.com/images/G/35/common/sprites/sprite-media-platform._CB485924695_.png');
  2058. background-repeat:no-repeat;
  2059. }
  2060. </style>
  2061. <div id='dp' class='amazon_home en_AU'>
  2062. <script type="6215e0a667005d92ad47e400-text/javascript">
  2063. if (typeof P !== "undefined" && typeof P.when === "function") {
  2064. P.when('cf').execute(function () {
  2065. P.when('navbarJS-jQuery').execute(function () { });
  2066. P.when('finderFitsJS').execute(function () { });
  2067. P.when('twister').execute(function () { });
  2068. P.when('swfjs').execute(function () { });
  2069. });
  2070. }
  2071. </script>
  2072. <div id="devices-subnav_div">
  2073. </div>
  2074. <div class="site-stripe-margin-control">
  2075. <div id="center-1_div"></div>
  2076. <div id="center-2_div"></div>
  2077. <div id="center-3_div"></div>
  2078. <div id="dpx-content-grid-top_div"></div>
  2079. <div id="atf-content-1_div"></div>
  2080. <div id="atf-content-1-m_div"></div>
  2081. <div id="atf-content-2_div"></div>
  2082. <div id="atf-content-2-m_div"></div>
  2083. <div id="atf-content-3_div"></div>
  2084. <div id="atf-content-3-m_div"></div>
  2085. <div id="atf-content-4_div"></div>
  2086. <div id="atf-content-4-m_div"></div>
  2087. <div id="atf-content-5_div"></div>
  2088. <div id="atf-content-5-m_div"></div>
  2089. </div>
  2090. <div id="rw-preload-landing-image_div"></div>
  2091. <script type="6215e0a667005d92ad47e400-text/javascript">
  2092. (typeof setCSMReq === 'function') && setCSMReq("x1");
  2093. if (typeof uet === 'function') { uet('bb', 'udpV3atfwait', { wb: 1 }); };
  2094. if (typeof uet === 'function') { uet('be', 'atfClientSideWaitTimeDesktop', { wb: 1 }); };
  2095. </script>
  2096. <div id="dp-container" class="a-container" role="main">
  2097. <script type="6215e0a667005d92ad47e400-text/javascript">
  2098. if (typeof uet === 'function') { uet('af', 'atfClientSideWaitTimeDesktop', { wb: 1 }); };
  2099. </script>
  2100. <script type="a-state"
  2101. data-a-state="{&quot;key&quot;:&quot;desktop-landing-image-data&quot;}">{"landingImageUrl":"https://m.media-amazon.com/images/I/51FLBrJ%2BVcL.__AC_SX300_SY300_QL70_ML2_.jpg"}</script>
  2102. <script type="6215e0a667005d92ad47e400-text/javascript">    if (typeof uet === 'function') { uet('be', 'udpV3atfwait', { wb: 1 }); };
  2103. if (typeof uex === 'function') { uex('ld', 'udpV3atfwait', { wb: 1 }); };
  2104. </script>
  2105. <style type="text/css">
  2106. #leftCol{
  2107. width:50.0%;
  2108. }
  2109. #gridgetWrapper{
  2110. overflow:hidden;
  2111. }
  2112. .centerColAlign{
  2113. margin-left:51.5%;
  2114. }
  2115. html[dir="rtl"] .centerColAlign{
  2116. margin-right:51.5%;
  2117. }
  2118. </style>
  2119. <div id="devices-subnav-atf_feature_div" class="celwidget" data-feature-name="devices-subnav-atf" data-csa-c-type="widget" data-csa-c-content-id="devices-subnav-atf" data-csa-c-slot-id="devices-subnav-atf_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  2120. <!-- marsRemoteWidget -->
  2121. <div id="subnav-widget-v1.0">
  2122. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/21bq2kGR4iL.css?AUIClients/MarsFamilyStripeWidgetAssets" />
  2123. <script type="6215e0a667005d92ad47e400-text/javascript">
  2124. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/41rDBJxrHUL._RC|31ircB0OMjL.js_.js?AUIClients/MarsFamilyStripeWidgetAssets');
  2125. </script>
  2126. <script type="6215e0a667005d92ad47e400-text/javascript">
  2127. (function () {
  2128. var performance = window.performance;
  2129. var isApiSupported = performance && performance.mark && performance.measure && performance.getEntriesByName;
  2130. if (isApiSupported) {
  2131. performance.mark('subnav-widget:1.0' + ':bb');
  2132. } else if (window.ue) {
  2133. window.ue.count('mars:missing-performance-api', 1);
  2134. }
  2135. })();
  2136. </script>
  2137. <style type="text/css">
  2138. /* Suppress the Gurupa subnav if we're rendering this one. */
  2139. #nav-subnav {
  2140. display: none ! important;
  2141. }
  2142. </style>
  2143. <nav id="mars-fs-wrapper" aria-labelledby="mars-fs-name">
  2144. <div id="mars-fs-subnav" class="a-row">
  2145. <div id="mars-fs-subnav-helper">
  2146. <div id="mars-fs-border-top"></div>
  2147. <span class="subnav-home">
  2148. <a class="a-link-normal fs-links" href="https://mygbcc.com/">
  2149. <span id="mars-fs-name" class="a-size-base-plus a-color-base a-text-bold">
  2150. Daftar Slot Deposit 5000 Resmi
  2151. </span>
  2152. </a>
  2153. </span>
  2154. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{}">
  2155. <span class="subnav-link-wrapper">
  2156. <a id="Deals" class="a-link-normal links fs-links subnav-links"
  2157. href="https://mygbcc.com/">
  2158. <span class="a-size-base-plus a-color-base">
  2159. Login Deposit Slot 5000 Gacor
  2160. </span>
  2161. </a>
  2162. </span>
  2163. </span>
  2164. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{}">
  2165. <span class="subnav-link-wrapper">
  2166. <a id="Deals" class="a-link-normal links fs-links subnav-links"
  2167. href="https://mygbcc.com/">
  2168. <span class="a-size-base-plus a-color-base">
  2169. Link Alternatif Slot 5000 Resmi
  2170. </span>
  2171. </a>
  2172. </span>
  2173. </span>
  2174. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{}">
  2175. <span class="subnav-link-wrapper">
  2176. <a id="Deals" class="a-link-normal links fs-links subnav-links"
  2177. href="https://mygbcc.com/">
  2178. <span class="a-size-base-plus a-color-base">
  2179. Slot 5000 Terpercaya
  2180. </span>
  2181. </a>
  2182. </span>
  2183. </span>
  2184. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{}">
  2185. <span class="subnav-link-wrapper">
  2186. <a id="Deals" class="a-link-normal links fs-links subnav-links"
  2187. href="https://mygbcc.com/">
  2188. <span class="a-size-base-plus a-color-base">
  2189. Slot Gacor Deposit 5000 Gampang Menang
  2190. </span>
  2191. </a>
  2192. </span>
  2193. </span>
  2194. </div>
  2195. </div>
  2196. </nav>
  2197. <script type="6215e0a667005d92ad47e400-text/javascript">(function (f) { var _np = (window.P._namespace("MarsFamilyStripe")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  2198. P.when("MarsFamilyStripe.Mover").execute(function (Mover) {
  2199. Mover.moveFamilyStripeToBeforeDpContainer();
  2200. });
  2201. }));</script>
  2202. <script type="6215e0a667005d92ad47e400-text/javascript">
  2203. (function () {
  2204. var performance = window.performance;
  2205. var isApiSupported = performance && performance.mark && performance.measure && performance.getEntriesByName;
  2206. if (!isApiSupported) {
  2207. return;
  2208. }
  2209. var key = 'subnav-widget:1.0'
  2210. performance.mark(key + ':be');
  2211. var entry = key + ':clientBodyBeginToEnd';
  2212. performance.measure(entry, key + ':bb', key + ':be');
  2213. var entries = performance.getEntriesByName(entry);
  2214. if (entries.length === 0) {
  2215. return;
  2216. }
  2217. entries = entries.splice(entries.length - 1, 1);
  2218. var duration = entries[0].duration;
  2219. if (window.ue) {
  2220. window.ue.count(entry, duration);
  2221. }
  2222. })();
  2223. </script>
  2224. </div>
  2225. </div>
  2226. <div id="makoEmergencyFixAtf_feature_div" class="celwidget" data-feature-name="makoEmergencyFixAtf" data-csa-c-type="widget" data-csa-c-content-id="makoEmergencyFixAtf" data-csa-c-slot-id="makoEmergencyFixAtf_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2227. <div id="makoInviteSuppression_feature_div" class="celwidget" data-feature-name="makoInviteSuppression" data-csa-c-type="widget" data-csa-c-content-id="makoInviteSuppression" data-csa-c-slot-id="makoInviteSuppression_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2228. <div id="detailILM_feature_div" class="celwidget" data-feature-name="detailILM" data-csa-c-type="widget" data-csa-c-content-id="detailILM" data-csa-c-slot-id="detailILM_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2229. <div id="atfTop1_feature_div" class="celwidget" data-feature-name="atfTop1" data-csa-c-type="widget" data-csa-c-content-id="atfTop1" data-csa-c-slot-id="atfTop1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2230. <div id="atfTop2_feature_div" class="celwidget" data-feature-name="atfTop2" data-csa-c-type="widget" data-csa-c-content-id="atfTop2" data-csa-c-slot-id="atfTop2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2231. <div id="orderInformationGroup" class="celwidget" data-feature-name="orderInformationGroup" data-csa-c-type="widget" data-csa-c-content-id="orderInformationGroup" data-csa-c-slot-id="orderInformationGroup" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  2232. <script type="6215e0a667005d92ad47e400-text/javascript"> ue && typeof ue.count === 'function' && ue.count("OIG.csm.common.rendered", 1); </script>
  2233. </div>
  2234. <div id="ppiJumpLinksAtf_feature_div" class="celwidget" data-feature-name="ppiJumpLinksAtf" data-csa-c-type="widget" data-csa-c-content-id="ppiJumpLinksAtf" data-csa-c-slot-id="ppiJumpLinksAtf_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2235. <div id="atfTop3_feature_div" class="celwidget" data-feature-name="atfTop3" data-csa-c-type="widget" data-csa-c-content-id="atfTop3" data-csa-c-slot-id="atfTop3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2236. <div id="atfTop4_feature_div" class="celwidget" data-feature-name="atfTop4" data-csa-c-type="widget" data-csa-c-content-id="atfTop4" data-csa-c-slot-id="atfTop4_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2237. <div id="companyCompliancePolicies_feature_div" class="celwidget" data-feature-name="companyCompliancePolicies" data-csa-c-type="widget" data-csa-c-content-id="companyCompliancePolicies" data-csa-c-slot-id="companyCompliancePolicies_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2238. <div id="ppd">
  2239. <div id="rightCol" class="rightCol">
  2240. <div id="atfRight1_feature_div" class="celwidget" data-feature-name="atfRight1" data-csa-c-type="widget" data-csa-c-content-id="atfRight1" data-csa-c-slot-id="atfRight1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2241. <div id="atfRight2_feature_div" class="celwidget" data-feature-name="atfRight2" data-csa-c-type="widget" data-csa-c-content-id="atfRight2" data-csa-c-slot-id="atfRight2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  2242. <div id="tellAFriendBox_feature_div" class="celwidget" data-feature-name="tellAFriendBox" data-csa-c-type="widget" data-csa-c-content-id="tellAFriendBox" data-csa-c-slot-id="tellAFriendBox_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  2243. <span class="a-declarative" data-action="ssf-share-icon" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-ssf-share-icon" data-ssf-share-icon="{&quot;treatment&quot;:&quot;C&quot;,&quot;image&quot;:&quot;https://m.media-amazon.com/images/I/31DQNq2hBhL.jpg&quot;,&quot;eventPreviewTreatment&quot;:&quot;C&quot;,&quot;shareDataAttributes&quot;:{&quot;marketplaceId&quot;:&quot;A39IBJ37TRP1C6&quot;,&quot;isInternal&quot;:false,&quot;ingress&quot;:&quot;DetailPage&quot;,&quot;isRobot&quot;:false,&quot;requestId&quot;:&quot;90G9DFKSFRKCQZ4KHD88&quot;,&quot;customerId&quot;:&quot;&quot;,&quot;asin&quot;:&quot;B0DG4WZZPV&quot;,&quot;userAgent&quot;:&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36&quot;,&quot;platform&quot;:&quot;DESKTOP&quot;},&quot;deeplinkInfo&quot;:{&quot;flag&quot;:0,&quot;isDisabled&quot;:false},&quot;isOGTEnabled&quot;:false,&quot;aapiBaseUrl&quot;:&quot;data.amazon.com.au&quot;,&quot;title&quot;:&quot;PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi&quot;,&quot;refererURL&quot;:&quot;&quot;,&quot;storeId&quot;:&quot;&quot;,&quot;emailSubject&quot;:&quot;Check this out at Amazon&quot;,&quot;isIncrementCountEnabled&quot;:false,&quot;url&quot;:&quot;https://www.amazon.com.au/dp/B0DG4WZZPV&quot;,&quot;dealsPreviewEnabled&quot;:false,&quot;skipTwisterAPI&quot;:&quot;C&quot;,&quot;isUnrecognizedUsersRichPreviewEnabled&quot;:true,&quot;t&quot;:{&quot;taf_twitter_name&quot;:&quot;Twitter&quot;,&quot;taf_copy_url_changeover&quot;:&quot;Link copied!&quot;,&quot;taf_pinterest_name&quot;:&quot;Pinterest&quot;,&quot;taf_share_bottom_sheet_title&quot;:&quot;Share this product with friends&quot;,&quot;taf_copy_tooltip&quot;:&quot;Copy Link&quot;,&quot;taf_email_tooltip&quot;:&quot;Share via e-mail&quot;,&quot;taf_copy_name&quot;:&quot;Copy Link&quot;,&quot;taf_email_name&quot;:&quot;Email&quot;,&quot;taf_facebook_name&quot;:&quot;Facebook&quot;,&quot;taf_twitter_tooltip&quot;:&quot;Share on Twitter&quot;,&quot;taf_facebook_tooltip&quot;:&quot;Share on Facebook&quot;,&quot;taf_pinterest_tooltip&quot;:&quot;Pin it on Pinterest&quot;},&quot;isBestFormatEnabled&quot;:false,&quot;weblab&quot;:&quot;SHARE_ICON_EXPERIMENT_DESKTOP_671038&quot;,&quot;mailToUri&quot;:&quot;mailto:?body=I%20would%20like%20to%20recommend%20this%20product%20at%20Amazon%0A%0AAmazon%20eero%206%2B%20dual-band%20mesh%20Wi-Fi%206%20router%20%2B%202%20Echo%20Dot%20(5th%20Gen)%20Charcoal%0AMore%20information%3A%20https%3A%2F%2Fwww.amazon.com.au%2Fdp%2FB0DG4WZZPV%2Fref%3Dcm_sw_em_r_mt_dp_90G9DFKSFRKCQZ4KHD88&amp;subject=Check%20this%20out%20at%20Amazon&quot;,&quot;refId&quot;:&quot;dp&quot;,&quot;isIpadFixesEnabled&quot;:false,&quot;shareAapiCsrfToken&quot;:&quot;1@gxppFc1H0NHB5Np6blTOnuGM8kewa8oUJ8p0zlVN6uE9AAAAAQAAAABnKu6wcmF3AAAAABVX8CwXqz42z+J7i/ABqA==@NLD_B6R8RN&quot;,&quot;tinyUrlEnabled&quot;:true}" id="ssf-primary-widget-desktop">
  2244. <div class="ssf-background ssf-bg-count" role="button">
  2245. <a href="javascript:void(0)" class="ssf-share-trigger" title="Share" role="button" aria-label="Share" aria-haspopup="true" data-share='{"background":true}'></a>
  2246. </div>
  2247. </span>
  2248. <script type="6215e0a667005d92ad47e400-text/javascript">(function (f) { var _np = (window.P._namespace("DetailPageTellAFriendTemplates")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  2249. P.when('jQuery', 'SocialShareWidgetAUI').execute('tellAFriendBox', function ($) {
  2250. var OLD_WIDGET = $("[id$='mageBlock_feature_div']").find("[data-action='ssf-share-icon']");
  2251. var AUDIBLE_TITLE = $('#audibleproducttitle_feature_div');
  2252. if (OLD_WIDGET.length) { OLD_WIDGET.remove() }
  2253. var LEFT_COL = $("#ppd #leftCol");
  2254. var IMAGEBLOCK = $("[id$='mageBlock_feature_div']");
  2255. var SHARE_WIDGET = $('#ssf-primary-widget-desktop');
  2256. if (LEFT_COL.css('position') !== "sticky") {
  2257. IMAGEBLOCK.css('position', 'relative');
  2258. }
  2259. if (AUDIBLE_TITLE.length) {
  2260. AUDIBLE_TITLE.prepend(SHARE_WIDGET);
  2261. } else {
  2262. IMAGEBLOCK.prepend(SHARE_WIDGET);
  2263. }
  2264. P.when('SocialShareWidgetAUI').execute(function (SocialShareWidget) {
  2265. SocialShareWidget.init();
  2266. if (AUDIBLE_TITLE.length) {
  2267. SHARE_WIDGET.find('.ssf-background').toggleClass('ssf-background ssf-background-float');
  2268. SHARE_WIDGET.find('.ssf-share-btn').toggleClass('ssf-share-btn ssf-share-btn-float');
  2269. }
  2270. });
  2271. });
  2272. }));
  2273. </script>
  2274. </div>
  2275. <div id="desktop_buybox" class="celwidget" data-feature-name="desktop_buybox" data-csa-c-type="widget" data-csa-c-content-id="desktop_buybox" data-csa-c-slot-id="desktop_buybox" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  2276. <div id="buybox">
  2277. <div data-csa-c-type="element" data-csa-c-slot-id="offer_display_content" data-csa-c-content-id="desktop_buybox_group_1">
  2278. <div id="unqualifiedBuyBox_feature_div" class="celwidget" data-feature-name="unqualifiedBuyBox" data-csa-c-type="widget" data-csa-c-content-id="unqualifiedBuyBox" data-csa-c-slot-id="unqualifiedBuyBox_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  2279. <div class="a-section">
  2280. <form method="post" id="addToCart" action="/gp/product/handle-buy-box/ref=dp_start-bbf_1_glance" class="a-content" autocomplete="off">
  2281. <!-- sp:csrf -->
  2282. <input type="hidden" name="anti-csrftoken-a2z" value="hN7aPtD6WkVjvc/s5g/AYaP27XynmcMBtdvMa8KAIa3YAAAAAGcq7rBmNzUzNzEwZS05MWMyLTQyNmQtYmI0OS1lYTZjOWQ2NTVlN2M=" id="desktop-atc-anti-csrf-token">
  2283. <!-- sp:end-csrf -->
  2284. <input type="hidden" id="offerListingID" name="offerListingID" value="">
  2285. <input type="hidden" id="session-id" name="session-id" value="356-1077062-4831846">
  2286. <input type="hidden" id="ASIN" name="ASIN" value="B0DG4WZZPV">
  2287. <input type="hidden" id="isMerchantExclusive" name="isMerchantExclusive" value="0">
  2288. <input type="hidden" id="merchantID" name="merchantID" value="">
  2289. <input type="hidden" id="isAddon" name="isAddon" value="0">
  2290. <input type="hidden" id="nodeID" name="nodeID" value="">
  2291. <input type="hidden" id="sellingCustomerID" name="sellingCustomerID" value="">
  2292. <input type="hidden" id="qid" name="qid" value="">
  2293. <input type="hidden" id="sr" name="sr" value="">
  2294. <input type="hidden" id="storeID" name="storeID" value="">
  2295. <input type="hidden" id="tagActionCode" name="tagActionCode" value="">
  2296. <input type="hidden" id="viewID" name="viewID" value="glance">
  2297. <input type="hidden" id="rebateId" name="rebateId" value="">
  2298. <input type="hidden" id="ctaDeviceType" name="ctaDeviceType" value="desktop">
  2299. <input type="hidden" id="ctaPageType" name="ctaPageType" value="detail">
  2300. <input type="hidden" id="usePrimeHandler" name="usePrimeHandler" value="0">
  2301. <input type="hidden" id="smokeTestEnabled" name="smokeTestEnabled" value="true">
  2302. <input type="hidden" id="rsid" name="rsid" value="356-1077062-4831846">
  2303. <input type="hidden" id="sourceCustomerOrgListID" name="sourceCustomerOrgListID" value="">
  2304. <input type="hidden" id="sourceCustomerOrgListItemID" name="sourceCustomerOrgListItemID" value="">
  2305. <input type="hidden" name="wlPopCommand" value="">
  2306. <div id="unqualifiedBuyBox" class="a-box">
  2307. <div class="a-box-inner">
  2308. <div id="all-offers-display" class="a-section">
  2309. <div id="all-offers-display-spinner" class="a-spinner-wrapper aok-hidden">
  2310. <span class="a-spinner a-spinner-medium"></span>
  2311. </div>
  2312. <form method="get" action="" autocomplete="off" class="aok-hidden all-offers-display-params">
  2313. <input type="hidden" name="" value="true" id="all-offers-display-reload-param" />
  2314. <input type="hidden" name="" id="all-offers-display-params" data-asin="B0DG4WZZPV" data-m="" data-qid="" data-smid="" data-sourcecustomerorglistid="" data-sourcecustomerorglistitemid="" data-sr="" />
  2315. </form>
  2316. </div>
  2317. <span class="a-declarative" data-action="close-all-offers-display" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-close-all-offers-display" data-close-all-offers-display="{}">
  2318. <div id="aod-background" class="a-section aok-hidden aod-darken-background"></div>
  2319. </span>
  2320. <script type="6215e0a667005d92ad47e400-application/javascript">
  2321. P.when("A", "load").execute("aod-assets-loaded", function (A) {
  2322. function logAssetsNotLoaded() {
  2323. if (window.ueLogError) {
  2324. var customError = { message: 'Failed to load AOD assets for WDG: amazon_home_display_on_website, Device: web' };
  2325. var additionalInfo = {
  2326. logLevel: 'ERROR',
  2327. attribution: 'aod_assets_not_loaded'
  2328. };
  2329. ueLogError(customError, additionalInfo);
  2330. }
  2331. if (window.ue && window.ue.count) {
  2332. window.ue.count("aod-assets-not-loaded", 1);
  2333. }
  2334. }
  2335. function verifyAssetsLoaded() {
  2336. var assetsLoadedPageState = A.state('aod:assetsLoaded');
  2337. var logAssetsNotLoadedState = A.state('aod:logAssetsNotLoaded');
  2338. if ((assetsLoadedPageState == null || !assetsLoadedPageState.isAodAssetsLoaded)
  2339. && (logAssetsNotLoadedState == null || !logAssetsNotLoadedState.isAodAssetsNotLoadedLogged)) {
  2340. A.state('aod:logAssetsNotLoaded', { isAodAssetsNotLoadedLogged: true });
  2341. logAssetsNotLoaded();
  2342. }
  2343. }
  2344. setTimeout(verifyAssetsLoaded, 50000)
  2345. });
  2346. </script>
  2347. <span class="a-declarative" data-action="dpContextualIngressPt" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-dpContextualIngressPt" data-dpContextualIngressPt="{}">
  2348. <a aria-label="" class="a-link-normal" href="#" role="link">
  2349. <div aria-hidden="false" class="a-row a-spacing-small">
  2350. <div class="a-column a-span12 a-text-left">
  2351. <div id="contextualIngressPt">
  2352. <div id="contextualIngressPtPin"></div>
  2353. <span id="contextualIngressPtLabel" class="cip-a-size-small">
  2354. <div id="contextualIngressPtLabel_deliveryShortLine">
  2355. <a href="https://mygbcc.com/">
  2356. <span>Link Resmi Bocoran RTP Slot Deposit 5000 Terbaru</span>
  2357. </a>
  2358. </div>
  2359. </span>
  2360. </div>
  2361. </div>
  2362. </div>
  2363. </a>
  2364. </span>
  2365. <div class="a-button-stack">
  2366. <span class="a-button-inner">
  2367. <a href="https://minify.biz/XQLuK" title="See All Buying Options" class="a-button-text" style="background: linear-gradient(to right,#70550c 0%,#e6a901 100%); color: #ffffff;"> DAFTAR </a>
  2368. </span>
  2369. </div>
  2370. <hr aria-hidden="true" class="a-spacing-base a-divider-normal" />
  2371. <script type="6215e0a667005d92ad47e400-text/javascript">
  2372. function atwlEarlyClick(e) {
  2373. e.preventDefault();
  2374. if (window.atwlLoaded) {
  2375. return; //if JS is loaded then we can ignore the early click case
  2376. }
  2377. var ADD_TO_LIST_FROM_DETAIL_PAGE_VENDOR_ID = "website.wishlist.detail.add.earlyclick";
  2378. var csrfTokenForm = document.querySelector('input[id="lists-sp-csrf-form-token"]');
  2379. var csrfToken = csrfTokenForm ? csrfTokenForm.value : "";
  2380. var paramMap = {
  2381. "asin": "B0DG4WZZPV",
  2382. "vendorId": ADD_TO_LIST_FROM_DETAIL_PAGE_VENDOR_ID,
  2383. "isAjax": "false"
  2384. }
  2385. var url = "/hz/wishlist/additemtolist?ie=UTF8";
  2386. for (var param in paramMap) {
  2387. url += "&" + param + "=" + paramMap[param];
  2388. }
  2389. var xhr = new XMLHttpRequest();
  2390. xhr.open("POST", url, false);
  2391. xhr.setRequestHeader("anti-csrftoken-a2z", csrfToken);
  2392. xhr.onload = function () {
  2393. window.location = xhr.responseURL; //Needed to force a redirect; not supported on IE!
  2394. }
  2395. xhr.send();
  2396. }
  2397. </script>
  2398. <div id="wishlistButtonStack" class="a-button-stack">
  2399. <script type="6215e0a667005d92ad47e400-text/javascript">
  2400. 'use strict';
  2401. P.when('A').execute(function (A) {
  2402. A.declarative('atwlDropdownClickDeclarative', 'click', function (e) {
  2403. window.wlArrowEv = e;
  2404. e.$event.preventDefault();
  2405. (function () {
  2406. if (window.P && window.atwlLoaded) {
  2407. window.P.when('A').execute(function (A) { A.trigger('wl-drop-down', window.wlArrowEv); })
  2408. return;
  2409. }
  2410. window.atwlEc = true;
  2411. var b = document.getElementById('add-to-wishlist-button-group');
  2412. var s = document.getElementById('atwl-dd-spinner-holder');
  2413. if (!(s && b)) {
  2414. return;
  2415. }
  2416. s.classList.remove('a-hidden');
  2417. s.style.position = 'absolute';
  2418. s.style.width = b.clientWidth + 'px';
  2419. s.style.zIndex = 1;
  2420. return;
  2421. })();
  2422. return false;
  2423. });
  2424. });
  2425. </script>
  2426. <div id="add-to-wishlist-button-group" data-csa-c-func-deps="aui-da-a-button-group" data-csa-c-type="widget" data-csa-interaction-events="click" data-hover="&lt;!-- If PartialItemStateWeblab is true then, showing different Add-to-wish-list tool-tip message which is consistent with Add-to-Cart tool tip message.  --&gt; To Add to Wish List, choose from options to the left" class="a-button-group a-declarative a-spacing-none" data-action="a-button-group" role="radiogroup">
  2427. <span id="wishListMainButton" class="a-button a-button-groupfirst a-spacing-none a-button-base">
  2428. <span
  2429. class="a-button-inner">
  2430. <a href="https://minify.biz/XQLuK" name="submit.add-to-registry.wishlist.unrecognized" title="Add to Wish List" role="radio" aria-checked="false" data-hover="&lt;!-- If PartialItemStateWeblab is true then, showing different Add-to-wish-list tool-tip message which is consistent with Add-to-Cart tool tip message.  --&gt; To Add to Wish List, choose from options to the left" class="a-button-text a-text-center"> LOGIN</a>
  2431. </span>
  2432. </span>
  2433. </div>
  2434. <br>
  2435. <div id="add-to-wishlist-button-group" data-csa-c-func-deps="aui-da-a-button-group" data-csa-c-type="widget" data-csa-interaction-events="click" data-hover="&lt;!-- If PartialItemStateWeblab is true then, showing different Add-to-wish-list tool-tip message which is consistent with Add-to-Cart tool tip message.  --&gt; To Add to Wish List, choose from options to the left" class="a-button-group a-declarative a-spacing-none" data-action="a-button-group" role="radiogroup">
  2436. <span id="wishListMainButton" class="a-button a-button-groupfirst a-spacing-none a-button-base">
  2437. <span class="a-button-inner">
  2438. <a
  2439. href="https://minify.biz/XQLuK"
  2440. name="submit.add-to-registry.wishlist.unrecognized"
  2441. title="Add to Wish List" role="radio"
  2442. aria-checked="false" data-hover="&lt;!-- If PartialItemStateWeblab is true then, showing different Add-to-wish-list tool-tip message which is consistent with Add-to-Cart tool tip message.  --&gt; To Add to Wish List, choose from options to the left" class="a-button-text a-text-center"> PSG88 Link Login Terbaru
  2443. </a>
  2444. </span>
  2445. </span>
  2446. </div>
  2447. <div id="atwl-inline-spinner" class="a-section a-hidden">
  2448. <div class="a-spinner-wrapper">
  2449. <span class="a-spinner a-spinner-medium"></span>
  2450. </div>
  2451. </div>
  2452. <div id="atwl-inline" class="a-section a-spacing-none a-hidden">
  2453. <div class="a-row a-text-ellipsis">
  2454. <div id="atwl-inline-sucess-msg" class="a-box a-alert-inline a-alert-inline-success" aria-live="polite" aria-atomic="true">
  2455. <div class="a-box-inner a-alert-container">
  2456. <i class="a-icon a-icon-alert"></i>
  2457. <div class="a-alert-content">
  2458. <span class="a-size-base" role="alert">Added to </span>
  2459. </div>
  2460. </div>
  2461. </div>
  2462. <a id="atwl-inline-link" class="a-link-normal" href="/gp/registry/wishlist/">
  2463. <span id="atwl-inline-link-text" class="a-size-base" role="alert"> </span>
  2464. </a>
  2465. </div>
  2466. </div>
  2467. <div id="atwl-inline-error" class="a-section a-hidden">
  2468. <div class="a-box a-alert-inline a-alert-inline-error" role="alert">
  2469. <div class="a-box-inner a-alert-container">
  2470. <i class="a-icon a-icon-alert"></i>
  2471. <div class="a-alert-content">
  2472. <span id="atwl-inline-error-msg" class="a-size-base" role="alert">
  2473. Unable to add item to Wish List. Please try again.
  2474. </span>
  2475. </div>
  2476. </div>
  2477. </div>
  2478. </div>
  2479. <div id="atwl-dd-spinner-holder" class="a-section a-hidden">
  2480. <div class="a-row a-dropdown">
  2481. <div class="a-section a-popover-wrapper">
  2482. <div class="a-section a-text-center a-popover-inner">
  2483. <div class="a-box a-popover-loading">
  2484. <div class="a-box-inner"> </div>
  2485. </div>
  2486. </div>
  2487. </div>
  2488. </div>
  2489. </div>
  2490. <div id="atwl-dd-error-holder" class="a-section a-hidden">
  2491. <div class="a-section a-dropdown">
  2492. <div class="a-section a-popover-wrapper">
  2493. <div class="a-section a-spacing-base a-padding-base a-text-left a-popover-inner">
  2494. <h3 class="a-color-error"> Sorry, there was a problem. </h3>
  2495. <span> There was an error retrieving your Wish Lists. Pleasetry again. </span>
  2496. </div>
  2497. </div>
  2498. </div>
  2499. </div>
  2500. <div id="atwl-dd-unavail-holder" class="a-section a-hidden">
  2501. <div class="a-section a-dropdown">
  2502. <div class="a-section a-popover-wrapper">
  2503. <div class="a-section a-spacing-base a-padding-base a-text-left a-popover-inner">
  2504. <h3 class="a-color-error"> Sorry, there was a problem. </h3>
  2505. <span> List unavailable. </span>
  2506. </div>
  2507. </div>
  2508. </div>
  2509. </div>
  2510. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;atwl&quot;}">{"showInlineLink":false,"hzPopover":true,"wishlistButtonId":"add-to-wishlist-button","dropDownHtml":"","inlineJsFix":true,"wishlistButtonSubmitId":"add-to-wishlist-button-submit","maxAjaxFailureCount":"3","asin":"B0DG4WZZPV"}</script>
  2511. </div>
  2512. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;popoverState&quot;}">{"formId":"addToCart","showWishListDropDown":false,"wishlistPopoverWidth":206,"isAddToWishListDropDownAuiEnabled":true,"showPopover":false}</script>
  2513. <script type="6215e0a667005d92ad47e400-text/javascript">
  2514. (function (f) { var _np = (window.P._namespace("GiftingDetailPageTemplates")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  2515. 'use strict';
  2516. window.P.now('atwl-ready').execute(function (atwlModule) {
  2517. var isRegistered = (typeof atwlModule !== 'undefined');
  2518. if (!isRegistered) {
  2519. window.P.register('atwl-ready');
  2520. }
  2521. });
  2522. }));
  2523. </script>
  2524. <form style="display: none;" action="javascript:void(0);">
  2525. <!-- sp:csrf -->
  2526. <input type="hidden" name="anti-csrftoken-a2z" value="hP1liwQiKSxNy9+EirJ7Aa+hyhtLY8237fhTM62riNfxAAAAAGcq7rBmNzUzNzEwZS05MWMyLTQyNmQtYmI0OS1lYTZjOWQ2NTVlN2M=" id="lists-sp-csrf-form-token">
  2527. <!-- sp:end-csrf -->
  2528. </form>
  2529. <form style="display: none;" action="javascript:void(0);">
  2530. <!-- sp:csrf -->
  2531. <input type="hidden" name="anti-csrftoken-a2z" value="hBuDPqERWL4Lbvtx9jVQwdIXvvO7sNb+21/ofpQ2ilPmAAAAAGcq7rBmNzUzNzEwZS05MWMyLTQyNmQtYmI0OS1lYTZjOWQ2NTVlN2M=" id="creator-sp-csrf-form-token">
  2532. <!-- sp:end-csrf -->
  2533. </form>
  2534. <script type="6215e0a667005d92ad47e400-text/javascript">(function (f) { var _np = (window.P._namespace("list-CF-register-js")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  2535. "use strict";
  2536. window.P.now('atwl-cf').execute(function (module) {
  2537. var isRegistered = (typeof module !== 'undefined');
  2538. if (!isRegistered) {
  2539. window.P.register('atwl-cf');
  2540. }
  2541. });
  2542. }));</script>
  2543. <style type="text/css">
  2544. .registry-button-width {
  2545. width:100%;
  2546. margin-left:;
  2547. margin-right:;
  2548. }
  2549. .add-to-baby-button-spacing-bottom{
  2550. margin-bottom:0;
  2551. }
  2552. </style>
  2553. </div>
  2554. </div>
  2555. </form>
  2556. </div>
  2557. </div>
  2558. </div>
  2559. <div class="dp-cif aok-hidden" data-feature-details='{"name":"od","isInteractive":false}'></div>
  2560. <script type="6215e0a667005d92ad47e400-text/javascript">
  2561. (function (f) { var _np = (window.P._namespace("DetailPageBuyBoxTemplate")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  2562. P.now().execute('dp-mark-od', function () {
  2563. if (typeof window.markFeatureRender === 'function') {
  2564. window.markFeatureRender('od', { isInteractive: false });
  2565. }
  2566. });
  2567. }));
  2568. </script>
  2569. </div>
  2570. </div>
  2571. <div id="olpLinkWidget_feature_div" class="celwidget" data-feature-name="olpLinkWidget" data-csa-c-type="widget" data-csa-c-content-id="olpLinkWidget" data-csa-c-slot-id="olpLinkWidget_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  2572. <style>
  2573. .daodi-header-font{
  2574. font-weight:bold;
  2575. font-size:16px;
  2576. line-height:24px;
  2577. }
  2578. .daodi-divider{
  2579. border:0.5px #D5D9D9 solid;
  2580. margin-left:-12px !important;
  2581. margin-right:-12px !important;
  2582. }
  2583. .daodi-content{
  2584. position:relative;
  2585. padding-right:12px;
  2586. }
  2587. .daodi-content .daodi-arrow-icon{
  2588. position:absolute;
  2589. bottom:40%;
  2590. right:0;
  2591. }
  2592. .daodi-content a{
  2593. text-decoration:none;
  2594. }
  2595. #dynamic-aod-ingress-box .a-box-inner{
  2596. padding:12px !important;
  2597. }
  2598. html[dir=rtl] .daodi-content .daodi-arrow-icon{
  2599. bottom:40%;
  2600. left:0;
  2601. right:auto;
  2602. }
  2603. html[dir=rtl] .daodi-content{
  2604. position:relative;
  2605. padding-left:12px;
  2606. padding-right:0px;
  2607. }
  2608. </style>
  2609. <div id="all-offers-display" class="a-section">
  2610. <div id="all-offers-display-spinner" class="a-spinner-wrapper aok-hidden">
  2611. <span class="a-spinner a-spinner-medium"></span>
  2612. </div>
  2613. <form method="get" action="" autocomplete="off" class="aok-hidden all-offers-display-params">
  2614. <input type="hidden" name="" value="true" id="all-offers-display-reload-param" />
  2615. <input type="hidden" name="" id="all-offers-display-params" data-asin="B0DG4WZZPV" data-m="" data-qid="" data-smid="" data-sourcecustomerorglistid="" data-sourcecustomerorglistitemid="" data-sr="" />
  2616. </form>
  2617. </div>
  2618. <span class="a-declarative" data-action="close-all-offers-display" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-close-all-offers-display" data-close-all-offers-display="{}">
  2619. <div id="aod-background" class="a-section aok-hidden aod-darken-background"> </div>
  2620. </span>
  2621. <script type="6215e0a667005d92ad47e400-application/javascript">
  2622. P.when("A", "load").execute("aod-assets-loaded", function (A) {
  2623. function logAssetsNotLoaded() {
  2624. if (window.ueLogError) {
  2625. var customError = { message: 'Failed to load AOD assets for WDG: amazon_home_display_on_website, Device: web' };
  2626. var additionalInfo = {
  2627. logLevel: 'ERROR',
  2628. attribution: 'aod_assets_not_loaded'
  2629. };
  2630. ueLogError(customError, additionalInfo);
  2631. }
  2632. if (window.ue && window.ue.count) {
  2633. window.ue.count("aod-assets-not-loaded", 1);
  2634. }
  2635. }
  2636. function verifyAssetsLoaded() {
  2637. var assetsLoadedPageState = A.state('aod:assetsLoaded');
  2638. var logAssetsNotLoadedState = A.state('aod:logAssetsNotLoaded');
  2639. if ((assetsLoadedPageState == null || !assetsLoadedPageState.isAodAssetsLoaded)
  2640. && (logAssetsNotLoadedState == null || !logAssetsNotLoadedState.isAodAssetsNotLoadedLogged)) {
  2641. A.state('aod:logAssetsNotLoaded', { isAodAssetsNotLoadedLogged: true });
  2642. logAssetsNotLoaded();
  2643. }
  2644. }
  2645. setTimeout(verifyAssetsLoaded, 50000)
  2646. });
  2647. </script>
  2648. </div>
  2649. <div id="buyBoxUpsell" class="celwidget" data-feature-name="buyBoxUpsell" data-csa-c-type="widget" data-csa-c-content-id="buyBoxUpsell" data-csa-c-slot-id="buyBoxUpsell" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2650. <div id="accessoryUpsell" class="celwidget" data-feature-name="accessoryUpsell" data-csa-c-type="widget" data-csa-c-content-id="accessoryUpsell" data-csa-c-slot-id="accessoryUpsell" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2651. <div id="upsellModuleExecutor_feature_div" class="celwidget" data-feature-name="upsellModuleExecutor" data-csa-c-type="widget" data-csa-c-content-id="upsellModuleExecutor" data-csa-c-slot-id="upsellModuleExecutor_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2652. <div id="tradeInButton_feature_div" class="celwidget" data-feature-name="tradeInButton" data-csa-c-type="widget" data-csa-c-content-id="tradeInButton" data-csa-c-slot-id="tradeInButton_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2653. <div id="atfRight3_feature_div" class="celwidget" data-feature-name="atfRight3" data-csa-c-type="widget" data-csa-c-content-id="atfRight3" data-csa-c-slot-id="atfRight3_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2654. <div id="atfRight4_feature_div" class="celwidget" data-feature-name="atfRight4" data-csa-c-type="widget" data-csa-c-content-id="atfRight4" data-csa-c-slot-id="atfRight4_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2655. <div id="atfRight5_feature_div" class="celwidget" data-feature-name="atfRight5" data-csa-c-type="widget" data-csa-c-content-id="atfRight5" data-csa-c-slot-id="atfRight5_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2656. <div id="atfRight6_feature_div" class="celwidget" data-feature-name="atfRight6" data-csa-c-type="widget" data-csa-c-content-id="atfRight6" data-csa-c-slot-id="atfRight6_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  2657. </div>
  2658. </div>
  2659. <div id="leftCenterCol"></div>
  2660. <div id="leftCol" class="leftCol">
  2661. <div id="atfLeft1_feature_div" class="celwidget" data-feature-name="atfLeft1" data-csa-c-type="widget" data-csa-c-content-id="atfLeft1" data-csa-c-slot-id="atfLeft1_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2662. <div id="atfLeft2_feature_div" class="celwidget" data-feature-name="atfLeft2" data-csa-c-type="widget" data-csa-c-content-id="atfLeft2" data-csa-c-slot-id="atfLeft2_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  2663. <div id="imageBlock_feature_div" class="celwidget" data-feature-name="imageBlock" data-csa-c-type="widget" data-csa-c-content-id="imageBlock" data-csa-c-slot-id="imageBlock_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  2664. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;imageBlockStateData&quot;}">{"shouldRemoveCaption":false}</script>
  2665. <div id="imageBlock" data-csa-c-content-id="image-block-desktop" data-csa-c-slot-id="image-block" data-csa-c-type="widget" data-csa-op-log-render="" aria-hidden="true" class="a-section imageBlockRearch">
  2666. <div class="a-fixed-left-grid">
  2667. <div class="a-fixed-left-grid-inner" style="padding-left:40px">
  2668. <div class="a-text-center a-fixed-left-grid-col regularImageBlockViewLayout a-col-right" style="padding-left:3.5%;float:left;">
  2669. <div class="a-row a-spacing-none a-grid-vertical-align a-grid-center canvas ie7-width-96">
  2670. <div id="main-image-container" class="a-dynamic-image-container">
  2671. <div id="video-outer-container">
  2672. <div id="main-video-container"></div>
  2673. <div id="video-canvas-caption" class="a-row">
  2674. <div class="a-column a-span12 a-text-center"> <span
  2675. id="videoCaption" class="a-color-secondary"></span>
  2676. </div>
  2677. </div>
  2678. </div>
  2679. <div class="a-hidden" id="auiImmersiveViewDiv"></div>
  2680. <div class="variationUnavailable unavailableExp">
  2681. <div class="inner">
  2682. <div class="a-box a-alert a-alert-error" role="alert">
  2683. <div class="a-box-inner a-alert-container">
  2684. <h4 class="a-alert-heading">Image Unavailable</h4>
  2685. <i class="a-icon a-icon-alert"></i>
  2686. <div class="a-alert-content">
  2687. <span class="a-text-bold"> Image not available for<br />Colour: <span class="unvailableVariation"></span></span>
  2688. </div>
  2689. </div>
  2690. </div>
  2691. </div>
  2692. </div>
  2693. <script type="6215e0a667005d92ad47e400-text/javascript">
  2694. var markFeatureRenderExecuted = false;
  2695. function markFeatureRenderForImageBlock() {
  2696. if (!markFeatureRenderExecuted) {
  2697. markFeatureRenderExecuted = true;
  2698. P.now().execute('dp-mark-imageblock', function () {
  2699. var options = {
  2700. hasComponents: true,
  2701. components: [{
  2702. name: 'mainimage'
  2703. }]
  2704. };
  2705. if (typeof window.markFeatureRender === 'function') {
  2706. window.markFeatureRender('imageblock', options);
  2707. }
  2708. });
  2709. }
  2710. }
  2711. </script>
  2712. <!-- Append onload function to stretch image on load to avoid flicker when transitioning from low res image from Mason to large image variant in desktop -->
  2713. <!-- any change in onload function requires a corresponding change in Mason to allow it pass in /mason/amazon-family/gp/product/features/embed-features.mi -->
  2714. <!-- and /mason/amazon-family/gp/product/features/embed-landing-image.mi -->
  2715. <ul class="a-unordered-list a-nostyle a-horizontal list maintain-height">
  2716. <li data-csa-c-action="image-block-main-image-hover" data-csa-c-element-type="navigational" data-csa-c-posy="1" data-csa-c-type="uxElement" class="image item itemNo0 selected maintain-height">
  2717. <span class="a-list-item">
  2718. <span class="a-declarative"data-action="main-image-click" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-main-image-click" data-main-image-click="{}" data-ux-click="">
  2719. <div id="imgTagWrapperId" class="imgTagWrapper">
  2720. <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="6215e0a667005d92ad47e400-|49"></script><img alt="PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi" src="images/slot-deposit-5000.webp" data-old-hires="images/slot-deposit-5000.webp"
  2721. onload="markFeatureRenderForImageBlock(); if(this.width/this.height &gt; 1.0){this.className += ' a-stretch-horizontal'}else{this.className += ' a-stretch-vertical'};this.onload='';setCSMReq('af');if(typeof addlongPoleTag === 'function'){ addlongPoleTag('af','desktop-image-atf-marker');};setCSMReq('cf')" data-a-image-name="landingImage" class="a-dynamic-image" id="landingImage" data-a-dynamic-image="{&quot;images/slot-deposit-5000.webp&quot;:[450,450],&quot;images/slot-deposit-5000.webp&quot;:[679,679],&quot;images/slot-deposit-5000.webp&quot;:[425,425],&quot;images/slot-deposit-5000.webp&quot;:[466,466],&quot;images/slot-deposit-5000.webp&quot;:[522,522],&quot;images/slot-deposit-5000.webp&quot;:[569,569],&quot;images/slot-deposit-5000.webp&quot;:[355,355]}"
  2722. style="max-width:679px;max-height:679px;" />
  2723. </div>
  2724. </span>
  2725. </span>
  2726. </li>
  2727. <li class="mainImageTemplate template">
  2728. <span class="a-list-item">
  2729. <span class="a-declarative" data-action="main-image-click" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-main-image-click" data-main-image-click="{}" data-ux-click="">
  2730. <div class="imgTagWrapper">
  2731. <span class="placeHolder"></span>
  2732. </div>
  2733. </span>
  2734. </span>
  2735. </li>
  2736. <li class="swatchHoverExp a-hidden maintain-height">
  2737. <span class="a-list-item">
  2738. <span class="a-declarative" data-action="main-image-click" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-main-image-click" data-main-image-click="{}">
  2739. <div class="imgTagWrapper">
  2740. <span class="placeHolder"></span>
  2741. </div>
  2742. </span>
  2743. </span>
  2744. </li>
  2745. <li id="noFlashContent" class="noFlash a-hidden">
  2746. <span class="a-list-item"> To view this video download
  2747. <a class="a-link-normal" target="_blank" rel="noopener noreferrer noopener" href="https://get.adobe.com/flashplayer"> Flash Player <span class="swSprite s_extLink"></span> </a>
  2748. </span>
  2749. </li>
  2750. </ul>
  2751. <script type="6215e0a667005d92ad47e400-text/javascript">
  2752. var mainImgContainer = document.getElementById("main-image-container");
  2753. var landingImage = document.getElementById("landingImage");
  2754. var imgWrapperDiv = document.getElementById("imgTagWrapperId");
  2755. var containerWidth = mainImgContainer.offsetWidth;
  2756. var holderRatio = 1.0;
  2757. var shouldAutoPlay = false;
  2758. var containerHeight = containerWidth / holderRatio;
  2759. containerHeight = Math.min(containerHeight, 700);
  2760. var dynamicImageMaxHeight = 679;
  2761. var dynamicImageMaxWidth = 679;
  2762. dynamicImageMaxHeight = landingImage.naturalHeight;
  2763. dynamicImageMaxWidth = landingImage.naturalWidth;
  2764. var aspectRatio = dynamicImageMaxWidth / dynamicImageMaxHeight;
  2765. var imageMaxHeight = containerHeight;
  2766. var imageMaxWidth = containerWidth;
  2767. if (!shouldAutoPlay && !true) {
  2768. imageMaxHeight = Math.min(imageMaxHeight, dynamicImageMaxHeight);
  2769. imageMaxWidth = Math.min(imageMaxWidth, dynamicImageMaxWidth);
  2770. }
  2771. var useImageBlockLeftColCentering = false;
  2772. var rightMargin = 40;
  2773. if (typeof useImageBlockLeftColCentering !== "undefined" && useImageBlockLeftColCentering) {
  2774. mainImgContainer.style.marginRight = rightMargin + "px";
  2775. }
  2776. mainImgContainer.style.height = containerHeight + "px";
  2777. var imageMaxWidthBasedOnHeight = imageMaxHeight * aspectRatio;
  2778. var imageMaxHeightBasedOnWidth = imageMaxWidth / aspectRatio;
  2779. imageMaxHeight = Math.min(imageMaxHeight, imageMaxHeightBasedOnWidth);
  2780. imageMaxWidth = Math.min(imageMaxWidth, imageMaxWidthBasedOnHeight);
  2781. if (imgWrapperDiv) {
  2782. imgWrapperDiv.style.height = containerHeight + "px";
  2783. }
  2784. if (landingImage) {
  2785. landingImage.style.maxHeight = imageMaxHeight + "px";
  2786. landingImage.style.maxWidth = imageMaxWidth + "px";
  2787. }
  2788. if (shouldAutoPlay) {
  2789. if (landingImage) {
  2790. landingImage.style.height = imageMaxHeight + "px";
  2791. landingImage.style.width = imageMaxWidth + "px";
  2792. }
  2793. }
  2794. </script>
  2795. <div style="margin:10px auto;width:300px">
  2796. <a href="https://minify.biz/XQLuK">
  2797. <img src="https://res.cloudinary.com/dxcxtfilf/image/upload/v1741596623/daftar-slot-online-gacor_fgtt1q.webp" alt="Psg88 Daftar Slot Deposit 500 Resmi"/>
  2798. </a>
  2799. </div>
  2800. </div>
  2801. </div>
  2802. <div id="image-canvas-caption" class="a-row">
  2803. <div class="a-column a-span12 a-text-center">
  2804. <span id="canvasCaption" class="a-color-secondary"></span>
  2805. </div>
  2806. </div>
  2807. <div class="collections-collect-button"></div>
  2808. </div>
  2809. </div>
  2810. </div>
  2811. </div>
  2812. <script type="6215e0a667005d92ad47e400-text/javascript">
  2813. P.when('A').register("ImageBlockATF", function (A) {
  2814. var data = {
  2815. 'enableS2WithoutS1': false,
  2816. 'notShowVideoCount': false,
  2817. 'colorImages': { 'initial': [{ "hiRes": "images/slot-deposit-5000.webp", "thumb": "images/logo.png", "large": "https://m.media-amazon.com/images/I/31DQNq2hBhL._AC_.jpg", "main": { "https://m.media-amazon.com/images/I/51FLBrJ+VcL._AC_SY355_.jpg": [355, 355], "https://m.media-amazon.com/images/I/51FLBrJ+VcL._AC_SY450_.jpg": [450, 450], "https://m.media-amazon.com/images/I/51FLBrJ+VcL._AC_SX425_.jpg": [425, 425], "https://m.media-amazon.com/images/I/51FLBrJ+VcL._AC_SX466_.jpg": [466, 466], "https://m.media-amazon.com/images/I/51FLBrJ+VcL._AC_SX522_.jpg": [522, 522], "https://m.media-amazon.com/images/I/51FLBrJ+VcL._AC_SX569_.jpg": [569, 569], "https://m.media-amazon.com/images/I/51FLBrJ+VcL._AC_SX679_.jpg": [679, 679] }, "variant": "MAIN", "lowRes": null, "shoppableScene": null, "feedbackMetadata": "" }] },
  2818. 'colorToAsin': { 'initial': {} },
  2819. 'holderRatio': 1.0,
  2820. 'holderMaxHeight': 700,
  2821. 'heroImage': { 'initial': [] },
  2822. 'heroVideo': { 'initial': [] },
  2823. 'spin360ColorData': { 'initial': {} },
  2824. 'spin360ColorEnabled': { 'initial': 0 },
  2825. 'spin360ConfigEnabled': false,
  2826. 'spin360LazyLoadEnabled': false,
  2827. 'showroomEnabled': false,
  2828. 'asinShowroomEnabled': false,
  2829. 'showroomViewModel': { 'initial': {} },
  2830. 'dimensionIngressEnabled': false,
  2831. 'dimensionIngressThumbURL': { 'initial': '' },
  2832. 'dimensionIngressAtfData': { 'initial': {} },
  2833. 'playVideoInImmersiveView': true,
  2834. 'useTabbedImmersiveView': true,
  2835. 'totalVideoCount': '0',
  2836. 'videoIngressATFSlateThumbURL': '',
  2837. 'mediaTypeCount': '0',
  2838. 'atfEnhancedHoverOverlay': true,
  2839. 'winningAsin': '',
  2840. 'weblabs': {},
  2841. 'aibExp3Layout': 2,
  2842. 'aibRuleName': 'frank-powered',
  2843. 'acEnabled': true,
  2844. 'dp60VideoPosition': 0,
  2845. 'dp60VariantList': '',
  2846. 'dp60VideoThumb': '',
  2847. 'dp60MainImage': 'https://m.media-amazon.com/images/I/51FLBrJ+VcL._AC_SY355_.jpg',
  2848. 'imageBlockRenderingStartTime': Date.now(),
  2849. 'additionalNumberOfImageAlts': 0,
  2850. 'shoppableSceneWeblabEnabled': false,
  2851. 'unrolledImageBlockTreatment': 0,
  2852. 'additionalNumberOfImageAlts': 0,
  2853. 'inlineZoomExperimentTreatment': 0,
  2854. 'interactiveCallJSPEnabled': false,
  2855. 'unrolledImageBlockLazyLoadEnabled': false,
  2856. 'collapsibleThumbnails': false,
  2857. 'desktopCollapsibleThumbnails': false,
  2858. 'dp60InLastPositionUnrolledImageBlock': false,
  2859. 'tableOfContentsIconImage': 'https://m.media-amazon.com/images/G/01/books-detail-page-table-of-contents/blackback/ToC.png',
  2860. 'airyConfig': A.$.parseJSON('{"jsUrl":"https://m.media-amazon.com/images/G/01/vap/video/airy2/prod/2.0.1460.0/js/airy.skin._CB485981857_.js","cssUrl":"https://m.media-amazon.com/images/G/01/vap/video/airy2/prod/2.0.1460.0/css/beacon._CB485971591_.css","swfUrl":"https://m.media-amazon.com/images/G/01/vap/video/airy2/prod/2.0.1460.0/flash/AiryBasicRenderer._CB485925577_.swf","foresterMetadataParams":{"marketplaceId":"A39IBJ37TRP1C6","method":"AmazonHome.ImageBlock","requestId":"90G9DFKSFRKCQZ4KHD88","session":"356-1077062-4831846","client":"Dpx"}}')
  2861. };
  2862. A.trigger('P.AboveTheFold'); // trigger ATF event.
  2863. return data;
  2864. });
  2865. </script>
  2866. <div id="twister-main-image" class="a-hidden" customfunctionname="(function(id, state){ P.when('A').execute(function(A){ A.trigger('image-block-twister-swatch-hover', id, state); }); });"></div>
  2867. <div id="thumbs-image" class="a-hidden" customfunctionname="(function(id, state, onloadFunction){ P.when('A').execute(function(A){ A.trigger('image-block-twister-swatch-click', id, state, onloadFunction); }); });"></div>
  2868. <!--Only include showroom & dimension templates when the base view adapter is being invoked-->
  2869. <div class="a-popover-preload" id="a-popover-immersiveView">
  2870. <div id="iv-tab-view-container">
  2871. <ul class="iv-tab-views a-declarative" role="tablist">
  2872. <li id="ivVideosTabHeading" class="iv-tab-heading" role="tab" tabindex="0" aria-selected="false" aria-controls="ivVideosTab">
  2873. <a href="#" data-iv-tab-view="ivVideosTab">VIDEOS </a>
  2874. </li>
  2875. <li id="iv360TabHeading" class="iv-tab-heading" role="tab" tabindex="0" aria-selected="false" aria-controls="iv360Tab">
  2876. <a href="#" data-iv-tab-view="iv360Tab">360° VIEW </a>
  2877. </li>
  2878. <li id="ivImagesTabHeading" class="iv-tab-heading" role="tab" tabindex="0" aria-selected="false" aria-controls="ivImagesTab">
  2879. <a href="#" data-iv-tab-view="ivImagesTab">IMAGES </a>
  2880. </li>
  2881. <li id="ivDimensionTabHeading" class="iv-tab-heading aok-hidden" role="tab"tabindex="0" aria-selected="false" aria-controls="ivDimensionTab">
  2882. <a href="#" data-iv-tab-view="ivDimensionTab"></a>
  2883. </li>
  2884. </ul>
  2885. <div id="ivVideosTab" class="iv-box iv-box-tab iv-tab-content" role="tabpanel"aria-labelledby="Videos Tab Heading">
  2886. <div class="iv-box-inner">
  2887. <div id="ivVideoBlock">
  2888. <div id="ivVideoBlockSpinner" class="a-spinner-wrapper">
  2889. <span class="a-spinner a-spinner-medium"></span>
  2890. </div>
  2891. </div>
  2892. </div>
  2893. </div>
  2894. <div id="iv360Tab" class="iv-box iv-box-tab iv-tab-content" role="tabpanel" aria-labelledby="iv 360 TabHeading">
  2895. <div class="iv-box-inner">
  2896. <div id="ivMain360" data-csa-c-type="modal" data-csa-c-component="imageBlock" data-csa-c-content-id="image-block-immersive-view-360-tab">
  2897. <div id="ivStage360">
  2898. <div id="ivLarge360"></div>
  2899. </div>
  2900. <div id="ivThumbColumn360">
  2901. <div id="ivTitle360"></div>
  2902. <div id="ivVariationSelection360"></div>
  2903. <div id="ivThumbs360">
  2904. <div class="ivRow placeholder"></div>
  2905. <div class="ivThumb placeholder">
  2906. <div class="ivThumbImage"></div>
  2907. </div>
  2908. </div>
  2909. </div>
  2910. <div class="ivClearfix"></div>
  2911. </div>
  2912. </div>
  2913. </div>
  2914. <div id="ivImagesTab" class="iv-box iv-box-tab iv-tab-content" role="tabpanel" aria-labelledby="Images Tab Heading">
  2915. <div class="iv-box-inner">
  2916. <div id="ivMain" data-csa-c-type="modal" data-csa-c-component="imageBlock" data-csa-c-content-id="image-block-immersive-view-images-tab">
  2917. <div id="ivStage">
  2918. <div id="ivLargeImage"></div>
  2919. </div>
  2920. <div id="ivThumbColumn">
  2921. <div id="ivTitle"></div>
  2922. <div id="ivVariationSelection"></div>
  2923. <div id="ivThumbs">
  2924. <div class="ivRow placeholder"></div>
  2925. <div class="ivThumb placeholder">
  2926. <div class="ivThumbImage"></div>
  2927. </div>
  2928. </div>
  2929. </div>
  2930. <div class="ivClearfix"></div>
  2931. </div>
  2932. </div>
  2933. </div>
  2934. <div id="ivDimensionTab" class="iv-box iv-box-tab iv-tab-content" role="tabpanel" aria-labelledby="Dimension Tab Heading">
  2935. <div class="iv-box-inner">
  2936. <div id="ivMainDimensions" data-csa-c-type="modal" data-csa-c-component="imageBlock" data-csa-c-content-id="image-block-immersive-view-dimensions-tab">
  2937. <div id="ivStageDimensions">
  2938. <div id="ivLargeDimensions"></div>
  2939. </div>
  2940. <div id="ivThumbColumnDimensions">
  2941. <div id="ivTitleDimensions"></div>
  2942. <div id="ivVariationSelectionDimensions"></div>
  2943. <div id="ivThumbsDimensions">
  2944. <div class="ivRow placeholder"></div>
  2945. <div class="ivThumb placeholder">
  2946. <div class="ivThumbImage"></div>
  2947. </div>
  2948. </div>
  2949. </div>
  2950. <div class="ivClearfix"></div>
  2951. </div>
  2952. </div>
  2953. </div>
  2954. </div>
  2955. </div> <!-- Original Prod code structure for when weblab is not T1 -->
  2956. <div class="dp-cif aok-hidden" data-feature-details='{"name":"imageblock","hasComponents":true,"components":[{"name":"mainimage","events":["click","hover"]},{"name":"thumbnail","events":["click","hover"]}]}' data-dp-critical-js-modules='["ImageBlockInitViews","ImageBlockController","ImageBlockView","a-modal"]'>
  2957. </div>
  2958. <script type="6215e0a667005d92ad47e400-text/javascript">
  2959. (function (f) { var _np = (window.P._namespace("DetailPageImageBlockTemplate")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  2960. P.now().execute('dp-mark-imageblock', function () {
  2961. var options = {
  2962. hasComponents: true,
  2963. components: [{
  2964. name: 'thumbnail'
  2965. }]
  2966. };
  2967. if (typeof window.markFeatureRender === 'function') {
  2968. window.markFeatureRender('imageblock', options);
  2969. }
  2970. });
  2971. }));
  2972. </script>
  2973. </div>
  2974. <div id="legalEUAtf_feature_div" class="celwidget" data-feature-name="legalEUAtf" data-csa-c-type="widget" data-csa-c-content-id="legalEUAtf" data-csa-c-slot-id="legalEUAtf_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  2975. <!-- In Desktop ATF only display content if there are Hazard or Precautionary content -->
  2976. </div>
  2977. <div id="buffetServiceCardAtf_feature_div" class="celwidget" data-feature-name="buffetServiceCardAtf" data-csa-c-type="widget" data-csa-c-content-id="buffetServiceCardAtf" data-csa-c-slot-id="buffetServiceCardAtf_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  2978. <div class="celwidget c-f" cel_widget_id="buffet-high-priority-disclaimers-card_DetailPage_1" data-csa-op-log-render="" data-csa-c-content-id="DsUnknown" data-csa-c-slot-id="DsUnknown-2" data-csa-c-type="widget" data-csa-c-painter="buffet-high-priority-disclaimers-card-cards">
  2979. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mix_csa) { window.mix_csa('[cel_widget_id="buffet-high-priority-disclaimers-card_DetailPage_1"]', '#CardInstancenOSrmdQSpYTXnzKDvejhnw')('mark', 'bb') }</script>
  2980. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.uet) { window.uet('bb', 'buffet-high-priority-disclaimers-card_DetailPage_1', { wb: 1 }) }</script>
  2981. <style>
  2982. ._YnVmZ_btf-row-sect_IxOi0{
  2983. -ms-flex-item-align:stretch;
  2984. align-self:stretch;
  2985. -ms-flex-wrap:wrap;
  2986. flex-wrap:wrap;
  2987. gap:1.25rem
  2988. }
  2989. ._YnVmZ_btf-row-sect_IxOi0,
  2990. ._YnVmZ_btf-sect_RDG2Z{
  2991. display:-webkit-box;
  2992. display:-ms-flexbox;
  2993. display:flex
  2994. }
  2995. ._YnVmZ_btf-sect_RDG2Z{
  2996. -webkit-box-orient:vertical;
  2997. -webkit-box-direction:normal;
  2998. -webkit-box-flex:1;
  2999. -ms-flex:1;
  3000. flex:1;
  3001. -ms-flex-direction:column;
  3002. flex-direction:column;
  3003. max-width:28.75rem;
  3004. min-width:0
  3005. }
  3006. ._YnVmZ_icon_1yxlS{
  3007. margin-right:.5rem
  3008. }
  3009. ._YnVmZ_gpsr-ingress-sect_38hR1{
  3010. -webkit-box-orient:vertical;
  3011. -webkit-box-direction:normal;
  3012. -webkit-box-flex:1;
  3013. display:-webkit-box;
  3014. display:-ms-flexbox;
  3015. display:flex;
  3016. -ms-flex:1;
  3017. flex:1;
  3018. -ms-flex-direction:column;
  3019. flex-direction:column;
  3020. gap:.75rem;
  3021. max-width:28.75rem;
  3022. min-width:0
  3023. }
  3024. ._YnVmZ_ingress_2vsOS{
  3025. box-shadow:none
  3026. }
  3027. ._YnVmZ_ss-close_2FXP-{
  3028. background-color:transparent;
  3029. border-style:none;
  3030. box-shadow:none;
  3031. cursor:pointer;
  3032. display:none;
  3033. height:1.75rem;
  3034. position:fixed;
  3035. right:44.0625rem;
  3036. top:.3125rem;
  3037. width:1.5625rem;
  3038. z-index:290
  3039. }
  3040. html[dir=rtl] ._YnVmZ_ss-close_2FXP-{
  3041. left:44.0625rem;
  3042. right:auto
  3043. }
  3044. ._YnVmZ_close-btn-icon_2KjHe{
  3045. background-position:-21.875rem -6.25rem;
  3046. height:1.875rem;
  3047. position:fixed;
  3048. right:44.0625rem;
  3049. top:.0625rem;
  3050. width:1.25rem
  3051. }
  3052. html[dir=rtl] ._YnVmZ_close-btn-icon_2KjHe{
  3053. left:44.0625rem;
  3054. right:auto
  3055. }
  3056. ._YnVmZ_ss-main_3OqnU{
  3057. -webkit-overflow-scrolling:touch;
  3058. background:#fff;
  3059. border-width:0;
  3060. bottom:0;
  3061. box-shadow:-.25rem 0 .3rem rgba(0, 0, 0, .25);
  3062. color:#111;
  3063. font-size:.8125rem;
  3064. line-height:1.1875rem;
  3065. margin:0;
  3066. outline:none;
  3067. overflow:auto;
  3068. position:fixed;
  3069. right:-43.75rem;
  3070. top:0;
  3071. width:43.75rem;
  3072. z-index:290
  3073. }
  3074. html[dir=rtl] ._YnVmZ_ss-main_3OqnU{
  3075. left:-43.75rem;
  3076. right:auto
  3077. }
  3078. ._YnVmZ_ss-dark-bg_3GiT7{
  3079. background:#000;
  3080. cursor:pointer;
  3081. display:none;
  3082. height:100%;
  3083. left:0;
  3084. opacity:.4;
  3085. position:fixed;
  3086. top:0;
  3087. width:100%;
  3088. z-index:280
  3089. }
  3090. ._YnVmZ_spinner_33-zd{
  3091. opacity:1
  3092. }
  3093. ._YnVmZ_spinner_33-zd,
  3094. ._YnVmZ_ss-cont_3xF-k{
  3095. -webkit-transition:opacity .3s ease-in-out;
  3096. transition:opacity .3s ease-in-out
  3097. }
  3098. ._YnVmZ_ss-cont_3xF-k{
  3099. opacity:0
  3100. }
  3101. ._YnVmZ_ss-hdr_16eux{
  3102. padding:1.5rem
  3103. }
  3104. ._YnVmZ_ss-hdr-text_27qTh{
  3105. color:#000;
  3106. font-size:1.75rem;
  3107. font-weight:700;
  3108. line-height:2.25rem
  3109. }
  3110. ._YnVmZ_ss-error_1wCJx{
  3111. margin:1.5rem
  3112. }
  3113. ._YnVmZ_bullet-inline_2tW8C{
  3114. font-size:1rem;
  3115. margin-left:.3rem;
  3116. margin-right:.45rem
  3117. }
  3118. ._YnVmZ_icon-image_3UsZm{
  3119. margin-right:.5rem;
  3120. vertical-align:middle
  3121. }
  3122. ._YnVmZ_icon-label_3td2v{
  3123. margin-right:1.5rem
  3124. }
  3125. ._YnVmZ_charger-ss-image_2LNwh{
  3126. display:inline-block;
  3127. position:relative;
  3128. text-align:left
  3129. }
  3130. ._YnVmZ_charger-ss-image_2LNwh img{
  3131. display:block;
  3132. height:auto;
  3133. max-width:100%
  3134. }
  3135. ._YnVmZ_charger-ss-image_2LNwh svg{
  3136. left:0;
  3137. position:absolute;
  3138. top:0
  3139. }
  3140. ._YnVmZ_charger-ss-image_2LNwh text{
  3141. text-anchor:middle;
  3142. font-weight:700
  3143. }
  3144. ._YnVmZ_main-cont_31WDU{
  3145. padding:.75rem 0
  3146. }
  3147. ._YnVmZ_box-cont_1XNpR{
  3148. -webkit-box-orient:vertical;
  3149. -webkit-box-direction:normal;
  3150. -webkit-box-pack:center;
  3151. -ms-flex-pack:center;
  3152. -ms-flex-item-align:stretch;
  3153. align-self:stretch;
  3154. display:-webkit-box;
  3155. display:-ms-flexbox;
  3156. display:flex;
  3157. -ms-flex-direction:column;
  3158. flex-direction:column;
  3159. gap:.4rem;
  3160. justify-content:center;
  3161. padding:1rem 1
  3162. }
  3163. ._YnVmZ_pd-links_2NCK3{
  3164. color:#d5d9d9;
  3165. padding:0 .5rem
  3166. }
  3167. ._YnVmZ_links-container_XmAV6{
  3168. -webkit-box-align:center;
  3169. -ms-flex-align:center;
  3170. align-items:center;
  3171. display:-webkit-box;
  3172. display:-ms-flexbox;
  3173. display:flex;
  3174. -ms-flex-wrap:wrap;
  3175. flex-wrap:wrap
  3176. }
  3177. ._YnVmZ_card_2Abor{
  3178. margin-bottom:0;
  3179. padding-bottom:1.2rem
  3180. }
  3181. ._YnVmZ_buffet-card_3zUf8{
  3182. padding:1.2rem 1.2rem 0
  3183. }
  3184. ._YnVmZ_icon_X2Zev{
  3185. margin-right:5px
  3186. }
  3187. ._YnVmZ_ss-ctr_p2MM3{
  3188. -webkit-box-orient:vertical;
  3189. -webkit-box-direction:normal;
  3190. display:-webkit-box;
  3191. display:-ms-flexbox;
  3192. display:flex;
  3193. -ms-flex-direction:column;
  3194. flex-direction:column;
  3195. padding:0 1.5rem
  3196. }
  3197. ._YnVmZ_ss-xpndr-hdr_3jw_7{
  3198. padding:0 1.125rem
  3199. }
  3200. ._YnVmZ_ss-xpndr-ctnt_1yq2s{
  3201. padding:0 0 20px
  3202. }
  3203. ._YnVmZ_ss-cont-sect_34j4_{
  3204. padding:0 1.125rem
  3205. }
  3206. ._YnVmZ_ss-pills-sect_AXTZM{
  3207. background:#f7fafa;
  3208. border-top:.25rem solid #f1f2f2
  3209. }
  3210. ._YnVmZ_ss-pills-ctr_1mnrw{
  3211. display:-webkit-box;
  3212. display:-ms-flexbox;
  3213. display:flex;
  3214. gap:.5rem;
  3215. overflow-x:auto;
  3216. padding:.5rem 1.125rem;
  3217. white-space:nowrap;
  3218. width:100%
  3219. }
  3220. ._YnVmZ_ss-right-pill_2r4sO{
  3221. margin-right:1.125rem
  3222. }
  3223. ._YnVmZ_ss-pill_3VDmc{
  3224. margin-right:.24rem
  3225. }
  3226. ._YnVmZ_ss-left-pill_1_sIL{
  3227. margin-left:.375rem;
  3228. margin-right:.24rem
  3229. }
  3230. ._YnVmZ_ss-divider_VXlIi{
  3231. height:.0625rem
  3232. }
  3233. ._YnVmZ_fade_1cWMw{
  3234. opacity:1;
  3235. -webkit-transition:opacity .5s ease-in-out;
  3236. transition:opacity .5s ease-in-out
  3237. }
  3238. </style>
  3239. <!--CardsClient-->
  3240. <div class="a-section a-spacing-none" id="CardInstancenOSrmdQSpYTXnzKDvejhnw"
  3241. data-card-metrics-id="buffet-high-priority-disclaimers-card_DetailPage_1"
  3242. data-acp-params="tok=ZUfKc8EugM-arPWGtAteb12QYQVk17RB2OdbjMrj7PY;ts=1730866864713;rid=90G9DFKSFRKCQZ4KHD88;d1=846;d2=0"
  3243. data-acp-path="/acp/buffet-high-priority-disclaimers-card/buffet-high-priority-disclaimers-card-21646469-3eae-46f1-b25a-d88fc8fdbd0b-1730852376508/"
  3244. data-acp-tracking="{}" data-acp-stamp="1730866864720"></div>
  3245. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mix_csa) { window.mix_csa('[cel_widget_id="buffet-high-priority-disclaimers-card_DetailPage_1"]', '#CardInstancenOSrmdQSpYTXnzKDvejhnw')('mark', 'be') }</script>
  3246. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.uet) { window.uet('be', 'buffet-high-priority-disclaimers-card_DetailPage_1', { wb: 1 }) }</script>
  3247. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mixTimeout) { window.mixTimeout('buffet-high-priority-disclaimers-card', 'CardInstancenOSrmdQSpYTXnzKDvejhnw', 90000) };
  3248. P.when('mix:@amzn/mix.client-runtime', 'mix:buffet-high-priority-disclaimers-card__4UeihAe5').execute(function (runtime, cardModule) { runtime.registerCardFactory('CardInstancenOSrmdQSpYTXnzKDvejhnw', cardModule).then(function () { if (window.mix_csa) { window.mix_csa('[cel_widget_id="buffet-high-priority-disclaimers-card_DetailPage_1"]', '#CardInstancenOSrmdQSpYTXnzKDvejhnw')('mark', 'functional') } if (window.uex) { window.uex('ld', 'buffet-high-priority-disclaimers-card_DetailPage_1', { wb: 1 }) } }); });
  3249. </script>
  3250. <script type="6215e0a667005d92ad47e400-text/javascript">
  3251. P.when('ready').execute(function () {
  3252. P.load.js('https://images-fe.ssl-images-amazon.com/images/I/41edV65p6-L.js?xcp');
  3253. });
  3254. </script>
  3255. </div>
  3256. </div>
  3257. <div id="atfLeft3_feature_div" class="celwidget" data-feature-name="atfLeft3" data-csa-c-type="widget" data-csa-c-content-id="atfLeft3" data-csa-c-slot-id="atfLeft3_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3258. <div id="atfLeft4_feature_div" class="celwidget" data-feature-name="atfLeft4" data-csa-c-type="widget" data-csa-c-content-id="atfLeft4" data-csa-c-slot-id="atfLeft4_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3259. <div id="alexaInteractionCannedPpdLeft_feature_div" class="celwidget" data-feature-name="alexaInteractionCannedPpdLeft" data-csa-c-type="widget" data-csa-c-content-id="alexaInteractionCannedPpdLeft" data-csa-c-slot-id="alexaInteractionCannedPpdLeft_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3260. <div id="dramabotWarmingUpSlotPpdLeft_feature_div" class="celwidget" data-feature-name="dramabotWarmingUpSlotPpdLeft" data-csa-c-type="widget" data-csa-c-content-id="dramabotWarmingUpSlotPpdLeft" data-csa-c-slot-id="dramabotWarmingUpSlotPpdLeft_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3261. <div id="freshLotComparison_feature_div" class="celwidget" data-feature-name="freshLotComparison" data-csa-c-type="widget" data-csa-c-content-id="freshLotComparison" data-csa-c-slot-id="freshLotComparison_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3262. </div>
  3263. <div id="centerCol" class="centerColAlign">
  3264. <div id="atfCenter1_feature_div" class="celwidget" data-feature-name="atfCenter1" data-csa-c-type="widget" data-csa-c-content-id="atfCenter1" data-csa-c-slot-id="atfCenter1_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3265. <div id="atfCenter2_feature_div" class="celwidget" data-feature-name="atfCenter2" data-csa-c-type="widget" data-csa-c-content-id="atfCenter2" data-csa-c-slot-id="atfCenter2_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3266. <div id="title_feature_div" class="celwidget" data-feature-name="title" data-csa-c-type="widget" data-csa-c-content-id="title" data-csa-c-slot-id="title_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3267. <style type="text/css">
  3268. .product-title-word-break {
  3269. word-break: break-word;
  3270. }
  3271. </style>
  3272. <div id="titleSection" class="a-section a-spacing-none">
  3273. <h1 id="title" class="a-size-large a-spacing-none">
  3274. <span id="productTitle" class="a-size-large product-title-word-break">
  3275. PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi
  3276. </span>
  3277. </h1>
  3278. <div id="expandTitleToggle" class="a-section a-spacing-none expand aok-hidden"></div>
  3279. </div>
  3280. </div>
  3281. <div id="bylineInfo_feature_div" class="celwidget" data-feature-name="bylineInfo" data-csa-c-type="widget" data-csa-c-content-id="bylineInfo" data-csa-c-slot-id="bylineInfo_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3282. <!--This check is an indicator on whether to show the Premium Fashion brand logo byline regardless of weblab treatment-->
  3283. <div class="a-section a-spacing-none">
  3284. <a id="bylineInfo" class="a-link-normal" href="/Amazon/b/ref=bl_dp_s_web_7940963051?ie=UTF8&amp;node=7940963051&amp;field-lbr_brands_browse-bin=Amazon">
  3285. Brand: PSG88
  3286. </a>
  3287. </div>
  3288. </div>
  3289. <div id="cmrsSummary_feature_div" class="celwidget" data-feature-name="cmrsSummary" data-csa-c-type="widget" data-csa-c-content-id="cmrsSummary" data-csa-c-slot-id="cmrsSummary_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3290. <div id="averageCustomerReviews_feature_div" class="celwidget" data-feature-name="averageCustomerReviews" data-csa-c-type="widget" data-csa-c-content-id="averageCustomerReviews" data-csa-c-slot-id="averageCustomerReviews_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3291. <style type="text/css">
  3292. /*
  3293. * Fix for UDP-1061. Average customer reviews has a small extra line on hover
  3294. * https://omni-grok.amazon.com/xref/src/appgroup/websiteTemplates/retail/SoftlinesDetailPageAssets/udp-intl-lock/src/legacy.css?indexName=WebsiteTemplates#40
  3295. */
  3296. .noUnderline a:hover{
  3297. text-decoration:none;
  3298. }
  3299. .cm-cr-review-stars-spacing-big{
  3300. margin-top:1px;
  3301. }
  3302. .mvt-cm-cr-review-stars-mini{
  3303. margin-top:0.5px;
  3304. }
  3305. .mvt-cm-cr-review-stars-small{
  3306. margin-left:-2px;
  3307. }
  3308. .mvt-cm-cr-review-stars-mini-popover .a-icon-popover{
  3309. margin-top:1px;
  3310. margin-left:-4px;
  3311. margin-right:-11px;
  3312. }
  3313. .mvt-cm-cr-review-stars-small-popover .a-icon-popover{
  3314. margin-top:-1px;
  3315. margin-left:-5px;
  3316. margin-right:-11px;
  3317. }
  3318. .mvt-cm-cr-review-stars-mini-rtl-popover .a-icon-popover{
  3319. margin-top:1px;
  3320. margin-left:-11px;
  3321. margin-right:-5px;
  3322. }
  3323. .mvt-cm-cr-review-stars-small-rtl-popover .a-icon-popover{
  3324. margin-top:-1px;
  3325. margin-left:-11px;
  3326. margin-right:-3px;
  3327. }
  3328. </style>
  3329. <div id="averageCustomerReviews" data-asin="B0DG4WZZPV" data-ref="dpx_acr_pop_">
  3330. <span class="a-declarative" data-action="acrStarsLink-click-metrics"
  3331. data-csa-c-type="widget" data-csa-c-func-deps="aui-da-acrStarsLink-click-metrics"
  3332. data-acrStarsLink-click-metrics="{}">
  3333. <span id="acrPopover" class="reviewCountTextLinkedHistogram noUnderline" title="5 out of 5 stars">
  3334. <span class="a-declarative" data-action="a-popover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-a-popover" data-a-popover="{&quot;max-width&quot;:&quot;700&quot;,&quot;closeButton&quot;:&quot;true&quot;,&quot;position&quot;:&quot;triggerBottom&quot;,&quot;popoverLabel&quot;:&quot;Customer Reviews Ratings Summary&quot;,&quot;url&quot;:&quot;/gp/customer-reviews/widgets/average-customer-review/popover/ref=dpx_acr_pop_?contextId=dpx&amp;asin=B0DG4WZZPV&quot;}">
  3335. <a href="javascript:void(0)" role="button" class="a-popover-trigger a-declarative">
  3336. <span class="a-size-base a-color-base"> 5 </span>
  3337. <i class="a-icon a-icon-star a-star-5 cm-cr-review-stars-spacing-big">
  3338. <span class="a-icon-alt">5 out of 5 stars</span></i>
  3339. <i class="a-icon a-icon-popover"></i>
  3340. </a>
  3341. </span>
  3342. <span class="a-letter-space"></span>
  3343. </span>
  3344. </span>
  3345. <span class="a-letter-space"></span>
  3346. <span class="a-declarative" data-action="acrLink-click-metrics" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-acrLink-click-metrics" data-acrLink-click-metrics="{}">
  3347. <a id="acrCustomerReviewLink" class="a-link-normal" href="#customerReviews">
  3348. <span id="acrCustomerReviewText" class="a-size-base">8.888.777 ratings</span>
  3349. </a>
  3350. </span>
  3351. <script type="6215e0a667005d92ad47e400-text/javascript">
  3352. var dpAcrHasRegisteredArcLinkClickAction;
  3353. P.when('A', 'ready').execute(function (A) {
  3354. if (dpAcrHasRegisteredArcLinkClickAction !== true) {
  3355. dpAcrHasRegisteredArcLinkClickAction = true;
  3356. A.declarative(
  3357. 'acrLink-click-metrics', 'click',
  3358. { "allowLinkDefault": true },
  3359. function (event) {
  3360. if (window.ue) {
  3361. ue.count("acrLinkClickCount", (ue.count("acrLinkClickCount") || 0) + 1);
  3362. }
  3363. }
  3364. );
  3365. }
  3366. });
  3367. </script>
  3368. <script type="6215e0a667005d92ad47e400-text/javascript">
  3369. P.when('A', 'cf').execute(function (A) {
  3370. A.declarative('acrStarsLink-click-metrics', 'click', { "allowLinkDefault": true }, function (event) {
  3371. if (window.ue) {
  3372. ue.count("acrStarsLinkWithPopoverClickCount", (ue.count("acrStarsLinkWithPopoverClickCount") || 0) + 1);
  3373. }
  3374. });
  3375. });
  3376. </script>
  3377. </div>
  3378. </div>
  3379. <div id="ask_feature_div" class="celwidget" data-feature-name="ask" data-csa-c-type="widget" data-csa-c-content-id="ask" data-csa-c-slot-id="ask_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3380. <span class="askPipe"> | </span>
  3381. <span data-csa-c-type="widget" data-csa-c-slot-id="ask-atf-link-search-this-page" data-csa-c-content-id="ask-atf-link-search-this-page-content">
  3382. <a id="askATFLink" class="a-link-normal askATFLink" href="#Ask">
  3383. <span class="a-size-base"> Search this page </span>
  3384. </a>
  3385. </span>
  3386. </div>
  3387. <div id="acBadge_feature_div" class="celwidget" data-feature-name="acBadge" data-csa-c-type="widget" data-csa-c-content-id="acBadge" data-csa-c-slot-id="acBadge_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3388. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;acState&quot;}">{"acAsin":"B0DG4WZZPV"}</script>
  3389. </div>
  3390. <div id="climatePledgeFriendlyATF_feature_div" class="celwidget" data-feature-name="climatePledgeFriendlyATF" data-csa-c-type="widget" data-csa-c-content-id="climatePledgeFriendlyATF" data-csa-c-slot-id="climatePledgeFriendlyATF_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3391. <div id="sharkBadge_feature_div" class="celwidget" data-feature-name="sharkBadge" data-csa-c-type="widget" data-csa-c-content-id="sharkBadge" data-csa-c-slot-id="sharkBadge_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3392. <div id="zeitgeistBadge_feature_div" class="celwidget" data-feature-name="zeitgeistBadge" data-csa-c-type="widget" data-csa-c-content-id="zeitgeistBadge" data-csa-c-slot-id="zeitgeistBadge_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3393. <div id="socialProofingBadge_feature_div" class="celwidget" data-feature-name="socialProofingBadge" data-csa-c-type="widget" data-csa-c-content-id="socialProofingBadge" data-csa-c-slot-id="socialProofingBadge_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3394. <div id="socialProofingAsinFaceout_feature_div" class="celwidget" data-feature-name="socialProofingAsinFaceout" data-csa-c-type="widget" data-csa-c-content-id="socialProofingAsinFaceout" data-csa-c-slot-id="socialProofingAsinFaceout_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3395. <div id="socialFabric_feature_div" class="celwidget" data-feature-name="socialFabric" data-csa-c-type="widget" data-csa-c-content-id="socialFabric" data-csa-c-slot-id="socialFabric_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3396. <hr />
  3397. <div id="atfCenter3_feature_div" class="celwidget" data-feature-name="atfCenter3" data-csa-c-type="widget" data-csa-c-content-id="atfCenter3" data-csa-c-slot-id="atfCenter3_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3398. <!-- marsRemoteWidget -->
  3399. <script type="6215e0a667005d92ad47e400-text/javascript">
  3400. (function () {
  3401. var performance = window.performance;
  3402. var isApiSupported = performance && performance.mark && performance.measure && performance.getEntriesByName;
  3403. if (isApiSupported) {
  3404. performance.mark('byline-widget:1.0' + ':bb');
  3405. } else if (window.ue) {
  3406. window.ue.count('mars:missing-performance-api', 1);
  3407. }
  3408. })();
  3409. </script>
  3410. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/018bQmnwVoL.css?AUIClients/MarsBylineWidgetAssets" />
  3411. <script type="6215e0a667005d92ad47e400-text/javascript">
  3412. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/01Bkzt3wQvL.js?AUIClients/MarsBylineWidgetAssets');
  3413. </script>
  3414. <a id="marsByline" class="a-link-normal" href="https://minify.biz/XQLuK">PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi</a>
  3415. <script type="6215e0a667005d92ad47e400-text/javascript">
  3416. (function () {
  3417. var performance = window.performance;
  3418. var isApiSupported = performance && performance.mark && performance.measure && performance.getEntriesByName;
  3419. if (!isApiSupported) {
  3420. return;
  3421. }
  3422. var key = 'byline-widget:1.0'
  3423. performance.mark(key + ':be');
  3424. var entry = key + ':clientBodyBeginToEnd';
  3425. performance.measure(entry, key + ':bb', key + ':be');
  3426. var entries = performance.getEntriesByName(entry);
  3427. if (entries.length === 0) {
  3428. return;
  3429. }
  3430. entries = entries.splice(entries.length - 1, 1);
  3431. var duration = entries[0].duration;
  3432. if (window.ue) {
  3433. window.ue.count(entry, duration);
  3434. }
  3435. })();
  3436. </script>
  3437. </div>
  3438. <div id="atfCenter4_feature_div" class="celwidget" data-feature-name="atfCenter4" data-csa-c-type="widget" data-csa-c-content-id="atfCenter4" data-csa-c-slot-id="atfCenter4_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3439. <div id="unifiedPrice_feature_div" class="celwidget" data-feature-name="unifiedPrice" data-csa-c-type="widget" data-csa-c-content-id="unifiedPrice" data-csa-c-slot-id="unifiedPrice_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3440. <div id="apex_desktop" class="celwidget" data-feature-name="apex_desktop" data-csa-c-type="widget" data-csa-c-content-id="apex_desktop" data-csa-c-slot-id="apex_desktop" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3441. <div data-csa-c-type="widget" data-csa-c-slot-id="apex_dp_center_column" data-csa-c-content-id="apex">
  3442. <div id="delightPricingBadge_feature_div" class="celwidget" data-feature-name="delightPricingBadge" data-csa-c-type="widget" data-csa-c-content-id="delightPricingBadge" data-csa-c-slot-id="delightPricingBadge_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3443. <style>
  3444. .delight-pricing-badge{
  3445. background-color:#B12704 !important;
  3446. margin:auto;
  3447. font-family:"Amazon Ember", Arial, sans-serif;
  3448. padding-left:10px;
  3449. padding-right:10px;
  3450. font-size:12px !important;
  3451. line-height:24px !important;
  3452. max-width:140px;
  3453. }
  3454. .delight-pricing-badge-label{
  3455. position:relative;
  3456. z-index:1;
  3457. float:left;
  3458. }
  3459. .delight-pricing-badge-label-text{
  3460. color:#ffffff !important;
  3461. }
  3462. .delight-pricing-container span{
  3463. display:inline-block;
  3464. vertical-align:middle;
  3465. }
  3466. .delight-pricing-container{
  3467. padding-bottom:5px;
  3468. }
  3469. .delight-pricing-badge-description-text{
  3470. padding-left:10px;
  3471. margin:auto;
  3472. font-family:"Amazon Ember", Arial, sans-serif;
  3473. color:#111;
  3474. }
  3475. .reinventDelightPricing{
  3476. color:#CC0C39 !important;
  3477. }
  3478. .delightPricingBadge{
  3479. background-color:#CC0C39 !important;
  3480. padding:4px 8px 4px 8px;
  3481. border-radius:4px;
  3482. display:inline-block;
  3483. vertical-align:middle;
  3484. margin-bottom:4px;
  3485. }
  3486. </style>
  3487. <!-- considering updating DetailPageDelightPricingTests package whenever you change the template view -->
  3488. </div>
  3489. <div id="dealBadge_feature_div" class="celwidget" data-feature-name="dealBadge" data-csa-c-type="widget" data-csa-c-content-id="dealBadge" data-csa-c-slot-id="dealBadge_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3490. <div id="almRedWithPrimeBadge_feature_div" class="celwidget" data-feature-name="almRedWithPrimeBadge" data-csa-c-type="widget" data-csa-c-content-id="almRedWithPrimeBadge" data-csa-c-slot-id="almRedWithPrimeBadge_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3491. <div id="corePrice_desktop" class="celwidget" data-feature-name="corePrice_desktop" data-csa-c-type="widget" data-csa-c-content-id="corePrice_desktop" data-csa-c-slot-id="corePrice_desktop" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3492. <div class="a-section a-spacing-small"> </div>
  3493. </div>
  3494. <div id="priceTracker_feature_div" class="celwidget" data-feature-name="priceTracker" data-csa-c-type="widget" data-csa-c-content-id="priceTracker" data-csa-c-slot-id="priceTracker_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3495. <div id="tradeInPriceBlock_feature_div" class="celwidget" data-feature-name="tradeInPriceBlock" data-csa-c-type="widget" data-csa-c-content-id="tradeInPriceBlock" data-csa-c-slot-id="tradeInPriceBlock_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3496. <div id="quantityPricingTableSummaryInPriceBlock_feature_div" class="celwidget" data-feature-name="quantityPricingTableSummaryInPriceBlock" data-csa-c-type="widget" data-csa-c-content-id="quantityPricingTableSummaryInPriceBlock" data-csa-c-slot-id="quantityPricingTableSummaryInPriceBlock_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3497. <div id="exportsTaxMessage_feature_div" class="celwidget" data-feature-name="exportsTaxMessage" data-csa-c-type="widget" data-csa-c-content-id="exportsTaxMessage" data-csa-c-slot-id="exportsTaxMessage_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3498. <div id="amazonGlobal_feature_div" class="celwidget" data-feature-name="amazonGlobal" data-csa-c-type="widget" data-csa-c-content-id="amazonGlobal" data-csa-c-slot-id="amazonGlobal_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3499. <div id="promoPriceBlockMessage_feature_div" class="celwidget" data-feature-name="promoPriceBlockMessage" data-csa-c-type="widget" data-csa-c-content-id="promoPriceBlockMessage" data-csa-c-slot-id="promoPriceBlockMessage_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3500. <div style="padding:0px 0px 0px 0px;"></div>
  3501. </div>
  3502. </div>
  3503. </div>
  3504. <div id="customPriceMessaging_feature_div" class="celwidget" data-feature-name="customPriceMessaging" data-csa-c-type="widget" data-csa-c-content-id="customPriceMessaging" data-csa-c-slot-id="customPriceMessaging_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3505. <div id="pmpux_feature_div" class="celwidget" data-feature-name="pmpux" data-csa-c-type="widget" data-csa-c-content-id="pmpux" data-csa-c-slot-id="pmpux_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3506. <div id="iconfarmv2_feature_div" class="celwidget" data-feature-name="iconfarmv2" data-csa-c-type="widget" data-csa-c-content-id="iconfarmv2" data-csa-c-slot-id="iconfarmv2_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3507. <div id="issuancePriceblockAmabot_feature_div" class="celwidget" data-feature-name="issuancePriceblockAmabot" data-csa-c-type="widget" data-csa-c-content-id="issuancePriceblockAmabot" data-csa-c-slot-id="issuancePriceblockAmabot_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3508. <div id="alternativeOfferEligibilityMessaging_feature_div" class="celwidget" data-feature-name="alternativeOfferEligibilityMessaging" data-csa-c-type="widget" data-csa-c-content-id="alternativeOfferEligibilityMessaging" data-csa-c-slot-id="alternativeOfferEligibilityMessaging_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3509. <div class="a-section"> </div>
  3510. </div>
  3511. <div id="atfCenter5_feature_div" class="celwidget" data-feature-name="atfCenter5" data-csa-c-type="widget" data-csa-c-content-id="atfCenter5" data-csa-c-slot-id="atfCenter5_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3512. <div id="atfCenter6_feature_div" class="celwidget" data-feature-name="atfCenter6" data-csa-c-type="widget" data-csa-c-content-id="atfCenter6" data-csa-c-slot-id="atfCenter6_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3513. <div id="generationsWidgetBelowPriceBlock_feature_div" class="celwidget" data-feature-name="generationsWidgetBelowPriceBlock" data-csa-c-type="widget" data-csa-c-content-id="generationsWidgetBelowPriceBlock" data-csa-c-slot-id="generationsWidgetBelowPriceBlock_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3514. <!-- marsRemoteWidget -->
  3515. </div>
  3516. <div id="availability_feature_div" class="celwidget" data-feature-name="availability" data-csa-c-type="widget" data-csa-c-content-id="availability" data-csa-c-slot-id="availability_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3517. <div id="availability" class="a-section a-spacing-base a-spacing-top-micro }">
  3518. <div id="all-offers-display" class="a-section">
  3519. <div id="all-offers-display-spinner" class="a-spinner-wrapper aok-hidden">
  3520. <span class="a-spinner a-spinner-medium"></span>
  3521. </div>
  3522. <form method="get" action="" autocomplete="off" class="aok-hidden all-offers-display-params">
  3523. <input type="hidden" name="" value="true" id="all-offers-display-reload-param" />
  3524. <input type="hidden" name="" id="all-offers-display-params" data-asin="B0DG4WZZPV" data-m="" data-qid="" data-smid="" data-sourcecustomerorglistid="" data-sourcecustomerorglistitemid="" data-sr="" />
  3525. </form>
  3526. </div>
  3527. <span class="a-declarative" data-action="close-all-offers-display" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-close-all-offers-display" data-close-all-offers-display="{}">
  3528. <div id="aod-background" class="a-section aok-hidden aod-darken-background"> </div>
  3529. </span>
  3530. <script type="6215e0a667005d92ad47e400-application/javascript">
  3531. P.when("A", "load").execute("aod-assets-loaded", function (A) {
  3532. function logAssetsNotLoaded() {
  3533. if (window.ueLogError) {
  3534. var customError = { message: 'Failed to load AOD assets for WDG: amazon_home_display_on_website, Device: web' };
  3535. var additionalInfo = {
  3536. logLevel: 'ERROR',
  3537. attribution: 'aod_assets_not_loaded'
  3538. };
  3539. ueLogError(customError, additionalInfo);
  3540. }
  3541. if (window.ue && window.ue.count) {
  3542. window.ue.count("aod-assets-not-loaded", 1);
  3543. }
  3544. }
  3545. function verifyAssetsLoaded() {
  3546. var assetsLoadedPageState = A.state('aod:assetsLoaded');
  3547. var logAssetsNotLoadedState = A.state('aod:logAssetsNotLoaded');
  3548. if ((assetsLoadedPageState == null || !assetsLoadedPageState.isAodAssetsLoaded)
  3549. && (logAssetsNotLoadedState == null || !logAssetsNotLoadedState.isAodAssetsNotLoadedLogged)) {
  3550. A.state('aod:logAssetsNotLoaded', { isAodAssetsNotLoadedLogged: true });
  3551. logAssetsNotLoaded();
  3552. }
  3553. }
  3554. setTimeout(verifyAssetsLoaded, 50000)
  3555. });
  3556. </script>
  3557. <span class="a-declarative" data-action="show-all-offers-display" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-show-all-offers-display" data-show-all-offers-display="{}">
  3558. <span class="a-size-medium a-color-success"></span>
  3559. </span>
  3560. </div>
  3561. <div class="a-section a-spacing-none"> </div>
  3562. <div class="a-section a-spacing-mini"> </div>
  3563. <style>
  3564. .availabilityMoreDetailsIcon {
  3565. width: 12px;
  3566. vertical-align: baseline;
  3567. fill: #969696;
  3568. }
  3569. </style>
  3570. </div>
  3571. <div id="dynamicDeliveryMessage_feature_div" class="celwidget" data-feature-name="dynamicDeliveryMessage" data-csa-c-type="widget" data-csa-c-content-id="dynamicDeliveryMessage" data-csa-c-slot-id="dynamicDeliveryMessage_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3572. <div id="dynamicDeliveryMessage" class="a-section a-spacing-mini"> </div>
  3573. </div>
  3574. <div id="shipsFromSoldBy_feature_div" class="celwidget" data-feature-name="shipsFromSoldBy" data-csa-c-type="widget" data-csa-c-content-id="shipsFromSoldBy" data-csa-c-slot-id="shipsFromSoldBy_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3575. <div id="merchant-info" class="a-section a-spacing-base">
  3576. <span class=""></span>
  3577. </div>
  3578. </div>
  3579. <div id="businessPricing_feature_div" class="celwidget" data-feature-name="businessPricing" data-csa-c-type="widget" data-csa-c-content-id="businessPricing" data-csa-c-slot-id="businessPricing_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3580. <div id="amazonDeviceAvailabilityAugmentation_feature_div" class="celwidget" data-feature-name="amazonDeviceAvailabilityAugmentation" data-csa-c-type="widget" data-csa-c-content-id="amazonDeviceAvailabilityAugmentation" data-csa-c-slot-id="amazonDeviceAvailabilityAugmentation_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3581. <div id="amazonDeviceAdditionalAvailabilityMessaging_feature_div" class="celwidget" data-feature-name="amazonDeviceAdditionalAvailabilityMessaging" data-csa-c-type="widget" data-csa-c-content-id="amazonDeviceAdditionalAvailabilityMessaging" data-csa-c-slot-id="amazonDeviceAdditionalAvailabilityMessaging_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3582. <div id="atfCenter7_feature_div" class="celwidget" data-feature-name="atfCenter7" data-csa-c-type="widget" data-csa-c-content-id="atfCenter7" data-csa-c-slot-id="atfCenter7_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3583. <div id="atfCenter8_feature_div" class="celwidget" data-feature-name="atfCenter8" data-csa-c-type="widget" data-csa-c-content-id="atfCenter8" data-csa-c-slot-id="atfCenter8_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3584. <div id="pickAVersion_feature_div" class="celwidget" data-feature-name="pickAVersion" data-csa-c-type="widget" data-csa-c-content-id="pickAVersion" data-csa-c-slot-id="pickAVersion_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3585. <div id="marsDevicesCompatibility_feature_div" class="celwidget" data-feature-name="marsDevicesCompatibility" data-csa-c-type="widget" data-csa-c-content-id="marsDevicesCompatibility" data-csa-c-slot-id="marsDevicesCompatibility_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3586. <div id="twister_feature_div" class="celwidget" data-feature-name="twister" data-csa-c-type="widget" data-csa-c-content-id="twister" data-csa-c-slot-id="twister_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3587. <div id="twisterContainer" class="addTwisterMargin" style="max-width:none" data-csa-c-content-id="twisterContainer" data-csa-c-type="slot" data-csa-c-slot-id="twisterContainer">
  3588. <div class="a-section">
  3589. <form id="twister" method="get" action="/gp/product" class="a-spacing-small">
  3590. <span id="twisterNonJsData">
  3591. <input type="hidden" name="ASIN" value="B0BF75VM4T" />
  3592. <input type="hidden" name="twisterDimKeys" value="color_name,configuration" />
  3593. <input type="hidden" name="twisterNonJs" value="1" />
  3594. <input type="hidden" name="" id="dummySubmitButton" />
  3595. </span>
  3596. <style type="text/css">
  3597. #twister .swatches li {
  3598. border-radius: 2px;
  3599. }
  3600. </style>
  3601. <style id="twisterSlotResizeStyles_0">
  3602. </style>
  3603. <style id="twisterSwatchWrapperDynaStyle_0">
  3604. </style>
  3605. <script type="6215e0a667005d92ad47e400-text/javascript">
  3606. var slotsEligibleWidth = 1100;
  3607. var windowWidth = window.innerWidth
  3608. || document.documentElement.clientWidth
  3609. || document.body.clientWidth;
  3610. var twisterDiv = document.getElementById("twister"),
  3611. elements = twisterDiv.querySelectorAll(".twisterSwatchWrapper_0"),
  3612. noOfElements = elements.length,
  3613. slotDiv,
  3614. textDiv,
  3615. imageDiv;
  3616. // Twister slots will be hidden for small screens
  3617. if (windowWidth < slotsEligibleWidth) {
  3618. var isImageSwatch;
  3619. if (!false) {
  3620. for (var i = 0; i < noOfElements; i++) {
  3621. imageDiv = elements[i].querySelector(".twisterImageDiv");
  3622. slotDiv = elements[i].querySelector(".twisterSlotDiv");
  3623. if (slotDiv) {
  3624. slotDiv.style.display = "none";
  3625. }
  3626. if (imageDiv) {
  3627. imageDiv.className = imageDiv.className.replace('twisterImageDiv', '');
  3628. isImageSwatch = true;
  3629. }
  3630. elements[i].style.maxWidth = "none";
  3631. }
  3632. }
  3633. var imageDivOnAnyEl = elements[0].querySelector(".twisterImageDiv");
  3634. if (imageDivOnAnyEl) {
  3635. isImageSwatch = true;
  3636. }
  3637. var ingressDiv = twisterDiv.querySelectorAll(".twisterIngressWrapper_0");
  3638. var ingressLen = ingressDiv.length;
  3639. for (var i = 0; i < ingressLen; i++) {
  3640. if (isImageSwatch) {
  3641. ingressDiv[i].style.padding = "5px";
  3642. }
  3643. ingressDiv[i].style.display = "table-cell";
  3644. var ingressLinkElement = ingressDiv[i].querySelector(".ingressLinkWrapper");
  3645. if (ingressLinkElement) {
  3646. ingressLinkElement.style.position = "static";
  3647. ingressLinkElement.style.margin = "0px";
  3648. }
  3649. }
  3650. }
  3651. else {  // Code to ensure that all swatches have uniform width and height when slots are shown  
  3652. var maxWidth = 0,
  3653. maxTextHeight = 0,
  3654. maxSlotsHeight = 0,
  3655. maxElementHeight = 0,
  3656. elementWidth, elementTextHeight, elementSlotHeight, elementHeight;
  3657. for (var i = 0; i < noOfElements; i++) {
  3658. elementWidth = elements[i].clientWidth;
  3659. elementHeight = elements[i].clientHeight;
  3660. textDiv = elements[i].querySelector(".twisterTextDiv");
  3661. slotDiv = elements[i].querySelector(".twisterSlotDiv");
  3662. var ingressElement = (elements[i].className.indexOf("twisterIngressWrapper_0")) > -1;
  3663. if (ingressElement) {
  3664. continue;
  3665. }
  3666. if (textDiv) {
  3667. elementTextHeight = textDiv.clientHeight;
  3668. }
  3669. if (slotDiv) {
  3670. elementSlotHeight = slotDiv.clientHeight;
  3671. }
  3672. if (elementWidth && elementWidth > maxWidth) {
  3673. maxWidth = elementWidth;
  3674. }
  3675. if (elementTextHeight && (elementTextHeight > maxTextHeight)) {
  3676. maxTextHeight = elementTextHeight;
  3677. }
  3678. if (elementSlotHeight && (elementSlotHeight > maxSlotsHeight)) {
  3679. maxSlotsHeight = elementSlotHeight;
  3680. }
  3681. if (elementHeight && elementHeight > maxElementHeight) {
  3682. maxElementHeight = elementHeight;
  3683. }
  3684. }
  3685. if (document.getElementsByTagName('html')[0].className.indexOf('a-lt-ie9') > -1) {
  3686. for (var i = 0; i < noOfElements; i++) {
  3687. elements[i].style.minWidth = maxWidth + "px";
  3688. textDiv = elements[i].querySelector(".twisterTextDiv");
  3689. if (textDiv) {
  3690. textDiv.style.minHeight = maxTextHeight + "px";
  3691. } else {
  3692. elements[i].style.minHeight = maxElementHeight + "px";
  3693. }
  3694. slotDiv = elements[i].querySelector(".twisterSlotDiv");
  3695. //change for only this dimension
  3696. if (slotDiv) {
  3697. slotDiv.style.minHeight = maxSlotsHeight + "px";
  3698. }
  3699. var ingressDiv = elements[i].querySelector(".twisterIngressWrapper_0");
  3700. if (ingressDiv) {
  3701. ingressDiv.style.height = maxSlotsHeight + "px";
  3702. ingressDiv.style.width = maxWidth + "px";
  3703. }
  3704. }
  3705. var twisterIngressDiv = twisterDiv.querySelectorAll(".twisterIngressWrapper_0");
  3706. var ingressLen = twisterIngressDiv.length;
  3707. if (twisterIngressDiv) {
  3708. for (var i = 0; i < ingressLen; i++) {
  3709. var ingressElem = twisterIngressDiv[i];
  3710. ingressElem.style.minHeight = maxElementHeight + "px";
  3711. ingressElem.style.minWidth = maxWidth + "px";
  3712. }
  3713. }
  3714. } else {
  3715. var styelsheetDiv = document.getElementById("twisterSlotResizeStyles_0");
  3716. var swatchWrapperStyle = document.getElementById("twisterSwatchWrapperDynaStyle_0");
  3717. swatchWrapperStyle.innerHTML = ".twisterSwatchWrapper_0 {min-width:" + maxWidth + "px; min-height: " + maxElementHeight + "px;  }";
  3718. styelsheetDiv.innerHTML = " .twisterTextDiv { min-height: " + maxTextHeight + "px;  } .twisterSlotDiv { min-height: " + maxSlotsHeight + "px; } .twisterIngressWrapper_0 { min-width:" + maxWidth + "px; height: " + maxElementHeight + "px;  }";
  3719. }
  3720. }
  3721. </script>
  3722. <div id="variation_configuration" class="a-section a-spacing-small">
  3723. <div class="a-row a-spacing-micro singleton">
  3724. <label class="a-form-label">
  3725. Configuration:
  3726. </label>
  3727. <a href="https://mygbcc.com/"><span class="selection">PSG88</span></a>
  3728. </div>
  3729. </div>
  3730. </form>
  3731. </div>
  3732. </div>
  3733. <div class="dp-cif aok-hidden" data-feature-details='{"name":"twister","hasComponents":true,"components":[  {"name":"singleton","isInteractive":false} , {"name": "swatch","events":["hover"]}]}' data-dp-critical-js-modules='[  "twister-dimension-views-swatch","a-truncate","twister-dimension-view-promise-factory"]'></div>
  3734. <script type="6215e0a667005d92ad47e400-text/javascript">
  3735. P.now().execute('dp-mark-twister', function () {
  3736. var options = {
  3737. name: 'twister',
  3738. hasComponents: true,
  3739. components: []
  3740. };
  3741. options.components.push({ "name": "singleton", "isInteractive": false });
  3742. options.components.push({ "name": "swatch", "events": ["hover"] });
  3743. if (typeof window.markFeatureRender === 'function') {
  3744. window.markFeatureRender('twister', options);
  3745. }
  3746. });
  3747. </script>
  3748. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;dp-twister-csm&quot;}">{"updateCSMPageTypeId":true}</script>
  3749. <script type="6215e0a667005d92ad47e400-text/javascript">
  3750. P.register('twister-js-init-dpx-data', function () {
  3751. var dataToReturn = {
  3752. "isTabletWeb": false,
  3753. "dimensionSelectionData": [{ "isSelected": 1, "isRequired": 0 }, { "isSelected": 1, "isRequired": 0 }],
  3754. "ajaxUrlParams": "&productTypeDefinition=DIGITAL_DEVICE_3&productGroupId=amazon_home_display_on_website&parentAsin=B0BF75VM4T&isPrime=0&isOneClickEnabled=0&deviceOs=unrecognized",
  3755. "updateDivLists": {
  3756. "full": [{ "updateOnHover": 0, "divToUpdate": "dynamicConditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicGiftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicPackageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicCustomerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSupportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSecureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicConditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicGiftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicPackageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicCustomerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSupportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSecureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyButtonLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindlePurchaseRestrictionMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookDeviceIdentifier_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksKindleALCPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookUnsupportedCorMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unavailableMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleCountDownDeals_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "copActualPriceMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToEbookCartINUS_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksVatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "comicsUnlimitedALCMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentMethods_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxJPYouPay_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealOffer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkQuantityDiscounts_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookBuyboxPromotions_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksReadNowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadFreeBook_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoAwareness_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookSellerOfRecord_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksSor_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "blindReaderEdition_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "title_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hushpuppyPromo_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentPreference_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyButtonLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindlePurchaseRestrictionMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookDeviceIdentifier_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksKindleALCPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookUnsupportedCorMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unavailableMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleCountDownDeals_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "copActualPriceMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToEbookCartINUS_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksVatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "comicsUnlimitedALCMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentMethods_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxJPYouPay_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealOffer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkQuantityDiscounts_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookBuyboxPromotions_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksReadNowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadFreeBook_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoAwareness_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookSellerOfRecord_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksSor_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "blindReaderEdition_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "title_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hushpuppyPromo_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentPreference_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promiseBasedBadgeInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "couponsInBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ehf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promotionMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayBuyboxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promiseBasedBadgeInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "couponsInBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ehf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promotionMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayBuyboxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyButtonLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindlePurchaseRestrictionMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookDeviceIdentifier_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksKindleALCPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookUnsupportedCorMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unavailableMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleCountDownDeals_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "copActualPriceMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToEbookCartINUS_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksVatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "comicsUnlimitedALCMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentMethods_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxJPYouPay_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealOffer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkQuantityDiscounts_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookBuyboxPromotions_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksReadNowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadFreeBook_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoAwareness_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookSellerOfRecord_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksSor_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "blindReaderEdition_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "title_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hushpuppyPromo_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentPreference_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "KindleALCLegacy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicConditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicGiftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicPackageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicCustomerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSupportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSecureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpInviteButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "KindleALCLegacy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedLocation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellBtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneClick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preAddToCartFramework_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asg_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutLow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "desktop_productInsurance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "scheduledDelivery_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdParty_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "voltageCompliance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bbop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutHigh_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hbaLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packagingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sellerCertificationsODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchConfigure_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "gestalt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdPartyRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreBadgePopoverInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeProductMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfCountryInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "invitePlatform_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicConditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicGiftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicPackageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicCustomerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSupportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSecureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedLocation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellBtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneClick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preAddToCartFramework_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asg_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutLow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "desktop_productInsurance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "scheduledDelivery_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdParty_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "voltageCompliance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bbop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutHigh_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hbaLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packagingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sellerCertificationsODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchConfigure_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "gestalt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdPartyRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreBadgePopoverInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeProductMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfCountryInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "invitePlatform_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedSingleOfferCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "KindleALCLegacy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legacyBorrowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "limber_buybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "wff_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legacyBorrowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "prrBorrow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kuBorrow_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legacyBorrowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "prrUpsell_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kuUpsell_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceBlock-outsideOfForm_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promiseBasedBadgeInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "couponsInBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ehf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promotionMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayBuyboxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviatedHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleRentals_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audible_link_to_mlp_iap_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceBlock-outsideOfForm_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeSavingsUpsellCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addonItems_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessCodeWarning_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "glowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "usedBuyBoxConditionNote_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "usedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsSubscribeButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ssbWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "replenishmentFrequency_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsQuantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsDeliveryDate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsUpsellMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsCoupon_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsShippingMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "coupons_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryDateLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsCaptionAndDiscountPillAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshAddToGroceryList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshBottleReturnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshShipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almInviteList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almIneligibleBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAddToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almGlowContextualIngressPtDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almGlowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshShipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almLogoAndDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "superSaverBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "originalPackagingMessageInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "productSupportInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "newAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealAmazonDevicesPreRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealAppAccess_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealRedemption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealQuantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "peDealOfTheDayAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "glowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTradeInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPaymentCheckbox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealPrimeAccess_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayDealsMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTimer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "claimBar_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealState_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealHeaderStateMessageFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsHeaderRegulatoryDepositFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsHeaderInstallmentMessageFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promiseBasedBadgeInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "couponsInBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ehf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promotionMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayBuyboxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashLowProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToRegistry_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToWishlist_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashHighProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "superSaverBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealAmazonDevicesPreRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealAppAccess_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealRedemption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealQuantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "peDealOfTheDayAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "glowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTradeInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPaymentCheckbox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealPrimeAccess_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayDealsMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTimer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "claimBar_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealState_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealHeaderStateMessageFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsHeaderRegulatoryDepositFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsHeaderInstallmentMessageFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpInviteButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpInviteButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audible_link_to_mlp_iap_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedLocation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellBtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneClick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preAddToCartFramework_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asg_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutLow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "desktop_productInsurance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "scheduledDelivery_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdParty_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "voltageCompliance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bbop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutHigh_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hbaLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packagingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sellerCertificationsODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchConfigure_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "gestalt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdPartyRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreBadgePopoverInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeProductMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfCountryInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "invitePlatform_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedSingleOfferCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleRentalsAccordionRowHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleFreeTrialAccordionRowHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleALCAccordionRowHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almInviteList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almIneligibleBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupBuyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupAddToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupQuantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almPickupInstructions_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupInstruction_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupLocationIngress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedLocation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellBtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneClick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preAddToCartFramework_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asg_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutLow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "desktop_productInsurance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "scheduledDelivery_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdParty_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "voltageCompliance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bbop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutHigh_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hbaLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packagingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sellerCertificationsODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchConfigure_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "gestalt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdPartyRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreBadgePopoverInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeProductMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfCountryInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "invitePlatform_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedSingleOfferCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAddToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "jpDonation_priceQualifier_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asvCOP_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asvAmountPicker_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asvCOP_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asvAmountPicker_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshAddToGroceryList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshBottleReturnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almShipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almInviteList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almIneligibleBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAddToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almGlowContextualIngressPtDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almGlowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almLogoAndDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceBlock-outsideOfForm_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashLowProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToRegistry_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToWishlist_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashHighProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "superSaverBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsBadgeInsidePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "volumeAwarePricingPriceBlockMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "rebates_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almPrimeSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vendorPoweredCouponInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pep_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "points_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoMessagingDiscountValue_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "omnibusPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "taxInclusiveMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "volumeAwarePricingTableLoader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bundleLTBSSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonDevicesCustomPriceMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPaymentPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneTimePaymentPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almTaxExclusivePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTimer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freeReturns_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freeShippingPriceBadging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPriceBadging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsIfdInsidePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "jewelryPriceBreakup_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "basisPriceLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashLowProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToRegistry_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToWishlist_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashHighProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acdSpinnner_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransaction_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acdAddToCartButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acdValidationErrors_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acdOrderSummary_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashLowProminenceAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToRegistry_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToWishlistAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabotAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashHighProminenceAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vendorPoweredCouponInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unqualifiedBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "partialStateBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almOutOfStockBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfStockBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPayment_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeExclusiveBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "yurekaBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "nlx_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBundleEligibility_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportsTaxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityPricingTableSummaryInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceTracker_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almRedWithPrimeBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "delightPricingBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportsTaxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityPricingTableSummaryInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "superSaverBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsBadgeInsidePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "volumeAwarePricingPriceBlockMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "rebates_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almPrimeSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pep_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "points_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoMessagingDiscountValue_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "volumeAwarePricingTableLoader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bundleLTBSSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonDevicesCustomPriceMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPaymentPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneTimePaymentPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almTaxExclusivePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freeReturns_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freeShippingPriceBadging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPriceBadging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsIfdInsidePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "jewelryPriceBreakup_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "omnibusPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "delightPricingBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "taxInclusiveMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceTracker_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePriceDisplay_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "delightPricingBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almRedWithPrimeBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyBoxUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNowBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "solutionAreaCards_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "devicesJumpLinksAtfBottom_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfBottom4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfBottom3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfBottom2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfBottom1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight6_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight5_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "upsellModuleExecutor_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "olpLinkWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tellAFriendBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter16_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter15_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "newerVersion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "olp_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "andonCord_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "product-ads-feedback_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnItem_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter14_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter13_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "extendWhatYouOwn_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazon-devices-legal-only-no-merchandising_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vendorPoweredCoupon_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter12_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter11_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "provenanceCertifications_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tellAmazon_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyingOptionNostosBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "featurebullets_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 1 }, { "updateOnHover": 0, "divToUpdate": "productOverview_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "valuePick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonCertifiedBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "smartHomeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter10_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "generationsWidgetBelowTwister_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter9_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "clickToContact_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "holidayAvailabilityMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alexaInteractionCannedAtfCenter_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bundles_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsDevicesCompatibility_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickAVersion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter8_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter7_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonDeviceAdditionalAvailabilityMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonDeviceAvailabilityAugmentation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "generationsWidgetBelowPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter6_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter5_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeOfferEligibilityMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "issuancePriceblockAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "iconfarmv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pmpux_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customPriceMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "socialFabric_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "socialProofingAsinFaceout_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "socialProofingBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "zeitgeistBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sharkBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "climatePledgeFriendlyATF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ask_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "averageCustomerReviews_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cmrsSummary_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bylineInfo_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "title_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshLotComparison_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dramabotWarmingUpSlotPpdLeft_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alexaInteractionCannedPpdLeft_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfLeft4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfLeft3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buffetServiceCardAtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legalEUAtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "thumbs-image", "customClientFunction": 1, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 1, "divToUpdate": "twister-main-image", "customClientFunction": 1, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfLeft2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfLeft1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "companyCompliancePolicies_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfTop4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfTop3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ppiJumpLinksAtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfTop2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfTop1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "detailILM_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "makoInviteSuppression_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "makoEmergencyFixAtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "prime_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "percolate-ui-ilm_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "jquery-available_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "early-twister-js-init_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "productDocuments_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cpsiaProductSafetyWarning_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "detailBullets_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "storeDisclaimer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "importantInformation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "productDescription_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "makoEmergencyFix_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent65_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent64_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent63_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent62_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent61_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent60_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent59_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent58_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent57_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent56_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent55_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent54_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent53_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent52_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent51_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent50_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent49_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent48_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent47_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent46_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent45_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent44_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent43_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent42_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent41_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent40_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent39_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent38_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent37_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent36_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent35_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent34_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent33_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent32_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent31_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent30_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent29_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent28_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent27_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent26_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent25_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent24_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent23_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent22_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent21_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent20_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent19_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent18_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent17_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent16_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent15_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent14_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent13_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent12_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent11_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent10_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent9_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent8_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent7_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent6_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent5_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent5_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "contentGrid_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ajaxBlockComponents_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "aplusBrandStory_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }],
  3757. "partial": [{ "updateOnHover": 0, "divToUpdate": "tellAFriendBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "zeitgeistBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "climatePledgeFriendlyATF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "thumbs-image", "customClientFunction": 1, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 1, "divToUpdate": "twister-main-image", "customClientFunction": 1, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ajaxBlockComponents_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }],
  3758. "parent": [{ "updateOnHover": 0, "divToUpdate": "dynamicConditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicGiftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicPackageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicCustomerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSupportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSecureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicConditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicGiftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicPackageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicCustomerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSupportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSecureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyButtonLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindlePurchaseRestrictionMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookDeviceIdentifier_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksKindleALCPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookUnsupportedCorMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unavailableMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleCountDownDeals_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "copActualPriceMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToEbookCartINUS_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksVatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "comicsUnlimitedALCMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentMethods_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxJPYouPay_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealOffer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkQuantityDiscounts_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookBuyboxPromotions_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksReadNowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadFreeBook_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoAwareness_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookSellerOfRecord_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksSor_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "blindReaderEdition_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "title_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hushpuppyPromo_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentPreference_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyButtonLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindlePurchaseRestrictionMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookDeviceIdentifier_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksKindleALCPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookUnsupportedCorMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unavailableMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleCountDownDeals_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "copActualPriceMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToEbookCartINUS_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksVatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "comicsUnlimitedALCMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentMethods_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxJPYouPay_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealOffer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkQuantityDiscounts_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookBuyboxPromotions_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksReadNowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadFreeBook_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoAwareness_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookSellerOfRecord_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksSor_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "blindReaderEdition_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "title_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hushpuppyPromo_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentPreference_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promiseBasedBadgeInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "couponsInBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ehf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promotionMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayBuyboxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promiseBasedBadgeInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "couponsInBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ehf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promotionMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayBuyboxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyButtonLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindlePurchaseRestrictionMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookDeviceIdentifier_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksKindleALCPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookUnsupportedCorMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unavailableMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleCountDownDeals_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "copActualPriceMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToEbookCartINUS_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksVatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "comicsUnlimitedALCMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentMethods_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxJPYouPay_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealOffer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBulkQuantityDiscounts_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookBuyboxPromotions_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksReadNowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadFreeBook_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "webReaderReadNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoAwareness_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebookSellerOfRecord_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksSor_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "blindReaderEdition_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "title_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hushpuppyPromo_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ebooksBuyboxPaymentPreference_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "KindleALCLegacy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicConditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicGiftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicPackageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicCustomerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSupportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSecureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpInviteButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "KindleALCLegacy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedLocation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellBtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneClick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preAddToCartFramework_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asg_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutLow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "desktop_productInsurance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "scheduledDelivery_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdParty_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "voltageCompliance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bbop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutHigh_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hbaLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packagingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sellerCertificationsODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchConfigure_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "gestalt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdPartyRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreBadgePopoverInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeProductMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfCountryInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "invitePlatform_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicConditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicGiftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicPackageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicCustomerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSupportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicSecureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedLocation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellBtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneClick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preAddToCartFramework_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asg_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutLow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "desktop_productInsurance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "scheduledDelivery_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdParty_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "voltageCompliance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bbop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutHigh_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hbaLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packagingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sellerCertificationsODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchConfigure_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "gestalt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdPartyRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreBadgePopoverInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeProductMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfCountryInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "invitePlatform_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedSingleOfferCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "KindleALCLegacy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legacyBorrowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "limber_buybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "wff_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legacyBorrowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "prrBorrow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kuBorrow_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legacyBorrowButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "prrUpsell_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kuUpsell_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlockAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreImportBadgeAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "creturnsPolicyMessageInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeBadgeAndShippingMessageAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceBlock-outsideOfForm_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promiseBasedBadgeInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "couponsInBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ehf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promotionMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayBuyboxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviatedHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleRentals_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audible_link_to_mlp_iap_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceBlock-outsideOfForm_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreIfdAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeSavingsUpsellCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addonItems_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessCodeWarning_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "glowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "usedBuyBoxConditionNote_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "usedAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsSubscribeButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ssbWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "replenishmentFrequency_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsQuantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsDeliveryDate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsUpsellMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsCoupon_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsShippingMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "coupons_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryDateLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "snsCaptionAndDiscountPillAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshAddToGroceryList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshBottleReturnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshShipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almInviteList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almIneligibleBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAddToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almGlowContextualIngressPtDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almGlowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshShipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almLogoAndDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "superSaverBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "originalPackagingMessageInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "productSupportInsideAccordionHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipFromSoldByAbbreviated_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideAccordionHeader2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "newAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealAmazonDevicesPreRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealAppAccess_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealRedemption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealQuantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "peDealOfTheDayAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "glowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTradeInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPaymentCheckbox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealPrimeAccess_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayDealsMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTimer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "claimBar_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealState_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealHeaderStateMessageFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsHeaderRegulatoryDepositFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsHeaderInstallmentMessageFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeatureReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftWrapInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packageInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sourceMerchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customerServiceInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionReorderT1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnsInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionGuideFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promiseBasedBadgeInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "couponsInBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ehf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsShippingAndIfdInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promotionMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayBuyboxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "conditionInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchantInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "fulfillerInfoFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cipInsideDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashLowProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToRegistry_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToWishlist_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashHighProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "superSaverBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealAmazonDevicesPreRegistration_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealAppAccess_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealRedemption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealQuantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "peDealOfTheDayAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "glowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deepCheckPromiseInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPromiseInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTradeInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPaymentCheckbox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealPrimeAccess_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "layawayDealsMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTimer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "claimBar_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealState_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealHeaderStateMessageFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsHeaderRegulatoryDepositFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsHeaderInstallmentMessageFeature_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealsAccordionCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpInviteButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpInviteButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hdpDetailInBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingModule_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audible_link_to_mlp_iap_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedLocation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellBtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneClick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preAddToCartFramework_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asg_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutLow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "desktop_productInsurance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "scheduledDelivery_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdParty_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "voltageCompliance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bbop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutHigh_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hbaLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packagingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sellerCertificationsODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchConfigure_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "gestalt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdPartyRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreBadgePopoverInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeProductMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfCountryInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "invitePlatform_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedSingleOfferCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleRentalsAccordionRowHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleFreeTrialAccordionRowHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "kindleALCAccordionRowHeader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almInviteList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almIneligibleBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupBuyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupAddToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupQuantity_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almPickupInstructions_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupInstruction_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupLocationIngress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickupCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pointsInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unifiedLocation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellBtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "giftingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneClick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "preAddToCartFramework_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asg_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutLow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "desktop_productInsurance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "scheduledDelivery_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdParty_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "voltageCompliance_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bbop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityLayoutHigh_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInInstantSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "hbaLabel_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "packagingODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "supportInformationODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "returnPolicyODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sellerCertificationsODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sfsbLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldByODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransactionODF_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusBuyBoxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportAlternativeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "merchConfigure_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "gestalt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "twisterPlusPriceSubtotalWWDesktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "soldByThirdPartyRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityRelocate_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "globalStoreBadgePopoverInsideBuybox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeProductMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfCountryInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availabilityInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "invitePlatform_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealProgress_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "renewedSingleOfferCaption_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAddToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shippingMessageInsideBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "jpDonation_priceQualifier_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asvCOP_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asvAmountPicker_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNow_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asvCOP_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "asvAmountPicker_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshAddToGroceryList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshBottleReturnMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almShipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almInviteList_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almIneligibleBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAddToCart_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almAvailability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almGlowContextualIngressPtDeliveryBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almGlowContextualIngressPt_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almLogoAndDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceBlock-outsideOfForm_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashLowProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToRegistry_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToWishlist_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashHighProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "superSaverBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsBadgeInsidePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "volumeAwarePricingPriceBlockMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "rebates_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almPrimeSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vendorPoweredCouponInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pep_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "points_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoMessagingDiscountValue_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "omnibusPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "taxInclusiveMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "volumeAwarePricingTableLoader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bundleLTBSSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonDevicesCustomPriceMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPaymentPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneTimePaymentPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almTaxExclusivePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealTimer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freeReturns_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freeShippingPriceBadging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPriceBadging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsIfdInsidePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "jewelryPriceBreakup_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "basisPriceLegalMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashLowProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToRegistry_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToWishlist_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashHighProminence_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acdSpinnner_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "secureTransaction_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acdAddToCartButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acdValidationErrors_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acdOrderSummary_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashLowProminenceAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToRegistry_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addToWishlistAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "audibletitlegiftv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAmabotAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsellAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsAccessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalDashHighProminenceAccordion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vendorPoweredCouponInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "unqualifiedBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "partialStateBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almOutOfStockBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "outOfStockBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPayment_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "primeExclusiveBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "yurekaBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "nlx_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "digitalBundleEligibility_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportsTaxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityPricingTableSummaryInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceTracker_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almRedWithPrimeBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "delightPricingBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoPriceBlockMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonGlobal_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "exportsTaxMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "quantityPricingTableSummaryInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "superSaverBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsBadgeInsidePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "volumeAwarePricingPriceBlockMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "rebates_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almPrimeSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pep_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "points_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vatMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "promoMessagingDiscountValue_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "volumeAwarePricingTableLoader_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bundleLTBSSavings_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonDevicesCustomPriceMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "installmentPaymentPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "oneTimePaymentPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almTaxExclusivePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freeReturns_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freeShippingPriceBadging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "deliveryPriceBadging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "regulatoryDeposit_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "agsIfdInsidePrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "jewelryPriceBreakup_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "omnibusPrice_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "delightPricingBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "taxInclusiveMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "priceTracker_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "corePriceDisplay_desktop_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "delightPricingBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "almRedWithPrimeBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dealBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "accessoryUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyBoxUpsell_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyNowBuyBox_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "solutionAreaCards_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "devicesJumpLinksAtfBottom_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfBottom4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfBottom3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfBottom2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfBottom1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight6_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight5_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tradeInButton_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "upsellModuleExecutor_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "olpLinkWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfRight1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter16_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter15_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "newerVersion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "olp_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "andonCord_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "product-ads-feedback_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "addOnItem_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter14_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter13_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "extendWhatYouOwn_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazon-devices-legal-only-no-merchandising_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "vendorPoweredCoupon_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter12_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter11_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "provenanceCertifications_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "tellAmazon_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buyingOptionNostosBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "featurebullets_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 1 }, { "updateOnHover": 0, "divToUpdate": "productOverview_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "valuePick_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonCertifiedBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "smartHomeWidget_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter10_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "generationsWidgetBelowTwister_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter9_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "clickToContact_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "holidayAvailabilityMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alexaInteractionCannedAtfCenter_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bundles_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "marsDevicesCompatibility_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pickAVersion_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter8_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter7_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonDeviceAdditionalAvailabilityMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "amazonDeviceAvailabilityAugmentation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "businessPricing_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "shipsFromSoldBy_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dynamicDeliveryMessage_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "availability_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "generationsWidgetBelowPriceBlock_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter6_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter5_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alternativeOfferEligibilityMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "issuancePriceblockAmabot_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "iconfarmv2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "pmpux_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "customPriceMessaging_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "socialFabric_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "socialProofingAsinFaceout_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "socialProofingBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "sharkBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "acBadge_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ask_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "averageCustomerReviews_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cmrsSummary_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "bylineInfo_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "title_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfCenter1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "freshLotComparison_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "dramabotWarmingUpSlotPpdLeft_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "alexaInteractionCannedPpdLeft_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfLeft4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfLeft3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "buffetServiceCardAtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "legalEUAtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfLeft2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfLeft1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "companyCompliancePolicies_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfTop4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfTop3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "ppiJumpLinksAtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfTop2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfTop1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "detailILM_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "makoInviteSuppression_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "makoEmergencyFixAtf_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "prime_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "percolate-ui-ilm_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "jquery-available_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "early-twister-js-init_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "productDocuments_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "cpsiaProductSafetyWarning_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "detailBullets_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "storeDisclaimer_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "importantInformation_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "productDescription_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "makoEmergencyFix_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent65_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent64_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent63_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent62_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent61_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent60_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent59_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent58_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent57_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent56_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent55_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent54_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent53_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent52_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent51_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent50_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent49_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent48_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent47_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent46_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent45_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent44_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent43_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent42_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent41_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent40_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent39_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent38_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent37_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent36_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent35_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent34_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent33_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent32_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent31_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent30_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent29_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent28_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent27_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent26_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent25_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent24_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent23_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent22_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent21_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent20_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent19_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent18_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent17_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent16_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent15_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent14_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent13_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent12_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent11_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent10_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent9_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent8_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent7_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent6_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent5_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "btfContent1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent5_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent4_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent3_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent2_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "atfContent1_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "contentGrid_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }, { "updateOnHover": 0, "divToUpdate": "aplusBrandStory_feature_div", "customClientFunction": 0, "isPrefetchable": 1, "loadingBar": 0 }],
  3759. "master": []
  3760. },
  3761. "isImmersiveExperience": false,
  3762. "deviceType": "web",
  3763. "measurement": {
  3764. "atf": { "marker": "twister-atf-marker_feature_div", "count": 2 },
  3765. "cf": { "marker": "twister-cf-marker_feature_div", "count": 2, "longPollImageTag": null, "longPollHtmlTag": null }
  3766. },
  3767. "ajaxTimeout": 20000,
  3768. "displayConfigStylesData": {
  3769. "swatch": { "available": "swatchAvailable", "selected": "swatchSelect", "invalid": "swatchUnavailable", "unavailable": "swatchCurrentlyUnavailable" },
  3770. "dropdown": { "available": "dropdownAvailable", "selected": "dropdownSelect", "invalid": "dropdownUnavailable", "hidden": "dropdownHidden", "unavailable": "dropdownCurrentlyUnavailable" },
  3771. "singleton": { "available": "singletonSelect", "selected": "singletonSelect", "invalid": "singletonSelect" },
  3772. "etdd": { "available": "available", "selected": "selected", "invalid": "invalid" },
  3773. "vodd": { "available": "voddAvailable", "selected": "voddSelect", "invalid": "voddUnavailable" }
  3774. },
  3775. "keysToPopulateDetailPageStateController": [
  3776. "current_asin", "parent_asin", "productGroupID",
  3777. "storeID", "unselectedDimCount", "currentDimCombID", "reactId",
  3778. "dimensionSelectionData", "num_total_variations", "num_variation_dimensions", "rps",
  3779. "view", "selected_variations", "variation_values", "selected_variation_values", "asin_variation_values"
  3780. ],
  3781. "twisterAccessibilityCurrentSelection": "Your current selection is : ",
  3782. "dimensionsDisplayType": [
  3783. "swatch", "singleton",
  3784. ],
  3785. "pwEnabledDimensionMap": {
  3786. "color_name": false,
  3787. "configuration": false
  3788. },
  3789. "multiDimensionWeblabEnabled": false,
  3790. "isPWBadgeEnabled": false,
  3791. "immersiveBannersPresent": true,
  3792. "immersivePartialStateMessage": "Select a dimName to see prices",
  3793. "immersiveFullySelectedStateMessage": "Prices shown are for dimName",
  3794. "dpEnvironment": "hardlines",
  3795. "isImmersiveViewEnabled": false,
  3796. "isImmersiveViewEnabledOnDim": [
  3797. false, false,
  3798. ],
  3799. "isSlotsEnabled": [
  3800. true, false,
  3801. ],
  3802. "maxSwatchesForImmersiveView": [8, 8,],
  3803. "dimensionsDisplaySubType": ["IMAGE", "",],
  3804. "singletonDimensionKeys": ["configuration"],
  3805. "twisterUpdateURLAppend": {
  3806. "immutableParams": {
  3807. "ppw": "",
  3808. "deviceOs": "unrecognized",
  3809. "ppl": ""
  3810. }
  3811. },
  3812. "twisterUpdateURLInfo": {
  3813. "immutableURLPrefix": "/gp/twister/ajaxv2",
  3814. "immutableParams": {
  3815. "ppw": "",
  3816. "deviceOs": "unrecognized",
  3817. "ppl": ""
  3818. },
  3819. "mutableParams": {}
  3820. },
  3821. "inlineTwisterData": {},
  3822. "imageHashMap": {},
  3823. "reorderedDimensionListKeys": [],
  3824. "desktopConfiguratorPopoverImageMap": {},
  3825. "dimensionPageLoadUrls": {},
  3826. "displayTypeProperties": [
  3827. {}, {}
  3828. ],
  3829. "shouldUseDPXTwisterData": 1,
  3830. "currentAsin": "B0DG4WZZPV",
  3831. "parentAsin": "B0BF75VM4T",
  3832. "dimensionToAsinMap": { "0_0": "B0DG4WZZPV", "1_0": "B0DG4QQDJY" },
  3833. "variationValues": { "configuration": ["Psg88 Agen Slot Online"], "color_name": ["Charcoal", "Glacier White"] },
  3834. "asinVariationValues": { "B0DG4WZZPV": { "configuration": "0", "ASIN": "B0DG4WZZPV", "color_name": "0" }, "B0DG4QQDJY": { "configuration": "0", "ASIN": "B0DG4QQDJY", "color_name": "1" } },
  3835. "dimensionValuesData": [["Charcoal", "Glacier White"], ["2 Echo Dot with eero 6+"]],
  3836. "asinToDimensionIndexMap": { "B0DG4WZZPV": [0, 0], "B0DG4QQDJY": [1, 0] },
  3837. "selectedVariationValues": { "configuration": 0, "color_name": 0 },
  3838. "reactId": "0_0",
  3839. "currentDimensionCombinationId": "0_0",
  3840. "deletedLandingAsinInfo": { "dimValues": ["Please Select", "Please Select"], "asin": "B0DG4WZZPV" },
  3841. "num_total_variations": 2,
  3842. "dimensions": ["color_name", "configuration"],
  3843. "unselectedDimCount": 0,
  3844. "selected_variations": { "configuration": "2 Echo Dot with eero 6+", "color_name": "Charcoal" },
  3845. "dimensionValuesDisplayData": { "B0DG4WZZPV": ["Charcoal", "2 Echo Dot with eero 6+"], "B0DG4QQDJY": ["Glacier White", "2 Echo Dot with eero 6+"] },
  3846. "pwASINs": [],
  3847. "pwUnavailableMessage": "",
  3848. "prioritizeReqPrefetch": 0,
  3849. "num_variation_dimensions": 2,
  3850. "dimensionsDisplay": ["Colour Name", "Configuration"],
  3851. "variationDisplayLabels": { "configuration": "Configuration", "color_name": "Colour Name" },
  3852. "dimensionHierarchyData": [0, 0],
  3853. "topHierarchicalDimensionIndex": {},
  3854. "hierarchicalPivoting": false,
  3855. "isIconPresentForDimensionValue": [[0, 0], [0]],
  3856. "currentlyUnavailableAsins": [],
  3857. "isCurrentlyUnavailableWeblabEnabled": "false",
  3858. "currentlyUnavailablePopOverStringValue": "Currently unavailable.",
  3859. "unavailablePopOverStringValue": "See available options"
  3860. };
  3861. return dataToReturn;
  3862. });
  3863. P.when('atf').register('useDesktopTwisterMetaAsset', {});
  3864. </script>
  3865. </div>
  3866. <div id="bundles_feature_div" class="celwidget" data-feature-name="bundles" data-csa-c-type="widget" data-csa-c-content-id="bundles" data-csa-c-slot-id="bundles_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3867. <div id="alexaInteractionCannedAtfCenter_feature_div" class="celwidget" data-feature-name="alexaInteractionCannedAtfCenter" data-csa-c-type="widget" data-csa-c-content-id="alexaInteractionCannedAtfCenter" data-csa-c-slot-id="alexaInteractionCannedAtfCenter_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3868. <div id="holidayAvailabilityMessage_feature_div" class="celwidget" data-feature-name="holidayAvailabilityMessage" data-csa-c-type="widget" data-csa-c-content-id="holidayAvailabilityMessage" data-csa-c-slot-id="holidayAvailabilityMessage_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3869. <div id="clickToContact_feature_div" class="celwidget" data-feature-name="clickToContact" data-csa-c-type="widget" data-csa-c-content-id="clickToContact" data-csa-c-slot-id="clickToContact_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3870. <div id="atfCenter9_feature_div" class="celwidget" data-feature-name="atfCenter9" data-csa-c-type="widget" data-csa-c-content-id="atfCenter9" data-csa-c-slot-id="atfCenter9_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3871. <div id="generationsWidgetBelowTwister_feature_div" class="celwidget" data-feature-name="generationsWidgetBelowTwister" data-csa-c-type="widget" data-csa-c-content-id="generationsWidgetBelowTwister" data-csa-c-slot-id="generationsWidgetBelowTwister_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3872. <div id="atfCenter10_feature_div" class="celwidget" data-feature-name="atfCenter10" data-csa-c-type="widget" data-csa-c-content-id="atfCenter10" data-csa-c-slot-id="atfCenter10_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3873. <div id="smartHomeWidget_feature_div" class="celwidget" data-feature-name="smartHomeWidget" data-csa-c-type="widget" data-csa-c-content-id="smartHomeWidget" data-csa-c-slot-id="smartHomeWidget_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3874. <div id="amazonCertifiedBadge_feature_div" class="celwidget" data-feature-name="amazonCertifiedBadge" data-csa-c-type="widget" data-csa-c-content-id="amazonCertifiedBadge" data-csa-c-slot-id="amazonCertifiedBadge_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3875. <div id="valuePick_feature_div" class="celwidget" data-feature-name="valuePick" data-csa-c-type="widget" data-csa-c-content-id="valuePick" data-csa-c-slot-id="valuePick_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3876. <div id="twisterPlusWWDesktop" class="celwidget" data-feature-name="twisterPlusWWDesktop" data-csa-c-type="widget" data-csa-c-content-id="twisterPlusWWDesktop" data-csa-c-slot-id="twisterPlusWWDesktop" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3877. <div id="productOverview_feature_div" class="celwidget" data-feature-name="productOverview" data-csa-c-type="widget" data-csa-c-content-id="productOverview" data-csa-c-slot-id="productOverview_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  3878. <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-type="widget" data-csa-c-content-id="featurebullets" data-csa-c-slot-id="featurebullets_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3879. <h1 style="text-align: center;"><strong>PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi</strong></h1>
  3880.                                <p><a title="PSG88" href="https://mygbcc.com/">PSG88</a> hari ini resmi meluncurkan permainan slot online menggunakan server slot Thailand yang banyak kita kenal sebagai server luar anti rungkad. Walaupun server slot berada diluar Indonesia, slot thailand sangat banyak dicari pemain slot dan dipercaya gacor atau mudah mendapatkan kemenangan cepat.</p>
  3881. <p>Situs resmi PSG88 juga sangat memberikan kemudahan bagi member game slot dengan menyediakan form deposit paling murah tahun ini. Hanya dengan <a title="deposit slot 5000" href="https://mygbcc.com/">deposit slot 5000</a> semua pemain slot bisa bermain di agen resmi terpercaya ini. Situs yang sudah berpengalaman PSG88 memiliki lisensi resmi PAGCOR, menunjukan bahwa agen resmi slot 5000 ini bisa dipercaya aman dan nyaman.</p>
  3882. <p>Bonus deposit <a title="slot 5000" href="https://mygbcc.com/">slot 5000</a> bagi member slot PSG88 akan diberikan bonus 100% untuk pemain pertama atau kita kenal sebagai new member slot. PSG88 selain memberikan bonus bagi new member, situs slot gacor ini selalu memberikan banyak promosi mingguan yang sangat menguntungkan.</p>
  3883. <p>Info bocoran <a title="slot deposit 5000" href="https://mygbcc.com/">slot deposit 5000</a> PSG88 juga bisa kita lihat menggunakan RTP (Return to Player), Permainan slot yang sedang gacor dan gampang menang hari ini. Situs slot gacor hari ini PSG88 selain gampang JP, situs slot satu ini juga memiliki banyak rekomendasi permain game online seperti :</p>
  3884. <p>- CASINO ONLINE</p>
  3885. <p>- TOGEL ONLINE</p>
  3886. <p>- SABUNG AYAM</p>
  3887. <p>- SPORT</p>
  3888. <p>- TEMBAK IKAN</p>
  3889. <p>Pemain judi online di Indonesia memang sangat popular 10 tahun belakangan ini, banyak pemain slot mencari agen penyedia permainan slot resmi, <a title="PSG88 resmi" href="https://mygbcc.com/">PSG88 resmi</a> solusi tepat sudah kalian dapat, mari bermain dengan deposit slot 5000 via pulsa, dana, Qris Anda memiliki banyak kesempatan menjadi pemenang terbanyak dengan permainan slot gacor hari ini.</p>
  3890. <p>F.A.Q Pertanyaan Seputar Situs Resmi PSG88</p>
  3891. <p>Q. Situs PSG88 apakah merupakan situs resmi yang dinaungi asosiasi perjudian Dunia?</p>
  3892. <p>S. Ya, Situs PSG88 memiliki sertipikat resmi PAGCOR dan dilindungi oleh asosiasi perjudian dunia.</p>
  3893. <p>Q. Berapa minimal deposit Agen Psg88 resmi?</p>
  3894. <p>S. Hanya dengan deposit slot 5000 via pulsa, dana, qris bisa langsung dimainkan semua permainan slot.</p>
  3895. <p>Q. Apakah situs resmi PSG88 merupakan agen permainan game slot online gacor?</p>
  3896. <p>S. Betul sekali, PSG88 dipercaya permain slot mudah mendapatkan maxwin hanya dengan deposit slot 5000 saja.</p>
  3897. <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">
  3898. <div data-csa-c-content-id="voyager-product-details-jumplink" data-csa-c-slot-id="voyager-product-details-jumplink" data-csa-c-type="link" class="a-section aok-hidden">
  3899. <span class="caretnext">&#155;</span>
  3900. <a id="seeMoreDetailsLink" class="a-link-normal" href="#productDetails"> See more product details </a>
  3901. </div>
  3902. </div>
  3903. </div>
  3904. <div id="buyingOptionNostosBadge_feature_div" class="celwidget"
  3905. data-feature-name="buyingOptionNostosBadge" data-csa-c-type="widget"
  3906. data-csa-c-content-id="buyingOptionNostosBadge"
  3907. data-csa-c-slot-id="buyingOptionNostosBadge_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3908. data-csa-c-is-in-initial-active-row="false">
  3909. </div>
  3910. <div id="provenanceCertifications_feature_div" class="celwidget"
  3911. data-feature-name="provenanceCertifications" data-csa-c-type="widget"
  3912. data-csa-c-content-id="provenanceCertifications"
  3913. data-csa-c-slot-id="provenanceCertifications_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3914. data-csa-c-is-in-initial-active-row="false">
  3915. </div>
  3916. <div id="atfCenter11_feature_div" class="celwidget" data-feature-name="atfCenter11"
  3917. data-csa-c-type="widget" data-csa-c-content-id="atfCenter11"
  3918. data-csa-c-slot-id="atfCenter11_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3919. data-csa-c-is-in-initial-active-row="false">
  3920. </div>
  3921. <div id="atfCenter12_feature_div" class="celwidget" data-feature-name="atfCenter12"
  3922. data-csa-c-type="widget" data-csa-c-content-id="atfCenter12"
  3923. data-csa-c-slot-id="atfCenter12_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3924. data-csa-c-is-in-initial-active-row="false">
  3925. </div>
  3926. <div id="vendorPoweredCoupon_feature_div" class="celwidget"
  3927. data-feature-name="vendorPoweredCoupon" data-csa-c-type="widget"
  3928. data-csa-c-content-id="vendorPoweredCoupon"
  3929. data-csa-c-slot-id="vendorPoweredCoupon_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3930. data-csa-c-is-in-initial-active-row="false">
  3931. </div>
  3932. <div id="extendWhatYouOwn_feature_div" class="celwidget" data-feature-name="extendWhatYouOwn"
  3933. data-csa-c-type="widget" data-csa-c-content-id="extendWhatYouOwn"
  3934. data-csa-c-slot-id="extendWhatYouOwn_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3935. data-csa-c-is-in-initial-active-row="false">
  3936. </div>
  3937. <div id="atfCenter13_feature_div" class="celwidget" data-feature-name="atfCenter13"
  3938. data-csa-c-type="widget" data-csa-c-content-id="atfCenter13"
  3939. data-csa-c-slot-id="atfCenter13_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3940. data-csa-c-is-in-initial-active-row="false">
  3941. </div>
  3942. <div id="atfCenter14_feature_div" class="celwidget" data-feature-name="atfCenter14"
  3943. data-csa-c-type="widget" data-csa-c-content-id="atfCenter14"
  3944. data-csa-c-slot-id="atfCenter14_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3945. data-csa-c-is-in-initial-active-row="false">
  3946. </div>
  3947. <div id="addOnItem_feature_div" class="celwidget" data-feature-name="addOnItem"
  3948. data-csa-c-type="widget" data-csa-c-content-id="addOnItem"
  3949. data-csa-c-slot-id="addOnItem_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3950. data-csa-c-is-in-initial-active-row="false">
  3951. </div>
  3952. <div id="product-ads-feedback_feature_div" class="celwidget"
  3953. data-feature-name="productAdsFeedback" data-csa-c-type="widget"
  3954. data-csa-c-content-id="productAdsFeedback"
  3955. data-csa-c-slot-id="product-ads-feedback_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3956. data-csa-c-is-in-initial-active-row="false">
  3957. </div>
  3958. <div id="giftcard-holiday-availability-messaging_feature_div" class="celwidget"
  3959. data-feature-name="giftCardHolidayAvailabilityMessaging" data-csa-c-type="widget"
  3960. data-csa-c-content-id="giftCardHolidayAvailabilityMessaging"
  3961. data-csa-c-slot-id="giftcard-holiday-availability-messaging_feature_div"
  3962. data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3963. <!--giftCardHolidayAvailabilityMessaging_placeholder-->
  3964. </div>
  3965. <div id="andonCord_feature_div" class="celwidget" data-feature-name="andonCord"
  3966. data-csa-c-type="widget" data-csa-c-content-id="andonCord"
  3967. data-csa-c-slot-id="andonCord_feature_div" data-csa-c-asin="B0DG4WZZPV"
  3968. data-csa-c-is-in-initial-active-row="false">
  3969. </div>
  3970. <div id="olp_feature_div" class="celwidget" data-feature-name="olp" data-csa-c-type="widget"
  3971. data-csa-c-content-id="olp" data-csa-c-slot-id="olp_feature_div"
  3972. data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  3973. <div id="all-offers-display" class="a-section">
  3974. <div id="all-offers-display-spinner" class="a-spinner-wrapper aok-hidden"><span class="a-spinner a-spinner-medium"></span></div>
  3975. <form method="get" action="" autocomplete="off" class="aok-hidden all-offers-display-params"> <input type="hidden" name=""
  3976. value="true" id="all-offers-display-reload-param" /> <input type="hidden"
  3977. name="" id="all-offers-display-params" data-asin="B0DG4WZZPV" data-m=""
  3978. data-qid="" data-smid="" data-sourcecustomerorglistid=""
  3979. data-sourcecustomerorglistitemid="" data-sr="" /> </form>
  3980. </div> <span class="a-declarative" data-action="close-all-offers-display" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-close-all-offers-display" data-close-all-offers-display="{}">
  3981. <div id="aod-background" class="a-section aok-hidden aod-darken-background"> </div>
  3982. </span>
  3983. <script type="6215e0a667005d92ad47e400-application/javascript">
  3984. P.when("A", "load").execute("aod-assets-loaded", function (A) {
  3985. function logAssetsNotLoaded() {
  3986. if (window.ueLogError) {
  3987. var customError = { message: 'Failed to load AOD assets for WDG: amazon_home_display_on_website, Device: web' };
  3988. var additionalInfo = {
  3989. logLevel: 'ERROR',
  3990. attribution: 'aod_assets_not_loaded'
  3991. };
  3992. ueLogError(customError, additionalInfo);
  3993. }
  3994. if (window.ue && window.ue.count) {
  3995. window.ue.count("aod-assets-not-loaded", 1);
  3996. }
  3997. }
  3998. function verifyAssetsLoaded() {
  3999. var assetsLoadedPageState = A.state('aod:assetsLoaded');
  4000. var logAssetsNotLoadedState = A.state('aod:logAssetsNotLoaded');
  4001. if ((assetsLoadedPageState == null || !assetsLoadedPageState.isAodAssetsLoaded)
  4002. && (logAssetsNotLoadedState == null || !logAssetsNotLoadedState.isAodAssetsNotLoadedLogged)) {
  4003. A.state('aod:logAssetsNotLoaded', { isAodAssetsNotLoadedLogged: true });
  4004. logAssetsNotLoaded();
  4005. }
  4006. }
  4007. setTimeout(verifyAssetsLoaded, 50000)
  4008. });
  4009. </script>
  4010. </div>
  4011. <div id="newerVersion_feature_div" class="celwidget" data-feature-name="newerVersion"
  4012. data-csa-c-type="widget" data-csa-c-content-id="newerVersion"
  4013. data-csa-c-slot-id="newerVersion_feature_div" data-csa-c-asin="B0DG4WZZPV"
  4014. data-csa-c-is-in-initial-active-row="false">
  4015. </div>
  4016. <div id="recommendations_feature_div" class="celwidget" data-feature-name="recommendations"
  4017. data-csa-c-type="widget" data-csa-c-content-id="recommendations"
  4018. data-csa-c-slot-id="recommendations_feature_div" data-csa-c-asin="B0DG4WZZPV"
  4019. data-csa-c-is-in-initial-active-row="false">
  4020. </div>
  4021. <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert"
  4022. data-csa-c-type="widget" data-csa-c-content-id="productAlert"
  4023. data-csa-c-slot-id="productAlert_feature_div" data-csa-c-asin="B0DG4WZZPV"
  4024. data-csa-c-is-in-initial-active-row="false">
  4025. </div>
  4026. <div id="atfCenter15_feature_div" class="celwidget" data-feature-name="atfCenter15"
  4027. data-csa-c-type="widget" data-csa-c-content-id="atfCenter15"
  4028. data-csa-c-slot-id="atfCenter15_feature_div" data-csa-c-asin="B0DG4WZZPV"
  4029. data-csa-c-is-in-initial-active-row="false">
  4030. </div>
  4031. <div id="atfCenter16_feature_div" class="celwidget" data-feature-name="atfCenter16"
  4032. data-csa-c-type="widget" data-csa-c-content-id="atfCenter16"
  4033. data-csa-c-slot-id="atfCenter16_feature_div" data-csa-c-asin="B0DG4WZZPV"
  4034. data-csa-c-is-in-initial-active-row="false">
  4035. </div>
  4036. </div>
  4037. <div id="hqpWrapper" class="centerColAlign">
  4038. </div>
  4039. </div>
  4040. <script type="6215e0a667005d92ad47e400-text/javascript">
  4041. if (window.ue) {
  4042. ue.count("dp_aib_centerCol_height", document.getElementById('centerCol').clientHeight);
  4043. }
  4044. </script>
  4045. <div id="hover-zoom-end" class="a-section a-spacing-small a-padding-mini"></div>
  4046. <script type="6215e0a667005d92ad47e400-text/javascript">
  4047. setCSMReq('af');
  4048. addlongPoleTag('af', 'desktop-html-atf-marker');
  4049. </script>
  4050. <div id="ATFCriticalFeaturesDataContainer">
  4051. <div id="twisterJsInitializer_feature_div" class="celwidget"
  4052. data-feature-name="twisterJsInitializer" data-csa-c-type="widget"
  4053. data-csa-c-content-id="twisterJsInitializer"
  4054. data-csa-c-slot-id="twisterJsInitializer_feature_div" data-csa-c-asin="B0DG4WZZPV"
  4055. data-csa-c-is-in-initial-active-row="false">
  4056. </div>
  4057. <div id="imageBlockVariations_feature_div" class="celwidget"
  4058. data-feature-name="imageBlockVariations" data-csa-c-type="widget"
  4059. data-csa-c-content-id="imageBlockVariations"
  4060. data-csa-c-slot-id="imageBlockVariations_feature_div" data-csa-c-asin="B0DG4WZZPV"
  4061. data-csa-c-is-in-initial-active-row="false">
  4062. <script type="6215e0a667005d92ad47e400-text/javascript">
  4063. P.when('jQuery').register('ImageBlockBTF', function (jQuery) {
  4064. if (window.performance && performance.now && window.ue && ue.count) {
  4065. ue.count('DPIBBTFRegisterTime', window.parseInt(performance.now()));
  4066. }
  4067. var data = {};
  4068. var obj = jQuery.parseJSON('{"dataInJson":null,"alwaysIncludeVideo":true,"autoplayVideo":false,"defaultColor":"initial","mainImageSizes":[["355","355"],["450","450"],["550","550"],["606","606"],["679","679"],["741","741"],["879","879"]],"maxAlts":7,"altsOnLeft":true,"productGroupID":"amazon_home_display_on_website","lazyLoadExperienceDisabled":true,"lazyLoadExperienceOnHoverDisabled":false,"useChromelessVideoPlayer":false,"colorToAsin":{"Psg88 Slot Online":{"asin":"B09B8TGJST"},"Psg88 Slot Gacor":{"asin":"B0DG4WZZPV"},"Psg88 Situs Gacor":{"asin":"B09B8VHBH1"}},"refactorEnabled":true,"useIV":true,"tabletWeb":false,"views":["ImageBlockMagnifierView","ImageBlockAltImageView","ImageBlockVideoView","ImageBlockTwisterView","ImageBlockImmersiveViewImages","ImageBlockImmersiveViewVideos","ImageBlockImmersiveViewDimensionIngress","ImageBlockImmersiveViewShowroom","ImageBlockImmersiveView360","ImageBlockTabbedImmersiveView","ImageBlockShoppableSceneView"],"enhancedHoverOverlay":false,"landingAsinColor":"Psg88 Slot Gacor","colorImages":{"Psg88 Slot Online":[{"large":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-500.png","thumb":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-40.png","hiRes":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-878.png","variant":"LEFT","main":{"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-466.png":["466","466"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-450.png":["450","450"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-679.png":["679","679"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-522.jpg":["522","522"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-355.jpg":["355","355"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-425.jpg":["425","425"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-gacor-569.jpg":["569","569"]}},{"large":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-500.png","thumb":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-40.png","hiRes":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-812.png","variant":"MAIN","main":{"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-679.png":["679","679"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-466.png":["466","466"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-425.png":["425","425"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-522.png":["522","522"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-569.png":["569","569"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-355.png":["355","355"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-slot-online-450.png":["450","450"]}}],"Psg88 Slot Gacor":[{"large":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-500.jpg","thumb":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-40.jpg","hiRes":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-828.jpg","variant":"MAIN","main":{"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-450.jpg":["450","450"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-679.jpg":["679","679"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-425.jpg":["425","425"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-466.jpg":["466","466"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-522.jpg":["522","522"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-569.jpg":["569","569"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-gacor-355.jpg":["355","355"]}}],"Psg88 Situs Gacor":[{"large":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-500.jpg","thumb":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-40.jpg","hiRes":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-878.jpg","variant":"LEFT","main":{"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-466.jpg":["466","466"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-450.jpg":["450","450"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-679.jpg":["679","679"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-522.jpg":["522","522"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-355.jpg":["355","355"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-569.jpg":["569","569"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-gacor-425.jpg":["425","425"]}},{"large":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-500.jpg","thumb":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-40.jpg","hiRes":"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-828.jpg","variant":"MAIN","main":{"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-679.jpg":["679","679"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-466.jpg":["466","466"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-425.jpg":["425","425"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-355.jpg":["355","355"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-522.jpg":["522","522"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-569.jpg":["569","569"],"https://ik.imagekit.io/ads0iehck/Psg88/Psg88-situs-slot-450.jpg":["450","450"]}}]},"heroImages":{"Psg88 Slot Online":[],"Psg88 Slot Gacor":[],"Psg88 Situs Gacor":[]},"enable360Map":{},"staticImages":{"hoverZoomIcon":null,"shoppableSceneViewProductsButton":"https://m.media-amazon.com/images/G/35/shopbylook/shoppable-images/view_products._CB403827034_.svg","zoomLensBackground":"https://m.media-amazon.com/images/G/35/apparel/rcxgs/tile._CB483369938_.gif","shoppableSceneDotHighlighted":"https://m.media-amazon.com/images/G/35/shopbylook/shoppable-images/dot_highlighted._CB612066737_.svg","zoomInCur":null,"shoppableSceneSideSheetClose":"https://m.media-amazon.com/images/G/35/shopbylook/shoppable-images/close_x_white._CB416329031_.png","shoppableSceneBackToTopArrow":"https://m.media-amazon.com/images/G/35/shopbylook/shoppable-images/back_to_top_arrow._CB403827034_.svg","arrow":null,"icon360V2":null,"zoomIn":null,"zoomOut":null,"videoThumbIcon":null,"spinnerNoLabel":"https://m.media-amazon.com/images/G/35/ui/loadIndicators/loading-large._CB485945337_.gif","zoomOutCur":null,"videoSWFPath":null,"grabbing":null,"shoppableSceneDot":"https://m.media-amazon.com/images/G/35/shopbylook/shoppable-images/dot._CB612066675_.svg","icon360":null,"grab":null,"spinner":null},"staticStrings":{"dragToSpin":null,"videos":"Videos","video":"video","shoppableSceneTabsTitleT3":"Shop the collection","shoppableSceneTabsTitle":"Shop similar items","shoppableSceneTabsTitleT2":"Shop this style ","rollOverToZoom":"Roll over image to zoom in","singleVideo":"VIDEO","clickSceneTagsToShopProducts":"Click on the dots to view similar items","close":"Close","shoppableSceneViewProductsButton":"Shop similar items","images":"Images","watchMoreVideos":"Click to see more videos","shoppableSceneViewProductsButtonT2":"Shop this style ","shoppableSceneViewProductsButtonT1":"Shop the look","shoppableSceneViewProductsButtonT3":"Shop the collection","allMedia":"All Media","clickToExpand":"Click on the image to open expanded view","shoppableSceneTabsTitleT1":"Shop the look","playVideo":"Click to play video","shoppableSceneNoSuggestions":"No results available","touchToZoom":"Touch the image to zoom in","multipleVideos":"VIDEOS","shoppableSceneSeeMoreString":"See more","pleaseSelect":"Please select","clickToZoom":"Click on image to zoom in"},"useChildVideos":true,"useClickZoom":false,"useHoverZoom":true,"useHoverZoomIpad":false,"visualDimensions":["color_name","configuration"],"mainImageHeightPartitions":null,"mainImageMaxSizes":null,"heroFocalPoint":null,"showMagnifierOnHover":false,"disableHoverOnAltImages":false,"overrideAltImageClickAction":false,"naturalMainImageSize":null,"imgTagWrapperClasses":null,"prioritizeVideos":false,"usePeekHover":false,"fadeMagnifier":false,"repositionHeroImage":false,"heroVideoVariant":null,"videos":[],"title":"PSG88 - Situs Slot Thailand Super Gacor Dengan Deposit Slot 5000 Resmi","airyConfigEnabled":false,"airyConfig":null,"vseVideoDataSourceTreatment":"T1","mediaAsin":"B0DG4WZZPV","parentAsin":"B0BF75VM4T","largeSCLVideoThumbnail":false,"displayVideoBanner":false,"useVSEVideos":true,"notShowVideoCount":false,"enableS2WithoutS1":false,"useTabbedImmersiveView":true,"dpRequestId":"90G9DFKSFRKCQZ4KHD88","contentWeblab":"","contentWeblabTreatment":"","dp60VideoThumbMap":null,"videoBackgroundChromefulMainView":"black"}');
  4069. data["alwaysIncludeVideo"] = obj.alwaysIncludeVideo ? 1 : 0;
  4070. data["autoplayVideo"] = obj.autoplayVideo ? 1 : 0;
  4071. data["defaultColor"] = obj.defaultColor;
  4072. data["maxAlts"] = obj.maxAlts;
  4073. data["altsOnLeft"] = obj.altsOnLeft;
  4074. data["newVideoMissing"] = obj.newVideoMissing;
  4075. data["lazyLoadExperienceDisabled"] = obj.lazyLoadExperienceDisabled;
  4076. data["lazyLoadExperienceOnHoverDisabled"] = obj.lazyLoadExperienceOnHoverDisabled;
  4077. data["useChromelessVideoPlayer"] = obj.useChromelessVideoPlayer ? 1 : 0;
  4078. data["colorToAsin"] = obj.colorToAsin;
  4079. data["ivRepresentativeAsin"] = obj.ivRepresentativeAsin;
  4080. data["ivImageSetKeys"] = obj.ivImageSetKeys;
  4081. data["useIV"] = obj.useIV ? 1 : 0;
  4082. data["tabletWeb"] = obj.tabletWeb ? 1 : 0;
  4083. data["views"] = obj.views;
  4084. data["enhancedHoverOverlay"] = obj.enhancedHoverOverlay;
  4085. data["landingAsinColor"] = obj.landingAsinColor;
  4086. data["colorImages"] = obj.colorImages;
  4087. data["heroImage"] = obj.heroImages;
  4088. data["spin360ColorEnabled"] = obj.enable360Map;
  4089. data["staticImages"] = obj.staticImages;
  4090. data["staticStrings"] = obj.staticStrings;
  4091. data["useChildVideos"] = obj.useChildVideos ? 1 : 0;
  4092. data["useClickZoom"] = obj.useClickZoom ? 1 : 0;
  4093. data["useHoverZoom"] = obj.useHoverZoom ? 1 : 0;
  4094. data["useHoverZoomIpad"] = obj.useHoverZoomIpad ? 1 : 0;
  4095. data["visualDimensions"] = obj.visualDimensions;
  4096. data["isLargeSCLVideoThumbnail"] = obj.largeSCLVideoThumbnail;
  4097. data["mainImageSizes"] = obj.mainImageSizes;
  4098. data["displayVideoBanner"] = obj.displayVideoBanner;
  4099. data["mainImageHeightPartitions"] = obj.mainImageHeightPartitions;
  4100. data["mainImageMaxSizes"] = obj.mainImageMaxSizes;
  4101. data["heroFocalPoint"] = obj.heroFocalPoint;
  4102. data["showMagnifierOnHover"] = obj.showMagnifierOnHover ? 1 : 0;
  4103. data["disableHoverOnAltImages"] = obj.disableHoverOnAltImages ? 1 : 0;
  4104. data["overrideAltImageClickAction"] = obj.overrideAltImageClickAction ? 1 : 0;
  4105. data["naturalMainImageSize"] = obj.naturalMainImageSize;
  4106. data["imgTagWrapperClasses"] = obj.imgTagWrapperClasses;
  4107. data["prioritizeVideos"] = obj.prioritizeVideos;
  4108. data["usePeekHover"] = obj.usePeekHover;
  4109. data["fadeMagnifier"] = obj.fadeMagnifier;
  4110. data["repositionHeroImage"] = obj.repositionHeroImage;
  4111. data["heroVideoVariant"] = obj.heroVideoVariant;
  4112. data["videos"] = obj.videos;
  4113. data["productGroupID"] = obj.productGroupID;
  4114. data["title"] = obj.title;
  4115. data["airyConfigEnabled"] = obj.airyConfigEnabled;
  4116. if (obj.airyConfigEnabled) {
  4117. data["airyConfig"] = obj.airyConfig;
  4118. }
  4119. data["isDPXFeatureEnabled"] = true;
  4120. data["useTabbedImmersiveView"] = obj.useTabbedImmersiveView;
  4121. data["vseVideoDataSourceTreatment"] = obj.vseVideoDataSourceTreatment;
  4122. data["rankingStrategy"] = obj.rankingStrategy;
  4123. data["contentWeblab"] = obj.contentWeblab;
  4124. data["contentWeblabTreatment"] = obj.contentWeblabTreatment;
  4125. data["useVSEVideos"] = obj.useVSEVideos;
  4126. data["dpRequestId"] = obj.dpRequestId;
  4127. data["mediaAsin"] = obj.mediaAsin;
  4128. data["parentAsin"] = obj.parentAsin;
  4129. data["dp60VideoThumbMap"] = obj.dp60VideoThumbMap;
  4130. data["videoBackgroundChromefulMainView"] = obj.videoBackgroundChromefulMainView;
  4131. data["notShowVideoCount"] = obj.notShowVideoCount;
  4132. data["enableS2WithoutS1"] = obj.enableS2WithoutS1;
  4133. return data;
  4134. });
  4135. </script>
  4136. </div>
  4137. </div>
  4138. <div id="bottomRow">
  4139. <div id="atfBottom1_feature_div" class="celwidget" data-feature-name="atfBottom1" data-csa-c-type="widget" data-csa-c-content-id="atfBottom1" data-csa-c-slot-id="atfBottom1_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  4140. <div id="atfBottom2_feature_div" class="celwidget" data-feature-name="atfBottom2" data-csa-c-type="widget" data-csa-c-content-id="atfBottom2" data-csa-c-slot-id="atfBottom2_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  4141. <div id="atfBottom3_feature_div" class="celwidget" data-feature-name="atfBottom3" data-csa-c-type="widget" data-csa-c-content-id="atfBottom3" data-csa-c-slot-id="atfBottom3_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  4142. <div id="atfBottom4_feature_div" class="celwidget" data-feature-name="atfBottom4" data-csa-c-type="widget" data-csa-c-content-id="atfBottom4" data-csa-c-slot-id="atfBottom4_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  4143. <div id="devicesJumpLinksAtfBottom_feature_div" class="celwidget" data-feature-name="devicesJumpLinksAtfBottom" data-csa-c-type="widget" data-csa-c-content-id="devicesJumpLinksAtfBottom" data-csa-c-slot-id="devicesJumpLinksAtfBottom_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false">
  4144. <!-- marsRemoteWidget -->
  4145. <script type="6215e0a667005d92ad47e400-text/javascript">
  4146. (function () {
  4147. var performance = window.performance;
  4148. var isApiSupported = performance && performance.mark && performance.measure && performance.getEntriesByName;
  4149. if (isApiSupported) {
  4150. performance.mark('jump-links-widget:1.0' + ':bb');
  4151. }
  4152. else
  4153. if (window.ue) {
  4154. window.ue.count('mars:missing-performance-api', 1);
  4155. }
  4156. })();
  4157. </script>
  4158. <link rel="stylesheet"
  4159. href="https://m.media-amazon.com/images/I/21p59hI4+DL.css?AUIClients/MarsJumpLinksWidgetAssets&kLH+JmC4#439565-C.445794-C" />
  4160. <script type="6215e0a667005d92ad47e400-text/javascript">
  4161. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/315i+KMunzL.js?AUIClients/MarsJumpLinksWidgetAssets');
  4162. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/11cPrFWdvGL.js?AUIClients/MarsUtilityAssets');
  4163. </script>
  4164. <script type="6215e0a667005d92ad47e400-text/javascript">
  4165. (function (f) { var _np = (window.P._namespace("MarsJumpLinksWidget")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  4166. P.when("JumpLinks.Controller", "ready").execute(function (JumpLinksController) {
  4167. var controllerDataJson = { "currentPageAsin": "B0DG4WZZPV", "refSuffix": "default", "mobile": false, "isDetailTheme": true };
  4168. JumpLinksController.getInstance(controllerDataJson);
  4169. });
  4170. }));
  4171. </script>
  4172. <script type="6215e0a667005d92ad47e400-text/javascript">
  4173. (function () {
  4174. var performance = window.performance;
  4175. var isApiSupported = performance && performance.mark && performance.measure && performance.getEntriesByName;
  4176. if (!isApiSupported) {
  4177. return;
  4178. }
  4179. var key = 'jump-links-widget:1.0'
  4180. performance.mark(key + ':be');
  4181. var entry = key + ':clientBodyBeginToEnd';
  4182. performance.measure(entry, key + ':bb', key + ':be');
  4183. var entries = performance.getEntriesByName(entry);
  4184. if (entries.length === 0) {
  4185. return;
  4186. }
  4187. entries = entries.splice(entries.length - 1, 1);
  4188. var duration = entries[0].duration;
  4189. if (window.ue) {
  4190. window.ue.count(entry, duration);
  4191. }
  4192. })();
  4193. </script>
  4194. </div>
  4195. <div id="solutionAreaCards_feature_div" class="celwidget" data-feature-name="solutionAreaCards" data-csa-c-type="widget" data-csa-c-content-id="solutionAreaCards" data-csa-c-slot-id="solutionAreaCards_feature_div" data-csa-c-asin="B0DG4WZZPV" data-csa-c-is-in-initial-active-row="false"></div>
  4196. </div>
  4197. <!-- MarkAF -->
  4198. <script type="6215e0a667005d92ad47e400-text/javascript">
  4199. P.now('sp.load.js').execute(function (jsObj) {
  4200. if (!jsObj) {
  4201. P.declare('sp.load.js', {});
  4202. }
  4203. });
  4204. </script>
  4205. <script type="6215e0a667005d92ad47e400-text/javascript">
  4206. if (typeof uex === 'function') { uex('ld', 'atfClientSideWaitTimeDesktop', { wb: 1 }); };
  4207. </script>
  4208. <link rel="preload" as="script" crossorigin="anonymous"
  4209. href="https://m.media-amazon.com/images/I/61%2BVi9Pq%2ByL.js?AUIClients/AmazonDevicesDetailPageLegacyAssets" />
  4210. <script type="6215e0a667005d92ad47e400-text/javascript">
  4211. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/61%2BVi9Pq%2ByL.js?AUIClients/AmazonDevicesDetailPageLegacyAssets');
  4212. </script>
  4213. <script language="JavaScript" type="6215e0a667005d92ad47e400-text/javascript">
  4214. window.isTwisterAUI = 1;
  4215. window.DetailPage = {};
  4216. window.gIsNewTwister = true;
  4217. window.DetailPage.useTwisterJsInitFromDPXPartially = 1;
  4218. P.register('twister-js-init-mason-data', function () {
  4219. var dataToReturn = { "twisterUpdateURLInfo": { "immutableURLPrefix": "/gp/twister/ajaxv2?sid=356-1077062-4831846&ptd=DIGITAL_DEVICE_3&sCac=1&twisterView=glance&pgid=amazon_home_display_on_website&rid=90G9DFKSFRKCQZ4KHD88&auiAjax=1&json=1&dpxAjaxFlag=1&isUDPFlag=1&ee=2&parentAsin=B0BF75VM4T&enPre=1&dcm=1&storeID=amazon-home", "immutableParams": { "sid": "356-1077062-4831846", "ptd": "DIGITAL_DEVICE_3", "rid": "90G9DFKSFRKCQZ4KHD88", "enPre": "1", "parentAsin": "B0BF75VM4T", "json": "1", "dpxAjaxFlag": "1", "dcm": "1", "sCac": "1", "isUDPFlag": "1", "twisterView": "glance", "storeID": "amazon-home", "ee": "2", "pgid": "amazon_home_display_on_website", "auiAjax": "1" }, "mutableParams": {} }, "isTablet": 0, "parent_asin": "B0BF75VM4T", "contextMetaData": { "parent": { "mTypeSpecificURLParams": {}, "elementList": [{ "isPrefetchable": 0, "divToUpdate": "twister-atf-marker_feature_div" }, { "isPrefetchable": 0, "divToUpdate": "twister-cf-marker_feature_div" }, { "divToUpdate": "andon-cord-pulling_feature_div" }, { "divToUpdate": "dvd-rental-badge_feature_div" }, { "divToUpdate": "product-alert-grid_feature_div" }, { "divToUpdate": "hero-quick-promo-grid_feature_div" }, { "divToUpdate": "qpe-title-tag_feature_div" }, { "divToUpdate": "ppi-owner-zone_feature_div" }, { "divToUpdate": "ownerzone-header_feature_div" }, { "divToUpdate": "ppi-smarthome-0_feature_div" }, { "divToUpdate": "ppi-smarthome-1_feature_div" }, { "divToUpdate": "ppi-smarthome-2_feature_div" }, { "divToUpdate": "ppi-smarthome-3_feature_div" }, { "divToUpdate": "ppi-subscription-recommendation_feature_div" }, { "divToUpdate": "ppi-subscription-activation_feature_div" }, { "divToUpdate": "ppi-justAskAlexa_feature_div" }, { "divToUpdate": "ppi-smarthome-brands_feature_div" }, { "divToUpdate": "ppi-sponsored-products_feature_div" }, { "divToUpdate": "ownerzone-footer_feature_div" }, { "divToUpdate": "device-dp-recommendations_feature_div" }, { "divToUpdate": "btf-center-1_feature_div" }, { "divToUpdate": "btf-center-2_feature_div" }, { "divToUpdate": "btf-center-3_feature_div" }, { "divToUpdate": "btf-center-4_feature_div" }, { "divToUpdate": "btf-center-5_feature_div" }, { "divToUpdate": "center-12_feature_div" }, { "divToUpdate": "center-12-0_feature_div" }, { "divToUpdate": "center-12-1_feature_div" }, { "divToUpdate": "center-13_feature_div" }, { "divToUpdate": "center-13-0_feature_div" }, { "divToUpdate": "center-13-1_feature_div" }, { "divToUpdate": "center-14_feature_div" }, { "divToUpdate": "center-14-0_feature_div" }, { "divToUpdate": "center-14-1_feature_div" }, { "divToUpdate": "center-15_feature_div" }, { "divToUpdate": "center-15-0_feature_div" }, { "divToUpdate": "center-15-1_feature_div" }, { "divToUpdate": "center-16_feature_div" }, { "divToUpdate": "center-16-0_feature_div" }, { "divToUpdate": "center-16-1_feature_div" }, { "divToUpdate": "dpx-btf-bundle_feature_div" }, { "divToUpdate": "btf-center-6_feature_div" }, { "divToUpdate": "btf-center-7_feature_div" }, { "divToUpdate": "btf-center-8_feature_div" }, { "divToUpdate": "btf-center-9_feature_div" }, { "divToUpdate": "btf-center-10_feature_div" }, { "divToUpdate": "btf-content-1_feature_div" }, { "divToUpdate": "btf-content-1-m_feature_div" }, { "divToUpdate": "btf-content-2_feature_div" }, { "divToUpdate": "btf-content-2-m_feature_div" }, { "divToUpdate": "btf-content-3_feature_div" }, { "divToUpdate": "btf-content-3-m_feature_div" }, { "divToUpdate": "btf-content-4_feature_div" }, { "divToUpdate": "btf-content-4-m_feature_div" }, { "divToUpdate": "btf-content-5_feature_div" }, { "divToUpdate": "btf-content-5-m_feature_div" }, { "divToUpdate": "btf-content-6_feature_div" }, { "divToUpdate": "btf-content-6-m_feature_div" }, { "divToUpdate": "btf-content-7_feature_div" }, { "divToUpdate": "btf-content-7-m_feature_div" }, { "divToUpdate": "btf-content-8_feature_div" }, { "divToUpdate": "btf-content-8-m_feature_div" }, { "divToUpdate": "btf-content-9_feature_div" }, { "divToUpdate": "btf-content-9-m_feature_div" }, { "divToUpdate": "btf-content-10_feature_div" }, { "divToUpdate": "btf-content-10-m_feature_div" }, { "divToUpdate": "btf-content-11_feature_div" }, { "divToUpdate": "btf-content-11-m_feature_div" }, { "divToUpdate": "btf-content-12_feature_div" }, { "divToUpdate": "btf-content-12-m_feature_div" }, { "divToUpdate": "btf-content-13_feature_div" }, { "divToUpdate": "btf-content-13-m_feature_div" }, { "divToUpdate": "btf-content-14_feature_div" }, { "divToUpdate": "btf-content-14-m_feature_div" }, { "divToUpdate": "btf-content-15_feature_div" }, { "divToUpdate": "btf-content-15-m_feature_div" }, { "divToUpdate": "btf-content-16_feature_div" }, { "divToUpdate": "btf-content-16-m_feature_div" }, { "divToUpdate": "btf-content-17_feature_div" }, { "divToUpdate": "btf-content-17-m_feature_div" }, { "divToUpdate": "btf-content-18_feature_div" }, { "divToUpdate": "btf-content-18-m_feature_div" }, { "divToUpdate": "btf-content-19_feature_div" }, { "divToUpdate": "btf-content-19-m_feature_div" }, { "divToUpdate": "btf-content-20_feature_div" }, { "divToUpdate": "btf-content-20-m_feature_div" }, { "divToUpdate": "btf-content-21_feature_div" }, { "divToUpdate": "btf-content-21-m_feature_div" }, { "divToUpdate": "btf-content-22_feature_div" }, { "divToUpdate": "btf-content-22-m_feature_div" }, { "divToUpdate": "btf-content-23_feature_div" }, { "divToUpdate": "btf-content-23-m_feature_div" }, { "divToUpdate": "btf-content-24_feature_div" }, { "divToUpdate": "btf-content-24-m_feature_div" }, { "divToUpdate": "btf-content-25_feature_div" }, { "divToUpdate": "btf-content-25-m_feature_div" }, { "divToUpdate": "btf-center-11_feature_div" }, { "divToUpdate": "btf-center-12_feature_div" }, { "divToUpdate": "btf-center-13_feature_div" }, { "divToUpdate": "btf-center-14_feature_div" }, { "divToUpdate": "btf-center-15_feature_div" }, { "divToUpdate": "btf-content-26_feature_div" }, { "divToUpdate": "btf-content-26-m_feature_div" }, { "divToUpdate": "btf-content-27_feature_div" }, { "divToUpdate": "btf-content-27-m_feature_div" }, { "divToUpdate": "btf-content-28_feature_div" }, { "divToUpdate": "btf-content-28-m_feature_div" }, { "divToUpdate": "btf-content-29_feature_div" }, { "divToUpdate": "btf-content-29-m_feature_div" }, { "divToUpdate": "btf-content-30_feature_div" }, { "divToUpdate": "btf-content-30-m_feature_div" }, { "divToUpdate": "btf-content-31_feature_div" }, { "divToUpdate": "btf-content-31-m_feature_div" }, { "divToUpdate": "btf-content-32_feature_div" }, { "divToUpdate": "btf-content-32-m_feature_div" }, { "divToUpdate": "btf-content-33_feature_div" }, { "divToUpdate": "btf-content-33-m_feature_div" }, { "divToUpdate": "btf-content-34_feature_div" }, { "divToUpdate": "btf-content-34-m_feature_div" }, { "divToUpdate": "btf-content-35_feature_div" }, { "divToUpdate": "btf-content-35-m_feature_div" }, { "divToUpdate": "btf-content-36_feature_div" }, { "divToUpdate": "btf-content-36-m_feature_div" }, { "divToUpdate": "btf-content-37_feature_div" }, { "divToUpdate": "btf-content-37-m_feature_div" }, { "divToUpdate": "btf-content-38_feature_div" }, { "divToUpdate": "btf-content-38-m_feature_div" }, { "divToUpdate": "btf-content-39_feature_div" }, { "divToUpdate": "btf-content-39-m_feature_div" }, { "divToUpdate": "btf-content-40_feature_div" }, { "divToUpdate": "btf-content-40-m_feature_div" }, { "divToUpdate": "btf-content-41_feature_div" }, { "divToUpdate": "btf-content-41-m_feature_div" }, { "divToUpdate": "btf-content-42_feature_div" }, { "divToUpdate": "btf-content-42-m_feature_div" }, { "divToUpdate": "btf-content-43_feature_div" }, { "divToUpdate": "btf-content-43-m_feature_div" }, { "divToUpdate": "btf-content-44_feature_div" }, { "divToUpdate": "btf-content-44-m_feature_div" }, { "divToUpdate": "btf-content-45_feature_div" }, { "divToUpdate": "btf-content-45-m_feature_div" }, { "divToUpdate": "btf-content-46_feature_div" }, { "divToUpdate": "btf-content-46-m_feature_div" }, { "divToUpdate": "btf-content-47_feature_div" }, { "divToUpdate": "btf-content-47-m_feature_div" }, { "divToUpdate": "btf-content-48_feature_div" }, { "divToUpdate": "btf-content-48-m_feature_div" }, { "divToUpdate": "btf-content-49_feature_div" }, { "divToUpdate": "btf-content-49-m_feature_div" }, { "divToUpdate": "btf-content-50_feature_div" }, { "divToUpdate": "btf-content-50-m_feature_div" }, { "divToUpdate": "btf-center-16_feature_div" }, { "divToUpdate": "btf-center-17_feature_div" }, { "divToUpdate": "btf-center-18_feature_div" }, { "divToUpdate": "btf-center-19_feature_div" }, { "divToUpdate": "btf-center-20_feature_div" }, { "divToUpdate": "btf-center-21_feature_div" }, { "divToUpdate": "btf-center-22_feature_div" }, { "divToUpdate": "btf-center-23_feature_div" }, { "divToUpdate": "btf-center-24_feature_div" }, { "divToUpdate": "btf-center-25_feature_div" }, { "divToUpdate": "btf-content-51_feature_div" }, { "divToUpdate": "btf-content-51-m_feature_div" }, { "divToUpdate": "btf-content-52_feature_div" }, { "divToUpdate": "btf-content-52-m_feature_div" }, { "divToUpdate": "btf-content-53_feature_div" }, { "divToUpdate": "btf-content-53-m_feature_div" }, { "divToUpdate": "btf-content-54_feature_div" }, { "divToUpdate": "btf-content-54-m_feature_div" }, { "divToUpdate": "btf-content-55_feature_div" }, { "divToUpdate": "btf-content-55-m_feature_div" }, { "divToUpdate": "btf-content-56_feature_div" }, { "divToUpdate": "btf-content-56-m_feature_div" }, { "divToUpdate": "btf-content-57_feature_div" }, { "divToUpdate": "btf-content-57-m_feature_div" }, { "divToUpdate": "btf-content-58_feature_div" }, { "divToUpdate": "btf-content-58-m_feature_div" }, { "divToUpdate": "btf-content-59_feature_div" }, { "divToUpdate": "btf-content-59-m_feature_div" }, { "divToUpdate": "btf-content-60_feature_div" }, { "divToUpdate": "btf-content-60-m_feature_div" }, { "divToUpdate": "btf-content-61_feature_div" }, { "divToUpdate": "btf-content-61-m_feature_div" }, { "divToUpdate": "btf-content-62_feature_div" }, { "divToUpdate": "btf-content-62-m_feature_div" }, { "divToUpdate": "btf-content-63_feature_div" }, { "divToUpdate": "btf-content-63-m_feature_div" }, { "divToUpdate": "btf-content-64_feature_div" }, { "divToUpdate": "btf-content-64-m_feature_div" }, { "divToUpdate": "btf-content-65_feature_div" }, { "divToUpdate": "btf-content-65-m_feature_div" }, { "divToUpdate": "center-17_feature_div" }, { "divToUpdate": "center-17-0_feature_div" }, { "divToUpdate": "center-17-1_feature_div" }, { "divToUpdate": "center-17-2_feature_div" }, { "divToUpdate": "center-17-3_feature_div" }, { "divToUpdate": "center-18_feature_div" }, { "divToUpdate": "center-18-0_feature_div" }, { "divToUpdate": "center-18-1_feature_div" }, { "divToUpdate": "center-18-2_feature_div" }, { "divToUpdate": "center-18-3_feature_div" }, { "divToUpdate": "center-19_feature_div" }, { "divToUpdate": "center-19-0_feature_div" }, { "divToUpdate": "center-19-1_feature_div" }, { "divToUpdate": "center-19-2_feature_div" }, { "divToUpdate": "center-19-3_feature_div" }, { "divToUpdate": "center-20_feature_div" }, { "divToUpdate": "center-20-0_feature_div" }, { "divToUpdate": "center-20-1_feature_div" }, { "divToUpdate": "center-20-2_feature_div" }, { "divToUpdate": "center-20-3_feature_div" }, { "divToUpdate": "center-21_feature_div" }, { "divToUpdate": "center-21-0_feature_div" }, { "divToUpdate": "center-21-1_feature_div" }, { "divToUpdate": "center-21-2_feature_div" }, { "divToUpdate": "center-21-3_feature_div" }, { "divToUpdate": "center-22_feature_div" }, { "divToUpdate": "center-22-0_feature_div" }, { "divToUpdate": "center-22-1_feature_div" }, { "divToUpdate": "center-22-2_feature_div" }, { "divToUpdate": "center-22-3_feature_div" }, { "divToUpdate": "center-23_feature_div" }, { "divToUpdate": "center-23-0_feature_div" }, { "divToUpdate": "center-23-1_feature_div" }, { "divToUpdate": "center-23-2_feature_div" }, { "divToUpdate": "center-23-3_feature_div" }, { "divToUpdate": "center-24_feature_div" }, { "divToUpdate": "center-24-0_feature_div" }, { "divToUpdate": "center-24-1_feature_div" }, { "divToUpdate": "center-24-2_feature_div" }, { "divToUpdate": "center-24-3_feature_div" }, { "divToUpdate": "center-25_feature_div" }, { "divToUpdate": "center-25-0_feature_div" }, { "divToUpdate": "center-25-1_feature_div" }, { "divToUpdate": "center-25-2_feature_div" }, { "divToUpdate": "center-25-3_feature_div" }, { "divToUpdate": "center-26_feature_div" }, { "divToUpdate": "center-26-0_feature_div" }, { "divToUpdate": "center-26-1_feature_div" }, { "divToUpdate": "center-26-2_feature_div" }, { "divToUpdate": "center-26-3_feature_div" }, { "divToUpdate": "center-27-0_feature_div" }, { "divToUpdate": "center-27-1_feature_div" }, { "divToUpdate": "center-27-2_feature_div" }, { "divToUpdate": "center-27-3_feature_div" }, { "divToUpdate": "center-28-0_feature_div" }, { "divToUpdate": "center-28-1_feature_div" }, { "divToUpdate": "center-28-2_feature_div" }, { "divToUpdate": "center-28-3_feature_div" }, { "divToUpdate": "center-29_feature_div" }, { "divToUpdate": "center-29-0_feature_div" }, { "divToUpdate": "center-29-1_feature_div" }, { "divToUpdate": "center-29-2_feature_div" }, { "divToUpdate": "center-29-3_feature_div" }, { "divToUpdate": "center-30_feature_div" }, { "divToUpdate": "center-30-0_feature_div" }, { "divToUpdate": "center-30-1_feature_div" }, { "divToUpdate": "center-30-2_feature_div" }, { "divToUpdate": "center-30-3_feature_div" }, { "divToUpdate": "center-31_feature_div" }, { "divToUpdate": "center-31-0_feature_div" }, { "divToUpdate": "center-31-1_feature_div" }, { "divToUpdate": "center-31-2_feature_div" }, { "divToUpdate": "center-31-3_feature_div" }, { "divToUpdate": "center-32_feature_div" }, { "divToUpdate": "center-32-0_feature_div" }, { "divToUpdate": "center-32-1_feature_div" }, { "divToUpdate": "center-32-2_feature_div" }, { "divToUpdate": "center-32-3_feature_div" }, { "divToUpdate": "center-33_feature_div" }, { "divToUpdate": "center-33-0_feature_div" }, { "divToUpdate": "center-33-1_feature_div" }, { "divToUpdate": "center-33-2_feature_div" }, { "divToUpdate": "center-33-3_feature_div" }, { "divToUpdate": "center-34_feature_div" }, { "divToUpdate": "center-34-1_feature_div" }, { "divToUpdate": "center-34-2_feature_div" }, { "divToUpdate": "center-34-3_feature_div" }, { "divToUpdate": "center-35_feature_div" }, { "divToUpdate": "center-35-0_feature_div" }, { "divToUpdate": "center-35-1_feature_div" }, { "divToUpdate": "center-35-2_feature_div" }, { "divToUpdate": "center-35-3_feature_div" }, { "divToUpdate": "center-36_feature_div" }, { "divToUpdate": "center-36-0_feature_div" }, { "divToUpdate": "center-36-1_feature_div" }, { "divToUpdate": "center-36-2_feature_div" }, { "divToUpdate": "center-36-3_feature_div" }, { "divToUpdate": "center-37_feature_div" }, { "divToUpdate": "center-37-0_feature_div" }, { "divToUpdate": "center-37-1_feature_div" }, { "divToUpdate": "center-37-2_feature_div" }, { "divToUpdate": "center-37-3_feature_div" }, { "divToUpdate": "center-38_feature_div" }, { "divToUpdate": "center-38-0_feature_div" }, { "divToUpdate": "center-38-1_feature_div" }, { "divToUpdate": "center-38-2_feature_div" }, { "divToUpdate": "center-38-3_feature_div" }, { "divToUpdate": "center-39_feature_div" }, { "divToUpdate": "center-39-0_feature_div" }, { "divToUpdate": "center-39-1_feature_div" }, { "divToUpdate": "center-39-2_feature_div" }, { "divToUpdate": "center-39-3_feature_div" }, { "divToUpdate": "center-40_feature_div" }, { "divToUpdate": "center-40-0_feature_div" }, { "divToUpdate": "center-40-1_feature_div" }, { "divToUpdate": "center-40-2_feature_div" }, { "divToUpdate": "center-40-3_feature_div" }, { "loadingBar": 1, "divToUpdate": "center-41_feature_div" }, { "divToUpdate": "center-41-0_feature_div" }, { "divToUpdate": "center-41-1_feature_div" }, { "divToUpdate": "center-41-2_feature_div" }, { "divToUpdate": "center-41-3_feature_div" }, { "divToUpdate": "center-42_feature_div" }, { "divToUpdate": "center-42-0_feature_div" }, { "divToUpdate": "center-42-1_feature_div" }, { "divToUpdate": "center-42-2_feature_div" }, { "divToUpdate": "center-42-3_feature_div" }, { "divToUpdate": "center-43_feature_div" }, { "divToUpdate": "center-43-0_feature_div" }, { "divToUpdate": "center-43-1_feature_div" }, { "divToUpdate": "center-43-2_feature_div" }, { "divToUpdate": "center-43-3_feature_div" }, { "loadingBar": 1, "isPrefetchable": 0, "divToUpdate": "ask-btf_feature_div" }, { "divToUpdate": "center-80_feature_div" }, { "divToUpdate": "center-81_feature_div" }, { "divToUpdate": "center-82_feature_div" }, { "divToUpdate": "center-83_feature_div" }, { "divToUpdate": "center-84_feature_div" }, { "divToUpdate": "center-85_feature_div" }, { "divToUpdate": "center-86_feature_div" }, { "divToUpdate": "center-87_feature_div" }, { "loadingBar": 1, "divToUpdate": "dpx-giveaway_feature_div" }, { "divToUpdate": "mako-emergency-fix_feature_div" }, { "divToUpdate": "center-88_feature_div" }, { "divToUpdate": "center-89_feature_div" }, { "divToUpdate": "center-90_feature_div" }, { "divToUpdate": "center-91_feature_div" }, { "divToUpdate": "center-92_feature_div" }, { "divToUpdate": "center-93_feature_div" }, { "divToUpdate": "center-94_feature_div" }, { "divToUpdate": "center-95_feature_div" }, { "divToUpdate": "center-96_feature_div" }, { "divToUpdate": "center-97_feature_div" }, { "divToUpdate": "center-98_feature_div" }, { "divToUpdate": "center-99_feature_div" }, { "divToUpdate": "center-100_feature_div" }, { "divToUpdate": "accessory-popover-1_feature_div" }, { "divToUpdate": "accessory-popover-2_feature_div" }, { "divToUpdate": "accessory-popover-3_feature_div" }, { "divToUpdate": "accessory-popover-4_feature_div" }, { "divToUpdate": "accessory-popover-5_feature_div" }, { "divToUpdate": "accessory-popover-6_feature_div" }, { "divToUpdate": "accessory-popover-7_feature_div" }, { "divToUpdate": "accessory-popover-8_feature_div" }, { "divToUpdate": "accessory-popover-9_feature_div" }, { "divToUpdate": "accessory-popover-10_feature_div" }, { "loadingBar": 1, "divToUpdate": "listmania-center_feature_div" }, { "loadingBar": 1, "divToUpdate": "sylt-center_feature_div" }, { "isPrefetchable": 0, "divToUpdate": "twister-log-metrics_feature_div" }, { "isPrefetchable": 0, "divToUpdate": "dp-fast-track-logger_feature_div" }] }, "master": { "mTypeSpecificURLParams": {} }, "partial": { "mTypeSpecificURLParams": {}, "elementList": [{ "divToUpdate": "center-27_feature_div" }, { "divToUpdate": "center-28_feature_div" }] }, "full": { "mTypeSpecificURLParams": { "psc": 1 }, "elementList": [{ "isPrefetchable": 0, "divToUpdate": "twister-atf-marker_feature_div" }, { "isPrefetchable": 0, "divToUpdate": "twister-cf-marker_feature_div" }, { "divToUpdate": "andon-cord-pulling_feature_div" }, { "divToUpdate": "dvd-rental-badge_feature_div" }, { "divToUpdate": "product-alert-grid_feature_div" }, { "divToUpdate": "hero-quick-promo-grid_feature_div" }, { "divToUpdate": "qpe-title-tag_feature_div" }, { "divToUpdate": "ppi-owner-zone_feature_div" }, { "divToUpdate": "ownerzone-header_feature_div" }, { "divToUpdate": "ppi-smarthome-0_feature_div" }, { "divToUpdate": "ppi-smarthome-1_feature_div" }, { "divToUpdate": "ppi-smarthome-2_feature_div" }, { "divToUpdate": "ppi-smarthome-3_feature_div" }, { "divToUpdate": "ppi-subscription-recommendation_feature_div" }, { "divToUpdate": "ppi-subscription-activation_feature_div" }, { "divToUpdate": "ppi-justAskAlexa_feature_div" }, { "divToUpdate": "ppi-smarthome-brands_feature_div" }, { "divToUpdate": "ppi-sponsored-products_feature_div" }, { "divToUpdate": "ownerzone-footer_feature_div" }, { "divToUpdate": "device-dp-recommendations_feature_div" }, { "divToUpdate": "btf-center-1_feature_div" }, { "divToUpdate": "btf-center-2_feature_div" }, { "divToUpdate": "btf-center-3_feature_div" }, { "divToUpdate": "btf-center-4_feature_div" }, { "divToUpdate": "btf-center-5_feature_div" }, { "divToUpdate": "center-12_feature_div" }, { "divToUpdate": "center-12-0_feature_div" }, { "divToUpdate": "center-12-1_feature_div" }, { "divToUpdate": "center-13_feature_div" }, { "divToUpdate": "center-13-0_feature_div" }, { "divToUpdate": "center-13-1_feature_div" }, { "divToUpdate": "center-14_feature_div" }, { "divToUpdate": "center-14-0_feature_div" }, { "divToUpdate": "center-14-1_feature_div" }, { "divToUpdate": "center-15_feature_div" }, { "divToUpdate": "center-15-0_feature_div" }, { "divToUpdate": "center-15-1_feature_div" }, { "divToUpdate": "center-16_feature_div" }, { "divToUpdate": "center-16-0_feature_div" }, { "divToUpdate": "center-16-1_feature_div" }, { "divToUpdate": "dpx-btf-bundle_feature_div" }, { "divToUpdate": "btf-center-6_feature_div" }, { "divToUpdate": "btf-center-7_feature_div" }, { "divToUpdate": "btf-center-8_feature_div" }, { "divToUpdate": "btf-center-9_feature_div" }, { "divToUpdate": "btf-center-10_feature_div" }, { "divToUpdate": "btf-content-1_feature_div" }, { "divToUpdate": "btf-content-1-m_feature_div" }, { "divToUpdate": "btf-content-2_feature_div" }, { "divToUpdate": "btf-content-2-m_feature_div" }, { "divToUpdate": "btf-content-3_feature_div" }, { "divToUpdate": "btf-content-3-m_feature_div" }, { "divToUpdate": "btf-content-4_feature_div" }, { "divToUpdate": "btf-content-4-m_feature_div" }, { "divToUpdate": "btf-content-5_feature_div" }, { "divToUpdate": "btf-content-5-m_feature_div" }, { "divToUpdate": "btf-content-6_feature_div" }, { "divToUpdate": "btf-content-6-m_feature_div" }, { "divToUpdate": "btf-content-7_feature_div" }, { "divToUpdate": "btf-content-7-m_feature_div" }, { "divToUpdate": "btf-content-8_feature_div" }, { "divToUpdate": "btf-content-8-m_feature_div" }, { "divToUpdate": "btf-content-9_feature_div" }, { "divToUpdate": "btf-content-9-m_feature_div" }, { "divToUpdate": "btf-content-10_feature_div" }, { "divToUpdate": "btf-content-10-m_feature_div" }, { "divToUpdate": "btf-content-11_feature_div" }, { "divToUpdate": "btf-content-11-m_feature_div" }, { "divToUpdate": "btf-content-12_feature_div" }, { "divToUpdate": "btf-content-12-m_feature_div" }, { "divToUpdate": "btf-content-13_feature_div" }, { "divToUpdate": "btf-content-13-m_feature_div" }, { "divToUpdate": "btf-content-14_feature_div" }, { "divToUpdate": "btf-content-14-m_feature_div" }, { "divToUpdate": "btf-content-15_feature_div" }, { "divToUpdate": "btf-content-15-m_feature_div" }, { "divToUpdate": "btf-content-16_feature_div" }, { "divToUpdate": "btf-content-16-m_feature_div" }, { "divToUpdate": "btf-content-17_feature_div" }, { "divToUpdate": "btf-content-17-m_feature_div" }, { "divToUpdate": "btf-content-18_feature_div" }, { "divToUpdate": "btf-content-18-m_feature_div" }, { "divToUpdate": "btf-content-19_feature_div" }, { "divToUpdate": "btf-content-19-m_feature_div" }, { "divToUpdate": "btf-content-20_feature_div" }, { "divToUpdate": "btf-content-20-m_feature_div" }, { "divToUpdate": "btf-content-21_feature_div" }, { "divToUpdate": "btf-content-21-m_feature_div" }, { "divToUpdate": "btf-content-22_feature_div" }, { "divToUpdate": "btf-content-22-m_feature_div" }, { "divToUpdate": "btf-content-23_feature_div" }, { "divToUpdate": "btf-content-23-m_feature_div" }, { "divToUpdate": "btf-content-24_feature_div" }, { "divToUpdate": "btf-content-24-m_feature_div" }, { "divToUpdate": "btf-content-25_feature_div" }, { "divToUpdate": "btf-content-25-m_feature_div" }, { "divToUpdate": "btf-center-11_feature_div" }, { "divToUpdate": "btf-center-12_feature_div" }, { "divToUpdate": "btf-center-13_feature_div" }, { "divToUpdate": "btf-center-14_feature_div" }, { "divToUpdate": "btf-center-15_feature_div" }, { "divToUpdate": "btf-content-26_feature_div" }, { "divToUpdate": "btf-content-26-m_feature_div" }, { "divToUpdate": "btf-content-27_feature_div" }, { "divToUpdate": "btf-content-27-m_feature_div" }, { "divToUpdate": "btf-content-28_feature_div" }, { "divToUpdate": "btf-content-28-m_feature_div" }, { "divToUpdate": "btf-content-29_feature_div" }, { "divToUpdate": "btf-content-29-m_feature_div" }, { "divToUpdate": "btf-content-30_feature_div" }, { "divToUpdate": "btf-content-30-m_feature_div" }, { "divToUpdate": "btf-content-31_feature_div" }, { "divToUpdate": "btf-content-31-m_feature_div" }, { "divToUpdate": "btf-content-32_feature_div" }, { "divToUpdate": "btf-content-32-m_feature_div" }, { "divToUpdate": "btf-content-33_feature_div" }, { "divToUpdate": "btf-content-33-m_feature_div" }, { "divToUpdate": "btf-content-34_feature_div" }, { "divToUpdate": "btf-content-34-m_feature_div" }, { "divToUpdate": "btf-content-35_feature_div" }, { "divToUpdate": "btf-content-35-m_feature_div" }, { "divToUpdate": "btf-content-36_feature_div" }, { "divToUpdate": "btf-content-36-m_feature_div" }, { "divToUpdate": "btf-content-37_feature_div" }, { "divToUpdate": "btf-content-37-m_feature_div" }, { "divToUpdate": "btf-content-38_feature_div" }, { "divToUpdate": "btf-content-38-m_feature_div" }, { "divToUpdate": "btf-content-39_feature_div" }, { "divToUpdate": "btf-content-39-m_feature_div" }, { "divToUpdate": "btf-content-40_feature_div" }, { "divToUpdate": "btf-content-40-m_feature_div" }, { "divToUpdate": "btf-content-41_feature_div" }, { "divToUpdate": "btf-content-41-m_feature_div" }, { "divToUpdate": "btf-content-42_feature_div" }, { "divToUpdate": "btf-content-42-m_feature_div" }, { "divToUpdate": "btf-content-43_feature_div" }, { "divToUpdate": "btf-content-43-m_feature_div" }, { "divToUpdate": "btf-content-44_feature_div" }, { "divToUpdate": "btf-content-44-m_feature_div" }, { "divToUpdate": "btf-content-45_feature_div" }, { "divToUpdate": "btf-content-45-m_feature_div" }, { "divToUpdate": "btf-content-46_feature_div" }, { "divToUpdate": "btf-content-46-m_feature_div" }, { "divToUpdate": "btf-content-47_feature_div" }, { "divToUpdate": "btf-content-47-m_feature_div" }, { "divToUpdate": "btf-content-48_feature_div" }, { "divToUpdate": "btf-content-48-m_feature_div" }, { "divToUpdate": "btf-content-49_feature_div" }, { "divToUpdate": "btf-content-49-m_feature_div" }, { "divToUpdate": "btf-content-50_feature_div" }, { "divToUpdate": "btf-content-50-m_feature_div" }, { "divToUpdate": "btf-center-16_feature_div" }, { "divToUpdate": "btf-center-17_feature_div" }, { "divToUpdate": "btf-center-18_feature_div" }, { "divToUpdate": "btf-center-19_feature_div" }, { "divToUpdate": "btf-center-20_feature_div" }, { "divToUpdate": "btf-center-21_feature_div" }, { "divToUpdate": "btf-center-22_feature_div" }, { "divToUpdate": "btf-center-23_feature_div" }, { "divToUpdate": "btf-center-24_feature_div" }, { "divToUpdate": "btf-center-25_feature_div" }, { "divToUpdate": "btf-content-51_feature_div" }, { "divToUpdate": "btf-content-51-m_feature_div" }, { "divToUpdate": "btf-content-52_feature_div" }, { "divToUpdate": "btf-content-52-m_feature_div" }, { "divToUpdate": "btf-content-53_feature_div" }, { "divToUpdate": "btf-content-53-m_feature_div" }, { "divToUpdate": "btf-content-54_feature_div" }, { "divToUpdate": "btf-content-54-m_feature_div" }, { "divToUpdate": "btf-content-55_feature_div" }, { "divToUpdate": "btf-content-55-m_feature_div" }, { "divToUpdate": "btf-content-56_feature_div" }, { "divToUpdate": "btf-content-56-m_feature_div" }, { "divToUpdate": "btf-content-57_feature_div" }, { "divToUpdate": "btf-content-57-m_feature_div" }, { "divToUpdate": "btf-content-58_feature_div" }, { "divToUpdate": "btf-content-58-m_feature_div" }, { "divToUpdate": "btf-content-59_feature_div" }, { "divToUpdate": "btf-content-59-m_feature_div" }, { "divToUpdate": "btf-content-60_feature_div" }, { "divToUpdate": "btf-content-60-m_feature_div" }, { "divToUpdate": "btf-content-61_feature_div" }, { "divToUpdate": "btf-content-61-m_feature_div" }, { "divToUpdate": "btf-content-62_feature_div" }, { "divToUpdate": "btf-content-62-m_feature_div" }, { "divToUpdate": "btf-content-63_feature_div" }, { "divToUpdate": "btf-content-63-m_feature_div" }, { "divToUpdate": "btf-content-64_feature_div" }, { "divToUpdate": "btf-content-64-m_feature_div" }, { "divToUpdate": "btf-content-65_feature_div" }, { "divToUpdate": "btf-content-65-m_feature_div" }, { "divToUpdate": "center-17_feature_div" }, { "divToUpdate": "center-17-0_feature_div" }, { "divToUpdate": "center-17-1_feature_div" }, { "divToUpdate": "center-17-2_feature_div" }, { "divToUpdate": "center-17-3_feature_div" }, { "divToUpdate": "center-18_feature_div" }, { "divToUpdate": "center-18-0_feature_div" }, { "divToUpdate": "center-18-1_feature_div" }, { "divToUpdate": "center-18-2_feature_div" }, { "divToUpdate": "center-18-3_feature_div" }, { "divToUpdate": "center-19_feature_div" }, { "divToUpdate": "center-19-0_feature_div" }, { "divToUpdate": "center-19-1_feature_div" }, { "divToUpdate": "center-19-2_feature_div" }, { "divToUpdate": "center-19-3_feature_div" }, { "divToUpdate": "center-20_feature_div" }, { "divToUpdate": "center-20-0_feature_div" }, { "divToUpdate": "center-20-1_feature_div" }, { "divToUpdate": "center-20-2_feature_div" }, { "divToUpdate": "center-20-3_feature_div" }, { "divToUpdate": "center-21_feature_div" }, { "divToUpdate": "center-21-0_feature_div" }, { "divToUpdate": "center-21-1_feature_div" }, { "divToUpdate": "center-21-2_feature_div" }, { "divToUpdate": "center-21-3_feature_div" }, { "divToUpdate": "center-22_feature_div" }, { "divToUpdate": "center-22-0_feature_div" }, { "divToUpdate": "center-22-1_feature_div" }, { "divToUpdate": "center-22-2_feature_div" }, { "divToUpdate": "center-22-3_feature_div" }, { "divToUpdate": "center-23_feature_div" }, { "divToUpdate": "center-23-0_feature_div" }, { "divToUpdate": "center-23-1_feature_div" }, { "divToUpdate": "center-23-2_feature_div" }, { "divToUpdate": "center-23-3_feature_div" }, { "divToUpdate": "center-24_feature_div" }, { "divToUpdate": "center-24-0_feature_div" }, { "divToUpdate": "center-24-1_feature_div" }, { "divToUpdate": "center-24-2_feature_div" }, { "divToUpdate": "center-24-3_feature_div" }, { "divToUpdate": "center-25_feature_div" }, { "divToUpdate": "center-25-0_feature_div" }, { "divToUpdate": "center-25-1_feature_div" }, { "divToUpdate": "center-25-2_feature_div" }, { "divToUpdate": "center-25-3_feature_div" }, { "divToUpdate": "center-26_feature_div" }, { "divToUpdate": "center-26-0_feature_div" }, { "divToUpdate": "center-26-1_feature_div" }, { "divToUpdate": "center-26-2_feature_div" }, { "divToUpdate": "center-26-3_feature_div" }, { "divToUpdate": "center-27_feature_div" }, { "divToUpdate": "center-27-0_feature_div" }, { "divToUpdate": "center-27-1_feature_div" }, { "divToUpdate": "center-27-2_feature_div" }, { "divToUpdate": "center-27-3_feature_div" }, { "divToUpdate": "center-28_feature_div" }, { "divToUpdate": "center-28-0_feature_div" }, { "divToUpdate": "center-28-1_feature_div" }, { "divToUpdate": "center-28-2_feature_div" }, { "divToUpdate": "center-28-3_feature_div" }, { "divToUpdate": "center-29_feature_div" }, { "divToUpdate": "center-29-0_feature_div" }, { "divToUpdate": "center-29-1_feature_div" }, { "divToUpdate": "center-29-2_feature_div" }, { "divToUpdate": "center-29-3_feature_div" }, { "divToUpdate": "center-30_feature_div" }, { "divToUpdate": "center-30-0_feature_div" }, { "divToUpdate": "center-30-1_feature_div" }, { "divToUpdate": "center-30-2_feature_div" }, { "divToUpdate": "center-30-3_feature_div" }, { "divToUpdate": "center-31_feature_div" }, { "divToUpdate": "center-31-0_feature_div" }, { "divToUpdate": "center-31-1_feature_div" }, { "divToUpdate": "center-31-2_feature_div" }, { "divToUpdate": "center-31-3_feature_div" }, { "divToUpdate": "center-32_feature_div" }, { "divToUpdate": "center-32-0_feature_div" }, { "divToUpdate": "center-32-1_feature_div" }, { "divToUpdate": "center-32-2_feature_div" }, { "divToUpdate": "center-32-3_feature_div" }, { "divToUpdate": "center-33_feature_div" }, { "divToUpdate": "center-33-0_feature_div" }, { "divToUpdate": "center-33-1_feature_div" }, { "divToUpdate": "center-33-2_feature_div" }, { "divToUpdate": "center-33-3_feature_div" }, { "divToUpdate": "center-34_feature_div" }, { "divToUpdate": "center-34-1_feature_div" }, { "divToUpdate": "center-34-2_feature_div" }, { "divToUpdate": "center-34-3_feature_div" }, { "divToUpdate": "center-35_feature_div" }, { "divToUpdate": "center-35-0_feature_div" }, { "divToUpdate": "center-35-1_feature_div" }, { "divToUpdate": "center-35-2_feature_div" }, { "divToUpdate": "center-35-3_feature_div" }, { "divToUpdate": "center-36_feature_div" }, { "divToUpdate": "center-36-0_feature_div" }, { "divToUpdate": "center-36-1_feature_div" }, { "divToUpdate": "center-36-2_feature_div" }, { "divToUpdate": "center-36-3_feature_div" }, { "divToUpdate": "center-37_feature_div" }, { "divToUpdate": "center-37-0_feature_div" }, { "divToUpdate": "center-37-1_feature_div" }, { "divToUpdate": "center-37-2_feature_div" }, { "divToUpdate": "center-37-3_feature_div" }, { "divToUpdate": "center-38_feature_div" }, { "divToUpdate": "center-38-0_feature_div" }, { "divToUpdate": "center-38-1_feature_div" }, { "divToUpdate": "center-38-2_feature_div" }, { "divToUpdate": "center-38-3_feature_div" }, { "divToUpdate": "center-39_feature_div" }, { "divToUpdate": "center-39-0_feature_div" }, { "divToUpdate": "center-39-1_feature_div" }, { "divToUpdate": "center-39-2_feature_div" }, { "divToUpdate": "center-39-3_feature_div" }, { "divToUpdate": "center-40_feature_div" }, { "divToUpdate": "center-40-0_feature_div" }, { "divToUpdate": "center-40-1_feature_div" }, { "divToUpdate": "center-40-2_feature_div" }, { "divToUpdate": "center-40-3_feature_div" }, { "loadingBar": 1, "divToUpdate": "center-41_feature_div" }, { "divToUpdate": "center-41-0_feature_div" }, { "divToUpdate": "center-41-1_feature_div" }, { "divToUpdate": "center-41-2_feature_div" }, { "divToUpdate": "center-41-3_feature_div" }, { "divToUpdate": "center-42_feature_div" }, { "divToUpdate": "center-42-0_feature_div" }, { "divToUpdate": "center-42-1_feature_div" }, { "divToUpdate": "center-42-2_feature_div" }, { "divToUpdate": "center-42-3_feature_div" }, { "divToUpdate": "center-43_feature_div" }, { "divToUpdate": "center-43-0_feature_div" }, { "divToUpdate": "center-43-1_feature_div" }, { "divToUpdate": "center-43-2_feature_div" }, { "divToUpdate": "center-43-3_feature_div" }, { "loadingBar": 1, "isPrefetchable": 0, "divToUpdate": "ask-btf_feature_div" }, { "divToUpdate": "center-80_feature_div" }, { "divToUpdate": "center-81_feature_div" }, { "divToUpdate": "center-82_feature_div" }, { "divToUpdate": "center-83_feature_div" }, { "divToUpdate": "center-84_feature_div" }, { "divToUpdate": "center-85_feature_div" }, { "divToUpdate": "center-86_feature_div" }, { "divToUpdate": "center-87_feature_div" }, { "loadingBar": 1, "divToUpdate": "dpx-giveaway_feature_div" }, { "divToUpdate": "mako-emergency-fix_feature_div" }, { "divToUpdate": "center-88_feature_div" }, { "divToUpdate": "center-89_feature_div" }, { "divToUpdate": "center-90_feature_div" }, { "divToUpdate": "center-91_feature_div" }, { "divToUpdate": "center-92_feature_div" }, { "divToUpdate": "center-93_feature_div" }, { "divToUpdate": "center-94_feature_div" }, { "divToUpdate": "center-95_feature_div" }, { "divToUpdate": "center-96_feature_div" }, { "divToUpdate": "center-97_feature_div" }, { "divToUpdate": "center-98_feature_div" }, { "divToUpdate": "center-99_feature_div" }, { "divToUpdate": "center-100_feature_div" }, { "divToUpdate": "accessory-popover-1_feature_div" }, { "divToUpdate": "accessory-popover-2_feature_div" }, { "divToUpdate": "accessory-popover-3_feature_div" }, { "divToUpdate": "accessory-popover-4_feature_div" }, { "divToUpdate": "accessory-popover-5_feature_div" }, { "divToUpdate": "accessory-popover-6_feature_div" }, { "divToUpdate": "accessory-popover-7_feature_div" }, { "divToUpdate": "accessory-popover-8_feature_div" }, { "divToUpdate": "accessory-popover-9_feature_div" }, { "divToUpdate": "accessory-popover-10_feature_div" }, { "loadingBar": 1, "divToUpdate": "listmania-center_feature_div" }, { "loadingBar": 1, "divToUpdate": "sylt-center_feature_div" }, { "isPrefetchable": 0, "divToUpdate": "twister-log-metrics_feature_div" }, { "isPrefetchable": 0, "divToUpdate": "dp-fast-track-logger_feature_div" }] } } }; //selectively not escaping this.
  4220. return dataToReturn;
  4221. });
  4222. </script>
  4223. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;URL-Refresh-State&quot;}">{"landingAsin":"B0BF75VM4T","isUrlRefreshEnable":"1"}</script>
  4224. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/11s24T9CZ0L.css?AUIClients/DetailPagePriceTrackerAssets" />
  4225. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/01OMFSv8nnL.css?AUIClients/DetailPagePQVAssets&XoCM3fgj#not-trident.1053376-T1" />
  4226. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/71PGeFSJQRL.js?AUIClients/DetailPagePriceTrackerAssets#desktop" />
  4227. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/31g9ZHgCEBL.js?AUIClients/DetailPagePQVAssets&XoCM3fgj#1053376-T1" />
  4228. <script type="6215e0a667005d92ad47e400-text/javascript">
  4229. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/71PGeFSJQRL.js?AUIClients/DetailPagePriceTrackerAssets#desktop');
  4230. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/31g9ZHgCEBL.js?AUIClients/DetailPagePQVAssets&XoCM3fgj#1053376-T1');
  4231. </script>
  4232. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;metrics-schema&quot;}">{"widgetSchema":"dp:widget:","dimensionSchema":"dp:dims:"}</script>
  4233. <script type="6215e0a667005d92ad47e400-text/javascript">P.when('cf').execute(function () { ue.count('dp:widget:dpxSize:dpxBTFSize', 249); ue.count('dp:widget:dpxSize:dpxATFSize', 506); });</script>
  4234. <!DOCTYPE html>
  4235. <script type="a-state"
  4236. data-a-state="{&quot;key&quot;:&quot;dp_injected_meta_assets&quot;}">
  4237. {"assetNames":["DetailPageMetaAssetFixed","DetailPageLatencyClientSideLibraries@dpJsAssetsLoadMarker","AmazonUICalendar","DetailPageEverywhereMetaAsset","DetailPageOffersDebugAssets","InContextDetailPageAssets","DetailPageTwisterPlusSubAssets","DetailPageDesktopImageBlockMetaAsset","AmazonDevicesDetailPageCriticalAssets","AmazonDevicesDetailPageNonCriticalAssets","DetailPageAllOffersDisplayAssets","InstallmentPaymentDetailPageMetaAsset","DetailPageDesktopConfiguratorMetaAsset","DetailPageNewDesktopTwisterMetaAsset","DetailPagePostPurchaseAssets","DetailPageTurboCheckoutDesktopAssets","DetailPageNostosAssets","DetailPagePriceTrackerAssets","DetailPagePQVAssets","DetailPageABSMultiSelectionAssets"]}
  4238. </script>
  4239. <script type="6215e0a667005d92ad47e400-text/javascript">P.when('cf').execute(function () { ue.count('dp:widget:dpxSize:dpxBTFSize', 249); });</script>
  4240. <div id="emit-js_feature_div" class="celwidget" data-feature-name="emit-js" data-csa-c-type="widget" data-csa-c-content-id="emit-js" data-csa-c-slot-id="emit-js_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4241. <div id="banyan-discover-carousel_feature_div" class="celwidget" data-feature-name="banyan-discover-carousel" data-csa-c-type="widget" data-csa-c-content-id="banyan-discover-carousel" data-csa-c-slot-id="banyan-discover-carousel_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4242. <div id="pddu-carousel_feature_div" class="celwidget" data-feature-name="pddu-carousel" data-csa-c-type="widget" data-csa-c-content-id="pddu-carousel" data-csa-c-slot-id="pddu-carousel_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4243. <div id="ppi-owner-zone_feature_div" class="celwidget" data-feature-name="ppi-owner-zone" data-csa-c-type="widget" data-csa-c-content-id="ppi-owner-zone" data-csa-c-slot-id="ppi-owner-zone_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4244. <div id="sac-btf-start_feature_div" class="celwidget" data-feature-name="sac-btf-start" data-csa-c-type="widget" data-csa-c-content-id="sac-btf-start" data-csa-c-slot-id="sac-btf-start_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4245. <div id="ownerzone-header_feature_div" class="celwidget" data-feature-name="ownerzone-header" data-csa-c-type="widget" data-csa-c-content-id="ownerzone-header" data-csa-c-slot-id="ownerzone-header_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4246. <div id="ppi-smarthome-0_feature_div" class="celwidget" data-feature-name="ppi-smarthome-0" data-csa-c-type="widget" data-csa-c-content-id="ppi-smarthome-0" data-csa-c-slot-id="ppi-smarthome-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4247. <div id="ppi-smarthome-1_feature_div" class="celwidget" data-feature-name="ppi-smarthome-1" data-csa-c-type="widget" data-csa-c-content-id="ppi-smarthome-1" data-csa-c-slot-id="ppi-smarthome-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4248. <div id="ppi-smarthome-2_feature_div" class="celwidget" data-feature-name="ppi-smarthome-2" data-csa-c-type="widget" data-csa-c-content-id="ppi-smarthome-2" data-csa-c-slot-id="ppi-smarthome-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4249. <div id="ppi-smarthome-3_feature_div" class="celwidget" data-feature-name="ppi-smarthome-3" data-csa-c-type="widget" data-csa-c-content-id="ppi-smarthome-3" data-csa-c-slot-id="ppi-smarthome-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4250. <div id="ppi-subscription-recommendation_feature_div" class="celwidget" data-feature-name="ppi-subscription-recommendation" data-csa-c-type="widget" data-csa-c-content-id="ppi-subscription-recommendation" data-csa-c-slot-id="ppi-subscription-recommendation_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4251. <div id="ppi-subscription-activation_feature_div" class="celwidget" data-feature-name="ppi-subscription-activation" data-csa-c-type="widget" data-csa-c-content-id="ppi-subscription-activation" data-csa-c-slot-id="ppi-subscription-activation_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4252. <div id="ppi-justAskAlexa_feature_div" class="celwidget" data-feature-name="ppi-justAskAlexa" data-csa-c-type="widget" data-csa-c-content-id="ppi-justAskAlexa" data-csa-c-slot-id="ppi-justAskAlexa_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4253. <div id="ppi-smarthome-brands_feature_div" class="celwidget" data-feature-name="ppi-smarthome-brands" data-csa-c-type="widget" data-csa-c-content-id="ppi-smarthome-brands" data-csa-c-slot-id="ppi-smarthome-brands_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4254. <div id="ppi-sponsored-products_feature_div" class="celwidget" data-feature-name="ppi-sponsored-products" data-csa-c-type="widget" data-csa-c-content-id="ppi-sponsored-products" data-csa-c-slot-id="ppi-sponsored-products_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4255. <div id="ownerzone-footer_feature_div" class="celwidget" data-feature-name="ownerzone-footer" data-csa-c-type="widget" data-csa-c-content-id="ownerzone-footer" data-csa-c-slot-id="ownerzone-footer_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4256. <div id="dramabotWarmingUpSlotPpdBTF_feature_div" class="celwidget" data-feature-name="dramabotWarmingUpSlotPpdBTF" data-csa-c-type="widget" data-csa-c-content-id="dramabotWarmingUpSlotPpdBTF" data-csa-c-slot-id="dramabotWarmingUpSlotPpdBTF_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4257. <div id="btfMVT1_feature_div" class="celwidget" data-feature-name="btfMVT1" data-csa-c-type="widget" data-csa-c-content-id="btfMVT1" data-csa-c-slot-id="btfMVT1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4258. <div id="btf-center-1_feature_div" class="celwidget" data-feature-name="btf-center-1" data-csa-c-type="widget" data-csa-c-content-id="btf-center-1" data-csa-c-slot-id="btf-center-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4259. <div id="btf-center-2_feature_div" class="celwidget" data-feature-name="btf-center-2" data-csa-c-type="widget" data-csa-c-content-id="btf-center-2" data-csa-c-slot-id="btf-center-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4260. <div id="btf-center-3_feature_div" class="celwidget" data-feature-name="btf-center-3" data-csa-c-type="widget" data-csa-c-content-id="btf-center-3" data-csa-c-slot-id="btf-center-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4261. <div id="btf-center-4_feature_div" class="celwidget" data-feature-name="btf-center-4" data-csa-c-type="widget" data-csa-c-content-id="btf-center-4" data-csa-c-slot-id="btf-center-4_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4262. <div id="btf-center-5_feature_div" class="celwidget" data-feature-name="btf-center-5" data-csa-c-type="widget" data-csa-c-content-id="btf-center-5" data-csa-c-slot-id="btf-center-5_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4263. <div id="btfMVT2_feature_div" class="celwidget" data-feature-name="btfMVT2" data-csa-c-type="widget" data-csa-c-content-id="btfMVT2" data-csa-c-slot-id="btfMVT2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4264. <div id="center-12_feature_div" class="celwidget" data-feature-name="center-12" data-csa-c-type="widget" data-csa-c-content-id="center-12" data-csa-c-slot-id="center-12_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4265. <div id="center-12-0_feature_div" class="celwidget" data-feature-name="center-12-0" data-csa-c-type="widget" data-csa-c-content-id="center-12-0" data-csa-c-slot-id="center-12-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4266. <div id="center-12-1_feature_div" class="celwidget" data-feature-name="center-12-1" data-csa-c-type="widget" data-csa-c-content-id="center-12-1" data-csa-c-slot-id="center-12-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4267. <div id="center-13_feature_div" class="celwidget" data-feature-name="center-13" data-csa-c-type="widget" data-csa-c-content-id="center-13" data-csa-c-slot-id="center-13_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4268. <div id="center-13-0_feature_div" class="celwidget" data-feature-name="center-13-0" data-csa-c-type="widget" data-csa-c-content-id="center-13-0" data-csa-c-slot-id="center-13-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4269. <div id="center-13-1_feature_div" class="celwidget" data-feature-name="center-13-1" data-csa-c-type="widget" data-csa-c-content-id="center-13-1" data-csa-c-slot-id="center-13-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4270. <div id="center-14_feature_div" class="celwidget" data-feature-name="center-14" data-csa-c-type="widget" data-csa-c-content-id="center-14" data-csa-c-slot-id="center-14_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4271. <div id="center-14-0_feature_div" class="celwidget" data-feature-name="center-14-0" data-csa-c-type="widget" data-csa-c-content-id="center-14-0" data-csa-c-slot-id="center-14-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4272. <div id="center-14-1_feature_div" class="celwidget" data-feature-name="center-14-1" data-csa-c-type="widget" data-csa-c-content-id="center-14-1" data-csa-c-slot-id="center-14-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4273. <div id="center-15_feature_div" class="celwidget" data-feature-name="center-15" data-csa-c-type="widget" data-csa-c-content-id="center-15" data-csa-c-slot-id="center-15_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4274. <div id="center-15-0_feature_div" class="celwidget" data-feature-name="center-15-0" data-csa-c-type="widget" data-csa-c-content-id="center-15-0" data-csa-c-slot-id="center-15-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4275. <div id="center-15-1_feature_div" class="celwidget" data-feature-name="center-15-1" data-csa-c-type="widget" data-csa-c-content-id="center-15-1" data-csa-c-slot-id="center-15-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4276. <div id="center-16_feature_div" class="celwidget" data-feature-name="center-16" data-csa-c-type="widget" data-csa-c-content-id="center-16" data-csa-c-slot-id="center-16_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4277. <div id="center-16-0_feature_div" class="celwidget" data-feature-name="center-16-0" data-csa-c-type="widget" data-csa-c-content-id="center-16-0" data-csa-c-slot-id="center-16-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4278. <div id="center-16-1_feature_div" class="celwidget" data-feature-name="center-16-1" data-csa-c-type="widget" data-csa-c-content-id="center-16-1" data-csa-c-slot-id="center-16-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4279. <div id="postPurchaseSideSheet_feature_div" class="celwidget" data-feature-name="postPurchaseSideSheet" data-csa-c-type="widget" data-csa-c-content-id="postPurchaseSideSheet" data-csa-c-slot-id="postPurchaseSideSheet_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  4280. <div id="devices-family-stripe_feature_div" class="celwidget" data-feature-name="devices-family-stripe" data-csa-c-type="widget" data-csa-c-content-id="devices-family-stripe" data-csa-c-slot-id="devices-family-stripe_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  4281. <!-- marsRemoteWidget -->
  4282. <div id="family-stripe-widget-v1.0">
  4283. <script type="6215e0a667005d92ad47e400-text/javascript">
  4284. (function () {
  4285. var performance = window.performance;
  4286. var isApiSupported = performance && performance.mark && performance.measure && performance.getEntriesByName;
  4287. if (isApiSupported) {
  4288. performance.mark('family-stripe-widget:1.0' + ':bb');
  4289. } else if (window.ue) {
  4290. window.ue.count('mars:missing-performance-api', 1);
  4291. }
  4292. })();
  4293. </script>
  4294. <div id="mars-fs-flyouts" class="aok-hidden">
  4295. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{&quot;familyCode&quot;:&quot;AUCC&quot;}">
  4296. <div id="AUCC_carousel" data-a-carousel-options="{}" data-familyCode="AUCC" role="group" class="a-begin a-carousel-container a-carousel-static a-carousel-display-stretchyGoodness a-carousel-transition-slide family">
  4297. <input autocomplete="on" type="hidden" class="a-carousel-firstvisibleitem" />
  4298. <div class="a-row a-carousel-controls a-carousel-row a-carousel-has-buttons">
  4299. <div class="a-carousel-row-inner">
  4300. <div class="a-carousel-col a-carousel-left">
  4301. <a class="a-button a-button-image a-carousel-button a-carousel-goto-prevpage" tabindex="0" href="#">
  4302. <span class="a-button-inner">
  4303. <i class="a-icon a-icon-previous"><span class="a-icon-alt">Previous page</span></i>
  4304. </span>
  4305. </a>
  4306. </div>
  4307. <div class="a-carousel-col a-carousel-center">
  4308. <div class="a-carousel-viewport" role="group" aria-roledescription="">
  4309. <ol class="a-carousel">
  4310. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  4311. <div class="fs-group-wrapper">
  4312. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Smart Speakers</span>
  4313. </div>
  4314. <div class="fs-link-wrapper" id="fs-card-B09WXH9BH7">
  4315. <a class="a-link-normal fs-links" href="/dp/B09WXH9BH7?ref=MarsFS_AUCC_ch">
  4316. <div class="image-wrapper element-data">
  4317. <img alt="Echo Pop" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png"class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/event/churro_df5OhZ4vcbkX_FlexibleProductImage_2x.png" />
  4318. </div>
  4319. <p class="element-name element-data">
  4320. <span class="a-size-small a-color-secondary a-text-bold">Echo Pop</span>
  4321. </p>
  4322. <p class="element-description element-data">
  4323. <span class="a-size-small a-color-base">Full sound compact smart speaker with Alexa</span>
  4324. </p>
  4325. <p class="element-price element-data"></p>
  4326. </a>
  4327. </div>
  4328. </li>
  4329. <li class="a-carousel-card asin current-asin fs-card">
  4330. <div class="fs-link-wrapper" id="fs-card-B09B8YP8KY">
  4331. <a class="a-link-normal fs-links" href="/dp/B09B8YP8KY?ref=MarsFS_AUCC_cann">
  4332. <div class="image-wrapper element-data">
  4333. <img alt="Echo Dot (5th Gen)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/AU-OX-Team/BAU/cannoli_9KVpeQvfA0sk_FlexibleProductImage.jpg" />
  4334. </div>
  4335. <p class="element-name element-data">
  4336. <span class="a-size-small a-color-secondary a-text-bold">Echo Dot (5th Gen)</span>
  4337. </p>
  4338. <p class="element-description element-data">
  4339. <span class="a-size-small a-color-base">Our best sounding Echo Dot yet</span>
  4340. </p>
  4341. <p class="element-price element-data"></p>
  4342. </a>
  4343. </div>
  4344. </li>
  4345. <li class="a-carousel-card asin non-current fs-card">
  4346. <div class="fs-link-wrapper" id="fs-card-B0C2RXN77R">
  4347. <a class="a-link-normal fs-links" href="/dp/B0C2RXN77R?ref=MarsFS_AUCC_es">
  4348. <div class="image-wrapper element-data">
  4349. <img alt="Echo Spot" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/event/spot_5pTXK3ejI5eI_FlexibleProductImage_2x.png" />
  4350. </div>
  4351. <p class="element-name element-data">
  4352. <span class="fs-new-product-tag a-text-italic">NEW</span>
  4353. <span class="a-size-small a-color-secondary a-text-bold">Echo Spot</span>
  4354. </p>
  4355. <p class="element-description element-data">
  4356. <span class="a-size-small a-color-base">Big vibrant sound in a compact smart alarm clock</span>
  4357. </p>
  4358. <p class="element-price element-data"></p>
  4359. </a>
  4360. </div>
  4361. </li>
  4362. <li class="a-carousel-card asin non-current fs-card">
  4363. <div class="fs-link-wrapper" id="fs-card-B085G63QHT">
  4364. <a class="a-link-normal fs-links" href="/dp/B085G63QHT?ref=MarsFS_AUCC_lr">
  4365. <div class="image-wrapper element-data">
  4366. <img alt="Echo" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/event/laser_8xHjVq92nmCv_FlexibleProductImage_2x.jpg" />
  4367. </div>
  4368. <p class="element-name element-data">
  4369. <span class="a-size-small a-color-secondary a-text-bold">Echo</span>
  4370. </p>
  4371. <p class="element-description element-data">
  4372. <span class="a-size-small a-color-base">Premium sound, smart hub and Alexa</span>
  4373. </p>
  4374. <p class="element-price element-data"></p>
  4375. </a>
  4376. </div>
  4377. </li>
  4378. <li class="a-carousel-card asin non-current fs-card">
  4379. <div class="fs-link-wrapper" id="fs-card-B07NQ7HNHY">
  4380. <a class="a-link-normal fs-links" href="/dp/B07NQ7HNHY?ref=MarsFS_AUCC_oe">
  4381. <div class="image-wrapper element-data">
  4382. <img alt="Echo Studio" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/02/kindle/merch/2021/campaign/OJ63486T3864T8G7W36/ecostd_FS_125x85.jpg" />
  4383. </div>
  4384. <p class="element-name element-data">
  4385. <span class="a-size-small a-color-secondary a-text-bold">Echo Studio</span>
  4386. </p>
  4387. <p class="element-description element-data">
  4388. <span class="a-size-small a-color-base">Dolby Atmos technology adds space, clarity and depth</span>
  4389. </p>
  4390. <p class="element-price element-data"></p>
  4391. </a>
  4392. </div>
  4393. </li>
  4394. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  4395. <div class="fs-group-wrapper">
  4396. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">With Screens</span>
  4397. </div>
  4398. <div class="fs-link-wrapper" id="fs-card-B09B2RL8CG">
  4399. <a class="a-link-normal fs-links" href="/dp/B09B2RL8CG?ref=MarsFS_AUCC_hyp">
  4400. <div class="image-wrapper element-data">
  4401. <img alt="Echo Show 5 (3rd Gen)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/event/hyp_yBnuVvwQhrum_FlexibleProductImage_2x.png" />
  4402. </div>
  4403. <p class="element-name element-data">
  4404. <span class="fs-new-product-tag a-text-italic">NEW</span>
  4405. <span class="a-size-small a-color-secondary a-text-bold">Echo Show 5 (3rd Gen)</span>
  4406. </p>
  4407. <p class="element-description element-data">
  4408. <span class="a-size-small a-color-base">Compact smart display with Alexa</span>
  4409. </p>
  4410. <p class="element-price element-data"></p>
  4411. </a>
  4412. </div>
  4413. </li>
  4414. <li class="a-carousel-card asin non-current fs-card">
  4415. <div class="fs-link-wrapper" id="fs-card-B0BLS3H65Z">
  4416. <a class="a-link-normal fs-links" href="/dp/B0BLS3H65Z?ref=MarsFS_AUCC_ath">
  4417. <div class="image-wrapper element-data">
  4418. <img alt="Echo Show 8 (3rd Gen)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/event/echo_show_8_23-black-30L_alt._CB567866733_.jpg" />
  4419. </div>
  4420. <p class="element-name element-data">
  4421. <span class="fs-new-product-tag a-text-italic">NEW</span>
  4422. <span class="a-size-small a-color-secondary a-text-bold">Echo Show 8 (3rd Gen)</span>
  4423. </p>
  4424. <p class="element-description element-data">
  4425. <span class="a-size-small a-color-base">8 inches HD smart display with Alexa and 13 MP camera</span>
  4426. </p>
  4427. <p class="element-price element-data"></p>
  4428. </a>
  4429. </div>
  4430. </li>
  4431. <li class="a-carousel-card asin non-current fs-card">
  4432. <div class="fs-link-wrapper" id="fs-card-B0BCR4YW51">
  4433. <a class="a-link-normal fs-links" href="/dp/B0BCR4YW51?ref=MarsFS_AUCC_eh">
  4434. <div class="image-wrapper element-data">
  4435. <img alt=" Echo Hub" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" />
  4436. </div>
  4437. <p class="element-name element-data">
  4438. <span class="a-size-small a-color-secondary a-text-bold">Echo Hub</span>
  4439. </p>
  4440. <p class="element-description element-data">
  4441. <span class="a-size-small a-color-base">Smart home control panel with Alexa</span>
  4442. </p>
  4443. <p class="element-price element-data"></p>
  4444. </a>
  4445. </div>
  4446. </li>
  4447. <li class="a-carousel-card asin non-current fs-card">
  4448. <div class="fs-link-wrapper" id="fs-card-B084NTF5ZY">
  4449. <a class="a-link-normal fs-links" href="/dp/B084NTF5ZY?ref=MarsFS_AUCC_ta">
  4450. <div class="image-wrapper element-data">
  4451. <img alt="Echo Show 10" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2020/scrt/gw/dajc8lx2fmqpb/TA-FS._CB404648520_.jpg" />
  4452. </div>
  4453. <p class="element-name element-data">
  4454. <span class="a-size-small a-color-secondary a-text-bold">Echo Show 10</span>
  4455. </p>
  4456. <p class="element-description element-data">
  4457. <span class="a-size-small a-color-base">HD smart display with motion and Alexa</span>
  4458. </p>
  4459. <p class="element-price element-data"></p>
  4460. </a>
  4461. </div>
  4462. </li>
  4463. <li class="a-carousel-card asin non-current fs-card">
  4464. <div class="fs-link-wrapper" id="fs-card-B08MQNGX3W">
  4465. <a class="a-link-normal fs-links" href="/dp/B08MQNGX3W?ref=MarsFS_AUCC_B08MQNGX3W">
  4466. <div class="image-wrapper element-data">
  4467. <img alt="Echo Show 15" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/event/hoya_7mQjrPRULugP_FlexibleProductImage_2x.jpg" />
  4468. </div>
  4469. <p class="element-name element-data">
  4470. <span class="a-size-small a-color-secondary a-text-bold">Echo Show 15</span>
  4471. </p>
  4472. <p class="element-description element-data">
  4473. <span class="a-size-small a-color-base">Smart display with Alexa and Fire TV built in</span>
  4474. </p>
  4475. <p class="element-price element-data"></p>
  4476. </a>
  4477. </div>
  4478. </li>
  4479. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  4480. <div class="fs-group-wrapper">
  4481. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Alexa on the go</span>
  4482. </div>
  4483. <div class="fs-link-wrapper" id="fs-card-B09Y1GZR7T">
  4484. <a class="a-link-normal fs-links" href="/dp/B09Y1GZR7T?ref=MarsFS_AUCC_gw">
  4485. <div class="image-wrapper element-data">
  4486. <img alt="Echo Auto (2nd Gen)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/aucc/asfdjkl/arch/fms-gw.jpg" />
  4487. </div>
  4488. <p class="element-name element-data">
  4489. <span class="a-size-small a-color-secondary a-text-bold">Echo Auto (2nd Gen)</span>
  4490. </p>
  4491. <p class="element-description element-data">
  4492. <span class="a-size-small a-color-base">Add Alexa to your car</span>
  4493. </p>
  4494. <p class="element-price element-data"></p>
  4495. </a>
  4496. </div>
  4497. </li>
  4498. </ol>
  4499. </div>
  4500. </div>
  4501. <div class="a-carousel-col a-carousel-right">
  4502. <a class="a-button a-button-image a-carousel-button a-carousel-goto-nextpage" tabindex="0" href="#">
  4503. <span class="a-button-inner">
  4504. <i class="a-icon a-icon-next"><span class="a-icon-alt">Next page</span></i>
  4505. </span>
  4506. </a>
  4507. </div>
  4508. </div>
  4509. </div>
  4510. <span class="a-end aok-hidden"></span>
  4511. </div>
  4512. </span>
  4513. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{&quot;familyCode&quot;:&quot;SMP&quot;}">
  4514. <div id="SMP_carousel" data-a-carousel-options="{}" data-familyCode="SMP" role="group" class="a-begin a-carousel-container a-carousel-static a-carousel-display-stretchyGoodness a-carousel-transition-slide family">
  4515. <input autocomplete="on" type="hidden" class="a-carousel-firstvisibleitem" />
  4516. <div class="a-row a-carousel-controls a-carousel-row a-carousel-has-buttons">
  4517. <div class="a-carousel-row-inner">
  4518. <div class="a-carousel-col a-carousel-left">
  4519. <a
  4520. class="a-button a-button-image a-carousel-button a-carousel-goto-prevpage"
  4521. tabindex="0" href="#">
  4522. <span class="a-button-inner">
  4523. <i class="a-icon a-icon-previous"><spanclass="a-icon-alt">Previous page</span></i>
  4524. </span>
  4525. </a>
  4526. </div>
  4527. <div class="a-carousel-col a-carousel-center">
  4528. <div class="a-carousel-viewport" role="group" aria-roledescription="">
  4529. <ol class="a-carousel">
  4530. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  4531. <div class="fs-group-wrapper">
  4532. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Fire TV</span>
  4533. </div>
  4534. <div class="fs-link-wrapper" id="fs-card-B0CQMZ24LR">
  4535. <a class="a-link-normal fs-links" href="/dp/B0CQMZ24LR?ref=MarsFS_SMP_B0CQMZ24LR">
  4536. <div class="image-wrapper element-data">
  4537. <img alt="Fire TV Stick HD" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/AU-OX-Team/BAU/ASIN.MAIN._CB543344921_.jpg" />
  4538. </div>
  4539. <p class="element-name element-data">
  4540. <span class="fs-new-product-tag a-text-italic">NEW</span>
  4541. <span class="a-size-small a-color-secondary a-text-bold">Fire TV Stick HD</span>
  4542. </p>
  4543. <p class="element-description element-data">
  4544. <span class="a-size-small a-color-base">Fast HD streaming with all-new TV power</span>
  4545. </p>
  4546. <p class="element-price element-data"></p>
  4547. </a>
  4548. </div>
  4549. </li>
  4550. <li class="a-carousel-card asin non-current fs-card">
  4551. <div class="fs-link-wrapper" id="fs-card-B0CJKV1J9N">
  4552. <a class="a-link-normal fs-links" href="/dp/B0CJKV1J9N?ref=MarsFS_SMP_B0CJKV1J9N">
  4553. <div class="image-wrapper element-data">
  4554. <img alt="Fire TV Stick 4K" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" />
  4555. </div>
  4556. <p class="element-name element-data">
  4557. <span class="a-size-small a-color-secondary a-text-bold">Fire TV Stick 4K</span>
  4558. </p>
  4559. <p class="element-description element-data">
  4560. <span class="a-size-small a-color-base">Our best-selling 4K stick in the world</span>
  4561. </p>
  4562. <p class="element-price element-data"></p>
  4563. </a>
  4564. </div>
  4565. </li>
  4566. <li class="a-carousel-card asin non-current fs-card">
  4567. <div class="fs-link-wrapper" id="fs-card-B0BTG4S29L">
  4568. <a class="a-link-normal fs-links" href="/dp/B0BTG4S29L?ref=MarsFS_SMP_B0BTG4S29L">
  4569. <div class="image-wrapper element-data">
  4570. <img alt="Fire TV Stick 4K Max" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" />
  4571. </div>
  4572. <p class="element-name element-data">
  4573. <span class="a-size-small a-color-secondary a-text-bold">Fire TV Stick 4K Max</span>
  4574. </p>
  4575. <p class="element-description element-data">
  4576. <span class="a-size-small a-color-base">Our most powerful streaming media stick</span>
  4577. </p>
  4578. <p class="element-price element-data"></p>
  4579. </a>
  4580. </div>
  4581. </li>
  4582. <li class="a-carousel-card asin non-current fs-card">
  4583. <div class="fs-link-wrapper" id="fs-card-B09TDTJKF1">
  4584. <a class="a-link-normal fs-links" href="/dp/B09TDTJKF1?ref=MarsFS_SMP_B09TDTJKF1">
  4585. <div class="image-wrapper element-data">
  4586. <img alt="Fire TV Cube" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" />
  4587. </div>
  4588. <p class="element-name element-data">
  4589. <span class="a-size-small a-color-secondary a-text-bold">Fire TV Cube</span>
  4590. </p>
  4591. <p class="element-description element-data">
  4592. <span class="a-size-small a-color-base">Our fastest-ever streaming media player</span>
  4593. </p>
  4594. <p class="element-price element-data"></p>
  4595. </a>
  4596. </div>
  4597. </li>
  4598. </ol>
  4599. </div>
  4600. </div>
  4601. <div class="a-carousel-col a-carousel-right">
  4602. <a class="a-button a-button-image a-carousel-button a-carousel-goto-nextpage" tabindex="0" href="#">
  4603. <span class="a-button-inner">
  4604. <i class="a-icon a-icon-next"><span class="a-icon-alt">Next page</span></i>
  4605. </span>
  4606. </a>
  4607. </div>
  4608. </div>
  4609. </div>
  4610. <span class="a-end aok-hidden"></span>
  4611. </div>
  4612. </span>
  4613. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{&quot;familyCode&quot;:&quot;KINDLE&quot;}">
  4614. <div id="KINDLE_carousel" data-a-carousel-options="{}" data-familyCode="KINDLE" role="group" class="a-begin a-carousel-container a-carousel-static a-carousel-display-stretchyGoodness a-carousel-transition-slide family">
  4615. <input autocomplete="on" type="hidden" class="a-carousel-firstvisibleitem" />
  4616. <div class="a-row a-carousel-controls a-carousel-row a-carousel-has-buttons">
  4617. <div class="a-carousel-row-inner">
  4618. <div class="a-carousel-col a-carousel-left">
  4619. <a class="a-button a-button-image a-carousel-button a-carousel-goto-prevpage" tabindex="0" href="#">
  4620. <span class="a-button-inner">
  4621. <i class="a-icon a-icon-previous"><span class="a-icon-alt">Previous page</span></i>
  4622. </span>
  4623. </a>
  4624. </div>
  4625. <div class="a-carousel-col a-carousel-center">
  4626. <div class="a-carousel-viewport" role="group" aria-roledescription="">
  4627. <ol class="a-carousel">
  4628. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  4629. <div class="fs-group-wrapper">
  4630. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Kindle E-Readers</span>
  4631. </div>
  4632. <div class="fs-link-wrapper" id="fs-card-B0CP31QS6R">
  4633. <a class="a-link-normal fs-links" href="/dp/B0CP31QS6R?ref=MarsFS_KINDLE_rs">
  4634. <div class="image-wrapper element-data">
  4635. <img alt="Kindle (2024 release)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/AU-OX-Team/BAU/ross-fml-v2.png" />
  4636. </div>
  4637. <p class="element-name element-data">
  4638. <span class="a-size-small a-color-secondary a-text-bold">Kindle (2024 release)</span>
  4639. </p>
  4640. <p class="element-description element-data">
  4641. <span class="a-size-small a-color-base">Lightest and most compact Kindle, with glare-free display and faster page turns</span>
  4642. </p>
  4643. <p class="element-price element-data"></p>
  4644. </a>
  4645. </div>
  4646. </li>
  4647. <li class="a-carousel-card asin non-current fs-card">
  4648. <div class="fs-link-wrapper" id="fs-card-B0CFPL6CFY">
  4649. <a class="a-link-normal fs-links" href="/dp/B0CFPL6CFY?ref=MarsFS_KINDLE_B0CFPL6CFY">
  4650. <div class="image-wrapper element-data">
  4651. <img alt="Kindle Paperwhite (2024 release)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" />
  4652. </div>
  4653. <p class="element-name element-data">
  4654. <span class="a-size-small a-color-secondary a-text-bold">Kindle Paperwhite (2024 release)</span>
  4655. </p>
  4656. <p class="element-description element-data">
  4657. <span class="a-size-small a-color-base">Our fastest Kindle ever, with new 7 inch glare-free display and weeks of battery life</span>
  4658. </p>
  4659. <p class="element-price element-data"></p>
  4660. </a>
  4661. </div>
  4662. </li>
  4663. <li class="a-carousel-card asin non-current fs-card">
  4664. <div class="fs-link-wrapper" id="fs-card-B0CFPHSTDD">
  4665. <a class="a-link-normal fs-links" href="/dp/B0CFPHSTDD?ref=MarsFS_KINDLE_sgse">
  4666. <div class="image-wrapper element-data">
  4667. <img alt="Amazon Kindle Paperwhite Signature Edition (2024 release)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" />
  4668. </div>
  4669. <p class="element-name element-data">
  4670. <span class="a-size-small a-color-secondary a-text-bold">Amazon Kindle Paperwhite Signature Edition (2024 release)</span>
  4671. </p>
  4672. <p class="element-description element-data">
  4673. <span class="a-size-small a-color-base">With wireless charging and auto-adjusting front light</span>
  4674. </p>
  4675. <p class="element-price element-data"></p>
  4676. </a>
  4677. </div>
  4678. </li>
  4679. <li class="a-carousel-card asin non-current fs-card">
  4680. <div class="fs-link-wrapper" id="fs-card-B0CZB5RHWX">
  4681. <a class="a-link-normal fs-links" href="/dp/B0CZB5RHWX?ref=MarsFS_KINDLE_pc">
  4682. <div class="image-wrapper element-data">
  4683. <img alt="Kindle Scribe (2024 release)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" />
  4684. </div>
  4685. <p class="element-name element-data">
  4686. <span class="a-size-small a-color-secondary a-text-bold">Kindle Scribe (2024 release)</span>
  4687. </p>
  4688. <p class="element-description element-data">
  4689. <span class="a-size-small a-color-base">Redesigned display with uniform borders. Now write directly on books and documents.</span>
  4690. </p>
  4691. <p class="element-price element-data"></p>
  4692. </a>
  4693. </div>
  4694. </li>
  4695. <li class="a-carousel-card asin non-current fs-card">
  4696. <div class="fs-link-wrapper" id="fs-card-B09BS5XWNS">
  4697. <a class="a-link-normal fs-links" href="/dp/B09BS5XWNS?ref=MarsFS_KINDLE_br">
  4698. <div class="image-wrapper element-data">
  4699. <img alt="Kindle Scribe (2022 release)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/eink/DBS-207_ERD_US_Family-Stripe-Update_Barolo.jpg" />
  4700. </div>
  4701. <p class="element-name element-data">
  4702. <span class="a-size-small a-color-secondary a-text-bold">Kindle Scribe (2022 release)</span>
  4703. </p>
  4704. <p class="element-description element-data">
  4705. <span class="a-size-small a-color-base">The first Kindle for reading and writing</span>
  4706. </p>
  4707. <p class="element-price element-data"></p>
  4708. </a>
  4709. </div>
  4710. </li>
  4711. </ol>
  4712. </div>
  4713. </div>
  4714. <div class="a-carousel-col a-carousel-right">
  4715. <a class="a-button a-button-image a-carousel-button a-carousel-goto-nextpage" tabindex="0" href="#">
  4716. <span class="a-button-inner">
  4717. <i class="a-icon a-icon-next"><span class="a-icon-alt">Next page</span></i>
  4718. </span>
  4719. </a>
  4720. </div>
  4721. </div>
  4722. </div>
  4723. <span class="a-end aok-hidden"></span>
  4724. </div>
  4725. </span>
  4726. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{&quot;familyCode&quot;:&quot;VICC&quot;}">
  4727. <div id="VICC_carousel" data-a-carousel-options="{}" data-familyCode="VICC" role="group" class="a-begin a-carousel-container a-carousel-static a-carousel-display-stretchyGoodness a-carousel-transition-slide family">
  4728. <input autocomplete="on" type="hidden" class="a-carousel-firstvisibleitem" />
  4729. <div class="a-row a-carousel-controls a-carousel-row a-carousel-has-buttons">
  4730. <div class="a-carousel-row-inner">
  4731. <div class="a-carousel-col a-carousel-left">
  4732. <a class="a-button a-button-image a-carousel-button a-carousel-goto-prevpage" tabindex="0" href="#">
  4733. <span class="a-button-inner">
  4734. <i class="a-icon a-icon-previous"><span class="a-icon-alt">Previous page</span></i>
  4735. </span>
  4736. </a>
  4737. </div>
  4738. <div class="a-carousel-col a-carousel-center">
  4739. <div class="a-carousel-viewport" role="group" aria-roledescription="">
  4740. <ol class="a-carousel">
  4741. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  4742. <div class="fs-group-wrapper">
  4743. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Video Doorbells</span>
  4744. </div>
  4745. <div class="fs-link-wrapper" id="fs-card-B091D9R5XX">
  4746. <a class="a-link-normal fs-links" href="/dp/B091D9R5XX?ref=MarsFS_VICC_rvdwired">
  4747. <div class="image-wrapper element-data">
  4748. <img alt="Ring Video Doorbell Wired" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2021/launch/ring/gc/fs-gc-puffin.png" />
  4749. </div>
  4750. <p class="element-name element-data">
  4751. <span class="a-size-small a-color-secondary a-text-bold">RingVideo Doorbell Wired</span>
  4752. </p>
  4753. <p class="element-description element-data">
  4754. <span class="a-size-small a-color-base">1080p HD wired video doorbell with plug-in adapter</span>
  4755. </p>
  4756. <p class="element-price element-data"></p>
  4757. </a>
  4758. </div>
  4759. </li>
  4760. <li class="a-carousel-card asin non-current fs-card">
  4761. <div class="fs-link-wrapper" id="fs-card-B0BZWRSRWV">
  4762. <a class="a-link-normal fs-links" href="/dp/B0BZWRSRWV?ref=MarsFS_VICC_rvd">
  4763. <div class="image-wrapper element-data">
  4764. <img alt="Ring Battery Video Doorbell" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/I/61vE894jVGL.jpg" />
  4765. </div>
  4766. <p class="element-name element-data">
  4767. <span class="a-size-small a-color-secondary a-text-bold">Ring Battery Video Doorbell</span>
  4768. </p>
  4769. <p class="element-description element-data">
  4770. <span class="a-size-small a-color-base">1440p HD video doorbell with improved motion detection</span>
  4771. </p>
  4772. <p class="element-price element-data"></p>
  4773. </a>
  4774. </div>
  4775. </li>
  4776. <li class="a-carousel-card asin non-current fs-card">
  4777. <div class="fs-link-wrapper" id="fs-card-B09WZBPX7K">
  4778. <a class="a-link-normal fs-links" href="/dp/B09WZBPX7K?ref=MarsFS_VICC_rvdw">
  4779. <div class="image-wrapper element-data">
  4780. <img alt="Ring Battery Video Doorbell Plus" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/I/61MBp1T6huL._SY450_.jpg" />
  4781. </div>
  4782. <p class="element-name element-data">
  4783. <span class="a-size-small a-color-secondary a-text-bold">Ring Battery Video Doorbell Plus</span>
  4784. </p>
  4785. <p class="element-description element-data">
  4786. <span class="a-size-small a-color-base">Head-to-Toe 1536p HD Video, motion detection & alerts</span>
  4787. </p>
  4788. <p class="element-price element-data"></p>
  4789. </a>
  4790. </div>
  4791. </li>
  4792. <li class="a-carousel-card asin non-current fs-card">
  4793. <div class="fs-link-wrapper" id="fs-card-B0B2BY4ZG7">
  4794. <a class="a-link-normal fs-links" href="/dp/B0B2BY4ZG7?ref=MarsFS_VICC_rvdw">
  4795. <div class="image-wrapper element-data">
  4796. <img alt="Ring Battery Video Doorbell Pro" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/I/61POSl6VDLL._SY450_.jpg" />
  4797. </div>
  4798. <p class="element-name element-data">
  4799. <span class="a-size-small a-color-secondary a-text-bold">Ring Battery Video Doorbell Pro</span>
  4800. </p>
  4801. <p class="element-description element-data">
  4802. <span class="a-size-small a-color-base">Wireless Video Doorbell Security Camera, Head-To-Toe View, 3D Motion Detection, Colour Night Vision, Wifi</span>
  4803. </p>
  4804. <p class="element-price element-data"></p>
  4805. </a>
  4806. </div>
  4807. </li>
  4808. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  4809. <div class="fs-group-wrapper">
  4810. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Security Cameras</span>
  4811. </div>
  4812. <div class="fs-link-wrapper" id="fs-card-B0D484S271">
  4813. <a class="a-link-normal fs-links" href="/dp/B0D484S271?ref=MarsFS_VICC_blinkhk">
  4814. <div class="image-wrapper element-data">
  4815. <img alt="Blink Mini 2" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/02/kindle/merch/2024/campaign/339564/BTF/Standalone_Family_Stripe_125x85_White.png" />
  4816. </div>
  4817. <p class="element-name element-data">
  4818. <span class="fs-new-product-tag a-text-italic">NEW</span>
  4819. <span class="a-size-small a-color-secondary a-text-bold">Blink Mini 2</span>
  4820. </p>
  4821. <p class="element-description element-data">
  4822. <span class="a-size-small a-color-base">Indoor/outdoor smart security camera</span>
  4823. </p>
  4824. <p class="element-price element-data"></p>
  4825. </a>
  4826. </div>
  4827. </li>
  4828. <li class="a-carousel-card asin non-current fs-card">
  4829. <div class="fs-link-wrapper" id="fs-card-B0B6GK4VTC">
  4830. <a class="a-link-normal fs-links" href="/dp/B0B6GK4VTC?ref=MarsFS_VICC_RINGINDC">
  4831. <div class="image-wrapper element-data">
  4832. <img alt="Ring Indoor Camera (2nd Gen)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/01/kindle/journeys/F1nkweCO_DXRdjyN/ZWFkZjkzNzkt-w372.png" />
  4833. </div>
  4834. <p class="element-name element-data">
  4835. <span class="a-size-small a-color-secondary a-text-bold">Ring Indoor Camera (2nd Gen)</span>
  4836. </p>
  4837. <p class="element-description element-data">
  4838. <span class="a-size-small a-color-base">Compact Plug-in indoor Security Camera</span>
  4839. </p>
  4840. <p class="element-price element-data"></p>
  4841. </a>
  4842. </div>
  4843. </li>
  4844. <li class="a-carousel-card asin non-current fs-card">
  4845. <div class="fs-link-wrapper" id="fs-card-B0CG2TPLJV">
  4846. <a class="a-link-normal fs-links" href="/dp/B0CG2TPLJV?ref=MarsFS_VICC_PNTC">
  4847. <div class="image-wrapper element-data">
  4848. <img alt="Ring Pan-Tilt Indoor Camera" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/I/210i0Pkez+L.jpg" />
  4849. </div>
  4850. <p class="element-name element-data">
  4851. <span class="a-size-small a-color-secondary a-text-bold">Ring Pan-Tilt Indoor Camera</span>
  4852. </p>
  4853. <p class="element-description element-data">
  4854. <span class="a-size-small a-color-base">Find your perfect angle with 360° pan coverage</span>
  4855. </p>
  4856. <p class="element-price element-data"></p>
  4857. </a>
  4858. </div>
  4859. </li>
  4860. <li class="a-carousel-card asin non-current fs-card">
  4861. <div class="fs-link-wrapper" id="fs-card-B0C5QRZ47P">
  4862. <a class="a-link-normal fs-links" href="/dp/B0C5QRZ47P?ref=MarsFS_VICC_STUC">
  4863. <div class="image-wrapper element-data">
  4864. <img alt="Ring Stick Up Camera Battery" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/event/ringbat.jpg" />
  4865. </div>
  4866. <p class="element-name element-data">
  4867. <span class="a-size-small a-color-secondary a-text-bold">Ring Stick Up Camera Battery</span>
  4868. </p>
  4869. <p class="element-description element-data">
  4870. <span class="a-size-small a-color-base">Quick-release battery pack, versatile mounting options</span>
  4871. </p>
  4872. <p class="element-price element-data"></p>
  4873. </a>
  4874. </div>
  4875. </li>
  4876. <li class="a-carousel-card asin non-current fs-card">
  4877. <div class="fs-link-wrapper" id="fs-card-B0D483WX7X">
  4878. <a class="a-link-normal fs-links" href="/dp/B0D483WX7X?ref=MarsFS_VICC_blinksed">
  4879. <div class="image-wrapper element-data">
  4880. <img alt="Blink Outdoor 4" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/01/BrandStore/Sedona_Family_stripe_175x85.png" />
  4881. </div>
  4882. <p class="element-name element-data">
  4883. <span class="fs-new-product-tag a-text-italic">NEW</span>
  4884. <span class="a-size-small a-color-secondary a-text-bold">Blink Outdoor 4</span>
  4885. </p>
  4886. <p class="element-description element-data">
  4887. <span class="a-size-small a-color-base">Wireless smart security camera with enhanced motion detection</span>
  4888. </p>
  4889. <p class="element-price element-data"></p>
  4890. </a>
  4891. </div>
  4892. </li>
  4893. <li class="a-carousel-card asin non-current fs-card">
  4894. <div class="fs-link-wrapper" id="fs-card-B09DRX62ZV">
  4895. <a class="a-link-normal fs-links" href="/dp/B09DRX62ZV?ref=MarsFS_VICC_spotlight">
  4896. <div class="image-wrapper element-data">
  4897. <img alt="Ring Spotlight Cam Pro Battery" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2022/vicc/longfin-compchart.jpg" />
  4898. </div>
  4899. <p class="element-name element-data">
  4900. <span class="a-size-small a-color-secondary a-text-bold">Ring Spotlight Cam Pro Battery</span>
  4901. </p>
  4902. <p class="element-description element-data">
  4903. <span class="a-size-small a-color-base">Wireless outdoor Security Camera featuring 1080p HD Video with HDR</span>
  4904. </p>
  4905. <p class="element-price element-data"></p>
  4906. </a>
  4907. </div>
  4908. </li>
  4909. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  4910. <div class="fs-group-wrapper">
  4911. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Accessories</span>
  4912. </div>
  4913. <div class="fs-link-wrapper" id="fs-card-B0D47Z1SB9">
  4914. <a class="a-link-normal fs-links" href="/dp/B0D47Z1SB9?ref=MarsFS_VICC_blinkvin">
  4915. <div class="image-wrapper element-data">
  4916. <img alt="Blink Add-On Sync Module 2" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2024/vicc/blnk/fs-syncmodule2.jpg" />
  4917. </div>
  4918. <p class="element-name element-data">
  4919. <span class="fs-new-product-tag a-text-italic">NEW</span>
  4920. <span class="a-size-small a-color-secondary a-text-bold">Blink Add-On Sync Module 2</span>
  4921. </p>
  4922. <p class="element-description element-data">
  4923. <span class="a-size-small a-color-base">Control all of your Blink devices from the Blink Home Monitor app</span>
  4924. </p>
  4925. <p class="element-price element-data"></p>
  4926. </a>
  4927. </div>
  4928. </li>
  4929. <li class="a-carousel-card asin non-current fs-card">
  4930. <div class="fs-link-wrapper" id="fs-card-B08DJC1KMJ">
  4931. <a class="a-link-normal fs-links" href="/dp/B08DJC1KMJ?ref=MarsFS_VICC_rvdpro2_faceplate">
  4932. <div class="image-wrapper element-data">
  4933. <img alt="Ring Video Doorbell Pro 2 Faceplate" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2021/launch/ring/mr/faceplates_fs_300x300.jpg" />
  4934. </div>
  4935. <p class="element-name element-data">
  4936. <span class="a-size-small a-color-secondary a-text-bold">Ring Video Doorbell Pro 2 Faceplate</span>
  4937. </p>
  4938. <p class="element-description element-data">
  4939. <span class="a-size-small a-color-base">Customise your security with a coloured faceplate</span>
  4940. </p>
  4941. <p class="element-price element-data"></p>
  4942. </a>
  4943. </div>
  4944. </li>
  4945. <li class="a-carousel-card asin non-current fs-card">
  4946. <div class="fs-link-wrapper" id="fs-card-B08LZ3LTFV">
  4947. <a class="a-link-normal fs-links" href="/dp/B08LZ3LTFV?ref=MarsFS_VICC_rvdwired_cornerkit">
  4948. <div class="image-wrapper element-data">
  4949. <img alt="Ring Video Doorbell Wired Corner Kit" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2021/launch/ring/gc/B08LZ3LTFV_300x300.jpg" />
  4950. </div>
  4951. <p class="element-name element-data">
  4952. <span class="a-size-small a-color-secondary a-text-bold">Ring Video Doorbell Wired Corner Kit</span>
  4953. </p>
  4954. <p class="element-description element-data">
  4955. <span class="a-size-small a-color-base">Tilt your Doorbell Wired towards your walkway for improved motion</span>
  4956. </p>
  4957. <p class="element-price element-data"></p>
  4958. </a>
  4959. </div>
  4960. </li>
  4961. <li class="a-carousel-card asin non-current fs-card">
  4962. <div class="fs-link-wrapper" id="fs-card-B09L462YVZ">
  4963. <a class="a-link-normal fs-links" href="/dp/B09L462YVZ?ref=MarsFS_VICC_CHIME">
  4964. <div class="image-wrapper element-data">
  4965. <img alt="Ring Chime" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2020/vicc/an_chime.jpg" />
  4966. </div>
  4967. <p class="element-name element-data">
  4968. <span class="a-size-small a-color-secondary a-text-bold">Ring Chime</span>
  4969. </p>
  4970. <p class="element-description element-data">
  4971. <span class="a-size-small a-color-base">Hear alerts loud and clear</span>
  4972. </p>
  4973. <p class="element-price element-data"></p>
  4974. </a>
  4975. </div>
  4976. </li>
  4977. <li class="a-carousel-card asin non-current fs-card">
  4978. <div class="fs-link-wrapper" id="fs-card-B0D3RN5W37">
  4979. <a class="a-link-normal fs-links" href="/dp/B0D3RN5W37?ref=MarsFS_VICC_blinksqm">
  4980. <div class="image-wrapper element-data">
  4981. <img alt="Blink Weather Resistant 4m Power Adaptor" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2024/vicc/blnk/fs-squam.jpg" />
  4982. </div>
  4983. <p class="element-name element-data">
  4984. <span class="fs-new-product-tag a-text-italic">NEW</span>
  4985. <span class="a-size-small a-color-secondary a-text-bold">Blink Weather Resistant 4m Power Adaptor</span>
  4986. </p>
  4987. <p class="element-description element-data">
  4988. <span class="a-size-small a-color-base">Weather Resistant Power Adaptor enables Blink Mini 2 for outdoor use and provides nonstop plug-in power for Blink Outdoor 4.</span>
  4989. </p>
  4990. <p class="element-price element-data"></p>
  4991. </a>
  4992. </div>
  4993. </li>
  4994. <li class="a-carousel-card asin non-current fs-card">
  4995. <div class="fs-link-wrapper" id="fs-card-B076JKHDQT">
  4996. <a class="a-link-normal fs-links" href="/dp/B076JKHDQT?ref=MarsFS_VICC_Ring+Rechargeable+Battery+Pack">
  4997. <div class="image-wrapper element-data">
  4998. <img alt="Ring Rechargeable Battery Pack" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2023/event/ringcam.jpg" />
  4999. </div>
  5000. <p class="element-name element-data">
  5001. <span class="a-size-small a-color-secondary a-text-bold">Ring Rechargeable Battery Pack</span>
  5002. </p>
  5003. <p class="element-description element-data">
  5004. <span class="a-size-small a-color-base">Ring Rechargeable Battery Pack</span>
  5005. </p>
  5006. <p class="element-price element-data"></p>
  5007. </a>
  5008. </div>
  5009. </li>
  5010. </ol>
  5011. </div>
  5012. </div>
  5013. <div class="a-carousel-col a-carousel-right">
  5014. <a class="a-button a-button-image a-carousel-button a-carousel-goto-nextpage" tabindex="0" href="#">
  5015. <span class="a-button-inner">
  5016. <i class="a-icon a-icon-next"><span class="a-icon-alt">Next page</span></i>
  5017. </span>
  5018. </a>
  5019. </div>
  5020. </div>
  5021. </div>
  5022. <span class="a-end aok-hidden"></span>
  5023. </div>
  5024. </span>
  5025. <span class="a-declarative" data-action="mars-fs-hover" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-mars-fs-hover" data-mars-fs-hover="{&quot;familyCode&quot;:&quot;eero&quot;}">
  5026. <div id="eero_carousel" data-a-carousel-options="{}" data-familyCode="eero" role="group" class="a-begin a-carousel-container a-carousel-static a-carousel-display-stretchyGoodness a-carousel-transition-slide family">
  5027. <input autocomplete="on" type="hidden" class="a-carousel-firstvisibleitem" />
  5028. <div class="a-row a-carousel-controls a-carousel-row a-carousel-has-buttons">
  5029. <div class="a-carousel-row-inner">
  5030. <div class="a-carousel-col a-carousel-left">
  5031. <a class="a-button a-button-image a-carousel-button a-carousel-goto-prevpage" tabindex="0" href="#">
  5032. <span class="a-button-inner">
  5033. <i class="a-icon a-icon-previous"><span class="a-icon-alt">Previous page</span></i>
  5034. </span>
  5035. </a>
  5036. </div>
  5037. <div class="a-carousel-col a-carousel-center">
  5038. <div class="a-carousel-viewport" role="group" aria-roledescription="">
  5039. <ol class="a-carousel">
  5040. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  5041. <div class="fs-group-wrapper">
  5042. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Wi-Fi 5</span>
  5043. </div>
  5044. <div class="fs-link-wrapper" id="fs-card-B085PVB5BP">
  5045. <a class="a-link-normal fs-links" href="/dp/B085PVB5BP?ref=MarsFS_eero_c">
  5046. <div class="image-wrapper element-data">
  5047. <img alt="Amazon eero mesh Wi-Fi router" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://images-eu.ssl-images-amazon.com/images/G/02/kindle/merch/2019/campaign/09079/merch/2460-FamilyStripe-uk-250x170.png" />
  5048. </div>
  5049. <p class="element-name element-data">
  5050. <span class="a-size-small a-color-secondary a-text-bold">Amazon eero mesh Wi-Fi router</span>
  5051. </p>
  5052. <p class="element-description element-data">
  5053. <span class="a-size-small a-color-base">Fast, stand-alone router or extender</span>
  5054. </p>
  5055. <p class="element-price element-data"></p>
  5056. </a>
  5057. </div>
  5058. </li>
  5059. <li class="a-carousel-card asin non-current fs-card">
  5060. <div class="fs-link-wrapper" id="fs-card-B085Q2ZF1X">
  5061. <a class="a-link-normal fs-links" href="/dp/B085Q2ZF1X?ref=MarsFS_eero_ccc">
  5062. <div class="image-wrapper element-data">
  5063. <img alt="Amazon eero mesh Wi-Fi router  (3-pack)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/02/kindle/merch/2019/VICC/eero/CCC_FS.jpg" />
  5064. </div>
  5065. <p class="element-name element-data">
  5066. <span class="a-size-small a-color-secondary a-text-bold">Amazon eero mesh Wi-Fi router (3-pack)</span>
  5067. </p>
  5068. <p class="element-description element-data">
  5069. <span class="a-size-small a-color-base">Whole-home wifi coverage for all your devices</span>
  5070. </p>
  5071. <p class="element-price element-data"></p>
  5072. </a>
  5073. </div>
  5074. </li>
  5075. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  5076. <div class="fs-group-wrapper">
  5077. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Wi-Fi 6</span>
  5078. </div>
  5079. <div class="fs-link-wrapper" id="fs-card-B086PFKYVH">
  5080. <a class="a-link-normal fs-links" href="/dp/B086PFKYVH?ref=MarsFS_eero_AG">
  5081. <div class="image-wrapper element-data">
  5082. <img alt="Amazon eero 6 mesh wifi router" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2021/eero/fm_1.jpg" />
  5083. </div>
  5084. <p class="element-name element-data">
  5085. <span class="a-size-small a-color-secondary a-text-bold">Amazon eero 6 mesh wifi router</span>
  5086. </p>
  5087. <p class="element-description element-data">
  5088. <span class="a-size-small a-color-base">Fast, reliable Wi-Fi 6</span>
  5089. </p>
  5090. <p class="element-price element-data"></p>
  5091. </a>
  5092. </div>
  5093. </li>
  5094. <li class="a-carousel-card asin non-current fs-card">
  5095. <div class="fs-link-wrapper" id="fs-card-B086PGZRGK">
  5096. <a class="a-link-normal fs-links" href="/dp/B086PGZRGK?ref=MarsFS_eero_AGALAL">
  5097. <div class="image-wrapper element-data">
  5098. <img alt="Amazon eero 6 mesh wifi system (3-pack)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/kindle/merch/2021/eero/fm_3.jpg" />
  5099. </div>
  5100. <p class="element-name element-data">
  5101. <span class="a-size-small a-color-secondary a-text-bold">Amazon eero 6 mesh wifi system (3-pack)</span>
  5102. </p>
  5103. <p class="element-description element-data">
  5104. <span class="a-size-small a-color-base">Wi-Fi 6 router and 2 extenders</span>
  5105. </p>
  5106. <p class="element-price element-data"></p>
  5107. </a>
  5108. </div>
  5109. </li>
  5110. <li class="a-carousel-card asin non-current fs-card">
  5111. <div class="fs-link-wrapper" id="fs-card-B091G4D95D">
  5112. <a class="a-link-normal fs-links" href="/dp/B091G4D95D?ref=MarsFS_eero_en">
  5113. <div class="image-wrapper element-data">
  5114. <img alt="Amazon eero Pro 6E mesh Wi-Fi router" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/01/kindle/journeys/MzA4NWUwNTct/MzA4NWUwNTct-YTFiNTQwMjQt-w125._CB404658747_.png" />
  5115. </div>
  5116. <p class="element-name element-data">
  5117. <span class="a-size-small a-color-secondary a-text-bold">Amazon eero Pro 6E mesh Wi-Fi router</span>
  5118. </p>
  5119. <p class="element-description element-data">
  5120. <span class="a-size-small a-color-base">Get up to speed with Wi-Fi 6E</span>
  5121. </p>
  5122. <p class="element-price element-data"></p>
  5123. </a>
  5124. </div>
  5125. </li>
  5126. <li class="a-carousel-card asin non-current fs-card">
  5127. <div class="fs-link-wrapper" id="fs-card-B08ZJVVMT4">
  5128. <a class="a-link-normal fs-links" href="/dp/B08ZJVVMT4?ref=MarsFS_eero_en">
  5129. <div class="image-wrapper element-data">
  5130. <img alt="Amazon eero 6+ system (3-pack)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/01/kindle/journeys/YjJkZWQ0NTgt/2/FFF_ATF_02_D._CB625557728_.jpg" />
  5131. </div>
  5132. <p class="element-name element-data">
  5133. <span class="a-size-small a-color-secondary a-text-bold">Amazon eero 6+ system (3-pack)</span>
  5134. </p>
  5135. <p class="element-description element-data">
  5136. <span class="a-size-small a-color-base">eero's most affordable gigabit system</span>
  5137. </p>
  5138. <p class="element-price element-data"></p>
  5139. </a>
  5140. </div>
  5141. </li>
  5142. <li class="a-carousel-card asin non-current fs-card">
  5143. <div class="fs-link-wrapper" id="fs-card-B091G668JP">
  5144. <a class="a-link-normal fs-links" href="/dp/B091G668JP?ref=MarsFS_eero_en">
  5145. <div class="image-wrapper element-data">
  5146. <img alt="Amazon eero Pro 6E mesh Wi-Fi router (3-pack)" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/01/kindle/journeys/MzA4NWUwNTct/MzA4NWUwNTct-NTFkOTZjMmMt-w125._CB404681392_.png" />
  5147. </div>
  5148. <p class="element-name element-data">
  5149. <span class="a-size-small a-color-secondary a-text-bold">Amazon eero Pro 6E mesh Wi-Fi router (3-pack)</span>
  5150. </p>
  5151. <p class="element-description element-data">
  5152. <span class="a-size-small a-color-base">Cover up to 560 sq. m., with support for gigabit+ speeds</span>
  5153. </p>
  5154. <p class="element-price element-data"></p>
  5155. </a>
  5156. </div>
  5157. </li>
  5158. <li class="a-carousel-card asin non-current fs-card first-fs-card">
  5159. <div class="fs-group-wrapper">
  5160. <span class="a-size-base a-color-secondary fs-group-header a-text-bold">Wi-Fi 7</span>
  5161. </div>
  5162. <div class="fs-link-wrapper" id="fs-card-B0CPKX85TD">
  5163. <a class="a-link-normal fs-links" href="/dp/B0CPKX85TD?ref=MarsFS_eero_JU">
  5164. <div class="image-wrapper element-data">
  5165. <img alt="Amazon eero Max 7" src="https://m.media-amazon.com/images/G/35/kindle/mako/features/mars-family-stripe/assets/lazy-load-placeholder._CB404760518_.png" class="fs-asin-images fs-images fs-image-lazy-loading" data-a-hires="https://m.media-amazon.com/images/G/35/AU-OX-Team/BAU/JU_UK_125x85_FamilyStripe-Desktop-125x85.png" />
  5166. </div>
  5167. <p class="element-name element-data">
  5168. <span class="a-size-small a-color-secondary a-text-bold">Amazon eero Max 7</span>
  5169. </p>
  5170. <p class="element-description element-data">
  5171. <span class="a-size-small a-color-base">Description- a whole new level of fast</span>
  5172. </p>
  5173. <p class="element-price element-data"></p>
  5174. </a>
  5175. </div>
  5176. </li>
  5177. </ol>
  5178. </div>
  5179. </div>
  5180. <div class="a-carousel-col a-carousel-right">
  5181. <a class="a-button a-button-image a-carousel-button a-carousel-goto-nextpage" tabindex="0" href="#">
  5182. <span class="a-button-inner">
  5183. <i class="a-icon a-icon-next"><span class="a-icon-alt">Next page</span></i>
  5184. </span>
  5185. </a>
  5186. </div>
  5187. </div>
  5188. </div>
  5189. <span class="a-end aok-hidden"></span>
  5190. </div>
  5191. </span>
  5192. </div>
  5193. <!--
  5194. <div id="mars-fs-templates">
  5195. <script data-name="price" type="text/template">
  5196. <div class="a-section a-spacing-none a-spacing-top-small a-text-center">
  5197. {! if (isParent) { !}
  5198. <span class="a-size-small a-color-secondary fs-price-prefix">From: </span>
  5199. {! } !}
  5200. <span class="a-size-base-plus a-color-price fs-buying-price">{{price}}</span>
  5201. </div>
  5202. </script>
  5203. <script data-name="basisPrice" type="text/template">
  5204. <div class="a-section a-spacing-none a-text-center">
  5205. <span class="a-size-small a-color-secondary fs-basis-price-label">{{label}}</span>
  5206. <span class="a-size-small a-color-secondary fs-basis-price a-text-strike">{{price}}</span>
  5207. </div>
  5208. </script>
  5209. </div>
  5210. -->
  5211. <script type="6215e0a667005d92ad47e400-text/javascript">
  5212. (function (f) { var _np = (window.P._namespace("MarsFamilyStripe")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  5213. P.when("MarsFamilyStripe.Templates").execute(function (templates) {
  5214. templates.loadTemplates("#mars-fs-templates");
  5215. });
  5216. }));
  5217. </script>
  5218. <script type="6215e0a667005d92ad47e400-text/javascript">
  5219. (function (f) { var _np = (window.P._namespace("MarsFamilyStripe")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  5220. P.when("MarsFamilyStripe").execute(function (MarsFamilyStripe) {
  5221. MarsFamilyStripe.init({
  5222. "familyAsins": {
  5223. "eero": [
  5224. "B08ZJVVMT4",
  5225. "B086PGZRGK",
  5226. "B086PFKYVH",
  5227. "B0CPKX85TD",
  5228. "B091G4D95D",
  5229. "B085PVB5BP",
  5230. "B085Q2ZF1X",
  5231. "B091G668JP"
  5232. ],
  5233. "SMP": [
  5234. "B0CJKV1J9N",
  5235. "B0BTG4S29L",
  5236. "B09TDTJKF1",
  5237. "B0CQMZ24LR"
  5238. ],
  5239. "KINDLE": [
  5240. "B0CFPHSTDD",
  5241. "B0CP31QS6R",
  5242. "B09BS5XWNS",
  5243. "B0CZB5RHWX",
  5244. "B0CFPL6CFY"
  5245. ],
  5246. "AUCC": [
  5247. "B09B8YP8KY",
  5248. "B0C2RXN77R",
  5249. "B09WXH9BH7",
  5250. "B0BLS3H65Z",
  5251. "B09Y1GZR7T",
  5252. "B084NTF5ZY",
  5253. "B09B2RL8CG",
  5254. "B085G63QHT",
  5255. "B0BCR4YW51",
  5256. "B07NQ7HNHY",
  5257. "B08MQNGX3W"
  5258. ],
  5259. "VICC": [
  5260. "B0B2BY4ZG7",
  5261. "B09L462YVZ",
  5262. "B0D47Z1SB9",
  5263. "B0D483WX7X",
  5264. "B09WZBPX7K",
  5265. "B08DJC1KMJ",
  5266. "B076JKHDQT",
  5267. "B0B6GK4VTC",
  5268. "B091D9R5XX",
  5269. "B08LZ3LTFV",
  5270. "B0C5QRZ47P",
  5271. "B0CG2TPLJV",
  5272. "B0D484S271",
  5273. "B09DRX62ZV",
  5274. "B0D3RN5W37",
  5275. "B0BZWRSRWV"
  5276. ]
  5277. },
  5278. "marketplaceId": "A39IBJ37TRP1C6",
  5279. "csrfToken": "1@g6wcpKFLtZBzlqViJ7pkTEV0Qyp8mD2pSv3pZZnSVJUcAAAAAQAAAABnKu6wcmF3AAAAAGfA1H5nd8xGEcC3ybgBQA\u003d\u003d@E6TAKA",
  5280. "endpoint": "data.amazon.com.au",
  5281. "language": "en-AU",
  5282. "invalidImageAsins": [
  5283. "B0CJKV1J9N",
  5284. "B0CFPHSTDD",
  5285. "B0BTG4S29L",
  5286. "B0CZB5RHWX",
  5287. "B09TDTJKF1",
  5288. "B0BCR4YW51",
  5289. "B0CFPL6CFY"
  5290. ]
  5291. });
  5292. });
  5293. }));
  5294. </script>
  5295. <script type="6215e0a667005d92ad47e400-text/javascript">
  5296. (function () {
  5297. var performance = window.performance;
  5298. var isApiSupported = performance && performance.mark && performance.measure && performance.getEntriesByName;
  5299. if (!isApiSupported) {
  5300. return;
  5301. }
  5302. var key = 'family-stripe-widget:1.0'
  5303. performance.mark(key + ':be');
  5304. var entry = key + ':clientBodyBeginToEnd';
  5305. performance.measure(entry, key + ':bb', key + ':be');
  5306. var entries = performance.getEntriesByName(entry);
  5307. if (entries.length === 0) {
  5308. return;
  5309. }
  5310. entries = entries.splice(entries.length - 1, 1);
  5311. var duration = entries[0].duration;
  5312. if (window.ue) {
  5313. window.ue.count(entry, duration);
  5314. }
  5315. })();
  5316. </script>
  5317. </div>
  5318. </div>
  5319. <div id="btfMVT3_feature_div" class="celwidget" data-feature-name="btfMVT3" data-csa-c-type="widget" data-csa-c-content-id="btfMVT3" data-csa-c-slot-id="btfMVT3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5320. <div id="btf-center-6_feature_div" class="celwidget" data-feature-name="btf-center-6" data-csa-c-type="widget" data-csa-c-content-id="btf-center-6" data-csa-c-slot-id="btf-center-6_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5321. <div id="btf-center-7_feature_div" class="celwidget" data-feature-name="btf-center-7" data-csa-c-type="widget" data-csa-c-content-id="btf-center-7" data-csa-c-slot-id="btf-center-7_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5322. <div id="btf-center-8_feature_div" class="celwidget" data-feature-name="btf-center-8" data-csa-c-type="widget" data-csa-c-content-id="btf-center-8" data-csa-c-slot-id="btf-center-8_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5323. <div id="btf-center-9_feature_div" class="celwidget" data-feature-name="btf-center-9" data-csa-c-type="widget" data-csa-c-content-id="btf-center-9" data-csa-c-slot-id="btf-center-9_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5324. <div id="btf-center-10_feature_div" class="celwidget" data-feature-name="btf-center-10" data-csa-c-type="widget" data-csa-c-content-id="btf-center-10" data-csa-c-slot-id="btf-center-10_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5325. <div id="btfContent1_feature_div" class="celwidget" data-feature-name="btfContent1" data-csa-c-type="widget" data-csa-c-content-id="btfContent1" data-csa-c-slot-id="btfContent1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5326. <div id="btf-content-1-m_feature_div" class="celwidget" data-feature-name="btf-content-1-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-1-m" data-csa-c-slot-id="btf-content-1-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5327. <div id="btfContent2_feature_div" class="celwidget" data-feature-name="btfContent2" data-csa-c-type="widget" data-csa-c-content-id="btfContent2" data-csa-c-slot-id="btfContent2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5328. <div id="btf-content-2-m_feature_div" class="celwidget" data-feature-name="btf-content-2-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-2-m" data-csa-c-slot-id="btf-content-2-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5329. <div id="btfContent3_feature_div" class="celwidget" data-feature-name="btfContent3" data-csa-c-type="widget" data-csa-c-content-id="btfContent3" data-csa-c-slot-id="btfContent3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5330. <div id="btf-content-3-m_feature_div" class="celwidget" data-feature-name="btf-content-3-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-3-m" data-csa-c-slot-id="btf-content-3-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5331. <div id="btfContent4_feature_div" class="celwidget" data-feature-name="btfContent4" data-csa-c-type="widget" data-csa-c-content-id="btfContent4" data-csa-c-slot-id="btfContent4_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5332. <div id="btf-content-4-m_feature_div" class="celwidget" data-feature-name="btf-content-4-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-4-m" data-csa-c-slot-id="btf-content-4-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5333. <div id="btfContent5_feature_div" class="celwidget" data-feature-name="btfContent5" data-csa-c-type="widget" data-csa-c-content-id="btfContent5" data-csa-c-slot-id="btfContent5_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5334. <div id="btf-content-5-m_feature_div" class="celwidget" data-feature-name="btf-content-5-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-5-m" data-csa-c-slot-id="btf-content-5-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5335. <div id="btfContent6_feature_div" class="celwidget" data-feature-name="btfContent6" data-csa-c-type="widget" data-csa-c-content-id="btfContent6" data-csa-c-slot-id="btfContent6_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5336. <div id="btf-content-6-m_feature_div" class="celwidget" data-feature-name="btf-content-6-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-6-m" data-csa-c-slot-id="btf-content-6-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5337. <div id="btfContent7_feature_div" class="celwidget" data-feature-name="btfContent7" data-csa-c-type="widget" data-csa-c-content-id="btfContent7" data-csa-c-slot-id="btfContent7_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5338. <div id="btf-content-7-m_feature_div" class="celwidget" data-feature-name="btf-content-7-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-7-m" data-csa-c-slot-id="btf-content-7-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5339. <div id="btfContent8_feature_div" class="celwidget" data-feature-name="btfContent8" data-csa-c-type="widget" data-csa-c-content-id="btfContent8" data-csa-c-slot-id="btfContent8_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5340. <div id="btf-content-8-m_feature_div" class="celwidget" data-feature-name="btf-content-8-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-8-m" data-csa-c-slot-id="btf-content-8-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5341. <div id="btfContent9_feature_div" class="celwidget" data-feature-name="btfContent9" data-csa-c-type="widget" data-csa-c-content-id="btfContent9" data-csa-c-slot-id="btfContent9_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5342. <div id="btf-content-9-m_feature_div" class="celwidget" data-feature-name="btf-content-9-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-9-m" data-csa-c-slot-id="btf-content-9-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5343. <div id="btfContent10_feature_div" class="celwidget" data-feature-name="btfContent10" data-csa-c-type="widget" data-csa-c-content-id="btfContent10" data-csa-c-slot-id="btfContent10_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5344. <div id="btf-content-10-m_feature_div" class="celwidget" data-feature-name="btf-content-10-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-10-m" data-csa-c-slot-id="btf-content-10-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5345. <div id="btfContent11_feature_div" class="celwidget" data-feature-name="btfContent11" data-csa-c-type="widget" data-csa-c-content-id="btfContent11" data-csa-c-slot-id="btfContent11_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5346. <div id="btf-content-11-m_feature_div" class="celwidget" data-feature-name="btf-content-11-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-11-m" data-csa-c-slot-id="btf-content-11-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5347. <div id="btfContent12_feature_div" class="celwidget" data-feature-name="btfContent12" data-csa-c-type="widget" data-csa-c-content-id="btfContent12" data-csa-c-slot-id="btfContent12_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5348. <div id="btf-content-12-m_feature_div" class="celwidget" data-feature-name="btf-content-12-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-12-m" data-csa-c-slot-id="btf-content-12-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5349. <div id="btfContent13_feature_div" class="celwidget" data-feature-name="btfContent13" data-csa-c-type="widget" data-csa-c-content-id="btfContent13" data-csa-c-slot-id="btfContent13_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5350. <div id="btf-content-13-m_feature_div" class="celwidget" data-feature-name="btf-content-13-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-13-m" data-csa-c-slot-id="btf-content-13-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5351. <div id="btfContent14_feature_div" class="celwidget" data-feature-name="btfContent14" data-csa-c-type="widget" data-csa-c-content-id="btfContent14" data-csa-c-slot-id="btfContent14_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5352. <div id="btf-content-14-m_feature_div" class="celwidget" data-feature-name="btf-content-14-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-14-m" data-csa-c-slot-id="btf-content-14-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5353. <div id="btfContent15_feature_div" class="celwidget" data-feature-name="btfContent15" data-csa-c-type="widget" data-csa-c-content-id="btfContent15" data-csa-c-slot-id="btfContent15_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5354. <div id="btf-content-15-m_feature_div" class="celwidget" data-feature-name="btf-content-15-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-15-m" data-csa-c-slot-id="btf-content-15-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5355. <div id="red-regulation-content_feature_div" class="celwidget" data-feature-name="red-regulation-content" data-csa-c-type="widget" data-csa-c-content-id="red-regulation-content" data-csa-c-slot-id="red-regulation-content_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5356. <div id="btfContent16_feature_div" class="celwidget" data-feature-name="btfContent16" data-csa-c-type="widget" data-csa-c-content-id="btfContent16" data-csa-c-slot-id="btfContent16_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5357. <div id="btf-content-16-m_feature_div" class="celwidget" data-feature-name="btf-content-16-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-16-m" data-csa-c-slot-id="btf-content-16-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5358. <div id="btfContent17_feature_div" class="celwidget" data-feature-name="btfContent17" data-csa-c-type="widget" data-csa-c-content-id="btfContent17" data-csa-c-slot-id="btfContent17_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5359. <div id="btf-content-17-m_feature_div" class="celwidget" data-feature-name="btf-content-17-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-17-m" data-csa-c-slot-id="btf-content-17-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5360. <div id="btfContent18_feature_div" class="celwidget" data-feature-name="btfContent18" data-csa-c-type="widget" data-csa-c-content-id="btfContent18" data-csa-c-slot-id="btfContent18_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5361. <div id="btf-content-18-m_feature_div" class="celwidget" data-feature-name="btf-content-18-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-18-m" data-csa-c-slot-id="btf-content-18-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5362. <div id="btfContent19_feature_div" class="celwidget" data-feature-name="btfContent19" data-csa-c-type="widget" data-csa-c-content-id="btfContent19" data-csa-c-slot-id="btfContent19_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5363. <div id="btf-content-19-m_feature_div" class="celwidget" data-feature-name="btf-content-19-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-19-m" data-csa-c-slot-id="btf-content-19-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5364. <div id="btfContent20_feature_div" class="celwidget" data-feature-name="btfContent20" data-csa-c-type="widget" data-csa-c-content-id="btfContent20" data-csa-c-slot-id="btfContent20_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5365. <div id="btf-content-20-m_feature_div" class="celwidget" data-feature-name="btf-content-20-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-20-m" data-csa-c-slot-id="btf-content-20-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5366. <div id="btfContent21_feature_div" class="celwidget" data-feature-name="btfContent21" data-csa-c-type="widget" data-csa-c-content-id="btfContent21" data-csa-c-slot-id="btfContent21_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5367. <div id="btf-content-21-m_feature_div" class="celwidget" data-feature-name="btf-content-21-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-21-m" data-csa-c-slot-id="btf-content-21-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5368. <div id="btfContent22_feature_div" class="celwidget" data-feature-name="btfContent22" data-csa-c-type="widget" data-csa-c-content-id="btfContent22" data-csa-c-slot-id="btfContent22_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5369. <div id="btf-content-22-m_feature_div" class="celwidget" data-feature-name="btf-content-22-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-22-m" data-csa-c-slot-id="btf-content-22-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5370. <div id="btfContent23_feature_div" class="celwidget" data-feature-name="btfContent23" data-csa-c-type="widget" data-csa-c-content-id="btfContent23" data-csa-c-slot-id="btfContent23_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5371. <div id="btf-content-23-m_feature_div" class="celwidget" data-feature-name="btf-content-23-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-23-m" data-csa-c-slot-id="btf-content-23-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5372. <div id="btfContent24_feature_div" class="celwidget" data-feature-name="btfContent24" data-csa-c-type="widget" data-csa-c-content-id="btfContent24" data-csa-c-slot-id="btfContent24_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5373. <div id="btf-content-24-m_feature_div" class="celwidget" data-feature-name="btf-content-24-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-24-m" data-csa-c-slot-id="btf-content-24-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5374. <div id="btfContent25_feature_div" class="celwidget" data-feature-name="btfContent25" data-csa-c-type="widget" data-csa-c-content-id="btfContent25" data-csa-c-slot-id="btfContent25_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5375. <div id="btf-content-25-m_feature_div" class="celwidget" data-feature-name="btf-content-25-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-25-m" data-csa-c-slot-id="btf-content-25-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5376. <div id="btfMVT4_feature_div" class="celwidget" data-feature-name="btfMVT4" data-csa-c-type="widget" data-csa-c-content-id="btfMVT4" data-csa-c-slot-id="btfMVT4_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5377. <div id="btf-center-11_feature_div" class="celwidget" data-feature-name="btf-center-11" data-csa-c-type="widget" data-csa-c-content-id="btf-center-11" data-csa-c-slot-id="btf-center-11_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5378. <div id="btf-center-12_feature_div" class="celwidget" data-feature-name="btf-center-12" data-csa-c-type="widget" data-csa-c-content-id="btf-center-12" data-csa-c-slot-id="btf-center-12_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5379. <div id="btf-center-13_feature_div" class="celwidget" data-feature-name="btf-center-13" data-csa-c-type="widget" data-csa-c-content-id="btf-center-13" data-csa-c-slot-id="btf-center-13_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5380. <div id="btf-center-14_feature_div" class="celwidget" data-feature-name="btf-center-14" data-csa-c-type="widget" data-csa-c-content-id="btf-center-14" data-csa-c-slot-id="btf-center-14_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5381. <div id="btf-center-15_feature_div" class="celwidget" data-feature-name="btf-center-15" data-csa-c-type="widget" data-csa-c-content-id="btf-center-15" data-csa-c-slot-id="btf-center-15_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5382. <div id="btfContent26_feature_div" class="celwidget" data-feature-name="btfContent26" data-csa-c-type="widget" data-csa-c-content-id="btfContent26" data-csa-c-slot-id="btfContent26_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5383. <div id="btf-content-26-m_feature_div" class="celwidget" data-feature-name="btf-content-26-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-26-m" data-csa-c-slot-id="btf-content-26-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5384. <div id="btfContent27_feature_div" class="celwidget" data-feature-name="btfContent27" data-csa-c-type="widget" data-csa-c-content-id="btfContent27" data-csa-c-slot-id="btfContent27_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5385. <div id="btf-content-27-m_feature_div" class="celwidget" data-feature-name="btf-content-27-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-27-m" data-csa-c-slot-id="btf-content-27-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5386. <div id="btfContent28_feature_div" class="celwidget" data-feature-name="btfContent28" data-csa-c-type="widget" data-csa-c-content-id="btfContent28" data-csa-c-slot-id="btfContent28_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5387. <div id="btf-content-28-m_feature_div" class="celwidget" data-feature-name="btf-content-28-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-28-m" data-csa-c-slot-id="btf-content-28-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5388. <div id="btfContent29_feature_div" class="celwidget" data-feature-name="btfContent29" data-csa-c-type="widget" data-csa-c-content-id="btfContent29" data-csa-c-slot-id="btfContent29_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5389. <div id="btf-content-29-m_feature_div" class="celwidget" data-feature-name="btf-content-29-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-29-m" data-csa-c-slot-id="btf-content-29-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5390. <div id="btfContent30_feature_div" class="celwidget" data-feature-name="btfContent30" data-csa-c-type="widget" data-csa-c-content-id="btfContent30" data-csa-c-slot-id="btfContent30_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5391. <div id="btf-content-30-m_feature_div" class="celwidget" data-feature-name="btf-content-30-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-30-m" data-csa-c-slot-id="btf-content-30-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5392. <div id="btfContent31_feature_div" class="celwidget" data-feature-name="btfContent31" data-csa-c-type="widget" data-csa-c-content-id="btfContent31" data-csa-c-slot-id="btfContent31_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5393. <div id="btf-content-31-m_feature_div" class="celwidget" data-feature-name="btf-content-31-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-31-m" data-csa-c-slot-id="btf-content-31-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5394. <div id="btfContent32_feature_div" class="celwidget" data-feature-name="btfContent32" data-csa-c-type="widget" data-csa-c-content-id="btfContent32" data-csa-c-slot-id="btfContent32_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5395. <div id="btf-content-32-m_feature_div" class="celwidget" data-feature-name="btf-content-32-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-32-m" data-csa-c-slot-id="btf-content-32-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5396. <div id="btfContent33_feature_div" class="celwidget" data-feature-name="btfContent33" data-csa-c-type="widget" data-csa-c-content-id="btfContent33" data-csa-c-slot-id="btfContent33_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5397. <div id="btf-content-33-m_feature_div" class="celwidget" data-feature-name="btf-content-33-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-33-m" data-csa-c-slot-id="btf-content-33-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5398. <div id="btfContent34_feature_div" class="celwidget" data-feature-name="btfContent34" data-csa-c-type="widget" data-csa-c-content-id="btfContent34" data-csa-c-slot-id="btfContent34_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5399. <div id="btf-content-34-m_feature_div" class="celwidget" data-feature-name="btf-content-34-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-34-m" data-csa-c-slot-id="btf-content-34-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5400. <div id="btfContent35_feature_div" class="celwidget" data-feature-name="btfContent35" data-csa-c-type="widget" data-csa-c-content-id="btfContent35" data-csa-c-slot-id="btfContent35_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5401. <div id="btf-content-35-m_feature_div" class="celwidget" data-feature-name="btf-content-35-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-35-m" data-csa-c-slot-id="btf-content-35-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5402. <div id="btfContent36_feature_div" class="celwidget" data-feature-name="btfContent36" data-csa-c-type="widget" data-csa-c-content-id="btfContent36" data-csa-c-slot-id="btfContent36_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5403. <div id="btf-content-36-m_feature_div" class="celwidget" data-feature-name="btf-content-36-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-36-m" data-csa-c-slot-id="btf-content-36-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5404. <div id="btfContent37_feature_div" class="celwidget" data-feature-name="btfContent37" data-csa-c-type="widget" data-csa-c-content-id="btfContent37" data-csa-c-slot-id="btfContent37_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5405. <div id="btf-content-37-m_feature_div" class="celwidget" data-feature-name="btf-content-37-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-37-m" data-csa-c-slot-id="btf-content-37-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5406. <div id="btfContent38_feature_div" class="celwidget" data-feature-name="btfContent38" data-csa-c-type="widget" data-csa-c-content-id="btfContent38" data-csa-c-slot-id="btfContent38_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5407. <div id="btf-content-38-m_feature_div" class="celwidget" data-feature-name="btf-content-38-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-38-m" data-csa-c-slot-id="btf-content-38-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5408. <div id="btfContent39_feature_div" class="celwidget" data-feature-name="btfContent39" data-csa-c-type="widget" data-csa-c-content-id="btfContent39" data-csa-c-slot-id="btfContent39_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5409. <div id="btf-content-39-m_feature_div" class="celwidget" data-feature-name="btf-content-39-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-39-m" data-csa-c-slot-id="btf-content-39-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5410. <div id="btfContent40_feature_div" class="celwidget" data-feature-name="btfContent40" data-csa-c-type="widget" data-csa-c-content-id="btfContent40" data-csa-c-slot-id="btfContent40_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5411. <div id="btf-content-40-m_feature_div" class="celwidget" data-feature-name="btf-content-40-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-40-m" data-csa-c-slot-id="btf-content-40-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5412. <div id="btfContent41_feature_div" class="celwidget" data-feature-name="btfContent41" data-csa-c-type="widget" data-csa-c-content-id="btfContent41" data-csa-c-slot-id="btfContent41_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5413. <div id="btf-content-41-m_feature_div" class="celwidget" data-feature-name="btf-content-41-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-41-m" data-csa-c-slot-id="btf-content-41-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5414. <div id="btfContent42_feature_div" class="celwidget" data-feature-name="btfContent42" data-csa-c-type="widget" data-csa-c-content-id="btfContent42" data-csa-c-slot-id="btfContent42_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5415. <div id="btf-content-42-m_feature_div" class="celwidget" data-feature-name="btf-content-42-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-42-m" data-csa-c-slot-id="btf-content-42-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5416. <div id="btfContent43_feature_div" class="celwidget" data-feature-name="btfContent43" data-csa-c-type="widget" data-csa-c-content-id="btfContent43" data-csa-c-slot-id="btfContent43_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5417. <div id="btf-content-43-m_feature_div" class="celwidget" data-feature-name="btf-content-43-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-43-m" data-csa-c-slot-id="btf-content-43-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5418. <div id="btfContent44_feature_div" class="celwidget" data-feature-name="btfContent44" data-csa-c-type="widget" data-csa-c-content-id="btfContent44" data-csa-c-slot-id="btfContent44_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5419. <div id="btf-content-44-m_feature_div" class="celwidget" data-feature-name="btf-content-44-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-44-m" data-csa-c-slot-id="btf-content-44-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5420. <div id="btfContent45_feature_div" class="celwidget" data-feature-name="btfContent45" data-csa-c-type="widget" data-csa-c-content-id="btfContent45" data-csa-c-slot-id="btfContent45_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5421. <div id="btf-content-45-m_feature_div" class="celwidget" data-feature-name="btf-content-45-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-45-m" data-csa-c-slot-id="btf-content-45-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5422. <div id="btfContent46_feature_div" class="celwidget" data-feature-name="btfContent46" data-csa-c-type="widget" data-csa-c-content-id="btfContent46" data-csa-c-slot-id="btfContent46_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5423. <div id="btf-content-46-m_feature_div" class="celwidget" data-feature-name="btf-content-46-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-46-m" data-csa-c-slot-id="btf-content-46-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5424. <div id="btfContent47_feature_div" class="celwidget" data-feature-name="btfContent47" data-csa-c-type="widget" data-csa-c-content-id="btfContent47" data-csa-c-slot-id="btfContent47_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5425. <div id="btf-content-47-m_feature_div" class="celwidget" data-feature-name="btf-content-47-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-47-m" data-csa-c-slot-id="btf-content-47-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5426. <div id="btfContent48_feature_div" class="celwidget" data-feature-name="btfContent48" data-csa-c-type="widget" data-csa-c-content-id="btfContent48" data-csa-c-slot-id="btfContent48_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5427. <div id="btf-content-48-m_feature_div" class="celwidget" data-feature-name="btf-content-48-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-48-m" data-csa-c-slot-id="btf-content-48-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5428. <div id="btfContent49_feature_div" class="celwidget" data-feature-name="btfContent49" data-csa-c-type="widget" data-csa-c-content-id="btfContent49" data-csa-c-slot-id="btfContent49_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5429. <div id="btf-content-49-m_feature_div" class="celwidget" data-feature-name="btf-content-49-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-49-m" data-csa-c-slot-id="btf-content-49-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5430. <div id="btfContent50_feature_div" class="celwidget" data-feature-name="btfContent50" data-csa-c-type="widget" data-csa-c-content-id="btfContent50" data-csa-c-slot-id="btfContent50_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5431. <div id="btf-content-50-m_feature_div" class="celwidget" data-feature-name="btf-content-50-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-50-m" data-csa-c-slot-id="btf-content-50-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5432. <div id="btf-center-16_feature_div" class="celwidget" data-feature-name="btf-center-16" data-csa-c-type="widget" data-csa-c-content-id="btf-center-16" data-csa-c-slot-id="btf-center-16_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5433. <div id="btf-center-17_feature_div" class="celwidget" data-feature-name="btf-center-17" data-csa-c-type="widget" data-csa-c-content-id="btf-center-17" data-csa-c-slot-id="btf-center-17_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5434. <div id="btf-center-18_feature_div" class="celwidget" data-feature-name="btf-center-18" data-csa-c-type="widget" data-csa-c-content-id="btf-center-18" data-csa-c-slot-id="btf-center-18_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5435. <div id="btf-center-19_feature_div" class="celwidget" data-feature-name="btf-center-19" data-csa-c-type="widget" data-csa-c-content-id="btf-center-19" data-csa-c-slot-id="btf-center-19_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5436. <div id="btf-center-20_feature_div" class="celwidget" data-feature-name="btf-center-20" data-csa-c-type="widget" data-csa-c-content-id="btf-center-20" data-csa-c-slot-id="btf-center-20_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5437. <div id="btf-center-21_feature_div" class="celwidget" data-feature-name="btf-center-21" data-csa-c-type="widget" data-csa-c-content-id="btf-center-21" data-csa-c-slot-id="btf-center-21_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5438. <div id="btf-center-22_feature_div" class="celwidget" data-feature-name="btf-center-22" data-csa-c-type="widget" data-csa-c-content-id="btf-center-22" data-csa-c-slot-id="btf-center-22_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5439. <div id="btf-center-23_feature_div" class="celwidget" data-feature-name="btf-center-23" data-csa-c-type="widget" data-csa-c-content-id="btf-center-23" data-csa-c-slot-id="btf-center-23_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5440. <div id="btf-center-24_feature_div" class="celwidget" data-feature-name="btf-center-24" data-csa-c-type="widget" data-csa-c-content-id="btf-center-24" data-csa-c-slot-id="btf-center-24_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5441. <div id="btf-center-25_feature_div" class="celwidget" data-feature-name="btf-center-25" data-csa-c-type="widget" data-csa-c-content-id="btf-center-25" data-csa-c-slot-id="btf-center-25_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5442. <div id="btfContent51_feature_div" class="celwidget" data-feature-name="btfContent51" data-csa-c-type="widget" data-csa-c-content-id="btfContent51" data-csa-c-slot-id="btfContent51_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5443. <div id="btf-content-51-m_feature_div" class="celwidget" data-feature-name="btf-content-51-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-51-m" data-csa-c-slot-id="btf-content-51-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5444. <div id="btfContent52_feature_div" class="celwidget" data-feature-name="btfContent52" data-csa-c-type="widget" data-csa-c-content-id="btfContent52" data-csa-c-slot-id="btfContent52_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5445. <div id="btf-content-52-m_feature_div" class="celwidget" data-feature-name="btf-content-52-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-52-m" data-csa-c-slot-id="btf-content-52-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5446. <div id="btfContent53_feature_div" class="celwidget" data-feature-name="btfContent53" data-csa-c-type="widget" data-csa-c-content-id="btfContent53" data-csa-c-slot-id="btfContent53_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5447. <div id="btf-content-53-m_feature_div" class="celwidget" data-feature-name="btf-content-53-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-53-m" data-csa-c-slot-id="btf-content-53-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5448. <div id="btfContent54_feature_div" class="celwidget" data-feature-name="btfContent54" data-csa-c-type="widget" data-csa-c-content-id="btfContent54" data-csa-c-slot-id="btfContent54_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5449. <div id="btf-content-54-m_feature_div" class="celwidget" data-feature-name="btf-content-54-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-54-m" data-csa-c-slot-id="btf-content-54-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5450. <div id="btfContent55_feature_div" class="celwidget" data-feature-name="btfContent55" data-csa-c-type="widget" data-csa-c-content-id="btfContent55" data-csa-c-slot-id="btfContent55_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5451. <div id="btf-content-55-m_feature_div" class="celwidget" data-feature-name="btf-content-55-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-55-m" data-csa-c-slot-id="btf-content-55-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5452. <div id="btfContent56_feature_div" class="celwidget" data-feature-name="btfContent56" data-csa-c-type="widget" data-csa-c-content-id="btfContent56" data-csa-c-slot-id="btfContent56_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5453. <div id="btf-content-56-m_feature_div" class="celwidget" data-feature-name="btf-content-56-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-56-m" data-csa-c-slot-id="btf-content-56-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5454. <div id="btfContent57_feature_div" class="celwidget" data-feature-name="btfContent57" data-csa-c-type="widget" data-csa-c-content-id="btfContent57" data-csa-c-slot-id="btfContent57_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5455. <div id="btf-content-57-m_feature_div" class="celwidget" data-feature-name="btf-content-57-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-57-m" data-csa-c-slot-id="btf-content-57-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5456. <div id="btfContent58_feature_div" class="celwidget" data-feature-name="btfContent58" data-csa-c-type="widget" data-csa-c-content-id="btfContent58" data-csa-c-slot-id="btfContent58_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5457. <div id="btf-content-58-m_feature_div" class="celwidget" data-feature-name="btf-content-58-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-58-m" data-csa-c-slot-id="btf-content-58-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5458. <div id="btfContent59_feature_div" class="celwidget" data-feature-name="btfContent59" data-csa-c-type="widget" data-csa-c-content-id="btfContent59" data-csa-c-slot-id="btfContent59_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5459. <div id="btf-content-59-m_feature_div" class="celwidget" data-feature-name="btf-content-59-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-59-m" data-csa-c-slot-id="btf-content-59-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5460. <div id="btfContent60_feature_div" class="celwidget" data-feature-name="btfContent60" data-csa-c-type="widget" data-csa-c-content-id="btfContent60" data-csa-c-slot-id="btfContent60_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5461. <div id="btf-content-60-m_feature_div" class="celwidget" data-feature-name="btf-content-60-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-60-m" data-csa-c-slot-id="btf-content-60-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5462. <div id="btfContent61_feature_div" class="celwidget" data-feature-name="btfContent61" data-csa-c-type="widget" data-csa-c-content-id="btfContent61" data-csa-c-slot-id="btfContent61_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5463. <div id="btf-content-61-m_feature_div" class="celwidget" data-feature-name="btf-content-61-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-61-m" data-csa-c-slot-id="btf-content-61-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5464. <div id="btfContent62_feature_div" class="celwidget" data-feature-name="btfContent62" data-csa-c-type="widget" data-csa-c-content-id="btfContent62" data-csa-c-slot-id="btfContent62_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5465. <div id="btf-content-62-m_feature_div" class="celwidget" data-feature-name="btf-content-62-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-62-m" data-csa-c-slot-id="btf-content-62-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5466. <div id="btfContent63_feature_div" class="celwidget" data-feature-name="btfContent63" data-csa-c-type="widget" data-csa-c-content-id="btfContent63" data-csa-c-slot-id="btfContent63_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5467. <div id="btf-content-63-m_feature_div" class="celwidget" data-feature-name="btf-content-63-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-63-m" data-csa-c-slot-id="btf-content-63-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5468. <div id="btfContent64_feature_div" class="celwidget" data-feature-name="btfContent64" data-csa-c-type="widget" data-csa-c-content-id="btfContent64" data-csa-c-slot-id="btfContent64_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5469. <div id="btf-content-64-m_feature_div" class="celwidget" data-feature-name="btf-content-64-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-64-m" data-csa-c-slot-id="btf-content-64-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5470. <div id="btfContent65_feature_div" class="celwidget" data-feature-name="btfContent65" data-csa-c-type="widget" data-csa-c-content-id="btfContent65" data-csa-c-slot-id="btfContent65_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5471. <div id="btf-content-65-m_feature_div" class="celwidget" data-feature-name="btf-content-65-m" data-csa-c-type="widget" data-csa-c-content-id="btf-content-65-m" data-csa-c-slot-id="btf-content-65-m_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5472. <div id="btfMVT5_feature_div" class="celwidget" data-feature-name="btfMVT5" data-csa-c-type="widget" data-csa-c-content-id="btfMVT5" data-csa-c-slot-id="btfMVT5_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5473. <div id="center-17_feature_div" class="celwidget" data-feature-name="center-17" data-csa-c-type="widget" data-csa-c-content-id="center-17" data-csa-c-slot-id="center-17_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5474. <div id="center-17-0_feature_div" class="celwidget" data-feature-name="center-17-0" data-csa-c-type="widget" data-csa-c-content-id="center-17-0" data-csa-c-slot-id="center-17-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5475. <div id="center-17-1_feature_div" class="celwidget" data-feature-name="center-17-1" data-csa-c-type="widget" data-csa-c-content-id="center-17-1" data-csa-c-slot-id="center-17-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5476. <div id="center-17-2_feature_div" class="celwidget" data-feature-name="center-17-2" data-csa-c-type="widget" data-csa-c-content-id="center-17-2" data-csa-c-slot-id="center-17-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5477. <div id="center-17-3_feature_div" class="celwidget" data-feature-name="center-17-3" data-csa-c-type="widget" data-csa-c-content-id="center-17-3" data-csa-c-slot-id="center-17-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5478. <div id="center-18_feature_div" class="celwidget" data-feature-name="center-18" data-csa-c-type="widget" data-csa-c-content-id="center-18" data-csa-c-slot-id="center-18_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5479. <div id="center-18-0_feature_div" class="celwidget" data-feature-name="center-18-0" data-csa-c-type="widget" data-csa-c-content-id="center-18-0" data-csa-c-slot-id="center-18-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5480. <div id="center-18-1_feature_div" class="celwidget" data-feature-name="center-18-1" data-csa-c-type="widget" data-csa-c-content-id="center-18-1" data-csa-c-slot-id="center-18-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5481. <div id="center-18-2_feature_div" class="celwidget" data-feature-name="center-18-2" data-csa-c-type="widget" data-csa-c-content-id="center-18-2" data-csa-c-slot-id="center-18-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5482. <div id="center-18-3_feature_div" class="celwidget" data-feature-name="center-18-3" data-csa-c-type="widget" data-csa-c-content-id="center-18-3" data-csa-c-slot-id="center-18-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5483. <div id="center-19_feature_div" class="celwidget" data-feature-name="center-19" data-csa-c-type="widget" data-csa-c-content-id="center-19" data-csa-c-slot-id="center-19_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5484. <div id="center-19-0_feature_div" class="celwidget" data-feature-name="center-19-0" data-csa-c-type="widget" data-csa-c-content-id="center-19-0" data-csa-c-slot-id="center-19-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5485. <div id="center-19-1_feature_div" class="celwidget" data-feature-name="center-19-1" data-csa-c-type="widget" data-csa-c-content-id="center-19-1" data-csa-c-slot-id="center-19-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5486. <div id="center-19-2_feature_div" class="celwidget" data-feature-name="center-19-2" data-csa-c-type="widget" data-csa-c-content-id="center-19-2" data-csa-c-slot-id="center-19-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5487. <div id="center-19-3_feature_div" class="celwidget" data-feature-name="center-19-3" data-csa-c-type="widget" data-csa-c-content-id="center-19-3" data-csa-c-slot-id="center-19-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5488. <div id="center-20_feature_div" class="celwidget" data-feature-name="center-20" data-csa-c-type="widget" data-csa-c-content-id="center-20" data-csa-c-slot-id="center-20_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5489. <div id="center-20-0_feature_div" class="celwidget" data-feature-name="center-20-0" data-csa-c-type="widget" data-csa-c-content-id="center-20-0" data-csa-c-slot-id="center-20-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5490. <div id="center-20-1_feature_div" class="celwidget" data-feature-name="center-20-1" data-csa-c-type="widget" data-csa-c-content-id="center-20-1" data-csa-c-slot-id="center-20-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5491. <div id="center-20-2_feature_div" class="celwidget" data-feature-name="center-20-2" data-csa-c-type="widget" data-csa-c-content-id="center-20-2" data-csa-c-slot-id="center-20-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5492. <div id="center-20-3_feature_div" class="celwidget" data-feature-name="center-20-3" data-csa-c-type="widget" data-csa-c-content-id="center-20-3" data-csa-c-slot-id="center-20-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5493. <div id="center-21_feature_div" class="celwidget" data-feature-name="center-21" data-csa-c-type="widget" data-csa-c-content-id="center-21" data-csa-c-slot-id="center-21_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5494. <div id="center-21-0_feature_div" class="celwidget" data-feature-name="center-21-0" data-csa-c-type="widget" data-csa-c-content-id="center-21-0" data-csa-c-slot-id="center-21-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5495. <div id="center-21-1_feature_div" class="celwidget" data-feature-name="center-21-1" data-csa-c-type="widget" data-csa-c-content-id="center-21-1" data-csa-c-slot-id="center-21-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5496. <div id="center-21-2_feature_div" class="celwidget" data-feature-name="center-21-2" data-csa-c-type="widget" data-csa-c-content-id="center-21-2" data-csa-c-slot-id="center-21-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5497. <div id="center-21-3_feature_div" class="celwidget" data-feature-name="center-21-3" data-csa-c-type="widget" data-csa-c-content-id="center-21-3" data-csa-c-slot-id="center-21-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5498. <div id="center-22_feature_div" class="celwidget" data-feature-name="center-22" data-csa-c-type="widget" data-csa-c-content-id="center-22" data-csa-c-slot-id="center-22_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5499. <div id="center-22-0_feature_div" class="celwidget" data-feature-name="center-22-0" data-csa-c-type="widget" data-csa-c-content-id="center-22-0" data-csa-c-slot-id="center-22-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5500. <div id="center-22-1_feature_div" class="celwidget" data-feature-name="center-22-1" data-csa-c-type="widget" data-csa-c-content-id="center-22-1" data-csa-c-slot-id="center-22-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5501. <div id="center-22-2_feature_div" class="celwidget" data-feature-name="center-22-2" data-csa-c-type="widget" data-csa-c-content-id="center-22-2" data-csa-c-slot-id="center-22-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5502. <div id="center-22-3_feature_div" class="celwidget" data-feature-name="center-22-3" data-csa-c-type="widget" data-csa-c-content-id="center-22-3" data-csa-c-slot-id="center-22-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5503. <div id="center-23_feature_div" class="celwidget" data-feature-name="center-23" data-csa-c-type="widget" data-csa-c-content-id="center-23" data-csa-c-slot-id="center-23_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5504. <div id="center-23-0_feature_div" class="celwidget" data-feature-name="center-23-0" data-csa-c-type="widget" data-csa-c-content-id="center-23-0" data-csa-c-slot-id="center-23-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5505. <div id="center-23-1_feature_div" class="celwidget" data-feature-name="center-23-1" data-csa-c-type="widget" data-csa-c-content-id="center-23-1" data-csa-c-slot-id="center-23-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5506. <div id="center-23-2_feature_div" class="celwidget" data-feature-name="center-23-2" data-csa-c-type="widget" data-csa-c-content-id="center-23-2" data-csa-c-slot-id="center-23-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5507. <div id="center-23-3_feature_div" class="celwidget" data-feature-name="center-23-3" data-csa-c-type="widget" data-csa-c-content-id="center-23-3" data-csa-c-slot-id="center-23-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5508. <div id="center-24_feature_div" class="celwidget" data-feature-name="center-24" data-csa-c-type="widget" data-csa-c-content-id="center-24" data-csa-c-slot-id="center-24_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5509. <div id="center-24-0_feature_div" class="celwidget" data-feature-name="center-24-0" data-csa-c-type="widget" data-csa-c-content-id="center-24-0" data-csa-c-slot-id="center-24-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5510. <div id="center-24-1_feature_div" class="celwidget" data-feature-name="center-24-1" data-csa-c-type="widget" data-csa-c-content-id="center-24-1" data-csa-c-slot-id="center-24-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5511. <div id="center-24-2_feature_div" class="celwidget" data-feature-name="center-24-2" data-csa-c-type="widget" data-csa-c-content-id="center-24-2" data-csa-c-slot-id="center-24-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5512. <div id="center-24-3_feature_div" class="celwidget" data-feature-name="center-24-3" data-csa-c-type="widget" data-csa-c-content-id="center-24-3" data-csa-c-slot-id="center-24-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5513. <div id="center-25_feature_div" class="celwidget" data-feature-name="center-25" data-csa-c-type="widget" data-csa-c-content-id="center-25" data-csa-c-slot-id="center-25_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5514. <div id="center-25-0_feature_div" class="celwidget" data-feature-name="center-25-0" data-csa-c-type="widget" data-csa-c-content-id="center-25-0" data-csa-c-slot-id="center-25-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5515. <div id="center-25-1_feature_div" class="celwidget" data-feature-name="center-25-1" data-csa-c-type="widget" data-csa-c-content-id="center-25-1" data-csa-c-slot-id="center-25-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5516. <div id="center-25-2_feature_div" class="celwidget" data-feature-name="center-25-2" data-csa-c-type="widget" data-csa-c-content-id="center-25-2" data-csa-c-slot-id="center-25-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5517. <div id="center-25-3_feature_div" class="celwidget" data-feature-name="center-25-3" data-csa-c-type="widget" data-csa-c-content-id="center-25-3" data-csa-c-slot-id="center-25-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5518. <div id="center-26_feature_div" class="celwidget" data-feature-name="center-26" data-csa-c-type="widget" data-csa-c-content-id="center-26" data-csa-c-slot-id="center-26_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5519. <div id="center-26-0_feature_div" class="celwidget" data-feature-name="center-26-0" data-csa-c-type="widget" data-csa-c-content-id="center-26-0" data-csa-c-slot-id="center-26-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5520. <div id="center-26-1_feature_div" class="celwidget" data-feature-name="center-26-1" data-csa-c-type="widget" data-csa-c-content-id="center-26-1" data-csa-c-slot-id="center-26-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5521. <div id="center-26-2_feature_div" class="celwidget" data-feature-name="center-26-2" data-csa-c-type="widget" data-csa-c-content-id="center-26-2" data-csa-c-slot-id="center-26-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5522. <div id="center-26-3_feature_div" class="celwidget" data-feature-name="center-26-3" data-csa-c-type="widget" data-csa-c-content-id="center-26-3" data-csa-c-slot-id="center-26-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5523. <div id="center-27_feature_div" class="celwidget" data-feature-name="center-27" data-csa-c-type="widget" data-csa-c-content-id="center-27" data-csa-c-slot-id="center-27_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5524. <div id="center-27-0_feature_div" class="celwidget" data-feature-name="center-27-0" data-csa-c-type="widget" data-csa-c-content-id="center-27-0" data-csa-c-slot-id="center-27-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5525. <div id="center-27-1_feature_div" class="celwidget" data-feature-name="center-27-1" data-csa-c-type="widget" data-csa-c-content-id="center-27-1" data-csa-c-slot-id="center-27-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5526. <div id="center-27-2_feature_div" class="celwidget" data-feature-name="center-27-2" data-csa-c-type="widget" data-csa-c-content-id="center-27-2" data-csa-c-slot-id="center-27-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5527. <div id="center-27-3_feature_div" class="celwidget" data-feature-name="center-27-3" data-csa-c-type="widget" data-csa-c-content-id="center-27-3" data-csa-c-slot-id="center-27-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5528. <div id="center-28_feature_div" class="celwidget" data-feature-name="center-28" data-csa-c-type="widget" data-csa-c-content-id="center-28" data-csa-c-slot-id="center-28_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5529. <div id="center-28-0_feature_div" class="celwidget" data-feature-name="center-28-0" data-csa-c-type="widget" data-csa-c-content-id="center-28-0" data-csa-c-slot-id="center-28-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5530. <div id="center-28-1_feature_div" class="celwidget" data-feature-name="center-28-1" data-csa-c-type="widget" data-csa-c-content-id="center-28-1" data-csa-c-slot-id="center-28-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5531. <div id="center-28-2_feature_div" class="celwidget" data-feature-name="center-28-2" data-csa-c-type="widget" data-csa-c-content-id="center-28-2" data-csa-c-slot-id="center-28-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5532. <div id="center-28-3_feature_div" class="celwidget" data-feature-name="center-28-3" data-csa-c-type="widget" data-csa-c-content-id="center-28-3" data-csa-c-slot-id="center-28-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5533. <div id="center-28-3_feature_div">
  5534. <div id="center-28-3_feature_div"></div>
  5535. </div>
  5536. </div>
  5537. <div id="center-29_feature_div" class="celwidget" data-feature-name="center-29" data-csa-c-type="widget" data-csa-c-content-id="center-29" data-csa-c-slot-id="center-29_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5538. <div id="center-29-0_feature_div" class="celwidget" data-feature-name="center-29-0" data-csa-c-type="widget" data-csa-c-content-id="center-29-0" data-csa-c-slot-id="center-29-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5539. <div id="center-29-1_feature_div" class="celwidget" data-feature-name="center-29-1" data-csa-c-type="widget" data-csa-c-content-id="center-29-1" data-csa-c-slot-id="center-29-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5540. <div id="center-29-1_feature_div">
  5541. <div id="center-29-1_feature_div"></div>
  5542. </div>
  5543. </div>
  5544. <div id="center-29-2_feature_div" class="celwidget" data-feature-name="center-29-2" data-csa-c-type="widget" data-csa-c-content-id="center-29-2" data-csa-c-slot-id="center-29-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5545. <div id="center-29-3_feature_div" class="celwidget" data-feature-name="center-29-3" data-csa-c-type="widget" data-csa-c-content-id="center-29-3" data-csa-c-slot-id="center-29-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5546. <div id="center-30_feature_div" class="celwidget" data-feature-name="center-30" data-csa-c-type="widget" data-csa-c-content-id="center-30" data-csa-c-slot-id="center-30_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5547. <div id="center-30-0_feature_div" class="celwidget" data-feature-name="center-30-0" data-csa-c-type="widget" data-csa-c-content-id="center-30-0" data-csa-c-slot-id="center-30-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5548. <div id="center-30-0_feature_div">
  5549. <div id="center-30-0_feature_div"></div>
  5550. </div>
  5551. </div>
  5552. <div id="center-30-1_feature_div" class="celwidget" data-feature-name="center-30-1" data-csa-c-type="widget" data-csa-c-content-id="center-30-1" data-csa-c-slot-id="center-30-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5553. <div id="center-30-1_feature_div">
  5554. <div id="center-30-1_feature_div">
  5555. </div>
  5556. </div>
  5557. </div>
  5558. <div id="center-30-2_feature_div" class="celwidget" data-feature-name="center-30-2" data-csa-c-type="widget" data-csa-c-content-id="center-30-2" data-csa-c-slot-id="center-30-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5559. <div id="center-30-2_feature_div">
  5560. <div id="center-30-2_feature_div"></div>
  5561. </div>
  5562. </div>
  5563. <div id="center-30-3_feature_div" class="celwidget" data-feature-name="center-30-3" data-csa-c-type="widget" data-csa-c-content-id="center-30-3" data-csa-c-slot-id="center-30-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5564. <div id="center-30-3_feature_div">
  5565. <div id="center-30-3_feature_div"></div>
  5566. </div>
  5567. </div>
  5568. <div id="center-31_feature_div" class="celwidget" data-feature-name="center-31" data-csa-c-type="widget" data-csa-c-content-id="center-31" data-csa-c-slot-id="center-31_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5569. <div id="center-31-0_feature_div" class="celwidget" data-feature-name="center-31-0" data-csa-c-type="widget" data-csa-c-content-id="center-31-0" data-csa-c-slot-id="center-31-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5570. <div id="center-31-1_feature_div" class="celwidget" data-feature-name="center-31-1" data-csa-c-type="widget" data-csa-c-content-id="center-31-1" data-csa-c-slot-id="center-31-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5571. <div id="center-31-1_feature_div">
  5572. <div id="center-31-1_feature_div"></div>
  5573. </div>
  5574. </div>
  5575. <div id="center-31-2_feature_div" class="celwidget" data-feature-name="center-31-2" data-csa-c-type="widget" data-csa-c-content-id="center-31-2" data-csa-c-slot-id="center-31-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5576. <div id="center-31-2_feature_div">
  5577. <div id="center-31-2_feature_div"></div>
  5578. </div>
  5579. </div>
  5580. <div id="center-31-3_feature_div" class="celwidget" data-feature-name="center-31-3" data-csa-c-type="widget" data-csa-c-content-id="center-31-3" data-csa-c-slot-id="center-31-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5581. <div id="center-31-3_feature_div">
  5582. <div id="center-31-3_feature_div"></div>
  5583. </div>
  5584. </div>
  5585. <div id="center-32_feature_div" class="celwidget" data-feature-name="center-32" data-csa-c-type="widget" data-csa-c-content-id="center-32" data-csa-c-slot-id="center-32_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5586. <div id="center-32-0_feature_div" class="celwidget" data-feature-name="center-32-0" data-csa-c-type="widget" data-csa-c-content-id="center-32-0" data-csa-c-slot-id="center-32-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5587. <div id="center-32-0_feature_div">
  5588. <div id="center-32-0_feature_div"></div>
  5589. </div>
  5590. </div>
  5591. <div id="center-32-1_feature_div" class="celwidget" data-feature-name="center-32-1" data-csa-c-type="widget" data-csa-c-content-id="center-32-1" data-csa-c-slot-id="center-32-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5592. <div id="center-32-1_feature_div">
  5593. <div id="center-32-1_feature_div"></div>
  5594. </div>
  5595. </div>
  5596. <div id="center-32-2_feature_div" class="celwidget" data-feature-name="center-32-2" data-csa-c-type="widget" data-csa-c-content-id="center-32-2" data-csa-c-slot-id="center-32-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5597. <div id="center-32-2_feature_div">
  5598. <div id="center-32-2_feature_div"></div>
  5599. </div>
  5600. </div>
  5601. <div id="center-32-3_feature_div" class="celwidget" data-feature-name="center-32-3" data-csa-c-type="widget" data-csa-c-content-id="center-32-3" data-csa-c-slot-id="center-32-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5602. <div id="center-32-3_feature_div">
  5603. <div id="center-32-3_feature_div"></div>
  5604. </div>
  5605. </div>
  5606. <div id="center-33_feature_div" class="celwidget" data-feature-name="center-33" data-csa-c-type="widget" data-csa-c-content-id="center-33" data-csa-c-slot-id="center-33_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5607. <div id="center-33-0_feature_div" class="celwidget" data-feature-name="center-33-0" data-csa-c-type="widget" data-csa-c-content-id="center-33-0" data-csa-c-slot-id="center-33-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5608. <div id="center-33-1_feature_div" class="celwidget" data-feature-name="center-33-1" data-csa-c-type="widget" data-csa-c-content-id="center-33-1" data-csa-c-slot-id="center-33-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5609. <div id="center-33-2_feature_div" class="celwidget" data-feature-name="center-33-2" data-csa-c-type="widget" data-csa-c-content-id="center-33-2" data-csa-c-slot-id="center-33-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5610. <div id="center-33-2_feature_div">
  5611. <div id="center-33-2_feature_div"></div>
  5612. </div>
  5613. </div>
  5614. <div id="center-33-3_feature_div" class="celwidget" data-feature-name="center-33-3" data-csa-c-type="widget" data-csa-c-content-id="center-33-3" data-csa-c-slot-id="center-33-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5615. <div id="center-33-3_feature_div">
  5616. <div id="center-33-3_feature_div"></div>
  5617. </div>
  5618. </div>
  5619. <div id="center-34_feature_div" class="celwidget" data-feature-name="center-34" data-csa-c-type="widget" data-csa-c-content-id="center-34" data-csa-c-slot-id="center-34_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5620. <div id="center-34-0_feature_div" class="celwidget" data-feature-name="center-34-0" data-csa-c-type="widget" data-csa-c-content-id="center-34-0" data-csa-c-slot-id="center-34-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5621. <div id="center-34-1_feature_div" class="celwidget" data-feature-name="center-34-1" data-csa-c-type="widget" data-csa-c-content-id="center-34-1" data-csa-c-slot-id="center-34-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5622. <div id="center-34-1_feature_div">
  5623. <div id="center-34-1_feature_div"></div>
  5624. </div>
  5625. </div>
  5626. <div id="center-34-2_feature_div" class="celwidget" data-feature-name="center-34-2" data-csa-c-type="widget" data-csa-c-content-id="center-34-2" data-csa-c-slot-id="center-34-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5627. <div id="center-34-3_feature_div" class="celwidget" data-feature-name="center-34-3" data-csa-c-type="widget" data-csa-c-content-id="center-34-3" data-csa-c-slot-id="center-34-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5628. <div id="center-34-3_feature_div">
  5629. <div id="center-34-3_feature_div"></div>
  5630. </div>
  5631. </div>
  5632. <div id="center-35_feature_div" class="celwidget" data-feature-name="center-35" data-csa-c-type="widget" data-csa-c-content-id="center-35" data-csa-c-slot-id="center-35_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5633. <div id="center-35-0_feature_div" class="celwidget" data-feature-name="center-35-0" data-csa-c-type="widget" data-csa-c-content-id="center-35-0" data-csa-c-slot-id="center-35-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5634. <div id="center-35-0_feature_div">
  5635. <div id="center-35-0_feature_div"></div>
  5636. </div>
  5637. </div>
  5638. <div id="center-35-1_feature_div" class="celwidget" data-feature-name="center-35-1" data-csa-c-type="widget" data-csa-c-content-id="center-35-1" data-csa-c-slot-id="center-35-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5639. <div id="center-35-1_feature_div">
  5640. <div id="center-35-1_feature_div"></div>
  5641. </div>
  5642. </div>
  5643. <div id="center-35-2_feature_div" class="celwidget" data-feature-name="center-35-2" data-csa-c-type="widget" data-csa-c-content-id="center-35-2" data-csa-c-slot-id="center-35-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5644. <div id="center-35-3_feature_div" class="celwidget" data-feature-name="center-35-3" data-csa-c-type="widget" data-csa-c-content-id="center-35-3" data-csa-c-slot-id="center-35-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5645. <div id="center-36_feature_div" class="celwidget" data-feature-name="center-36" data-csa-c-type="widget" data-csa-c-content-id="center-36" data-csa-c-slot-id="center-36_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5646. <div id="center-36-0_feature_div" class="celwidget" data-feature-name="center-36-0" data-csa-c-type="widget" data-csa-c-content-id="center-36-0" data-csa-c-slot-id="center-36-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5647. <div id="center-36-0_feature_div">
  5648. <div id="center-36-0_feature_div"></div>
  5649. </div>
  5650. </div>
  5651. <div id="center-36-1_feature_div" class="celwidget" data-feature-name="center-36-1" data-csa-c-type="widget" data-csa-c-content-id="center-36-1" data-csa-c-slot-id="center-36-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5652. <div id="center-36-2_feature_div" class="celwidget" data-feature-name="center-36-2" data-csa-c-type="widget" data-csa-c-content-id="center-36-2" data-csa-c-slot-id="center-36-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5653. <div id="center-36-2_feature_div">
  5654. <div id="center-36-2_feature_div"></div>
  5655. </div>
  5656. </div>
  5657. <div id="center-36-3_feature_div" class="celwidget" data-feature-name="center-36-3" data-csa-c-type="widget" data-csa-c-content-id="center-36-3" data-csa-c-slot-id="center-36-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5658. <div id="center-37_feature_div" class="celwidget" data-feature-name="center-37" data-csa-c-type="widget" data-csa-c-content-id="center-37" data-csa-c-slot-id="center-37_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5659. <div id="center-37_feature_div">
  5660. <div id="center-37_feature_div"></div>
  5661. </div>
  5662. </div>
  5663. <div id="center-37-0_feature_div" class="celwidget" data-feature-name="center-37-0" data-csa-c-type="widget" data-csa-c-content-id="center-37-0" data-csa-c-slot-id="center-37-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5664. <div id="center-37-1_feature_div" class="celwidget" data-feature-name="center-37-1" data-csa-c-type="widget" data-csa-c-content-id="center-37-1" data-csa-c-slot-id="center-37-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5665. <div id="center-37-1_feature_div">
  5666. <div id="center-37-1_feature_div"></div>
  5667. </div>
  5668. </div>
  5669. <div id="center-37-2_feature_div" class="celwidget" data-feature-name="center-37-2" data-csa-c-type="widget" data-csa-c-content-id="center-37-2" data-csa-c-slot-id="center-37-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5670. <div id="center-37-2_feature_div">
  5671. <div id="center-37-2_feature_div"></div>
  5672. </div>
  5673. </div>
  5674. <div id="center-37-3_feature_div" class="celwidget" data-feature-name="center-37-3" data-csa-c-type="widget" data-csa-c-content-id="center-37-3" data-csa-c-slot-id="center-37-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5675. <div id="center-38_feature_div" class="celwidget" data-feature-name="center-38" data-csa-c-type="widget" data-csa-c-content-id="center-38" data-csa-c-slot-id="center-38_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5676. <div id="center-38-0_feature_div" class="celwidget" data-feature-name="center-38-0" data-csa-c-type="widget" data-csa-c-content-id="center-38-0" data-csa-c-slot-id="center-38-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5677. <div id="center-38-0_feature_div">
  5678. <div id="center-38-0_feature_div"></div>
  5679. </div>
  5680. </div>
  5681. <div id="center-38-1_feature_div" class="celwidget" data-feature-name="center-38-1" data-csa-c-type="widget" data-csa-c-content-id="center-38-1" data-csa-c-slot-id="center-38-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5682. <div id="center-38-1_feature_div">
  5683. <div id="center-38-1_feature_div"></div>
  5684. </div>
  5685. </div>
  5686. <div id="center-38-2_feature_div" class="celwidget" data-feature-name="center-38-2" data-csa-c-type="widget" data-csa-c-content-id="center-38-2" data-csa-c-slot-id="center-38-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5687. <div id="center-38-3_feature_div" class="celwidget" data-feature-name="center-38-3" data-csa-c-type="widget" data-csa-c-content-id="center-38-3" data-csa-c-slot-id="center-38-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5688. <div id="center-38-3_feature_div">
  5689. <div id="center-38-3_feature_div"></div>
  5690. </div>
  5691. </div>
  5692. <div id="center-39_feature_div" class="celwidget" data-feature-name="center-39" data-csa-c-type="widget" data-csa-c-content-id="center-39" data-csa-c-slot-id="center-39_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5693. <div id="center-39_feature_div">
  5694. <div id="center-39_feature_div"></div>
  5695. </div>
  5696. </div>
  5697. <div id="center-39-0_feature_div" class="celwidget" data-feature-name="center-39-0" data-csa-c-type="widget" data-csa-c-content-id="center-39-0" data-csa-c-slot-id="center-39-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5698. <div id="center-39-0_feature_div">
  5699. <div id="center-39-0_feature_div"></div>
  5700. </div>
  5701. </div>
  5702. <div id="center-39-1_feature_div" class="celwidget" data-feature-name="center-39-1" data-csa-c-type="widget" data-csa-c-content-id="center-39-1" data-csa-c-slot-id="center-39-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5703. <div id="center-39-1_feature_div">
  5704. <div id="center-39-1_feature_div"></div>
  5705. </div>
  5706. </div>
  5707. <div id="center-39-2_feature_div" class="celwidget" data-feature-name="center-39-2" data-csa-c-type="widget" data-csa-c-content-id="center-39-2" data-csa-c-slot-id="center-39-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5708. <div id="center-39-2_feature_div">
  5709. <div id="center-39-2_feature_div"></div>
  5710. </div>
  5711. </div>
  5712. <div id="center-39-3_feature_div" class="celwidget" data-feature-name="center-39-3" data-csa-c-type="widget" data-csa-c-content-id="center-39-3" data-csa-c-slot-id="center-39-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5713. <div id="center-39-3_feature_div">
  5714. <div id="center-39-3_feature_div"></div>
  5715. </div>
  5716. </div>
  5717. <div id="center-40_feature_div" class="celwidget" data-feature-name="center-40" data-csa-c-type="widget" data-csa-c-content-id="center-40" data-csa-c-slot-id="center-40_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5718. <div id="center-40-0_feature_div" class="celwidget" data-feature-name="center-40-0" data-csa-c-type="widget" data-csa-c-content-id="center-40-0" data-csa-c-slot-id="center-40-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5719. <div id="center-40-1_feature_div" class="celwidget" data-feature-name="center-40-1" data-csa-c-type="widget" data-csa-c-content-id="center-40-1" data-csa-c-slot-id="center-40-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5720. <div id="center-40-2_feature_div" class="celwidget" data-feature-name="center-40-2" data-csa-c-type="widget" data-csa-c-content-id="center-40-2" data-csa-c-slot-id="center-40-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5721. <div id="center-40-3_feature_div" class="celwidget" data-feature-name="center-40-3" data-csa-c-type="widget" data-csa-c-content-id="center-40-3" data-csa-c-slot-id="center-40-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5722. <div id="center-41_feature_div" class="celwidget" data-feature-name="center-41" data-csa-c-type="widget" data-csa-c-content-id="center-41" data-csa-c-slot-id="center-41_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5723. <div id="center-41-0_feature_div" class="celwidget" data-feature-name="center-41-0" data-csa-c-type="widget" data-csa-c-content-id="center-41-0" data-csa-c-slot-id="center-41-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5724. <div id="center-41-0_feature_div">
  5725. <div id="center-41-0_feature_div"></div>
  5726. </div>
  5727. </div>
  5728. <div id="center-41-1_feature_div" class="celwidget" data-feature-name="center-41-1" data-csa-c-type="widget" data-csa-c-content-id="center-41-1" data-csa-c-slot-id="center-41-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5729. <div id="center-41-2_feature_div" class="celwidget" data-feature-name="center-41-2" data-csa-c-type="widget" data-csa-c-content-id="center-41-2" data-csa-c-slot-id="center-41-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5730. <div id="center-41-2_feature_div">
  5731. <div id="center-41-2_feature_div"></div>
  5732. </div>
  5733. </div>
  5734. <div id="center-41-3_feature_div" class="celwidget" data-feature-name="center-41-3" data-csa-c-type="widget" data-csa-c-content-id="center-41-3" data-csa-c-slot-id="center-41-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5735. <div id="center-42_feature_div" class="celwidget" data-feature-name="center-42" data-csa-c-type="widget" data-csa-c-content-id="center-42" data-csa-c-slot-id="center-42_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5736. <div id="center-42-0_feature_div" class="celwidget" data-feature-name="center-42-0" data-csa-c-type="widget" data-csa-c-content-id="center-42-0" data-csa-c-slot-id="center-42-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5737. <div id="center-42-1_feature_div" class="celwidget" data-feature-name="center-42-1" data-csa-c-type="widget" data-csa-c-content-id="center-42-1" data-csa-c-slot-id="center-42-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5738. <div id="center-42-2_feature_div" class="celwidget" data-feature-name="center-42-2" data-csa-c-type="widget" data-csa-c-content-id="center-42-2" data-csa-c-slot-id="center-42-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5739. <div id="center-42-3_feature_div" class="celwidget" data-feature-name="center-42-3" data-csa-c-type="widget" data-csa-c-content-id="center-42-3" data-csa-c-slot-id="center-42-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5740. <div id="center-43_feature_div" class="celwidget" data-feature-name="center-43" data-csa-c-type="widget" data-csa-c-content-id="center-43" data-csa-c-slot-id="center-43_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5741. <div id="center-43-0_feature_div" class="celwidget" data-feature-name="center-43-0" data-csa-c-type="widget" data-csa-c-content-id="center-43-0" data-csa-c-slot-id="center-43-0_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5742. <div id="center-43-0_feature_div">
  5743. <div id="center-43-0_feature_div"></div>
  5744. </div>
  5745. </div>
  5746. <div id="center-43-1_feature_div" class="celwidget" data-feature-name="center-43-1" data-csa-c-type="widget" data-csa-c-content-id="center-43-1" data-csa-c-slot-id="center-43-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5747. <div id="center-43-2_feature_div" class="celwidget" data-feature-name="center-43-2" data-csa-c-type="widget" data-csa-c-content-id="center-43-2" data-csa-c-slot-id="center-43-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5748. <div id="center-43-3_feature_div" class="celwidget" data-feature-name="center-43-3" data-csa-c-type="widget" data-csa-c-content-id="center-43-3" data-csa-c-slot-id="center-43-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5749. <div id="climatePledgeFriendlyBTF_feature_div" class="celwidget" data-feature-name="climatePledgeFriendlyBTF" data-csa-c-type="widget" data-csa-c-content-id="climatePledgeFriendlyBTF" data-csa-c-slot-id="climatePledgeFriendlyBTF_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  5750. <div id="discovery-and-inspiration_feature_div" class="celwidget" data-feature-name="discovery-and-inspiration" data-csa-c-type="widget" data-csa-c-content-id="discovery-and-inspiration" data-csa-c-slot-id="discovery-and-inspiration_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  5751. <div cel_widget_id='sims-consolidated-1_csm_instrumentation_wrapper' class='celwidget'>
  5752. <div class="celwidget pd_rd_w-SqgX2 content-id-amzn1.sym.03ddb1c8-6b89-434c-8b87-c7c9b21dc1db pf_rd_p-03ddb1c8-6b89-434c-8b87-c7c9b21dc1db pf_rd_r-90G9DFKSFRKCQZ4KHD88 pd_rd_wg-eYgLz pd_rd_r-e7396f09-7e89-4f5e-be61-f31730ebc79f c-f" cel_widget_id="p13n-desktop-sims-fbt_DPSims_0" data-csa-op-log-render="" data-csa-c-content-id="amzn1.sym.03ddb1c8-6b89-434c-8b87-c7c9b21dc1db" data-csa-c-slot-id="product-bundle-1" data-csa-c-type="widget" data-csa-c-painter="p13n-desktop-sims-fbt-cards">
  5753. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mix_csa) { window.mix_csa('[cel_widget_id="p13n-desktop-sims-fbt_DPSims_0"]', '#CardInstanceWpfE4f9TXCga3vVyq2h3Jg')('mark', 'bb') }</script>
  5754. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.uet) { window.uet('bb', 'p13n-desktop-sims-fbt_DPSims_0', { wb: 1 }) }</script>
  5755. <style>
  5756. [class*=cards-widget-qs-widget-override] [class*=qs-widget-table],
  5757. [class*=cards-widget-qs-widget-override] [id^=qs-widget-button-],
  5758. [class*=cards-widget-qs-widget-override][class*=qs-widget-container],
  5759. [id^=qs-widget-atc-button-]{
  5760. width:100%
  5761. }
  5762. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-1__1Fn1y{
  5763. -webkit-line-clamp:1;
  5764. -webkit-box-orient:vertical;
  5765. display:-webkit-box;
  5766. overflow:hidden
  5767. }
  5768. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-2__EWgCb{
  5769. -webkit-line-clamp:2;
  5770. -webkit-box-orient:vertical;
  5771. display:-webkit-box;
  5772. overflow:hidden
  5773. }
  5774. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-3__g3dy1{
  5775. -webkit-line-clamp:3;
  5776. -webkit-box-orient:vertical;
  5777. display:-webkit-box;
  5778. overflow:hidden
  5779. }
  5780. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-4__2q2cc{
  5781. -webkit-line-clamp:4;
  5782. -webkit-box-orient:vertical;
  5783. display:-webkit-box;
  5784. overflow:hidden
  5785. }
  5786. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-5__2l-dX{
  5787. -webkit-line-clamp:5;
  5788. -webkit-box-orient:vertical;
  5789. display:-webkit-box;
  5790. overflow:hidden
  5791. }
  5792. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-6__28daG{
  5793. -webkit-line-clamp:6;
  5794. -webkit-box-orient:vertical;
  5795. display:-webkit-box;
  5796. overflow:hidden
  5797. }
  5798. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-7__1k_Mc{
  5799. -webkit-line-clamp:7;
  5800. -webkit-box-orient:vertical;
  5801. display:-webkit-box;
  5802. overflow:hidden
  5803. }
  5804. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-8__1yvsR{
  5805. -webkit-line-clamp:8;
  5806. -webkit-box-orient:vertical;
  5807. display:-webkit-box;
  5808. overflow:hidden
  5809. }
  5810. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-9__3Pofd{
  5811. -webkit-line-clamp:9;
  5812. -webkit-box-orient:vertical;
  5813. display:-webkit-box;
  5814. overflow:hidden
  5815. }
  5816. ._p13n-desktop-sims-fbt_truncationStyles_p13n-sc-css-line-clamp-10__mY8_7{
  5817. -webkit-line-clamp:10;
  5818. -webkit-box-orient:vertical;
  5819. display:-webkit-box;
  5820. overflow:hidden
  5821. }
  5822. ._p13n-desktop-sims-fbt_price_p13n-sc-price__3mJ9Z{
  5823. word-wrap:normal;
  5824. overflow-x:hidden
  5825. }
  5826. ._p13n-desktop-sims-fbt_price_p13n-sc-price-animation-wrapper__3PzN2{
  5827. position:relative
  5828. }
  5829. ._p13n-desktop-sims-fbt_prime_p13n-prime-badge__GVM4h{
  5830. position:relative;
  5831. top:2px
  5832. }
  5833. ._p13n-desktop-sims-fbt_prime_afoPrimeBadge__2hU1d{
  5834. position:relative;
  5835. top:1px
  5836. }
  5837. ._p13n-desktop-sims-fbt_prime_afoBadgeFlex__1qF-9{
  5838. display:-webkit-inline-box;
  5839. display:-ms-inline-flexbox;
  5840. display:inline-flex
  5841. }
  5842. ._p13n-desktop-sims-fbt_prime_afoBadgeRowWrapper__2ssMY{
  5843. -webkit-box-orient:vertical;
  5844. -webkit-box-direction:normal;
  5845. display:-webkit-box;
  5846. display:-ms-flexbox;
  5847. display:flex;
  5848. -ms-flex-direction:column;
  5849. flex-direction:column
  5850. }
  5851. ._p13n-desktop-sims-fbt_imageComponent_p13nImageComponent__2h-XX:-moz-loading{
  5852. visibility:hidden
  5853. }
  5854. ._p13n-desktop-sims-fbt_imageComponent_autoScale__3FVNQ{
  5855. height:100%;
  5856. -o-object-fit:contain;
  5857. object-fit:contain
  5858. }
  5859. ._p13n-desktop-sims-fbt_style_inlineErrorDetails__1NBx-{
  5860. margin-right:-2px;
  5861. vertical-align:text-top
  5862. }
  5863. ._p13n-desktop-sims-fbt_style_spCSRFTreatment__-hwVO{
  5864. display:none;
  5865. visibility:hidden
  5866. }
  5867. ._p13n-desktop-sims-fbt_fbt-desktop_sims-fbt-containter__2Cffh{
  5868. margin:0
  5869. }
  5870. ._p13n-desktop-sims-fbt_fbt-desktop_flex-fbt-container__3fI_9{
  5871. display:-webkit-box;
  5872. display:-ms-flexbox;
  5873. display:flex;
  5874. left:-20px;
  5875. margin:0;
  5876. padding:4px 0 0;
  5877. position:relative
  5878. }
  5879. ._p13n-desktop-sims-fbt_fbt-desktop_fbt-card__1_smM{
  5880. overflow:auto;
  5881. position:relative
  5882. }
  5883. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_flex-fbt-container__3fI_9{
  5884. left:auto;
  5885. right:-20px
  5886. }
  5887. ._p13n-desktop-sims-fbt_fbt-desktop_image-link__17L3C:focus{
  5888. z-index:auto !important
  5889. }
  5890. ._p13n-desktop-sims-fbt_fbt-desktop_detail-image-section__1Bw2r{
  5891. display:-webkit-box;
  5892. display:-ms-flexbox;
  5893. display:flex;
  5894. position:relative
  5895. }
  5896. ._p13n-desktop-sims-fbt_fbt-desktop_image-background__DVFnZ{
  5897. -ms-flex-item-align:center;
  5898. align-self:center;
  5899. background-color:#f7f8f8;
  5900. border-radius:.8rem;
  5901. min-height:0;
  5902. padding:8px 28px;
  5903. position:relative;
  5904. width:100%
  5905. }
  5906. ._p13n-desktop-sims-fbt_fbt-desktop_image-background__DVFnZ,
  5907. ._p13n-desktop-sims-fbt_fbt-desktop_image-display__2oZhY{
  5908. -webkit-box-pack:center;
  5909. -ms-flex-pack:center;
  5910. display:-webkit-box;
  5911. display:-ms-flexbox;
  5912. display:flex;
  5913. justify-content:center
  5914. }
  5915. ._p13n-desktop-sims-fbt_fbt-desktop_image-display__2oZhY{
  5916. -webkit-box-align:center;
  5917. -ms-flex-align:center;
  5918. align-items:center;
  5919. height:100%;
  5920. min-width:0;
  5921. mix-blend-mode:multiply;
  5922. padding:0
  5923. }
  5924. ._p13n-desktop-sims-fbt_fbt-desktop_link-area__1VLAZ{
  5925. -webkit-box-flex:1;
  5926. -ms-flex:1 1;
  5927. flex:1 1;
  5928. max-width:140px
  5929. }
  5930. ._p13n-desktop-sims-fbt_fbt-desktop_image-display__2oZhY>:first-child{
  5931. height:auto;
  5932. -o-object-fit:contain;
  5933. object-fit:contain;
  5934. width:100%
  5935. }
  5936. ._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-box__4jnIT{
  5937. float:left;
  5938. line-height:116px;
  5939. margin:0 25px 0 0;
  5940. padding-left:10px
  5941. }
  5942. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-box__4jnIT{
  5943. float:right;
  5944. line-height:116px;
  5945. margin:0 0 0 25px;
  5946. padding-right:10px
  5947. }
  5948. ._p13n-desktop-sims-fbt_fbt-desktop_new-thumbnail-box__36bD3{
  5949. -webkit-box-flex:1;
  5950. display:-webkit-box;
  5951. display:-ms-flexbox;
  5952. display:flex;
  5953. -ms-flex:1 1;
  5954. flex:1 1;
  5955. margin:0;
  5956. max-width:720px;
  5957. min-width:450px;
  5958. padding:0
  5959. }
  5960. ._p13n-desktop-sims-fbt_fbt-desktop_two-item-thumbnail-box__jV2am{
  5961. max-width:480px
  5962. }
  5963. ._p13n-desktop-sims-fbt_fbt-desktop_new-detail-faceout-box___WyNy{
  5964. -webkit-box-flex:0;
  5965. -webkit-box-orient:vertical;
  5966. -webkit-box-direction:normal;
  5967. display:-webkit-box;
  5968. display:-ms-flexbox;
  5969. display:flex;
  5970. -ms-flex:0 1 240px;
  5971. flex:0 1 240px;
  5972. -ms-flex-direction:column;
  5973. flex-direction:column;
  5974. margin:0;
  5975. overflow:hidden;
  5976. padding:0;
  5977. position:relative
  5978. }
  5979. ._p13n-desktop-sims-fbt_fbt-desktop_fbt-checkbox__GSgEz{
  5980. padding:0;
  5981. position:absolute;
  5982. right:0;
  5983. top:6px;
  5984. z-index:1
  5985. }
  5986. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_fbt-checkbox__GSgEz{
  5987. left:0;
  5988. right:auto
  5989. }
  5990. ._p13n-desktop-sims-fbt_fbt-desktop_title-component-overflow3__26ly1{
  5991. -webkit-line-clamp:3;
  5992. -webkit-box-orient:vertical;
  5993. display:-webkit-box;
  5994. overflow:hidden;
  5995. text-overflow:ellipsis;
  5996. white-space:normal
  5997. }
  5998. ._p13n-desktop-sims-fbt_fbt-desktop_title-section__16zUG{
  5999. -webkit-box-pack:end;
  6000. -ms-flex-pack:end;
  6001. -webkit-box-orient:vertical;
  6002. -webkit-box-direction:normal;
  6003. display:-webkit-box;
  6004. display:-ms-flexbox;
  6005. display:flex;
  6006. -ms-flex-direction:column;
  6007. flex-direction:column;
  6008. justify-content:flex-end
  6009. }
  6010. ._p13n-desktop-sims-fbt_fbt-desktop_display-flex__1gorZ{
  6011. display:-webkit-box;
  6012. display:-ms-flexbox;
  6013. display:flex;
  6014. -ms-flex-wrap:wrap;
  6015. flex-wrap:wrap
  6016. }
  6017. ._p13n-desktop-sims-fbt_fbt-desktop_price-section__1Wo6p{
  6018. margin-right:10px;
  6019. overflow:visible;
  6020. white-space:nowrap
  6021. }
  6022. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_price-section__1Wo6p{
  6023. margin-left:10px;
  6024. margin-right:0
  6025. }
  6026. ._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-plus__zdWox{
  6027. margin:0
  6028. }
  6029. ._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-plus-new__2nZz1{
  6030. float:left;
  6031. margin:auto 4px
  6032. }
  6033. ._p13n-desktop-sims-fbt_fbt-desktop_plus-padding__21zgg{
  6034. padding-left:24.4px
  6035. }
  6036. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_plus-padding__21zgg{
  6037. padding-left:0;
  6038. padding-right:24.4px
  6039. }
  6040. ._p13n-desktop-sims-fbt_fbt-desktop_product-box__3PBxY{
  6041. border-radius:0 0 0 0;
  6042. display:-webkit-box;
  6043. display:-ms-flexbox;
  6044. display:flex;
  6045. margin:0 2px -1px
  6046. }
  6047. ._p13n-desktop-sims-fbt_fbt-desktop_item-details-per-asin__3DtF1{
  6048. -webkit-box-orient:horizontal;
  6049. -webkit-box-direction:normal;
  6050. display:-webkit-box;
  6051. display:-ms-flexbox;
  6052. display:flex;
  6053. -ms-flex-direction:row;
  6054. flex-direction:row
  6055. }
  6056. ._p13n-desktop-sims-fbt_fbt-desktop_item-delivery-message-per-asin__WQ7q7{
  6057. position:relative;
  6058. top:-4px;
  6059. white-space:nowrap
  6060. }
  6061. ._p13n-desktop-sims-fbt_fbt-desktop_fbt-item-check__pUIoy{
  6062. -webkit-box-align:center;
  6063. -ms-flex-align:center;
  6064. -webkit-box-pack:center;
  6065. -ms-flex-pack:center;
  6066. align-items:center;
  6067. display:-webkit-box;
  6068. display:-ms-flexbox;
  6069. display:flex;
  6070. justify-content:center;
  6071. margin-right:2px;
  6072. padding-left:10px
  6073. }
  6074. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_fbt-item-check__pUIoy{
  6075. border-right:initial;
  6076. margin-right:2px
  6077. }
  6078. ._p13n-desktop-sims-fbt_fbt-desktop_add-all-button__1TRXG{
  6079. height:20px;
  6080. line-height:20px
  6081. }
  6082. ._p13n-desktop-sims-fbt_fbt-desktop_total-label__dI983{
  6083. text-align:left
  6084. }
  6085. ._p13n-desktop-sims-fbt_fbt-desktop_label-center__L5TW-{
  6086. text-align:center !important
  6087. }
  6088. ._p13n-desktop-sims-fbt_fbt-desktop_total-points-label__3r09H{
  6089. text-align:left
  6090. }
  6091. ._p13n-desktop-sims-fbt_fbt-desktop_add-items__16weX{
  6092. display:none
  6093. }
  6094. ._p13n-desktop-sims-fbt_fbt-desktop_choose-items__15UQx{
  6095. display:none;
  6096. padding-left:10px
  6097. }
  6098. ._p13n-desktop-sims-fbt_fbt-desktop_updated-choose-items__3BN67{
  6099. -webkit-box-flex:0;
  6100. -ms-flex:0 1 280px;
  6101. flex:0 1 280px;
  6102. margin-left:50px;
  6103. margin-top:60px;
  6104. padding-left:0
  6105. }
  6106. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_updated-choose-items__3BN67{
  6107. margin-left:0;
  6108. margin-right:50px
  6109. }
  6110. ._p13n-desktop-sims-fbt_fbt-desktop_total-amount__wLVdU{
  6111. padding-left:3px
  6112. }
  6113. ._p13n-desktop-sims-fbt_fbt-desktop_points-amount__1SNdT{
  6114. margin-right:3px;
  6115. padding-left:3px
  6116. }
  6117. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_total-amount__wLVdU{
  6118. padding-left:0;
  6119. padding-right:3px
  6120. }
  6121. ._p13n-desktop-sims-fbt_fbt-desktop_price-add-to-cart-box__3OUdK{
  6122. display:inline-block;
  6123. padding-bottom:10px;
  6124. padding-right:10px
  6125. }
  6126. ._p13n-desktop-sims-fbt_fbt-desktop_price-points-box__1xGfe{
  6127. -webkit-box-pack:end;
  6128. -ms-flex-pack:end;
  6129. -webkit-box-orient:vertical;
  6130. -webkit-box-direction:normal;
  6131. -webkit-box-flex:0;
  6132. display:-webkit-box;
  6133. display:-ms-flexbox;
  6134. display:flex;
  6135. -ms-flex:0 0 60px;
  6136. flex:0 0 60px;
  6137. -ms-flex-direction:column;
  6138. flex-direction:column;
  6139. justify-content:flex-end;
  6140. padding:0
  6141. }
  6142. ._p13n-desktop-sims-fbt_fbt-desktop_ship-message-box__t-OOr{
  6143. clear:left;
  6144. padding-left:10px
  6145. }
  6146. ._p13n-desktop-sims-fbt_fbt-desktop_ship-message-box__t-OOr,
  6147. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_ship-message-box__t-OOr{
  6148. -webkit-box-orient:horizontal;
  6149. -webkit-box-direction:normal;
  6150. display:-webkit-box;
  6151. display:-ms-flexbox;
  6152. display:flex;
  6153. -ms-flex-direction:row;
  6154. flex-direction:row;
  6155. padding-bottom:10px
  6156. }
  6157. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_ship-message-box__t-OOr{
  6158. clear:right;
  6159. padding-right:10px
  6160. }
  6161. ._p13n-desktop-sims-fbt_fbt-desktop_shipping-info-show-box__17yWM{
  6162. display:none;
  6163. overflow:hidden
  6164. }
  6165. ._p13n-desktop-sims-fbt_fbt-desktop_show-details-box__-R3Xb{
  6166. -webkit-box-orient:horizontal;
  6167. -webkit-box-direction:normal;
  6168. display:-webkit-box;
  6169. display:-ms-flexbox;
  6170. display:flex;
  6171. -ms-flex-direction:row;
  6172. flex-direction:row
  6173. }
  6174. ._p13n-desktop-sims-fbt_fbt-desktop_show-details__3GnPL{
  6175. display:inline;
  6176. display:initial;
  6177. padding-left:4px
  6178. }
  6179. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_show-details__3GnPL{
  6180. display:inline;
  6181. display:initial;
  6182. padding-left:0;
  6183. padding-right:4px
  6184. }
  6185. ._p13n-desktop-sims-fbt_fbt-desktop_shift-details__gffZp{
  6186. margin-left:28px;
  6187. padding:0 !important
  6188. }
  6189. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_shift-details__gffZp{
  6190. margin-left:0;
  6191. margin-right:28px
  6192. }
  6193. ._p13n-desktop-sims-fbt_fbt-desktop_hide-details__28l17{
  6194. display:none;
  6195. padding-left:4px
  6196. }
  6197. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_hide-details__28l17{
  6198. display:none;
  6199. padding-left:0;
  6200. padding-right:4px
  6201. }
  6202. ._p13n-desktop-sims-fbt_fbt-desktop_sims-fbt-unselected-item__VQmZx{
  6203. -webkit-box-align:center;
  6204. -ms-flex-align:center;
  6205. -webkit-box-pack:center;
  6206. -ms-flex-pack:center;
  6207. align-items:center;
  6208. display:-webkit-box;
  6209. display:-ms-flexbox;
  6210. display:flex;
  6211. filter:alpha(opacity=20);
  6212. justify-content:center;
  6213. margin-right:2px;
  6214. opacity:.2
  6215. }
  6216. ._p13n-desktop-sims-fbt_fbt-desktop_sims-fbt-rows__2LJXs{
  6217. clear:left
  6218. }
  6219. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_sims-fbt-rows__2LJXs{
  6220. border-right:initial;
  6221. clear:right
  6222. }
  6223. ._p13n-desktop-sims-fbt_fbt-desktop_bucket-divider__25poP{
  6224. clear:left
  6225. }
  6226. ._p13n-desktop-sims-fbt_fbt-desktop_title-truncate__1pPAM{
  6227. display:inline-block;
  6228. margin-right:4px;
  6229. max-width:750px;
  6230. overflow:hidden;
  6231. text-overflow:ellipsis;
  6232. white-space:nowrap
  6233. }
  6234. ._p13n-desktop-sims-fbt_fbt-desktop_detail-row-element__2WDgq{
  6235. line-height:20px !important;
  6236. margin-right:4px
  6237. }
  6238. ._p13n-desktop-sims-fbt_fbt-desktop_detail-row-element-left-margin__UkZ8O{
  6239. line-height:20px !important;
  6240. margin-left:4px
  6241. }
  6242. ._p13n-desktop-sims-fbt_fbt-desktop_action-details__18ZiI{
  6243. visibility:visible
  6244. }
  6245. ._p13n-desktop-sims-fbt_fbt-desktop_action-section__mpQSG{
  6246. -webkit-box-orient:vertical;
  6247. -webkit-box-direction:normal;
  6248. -ms-flex-item-align:center;
  6249. align-self:center;
  6250. display:-webkit-box;
  6251. display:-ms-flexbox;
  6252. display:flex;
  6253. -ms-flex-direction:column;
  6254. flex-direction:column;
  6255. padding:0;
  6256. width:220px
  6257. }
  6258. ._p13n-desktop-sims-fbt_fbt-desktop_side-panel__23vsu{
  6259. -webkit-box-orient:vertical;
  6260. -webkit-box-direction:normal;
  6261. -webkit-box-flex:0;
  6262. display:-webkit-box;
  6263. display:-ms-flexbox;
  6264. display:flex;
  6265. -ms-flex:0 1 280px;
  6266. flex:0 1 280px;
  6267. -ms-flex-direction:column;
  6268. flex-direction:column;
  6269. margin-left:12px;
  6270. margin-top:0
  6271. }
  6272. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_side-panel__23vsu{
  6273. margin-left:0;
  6274. margin-right:12px
  6275. }
  6276. ._p13n-desktop-sims-fbt_fbt-desktop_item-title__2fMKO{
  6277. display:none
  6278. }
  6279. ._p13n-desktop-sims-fbt_fbt-desktop_energy-label__23Bpn{
  6280. -webkit-box-flex:1;
  6281. -ms-flex:1 0 200px;
  6282. flex:1 0 200px;
  6283. margin-left:8px;
  6284. margin-right:8px
  6285. }
  6286. ._p13n-desktop-sims-fbt_fbt-desktop_sponsored-label__2Ap87{
  6287. -webkit-box-pack:center;
  6288. -ms-flex-pack:center;
  6289. display:-webkit-box;
  6290. display:-ms-flexbox;
  6291. display:flex;
  6292. justify-content:center;
  6293. line-height:14px;
  6294. margin-top:8px
  6295. }
  6296. ._p13n-desktop-sims-fbt_fbt-desktop_visually-hidden__ZFtYQ{
  6297. clip:rect(0, 0, 0, 0);
  6298. height:0;
  6299. left:0;
  6300. overflow:hidden;
  6301. position:absolute;
  6302. top:0;
  6303. white-space:nowrap;
  6304. width:0
  6305. }
  6306. ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-container__1Pkva{
  6307. position:relative;
  6308. text-align:left
  6309. }
  6310. ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-standard__28gp8{
  6311. cursor:pointer;
  6312. display:inline-block;
  6313. height:24px
  6314. }
  6315. ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-shape__1IcJY{
  6316. display:inline-block;
  6317. height:24px
  6318. }
  6319. ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-rating__3_0eN{
  6320. fill:#fff;
  6321. font-size:20px;
  6322. vertical-align:middle
  6323. }
  6324. ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-rating-sign__1ronK{
  6325. fill:#fff;
  6326. font-size:14px;
  6327. vertical-align:middle
  6328. }
  6329. ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-rating-2021__2Q_3P{
  6330. left:24px * .6;
  6331. text-shadow:-.5px -.5px 0 #000, .5px -.5px 0 #000, -.5px .5px 0 #000, .5px .5px 0 #000
  6332. }
  6333. ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-data-sheet-label-container__2iEi2{
  6334. display:inline-block;
  6335. padding-left:5px;
  6336. padding-top:0;
  6337. position:absolute;
  6338. vertical-align:middle
  6339. }
  6340. ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-data-sheet-label__3b6X3{
  6341. cursor:pointer;
  6342. word-break:break-word
  6343. }
  6344. .sims-grid-card-deck{
  6345. clear:both
  6346. }
  6347. ._p13n-desktop-sims-fbt_fbt-mobile_image-link__1g9TG:focus{
  6348. z-index:auto !important
  6349. }
  6350. ._p13n-desktop-sims-fbt_fbt-mobile_v3-h3__1ygkk{
  6351. margin-top:0;
  6352. padding-bottom:0
  6353. }
  6354. ._p13n-desktop-sims-fbt_fbt-mobile_v3-bottomsheet-title__1AB7_{
  6355. -ms-flex-item-align:start;
  6356. -webkit-box-flex:0;
  6357. align-self:flex-start;
  6358. -ms-flex:0 0 auto;
  6359. flex:0 0 auto;
  6360. margin-left:20px;
  6361. margin-right:16px;
  6362. padding:0;
  6363. position:sticky;
  6364. top:0
  6365. }
  6366. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-bottomsheet-title__1AB7_{
  6367. -ms-flex-item-align:start;
  6368. -webkit-box-flex:0;
  6369. align-self:flex-start;
  6370. -ms-flex:0 0 50px;
  6371. flex:0 0 50px;
  6372. margin-left:16px;
  6373. margin-right:20px;
  6374. padding:0;
  6375. position:sticky;
  6376. top:0
  6377. }
  6378. ._p13n-desktop-sims-fbt_fbt-mobile_bottom-sheet-container__1bC6l{
  6379. display:inline;
  6380. display:initial
  6381. }
  6382. ._p13n-desktop-sims-fbt_fbt-mobile_v3-flex-box-expanded-top__3S9G9{
  6383. -webkit-box-flex:1;
  6384. -ms-flex:1 1 auto;
  6385. flex:1 1 auto;
  6386. overflow-y:scroll;
  6387. padding:0
  6388. }
  6389. ._p13n-desktop-sims-fbt_fbt-mobile_v3-flex-box-expanded-top__3S9G9::-webkit-scrollbar{
  6390. background:transparent;
  6391. width:0
  6392. }
  6393. ._p13n-desktop-sims-fbt_fbt-mobile_v3-flex-box-expanded-bottom__3_9wG{
  6394. -webkit-box-flex:0;
  6395. -ms-flex:0 0 auto;
  6396. flex:0 0 auto;
  6397. padding:0
  6398. }
  6399. ._p13n-desktop-sims-fbt_fbt-mobile_v3-flex-box-expanded__1EQ2R{
  6400. -webkit-box-orient:vertical;
  6401. -webkit-box-direction:normal;
  6402. display:-webkit-box;
  6403. display:-ms-flexbox;
  6404. display:flex;
  6405. -ms-flex-direction:column;
  6406. flex-direction:column
  6407. }
  6408. ._p13n-desktop-sims-fbt_fbt-mobile_v3-flex-box-divider__xOudh{
  6409. border-top:1px solid #d1d3d4;
  6410. box-shadow:0 -2px 4px rgba(0, 0, 0, .251);
  6411. margin-left:-16px;
  6412. width:2000px
  6413. }
  6414. ._p13n-desktop-sims-fbt_fbt-mobile_new-thumbnail-box__1hmv5{
  6415. border:.1rem solid #d5d9d9;
  6416. border-radius:.8rem .8rem 0 0;
  6417. margin:0 2px -1px
  6418. }
  6419. ._p13n-desktop-sims-fbt_fbt-mobile_new-thumbnail-box__1hmv5,
  6420. ._p13n-desktop-sims-fbt_fbt-mobile_v3-thumbnail-box__jh3sF{
  6421. -webkit-box-align:center;
  6422. -ms-flex-align:center;
  6423. -webkit-box-pack:center;
  6424. -ms-flex-pack:center;
  6425. align-items:center;
  6426. display:-webkit-box;
  6427. display:-ms-flexbox;
  6428. display:flex;
  6429. justify-content:center
  6430. }
  6431. ._p13n-desktop-sims-fbt_fbt-mobile_v3-thumbnail-box__jh3sF{
  6432. margin:16px 8px;
  6433. padding-bottom:0;
  6434. padding-top:0
  6435. }
  6436. ._p13n-desktop-sims-fbt_fbt-mobile_thumbnail-box__3IfTY{
  6437. -webkit-box-align:top;
  6438. -ms-flex-align:top;
  6439. -webkit-box-pack:center;
  6440. -ms-flex-pack:center;
  6441. align-items:top;
  6442. border:.1rem solid #d5d9d9;
  6443. border-radius:.8rem .8rem 0 0;
  6444. display:-webkit-box;
  6445. display:-ms-flexbox;
  6446. display:flex;
  6447. justify-content:center;
  6448. margin:0 2px -1px
  6449. }
  6450. ._p13n-desktop-sims-fbt_fbt-mobile_thumbnail-background__nz6TA{
  6451. -webkit-box-flex:0;
  6452. background-color:#f7f8f8;
  6453. border-radius:.8rem;
  6454. -ms-flex:0 1 auto;
  6455. flex:0 1 auto;
  6456. margin:0 5px;
  6457. padding:4px
  6458. }
  6459. ._p13n-desktop-sims-fbt_fbt-mobile_v3-thumbnail-background__1d1hW{
  6460. -webkit-box-flex:0;
  6461. background-color:#f7f8f8;
  6462. border-radius:.8rem;
  6463. -ms-flex:0 1 auto;
  6464. flex:0 1 auto;
  6465. height:87px;
  6466. margin:0;
  6467. width:100px
  6468. }
  6469. ._p13n-desktop-sims-fbt_fbt-mobile_image-display__2ggEV{
  6470. -webkit-box-pack:center;
  6471. -ms-flex-pack:center;
  6472. -webkit-box-align:center;
  6473. -ms-flex-align:center;
  6474. align-items:center;
  6475. display:-webkit-box;
  6476. display:-ms-flexbox;
  6477. display:flex;
  6478. height:100%;
  6479. justify-content:center;
  6480. mix-blend-mode:multiply;
  6481. opacity:1;
  6482. padding:0;
  6483. width:auto
  6484. }
  6485. ._p13n-desktop-sims-fbt_fbt-mobile_image-display__2ggEV>:first-child{
  6486. height:auto;
  6487. -o-object-fit:contain;
  6488. object-fit:contain;
  6489. width:100%
  6490. }
  6491. ._p13n-desktop-sims-fbt_fbt-mobile_total-box-collapsed__YfG8B{
  6492. border:.1rem solid #d5d9d9;
  6493. border-radius:0 0 .8rem .8rem;
  6494. margin:auto 2px;
  6495. padding:13px 17px 12px;
  6496. text-align:center
  6497. }
  6498. ._p13n-desktop-sims-fbt_fbt-mobile_v3-total-box-collapsed__2kwwJ{
  6499. border:1px solid #d5d9d9;
  6500. border-radius:.8rem .8rem .8rem .8rem;
  6501. height:46px;
  6502. padding-top:0;
  6503. width:100%
  6504. }
  6505. ._p13n-desktop-sims-fbt_fbt-mobile_total-box-expanded__347IH{
  6506. border:.1rem solid #d5d9d9;
  6507. border-radius:0 0 .8rem .8rem;
  6508. margin:auto 2px;
  6509. padding:13px 17px 17px;
  6510. text-align:center
  6511. }
  6512. ._p13n-desktop-sims-fbt_fbt-mobile_v3-total-price-sum-text__4-6Vd{
  6513. display:inline;
  6514. display:initial
  6515. }
  6516. ._p13n-desktop-sims-fbt_fbt-mobile_button-section__13pwD{
  6517. margin:auto;
  6518. padding:20px 0 10px;
  6519. text-align:center
  6520. }
  6521. ._p13n-desktop-sims-fbt_fbt-mobile_button-section-state__FCLc_{
  6522. pointer-events:fill
  6523. }
  6524. ._p13n-desktop-sims-fbt_fbt-mobile_shipping-message__3zDca{
  6525. margin:8px 4px 12px;
  6526. padding:0
  6527. }
  6528. ._p13n-desktop-sims-fbt_fbt-mobile_prime-badge__2I1vq{
  6529. position:relative;
  6530. top:1px
  6531. }
  6532. ._p13n-desktop-sims-fbt_fbt-mobile_point-component__2oDiQ{
  6533. display:inline;
  6534. display:initial
  6535. }
  6536. ._p13n-desktop-sims-fbt_fbt-mobile_price-component__29CQA{
  6537. padding-top:2px
  6538. }
  6539. ._p13n-desktop-sims-fbt_fbt-mobile_prime-component__1EYQ_{
  6540. padding-top:3px
  6541. }
  6542. ._p13n-desktop-sims-fbt_fbt-mobile_prime-message__3eFI9{
  6543. margin-top:-3px
  6544. }
  6545. ._p13n-desktop-sims-fbt_fbt-mobile_product-box___00qE{
  6546. border:.1rem solid #d5d9d9;
  6547. border-radius:0 0 0 0;
  6548. display:-webkit-box;
  6549. display:-ms-flexbox;
  6550. display:flex;
  6551. margin:0 2px -1px
  6552. }
  6553. ._p13n-desktop-sims-fbt_fbt-mobile_overall__zCYib{
  6554. background-color:#fff
  6555. }
  6556. ._p13n-desktop-sims-fbt_fbt-mobile_thumbnail-plus__3oOKD{
  6557. margin-left:10px;
  6558. margin-right:10px;
  6559. margin-top:24px
  6560. }
  6561. ._p13n-desktop-sims-fbt_fbt-mobile_v3-thumbnail-plus__11IHy{
  6562. margin-top:0
  6563. }
  6564. ._p13n-desktop-sims-fbt_fbt-mobile_fbt-checkbox__2hT3q{
  6565. padding:0;
  6566. position:absolute;
  6567. right:-10px;
  6568. top:15px
  6569. }
  6570. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_fbt-checkbox__2hT3q{
  6571. left:-10px;
  6572. padding:0;
  6573. position:absolute;
  6574. right:auto;
  6575. top:15px
  6576. }
  6577. ._p13n-desktop-sims-fbt_fbt-mobile_new-detail-section__7eFwU{
  6578. -webkit-box-orient:vertical;
  6579. -webkit-box-direction:normal;
  6580. display:-webkit-box;
  6581. display:-ms-flexbox;
  6582. display:flex;
  6583. -ms-flex-direction:column;
  6584. flex-direction:column;
  6585. margin:0;
  6586. padding:0
  6587. }
  6588. ._p13n-desktop-sims-fbt_fbt-mobile_new-detail-section__7eFwU>:first-child{
  6589. -webkit-box-orient:horizontal;
  6590. -webkit-box-direction:normal;
  6591. -webkit-box-flex:1;
  6592. -ms-flex-positive:1;
  6593. -ms-flex-preferred-size:auto;
  6594. flex-basis:auto;
  6595. -ms-flex-direction:row;
  6596. flex-direction:row;
  6597. flex-grow:1;
  6598. margin-left:0;
  6599. margin-right:0;
  6600. margin-top:0
  6601. }
  6602. ._p13n-desktop-sims-fbt_fbt-mobile_v3-new-detail-section__1iomt{
  6603. -webkit-box-orient:vertical;
  6604. -webkit-box-direction:normal;
  6605. -webkit-box-flex:1;
  6606. -ms-flex-positive:1;
  6607. display:-webkit-box;
  6608. display:-ms-flexbox;
  6609. display:flex;
  6610. -ms-flex-direction:column;
  6611. flex-direction:column;
  6612. flex-grow:1;
  6613. margin:0 16px;
  6614. padding:0
  6615. }
  6616. ._p13n-desktop-sims-fbt_fbt-mobile_v3-new-detail-section__1iomt>:first-child{
  6617. -webkit-box-orient:horizontal;
  6618. -webkit-box-direction:normal;
  6619. -webkit-box-flex:1;
  6620. -ms-flex-positive:1;
  6621. -ms-flex-direction:row;
  6622. flex-direction:row;
  6623. flex-grow:1;
  6624. margin-left:0;
  6625. margin-right:0;
  6626. margin-top:16px
  6627. }
  6628. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-new-detail-section__1iomt{
  6629. -webkit-box-orient:vertical;
  6630. -webkit-box-direction:normal;
  6631. -webkit-box-flex:1;
  6632. -ms-flex-positive:1;
  6633. display:-webkit-box;
  6634. display:-ms-flexbox;
  6635. display:flex;
  6636. -ms-flex-direction:column;
  6637. flex-direction:column;
  6638. flex-grow:1;
  6639. margin:0 16px;
  6640. padding:0
  6641. }
  6642. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-new-detail-section__1iomt>:first-child{
  6643. -webkit-box-orient:horizontal;
  6644. -webkit-box-direction:normal;
  6645. -webkit-box-flex:1;
  6646. -ms-flex-positive:1;
  6647. -ms-flex-direction:row;
  6648. flex-direction:row;
  6649. flex-grow:1;
  6650. margin-left:0;
  6651. margin-right:0;
  6652. margin-top:16px
  6653. }
  6654. ._p13n-desktop-sims-fbt_fbt-mobile_v3-recommendation-section__p2hr0{
  6655. -webkit-box-orient:vertical;
  6656. -webkit-box-direction:normal;
  6657. display:-webkit-box;
  6658. display:-ms-flexbox;
  6659. display:flex;
  6660. -ms-flex-direction:column;
  6661. flex-direction:column;
  6662. margin:0;
  6663. padding:0
  6664. }
  6665. ._p13n-desktop-sims-fbt_fbt-mobile_v3-recommendation-section__p2hr0>:nth-child(-n+2){
  6666. -webkit-box-orient:horizontal;
  6667. -webkit-box-direction:normal;
  6668. -ms-flex-direction:row;
  6669. flex-direction:row;
  6670. margin-left:0;
  6671. margin-right:0;
  6672. margin-top:0
  6673. }
  6674. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-recommendation-section__p2hr0{
  6675. -webkit-box-orient:vertical;
  6676. -webkit-box-direction:normal;
  6677. display:-webkit-box;
  6678. display:-ms-flexbox;
  6679. display:flex;
  6680. -ms-flex-direction:column;
  6681. flex-direction:column;
  6682. margin:0;
  6683. padding:0
  6684. }
  6685. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-recommendation-section__p2hr0>:nth-child(-n+2){
  6686. -webkit-box-orient:horizontal;
  6687. -webkit-box-direction:normal;
  6688. -ms-flex-direction:row;
  6689. flex-direction:row;
  6690. margin-left:0;
  6691. margin-right:0;
  6692. margin-top:0
  6693. }
  6694. ._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL{
  6695. -webkit-box-flex:3;
  6696. -ms-flex-positive:3;
  6697. display:-webkit-box;
  6698. display:-ms-flexbox;
  6699. display:flex;
  6700. flex-grow:3;
  6701. margin:0;
  6702. padding:0
  6703. }
  6704. ._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL>:first-child{
  6705. margin-bottom:0;
  6706. margin-left:0
  6707. }
  6708. ._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL>:last-child{
  6709. margin-bottom:0;
  6710. margin-right:0
  6711. }
  6712. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL>:first-child{
  6713. margin-bottom:0;
  6714. margin-left:4px;
  6715. margin-right:0
  6716. }
  6717. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL>:last-child{
  6718. margin-bottom:0;
  6719. margin-left:0;
  6720. margin-right:4px
  6721. }
  6722. ._p13n-desktop-sims-fbt_fbt-mobile_expanded-section__3DycJ{
  6723. display:none;
  6724. margin:0;
  6725. padding:0
  6726. }
  6727. ._p13n-desktop-sims-fbt_fbt-mobile_fbt-bottom-sheet-open__2E5ZE{
  6728. margin-bottom:0 !important
  6729. }
  6730. ._p13n-desktop-sims-fbt_fbt-mobile_v3-expanded-section__3tmz5{
  6731. margin:0;
  6732. padding:0
  6733. }
  6734. ._p13n-desktop-sims-fbt_fbt-mobile_v3-detail-faceout-box__3eRqb{
  6735. -webkit-box-flex:1;
  6736. -ms-flex:1;
  6737. flex:1
  6738. }
  6739. ._p13n-desktop-sims-fbt_fbt-mobile_new-detail-faceout-box__2T7Om{
  6740. background-color:#f7f8f8;
  6741. border-radius:.8rem;
  6742. -ms-flex:1 1;
  6743. flex:1 1;
  6744. -ms-flex-direction:column;
  6745. flex-direction:column;
  6746. margin:4px
  6747. }
  6748. ._p13n-desktop-sims-fbt_fbt-mobile_new-detail-faceout-box__2T7Om,
  6749. ._p13n-desktop-sims-fbt_fbt-mobile_v3-new-detail-faceout-box__1gBeQ{
  6750. -webkit-box-flex:1;
  6751. -webkit-box-orient:vertical;
  6752. -webkit-box-direction:normal;
  6753. display:-webkit-box;
  6754. display:-ms-flexbox;
  6755. display:flex;
  6756. overflow-x:hidden;
  6757. padding:0;
  6758. position:relative
  6759. }
  6760. ._p13n-desktop-sims-fbt_fbt-mobile_v3-new-detail-faceout-box__1gBeQ{
  6761. background-color:none;
  6762. -ms-flex:1;
  6763. flex:1;
  6764. -ms-flex-direction:column;
  6765. flex-direction:column;
  6766. margin-bottom:12px;
  6767. margin-left:12px
  6768. }
  6769. ._p13n-desktop-sims-fbt_fbt-mobile_v3-detail-selection__1Sesj{
  6770. margin-left:-12px
  6771. }
  6772. ._p13n-desktop-sims-fbt_fbt-mobile_v3-detail-selection__1Sesj,
  6773. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-detail-selection__1Sesj{
  6774. -webkit-box-orient:vertical;
  6775. -webkit-box-direction:normal;
  6776. -webkit-box-flex:1;
  6777. -ms-flex-positive:1;
  6778. background-color:#fff;
  6779. border:3px solid transparent;
  6780. border-radius:.5rem;
  6781. display:-webkit-box;
  6782. display:-ms-flexbox;
  6783. display:flex;
  6784. -ms-flex-direction:horizontal;
  6785. flex-direction:horizontal;
  6786. flex-grow:1
  6787. }
  6788. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-detail-selection__1Sesj{
  6789. margin-left:0;
  6790. margin-right:-12px
  6791. }
  6792. ._p13n-desktop-sims-fbt_fbt-mobile_detail-image-section__1b6sO{
  6793. -ms-flex-item-align:center;
  6794. align-self:center;
  6795. max-height:250px;
  6796. max-width:250px;
  6797. min-height:0;
  6798. padding:40px 10px 10px;
  6799. width:90%
  6800. }
  6801. ._p13n-desktop-sims-fbt_fbt-mobile_base-image__3zk4r{
  6802. -webkit-box-flex:3;
  6803. -ms-flex-item-align:center;
  6804. align-self:center;
  6805. -ms-flex:3 1 0px;
  6806. flex:3 1 0;
  6807. height:100%;
  6808. max-width:250px;
  6809. min-height:0;
  6810. padding:6px 15px 6px 11px;
  6811. width:-webkit-fit-content;
  6812. width:-moz-fit-content;
  6813. width:fit-content
  6814. }
  6815. ._p13n-desktop-sims-fbt_fbt-mobile_v3-base-image__1JUaP{
  6816. -webkit-box-flex:0;
  6817. background-color:#f7f8f8;
  6818. border-radius:.3rem;
  6819. -ms-flex:0 1 auto;
  6820. flex:0 1 auto;
  6821. height:auto;
  6822. margin:0;
  6823. width:100px
  6824. }
  6825. ._p13n-desktop-sims-fbt_fbt-mobile_detail-info-section__37837{
  6826. -webkit-box-flex:0;
  6827. -ms-flex:0 1 auto;
  6828. flex:0 1 auto;
  6829. padding:0 8px 9px
  6830. }
  6831. ._p13n-desktop-sims-fbt_fbt-mobile_v3-base-info-section__2vg7L{
  6832. -webkit-box-flex:8;
  6833. -ms-flex:8 1 0px;
  6834. flex:8 1 0;
  6835. margin:auto 0;
  6836. padding:0 0 0 4px
  6837. }
  6838. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-base-info-section__2vg7L{
  6839. -webkit-box-flex:8;
  6840. -ms-flex:8 1 0px;
  6841. flex:8 1 0;
  6842. margin:auto 0;
  6843. padding:0 4px 0 0
  6844. }
  6845. ._p13n-desktop-sims-fbt_fbt-mobile_base-info-section__bT3og{
  6846. -webkit-box-flex:8;
  6847. -ms-flex:8 1 0px;
  6848. flex:8 1 0;
  6849. margin:auto 0;
  6850. padding:7px 40px 7px 0
  6851. }
  6852. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_base-info-section__bT3og{
  6853. -webkit-box-flex:8;
  6854. -ms-flex:8 1 0px;
  6855. flex:8 1 0;
  6856. margin:auto 0;
  6857. padding:7px 0 7px 40px
  6858. }
  6859. ._p13n-desktop-sims-fbt_fbt-mobile_title-component-overflow3__3p-Qn{
  6860. -webkit-line-clamp:3;
  6861. -webkit-box-orient:vertical;
  6862. display:-webkit-box;
  6863. overflow:hidden;
  6864. text-overflow:ellipsis;
  6865. white-space:normal
  6866. }
  6867. ._p13n-desktop-sims-fbt_fbt-mobile_title-component-overflow2__3FcFF{
  6868. -webkit-line-clamp:2;
  6869. -webkit-box-orient:vertical;
  6870. display:-webkit-box;
  6871. overflow:hidden;
  6872. text-overflow:ellipsis;
  6873. white-space:normal
  6874. }
  6875. ._p13n-desktop-sims-fbt_fbt-mobile_title-component-overflow1__2mw4S{
  6876. -webkit-line-clamp:1;
  6877. -webkit-box-orient:vertical;
  6878. display:-webkit-box;
  6879. overflow:hidden;
  6880. text-overflow:ellipsis;
  6881. white-space:normal
  6882. }
  6883. ._p13n-desktop-sims-fbt_fbt-mobile_title-section__At9yc,
  6884. ._p13n-desktop-sims-fbt_fbt-mobile_v3-title-section__3hEHR{
  6885. -webkit-box-pack:end;
  6886. -ms-flex-pack:end;
  6887. -webkit-box-orient:vertical;
  6888. -webkit-box-direction:normal;
  6889. display:-webkit-box;
  6890. display:-ms-flexbox;
  6891. display:flex;
  6892. -ms-flex-direction:column;
  6893. flex-direction:column;
  6894. justify-content:flex-end
  6895. }
  6896. ._p13n-desktop-sims-fbt_fbt-mobile_title-section__At9yc{
  6897. height:60.75px
  6898. }
  6899. ._p13n-desktop-sims-fbt_fbt-mobile_fbt-item-details__3fpLA{
  6900. border-left:.1rem solid #d5d9d9;
  6901. cursor:auto;
  6902. display:table-cell;
  6903. height:100%;
  6904. padding:9px 25px 9px 17px;
  6905. position:relative;
  6906. width:100%
  6907. }
  6908. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_fbt-item-details__3fpLA{
  6909. border-left:initial;
  6910. border-right:.1rem solid #d5d9d9;
  6911. padding:9px 17px 9px 25px
  6912. }
  6913. ._p13n-desktop-sims-fbt_fbt-mobile_fbt-item-check__3NTHo{
  6914. -webkit-box-align:center;
  6915. -ms-flex-align:center;
  6916. -webkit-box-pack:center;
  6917. -ms-flex-pack:center;
  6918. align-items:center;
  6919. border-right:.1rem solid #d5d9d9;
  6920. display:-webkit-box;
  6921. display:-ms-flexbox;
  6922. display:flex;
  6923. justify-content:center;
  6924. margin-right:-1px;
  6925. max-height:98px;
  6926. min-height:40px;
  6927. min-width:48px;
  6928. padding-left:12px;
  6929. padding-top:9px;
  6930. width:48px
  6931. }
  6932. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_fbt-item-check__3NTHo{
  6933. border-left:.1rem solid #d5d9d9;
  6934. border-right:initial;
  6935. margin-left:-1px;
  6936. margin-right:0;
  6937. padding-left:0;
  6938. padding-right:12px
  6939. }
  6940. ._p13n-desktop-sims-fbt_fbt-mobile_v3-fbt-item-check__2Udj7{
  6941. margin-left:-4px;
  6942. margin-right:12px
  6943. }
  6944. ._p13n-desktop-sims-fbt_fbt-mobile_v3-fbt-item-check__2Udj7,
  6945. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-fbt-item-check__2Udj7{
  6946. -webkit-box-align:center;
  6947. -ms-flex-align:center;
  6948. -webkit-box-pack:center;
  6949. -ms-flex-pack:center;
  6950. align-items:center;
  6951. display:-webkit-box;
  6952. display:-ms-flexbox;
  6953. display:flex;
  6954. justify-content:center
  6955. }
  6956. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-fbt-item-check__2Udj7{
  6957. margin-left:12px;
  6958. margin-right:-4px
  6959. }
  6960. ._p13n-desktop-sims-fbt_fbt-mobile_v3-checkbox__1t9WZ{
  6961. margin-left:4px
  6962. }
  6963. ._p13n-desktop-sims-fbt_fbt-mobile_add-all-button__29O5J{
  6964. min-width:260px
  6965. }
  6966. ._p13n-desktop-sims-fbt_fbt-mobile_go-to-detail-page-arrow__M0Mb1{
  6967. margin-top:-.7rem;
  6968. position:absolute;
  6969. right:1.7rem;
  6970. top:50%
  6971. }
  6972. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_go-to-detail-page-arrow__M0Mb1{
  6973. left:1.7rem;
  6974. right:auto
  6975. }
  6976. ._p13n-desktop-sims-fbt_fbt-mobile_expand-arrow__2TOSD{
  6977. margin-top:-.7rem;
  6978. position:absolute;
  6979. right:1.7rem;
  6980. top:50%
  6981. }
  6982. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_expand-arrow__2TOSD{
  6983. left:1.7rem;
  6984. right:auto
  6985. }
  6986. ._p13n-desktop-sims-fbt_fbt-mobile_relative-container__32KZm,
  6987. ._p13n-desktop-sims-fbt_fbt-mobile_v3-relative-container__2KCBe{
  6988. position:relative
  6989. }
  6990. ._p13n-desktop-sims-fbt_fbt-mobile_add-items__c-ME8,
  6991. ._p13n-desktop-sims-fbt_fbt-mobile_choose-items__3lEe_{
  6992. display:none
  6993. }
  6994. ._p13n-desktop-sims-fbt_fbt-mobile_total-label__1oVuL{
  6995. display:block;
  6996. text-align:center
  6997. }
  6998. ._p13n-desktop-sims-fbt_fbt-mobile_v3-total-label__2jkYj{
  6999. display:block;
  7000. margin-bottom:8px;
  7001. margin-top:0;
  7002. padding-top:0;
  7003. text-align:center
  7004. }
  7005. ._p13n-desktop-sims-fbt_fbt-mobile_v3-total-label-button__17kds{
  7006. display:inline;
  7007. display:initial
  7008. }
  7009. ._p13n-desktop-sims-fbt_fbt-mobile_v3-button-section__31zjc{
  7010. -webkit-box-flex:1;
  7011. -ms-flex:auto;
  7012. flex:auto;
  7013. margin:0 4px 4px;
  7014. padding:0;
  7015. text-align:center
  7016. }
  7017. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-button-section__31zjc{
  7018. margin:0 4px;
  7019. padding:0;
  7020. text-align:center
  7021. }
  7022. ._p13n-desktop-sims-fbt_fbt-mobile_v3-see-details__2cC3f,
  7023. ._p13n-desktop-sims-fbt_fbt-mobile_v3-total-price__-W2hm{
  7024. display:inline;
  7025. display:initial
  7026. }
  7027. ._p13n-desktop-sims-fbt_fbt-mobile_total-amount__2wxzF{
  7028. padding-left:3px
  7029. }
  7030. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_total-amount__2wxzF{
  7031. padding-left:0;
  7032. padding-right:3px
  7033. }
  7034. ._p13n-desktop-sims-fbt_fbt-mobile_v3-total-amount__Tgvsu{
  7035. padding-left:3px
  7036. }
  7037. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_v3-total-amount__Tgvsu{
  7038. padding-left:0;
  7039. padding-right:3px
  7040. }
  7041. ._p13n-desktop-sims-fbt_fbt-mobile_ship-message-box__1SBLP{
  7042. border:.1rem solid #d5d9d9;
  7043. border-radius:0 0 0 0;
  7044. margin:0 2px -1px;
  7045. padding:13px 41px 17px 17px;
  7046. position:relative
  7047. }
  7048. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_ship-message-box__1SBLP{
  7049. padding-left:41px;
  7050. padding-right:17px
  7051. }
  7052. ._p13n-desktop-sims-fbt_fbt-mobile_shipping-header__W0w92{
  7053. border-bottom:.1rem solid #d5d9d9;
  7054. padding-bottom:7px
  7055. }
  7056. ._p13n-desktop-sims-fbt_fbt-mobile_shipping-product-box__k_y4Q{
  7057. border-bottom:.1rem solid #d5d9d9;
  7058. padding-bottom:7px;
  7059. padding-top:8px
  7060. }
  7061. ._p13n-desktop-sims-fbt_fbt-mobile_shipping-image__w-TXG{
  7062. float:left;
  7063. margin-right:10px;
  7064. width:70px
  7065. }
  7066. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_shipping-image__w-TXG{
  7067. float:right;
  7068. margin-left:10px;
  7069. margin-right:0
  7070. }
  7071. ._p13n-desktop-sims-fbt_fbt-mobile_shipping-title__dXudD{
  7072. display:inline
  7073. }
  7074. ._p13n-desktop-sims-fbt_fbt-mobile_shipping-title-row__v7anR{
  7075. padding-right:35px;
  7076. position:relative
  7077. }
  7078. [dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_shipping-title-row__v7anR{
  7079. padding-left:35px;
  7080. padding-right:0
  7081. }
  7082. ._p13n-desktop-sims-fbt_fbt-mobile_item-title__1fMVP{
  7083. display:none
  7084. }
  7085. ._p13n-desktop-sims-fbt_fbt-mobile_sponsored-label__3fskN{
  7086. -webkit-box-pack:center;
  7087. -ms-flex-pack:center;
  7088. display:-webkit-box;
  7089. display:-ms-flexbox;
  7090. display:flex;
  7091. justify-content:center;
  7092. line-height:18px
  7093. }
  7094. ._p13n-desktop-sims-fbt_fbt-mobile_diver-link__A4awV{
  7095. color:#0f1111 !important;
  7096. margin:12px 0
  7097. }
  7098. </style>
  7099. <!--CardsClient-->
  7100. <div id="CardInstanceWpfE4f9TXCga3vVyq2h3Jg" data-card-metrics-id="p13n-desktop-sims-fbt_DPSims_0">
  7101. <div class="cardRoot bucket" data-count="3" data-components="{&quot;1&quot;:{&quot;checked&quot;:true,&quot;minQuantity&quot;:1,&quot;showPrice&quot;:false,&quot;suppressed&quot;:false},&quot;2&quot;:{&quot;checked&quot;:true,&quot;minQuantity&quot;:1,&quot;showPrice&quot;:false,&quot;suppressed&quot;:false},&quot;3&quot;:{&quot;checked&quot;:true,&quot;minQuantity&quot;:1,&quot;showPrice&quot;:false,&quot;suppressed&quot;:false}}" data-add-to-cart="[&quot;Add to Cart&quot;,&quot;Add both to Cart&quot;,&quot;Add all three to Cart&quot;,&quot;Add all three to cart&quot;,&quot;Add both to Cart&quot;,&quot;Choose items to buy together.&quot;]" data-price-totals="{}" data-points-total="{}" data-punt="true"></div>
  7102. </div>
  7103. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mix_csa) { window.mix_csa('[cel_widget_id="p13n-desktop-sims-fbt_DPSims_0"]', '#CardInstanceWpfE4f9TXCga3vVyq2h3Jg')('mark', 'be') }</script>
  7104. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.uet) { window.uet('be', 'p13n-desktop-sims-fbt_DPSims_0', { wb: 1 }) }</script>
  7105. <script type="6215e0a667005d92ad47e400-text/javascript">
  7106. P.when('mix:@amzn/mix.client-runtime', 'mix:p13n-desktop-sims-fbt__KAHWqHe_').execute(function (runtime, cardModule) { runtime.registerCardFactory('CardInstanceWpfE4f9TXCga3vVyq2h3Jg', cardModule).then(function () { if (window.mix_csa) { window.mix_csa('[cel_widget_id="p13n-desktop-sims-fbt_DPSims_0"]', '#CardInstanceWpfE4f9TXCga3vVyq2h3Jg')('mark', 'functional') } if (window.uex) { window.uex('ld', 'p13n-desktop-sims-fbt_DPSims_0', { wb: 1 }) } }); });
  7107. </script>
  7108. <script type="6215e0a667005d92ad47e400-text/javascript">
  7109. P.load.js('https://images-fe.ssl-images-amazon.com/images/I/41rRbrTuBFL.js?xcp');
  7110. </script>
  7111. </div>
  7112. </div>
  7113. </div>
  7114. <div id="ask-btf_feature_div" class="celwidget" data-feature-name="ask-btf" data-csa-c-type="widget" data-csa-c-content-id="ask-btf" data-csa-c-slot-id="ask-btf_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  7115. <div id="ask-btf_feature_div">
  7116. <div id="ask-btf_feature_div">
  7117. <link rel="stylesheet" href="https://images-fe.ssl-images-amazon.com/images/I/41vgxbAJq3L.css?AUIClients/AskAuiAssets#968550-T1" />
  7118. <script type="6215e0a667005d92ad47e400-text/javascript">
  7119. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-fe.ssl-images-amazon.com/images/I/61PvIVKMYAL.js?AUIClients/AskAuiAssets#968550-T1');
  7120. </script>
  7121. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;ask-blue-state&quot;}">{"marketplaceId":"","directedCustomerId":"","conversationHistoryId":"testConversationHistoryId","requestId":"testRequestId","locale":""}</script>
  7122. <script type="6215e0a667005d92ad47e400-text/javascript">
  7123. (function (f) { var _np = (window.P._namespace("AskAuiAssets")); if (_np.guardFatal) { _np.guardFatal(f)(_np); } else { f(_np); } }(function (P) {
  7124. if (typeof P !== 'undefined') {
  7125. P.when('askBrowseWidgetContentAjax').execute(function (askBrowseWidgetContentAjax) {
  7126. askBrowseWidgetContentAjax.startLazyLoading();
  7127. });
  7128. }
  7129. }));
  7130. </script>
  7131. </div>
  7132. </div>
  7133. </div>
  7134. <div id="sims-themis-sponsored-products-2_feature_div" class="celwidget" data-feature-name="sims-themis-sponsored-products-2" data-csa-c-type="widget" data-csa-c-content-id="sims-themis-sponsored-products-2" data-csa-c-slot-id="sims-themis-sponsored-products-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  7135. <div id="customer-reviews_feature_div" class="celwidget" data-feature-name="customer-reviews" data-csa-c-type="widget" data-csa-c-content-id="customer-reviews" data-csa-c-slot-id="customer-reviews_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  7136. <div cel_widget_id='customer-reviews_csm_instrumentation_wrapper' class='celwidget'>
  7137. <div id="customerReviews" aria-label="Top reviews" tabindex="0">
  7138. <hr aria-hidden="true" class="a-spacing-large a-divider-normal" />
  7139. <span class="cr-widget-PageState">
  7140. <span id="cr-state-object" data-state='{"asin":"B0DG4WZZPV","deviceType":"desktop","contextId":"","reviewCommentsAjaxUrl":"","reviewCommentSubmissionAjaxUrl":"","approvedAuthorAjaxUrl":"","reviewsAjaxUrl":"/hz/reviews-render/ajax/medley-filtered-reviews/get/","medleyReviewsAjaxUrl":"/hz/reviews-render/ajax/medley-reviews/get/","reviewerType":"","formatType":"","filterByKeyword":"","filterByLanguage":"","filterByStar":"","filterByHeight":"","filterByWeight":"","filterByAge":"","showLanguageFilter":false,"showHeightFilter":false,"showAgeFilter":false,"showStarFilter":false,"showMediaFilter":false,"showReviewerFilter":false,"languageOfPreference":"en_AU","isCardTreatmentEnabled":false,"lazyWidgetLoaderBufferPixels":"1000","lazyWidgetLoaderDelayBeforeTriggering":"5000","lazyWidgetLoaderUrl":"/hz/reviews-render/ajax/lazy-widgets/stream","lazyWidgetCsrfToken":"hHLFWWE%2FmBY9iSAyfk8THjyVtY3b1MLYYte1UWLTwGJyAAAAAGcq7rEAAAAB","lazyWidgetDomainWhitelist":["amazon.com","amazon.ca","amazon.com.mx","amazon.com.br","amazon.cl","amazon.com.co","amazon.co.uk","amazon.de","amazon.it","amazon.sa","amazon.com.tr","amazon.es","amazon.fr","amazon.in","amazon.ae","amazon.nl","amazon.se","amazon.pl","amazon.eg","amazon.co.za","amazon.com.be","amazon.com.ng","amazon.ie","amazon.co.jp","amazon.com.au","amazon.sg","amazon.cn"],"signinUrl":"https://www.amazon.com.au/ap/signin?openid.return_to\u003dhttps%3A%2F%2Fwww.amazon.com.au%2FAmazon-dual-band-Wi-Fi-router-Charcoal%2Fproduct-reviews%2FB0DG4WZZPV%3Fie%3DUTF8\u0026openid.identity\u003dhttp%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select\u0026openid.assoc_handle\u003dauflex\u0026openid.mode\u003dcheckid_setup\u0026marketPlaceId\u003dA39IBJ37TRP1C6\u0026language\u003den\u0026openid.claimed_id\u003dhttp%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select\u0026openid.ns\u003dhttp%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0","reftagTriggerUrl":"/hz/reviews-render/ajax/reftag-trigger","mobileImageGalleryUrl":"","productInfoUrl":"","disableScroll":false,"onLoadShowHideElements":"#cm-cr-dp-reviews-loading-wrapper,.cr-reviews-loading","marketplaceId":"A39IBJ37TRP1C6","locale":"en_AU"}'></span>
  7141. </span>
  7142. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;cr-weblab-state&quot;}">{}</script>
  7143. <link rel="stylesheet" href="https://images-fe.ssl-images-amazon.com/images/I/01STrEog8JL._RC|018qj6SXL2L.css,01CrjKjlp-L.css,41V7rn1NJUL.css,01cdXa5nSoL.css_.css?AUIClients/DesktopMedleyFilteringMetaAsset&qsD9TvSP#386124-T1.810333-T1" />
  7144. <script type="6215e0a667005d92ad47e400-text/javascript">
  7145. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-fe.ssl-images-amazon.com/images/I/41BZs6fC7AL._RC|01JMhqKAiVL.js,211jvDbpcpL.js,41LqPngzFCL.js,31fvG7zbzrL.js,01VSu9SK-XL.js,41l6Ts6x3oL.js_.js?AUIClients/DesktopMedleyFilteringMetaAsset&AXTJ5Fo9#386124-T1.666973-T1');
  7146. </script>
  7147. <div id="reviewsMedley" data-hook="reviews-medley-widget" class="a-fixed-left-grid a-spacing-extra-large" style="background:#fff">
  7148. <div class="a-fixed-left-grid-inner" style="padding-left:300px">
  7149. <div class="a-fixed-left-grid-col a-col-left" style="width:300px;margin-left:-300px;float:left;">
  7150. <span class="cr-widget-TitleRatingsHistogram">
  7151. <div class="celwidget c-f" cel_widget_id="cr-ratings-histogram_customer-reviews-detail_0" data-csa-op-log-render="" data-csa-c-content-id="DsUnknown" data-csa-c-slot-id="DsUnknown-1" data-csa-c-type="widget" data-csa-c-painter="cr-ratings-histogram-cards">
  7152. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mix_csa) { window.mix_csa('[cel_widget_id="cr-ratings-histogram_customer-reviews-detail_0"]', '#CardInstance2JZuwUEZ1p-x9K_dZs6BgA')('mark', 'bb') }</script>
  7153. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.uet) { window.uet('bb', 'cr-ratings-histogram_customer-reviews-detail_0', { wb: 1 }) }</script>
  7154. <style>
  7155. ._cr-ratings-histogram_style_ratings-histogram-mobile__3JRFf{
  7156. padding-left:6px;
  7157. padding-right:6px
  7158. }
  7159. ._cr-ratings-histogram_style_histogram__-J2UR{
  7160. -webkit-box-orient:vertical;
  7161. -webkit-box-direction:normal;
  7162. display:-webkit-box;
  7163. display:-ms-flexbox;
  7164. display:flex;
  7165. -ms-flex-direction:column;
  7166. flex-direction:column;
  7167. gap:14px
  7168. }
  7169. ._cr-ratings-histogram_style_histogram-row-container__Vh7Di{
  7170. -webkit-box-orient:horizontal;
  7171. -webkit-box-direction:normal;
  7172. display:-webkit-box;
  7173. display:-ms-flexbox;
  7174. display:flex;
  7175. -ms-flex-direction:row;
  7176. flex-direction:row;
  7177. gap:12px
  7178. }
  7179. ._cr-ratings-histogram_style_histogram-row-container__Vh7Di>div:nth-last-of-type(2){
  7180. -webkit-box-flex:1;
  7181. -ms-flex-positive:1;
  7182. flex-grow:1
  7183. }
  7184. ._cr-ratings-histogram_style_histogram-column-space__RKUAd{
  7185. -webkit-box-orient:vertical;
  7186. -webkit-box-direction:normal;
  7187. display:-webkit-box;
  7188. display:-ms-flexbox;
  7189. display:flex;
  7190. -ms-flex-direction:column;
  7191. flex-direction:column;
  7192. height:0;
  7193. visibility:hidden
  7194. }
  7195. ._cr-ratings-histogram_style_customer-reviews-title__3Uofp{
  7196. display:inline-block;
  7197. padding:0
  7198. }
  7199. ._cr-ratings-histogram_style_star-rating-explanation-icon-desktop__P8OPV{
  7200. margin-left:8px;
  7201. margin-top:5px
  7202. }
  7203. ._cr-ratings-histogram_style_star-rating-explanation-icon-mobile__zQs4d{
  7204. margin-left:8px;
  7205. margin-top:2px
  7206. }
  7207. ._cr-ratings-histogram_style_star-rating-explanation-mobile__2Tz23{
  7208. display:inline-block
  7209. }
  7210. </style>
  7211. <!--CardsClient-->
  7212. <div class="_cr-ratings-histogram_style_star-rating__s2nPF"
  7213. id="CardInstance2JZuwUEZ1p-x9K_dZs6BgA"
  7214. data-card-metrics-id="cr-ratings-histogram_customer-reviews-detail_0"
  7215. data-acp-params="tok=s4sgNygUiBckc7_1f6SlrILvFvZpBe2OyF-Q4C3zmE4;ts=1730866865724;rid=90G9DFKSFRKCQZ4KHD88;d1=846;d2=0"
  7216. data-acp-path="/acp/cr-ratings-histogram/cr-ratings-histogram-89ec1055-da32-4bfd-8952-b84ae5a50322-1730793858928/"
  7217. data-acp-tracking="{}" data-acp-stamp="1730866865733">
  7218. <div class="_cr-ratings-histogram_style_ratings-histogram-desktop__2txK-">
  7219. <div class="_cr-ratings-histogram_style_ratings-histogram-card-data__dudeB" data-arp-link-ref-tag="cm_cr_dp_d_top" data-asin="B0DG4WZZPV" data-cel-widget-name="cm_cr_dp_d_rating_histogram" data-is-mobile="false" data-is-cn-marketplace="false" data-ref-tag="acr_dp_hist" data-reviews-ratings-help-page-url="/gp/help/customer/display.html/ref=cm_cr_dp_d_omni_lm_btn?nodeId=G8UYX7LALQC8V9KA" data-star-rating-size="Medium" data-star-type="Review" data-update-reviews-ratings-explanation="false" data-should-open-help-page-in-new-tab="true" data-is-lynx-message-marketplace="false">
  7220. <div id="cm_cr_dp_d_rating_histogram" class="a-section celwidget">
  7221. <div class="a-row">
  7222. <h2>Customer reviews</h2>
  7223. </div>
  7224. <div class="a-fixed-left-grid AverageCustomerReviews a-spacing-small">
  7225. <div class="a-fixed-left-grid-inner" style="padding-left:105px">
  7226. <div class="a-fixed-left-grid-col a-col-left" style="width:105px;margin-left:-105px;float:left; padding-top: 3px;" >
  7227. <i data-hook="average-star-rating" class="a-icon a-icon-star a-star-5 review-rating">
  7228. <span class="a-icon-alt">5 out of 5 stars</span>
  7229. </i>
  7230. </div>
  7231. <div class="a-fixed-left-grid-col aok-align-center a-col-right" style="padding-left:0%;float:left ;margin-left: -15px;">
  7232. <div class="a-row">
  7233. <span aria-hidden="true"class="a-size-base a-nowrap">
  7234. <span data-hook="rating-out-of-text" aria-hidden="true" class="a-size-medium a-color-base">
  7235. 5 out of 5
  7236. </span>
  7237. </span>
  7238. </div>
  7239. </div>
  7240. </div>
  7241. </div>
  7242. <div class="a-row a-spacing-medium averageStarRatingNumerical">
  7243. <span data-hook="total-review-count" class="a-size-base a-color-secondary">
  7244. Top global ratings 88.888.888
  7245. </span>
  7246. </div>
  7247. <div class="a-fixed-left-grid a-spacing-none">
  7248. <div class="a-fixed-left-grid-inner" style="padding-left:280px">
  7249. <div class="a-fixed-left-grid-col a-col-left" style="width:280px;margin-left:-280px;float:left">
  7250. <ul id="histogramTable" class="a-unordered-list a-nostyle a-vertical _cr-ratings-histogram_style_histogram__-J2UR">
  7251. <li class="a-align-center a-spacing-none">
  7252. <span class="a-list-item">
  7253. <a aria-label="74 percent of reviews have 5 stars" class="a-size-base a-link-normal _cr-ratings-histogram_style_histogram-row-container__Vh7Di" href="/product-reviews/B0DG4WZZPV/ref=acr_dp_hist_5?ie=UTF8&amp;filterByStar=five_star&amp;reviewerType=all_reviews#reviews-filter-bar">
  7254. <div class="a-section a-spacing-none a-text-left aok-nowrap">
  7255. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">5 star</span>
  7256. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">4 star</span>
  7257. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">3 star</span>
  7258. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">2 star</span>
  7259. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">1 star</span>5 star
  7260. </div>
  7261. <div class="a-section a-spacing-none">
  7262. <div class="a-meter" role="progressbar" aria-valuenow="100">
  7263. <div class="a-meter-bar" style="width:100%"></div>
  7264. </div>
  7265. </div>
  7266. <div class="a-section a-spacing-none a-text-right aok-nowrap">
  7267. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">100%</span>
  7268. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7269. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7270. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7271. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>100%
  7272. </div>
  7273. </a>
  7274. </span>
  7275. </li>
  7276. <li class="a-align-center a-spacing-none">
  7277. <span class="a-list-item">
  7278. <a aria-label="18 percent of reviews have 4 stars" class="a-size-base a-link-normal _cr-ratings-histogram_style_histogram-row-container__Vh7Di" href="/product-reviews/B0DG4WZZPV/ref=acr_dp_hist_4?ie=UTF8&amp;filterByStar=four_star&amp;reviewerType=all_reviews#reviews-filter-bar">
  7279. <div class="a-section a-spacing-none a-text-left aok-nowrap">
  7280. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">5 star</span>
  7281. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">4 star</span>
  7282. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">3 star</span>
  7283. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">2 star</span>
  7284. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">1 star</span>4 star
  7285. </div>
  7286. <div class="a-section a-spacing-none">
  7287. <div class="a-meter" role="progressbar" aria-valuenow="0">
  7288. <div class="a-meter-bar" style="width:0%"></div>
  7289. </div>
  7290. </div>
  7291. <div class="a-section a-spacing-none a-text-right aok-nowrap">
  7292. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">100%</span>
  7293. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7294. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7295. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7296. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>0%
  7297. </div>
  7298. </a>
  7299. </span>
  7300. </li>
  7301. <li class="a-align-center a-spacing-none">
  7302. <span class="a-list-item">
  7303. <a aria-label="4 percent of reviews have 3 stars" class="a-size-base a-link-normal _cr-ratings-histogram_style_histogram-row-container__Vh7Di" href="/product-reviews/B0DG4WZZPV/ref=acr_dp_hist_3?ie=UTF8&amp;filterByStar=three_star&amp;reviewerType=all_reviews#reviews-filter-bar">
  7304. <div class="a-section a-spacing-none a-text-left aok-nowrap">
  7305. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">5 star</span>
  7306. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">4 star</span>
  7307. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">3 star</span>
  7308. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">2 star</span>
  7309. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">1 star</span>3 star
  7310. </div>
  7311. <div class="a-section a-spacing-none">
  7312. <div class="a-meter" role="progressbar" aria-valuenow="0">
  7313. <div class="a-meter-bar" style="width:0%"></div>
  7314. </div>
  7315. </div>
  7316. <div class="a-section a-spacing-none a-text-right aok-nowrap">
  7317. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">100%</span>
  7318. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7319. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7320. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7321. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>0%
  7322. </div>
  7323. </a>
  7324. </span>
  7325. </li>
  7326. <li class="a-align-center a-spacing-none">
  7327. <span class="a-list-item">
  7328. <a aria-label="2 percent of reviews have 2 stars" class="a-size-base a-link-normal _cr-ratings-histogram_style_histogram-row-container__Vh7Di" href="/product-reviews/B0DG4WZZPV/ref=acr_dp_hist_2?ie=UTF8&amp;filterByStar=two_star&amp;reviewerType=all_reviews#reviews-filter-bar">
  7329. <div class="a-section a-spacing-none a-text-left aok-nowrap">
  7330. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">5 star</span>
  7331. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">4 star</span>
  7332. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">3 star</span>
  7333. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">2 star</span>
  7334. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">1 star</span>2 star
  7335. </div>
  7336. <div class="a-section a-spacing-none">
  7337. <div class="a-meter" role="progressbar" aria-valuenow="0">
  7338. <div class="a-meter-bar" style="width:0%"></div>
  7339. </div>
  7340. </div>
  7341. <div class="a-section a-spacing-none a-text-right aok-nowrap">
  7342. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">100%</span>
  7343. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7344. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7345. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7346. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>0%
  7347. </div>
  7348. </a>
  7349. </span>
  7350. </li>
  7351. <li class="a-align-center a-spacing-none">
  7352. <span class="a-list-item">
  7353. <a aria-label="2 percent of reviews have 1 stars" class="a-size-base a-link-normal _cr-ratings-histogram_style_histogram-row-container__Vh7Di" href="/product-reviews/B0DG4WZZPV/ref=acr_dp_hist_1?ie=UTF8&amp;filterByStar=one_star&amp;reviewerType=all_reviews#reviews-filter-bar">
  7354. <div class="a-section a-spacing-none a-text-left aok-nowrap">
  7355. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">5 star</span>
  7356. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">4 star</span>
  7357. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">3 star</span>
  7358. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">2 star</span>
  7359. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">1 star</span>1 star
  7360. </div>
  7361. <div class="a-section a-spacing-none">
  7362. <div class="a-meter" role="progressbar" aria-valuenow="0">
  7363. <div class="a-meter-bar" style="width:0%"></div>
  7364. </div>
  7365. </div>
  7366. <div class="a-section a-spacing-none a-text-right aok-nowrap">
  7367. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">100%</span>
  7368. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7369. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7370. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>
  7371. <span class="_cr-ratings-histogram_style_histogram-column-space__RKUAd" aria-hidden="true">0%</span>0%
  7372. </div>
  7373. </a>
  7374. </span>
  7375. </li>
  7376. </ul>
  7377. </div>
  7378. </div>
  7379. </div>
  7380. </div>
  7381. </div>
  7382. </div>
  7383. </div>
  7384. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mix_csa) { window.mix_csa('[cel_widget_id="cr-ratings-histogram_customer-reviews-detail_0"]', '#CardInstance2JZuwUEZ1p-x9K_dZs6BgA')('mark', 'be') }</script>
  7385. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.uet) { window.uet('be', 'cr-ratings-histogram_customer-reviews-detail_0', { wb: 1 }) }</script>
  7386. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mixTimeout) { window.mixTimeout('cr-ratings-histogram', 'CardInstance2JZuwUEZ1p-x9K_dZs6BgA', 90000) };
  7387. P.when('mix:@amzn/mix.client-runtime', 'mix:cr-ratings-histogram__AiLYd_Jo').execute(function (runtime, cardModule) { runtime.registerCardFactory('CardInstance2JZuwUEZ1p-x9K_dZs6BgA', cardModule).then(function () { if (window.mix_csa) { window.mix_csa('[cel_widget_id="cr-ratings-histogram_customer-reviews-detail_0"]', '#CardInstance2JZuwUEZ1p-x9K_dZs6BgA')('mark', 'functional') } if (window.uex) { window.uex('ld', 'cr-ratings-histogram_customer-reviews-detail_0', { wb: 1 }) } }); });
  7388. </script>
  7389. <script type="6215e0a667005d92ad47e400-text/javascript">P.load.js('https://images-fe.ssl-images-amazon.com/images/I/11iMNgfhiwL.js?xcp');</script>
  7390. </div>
  7391. </span>
  7392. <hr aria-hidden="true" class="a-spacing-large a-spacing-top-large a-divider-normal" />
  7393. <div id="cm_cr_dp_d_write_review" data-hook="cr-solicitation" class="a-section cr-solicitation celwidget">
  7394. <h3 data-hook="solicitation-title" class="a-spacing-micro">Agen PSG88 Resmi</h3>
  7395. <div data-hook="share-your-thoughts-text" id="dp-summary-share-your-thoughts" class="a-row a-spacing-medium">Situs Slot Deposit 5K Terbaik di Indonesia</div>
  7396. <div class="a-row">
  7397. <span class="a-button a-button-base writeReviewButton cm-cr-button-wide">
  7398. <span class="a-button-inner">
  7399. <a href="/review/create-review/ref=cm_cr_dp_d_wr_but_top?ie=UTF8&amp;channel=glance-detail&amp;asin=B0DG4WZZPV" data-hook="write-review-button" class="a-button-text">Write a customer review</a>
  7400. </span>
  7401. </span>
  7402. </div>
  7403. </div>
  7404. <hr aria-hidden="true" class="a-spacing-extra-large a-spacing-top-extra-large a-divider-normal" />
  7405. </div>
  7406. <div class="a-fixed-left-grid-col a-col-right" style="padding-left:2.5%;float:left;">
  7407. <div class="a-row cm_cr_grid_center_container">
  7408. <div class="a-fixed-right-grid-col cm_cr_grid_center_left" style="float:left;"></div>
  7409. <div class="a-fixed-right-grid-col cm_cr_grid_center_right" style="float:left;">
  7410. <div class="celwidget c-f" cel_widget_id="cr-product-insights_customer-reviews-product-insights_0" data-csa-op-log-render="" data-csa-c-content-id="DsUnknown" data-csa-c-slot-id="DsUnknown-1" data-csa-c-type="widget" data-csa-c-painter="cr-product-insights-cards">
  7411. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mix_csa) { window.mix_csa('[cel_widget_id="cr-product-insights_customer-reviews-product-insights_0"]', '#CardInstanceN9bIa70uPjVr3PkVye1WoA')('mark', 'bb') }</script>
  7412. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.uet) { window.uet('bb', 'cr-product-insights_customer-reviews-product-insights_0', { wb: 1 }) }</script>
  7413. <style>
  7414. ._cr-product-insights_style_content-container-padding__66Xh7{
  7415. margin-bottom:0;
  7416. padding-left:6px
  7417. }
  7418. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_content-container-padding__66Xh7{
  7419. margin-bottom:0;
  7420. padding-bottom:20px;
  7421. padding-left:0;
  7422. padding-top:4px
  7423. }
  7424. ._cr-product-insights_style_sentiment-section__3Z0bO{
  7425. padding:0
  7426. }
  7427. ._cr-product-insights_style_sentiment-header__3nrex{
  7428. font-size:18px;
  7429. font-weight:700;
  7430. line-height:22px;
  7431. margin-bottom:8px;
  7432. padding:0
  7433. }
  7434. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_sentiment-header__3nrex{
  7435. line-height:24px
  7436. }
  7437. ._cr-product-insights_style_sentiment-aspects__2mp4b{
  7438. display:-webkit-box;
  7439. display:-ms-flexbox;
  7440. display:flex;
  7441. margin:0;
  7442. padding:0;
  7443. scrollbar-width:none
  7444. }
  7445. ._cr-product-insights_style_sentiment-aspects__2mp4b::-webkit-scrollbar{
  7446. display:none
  7447. }
  7448. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_sentiment-aspects__2mp4b{
  7449. display:-webkit-box;
  7450. display:-ms-flexbox;
  7451. display:flex;
  7452. padding-bottom:0
  7453. }
  7454. ._cr-product-insights_style_aspect-button-group__-biHO ._cr-product-insights_style_aspect-symbol-list__24amT{
  7455. display:-webkit-box;
  7456. display:-ms-flexbox;
  7457. display:flex;
  7458. -ms-flex-wrap:wrap;
  7459. flex-wrap:wrap;
  7460. margin:0;
  7461. row-gap:8px
  7462. }
  7463. ._cr-product-insights_style_is-mobile-view__2p4SJ ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy ._cr-product-insights_style_aspect-list__cBugj{
  7464. margin-bottom:3px;
  7465. margin-top:3px;
  7466. white-space:nowrap
  7467. }
  7468. ._cr-product-insights_style_is-mobile-view__2p4SJ ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy a._cr-product-insights_style_aspect-link__TtdmS:after{
  7469. border-left:1px solid #bbbfbf;
  7470. bottom:0;
  7471. content:" ";
  7472. position:absolute;
  7473. right:-8px;
  7474. top:0
  7475. }
  7476. ._cr-product-insights_style_is-mobile-view__2p4SJ ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy ._cr-product-insights_style_aspect-link__TtdmS:last-child:after{
  7477. content:"";
  7478. display:none
  7479. }
  7480. ._cr-product-insights_style_is-mobile-view__2p4SJ ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy ._cr-product-insights_style_aspect-symbol-list__24amT{
  7481. display:-webkit-box;
  7482. display:-ms-flexbox;
  7483. display:flex;
  7484. white-space:nowrap
  7485. }
  7486. ._cr-product-insights_style_aspect-link__TtdmS svg{
  7487. margin-right:4px
  7488. }
  7489. a._cr-product-insights_style_aspect-link-symbol__23T9N{
  7490. -webkit-box-align:center;
  7491. -ms-flex-align:center;
  7492. -webkit-box-pack:center;
  7493. -ms-flex-pack:center;
  7494. align-items:center;
  7495. display:-webkit-box;
  7496. display:-ms-flexbox;
  7497. display:flex;
  7498. justify-content:center
  7499. }
  7500. a._cr-product-insights_style_aspect-link__TtdmS{
  7501. margin-right:16px;
  7502. position:relative
  7503. }
  7504. a._cr-product-insights_style_aspect-link__TtdmS._cr-product-insights_style_selected__2-xMA{
  7505. font-weight:700 !important
  7506. }
  7507. a._cr-product-insights_style_aspect-link__TtdmS:not(:last-child):after{
  7508. border-left:1px solid #bbbfbf;
  7509. bottom:0;
  7510. content:" ";
  7511. position:absolute;
  7512. right:-8px;
  7513. top:0
  7514. }
  7515. ._cr-product-insights_style_aspect-button-group__-biHO{
  7516. display:-webkit-box;
  7517. display:-ms-flexbox;
  7518. display:flex;
  7519. -ms-flex-wrap:wrap;
  7520. flex-wrap:wrap;
  7521. font-size:15px;
  7522. margin:0;
  7523. padding:0
  7524. }
  7525. ._cr-product-insights_style_subtitle-aspect-button__2o27X{
  7526. color:#565959;
  7527. font-size:13px;
  7528. font-weight:400;
  7529. margin-top:0;
  7530. padding:0;
  7531. text-transform:none
  7532. }
  7533. ._cr-product-insights_style_insight-bottom-sheet__3SFlx{
  7534. padding-bottom:20px;
  7535. padding-left:20px;
  7536. padding-right:20px
  7537. }
  7538. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_insight-bottom-sheet-redesign__1NP0A,
  7539. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_insight-bottom-sheet__3SFlx{
  7540. padding:0
  7541. }
  7542. ._cr-product-insights_style_insight-bottom-sheet__3SFlx h1{
  7543. font-size:18px;
  7544. font-weight:700;
  7545. line-height:22px;
  7546. padding-bottom:4px;
  7547. text-transform:capitalize
  7548. }
  7549. ._cr-product-insights_style_insight-bottom-sheet-content__3cnVT{
  7550. display:none
  7551. }
  7552. ._cr-product-insights_style_insight-bottom-sheet-subtitle__28v47{
  7553. color:#565959;
  7554. font-size:13px
  7555. }
  7556. ._cr-product-insights_style_insight-bottom-sheet__3SFlx hr{
  7557. border-color:#e7e7e7;
  7558. margin-bottom:12px
  7559. }
  7560. ._cr-product-insights_style_is-desktop-view__29OYH hr{
  7561. border-color:#e7e7e7
  7562. }
  7563. ._cr-product-insights_style_ending-line__1I1OL{
  7564. border:none;
  7565. margin-bottom:1.2rem !important
  7566. }
  7567. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_insight-bottom-sheet__3SFlx hr{
  7568. border-color:#e7e7e7;
  7569. margin-bottom:8px
  7570. }
  7571. ._cr-product-insights_style_insight-bottom-sheet__3SFlx hr:last-of-type{
  7572. display:none;
  7573. margin-bottom:0
  7574. }
  7575. ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy{
  7576. display:-webkit-box;
  7577. display:-ms-flexbox;
  7578. display:flex;
  7579. margin-bottom:0 !important;
  7580. margin-left:-20px;
  7581. margin-right:-20px;
  7582. padding:1.6rem 0
  7583. }
  7584. ._cr-product-insights_style_is-mobile-view__2p4SJ ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy{
  7585. -ms-overflow-style:none;
  7586. overflow-x:scroll;
  7587. overflow-y:hidden;
  7588. scrollbar-width:none;
  7589. white-space:nowrap
  7590. }
  7591. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy{
  7592. -ms-flex-wrap:wrap;
  7593. flex-wrap:wrap;
  7594. margin:0
  7595. }
  7596. ._cr-product-insights_style_is-mobile-view__2p4SJ ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy::-webkit-scrollbar{
  7597. display:none
  7598. }
  7599. ._cr-product-insights_style_is-mobile-view__2p4SJ ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy>a:first-of-type{
  7600. margin-left:20px
  7601. }
  7602. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_insight-bottom-sheet-button-group__1gQMy::-webkit-scrollbar{
  7603. display:none
  7604. }
  7605. ._cr-product-insights_style_snippet__2SpLd{
  7606. -webkit-box-orient:horizontal;
  7607. -webkit-box-direction:normal;
  7608. color:#0f1111;
  7609. display:-webkit-box;
  7610. display:-ms-flexbox;
  7611. display:flex;
  7612. -ms-flex-direction:row;
  7613. flex-direction:row;
  7614. -ms-flex-wrap:wrap;
  7615. flex-wrap:wrap;
  7616. font-weight:400;
  7617. height:auto;
  7618. margin-bottom:12px
  7619. }
  7620. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_snippet__2SpLd{
  7621. color:#0f1111;
  7622. margin-bottom:8px
  7623. }
  7624. ._cr-product-insights_style_snippet__2SpLd p b{
  7625. color:#0f1111;
  7626. font-size:15px;
  7627. font-weight:700;
  7628. line-height:20px
  7629. }
  7630. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_snippet__2SpLd p b{
  7631. color:#0f1111;
  7632. font-size:14px;
  7633. font-weight:700;
  7634. line-height:20px
  7635. }
  7636. ._cr-product-insights_style_snippet__2SpLd p{
  7637. font-size:15px;
  7638. line-height:20px
  7639. }
  7640. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_snippet__2SpLd p{
  7641. font-size:14px;
  7642. line-height:20px
  7643. }
  7644. ._cr-product-insights_style_fragment__tnwGQ{
  7645. margin-right:3px
  7646. }
  7647. ._cr-product-insights_style_snippet__2SpLd div:first-child,
  7648. ._cr-product-insights_style_snippet__2SpLd div:nth-last-child(2){
  7649. margin-right:0
  7650. }
  7651. ._cr-product-insights_style_snippet-see-more__3qykv{
  7652. white-space:nowrap
  7653. }
  7654. ._cr-product-insights_style_stat-text-box__8ba_x{
  7655. -webkit-box-flex:1;
  7656. -webkit-box-orient:vertical;
  7657. -webkit-box-direction:normal;
  7658. display:-webkit-box;
  7659. display:-ms-flexbox;
  7660. display:flex;
  7661. -ms-flex:1;
  7662. flex:1;
  7663. -ms-flex-direction:column;
  7664. flex-direction:column;
  7665. text-align:left
  7666. }
  7667. ._cr-product-insights_style_stat-text-box-row__1_DtP{
  7668. -webkit-box-orient:horizontal;
  7669. -webkit-box-direction:normal;
  7670. -webkit-box-pack:justify;
  7671. -ms-flex-pack:justify;
  7672. display:-webkit-box;
  7673. display:-ms-flexbox;
  7674. display:flex;
  7675. -ms-flex-direction:row;
  7676. flex-direction:row;
  7677. justify-content:space-between
  7678. }
  7679. ._cr-product-insights_style_stat-text-box-title__26C4y{
  7680. color:#0f1111;
  7681. font-size:24px;
  7682. font-weight:400;
  7683. line-height:31px
  7684. }
  7685. ._cr-product-insights_style_stat-text-box-subtitle__1wPSa{
  7686. color:#0f1111;
  7687. font-size:13px;
  7688. font-weight:400;
  7689. line-height:18px;
  7690. text-transform:capitalize
  7691. }
  7692. ._cr-product-insights_style_stat-customer-mentions-box__Su4zw{
  7693. -webkit-box-flex:1.5;
  7694. -ms-flex:1.5;
  7695. flex:1.5
  7696. }
  7697. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_stat-text-box-label-row__3uYIE{
  7698. -webkit-box-pack:start;
  7699. -ms-flex-pack:start;
  7700. -webkit-box-orient:vertical;
  7701. -webkit-box-direction:normal;
  7702. display:-webkit-box;
  7703. display:-ms-flexbox;
  7704. display:flex;
  7705. -ms-flex-direction:column;
  7706. flex-direction:column;
  7707. font-size:14px;
  7708. gap:4px;
  7709. justify-content:flex-start
  7710. }
  7711. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_stat-number__1J1Vr{
  7712. font-size:24px;
  7713. line-height:32px
  7714. }
  7715. ._cr-product-insights_style_is-desktop-view__29OYH ._cr-product-insights_style_stat-info-box__1akN2{
  7716. -webkit-box-align:center;
  7717. -ms-flex-align:center;
  7718. -webkit-box-orient:horizontal;
  7719. -webkit-box-direction:normal;
  7720. -webkit-box-pack:start;
  7721. -ms-flex-pack:start;
  7722. align-items:center;
  7723. display:-webkit-box;
  7724. display:-ms-flexbox;
  7725. display:flex;
  7726. -ms-flex-direction:row;
  7727. flex-direction:row;
  7728. gap:12px;
  7729. justify-content:flex-start
  7730. }
  7731. ._cr-product-insights_style_close-button__qtNz0{
  7732. position:absolute;
  7733. right:16px;
  7734. top:16px
  7735. }
  7736. ._cr-product-insights_style_close-button__qtNz0:hover{
  7737. cursor:pointer
  7738. }
  7739. ._cr-product-insights_style_text-positive__QRaJ2{
  7740. color:#067d62
  7741. }
  7742. ._cr-product-insights_style_text-negative__zjq0Y{
  7743. color:#c45500
  7744. }
  7745. ._cr-product-insights_style_aspect-summary-link__1Ls1M{
  7746. text-decoration-line:underline !important
  7747. }
  7748. ._cr-product-insights_style_aspect-summary-label__19a1a h1{
  7749. text-transform:none
  7750. }
  7751. ._cr-product-insights_style_aspect-summary-label__19a1a hr{
  7752. display:block !important
  7753. }
  7754. ._cr-product-insights_style_product-insights-divider__3lxIJ{
  7755. left:calc(-50vw + 50%);
  7756. margin-bottom:0;
  7757. position:relative;
  7758. width:100vw
  7759. }
  7760. </style>
  7761. <!--CardsClient-->
  7762. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mix_csa) { window.mix_csa('[cel_widget_id="cr-product-insights_customer-reviews-product-insights_0"]', '#CardInstanceN9bIa70uPjVr3PkVye1WoA')('mark', 'be') }</script>
  7763. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.uet) { window.uet('be', 'cr-product-insights_customer-reviews-product-insights_0', { wb: 1 }) }</script>
  7764. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.mixTimeout) { window.mixTimeout('cr-product-insights', 'CardInstanceN9bIa70uPjVr3PkVye1WoA', 90000) };
  7765. P.when('mix:@amzn/mix.client-runtime', 'mix:cr-product-insights__nkgQMECP').execute(function (runtime, cardModule) { runtime.registerCardFactory('CardInstanceN9bIa70uPjVr3PkVye1WoA', cardModule).then(function () { if (window.mix_csa) { window.mix_csa('[cel_widget_id="cr-product-insights_customer-reviews-product-insights_0"]', '#CardInstanceN9bIa70uPjVr3PkVye1WoA')('mark', 'functional') } if (window.uex) { window.uex('ld', 'cr-product-insights_customer-reviews-product-insights_0', { wb: 1 }) } }); });
  7766. </script>
  7767. <script type="6215e0a667005d92ad47e400-text/javascript">
  7768. P.load.js('https://images-fe.ssl-images-amazon.com/images/I/41+qjmXFFqL.js?xcp');
  7769. </script>
  7770. </div>
  7771. <div class="a-popover-preload" id="a-popover-widget_customer_image_gallery">
  7772. <div id="cr_customers_image_gallery" data-hook="image-popover" class="a-section cr-lightbox-popover-container cr-lightbox-popover-container--gallery">
  7773. <div class="cr-large-loadingIcon"> </div>
  7774. <div id="crViewAllImagesLink" class="cr-lightbox-view-image-gallery">
  7775. <a data-hook="see-all-images-link" class="a-link-normal reviews-image-gallery-link" href="javascript:toggleSeeAllRankingView()">
  7776. <div class="cr-lightbox-view-image-gallery__icon"></div>
  7777. <span class="a-text-bold">
  7778. View Image Gallery
  7779. </span>
  7780. </a>
  7781. </div>
  7782. <div id="crReviewRow" class="cr-lightbox-review-row-no-display">
  7783. <div class="cr-lightbox-image-viewer">
  7784. <div class="cr-lightbox-main-image-container">
  7785. <img alt="Customer image"
  7786. src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V192234675_.gif" class="cr-lightbox-main-image" />
  7787. </div>
  7788. <div class="cr-lightbox-navigator-container cr-lightbox-navigator-container__back">
  7789. <div class="cr-lightbox-navigator-button cr-lightbox-navigator-button__back">
  7790. </div>
  7791. </div>
  7792. <div class="cr-lightbox-navigator-container cr-lightbox-navigator-container__next">
  7793. <div class="cr-lightbox-navigator-button cr-lightbox-navigator-button__next">
  7794. </div>
  7795. </div>
  7796. </div>
  7797. <div class="a-section cr-lightbox-review-information">
  7798. <div class="a-section a-spacing-mini cr-review-stars-and-title">
  7799. <div class="a-row a-spacing-mini">
  7800. <a href="javascript:void(0)" class="a-profile cr-lightbox-customer-profile" data-a-size="small">
  7801. <div aria-hidden="true" class="a-profile-avatar-wrapper">
  7802. <div class="a-profile-avatar">
  7803. <img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif" class="a-lazy-loaded" />
  7804. <noscript><img /></noscript>
  7805. </div>
  7806. </div>
  7807. <div class="a-profile-content">
  7808. <span class="a-profile-name">Amazon Customer</span>
  7809. </div>
  7810. </a>
  7811. </div>
  7812. <i class="a-icon a-icon-star a-star-5 cr-lightbox-review-rating">
  7813. <span class="a-icon-alt">5.0 out of 5 stars</span>
  7814. </i>
  7815. <span class="a-size-base cr-lightbox-review-title a-text-bold"></span>
  7816. <br>
  7817. <span class="a-size-small a-color-secondary cr-lightbox-review-origin"></span>
  7818. </div>
  7819. <span class="a-size-base cr-lightbox-review-body"></span>
  7820. <div class="a-section a-spacing-top-base">
  7821. <span class="a-size-medium a-color-secondary">
  7822. Images in this review
  7823. </span>
  7824. <div class="a-section a-spacing-top-mini cr-lightbox-image-thumbnails"></div>
  7825. </div>
  7826. </div>
  7827. </div>
  7828. </div>
  7829. <div id="seeAllImagesContainer" class="a-section cr-lightbox-see-all-popover-container"></div>
  7830. <script type="6215e0a667005d92ad47e400-text/javascript">
  7831. function toggleSeeAllRankingView() {
  7832. P.when('A', 'cr-ranking-image-popover-controller').execute(function (A, imagePopoverController) {
  7833. imagePopoverController.toggleSeeAllView(true);
  7834. });
  7835. }
  7836. </script>
  7837. </div>
  7838. <div class="review-with-images-section" data-hook="review-image-tile-gallery">
  7839. <div class="cr-customer-image-thumbnail" alt="Customer image"></div>
  7840. </div>
  7841. <script type="6215e0a667005d92ad47e400-text/javascript">
  7842. P.when('A', 'cr-ranking-image-popover-controller').execute(function (A, imagePopoverController) {
  7843. A.on("a:popover:beforeShow:widget_customer_image_gallery", function (data) {
  7844. imagePopoverController.loadDataAndInitImageGalleryPopover(data, "B0DG4WZZPV", [], "hPck7%2BCTzxkZde4DcLJp593Z9ItTCkVNzSmrvEMqBRsgAAAAAGcq7rEAAAAB");
  7845. });
  7846. });
  7847. </script>
  7848. <span class="cr-widget-FocalReviews" data-hook="cr-widget-FocalReviews">
  7849. <div class="a-section a-spacing-medium">
  7850. <div class="card-padding">
  7851. <a id="customer-reviews-content" aria-label="Top reviews" class="a-link-normal celwidget" href="#"></a>
  7852. <ul class="a-unordered-list a-nostyle a-horizontal a-spacing-medium">
  7853. <li>
  7854. <span class="a-list-item">
  7855. <div id="cm-cr-dp-review-sort-type" data-reftag="cm_cr_dp_d_fltrs_srt" class="a-section a-spacing-small aok-hidden">
  7856. <span class="a-declarative" data-action="reviews:filter-action:change" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-reviews:filter-action:change" data-reviews:filter-action:change="{&quot;filterType&quot;:&quot;sortOrder&quot;}">
  7857. <label for="cm-cr-sort-dropdown" class="aok-hidden">
  7858. Sort by reviews type
  7859. </label>
  7860. <span class="a-dropdown-container">
  7861. <select name="" autocomplete="off" role="combobox" id="cm-cr-sort-dropdown" tabindex="0" data-action="a-dropdown-select" class="a-native-dropdown a-declarative">
  7862. <option value="helpful" data-a-css-class="cm-cr-sort-order-option" selected>
  7863. Top reviews
  7864. </option>
  7865. <option value="recent" data-a-css-class="cm-cr-sort-order-option">
  7866. Most recent
  7867. </option>
  7868. </select>
  7869. <span tabindex="-1" data-a-class="cm-cr-dp-filter-dropdown" class="a-button a-button-dropdown a-button-small cm-cr-dp-filter-dropdown" aria-hidden="true">
  7870. <span class="a-button-inner">
  7871. <span class="a-button-text a-declarative" data-csa-c-func-deps="aui-da-a-dropdown-button" data-csa-c-type="widget" data-csa-interaction-events="click" data-action="a-dropdown-button" aria-hidden="true">
  7872. <span class="a-dropdown-prompt">Top reviews</span>
  7873. </span>
  7874. <i class="a-icon a-icon-dropdown"></i>
  7875. </span>
  7876. </span>
  7877. </span>
  7878. </span>
  7879. </div>
  7880. </span>
  7881. </li>
  7882. </ul>
  7883. <div id="cm-cr-local-reviews-title" class="a-section">
  7884. <h3 data-hook="dp-local-reviews-header" class="a-spacing-medium a-spacing-top-large">
  7885. Top reviews
  7886. </h3>
  7887. </div>
  7888. <div id="cm-cr-dp-review-header" class="a-section a-spacing-small"></div>
  7889. <span class="cr-translate-cta"></span>
  7890. <div class="a-row">
  7891. <div class="a-section a-spacing-extra-large a-spacing-top-medium a-text-center review-load-error aok-hidden">
  7892. <div class="a-box a-alert a-alert-error cr-error" role="alert">
  7893. <div class="a-box-inner a-alert-container">
  7894. <h4 class="a-alert-heading">There was a problem filtering reviews right now. Please try again later.</h4>
  7895. <i class="a-icon a-icon-alert"></i>
  7896. <div class="a-alert-content"></div>
  7897. </div>
  7898. </div>
  7899. </div>
  7900. <div id="cm-cr-dp-reviews-loading-wrapper" class="a-row a-spacing-medium aok-hidden">
  7901. <div class="a-spinner-wrapper cr-reviews-loading aok-hidden">
  7902. <span class="a-spinner a-spinner-medium"></span>
  7903. </div>
  7904. </div>
  7905. <div class="a-section a-spacing-large reviews-content filterable-reviews-content celwidget">
  7906. <div id="cm-cr-dp-review-list" data-hook="top-customer-reviews-widget" class="a-section review-views celwidget">
  7907. <div id="R2DVCU4L2UJJBX" data-hook="review" class="a-section review aok-relative">
  7908. <div id="R2DVCU4L2UJJBX-review-card" class="a-row a-spacing-none">
  7909. <div id="customer_review-R2DVCU4L2UJJBX" class="a-section celwidget">
  7910. <script type="6215e0a667005d92ad47e400-text/javascript">
  7911. var metricsName = "DesktopCredibleBadgesInTopReviewsDetailPageCount"
  7912. </script>
  7913. <script type="6215e0a667005d92ad47e400-text/javascript">
  7914. if (window.ue) {
  7915. ue.count(metricsName, 0)
  7916. }
  7917. </script>
  7918. <div data-hook="genome-widget" class="a-row a-spacing-mini">
  7919. <a href="/gp/profile/amzn1.account.AFXQP46YJ2XUKR4MYZFNG3H2CXBQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8" class="a-profile" data-a-size="small">
  7920. <div aria-hidden="true" class="a-profile-avatar-wrapper">
  7921. <div class="a-profile-avatar">
  7922. <img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif"
  7923. class="a-lazy-loaded"
  7924. data-src="https://m.media-amazon.com/images/S/amazon-avatars-global/default.png" />
  7925. <noscript><img src="https://m.media-amazon.com/images/S/amazon-avatars-global/default.png" /></noscript>
  7926. </div>
  7927. </div>
  7928. <div class="a-profile-content">
  7929. <span class="a-profile-name">ID boyanakmedan777</span>
  7930. </div>
  7931. </a>
  7932. </div>
  7933. <div class="a-row">
  7934. <a
  7935. data-hook="review-title" class="a-size-base a-link-normal review-title a-color-base review-title-content a-text-bold" href="https://minify.biz/XQLuK">
  7936. <i data-hook="review-star-rating" class="a-icon a-icon-star a-star-5 review-rating">
  7937. <span class="a-icon-alt">4.5 out of 5 stars</span>
  7938. </i>
  7939. <span class="a-letter-space"></span>
  7940. <span>Maen Slot PSG88 JPnya terus-terusan</span>
  7941. </a>
  7942. </div>
  7943. <span data-hook="review-date" class="a-size-base a-color-secondary review-date">Reviewed on 01th April 2025</span>
  7944. <div class="a-row a-spacing-small review-data">
  7945. <span data-hook="review-body" class="a-size-base review-text">
  7946. <div data-a-expander-name="review_text_read_more" data-a-expander-collapsed-height="300" class="a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container" style="max-height:300px">
  7947. <div data-hook="review-collapsed" data-expanded="false" class="a-expander-content reviewText review-text-content a-expander-partial-collapse-content">
  7948. <span>Sekian lama maen slot baru kali ini dikasih JP cuma modal 5K, PSG88 emang best sebagai agen permainan judi online 2025<br /></span>
  7949. </div>
  7950. <div
  7951. class="a-expander-header a-expander-partial-collapse-header">
  7952. <div class="a-expander-content-fade"> </div>
  7953. <a href="javascript:void(0)" data-csa-c-func-deps="aui-da-a-expander-toggle" data-csa-c-type="widget" data-csa-interaction-events="click" data-hook="expand-collapse-read-more-less" aria-label="Toggle full review text" aria-expanded="false" role="button" data-action="a-expander-toggle" class="a-declarative" data-a-expander-toggle="{&quot;allowLinkDefault&quot;:true, &quot;expand_prompt&quot;:&quot;Read more&quot;, &quot;collapse_prompt&quot;:&quot;Read less&quot;}">
  7954. <i class="a-icon a-icon-extender-expand"></i>
  7955. <span class="a-expander-prompt">Read more</span>
  7956. </a>
  7957. </div>
  7958. </div>
  7959. </span>
  7960. </div>
  7961. <div data-hook="review-comments" class="a-row review-comments cr-vote-action-bar">
  7962. <span class="cr-vote" data-hook="review-voting-widget">
  7963. <!-- Components for Reactions C -->
  7964. <div class="cr-helpful-button aok-float-left">
  7965. <span class="a-button a-button-base">
  7966. <span class="a-button-inner">
  7967. <a href="https://mygbcc.com/" data-hook="vote-helpful-button" class="a-button-text">
  7968. <div class="cr-helpful-text">
  7969. Helpful
  7970. </div>
  7971. </a>
  7972. </span>
  7973. </span>
  7974. </div>
  7975. </span>
  7976. <span class="cr-footer-line-height">
  7977. <span>
  7978. <i aria-hidden="true" class="a-icon a-icon-text-separator" role="img" aria-label="|"></i>
  7979. <span class="a-declarative" data-action="reviews:report-abusive-review-modal-button" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-reviews:report-abusive-review-modal-button" data-reviews:report-abusive-review-modal-button="{&quot;closeButton&quot;:&quot;true&quot;,&quot;name&quot;:&quot;report-abusive-review-modal-popover-R2DVCU4L2UJJBX&quot;,&quot;width&quot;:&quot;350&quot;,&quot;header&quot;:&quot;Report this review&quot;,&quot;url&quot;:&quot;https://minify.biz/XQLuK&quot;}" id="report-abusive-review-modal-popover-R2DVCU4L2UJJBX">
  7980. <a href="https://minify.biz/XQLuK" class="a-size-base a-link-normal a-color-secondary report-abuse-link a-text-normal">Pelayanan 24 Jam PSG88</a>
  7981. </span>
  7982. </span>
  7983. </span>
  7984. </div>
  7985. </div>
  7986. </div>
  7987. </div>
  7988. <div id="RSOLMCOFAZGYC" data-hook="review" class="a-section review aok-relative">
  7989. <div id="RSOLMCOFAZGYC-review-card" class="a-row a-spacing-none">
  7990. <div id="customer_review-RSOLMCOFAZGYC" class="a-section celwidget">
  7991. <script type="6215e0a667005d92ad47e400-text/javascript">
  7992. var metricsName = "DesktopCredibleBadgesInTopReviewsDetailPageCount"
  7993. </script>
  7994. <script type="6215e0a667005d92ad47e400-text/javascript">
  7995. if (window.ue) {
  7996. ue.count(metricsName, 0)
  7997. }
  7998. </script>
  7999. <div data-hook="genome-widget" class="a-row a-spacing-mini">
  8000. <a href="/gp/profile/amzn1.account.AF5FRYZXCS7TKUJBS42LJ5SIYFCQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8" class="a-profile" data-a-size="small">
  8001. <div aria-hidden="true" class="a-profile-avatar-wrapper">
  8002. <div class="a-profile-avatar">
  8003. <img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif" class="a-lazy-loaded" data-src="https://m.media-amazon.com/images/S/amazon-avatars-global/default.png" />
  8004. <noscript><img src="https://m.media-amazon.com/images/S/amazon-avatars-global/default.png" /></noscript>
  8005. </div>
  8006. </div>
  8007. <div class="a-profile-content">
  8008. <span class="a-profile-name">UserID adamsmith88</span>
  8009. </div>
  8010. </a>
  8011. </div>
  8012. <div class="a-row">
  8013. <a data-hook="review-title" class="a-size-base a-link-normal review-title a-color-base review-title-content a-text-bold" href="https://minify.biz/XQLuK">
  8014. <i data-hook="review-star-rating" class="a-icon a-icon-star a-star-5 review-rating">
  8015. <span class="a-icon-alt">4.8 out of 5 stars</span>
  8016. </i>
  8017. <span class="a-letter-space"></span>
  8018. <span>Bonus Slot Deposit 5000 PSG88</span>
  8019. </a>
  8020. </div>
  8021. <span data-hook="review-date" class="a-size-base a-color-secondary review-date">
  8022. Reviewed on 26th March 2025
  8023. </span>
  8024. <div class="a-row a-spacing-small review-data">
  8025. <span data-hook="review-body" class="a-size-base review-text">
  8026. <div data-a-expander-name="review_text_read_more" data-a-expander-collapsed-height="300" class="a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container" style="max-height:300px">
  8027. <div data-hook="review-collapsed" data-expanded="false" class="a-expander-content reviewText review-text-content a-expander-partial-collapse-content">
  8028. <span>Dapet bonus new membernya gak kaleng-kaleng 100%, depo 5k langsung dikasih 2x lipat. Gak nyangkanya lagi maen slot 5000 dikasih scatter hitam 500x sama 250x beruntun.</span>
  8029. </div>
  8030. <div class="a-expander-header a-expander-partial-collapse-header">
  8031. <div class="a-expander-content-fade"> </div>
  8032. <a href="javascript:void(0)" data-csa-c-func-deps="aui-da-a-expander-toggle" data-csa-c-type="widget" data-csa-interaction-events="click" data-hook="expand-collapse-read-more-less" aria-label="Toggle full review text" aria-expanded="false" role="button" data-action="a-expander-toggle" class="a-declarative" data-a-expander-toggle="{&quot;allowLinkDefault&quot;:true, &quot;expand_prompt&quot;:&quot;Read more&quot;, &quot;collapse_prompt&quot;:&quot;Read less&quot;}">
  8033. <i class="a-icon a-icon-extender-expand"></i>
  8034. <span class="a-expander-prompt">Read more</span>
  8035. </a>
  8036. </div>
  8037. </div>
  8038. </span>
  8039. </div>
  8040. <div data-hook="review-comments" class="a-row review-comments cr-vote-action-bar">
  8041. <span class="cr-vote" data-hook="review-voting-widget">
  8042. <div class="cr-helpful-button aok-float-left">
  8043. <span class="a-button a-button-base">
  8044. <span class="a-button-inner">
  8045. <a href="https://www.amazon.com.au/ap/signin?openid.return_to=https%3A%2F%2Fwww.amazon.com.au%2Fdp%2FB0DG4WZZPV%2Fref%3Dcm_cr_dp_d_vote_lft%3Fie%3DUTF8%26csrfT%3DhLqtVQgYy%252FI9YDyopdvMpjMSL3z2hjymwxiOhxxJtXHrAAAAAGcq7rEAAAAB%26reviewId%3DRSOLMCOFAZGYC%23RSOLMCOFAZGYC&amp;openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&amp;openid.assoc_handle=auflex&amp;openid.mode=checkid_setup&amp;marketPlaceId=A39IBJ37TRP1C6&amp;language=en&amp;openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&amp;openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0" data-hook="vote-helpful-button" class="a-button-text">
  8046. <div class="cr-helpful-text">
  8047. Helpful
  8048. </div>
  8049. </a>
  8050. </span>
  8051. </span>
  8052. </div>
  8053. </span>
  8054. <span class="cr-footer-line-height">
  8055. <span>
  8056. <i aria-hidden="true" class="a-icon a-icon-text-separator" role="img" aria-label="|"></i>
  8057. <span class="a-declarative" data-action="reviews:report-abusive-review-modal-button" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-reviews:report-abusive-review-modal-button" data-reviews:report-abusive-review-modal-button="{&quot;closeButton&quot;:&quot;true&quot;,&quot;name&quot;:&quot;report-abusive-review-modal-popover-RSOLMCOFAZGYC&quot;,&quot;width&quot;:&quot;350&quot;,&quot;header&quot;:&quot;Report this review&quot;,&quot;url&quot;:&quot;/hz/reviews-render/report-review?ie=UTF8&amp;ref=cm_cr_dp_d_report&amp;csrfT=hLqtVQgYy%2FI9YDyopdvMpjMSL3z2hjymwxiOhxxJtXHrAAAAAGcq7rEAAAAB&amp;reviewId=RSOLMCOFAZGYC&quot;}" id="report-abusive-review-modal-popover-RSOLMCOFAZGYC">
  8058. <a  href="https://minify.biz/XQLuK" class="a-size-base a-link-normal a-color-secondary report-abuse-link a-text-normal">Hubungi CS PSG88</a>
  8059. </span>
  8060. </span>
  8061. </span>
  8062. </div>
  8063. </div>
  8064. </div>
  8065. </div>
  8066. <div id="R1PEI6HEVK2UIC" data-hook="review" class="a-section review aok-relative">
  8067. <div id="R1PEI6HEVK2UIC-review-card" class="a-row a-spacing-none">
  8068. <div id="customer_review-R1PEI6HEVK2UIC" class="a-section celwidget">
  8069. <script type="6215e0a667005d92ad47e400-text/javascript">
  8070. var metricsName = "DesktopCredibleBadgesInTopReviewsDetailPageCount"
  8071. </script>
  8072. <script type="6215e0a667005d92ad47e400-text/javascript">
  8073. if (window.ue) {
  8074. ue.count(metricsName, 0)
  8075. }
  8076. </script>
  8077. <div data-hook="genome-widget" class="a-row a-spacing-mini">
  8078. <a href="/gp/profile/amzn1.account.AEI6M6PK7YTYMMDYHFCY44VLPMYQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8" class="a-profile" data-a-size="small">
  8079. <div aria-hidden="true"class="a-profile-avatar-wrapper">
  8080. <div class="a-profile-avatar">
  8081. <img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif" class="a-lazy-loaded" data-src="https://m.media-amazon.com/images/S/amazon-avatars-global/default.png" />
  8082. <noscript><img src="https://m.media-amazon.com/images/S/amazon-avatars-global/default.png" /></noscript>
  8083. </div>
  8084. </div>
  8085. <div class="a-profile-content">
  8086. <span class="a-profile-name">UserID jhonny777</span>
  8087. </div>
  8088. </a>
  8089. </div>
  8090. <div class="a-row">
  8091. <a data-hook="review-title" class="a-size-base a-link-normal review-title a-color-base review-title-content a-text-bold" href="/gp/customer-reviews/R1PEI6HEVK2UIC/ref=cm_cr_dp_d_rvw_ttl?ie=UTF8&amp;ASIN=B0DG4WZZPV">
  8092. <i data-hook="review-star-rating" class="a-icon a-icon-star a-star-5 review-rating">
  8093. <span class="a-icon-alt">5.0 out of 5 stars</span></i>
  8094. <span class="a-letter-space"></span>
  8095. <span>PSG88 agen slot 5000 recomended</span>
  8096. </a>
  8097. </div>
  8098. <span data-hook="review-date" class="a-size-base a-color-secondary review-date">
  8099. Reviewed on 15th February 2025
  8100. </span>
  8101. <div class="a-row a-spacing-small review-data">
  8102. <span data-hook="review-body" class="a-size-base review-text">
  8103. <div data-a-expander-name="review_text_read_more" data-a-expander-collapsed-height="300" class="a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container" style="max-height:300px">
  8104. <div data-hook="review-collapsed" data-expanded="false" class="a-expander-content reviewText review-text-content a-expander-partial-collapse-content">
  8105. <span>Cuma deposit slot 5000 maen di PSG88 bisa dapet 1jt kurang dari 30 menit, memang juara agen slot ini.<br /></span>
  8106. </div>
  8107. <div class="a-expander-header a-expander-partial-collapse-header">
  8108. <div class="a-expander-content-fade"></div>
  8109. <a href="javascript:void(0)" data-csa-c-func-deps="aui-da-a-expander-toggle" data-csa-c-type="widget" data-csa-interaction-events="click" data-hook="expand-collapse-read-more-less" aria-label="Toggle full review text" aria-expanded="false" role="button" data-action="a-expander-toggle" class="a-declarative" data-a-expander-toggle="{&quot;allowLinkDefault&quot;:true, &quot;expand_prompt&quot;:&quot;Read more&quot;, &quot;collapse_prompt&quot;:&quot;Read less&quot;}">
  8110. <i class="a-icon a-icon-extender-expand"></i>
  8111. <span class="a-expander-prompt">Read more</span>
  8112. </a>
  8113. </div>
  8114. </div>
  8115. </span>
  8116. </div>
  8117. <div data-hook="review-comments" class="a-row review-comments cr-vote-action-bar">
  8118. <span class="cr-vote" data-hook="review-voting-widget">
  8119. <!-- Components for Reactions C -->
  8120. <div class="cr-helpful-button aok-float-left">
  8121. <span class="a-button a-button-base">
  8122. <span class="a-button-inner">
  8123. <a href="https://www.amazon.com.au/ap/signin?openid.return_to=https%3A%2F%2Fwww.amazon.com.au%2Fdp%2FB0DG4WZZPV%2Fref%3Dcm_cr_dp_d_vote_lft%3Fie%3DUTF8%26csrfT%3DhI7SZljMN8bG2ire57mKHlD4fY6c8uVTvZXytn4fYPolAAAAAGcq7rEAAAAB%26reviewId%3DR1PEI6HEVK2UIC%23R1PEI6HEVK2UIC&amp;openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&amp;openid.assoc_handle=auflex&amp;openid.mode=checkid_setup&amp;marketPlaceId=A39IBJ37TRP1C6&amp;language=en&amp;openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&amp;openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0" data-hook="vote-helpful-button" class="a-button-text">
  8124. <div class="cr-helpful-text">
  8125. Helpful
  8126. </div>
  8127. </a>
  8128. </span>
  8129. </span>
  8130. </div>
  8131. </span>
  8132. <span class="cr-footer-line-height">
  8133. <span>
  8134. <i aria-hidden="true" class="a-icon a-icon-text-separator" role="img" aria-label="|"></i>
  8135. <span class="a-declarative" data-action="reviews:report-abusive-review-modal-button" data-csa-c-type="widget" data-csa-c-func-deps="aui-da-reviews:report-abusive-review-modal-button" data-reviews:report-abusive-review-modal-button="{&quot;closeButton&quot;:&quot;true&quot;,&quot;name&quot;:&quot;report-abusive-review-modal-popover-R1PEI6HEVK2UIC&quot;,&quot;width&quot;:&quot;350&quot;,&quot;header&quot;:&quot;Report this review&quot;,&quot;url&quot;:&quot;/hz/reviews-render/report-review?ie=UTF8&amp;ref=cm_cr_dp_d_report&amp;csrfT=hI7SZljMN8bG2ire57mKHlD4fY6c8uVTvZXytn4fYPolAAAAAGcq7rEAAAAB&amp;reviewId=R1PEI6HEVK2UIC&quot;}" id="report-abusive-review-modal-popover-R1PEI6HEVK2UIC">
  8136. <a href="https://minify.biz/XQLuK" class="a-size-base a-link-normal a-color-secondary report-abuse-link a-text-normal">Live Chat Psg88</a>
  8137. </span>
  8138. </span>
  8139. </span>
  8140. </div>
  8141. </div>
  8142. </div>
  8143. </div>
  8144. </div>
  8145. </div>
  8146. </div>
  8147. </div>
  8148. </div>
  8149. </span>
  8150. <span class="cr-widget-DesktopGlobalReviews" data-hook="cr-widget-DesktopGlobalReviews"></span>
  8151. </div>
  8152. </div>
  8153. </div>
  8154. </div>
  8155. </div>
  8156. </div>
  8157. </div>
  8158. </div>
  8159. <div id="detail-page-cf-marker_feature_div" class="celwidget" data-feature-name="detail-page-cf-marker" data-csa-c-type="widget" data-csa-c-content-id="detail-page-cf-marker" data-csa-c-slot-id="detail-page-cf-marker_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8160. <script type="6215e0a667005d92ad47e400-text/javascript">
  8161. var isAUI = typeof P === 'object' && typeof P.when === 'function';
  8162. if (typeof setCSMReq == 'function') {
  8163. setCSMReq('cf');
  8164. } else {
  8165. if (typeof uet == 'function') {
  8166. uet('cf');
  8167. }
  8168. if (isAUI) {
  8169. P.trigger("cf");
  8170. } else {
  8171. amznJQ.completedStage('amznJQ.criticalFeature');
  8172. }
  8173. }
  8174. </script>
  8175. </div>
  8176. <div id="jquery-available_feature_div" class="celwidget" data-feature-name="jquery-available" data-csa-c-type="widget" data-csa-c-content-id="jquery-available" data-csa-c-slot-id="jquery-available_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8177. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/21q6fNgsQrL._RC|211TVD3Y9fL.js,11OyIHCq0lL.js_.js?AUIClients/HardlinesFeatureDetailPageMetaAsset" />
  8178. <script type="6215e0a667005d92ad47e400-text/javascript">
  8179. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('cf').execute(function () {
  8180. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21q6fNgsQrL._RC|211TVD3Y9fL.js,11OyIHCq0lL.js_.js?AUIClients/HardlinesFeatureDetailPageMetaAsset');
  8181. });
  8182. </script>
  8183. <script type="6215e0a667005d92ad47e400-text/javascript">
  8184. if (typeof P !== "undefined" && typeof P.when === "function") {
  8185. P.when('cf').execute(function () {
  8186. P.when('navbarJS-jQuery').execute(function () { });
  8187. P.when('finderFitsJS').execute(function () { });
  8188. P.when('twister').execute(function () { });
  8189. P.when('swfjs').execute(function () { });
  8190. P.when('search-js-jq').execute(function () { });
  8191. P.when('amazonShoveler').execute(function () { });
  8192. P.when('simsJS').execute(function () { });
  8193. P.when('cmuAnnotations').execute(function () { });
  8194. P.when('externalJS.tagging').execute(function () { });
  8195. P.when('amzn-ratings-bar').execute(function () { });
  8196. P.when('accessoriesJS').execute(function () { });
  8197. P.when('priceformatterJS').execute(function () { });
  8198. P.when('CustomerPopover').execute(function () { });
  8199. });
  8200. }
  8201. </script>
  8202. </div>
  8203. <div id="cloudfront-web-bug_feature_div" class="celwidget" data-feature-name="cloudfront-web-bug" data-csa-c-type="widget" data-csa-c-content-id="cloudfront-web-bug" data-csa-c-slot-id="cloudfront-web-bug_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8204. <script type="6215e0a667005d92ad47e400-text/javascript">
  8205. // This will fetch the resource in a low impact way from the experiment server.
  8206. // executeOnload will prevent fetching the resource until everything else on the page has loaded.
  8207. var cloudfrontImg = new Image();
  8208. var shouldExecuteOnload = ("1" == "1");
  8209. if (shouldExecuteOnload) {
  8210. if (window.addEventListener) {
  8211. window.addEventListener("load", function () {
  8212. setTimeout(function () { cloudfrontImg.src = "//cloudfront-labs.amazonaws.com/x.png"; }, 400);
  8213. }, false);
  8214. }
  8215. else
  8216. if (window.attachEvent) {
  8217. window.attachEvent("onload", function () {
  8218. setTimeout(function () { cloudfrontImg.src = "//cloudfront-labs.amazonaws.com/x.png"; }, 400);
  8219. });
  8220. }
  8221. }
  8222. else {
  8223. setTimeout(function () { cloudfrontImg.src = "//cloudfront-labs.amazonaws.com/x.png"; }, 400);
  8224. }
  8225. </script>
  8226. </div>
  8227. <div id="center-80_feature_div" class="celwidget" data-feature-name="center-80" data-csa-c-type="widget" data-csa-c-content-id="center-80" data-csa-c-slot-id="center-80_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8228. <div id="center-81_feature_div" class="celwidget" data-feature-name="center-81" data-csa-c-type="widget" data-csa-c-content-id="center-81" data-csa-c-slot-id="center-81_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8229. <div id="center-82_feature_div" class="celwidget" data-feature-name="center-82" data-csa-c-type="widget" data-csa-c-content-id="center-82" data-csa-c-slot-id="center-82_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8230. <div id="center-83_feature_div" class="celwidget" data-feature-name="center-83" data-csa-c-type="widget" data-csa-c-content-id="center-83" data-csa-c-slot-id="center-83_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8231. <div id="center-84_feature_div" class="celwidget" data-feature-name="center-84" data-csa-c-type="widget" data-csa-c-content-id="center-84" data-csa-c-slot-id="center-84_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8232. <div id="center-84_feature_div">
  8233. <div id="center-84_feature_div"></div>
  8234. </div>
  8235. </div>
  8236. <div id="center-85_feature_div" class="celwidget" data-feature-name="center-85" data-csa-c-type="widget" data-csa-c-content-id="center-85" data-csa-c-slot-id="center-85_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8237. <div id="center-85_feature_div">
  8238. <div id="center-85_feature_div"></div>
  8239. </div>
  8240. </div>
  8241. <div id="center-86_feature_div" class="celwidget" data-feature-name="center-86" data-csa-c-type="widget" data-csa-c-content-id="center-86" data-csa-c-slot-id="center-86_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8242. <div id="center-86_feature_div">
  8243. <div id="center-86_feature_div"></div>
  8244. </div>
  8245. </div>
  8246. <div id="center-87_feature_div" class="celwidget" data-feature-name="center-87" data-csa-c-type="widget" data-csa-c-content-id="center-87" data-csa-c-slot-id="center-87_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8247. <div id="center-87_feature_div">
  8248. <div id="center-87_feature_div"></div>
  8249. </div>
  8250. </div>
  8251. <div id="giveaway_feature_div" class="celwidget" data-feature-name="giveaway" data-csa-c-type="widget" data-csa-c-content-id="giveaway" data-csa-c-slot-id="giveaway_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8252. </div>
  8253. <div id="center-88_feature_div" class="celwidget" data-feature-name="center-88" data-csa-c-type="widget" data-csa-c-content-id="center-88" data-csa-c-slot-id="center-88_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8254. <div id="center-89_feature_div" class="celwidget" data-feature-name="center-89" data-csa-c-type="widget" data-csa-c-content-id="center-89" data-csa-c-slot-id="center-89_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8255. <div id="center-90_feature_div" class="celwidget" data-feature-name="center-90" data-csa-c-type="widget" data-csa-c-content-id="center-90" data-csa-c-slot-id="center-90_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8256. <div id="center-91_feature_div" class="celwidget" data-feature-name="center-91" data-csa-c-type="widget" data-csa-c-content-id="center-91" data-csa-c-slot-id="center-91_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8257. <div id="center-92_feature_div" class="celwidget" data-feature-name="center-92" data-csa-c-type="widget" data-csa-c-content-id="center-92" data-csa-c-slot-id="center-92_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8258. <div id="center-93_feature_div" class="celwidget" data-feature-name="center-93" data-csa-c-type="widget" data-csa-c-content-id="center-93" data-csa-c-slot-id="center-93_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8259. <div id="center-94_feature_div" class="celwidget" data-feature-name="center-94" data-csa-c-type="widget" data-csa-c-content-id="center-94" data-csa-c-slot-id="center-94_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8260. <div id="center-95_feature_div" class="celwidget" data-feature-name="center-95" data-csa-c-type="widget" data-csa-c-content-id="center-95" data-csa-c-slot-id="center-95_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8261. <div id="center-96_feature_div" class="celwidget" data-feature-name="center-96" data-csa-c-type="widget" data-csa-c-content-id="center-96" data-csa-c-slot-id="center-96_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8262. <div id="center-97_feature_div" class="celwidget" data-feature-name="center-97" data-csa-c-type="widget" data-csa-c-content-id="center-97" data-csa-c-slot-id="center-97_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8263. <div id="center-98_feature_div" class="celwidget" data-feature-name="center-98" data-csa-c-type="widget" data-csa-c-content-id="center-98" data-csa-c-slot-id="center-98_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8264. <div id="center-99_feature_div" class="celwidget" data-feature-name="center-99" data-csa-c-type="widget" data-csa-c-content-id="center-99" data-csa-c-slot-id="center-99_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8265. <div id="center-100_feature_div" class="celwidget" data-feature-name="center-100" data-csa-c-type="widget" data-csa-c-content-id="center-100" data-csa-c-slot-id="center-100_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8266. <div id="accessory-popover-1_feature_div" class="celwidget" data-feature-name="accessory-popover-1" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-1" data-csa-c-slot-id="accessory-popover-1_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8267. <div id="accessory-popover-2_feature_div" class="celwidget" data-feature-name="accessory-popover-2" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-2" data-csa-c-slot-id="accessory-popover-2_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8268. <div id="accessory-popover-3_feature_div" class="celwidget" data-feature-name="accessory-popover-3" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-3" data-csa-c-slot-id="accessory-popover-3_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8269. <div id="accessory-popover-4_feature_div" class="celwidget" data-feature-name="accessory-popover-4" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-4" data-csa-c-slot-id="accessory-popover-4_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8270. <div id="accessory-popover-5_feature_div" class="celwidget" data-feature-name="accessory-popover-5" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-5" data-csa-c-slot-id="accessory-popover-5_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8271. <div id="accessory-popover-6_feature_div" class="celwidget" data-feature-name="accessory-popover-6" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-6" data-csa-c-slot-id="accessory-popover-6_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8272. <div id="accessory-popover-7_feature_div" class="celwidget" data-feature-name="accessory-popover-7" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-7" data-csa-c-slot-id="accessory-popover-7_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8273. <div id="accessory-popover-8_feature_div" class="celwidget" data-feature-name="accessory-popover-8" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-8" data-csa-c-slot-id="accessory-popover-8_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8274. <div id="accessory-popover-9_feature_div" class="celwidget" data-feature-name="accessory-popover-9" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-9" data-csa-c-slot-id="accessory-popover-9_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8275. <div id="accessory-popover-10_feature_div" class="celwidget" data-feature-name="accessory-popover-10" data-csa-c-type="widget" data-csa-c-content-id="accessory-popover-10" data-csa-c-slot-id="accessory-popover-10_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8276. <div id="listmania-center_feature_div" class="celwidget" data-feature-name="listmania-center" data-csa-c-type="widget" data-csa-c-content-id="listmania-center" data-csa-c-slot-id="listmania-center_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8277. <div id="listmania-center_feature_div">
  8278. <div id="listmania-center_feature_div"></div>
  8279. </div>
  8280. </div>
  8281. <div id="sylt-center_feature_div" class="celwidget" data-feature-name="sylt-center" data-csa-c-type="widget" data-csa-c-content-id="sylt-center" data-csa-c-slot-id="sylt-center_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8282. <div id="sylt-center_feature_div">
  8283. <div id="sylt-center_feature_div">
  8284. </div>
  8285. </div>
  8286. </div>
  8287. <div id="detail-page-cf-marker_feature_div" class="celwidget" data-feature-name="detail-page-cf-marker" data-csa-c-type="widget" data-csa-c-content-id="detail-page-cf-marker" data-csa-c-slot-id="detail-page-cf-marker_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8288. <script type="6215e0a667005d92ad47e400-text/javascript">
  8289. var isAUI = typeof P === 'object' && typeof P.when === 'function';
  8290. if (typeof setCSMReq == 'function') {
  8291. setCSMReq('cf');
  8292. } else {
  8293. if (typeof uet == 'function') {
  8294. uet('cf');
  8295. }
  8296. if (isAUI) {
  8297. P.trigger("cf");
  8298. } else {
  8299. amznJQ.completedStage('amznJQ.criticalFeature');
  8300. }
  8301. }
  8302. </script>
  8303. </div>
  8304. <div id="page-refresh-js-initializer_feature_div" class="celwidget" data-feature-name="page-refresh-js-initializer" data-csa-c-type="widget" data-csa-c-content-id="page-refresh-js-initializer" data-csa-c-slot-id="page-refresh-js-initializer_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8305. <script type="6215e0a667005d92ad47e400-text/javascript">
  8306. P.when('atf').execute(function () {
  8307. P.now('usePageRefreshAsset').execute(function (dataObj) {
  8308. if (!dataObj) {
  8309. P.declare('usePageRefreshAsset', {});
  8310. }
  8311. });
  8312. });
  8313. </script>
  8314. <script language="JavaScript" type="6215e0a667005d92ad47e400-text/javascript">
  8315. P.register('page-refresh-js-init-mason-data', function () {
  8316. var dataToReturn = { "divToUpdateData": { "twister": { "devices-family-stripe": { "divToUpdate": "devices-family-stripe_feature_div" }, "btf-content-3-m": { "divToUpdate": "btf-content-3-m_feature_div" }, "center-37": { "divToUpdate": "center-37_feature_div" }, "btf-content-44-m": { "divToUpdate": "btf-content-44-m_feature_div" }, "center-14": { "divToUpdate": "center-14_feature_div" }, "center-37-3": { "divToUpdate": "center-37-3_feature_div" }, "btf-content-27": { "divToUpdate": "btf-content-27_feature_div" }, "center-92": { "divToUpdate": "center-92_feature_div" }, "center-27-0": { "divToUpdate": "center-27-0_feature_div" }, "device-dp-recommendations": { "divToUpdate": "device-dp-recommendations_feature_div" }, "btf-center-20": { "divToUpdate": "btf-center-20_feature_div" }, "center-21-2": { "divToUpdate": "center-21-2_feature_div" }, "btf-content-16-m": { "divToUpdate": "btf-content-16-m_feature_div" }, "btf-content-23": { "divToUpdate": "btf-content-23_feature_div" }, "ppi-subscription-recommendation": { "divToUpdate": "ppi-subscription-recommendation_feature_div" }, "center-17": { "divToUpdate": "center-17_feature_div" }, "btf-content-58": { "divToUpdate": "btf-content-58_feature_div" }, "btf-content-2": { "divToUpdate": "btf-content-2_feature_div" }, "center-26-3": { "divToUpdate": "center-26-3_feature_div" }, "btf-content-22-m": { "divToUpdate": "btf-content-22-m_feature_div" }, "btf-center-6": { "divToUpdate": "btf-center-6_feature_div" }, "center-29-3": { "divToUpdate": "center-29-3_feature_div" }, "center-20-0": { "divToUpdate": "center-20-0_feature_div" }, "center-13-1": { "divToUpdate": "center-13-1_feature_div" }, "dpx-legal": { "divToUpdate": "dpx-legal_feature_div" }, "ask-btf": { "divToUpdate": "ask-btf_feature_div" }, "btf-content-31-m": { "divToUpdate": "btf-content-31-m_feature_div" }, "btf-content-22": { "divToUpdate": "btf-content-22_feature_div" }, "btf-content-6-m": { "divToUpdate": "btf-content-6-m_feature_div" }, "center-39-2": { "divToUpdate": "center-39-2_feature_div" }, "center-31-2": { "divToUpdate": "center-31-2_feature_div" }, "btf-content-7": { "divToUpdate": "btf-content-7_feature_div" }, "center-25": { "divToUpdate": "center-25_feature_div" }, "center-26-2": { "divToUpdate": "center-26-2_feature_div" }, "center-20": { "divToUpdate": "center-20_feature_div" }, "center-28-3": { "divToUpdate": "center-28-3_feature_div" }, "btf-content-45": { "divToUpdate": "btf-content-45_feature_div" }, "center-17-2": { "divToUpdate": "center-17-2_feature_div" }, "center-24-3": { "divToUpdate": "center-24-3_feature_div" }, "center-18-3": { "divToUpdate": "center-18-3_feature_div" }, "btf-content-38": { "divToUpdate": "btf-content-38_feature_div" }, "btf-content-47": { "divToUpdate": "btf-content-47_feature_div" }, "center-35-3": { "divToUpdate": "center-35-3_feature_div" }, "center-29": { "divToUpdate": "center-29_feature_div" }, "btf-content-54-m": { "divToUpdate": "btf-content-54-m_feature_div" }, "btf-content-33": { "divToUpdate": "btf-content-33_feature_div" }, "accessory-popover-5": { "divToUpdate": "accessory-popover-5_feature_div" }, "btf-content-48-m": { "divToUpdate": "btf-content-48-m_feature_div" }, "btf-content-9-m": { "divToUpdate": "btf-content-9-m_feature_div" }, "ppi-smarthome-3": { "divToUpdate": "ppi-smarthome-3_feature_div" }, "center-27-2": { "divToUpdate": "center-27-2_feature_div" }, "btf-content-32": { "divToUpdate": "btf-content-32_feature_div" }, "btf-content-59-m": { "divToUpdate": "btf-content-59-m_feature_div" }, "btf-content-44": { "divToUpdate": "btf-content-44_feature_div" }, "btf-center-19": { "divToUpdate": "btf-center-19_feature_div" }, "btf-content-5-m": { "divToUpdate": "btf-content-5-m_feature_div" }, "center-41-2": { "divToUpdate": "center-41-2_feature_div" }, "center-22": { "divToUpdate": "center-22_feature_div" }, "center-40-3": { "divToUpdate": "center-40-3_feature_div" }, "btf-content-45-m": { "divToUpdate": "btf-content-45-m_feature_div" }, "dvd-rental-badge": { "divToUpdate": "dvd-rental-badge_feature_div" }, "btf-content-39-m": { "divToUpdate": "btf-content-39-m_feature_div" }, "btf-content-63-m": { "divToUpdate": "btf-content-63-m_feature_div" }, "btf-content-40": { "divToUpdate": "btf-content-40_feature_div" }, "andon-cord-pulling": { "divToUpdate": "andon-cord-pulling_feature_div" }, "center-40-0": { "divToUpdate": "center-40-0_feature_div" }, "btf-center-3": { "divToUpdate": "btf-center-3_feature_div" }, "center-43-0": { "divToUpdate": "center-43-0_feature_div" }, "center-19-0": { "divToUpdate": "center-19-0_feature_div" }, "center-32-2": { "divToUpdate": "center-32-2_feature_div" }, "center-90": { "divToUpdate": "center-90_feature_div" }, "center-24-1": { "divToUpdate": "center-24-1_feature_div" }, "btf-content-18": { "divToUpdate": "btf-content-18_feature_div" }, "btf-content-61-m": { "divToUpdate": "btf-content-61-m_feature_div" }, "center-85": { "divToUpdate": "center-85_feature_div" }, "center-30": { "divToUpdate": "center-30_feature_div" }, "center-16-0": { "divToUpdate": "center-16-0_feature_div" }, "btf-center-11": { "divToUpdate": "btf-center-11_feature_div" }, "center-36-0": { "divToUpdate": "center-36-0_feature_div" }, "ppi-subscription-activation": { "divToUpdate": "ppi-subscription-activation_feature_div" }, "btf-content-10-m": { "divToUpdate": "btf-content-10-m_feature_div" }, "center-89": { "divToUpdate": "center-89_feature_div" }, "center-22-3": { "divToUpdate": "center-22-3_feature_div" }, "accessory-popover-1": { "divToUpdate": "accessory-popover-1_feature_div" }, "btf-content-13": { "divToUpdate": "btf-content-13_feature_div" }, "btf-content-15-m": { "divToUpdate": "btf-content-15-m_feature_div" }, "center-33": { "divToUpdate": "center-33_feature_div" }, "center-42-0": { "divToUpdate": "center-42-0_feature_div" }, "btf-content-62-m": { "divToUpdate": "btf-content-62-m_feature_div" }, "btf-content-29": { "divToUpdate": "btf-content-29_feature_div" }, "btf-content-60": { "divToUpdate": "btf-content-60_feature_div" }, "twister-cf-marker": { "divToUpdate": "twister-cf-marker_feature_div" }, "btf-content-46-m": { "divToUpdate": "btf-content-46-m_feature_div" }, "center-27-1": { "divToUpdate": "center-27-1_feature_div" }, "btf-content-40-m": { "divToUpdate": "btf-content-40-m_feature_div" }, "btf-content-20-m": { "divToUpdate": "btf-content-20-m_feature_div" }, "btf-content-53-m": { "divToUpdate": "btf-content-53-m_feature_div" }, "center-36-2": { "divToUpdate": "center-36-2_feature_div" }, "center-21-3": { "divToUpdate": "center-21-3_feature_div" }, "btf-content-57-m": { "divToUpdate": "btf-content-57-m_feature_div" }, "btf-content-6": { "divToUpdate": "btf-content-6_feature_div" }, "btf-content-14": { "divToUpdate": "btf-content-14_feature_div" }, "btf-center-23": { "divToUpdate": "btf-center-23_feature_div" }, "center-39-0": { "divToUpdate": "center-39-0_feature_div" }, "center-22-2": { "divToUpdate": "center-22-2_feature_div" }, "center-36-1": { "divToUpdate": "center-36-1_feature_div" }, "center-34": { "divToUpdate": "center-34_feature_div" }, "ppi-owner-zone": { "divToUpdate": "ppi-owner-zone_feature_div" }, "btf-center-7": { "divToUpdate": "btf-center-7_feature_div" }, "accessory-popover-2": { "divToUpdate": "accessory-popover-2_feature_div" }, "btf-content-50-m": { "divToUpdate": "btf-content-50-m_feature_div" }, "btf-content-17-m": { "divToUpdate": "btf-content-17-m_feature_div" }, "center-31-1": { "divToUpdate": "center-31-1_feature_div" }, "btf-content-32-m": { "divToUpdate": "btf-content-32-m_feature_div" }, "center-37-2": { "divToUpdate": "center-37-2_feature_div" }, "center-19-3": { "divToUpdate": "center-19-3_feature_div" }, "center-31": { "divToUpdate": "center-31_feature_div" }, "btf-content-64-m": { "divToUpdate": "btf-content-64-m_feature_div" }, "center-19": { "divToUpdate": "center-19_feature_div" }, "ppi-smarthome-2": { "divToUpdate": "ppi-smarthome-2_feature_div" }, "listmania-center": { "divToUpdate": "listmania-center_feature_div" }, "center-30-0": { "divToUpdate": "center-30-0_feature_div" }, "btf-content-30-m": { "divToUpdate": "btf-content-30-m_feature_div" }, "btf-content-19-m": { "divToUpdate": "btf-content-19-m_feature_div" }, "btf-center-4": { "divToUpdate": "btf-center-4_feature_div" }, "center-34-1": { "divToUpdate": "center-34-1_feature_div" }, "btf-content-57": { "divToUpdate": "btf-content-57_feature_div" }, "btf-content-46": { "divToUpdate": "btf-content-46_feature_div" }, "btf-content-23-m": { "divToUpdate": "btf-content-23-m_feature_div" }, "qpe-title-tag": { "divToUpdate": "qpe-title-tag_feature_div" }, "hero-quick-promo-grid": { "divToUpdate": "hero-quick-promo-grid_feature_div" }, "btf-content-65-m": { "divToUpdate": "btf-content-65-m_feature_div" }, "twister-atf-marker": { "divToUpdate": "twister-atf-marker_feature_div" }, "btf-content-12-m": { "divToUpdate": "btf-content-12-m_feature_div" }, "btf-content-61": { "divToUpdate": "btf-content-61_feature_div" }, "center-29-2": { "divToUpdate": "center-29-2_feature_div" }, "center-38-2": { "divToUpdate": "center-38-2_feature_div" }, "center-15-0": { "divToUpdate": "center-15-0_feature_div" }, "center-21": { "divToUpdate": "center-21_feature_div" }, "dpx-climate-pledge-friendly-btf": { "divToUpdate": "dpx-climate-pledge-friendly-btf_feature_div" }, "center-17-0": { "divToUpdate": "center-17-0_feature_div" }, "ppi-sponsored-products": { "divToUpdate": "ppi-sponsored-products_feature_div" }, "center-23-1": { "divToUpdate": "center-23-1_feature_div" }, "center-28-2": { "divToUpdate": "center-28-2_feature_div" }, "dpx-image-block-variations": { "divToUpdate": "dpx-image-block-variations_feature_div" }, "center-25-0": { "divToUpdate": "center-25-0_feature_div" }, "btf-content-41": { "divToUpdate": "btf-content-41_feature_div" }, "btf-center-22": { "divToUpdate": "btf-center-22_feature_div" }, "center-17-3": { "divToUpdate": "center-17-3_feature_div" }, "center-41-3": { "divToUpdate": "center-41-3_feature_div" }, "center-33-1": { "divToUpdate": "center-33-1_feature_div" }, "btf-content-8-m": { "divToUpdate": "btf-content-8-m_feature_div" }, "center-40-2": { "divToUpdate": "center-40-2_feature_div" }, "btf-content-34": { "divToUpdate": "btf-content-34_feature_div" }, "btf-center-14": { "divToUpdate": "btf-center-14_feature_div" }, "center-19-2": { "divToUpdate": "center-19-2_feature_div" }, "dp-fast-track-logger": { "divToUpdate": "dp-fast-track-logger_feature_div" }, "center-18-0": { "divToUpdate": "center-18-0_feature_div" }, "btf-content-21": { "divToUpdate": "btf-content-21_feature_div" }, "center-25-1": { "divToUpdate": "center-25-1_feature_div" }, "center-88": { "divToUpdate": "center-88_feature_div" }, "center-39-3": { "divToUpdate": "center-39-3_feature_div" }, "center-41": { "divToUpdate": "center-41_feature_div" }, "btf-content-37-m": { "divToUpdate": "btf-content-37-m_feature_div" }, "btf-content-56": { "divToUpdate": "btf-content-56_feature_div" }, "btf-content-5": { "divToUpdate": "btf-content-5_feature_div" }, "center-20-1": { "divToUpdate": "center-20-1_feature_div" }, "center-43-1": { "divToUpdate": "center-43-1_feature_div" }, "center-24-2": { "divToUpdate": "center-24-2_feature_div" }, "btf-center-18": { "divToUpdate": "btf-center-18_feature_div" }, "btf-content-1": { "divToUpdate": "btf-content-1_feature_div" }, "btf-content-25": { "divToUpdate": "btf-content-25_feature_div" }, "btf-content-4-m": { "divToUpdate": "btf-content-4-m_feature_div" }, "btf-center-9": { "divToUpdate": "btf-center-9_feature_div" }, "accessory-popover-9": { "divToUpdate": "accessory-popover-9_feature_div" }, "center-21-0": { "divToUpdate": "center-21-0_feature_div" }, "center-32-1": { "divToUpdate": "center-32-1_feature_div" }, "btf-content-52": { "divToUpdate": "btf-content-52_feature_div" }, "center-93": { "divToUpdate": "center-93_feature_div" }, "btf-content-26-m": { "divToUpdate": "btf-content-26-m_feature_div" }, "btf-content-21-m": { "divToUpdate": "btf-content-21-m_feature_div" }, "center-80": { "divToUpdate": "center-80_feature_div" }, "twister-log-metrics": { "divToUpdate": "twister-log-metrics_feature_div" }, "btf-content-2-m": { "divToUpdate": "btf-content-2-m_feature_div" }, "center-33-0": { "divToUpdate": "center-33-0_feature_div" }, "center-30-3": { "divToUpdate": "center-30-3_feature_div" }, "center-99": { "divToUpdate": "center-99_feature_div" }, "btf-content-64": { "divToUpdate": "btf-content-64_feature_div" }, "center-42-3": { "divToUpdate": "center-42-3_feature_div" }, "btf-content-39": { "divToUpdate": "btf-content-39_feature_div" }, "center-26-1": { "divToUpdate": "center-26-1_feature_div" }, "center-28": { "divToUpdate": "center-28_feature_div" }, "btf-content-48": { "divToUpdate": "btf-content-48_feature_div" }, "center-13": { "divToUpdate": "center-13_feature_div" }, "btf-content-47-m": { "divToUpdate": "btf-content-47-m_feature_div" }, "center-84": { "divToUpdate": "center-84_feature_div" }, "center-37-0": { "divToUpdate": "center-37-0_feature_div" }, "center-24-0": { "divToUpdate": "center-24-0_feature_div" }, "center-100": { "divToUpdate": "center-100_feature_div" }, "btf-content-54": { "divToUpdate": "btf-content-54_feature_div" }, "btf-content-9": { "divToUpdate": "btf-content-9_feature_div" }, "dpx-ajax-block-components": { "divToUpdate": "dpx-ajax-block-components_feature_div" }, "center-31-0": { "divToUpdate": "center-31-0_feature_div" }, "center-23-2": { "divToUpdate": "center-23-2_feature_div" }, "center-20-2": { "divToUpdate": "center-20-2_feature_div" }, "btf-center-16": { "divToUpdate": "btf-center-16_feature_div" }, "center-35": { "divToUpdate": "center-35_feature_div" }, "center-43-2": { "divToUpdate": "center-43-2_feature_div" }, "btf-content-36-m": { "divToUpdate": "btf-content-36-m_feature_div" }, "btf-content-10": { "divToUpdate": "btf-content-10_feature_div" }, "btf-content-62": { "divToUpdate": "btf-content-62_feature_div" }, "btf-content-41-m": { "divToUpdate": "btf-content-41-m_feature_div" }, "btf-center-1": { "divToUpdate": "btf-center-1_feature_div" }, "btf-center-13": { "divToUpdate": "btf-center-13_feature_div" }, "center-41-0": { "divToUpdate": "center-41-0_feature_div" }, "btf-content-13-m": { "divToUpdate": "btf-content-13-m_feature_div" }, "ppi-justAskAlexa": { "divToUpdate": "ppi-justAskAlexa_feature_div" }, "center-28-0": { "divToUpdate": "center-28-0_feature_div" }, "btf-content-31": { "divToUpdate": "btf-content-31_feature_div" }, "center-29-1": { "divToUpdate": "center-29-1_feature_div" }, "btf-center-8": { "divToUpdate": "btf-center-8_feature_div" }, "btf-center-12": { "divToUpdate": "btf-center-12_feature_div" }, "ppi-smarthome-brands": { "divToUpdate": "ppi-smarthome-brands_feature_div" }, "center-87": { "divToUpdate": "center-87_feature_div" }, "btf-content-11-m": { "divToUpdate": "btf-content-11-m_feature_div" }, "btf-content-18-m": { "divToUpdate": "btf-content-18-m_feature_div" }, "center-35-2": { "divToUpdate": "center-35-2_feature_div" }, "ownerzone-footer": { "divToUpdate": "ownerzone-footer_feature_div" }, "btf-content-50": { "divToUpdate": "btf-content-50_feature_div" }, "accessory-popover-7": { "divToUpdate": "accessory-popover-7_feature_div" }, "mako-emergency-fix": { "divToUpdate": "mako-emergency-fix_feature_div" }, "btf-content-35": { "divToUpdate": "btf-content-35_feature_div" }, "accessory-popover-3": { "divToUpdate": "accessory-popover-3_feature_div" }, "btf-content-43": { "divToUpdate": "btf-content-43_feature_div" }, "center-38-1": { "divToUpdate": "center-38-1_feature_div" }, "center-33-2": { "divToUpdate": "center-33-2_feature_div" }, "btf-content-65": { "divToUpdate": "btf-content-65_feature_div" }, "center-13-0": { "divToUpdate": "center-13-0_feature_div" }, "btf-content-38-m": { "divToUpdate": "btf-content-38-m_feature_div" }, "center-39": { "divToUpdate": "center-39_feature_div" }, "btf-content-60-m": { "divToUpdate": "btf-content-60-m_feature_div" }, "center-96": { "divToUpdate": "center-96_feature_div" }, "btf-content-11": { "divToUpdate": "btf-content-11_feature_div" }, "center-14-0": { "divToUpdate": "center-14-0_feature_div" }, "btf-content-4": { "divToUpdate": "btf-content-4_feature_div" }, "center-83": { "divToUpdate": "center-83_feature_div" }, "center-16": { "divToUpdate": "center-16_feature_div" }, "btf-content-42": { "divToUpdate": "btf-content-42_feature_div" }, "ppi-smarthome-1": { "divToUpdate": "ppi-smarthome-1_feature_div" }, "center-36": { "divToUpdate": "center-36_feature_div" }, "center-42-2": { "divToUpdate": "center-42-2_feature_div" }, "center-40": { "divToUpdate": "center-40_feature_div" }, "btf-content-1-m": { "divToUpdate": "btf-content-1-m_feature_div" }, "center-12": { "divToUpdate": "center-12_feature_div" }, "btf-content-15": { "divToUpdate": "btf-content-15_feature_div" }, "center-21-1": { "divToUpdate": "center-21-1_feature_div" }, "btf-content-55": { "divToUpdate": "btf-content-55_feature_div" }, "center-12-0": { "divToUpdate": "center-12-0_feature_div" }, "center-37-1": { "divToUpdate": "center-37-1_feature_div" }, "center-94": { "divToUpdate": "center-94_feature_div" }, "center-18-1": { "divToUpdate": "center-18-1_feature_div" }, "btf-content-51": { "divToUpdate": "btf-content-51_feature_div" }, "dpx-giveaway": { "divToUpdate": "dpx-giveaway_feature_div" }, "btf-content-33-m": { "divToUpdate": "btf-content-33-m_feature_div" }, "center-24": { "divToUpdate": "center-24_feature_div" }, "center-34-2": { "divToUpdate": "center-34-2_feature_div" }, "center-30-2": { "divToUpdate": "center-30-2_feature_div" }, "center-22-1": { "divToUpdate": "center-22-1_feature_div" }, "btf-content-28-m": { "divToUpdate": "btf-content-28-m_feature_div" }, "dpx-btf-bundle": { "divToUpdate": "dpx-btf-bundle_feature_div" }, "center-25-2": { "divToUpdate": "center-25-2_feature_div" }, "btf-content-20": { "divToUpdate": "btf-content-20_feature_div" }, "center-43": { "divToUpdate": "center-43_feature_div" }, "accessory-popover-8": { "divToUpdate": "accessory-popover-8_feature_div" }, "center-27": { "divToUpdate": "center-27_feature_div" }, "btf-content-49": { "divToUpdate": "btf-content-49_feature_div" }, "btf-content-25-m": { "divToUpdate": "btf-content-25-m_feature_div" }, "center-38-0": { "divToUpdate": "center-38-0_feature_div" }, "sylt-center": { "divToUpdate": "sylt-center_feature_div" }, "btf-content-58-m": { "divToUpdate": "btf-content-58-m_feature_div" }, "btf-center-17": { "divToUpdate": "btf-center-17_feature_div" }, "btf-center-21": { "divToUpdate": "btf-center-21_feature_div" }, "btf-content-7-m": { "divToUpdate": "btf-content-7-m_feature_div" }, "center-12-1": { "divToUpdate": "center-12-1_feature_div" }, "btf-content-35-m": { "divToUpdate": "btf-content-35-m_feature_div" }, "btf-content-53": { "divToUpdate": "btf-content-53_feature_div" }, "center-22-0": { "divToUpdate": "center-22-0_feature_div" }, "btf-content-42-m": { "divToUpdate": "btf-content-42-m_feature_div" }, "center-95": { "divToUpdate": "center-95_feature_div" }, "center-43-3": { "divToUpdate": "center-43-3_feature_div" }, "center-26": { "divToUpdate": "center-26_feature_div" }, "center-31-3": { "divToUpdate": "center-31-3_feature_div" }, "center-35-1": { "divToUpdate": "center-35-1_feature_div" }, "btf-content-24": { "divToUpdate": "btf-content-24_feature_div" }, "center-42-1": { "divToUpdate": "center-42-1_feature_div" }, "center-27-3": { "divToUpdate": "center-27-3_feature_div" }, "center-41-1": { "divToUpdate": "center-41-1_feature_div" }, "accessory-popover-10": { "divToUpdate": "accessory-popover-10_feature_div" }, "btf-content-51-m": { "divToUpdate": "btf-content-51-m_feature_div" }, "center-81": { "divToUpdate": "center-81_feature_div" }, "btf-content-24-m": { "divToUpdate": "btf-content-24-m_feature_div" }, "center-39-1": { "divToUpdate": "center-39-1_feature_div" }, "center-19-1": { "divToUpdate": "center-19-1_feature_div" }, "btf-content-63": { "divToUpdate": "btf-content-63_feature_div" }, "center-23-3": { "divToUpdate": "center-23-3_feature_div" }, "center-18": { "divToUpdate": "center-18_feature_div" }, "center-40-1": { "divToUpdate": "center-40-1_feature_div" }, "center-25-3": { "divToUpdate": "center-25-3_feature_div" }, "btf-content-8": { "divToUpdate": "btf-content-8_feature_div" }, "center-32-0": { "divToUpdate": "center-32-0_feature_div" }, "center-16-1": { "divToUpdate": "center-16-1_feature_div" }, "btf-content-26": { "divToUpdate": "btf-content-26_feature_div" }, "btf-content-34-m": { "divToUpdate": "btf-content-34-m_feature_div" }, "btf-content-36": { "divToUpdate": "btf-content-36_feature_div" }, "center-32": { "divToUpdate": "center-32_feature_div" }, "btf-content-56-m": { "divToUpdate": "btf-content-56-m_feature_div" }, "center-35-0": { "divToUpdate": "center-35-0_feature_div" }, "btf-content-30": { "divToUpdate": "btf-content-30_feature_div" }, "btf-content-49-m": { "divToUpdate": "btf-content-49-m_feature_div" }, "center-98": { "divToUpdate": "center-98_feature_div" }, "center-38": { "divToUpdate": "center-38_feature_div" }, "btf-content-28": { "divToUpdate": "btf-content-28_feature_div" }, "btf-center-25": { "divToUpdate": "btf-center-25_feature_div" }, "center-26-0": { "divToUpdate": "center-26-0_feature_div" }, "accessory-popover-6": { "divToUpdate": "accessory-popover-6_feature_div" }, "center-20-3": { "divToUpdate": "center-20-3_feature_div" }, "btf-center-5": { "divToUpdate": "btf-center-5_feature_div" }, "btf-content-55-m": { "divToUpdate": "btf-content-55-m_feature_div" }, "btf-center-2": { "divToUpdate": "btf-center-2_feature_div" }, "btf-center-15": { "divToUpdate": "btf-center-15_feature_div" }, "ownerzone-header": { "divToUpdate": "ownerzone-header_feature_div" }, "center-23": { "divToUpdate": "center-23_feature_div" }, "center-15-1": { "divToUpdate": "center-15-1_feature_div" }, "ppi-smarthome-0": { "divToUpdate": "ppi-smarthome-0_feature_div" }, "center-18-2": { "divToUpdate": "center-18-2_feature_div" }, "btf-content-12": { "divToUpdate": "btf-content-12_feature_div" }, "center-32-3": { "divToUpdate": "center-32-3_feature_div" }, "btf-content-59": { "divToUpdate": "btf-content-59_feature_div" }, "center-33-3": { "divToUpdate": "center-33-3_feature_div" }, "btf-content-27-m": { "divToUpdate": "btf-content-27-m_feature_div" }, "center-28-1": { "divToUpdate": "center-28-1_feature_div" }, "center-36-3": { "divToUpdate": "center-36-3_feature_div" }, "btf-content-16": { "divToUpdate": "btf-content-16_feature_div" }, "btf-content-29-m": { "divToUpdate": "btf-content-29-m_feature_div" }, "btf-center-24": { "divToUpdate": "btf-center-24_feature_div" }, "center-91": { "divToUpdate": "center-91_feature_div" }, "center-38-3": { "divToUpdate": "center-38-3_feature_div" }, "accessory-popover-4": { "divToUpdate": "accessory-popover-4_feature_div" }, "center-17-1": { "divToUpdate": "center-17-1_feature_div" }, "center-15": { "divToUpdate": "center-15_feature_div" }, "center-29-0": { "divToUpdate": "center-29-0_feature_div" }, "btf-content-19": { "divToUpdate": "btf-content-19_feature_div" }, "center-86": { "divToUpdate": "center-86_feature_div" }, "btf-content-14-m": { "divToUpdate": "btf-content-14-m_feature_div" }, "center-97": { "divToUpdate": "center-97_feature_div" }, "btf-content-3": { "divToUpdate": "btf-content-3_feature_div" }, "btf-content-17": { "divToUpdate": "btf-content-17_feature_div" }, "center-82": { "divToUpdate": "center-82_feature_div" }, "btf-center-10": { "divToUpdate": "btf-center-10_feature_div" }, "center-34-3": { "divToUpdate": "center-34-3_feature_div" }, "center-30-1": { "divToUpdate": "center-30-1_feature_div" }, "btf-content-52-m": { "divToUpdate": "btf-content-52-m_feature_div" }, "btf-content-37": { "divToUpdate": "btf-content-37_feature_div" }, "center-14-1": { "divToUpdate": "center-14-1_feature_div" }, "product-alert-grid": { "divToUpdate": "product-alert-grid_feature_div" }, "btf-content-43-m": { "divToUpdate": "btf-content-43-m_feature_div" }, "center-23-0": { "divToUpdate": "center-23-0_feature_div" }, "center-42": { "divToUpdate": "center-42_feature_div" } }, "location": {}, "rentbuybox": {}, "quantity": {}, "newbuybox": {}, "sndboxbuybox": {}, "upsell": {} } }; //selectively not escaping this.
  8317. return dataToReturn;
  8318. });
  8319. </script>
  8320. <script type="a-state" data-a-state="{&quot;key&quot;:&quot;page-refresh-data-mason&quot;}">{"pageRefreshUrlParams":{"sid":"356-1077062-4831846","ptd":"DIGITAL_DEVICE_3","json":"1","dpxAjaxFlag":"1","sCac":"1","isUDPFlag":"1","twisterView":"glance","ee":"2","pgid":"amazon_home_display_on_website","rid":"90G9DFKSFRKCQZ4KHD88","parentAsin":"B0BF75VM4T","enPre":"1","dcm":"1","numericGLProductGroupID":"451","asinList":"B0DG4WZZPV","storeID":"amazon-home","auiAjax":"1"}}</script>
  8321. </div>
  8322. <div id="twister-js-initializer_feature_div" class="celwidget" data-feature-name="twister-js-initializer" data-csa-c-type="widget" data-csa-c-content-id="twister-js-initializer" data-csa-c-slot-id="twister-js-initializer_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8323. <div id="legal_feature_div" class="celwidget" data-feature-name="legal" data-csa-c-type="widget" data-csa-c-content-id="legal" data-csa-c-slot-id="legal_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8324. <div id="buffetServiceCard_feature_div" class="celwidget" data-feature-name="buffetServiceCard" data-csa-c-type="widget" data-csa-c-content-id="buffetServiceCard" data-csa-c-slot-id="buffetServiceCard_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8325. <div id="ajaxBlockComponents_feature_div" class="celwidget" data-feature-name="ajaxBlockComponents" data-csa-c-type="widget" data-csa-c-content-id="ajaxBlockComponents" data-csa-c-slot-id="ajaxBlockComponents_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false">
  8326. <script type="6215e0a667005d92ad47e400-text/javascript">
  8327. P.when('A').execute('triggerVideoAjax', function (A) {
  8328. var obj = A.$.parseJSON('{"dataInJson":null,"colorImages":{},"videos":[],"enableS2WithoutS1":false,"notShowVideoCount":false,"lazyLoadExperienceDisabled":true,"lazyLoadExperienceOnHoverDisabled":false,"refactorEnabled":false,"mainImageSizes":[["355","355"],["450","450"],["425","550"],["466","606"],["522","679"],["569","741"],["679","879"]],"colorImage":null}');
  8329. A.trigger('enableS2WithoutS1Ajax', obj.enableS2WithoutS1);
  8330. A.trigger('triggerVideoAjax', obj.videos);
  8331. A.trigger('notShowVideoCountAjax', obj.notShowVideoCount);
  8332. });
  8333. </script>
  8334. </div>
  8335. <div id="CN_footer_features" class="celwidget" data-feature-name="CN_footer_features" data-csa-c-type="widget" data-csa-c-content-id="CN_footer_features" data-csa-c-slot-id="CN_footer_features" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8336. <div id="storeDisclaimer_feature_div" class="celwidget" data-feature-name="storeDisclaimer" data-csa-c-type="widget" data-csa-c-content-id="storeDisclaimer" data-csa-c-slot-id="storeDisclaimer_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8337. <div id="CN_footer_features_2" class="celwidget" data-feature-name="CN_footer_features_2" data-csa-c-type="widget" data-csa-c-content-id="CN_footer_features_2" data-csa-c-slot-id="CN_footer_features_2" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8338. <div id="btfSubNavDesktop_feature_div" class="celwidget" data-feature-name="btfSubNavDesktop" data-csa-c-type="widget" data-csa-c-content-id="btfSubNavDesktop" data-csa-c-slot-id="btfSubNavDesktop_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8339. <div id="emit-js_feature_div" class="celwidget" data-feature-name="emit-js" data-csa-c-type="widget" data-csa-c-content-id="emit-js" data-csa-c-slot-id="emit-js_feature_div" data-csa-c-asin="" data-csa-c-is-in-initial-active-row="false"></div>
  8340. <div id="log-detail-page-metrics_feature_div" class="celwidget" data-feature-name="log-detail-page-metrics" data-csa-c-type="widget" data-csa-c-content-id="log-detail-page-metrics" data-csa-c-slot-id="log-detail-page-metrics_feature_div" data-csa-c-asin=""data-csa-c-is-in-initial-active-row="false"></div>
  8341. <script type="6215e0a667005d92ad47e400-text/javascript">
  8342. // Only execute if performance object is defined in JS
  8343. if (typeof performance != "undefined" && typeof performance.getEntries != "undefined") {
  8344. var metaAssetNames = [];
  8345. metaAssetNames.push("DetailPageMetaAssetFixed");
  8346. metaAssetNames.push("AXFClientPluginAsset");
  8347. metaAssetNames.push("DetailPageEverywhereMetaAsset");
  8348. metaAssetNames.push("DetailPagePriceTrackerAssets");
  8349. metaAssetNames.push("DetailPageProductSpecDepthAsset");
  8350. metaAssetNames.push("DetailPagePQVAssets");
  8351. metaAssetNames.push("DetailPageTwisterPlusSubAssets");
  8352. metaAssetNames.push("AmazonDevicesDetailPageCriticalAssets");
  8353. metaAssetNames.push("InstallmentPaymentDetailPageMetaAsset");
  8354. metaAssetNames.push("DetailPagePostPurchaseAssets");
  8355. metaAssetNames.push("DetailPageTurboCheckoutDesktopAssets");
  8356. metaAssetNames.push("DetailPageNostosAssets");
  8357. if (metaAssetNames.length > 0) {
  8358. for (assetIndex = 0; assetIndex < metaAssetNames.length; assetIndex++) {
  8359. var metaAssetName = metaAssetNames[assetIndex];
  8360. var re = new RegExp("\\.css\\?AUIClients/" + metaAssetName);
  8361. for (i = 0; i < performance.getEntries().length; i++) {
  8362. var dpEntry = performance.getEntries()[i];
  8363. var res = dpEntry.name.match(re);
  8364. if (res && dpEntry.initiatorType && dpEntry.initiatorType == "link") {
  8365. var dpmaDuration = dpEntry.duration;
  8366. ue.count(metaAssetName + ".duration", dpmaDuration);
  8367. if (dpmaDuration < 50) {
  8368. ue.tag(metaAssetName + "Cached");
  8369. } else {
  8370. ue.tag(metaAssetName + "NotCached");
  8371. }
  8372. ue.count(metaAssetName + ".startTime", dpEntry.startTime);
  8373. }
  8374. }
  8375. }
  8376. }
  8377. else {
  8378. ue.count("DPMANoMetaAsset", 1);
  8379. }
  8380. for (i = 0; i < performance.getEntries().length; i++) {
  8381. var name = performance.getEntries()[i].name;
  8382. var res = name.match(/\.css\?AUIClients\/AmazonUI/);
  8383. var initiatorType = performance.getEntries()[i].initiatorType;
  8384. if (res && initiatorType && initiatorType == "link") {
  8385. var duration = performance.getEntries()[i].duration;
  8386. ue.count("aui.duration", duration);
  8387. ue.count("aui.startTime", performance.getEntries()[i].startTime);
  8388. if (duration < 50) {
  8389. csmTag = "auiCached";
  8390. }
  8391. else {
  8392. csmTag = "auiNotCached";
  8393. }
  8394. if (window.ue && ue.tag) {
  8395. ue.tag(csmTag);
  8396. }
  8397. break;
  8398. }
  8399. }
  8400. }
  8401. </script>
  8402. <script type="6215e0a667005d92ad47e400-text/javascript">
  8403. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('A').execute(function (A) {
  8404. if (A.preload) {
  8405. A.preload('https://m.media-amazon.com/images/I/11zuylp74DL._RC|61xJcNKKLXL.js,11Y+5x+kkTL.js,51cR93oXsVL.js,11yKORv-GTL.js,11GgN1+C7hL.js,01+z+uIeJ-L.js,01VRMV3FBdL.js,21u+kGQyRqL.js,012FVc3131L.js,11aD5q6kNBL.js,11rRjDLdAVL.js,51LgVZTDoFL.js,11nAhXzgUmL.js,119kvzYmMJL.js,1110g-SvlBL.js,11npBNHo-jL.js,21eKR4hvwNL.js,0190vxtlzcL.js,51P8J4TsllL.js,01JYHc2oIlL.js,31nfKXylf6L.js,01ktRCtOqKL.js,01ASnt2lbqL.js,11bEz2VIYrL.js,31o2NGTXThL.js,01rpauTep4L.js,31lTOzOlAqL.js,01tvglXfQOL.js,11Rf82oewsL.js,014gnDeJDsL.js,01A2fK8tgRL.js_.js?AUIClients/AmazonUI');
  8406. A.preload('https://m.media-amazon.com/images/I/11EIQ5IGqaL._RC|01e5ncglxyL.css,01lF2n-pPaL.css,519YvOBDG8L.css,31uBZQYbDJL.css,11hEAfyy4tL.css,01qPl4hxayL.css,01pOTCa2wPL.css,413Vvv3GONL.css,11TIuySqr6L.css,01Rw4F+QU6L.css,11JJsNcqOIL.css,01J3raiFJrL.css,01IdKcBuAdL.css,01dRHIoUjnL.css,21lFcV0hmCL.css,01W0RNXC6mL.css,51nYRMITMLL.css,01XPHJk60-L.css,11wvSzGn6tL.css,01ANX9Vx1mL.css,01cvE3JoRWL.css,21qiQ1rOUAL.css,11wazUu-8nL.css,21RWaJb6t+L.css,11yLJpkAxFL.css,216LjtW6ADL.css,01CFUgsA-YL.css,313tC6rl1gL.css,116t+WD27UL.css,11yEzLYDg2L.css,113QjYEJj-L.css,11BdrZWOJpL.css,01r-hR9jMmL.css,01X+Gu6WK9L.css,21ZVss5T32L.css,114W6O7j2oL.css,01LzHhtXxxL.css,21zi3R-XjNL.css,115pt6oW+ZL.css,11hvENnYNUL.css,11Qek6G6pNL.css,01890+Vwk8L.css,01bDiPuBD6L.css,01cbS3UK11L.css,21F85am0yFL.css,016mfgi+D2L.css,01WslS8q5ML.css,21zhgeMzYSL.css,016Sx2kF1+L.css_.css?AUIClients/AmazonUI&Mae8yxFM#not-trident.940763-T1');
  8407. A.preload('https://m.media-amazon.com/images/I/01I3s4SlPiL._RC|21Awk0AtTML.js,211sUPEIzRL.js,11-asXJWfkL.js,01s80TZosWL.js,015gdESSAtL.js,01GJONmvbXL.js,017VcaK0ACL.js,01Gujc1zuyL.js,617GSrKlU5L.js,01EfL1GvN7L.js,01hcvL3758L.js_.js?AUIClients/DetailPageMetaAssetFixed&iODFtMTi#desktop.au.819223-T2');
  8408. A.preload('https://m.media-amazon.com/images/I/01Qew71Yx0L._RC|11eEUYY2YJL.css,01UqkjH7qOL.css,01NuAxux7eL.css,01bTUA+3s-L.css,019L5P4oPhL.css_.css?AUIClients/DetailPageMetaAssetFixed&w9HItqlK#desktop.au.564914-C.792614-C');
  8409. A.preload('https://m.media-amazon.com/images/I/31vB5DAPhsL.js?AUIClients/AmazonUICalendar');
  8410. A.preload('https://m.media-amazon.com/images/I/11%2BBsbU2mSL._RC|21ac9LlTPiL.css_.css?AUIClients/AmazonUICalendar#not-trident');
  8411. A.preload('https://m.media-amazon.com/images/I/01rg6Ce9FhL._RC|01EfL1GvN7L.js,01hcvL3758L.js,21JPvQvwWNL.js_.js?AUIClients/DetailPageEverywhereMetaAsset#desktop');
  8412. A.preload('https://m.media-amazon.com/images/I/01FZqefKpEL.css?AUIClients/DetailPageEverywhereMetaAsset');
  8413. A.preload('https://m.media-amazon.com/images/I/21J1hhP1B-L._RC|316nVZ1c+gL.js,31SdJaj48BL.js,01S4a+TTNzL.js,21cezxqCFCL.js,318rs4piGPL.js,01TQyo0bnIL.js,21otRNR-CUL.js,01jEqq6I0UL.js,013NxCyC-FL.js,61JVR3HQg9L.js,21Awk0AtTML.js,211sUPEIzRL.js,11-asXJWfkL.js,01s80TZosWL.js,015gdESSAtL.js,01GJONmvbXL.js,017VcaK0ACL.js,514Cltr0aKL.js,11p0nLfNCcL.js,01s9HEfbt3L.js,11CGomdzAuL.js,015TRQC5i+L.js,61uALA3NV5L.js,01L9nn2zMmL.js,6181fgtPhlL.js,01pqohuf3qL.js,01c9e82cOLL.js,21kLNnswYkL.js,413fAUrzdFL.js,51L2MB-rgtL.js,31Jh0Dg4diL.js,51Cp9DuZSoL.js,31vI2qZfDdL.js,11LSI8IU0NL.js,11K5qCK19CL.js,21gSOcPzXNL.js,61LeY14vUoL.js,21eqxbXzvyL.js,21kn81I80-L.js,01EfL1GvN7L.js,01hcvL3758L.js,01Z3OBC-FbL.js,21uyGp88snL.js,21m+1oRN24L.js_.js?AUIClients/HardlinesDetailPageMetaAssetFixed&morGv3Ni#desktop.au.819223-T2.1001679-T1.979843-C.1036961-T1.1035932-T1.1006812-T1.790980-C.195406-T1.755654-T1.682739-T1.551362-T1.551170-T2.819051-T1.762074-T1.1032661-T1');
  8414. A.preload('https://m.media-amazon.com/images/I/51e%2Blg8bllL._RC|11bRdV2t20L.css,518KmQy9QVL.css,01ZpHhtNc4L.css,21TugutLpHL.css,01Y+rQYR1fL.css,0121zKjk26L.css,31wJJNCoGkL.css,11xRy3bSkOL.css,21sMn3zVEmL.css,41vOQb1k0LL.css,11eEUYY2YJL.css,01UqkjH7qOL.css,01NuAxux7eL.css,31DVygeZycL.css,31TJtSmBkXL.css,11X8K4AolpL.css,21PjfsP9YvL.css,21W5fiSj06L.css,21AcZ0BarRL.css,11tXw5UsxML.css,31cE7qTuwaL.css,019FsjFtXXL.css,01vuFvYd+pL.css,21wJ9sXr8kL.css,21RZgaOpsqL.css,01LNhrqAZmL.css,11mqgJVSK9L.css,01P0iSwDaIL.css,01Ie8mDBSFL.css,01pi1oDEPFL.css,11wQIGy3uGL.css,311nNbUtvUL.css,01jl+PNk5sL.css,11mgAfMzmHL.css_.css?AUIClients/HardlinesDetailPageMetaAssetFixed&ITTVDORw#desktop.language-en.au.564914-C.1001679-T1.284294-C.755654-T1.129737-C.835930-T3.835929-T1.682739-T1.94145-T1.421521-T1.610492-T1.941471-T1.792614-C');
  8415. A.preload('https://m.media-amazon.com/images/I/11e6YKvz8HL._RC|61dvI6FY6DL.js,51ZC-YOwyHL.js,11QPSzcZzFL.js,21Tlkr4uAnL.js,31e-8pJy4aL.js,01c9e82cOLL.js,01EfL1GvN7L.js,01hcvL3758L.js_.js?AUIClients/DetailPageDesktopImageBlockMetaAsset&xcZvtG8l#desktop.1015328-T2.974257-T1.987339-T1.1016016-T1.790980-C.1040299-T1.342971-T1.585425-T1');
  8416. A.preload('https://m.media-amazon.com/images/I/016esLn3t8L._RC|111DfP5LzLL.css,11Q2UEVwwYL.css_.css?AUIClients/DetailPageDesktopImageBlockMetaAsset&XsCkSwQ+#1015328-T2.953587-T1');
  8417. A.preload('https://m.media-amazon.com/images/I/31EFtqFUPbL._RC|21YblE14ZTL.js,01+oIQ0jY7L.js,11a+lhxkUrL.js,31Woe0xBtCL.js,31RdjkYMc0L.js,01g2etah0NL.js,21KBCItCElL.js,21w+41KyyFL.js,31oAl8dJC2L.js,41TVCJWzmfL.js,41q36Jp+JRL.js,01xGyUiM+9L.js,41uokUsXQdL.js,312+Y3195kL.js,41jw+MLBYxL.js,51Dk5hfW7hL.js,4123BTTtUrL.js,11LSI8IU0NL.js,413fAUrzdFL.js,111zW1Nhl9L.js,21nBcYFuyhL.js,01OtvpwikQL.js,41aT8jJQVvL.js,61KuzBlqVrL.js,21v7Os12mhL.js,21F+2VGtGTL.js,11PUEGgF9FL.js,31UaW8zx0bL.js,01lcH4zcTaL.js,013eoEBTVUL.js,016QFWAAdML.js,61LeY14vUoL.js,61fc2pZo-cL.js,51C7pxaRBkL.js,51+RQAfanbL.js,01pEpg0ouXL.js,21rCp4n3EgL.js,61uALA3NV5L.js,01L9nn2zMmL.js,11DbyV7EqEL.js,015o6sfRHyL.js,014kCoIHgIL.js,019W6kk1gjL.js,31DwCDV0WwL.js,413ORk1fNJL.js,51L2MB-rgtL.js,31Jh0Dg4diL.js,51Cp9DuZSoL.js,01mjV3L7d0L.js,01cyf4FMJWL.js,61GYq6xQlWL.js,41mexBCNCmL.js,210qgen2dJL.js,01c9e82cOLL.js,01WQALympXL.js,21OE0Cpw7-L.js,41kJwg9GluL.js,11uacn9D5ZL.js,41Debmz01QL.js,01YJaiySPtL.js,01GCLtg-iyL.js,31YT4iYOlWL.js,31236-TZUgL.js,31CoszE6RRL.js,41878Hwie5L.js,41URVeWP1BL.js,0126YIoj+oL.js,11K5qCK19CL.js,01LBPfQ0IdL.js,013YkX6C2QL.js,21IQl4blS4L.js,01HPCJZdF6L.js,31jdfgcsPAL.js,31kjc9S7VkL.js,019MkidFEWL.js,01T2iqPIK-L.js,01lb9cuSpfL.js,21SWk05+6qL.js,11sjHLvE-aL.js,21eqxbXzvyL.js,21kn81I80-L.js,01EfL1GvN7L.js,01hcvL3758L.js,01sWkjQEFNL.js,21uyGp88snL.js,21m+1oRN24L.js,01uyz9BO3mL.js,01o4XBrre-L.js,010ghrVeGXL.js,01UGySNmsCL.js,010-kx8pFzL.js,01PG4SvsQ8L.js,01ikzOA7NuL.js,31pApnBGYrL.js,01j2lSa3E+L.js,01Vh-RQZAKL.js,61tO7g6w7GL.js,21Ct71OiKjL.js,21bGTSoJQRL.js_.js?AUIClients/HardlinesDetailPageMetaAssetVariable_TURBO_DESKTOP_BUYX_DP_RPCX_TPLUS_SUBASSETING_897079&2k1lOsh4#desktop.au.792084-C.1077871-T1.729113-T1.1005989-T1.1001679-T1.979843-C.1036961-T1.1035932-T1.1006812-T1.533504-T1.651909-T1.1028468-T1.790980-C.188581-T1.368370-C.1025785-T1.1041430-T1.972327-T1.640514-T1.679600-T2.680355-T1.628223-T1.682739-T1.551362-T1.551170-T2.819051-T1.762074-T1.1030915-T1.958666-T1.958825-T1.943986-T1.184219-T1.447372-T1.109378-T1.1072254-T1.1032661-T1');
  8418. A.preload('https://m.media-amazon.com/images/I/21UZhQX3Y2L._RC|31TcFnRur-L.css,11-cL60xzwL.css,01f45Q7Pl8L.css,01KvCqKMBgL.css,11fgqh6KBgL.css,51l1evL20eL.css,01sd0YVrBlL.css,01ctKio6TqL.css,21ix86FkfXL.css,21Oc5IYIz8L.css,21HpY-6TKaL.css,41KQpcRKbaL.css,01Ie8mDBSFL.css,21wJ9sXr8kL.css,11kmwdXfY5L.css,01NW8VTUeVL.css,31EZ-WcK1PL.css,011uHgmxBfL.css,41ZLKK+TfUL.css,31Xq0DzIe3L.css,114HJAY+ShL.css,01wkbZw3FtL.css,21bT8BmCRSL.css,311nNbUtvUL.css,41qRC-gouAL.css,51B1r-7AweL.css,71vkbpX3TFL.css,01WdJkFf2xL.css,21AcZ0BarRL.css,11tXw5UsxML.css,11ikU6MX1JL.css,21FyYnb2G7L.css,01ZcdNKBOIL.css,014odsh6+QL.css,21RZgaOpsqL.css,01LNhrqAZmL.css,11mqgJVSK9L.css,31YRQb-ZBTL.css,11zSkLx7WwL.css,31TOpn8AorL.css,01adN84djtL.css,01+KRP2j52L.css,01muB6xKhLL.css,013Su4ILzBL.css,010kW5Xhu3L.css,01pi1oDEPFL.css,01FL7JU2DtL.css,21GVjoDBdZL.css,01jl+PNk5sL.css,11mgAfMzmHL.css,01goIIPoVxL.css_.css?AUIClients/HardlinesDetailPageMetaAssetVariable_TURBO_DESKTOP_BUYX_DP_RPCX_TPLUS_SUBASSETING_897079&K/Hj78Ta#desktop.113788-C.1001679-T1.651909-T1.673252-C.188581-T1.1025785-T1.972326-T1.956125-T1.956121-T2.682739-T1.859053-T1.859048-T1');
  8419. A.preload('https://m.media-amazon.com/images/I/51Fu2vYzlJL._RC|61uALA3NV5L.js,01L9nn2zMmL.js,01EfL1GvN7L.js,01hcvL3758L.js_.js?AUIClients/DetailPageDesktopConfiguratorMetaAsset&hZIkuCrB#desktop.384314-T1');
  8420. A.preload('https://m.media-amazon.com/images/I/41GR4r13VlL._RC|21AcZ0BarRL.css,11tXw5UsxML.css_.css?AUIClients/DetailPageDesktopConfiguratorMetaAsset');
  8421. A.preload('https://m.media-amazon.com/images/I/51AjX08cr2L._RC|31yP6n5A+XL.js,31gVA5+cVBL.js,712ce1xhKRL.js,31qx-Gr7LfL.js,61uALA3NV5L.js,01L9nn2zMmL.js,01EfL1GvN7L.js,01hcvL3758L.js_.js?AUIClients/DetailPageNewDesktopTwisterMetaAsset&zVmUmgdR#desktop.742915-T1.1025165-T1.949872-T1.1080388-T1.976626-T1.354354-T1.384314-T1.565192-T1');
  8422. A.preload('https://m.media-amazon.com/images/I/31xio9NvR3L._RC|01r8lpNJhRL.css,012Fi5I-rKL.css,21AcZ0BarRL.css,11tXw5UsxML.css_.css?AUIClients/DetailPageNewDesktopTwisterMetaAsset&kfeUK+HP#desktop.1042911-T1.976626-T1');
  8423. A.preload('https://m.media-amazon.com/images/I/11XQDILn5QL._RC|31EFtqFUPbL.js,21YblE14ZTL.js,01+oIQ0jY7L.js,11a+lhxkUrL.js,31Woe0xBtCL.js,31RdjkYMc0L.js,01g2etah0NL.js,21KBCItCElL.js,21w+41KyyFL.js,31oAl8dJC2L.js,41TVCJWzmfL.js,41q36Jp+JRL.js,31SdJaj48BL.js,41e6i3fL7yL.js,316nVZ1c+gL.js,11FRPBZUGyL.js,01S4a+TTNzL.js,312+Y3195kL.js,41jw+MLBYxL.js,01TQyo0bnIL.js,21otRNR-CUL.js,51Dk5hfW7hL.js,01xGyUiM+9L.js,41uokUsXQdL.js,21Awk0AtTML.js,211sUPEIzRL.js,11-asXJWfkL.js,01s80TZosWL.js,015gdESSAtL.js,01GJONmvbXL.js,017VcaK0ACL.js,01HmcbFsnFL.js,111zW1Nhl9L.js,11DGcrZsUwL.js,01OtvpwikQL.js,41aT8jJQVvL.js,11PUEGgF9FL.js,01hIJ77ksGL.js,21E2zdI0rTL.js,61+HW0qmAXL.js,013eoEBTVUL.js,016QFWAAdML.js,61uALA3NV5L.js,01L9nn2zMmL.js,019W6kk1gjL.js,01lcH4zcTaL.js,31DwCDV0WwL.js,413ORk1fNJL.js,51L2MB-rgtL.js,31Jh0Dg4diL.js,51Cp9DuZSoL.js,01mjV3L7d0L.js,01cyf4FMJWL.js,61GYq6xQlWL.js,413fAUrzdFL.js,01c9e82cOLL.js,21OE0Cpw7-L.js,21J1hhP1B-L.js,01YJaiySPtL.js,21kLNnswYkL.js,31vI2qZfDdL.js,11LSI8IU0NL.js,01GCLtg-iyL.js,31YT4iYOlWL.js,31236-TZUgL.js,31CoszE6RRL.js,41878Hwie5L.js,41URVeWP1BL.js,0126YIoj+oL.js,11K5qCK19CL.js,21IQl4blS4L.js,01HPCJZdF6L.js,51C7pxaRBkL.js,51+RQAfanbL.js,01pEpg0ouXL.js,31jdfgcsPAL.js,31kjc9S7VkL.js,019MkidFEWL.js,21eqxbXzvyL.js,21kn81I80-L.js,01I3I7dzTsL.js,01EfL1GvN7L.js,01hcvL3758L.js,01sWkjQEFNL.js,01Z3OBC-FbL.js,01lb9cuSpfL.js,21uyGp88snL.js,21m+1oRN24L.js_.js?AUIClients/SoftlinesDetailPageMetaAsset_TURBO_DESKTOP_BUYX_DP_RPCX_TPLUS_SUBASSETING_897079&aVW2gDEB#desktop.au.819223-T2.792084-C.1005989-T1.1001679-T1.979843-C.1036961-T1.1035932-T1.1006812-T1.533504-T1.651909-T1.1028468-T1.964607-T1.790980-C.195406-T1.368370-C.882977-T1.972327-T1.640514-T1.679600-T2.682739-T1.551362-T1.551170-T2.819051-T1.762074-T1.1032661-T1');
  8424. A.preload('https://m.media-amazon.com/images/I/01uyz9BO3mL._RC|01o4XBrre-L.js,010ghrVeGXL.js,01UGySNmsCL.js,010-kx8pFzL.js,01PG4SvsQ8L.js,01ikzOA7NuL.js,31pApnBGYrL.js,01j2lSa3E+L.js,01Vh-RQZAKL.js,61tO7g6w7GL.js,21Ct71OiKjL.js,21bGTSoJQRL.js_.js?AUIClients/SoftlinesDetailPageMetaAsset_TURBO_DESKTOP_BUYX_DP_RPCX_TPLUS_SUBASSETING_897079&n2GxvjPH#desktop.680355-T1.628223-T1.1030915-T1.958666-T1.958825-T1.943986-T1.184219-T1.447372-T1');
  8425. A.preload('https://m.media-amazon.com/images/I/51e%2Blg8bllL._RC|11bRdV2t20L.css,41j52RQ1GmL.css,21UZhQX3Y2L.css,31TcFnRur-L.css,11-cL60xzwL.css,01f45Q7Pl8L.css,01KvCqKMBgL.css,11fgqh6KBgL.css,51l1evL20eL.css,01Y+rQYR1fL.css,21RGmbkVgFL.css,21TugutLpHL.css,013PQoQBxwL.css,0121zKjk26L.css,01d6NGlDXwL.css,21ix86FkfXL.css,21Oc5IYIz8L.css,21sMn3zVEmL.css,21HpY-6TKaL.css,01sd0YVrBlL.css,01ctKio6TqL.css,11eEUYY2YJL.css,01UqkjH7qOL.css,01NuAxux7eL.css,01QLwk8mu6L.css,11kmwdXfY5L.css,018mGORJ7tL.css,01NW8VTUeVL.css,31EZ-WcK1PL.css,011uHgmxBfL.css,114HJAY+ShL.css,01IWLLAAyHL.css,31muBBBfzLL.css,21bT8BmCRSL.css,21AcZ0BarRL.css,11tXw5UsxML.css,01wkbZw3FtL.css,014odsh6+QL.css,21RZgaOpsqL.css,01LNhrqAZmL.css,11mqgJVSK9L.css,31YRQb-ZBTL.css,21wJ9sXr8kL.css,01ZpHhtNc4L.css,01vuFvYd+pL.css,01P0iSwDaIL.css,01Ie8mDBSFL.css,01muB6xKhLL.css,013Su4ILzBL.css,010kW5Xhu3L.css,01pi1oDEPFL.css,51B1r-7AweL.css,71vkbpX3TFL.css,01jl+PNk5sL.css,11mgAfMzmHL.css,01goIIPoVxL.css_.css?AUIClients/SoftlinesDetailPageMetaAsset_TURBO_DESKTOP_BUYX_DP_RPCX_TPLUS_SUBASSETING_897079&MycUw8YH#desktop.language-en.au.564914-C.113788-C.1001679-T1.651909-T1.972326-T1.956125-T1.956121-T2.835930-T3.835929-T1.682739-T1.94145-T1.610492-T1.941471-T1.792614-C');
  8426. A.preload('https://m.media-amazon.com/images/I/51C7pxaRBkL._RC|51+RQAfanbL.js,01pEpg0ouXL.js_.js?AUIClients/DetailPageMiraiAssets');
  8427. A.preload('https://m.media-amazon.com/images/I/51B1r-7AweL._RC|71vkbpX3TFL.css_.css?AUIClients/DetailPageMiraiAssets&xQ1DfDvs#956125-T1.956121-T2');
  8428. A.preload('https://m.media-amazon.com/images/I/21rCp4n3EgL.js?AUIClients/DetailPageValuePickDesktopAssets&4pIshe2F#1077871-T1.729113-T1');
  8429. A.preload('https://m.media-amazon.com/images/I/01WdJkFf2xL.css?AUIClients/DetailPageValuePickDesktopAssets');
  8430. A.preload('https://m.media-amazon.com/images/I/11a%2BlhxkUrL._RC|31Woe0xBtCL.js,31RdjkYMc0L.js,01g2etah0NL.js,21KBCItCElL.js,21w+41KyyFL.js,31oAl8dJC2L.js,41TVCJWzmfL.js,41q36Jp+JRL.js,01NBuHsGkGL.js,31SNSZ8d9HL.js,01TQyo0bnIL.js,21otRNR-CUL.js,51Dk5hfW7hL.js,01xGyUiM+9L.js,41uokUsXQdL.js,21Awk0AtTML.js,211sUPEIzRL.js,11-asXJWfkL.js,01s80TZosWL.js,015gdESSAtL.js,01GJONmvbXL.js,017VcaK0ACL.js,111zW1Nhl9L.js,01OtvpwikQL.js,41aT8jJQVvL.js,11LSI8IU0NL.js,413fAUrzdFL.js,11p0nLfNCcL.js,11CGomdzAuL.js,11PUEGgF9FL.js,31EFtqFUPbL.js,21YblE14ZTL.js,01+oIQ0jY7L.js,61+HW0qmAXL.js,013eoEBTVUL.js,016QFWAAdML.js,61uALA3NV5L.js,01L9nn2zMmL.js,019W6kk1gjL.js,31DwCDV0WwL.js,413ORk1fNJL.js,51L2MB-rgtL.js,31Jh0Dg4diL.js,51Cp9DuZSoL.js,01mjV3L7d0L.js,01cyf4FMJWL.js,61GYq6xQlWL.js,01c9e82cOLL.js,21OE0Cpw7-L.js,21kLNnswYkL.js,31vI2qZfDdL.js,01GCLtg-iyL.js,31YT4iYOlWL.js,31236-TZUgL.js,31CoszE6RRL.js,41878Hwie5L.js,41URVeWP1BL.js,0126YIoj+oL.js,11K5qCK19CL.js,21IQl4blS4L.js,01HPCJZdF6L.js,51C7pxaRBkL.js,51+RQAfanbL.js,01pEpg0ouXL.js,31jdfgcsPAL.js,31kjc9S7VkL.js,019MkidFEWL.js,21eqxbXzvyL.js,21kn81I80-L.js,01EfL1GvN7L.js,01hcvL3758L.js,21uyGp88snL.js,21m+1oRN24L.js,01uyz9BO3mL.js,01o4XBrre-L.js,010ghrVeGXL.js,01UGySNmsCL.js,010-kx8pFzL.js,01PG4SvsQ8L.js,01ikzOA7NuL.js,31pApnBGYrL.js,01j2lSa3E+L.js,01Vh-RQZAKL.js,61tO7g6w7GL.js,21Ct71OiKjL.js,21bGTSoJQRL.js_.js?AUIClients/MediaDetailPageMetaAsset_TURBO_DESKTOP_SWFOBJECT_REMOVAL_BUYX_DP_RPCX_TPLUS_SUBASSETING_897079&hsEiIIm6#desktop.au.819223-T2.792084-C.977084-T1.1005989-T1.1001679-T1.979843-C.1036961-T1.1035932-T1.1006812-T1.651909-T1.1028468-T1.964607-T1.790980-C.195406-T1.368370-C.972327-T1.640514-T1.679600-T2.680355-T1.628223-T1.682739-T1.551362-T1.551170-T2.819051-T1.762074-T1.1030915-T1.958666-T1.958825-T1.943986-T1.184219-T1.447372-T1.1032661-T1');
  8431. A.preload('https://m.media-amazon.com/images/I/51e%2Blg8bllL._RC|41CbB++ZuuL.css,31TcFnRur-L.css,11-cL60xzwL.css,01f45Q7Pl8L.css,01KvCqKMBgL.css,11fgqh6KBgL.css,51l1evL20eL.css,31ViY6ArFBL.css,21Q8s4XG+xL.css,21sMn3zVEmL.css,21HpY-6TKaL.css,01sd0YVrBlL.css,01ctKio6TqL.css,11eEUYY2YJL.css,01UqkjH7qOL.css,01NuAxux7eL.css,11kmwdXfY5L.css,01NW8VTUeVL.css,31EZ-WcK1PL.css,011uHgmxBfL.css,01Ie8mDBSFL.css,21wJ9sXr8kL.css,31TJtSmBkXL.css,21PjfsP9YvL.css,114HJAY+ShL.css,21UZhQX3Y2L.css,31muBBBfzLL.css,21bT8BmCRSL.css,21AcZ0BarRL.css,11tXw5UsxML.css,014odsh6+QL.css,21RZgaOpsqL.css,01LNhrqAZmL.css,11mqgJVSK9L.css,31YRQb-ZBTL.css,01vuFvYd+pL.css,01P0iSwDaIL.css,01muB6xKhLL.css,013Su4ILzBL.css,010kW5Xhu3L.css,01pi1oDEPFL.css,51B1r-7AweL.css,71vkbpX3TFL.css,01jl+PNk5sL.css,11mgAfMzmHL.css,01goIIPoVxL.css_.css?AUIClients/MediaDetailPageMetaAsset_TURBO_DESKTOP_SWFOBJECT_REMOVAL_BUYX_DP_RPCX_TPLUS_SUBASSETING_897079&HbkAYv6B#desktop.au.564914-C.113788-C.977084-T1.1001679-T1.651909-T1.972326-T1.956125-T1.956121-T2.835930-T3.835929-T1.682739-T1.94145-T1.792614-C');
  8432. A.preload('https://m.media-amazon.com/images/I/11obTMtbIdL.js?AUIClients/MorpheusPopularityRankSidesheetAssets');
  8433. A.preload('https://m.media-amazon.com/images/I/01VgaL6UIvL.css?AUIClients/MorpheusPopularityRankSidesheetAssets');
  8434. A.preload('https://m.media-amazon.com/images/I/21T5HeBxb2L.js?AUIClients/AXFClientPluginAsset');
  8435. A.preload('https://m.media-amazon.com/images/I/71PGeFSJQRL.js?AUIClients/DetailPagePriceTrackerAssets#desktop');
  8436. A.preload('https://m.media-amazon.com/images/I/11s24T9CZ0L.css?AUIClients/DetailPagePriceTrackerAssets');
  8437. A.preload('https://m.media-amazon.com/images/I/31FE2k3SYqL.js?AUIClients/DetailPageOffersDebugAssets');
  8438. A.preload('https://m.media-amazon.com/images/I/01wwZTjeU%2BL.css?AUIClients/DetailPageOffersDebugAssets');
  8439. A.preload('https://m.media-amazon.com/images/I/51S5AyTWYbL._RC|01gKh-6uxaL.js_.js?AUIClients/InContextDetailPageAssets');
  8440. A.preload('https://m.media-amazon.com/images/I/11CKXHwFQgL.css?AUIClients/InContextDetailPageAssets');
  8441. A.preload('https://m.media-amazon.com/images/I/21SWk05%2B6qL.js?AUIClients/DetailPageProductSpecDepthAsset&m52tM9b7#1025785-T1.1041430-T1');
  8442. A.preload('https://m.media-amazon.com/images/I/01FL7JU2DtL.css?AUIClients/DetailPageProductSpecDepthAsset&6MjQ7uH9#1025785-T1');
  8443. A.preload('https://m.media-amazon.com/images/I/31g9ZHgCEBL.js?AUIClients/DetailPagePQVAssets&XoCM3fgj#1053376-T1');
  8444. A.preload('https://m.media-amazon.com/images/I/01OMFSv8nnL.css?AUIClients/DetailPagePQVAssets&XoCM3fgj#not-trident.1053376-T1');
  8445. A.preload('https://m.media-amazon.com/images/I/61Zv28mcCIL.js?AUIClients/DetailPageAllOffersDisplayAssets&P3Wo0o2z#language-en.403176-C');
  8446. A.preload('https://m.media-amazon.com/images/I/31fNEss5igL.css?AUIClients/DetailPageAllOffersDisplayAssets');
  8447. A.preload('https://m.media-amazon.com/images/I/91N9kPxZ4QL.js?AUIClients/GestaltDetailPageDesktopMetaAsset');
  8448. A.preload('https://m.media-amazon.com/images/I/61%2BHW0qmAXL.js?AUIClients/DetailPageSnSAssets&vjk3Xaf2#964607-T1');
  8449. A.preload('https://m.media-amazon.com/images/I/31muBBBfzLL.css?AUIClients/DetailPageSnSAssets');
  8450. A.preload('https://m.media-amazon.com/images/I/313sHJh1gZL.js?AUIClients/DetailPagePostPurchaseAssets');
  8451. A.preload('https://m.media-amazon.com/images/I/01Io73Ll09L.css?AUIClients/DetailPagePostPurchaseAssets#desktop');
  8452. A.preload('https://m.media-amazon.com/images/I/31diH2HLe8L.js?AUIClients/DetailPageBTFSubNavDesktopAsset');
  8453. A.preload('https://m.media-amazon.com/images/I/01%2B9c%2BwQR6L.css?AUIClients/DetailPageBTFSubNavDesktopAsset');
  8454. A.preload('https://m.media-amazon.com/images/I/21%2B3NfuRrDL.js?AUIClients/DetailPageNostosAssets');
  8455. A.preload('https://m.media-amazon.com/images/I/01EkAI936sL.css?AUIClients/DetailPageNostosAssets&tI8lBs8w#686022-C.638734-T3');
  8456. A.preload('https://m.media-amazon.com/images/I/61e6i91%2BI6L._RC|71LVgqy2ckL.js,31jsB13JlVL.js_.js?AUIClients/BuyingRulesDetailPageAssets');
  8457. A.preload('https://m.media-amazon.com/images/I/31F9SzdeJLL.css?AUIClients/BuyingRulesDetailPageAssets');
  8458. }
  8459. });
  8460. </script>
  8461. <script type="6215e0a667005d92ad47e400-text/javascript">
  8462. function prefetchTYPAssets() {
  8463. var imageAssets = new Array();
  8464. var jsCssAssets = new Array();
  8465. imageAssets.push("https://m.media-amazon.com/images/G/35/x-locale/common/buy-buttons/review-1-click-order._CB485945728_.gif");
  8466. imageAssets.push("https://m.media-amazon.com/images/G/35/x-locale/common/buttons/continue-shopping._CB485936092_.gif");
  8467. imageAssets.push("https://m.media-amazon.com/images/G/35/x-locale/common/buy-buttons/thank-you-elbow._CB485935877_.gif");
  8468. imageAssets.push("https://m.media-amazon.com/images/G/35/x-locale/communities/social/snwicons_v2._CB478838660_.png");
  8469. imageAssets.push("https://m.media-amazon.com/images/G/35/checkout/assets/carrot._CB485936866_.gif");
  8470. // pre-fetching image assets
  8471. for (var i = 0; i < imageAssets.length; i++) {
  8472. new Image().src = imageAssets[i];
  8473. }
  8474. // pre-fetching css and js assets based on different browser types
  8475. var isIE = /*@cc_on!@*/0;
  8476. var isFireFox = /Firefox/.test(navigator.userAgent);
  8477. if (isIE) {
  8478. for (var i = 0; i < jsCssAssets.length; i++) {
  8479. new Image().src = jsCssAssets[i];
  8480. }
  8481. }
  8482. else if (isFireFox) {
  8483. for (var i = 0; i < jsCssAssets.length; i++) {
  8484. var o = document.createElement("object");
  8485. o.data = jsCssAssets[i];
  8486. o.width = o.height = 0;
  8487. document.body.appendChild(o);
  8488. }
  8489. }
  8490. }
  8491. var onload = function () {
  8492. setTimeout(prefetchTYPAssets, 2000);
  8493. };
  8494. if (window.addEventListener) {
  8495. window.addEventListener("load", onload);
  8496. } else if (window.attachEvent) { /* for <= IE 8 */
  8497. window.attachEvent("onload", onload);
  8498. }
  8499. </script>
  8500. <input type="hidden" name="1click-tsdelta" id="1click-tsdelta">
  8501. <script type="6215e0a667005d92ad47e400-text/javascript">
  8502. var ocInitTimestamp = 1730866866;
  8503. </script>
  8504. <!--&&&Portal&Delimite-->
  8505. <script type="6215e0a667005d92ad47e400-text/javascript">
  8506. window.P && P.now('sp.load.js').execute(function (jsObj) {
  8507. if (!jsObj) {
  8508. P.declare('sp.load.js', {});
  8509. }
  8510. });  
  8511. </script>
  8512. <!--&&&Portal&Delimiter&&&--><!-- sp:end-feature:host-atf -->
  8513. <!-- sp:feature:nav-btf -->
  8514. <!-- NAVYAAN BTF START -->
  8515. <script type="6215e0a667005d92ad47e400-text/javascript">
  8516. /*
  8517. window.$Nav && $Nav.when("data").run(function (data) {
  8518. data({
  8519. "accountListContent": { "html": "<div id='nav-al-container'><div id='nav-al-signin'><div id='nav-flyout-ya-signin' class='nav-flyout-content nav-flyout-accessibility'><a href='https://www.amazon.com.au/ap/signin?openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com.au%2Fdp%2FB0BF75VM4T%2F%3F_encoding%3DUTF8%26_encoding%3DUTF8%26content-id%3Damzn1.sym.dc467fb9-460f-44a9-978e-31ef8ab5d01b%26pd_rd_r%3D93b1be2d-16a4-4233-b6ac-030dcacef9b0%26pd_rd_w%3D9eoTE%26pd_rd_wg%3DSkOy9%26pf_rd_p%3Ddc467fb9-460f-44a9-978e-31ef8ab5d01b%26pf_rd_r%3DAKTF0M190GGQFMHZZWX0%26ref_%3Dnav_signin&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=auflex&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0' rel='nofollow' class='nav-action-signin-button' data-nav-role='signin' data-nav-ref='nav_signin'><span class='nav-action-inner'>Sign in</span></a><div id='nav-flyout-ya-newCust' class='nav_pop_new_cust nav-flyout-content nav-flyout-accessibility'>New customer? <a href='https://www.amazon.com.au/ap/register?openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com.au%2Fdp%2FB0BF75VM4T%2F%3F_encoding%3DUTF8%26_encoding%3DUTF8%26content-id%3Damzn1.sym.dc467fb9-460f-44a9-978e-31ef8ab5d01b%26pd_rd_r%3D93b1be2d-16a4-4233-b6ac-030dcacef9b0%26pd_rd_w%3D9eoTE%26pd_rd_wg%3DSkOy9%26pf_rd_p%3Ddc467fb9-460f-44a9-978e-31ef8ab5d01b%26pf_rd_r%3DAKTF0M190GGQFMHZZWX0%26ref_%3Dnav_newcust&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=auflex&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0' rel='nofollow' class='nav-a' aria-label='New to Amazon? Create an account'>Start here.</a></div></div></div><div id='nav-al-wishlist' class='nav-al-column nav-tpl-itemList nav-flyout-content nav-flyout-accessibility'><div class='nav-title' id='nav-al-title' role='heading' aria-level='6'>Your Lists</div><a href='/hz/wishlist/ls?triggerElementID=createList&ref_=nav_ListFlyout_navFlyout_createList_lv_redirect' class='nav-link nav-item'><span class='nav-text'>Create a List</span></a> <a href='/baby-reg?ref_=nav_ListFlyout_gno_bw' class='nav-link nav-item'><span class='nav-text'>Baby Wish List</span></a></div><div id='nav-al-your-account' class='nav-al-column nav-template nav-flyout-content nav-tpl-itemList nav-flyout-accessibility'><div class='nav-title' role='heading' aria-level='6'>Your Account</div><a href='/gp/css/homepage.html?ref_=nav_AccountFlyout_ya' class='nav-link nav-item'><span class='nav-text'>Your Account</span></a> <a id='nav_prefetch_yourorders' href='/gp/css/order-history?ref_=nav_AccountFlyout_orders' class='nav-link nav-item'><span class='nav-text'>Your Orders</span></a> <a href='/gp/yourstore?ref_=nav_AccountFlyout_recs' class='nav-link nav-item'><span class='nav-text'>Your Recommendations</span></a> <a href='/gp/subs/primeclub/account/homepage.html?ref_=nav_youraccount_prime' class='nav-link nav-item'><span class='nav-text'>Your Prime Membership</span></a> <a href='/hz5/yourmembershipsandsubscriptions?ref_=nav_AccountFlyout_digital_subscriptions' class='nav-link nav-item'><span class='nav-text'>Your Memberships & Subscriptions</span></a> <a href='/auto-deliveries?ref_=nav_AccountFlyout_sns' class='nav-link nav-item'><span class='nav-text'>Your Subscribe & Save items</span></a> <a href='https://sell.amazon.com.au/?refTag=sell&ld=AZAUSOAYA' class='nav-link nav-item'><span class='nav-text'>Your Seller Account</span></a> <a href='/yourpets?ref_=nav_AccountFlyout_petprofiles' class='nav-link nav-item'><span class='nav-text'>Your Pets</span></a> <a href='/hz/mycd/myx?pageType=content&ref_=nav_AccountFlyout_myk' class='nav-link nav-item'><span class='nav-text'>Manage Your Content and Devices</span></a> <a href='https://music.amazon.com.au?ref=nav_youraccount_cldplyr' class='nav-link nav-item'><span class='nav-text'>Your Music</span></a> <a href='/gp/mas/your-account/myapps?ref_=nav_AccountFlyout_aad' class='nav-link nav-item'><span class='nav-text'>Your Apps & Devices</span></a> <a href='/gp/video/ssoredirect?pvp=/ref%3D_apv&ref_=nav_AccountFlyout__apv' class='nav-link nav-item'><span class='nav-text'>Your Prime Video</span></a> <a href='/photos?ref_=nav_AccountFlyout_photos' class='nav-link nav-item'><span class='nav-text'>Your Amazon Photos</span></a> <a href='/kindle-dbs/ku/ku-central?ref_=nav_AccountFlyout_ku' class='nav-link nav-item'><span class='nav-text'>Your Kindle Unlimited</span></a></div></div>" },
  8520. "tooltipContent": { "html": "" },
  8521. "signinContent": { "html": "<div id='nav-signin-tooltip'><a href='https://www.amazon.com.au/ap/signin?openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com.au%2Fdp%2FB0BF75VM4T%2F%3F_encoding%3DUTF8%26_encoding%3DUTF8%26content-id%3Damzn1.sym.dc467fb9-460f-44a9-978e-31ef8ab5d01b%26pd_rd_r%3D93b1be2d-16a4-4233-b6ac-030dcacef9b0%26pd_rd_w%3D9eoTE%26pd_rd_wg%3DSkOy9%26pf_rd_p%3Ddc467fb9-460f-44a9-978e-31ef8ab5d01b%26pf_rd_r%3DAKTF0M190GGQFMHZZWX0%26ref_%3Dnav_custrec_signin&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=auflex&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0' class='nav-action-signin-button' data-nav-role='signin' data-nav-ref='nav_custrec_signin'><span class='nav-action-inner'>Sign in</span></a><div class='nav-signin-tooltip-footer'>New customer? <a href='https://www.amazon.com.au/ap/register?openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com.au%2Fdp%2FB0BF75VM4T%2F%3F_encoding%3DUTF8%26_encoding%3DUTF8%26content-id%3Damzn1.sym.dc467fb9-460f-44a9-978e-31ef8ab5d01b%26pd_rd_r%3D93b1be2d-16a4-4233-b6ac-030dcacef9b0%26pd_rd_w%3D9eoTE%26pd_rd_wg%3DSkOy9%26pf_rd_p%3Ddc467fb9-460f-44a9-978e-31ef8ab5d01b%26pf_rd_r%3DAKTF0M190GGQFMHZZWX0%26ref_%3Dnav_custrec_newcust&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=auflex&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0' class='nav-a' aria-label='New to Amazon? Create an account'>Start here.</a></div></div>" },
  8522. "templates": { "itemList": "<# var hasColumns = (function () {  var checkColumns = function (_items) {    if (!_items) {      return false;    }    for (var i=0; i<_items.length; i++) {      if (_items[i].columnBreak || (_items[i].items && checkColumns(_items[i].items))) {        return true;      }    }    return false;  };  return checkColumns(items);}()); #><# if(hasColumns) { #>  <# if(items[0].image && items[0].image.src) { #>    <d loik iv class='nav-column nav-column-first nav-column-image'>  <# } else if (items[0].greeting) { #>    <d loik iv class='nav-column nav-column-first nav-column-greeting'>  <# } else { #>    <d loik iv class='nav-column nav-column-first'>  <# } #><# } #><# var renderItems = function(items) { #>  <# jQuery.each(items, function (i, item) { #>    <# if(hasColumns && item.columnBreak) { #>      <# if(item.image && item.image.src) { #>        </div><div class='nav-column nav-column-notfirst nav-column-break nav-column-image'>      <# } else if (item.greeting) { #>        </div><div class='nav-column nav-column-notfirst nav-column-break nav-column-greeting'>      <# } else { #>        </div><div class='nav-column nav-column-notfirst nav-column-break'>      <# } #>    <# } #>    <# if(item.dividerBefore) { #>      <div class='nav-divider'></div>    <# } #>    <# if(item.text || item.content) { #>      <# if(item.url) { #>        <a href='<#=item.url #>' class='nav-link      <# } else {#>        <span class='      <# } #>      <# if(item.panelKey) { #>        nav-hasPanel      <# } #>      <# if(item.items) { #>        nav-title      <# } #>      <# if(item.decorate == 'carat') { #>        nav-carat      <# } #>      <# if(item.decorate == 'nav-action-button') { #>        nav-action-button      <# } #>      nav-item'      <# if(item.extra) { #>        <#=item.extra #>      <# } #>      <# if(item.id) { #>        id='<#=item.id #>'      <# } #>      <# if(item.dataNavRole) { #>        data-nav-role='<#=item.dataNavRole #>'      <# } #>      <# if(item.dataNavRef) { #>        data-nav-ref='<#=item.dataNavRef #>'      <# } #>      <# if(item.panelKey) { #>        data-nav-panelkey='<#=item.panelKey #>'        role='navigation'        aria-label='<#=item.text#>'      <# } #>      <# if(item.subtextKey) { #>        data-nav-subtextkey='<#=item.subtextKey #>'      <# } #>      <# if(item.image && item.image.height > 16) { #>        style='line-height:<#=item.image.height #>px;'      <# } #>      >      <# if(item.decorate == 'carat') { #>        <i class='nav-icon'></i>      <# } #>      <# if(item.image && item.image.src) { #>        <img class='nav-image' src='<#=item.image.src #>' style='height:<#=item.image.height #>px; width:<#=item.image.width #>px;' />      <# } #>      <# if(item.text) { #>        <span class='nav-text<# if(item.classname) { #> <#=item.classname #><# } #>'><#=item.text#><# if(item.badgeText) { #>          <span class='nav-badge'><#=item.badgeText#></span>        <# } #></span>      <# } else if (item.content) { #>        <span class='nav-content'><# jQuery.each(item.content, function (j, cItem) { #><# if(cItem.url && cItem.text) { #><a href='<#=cItem.url #>' class='nav-a'><#=cItem.text #></a><# } else if (cItem.text) { #><#=cItem.text#><# } #><# }); #></span>      <# } #>      <# if(item.subtext) { #>        <span class='nav-subtext'><#=item.subtext #></span>      <# } #>      <# if(item.url) { #>        </a>      <# } else {#>        </span>      <# } #>    <# } #>    <# if(item.image && item.image.src) { #>      <# if(item.url) { #>        <a href='<#=item.url #>'>       <# } #>      <img class='nav-image'      <# if(item.id) { #>        id='<#=item.id #>'      <# } #>      src='<#=item.image.src #>' <# if (item.alt) { #> alt='<#= item.alt #>'<# } #>/>      <# if(item.url) { #>        </a>       <# } #>    <# } #>    <# if(item.items) { #>      <div class='nav-panel'> <# renderItems(item.items); #> </div>    <# } #>  <# }); #><# }; #><# renderItems(items); #><# if(hasColumns) { #>  </div><# } #>", "subnav": "<# if (obj && obj.type === 'vertical') { #>  <# jQuery.each(obj.rows, function (i, row) { #>    <# if (row.flyoutElement === 'button') { #>      <div class='nav_sv_fo_v_button'        <# if (row.elementStyle) { #>          style='<#= row.elementStyle #>'        <# } #>      >        <a href='<#=row.url #>' class='nav-action-button nav-sprite'>          <#=row.text #>        </a>      </div>    <# } else if (row.flyoutElement === 'list' && row.list) { #>      <# jQuery.each(row.list, function (j, list) { #>        <div class='nav_sv_fo_v_column <#=(j === 0) ? 'nav_sv_fo_v_first' : '' #>'>          <ul class='<#=list.elementClass #>'>          <# jQuery.each(list.linkList, function (k, link) { #>            <# if (k === 0) { link.elementClass += ' nav_sv_fo_v_first'; } #>            <li class='<#=link.elementClass #>'>              <# if (link.url) { #>                <a href='<#=link.url #>' class='nav_a'><#=link.text #></a>              <# } else { #>                <span class='nav_sv_fo_v_span'><#=link.text #></span>              <# } #>            </li>          <# }); #>          </ul>        </div>      <# }); #>    <# } else if (row.flyoutElement === 'link') { #>      <# if (row.topSpacer) { #>        <div class='nav_sv_fo_v_clear'></div>      <# } #>      <div class='<#=row.elementClass #>'>        <a href='<#=row.url #>' class='nav_sv_fo_v_lmargin nav_a'>          <#=row.text #>        </a>      </div>    <# } #>  <# }); #><# } else if (obj) { #>  <div class='nav_sv_fo_scheduled'>    <#= obj #>  </div><# } #>", "htmlList": "<# jQuery.each(items, function (i, item) { #>  <div class='nav-item'>    <#=item #>  </div><# }); #>" }
  8523. })
  8524. })
  8525. */
  8526. </script>
  8527. <script type="6215e0a667005d92ad47e400-text/javascript">
  8528. window.$Nav && $Nav.declare('config.flyoutURL', null);
  8529. window.$Nav && $Nav.declare('btf.lite');
  8530. window.$Nav && $Nav.declare('btf.full');
  8531. window.$Nav && $Nav.declare('btf.exists');
  8532. (window.AmazonUIPageJS ? AmazonUIPageJS : P).register('navCF');
  8533. </script>
  8534. <!-- NAVYAAN BTF END -->
  8535. <!-- sp:end-feature:nav-btf -->
  8536. <!-- sp:feature:host-btf -->
  8537. <link rel="stylesheet" href="https://m.media-amazon.com/images/I/01FL7JU2DtL.css?AUIClients/DetailPageProductSpecDepthAsset&6MjQ7uH9#1025785-T1" />
  8538. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/21T5HeBxb2L.js?AUIClients/AXFClientPluginAsset" />
  8539. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/21SWk05%2B6qL.js?AUIClients/DetailPageProductSpecDepthAsset&m52tM9b7#1025785-T1.1041430-T1" />
  8540. <script type="6215e0a667005d92ad47e400-text/javascript">
  8541. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21T5HeBxb2L.js?AUIClients/AXFClientPluginAsset');
  8542. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21SWk05%2B6qL.js?AUIClients/DetailPageProductSpecDepthAsset&m52tM9b7#1025785-T1.1041430-T1');
  8543. </script>
  8544. </div>
  8545. </div>
  8546. <!-- htmlEndMarker -->
  8547. <!-- sp:end-feature:host-btf -->
  8548. <!-- sp:feature:aui-preload -->
  8549. <!-- sp:end-feature:aui-preload -->
  8550. <!-- sp:feature:nav-footer -->
  8551. <!-- NAVYAAN FOOTER START -->
  8552. <!-- WITH MOZART -->
  8553. <div id="sis_pixel_r2" aria-hidden="true" style="height:1px; position: absolute; left: -1000000px; top: -1000000px;"></div>
  8554. <script type="6215e0a667005d92ad47e400-text/javascript">(function (a, b) { a.attachEvent ? a.attachEvent("onload", b) : a.addEventListener && a.addEventListener("load", b, !1) })(window, function () { setTimeout(function () { var el = document.getElementById("sis_pixel_r2"); el && (el.innerHTML = '<iframe id="DAsis" src="//aax-fe.amazon-adsystem.com/s/iu3?d=amazon.com.au&slot=navFooter&a2=0101da447ed30541315ac1ddcc0dc6bf71ce642da004ac68f7ec27ad6b4a673ef842&old_oo=0&ts=1730866866201&s=ARbzZk7Py7gZ9qoIquXpChQ4mbWF8wREPUv4YMT-pjTj&gdpr_consent=&gdpr_consent_avl=&cb=1730866866201" width="1" height="1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" tabindex="-1" sandbox></iframe>'); var event = new Event("SISPixelCardLoaded"); document.dispatchEvent(event); }, 300) });</script>
  8555. <!-- NAVYAAN FOOTER END -->
  8556. <!-- sp:end-feature:nav-footer -->
  8557. <!-- sp:feature:configured-sitewide-assets -->
  8558. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/41enQvbo0+L.js?AUIClients/AmazonLightsaberPageAssets#1061544-T1" />
  8559. <script type="6215e0a667005d92ad47e400-text/javascript">
  8560. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('afterLoad').execute(function () {
  8561. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/41enQvbo0+L.js?AUIClients/AmazonLightsaberPageAssets#1061544-T1');
  8562. });
  8563. </script>
  8564. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/11+zeBoqC-L.js?AUIClients/WebFlowIngressJs" />
  8565. <script type="6215e0a667005d92ad47e400-text/javascript">
  8566. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('afterLoad').execute(function () {
  8567. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/11+zeBoqC-L.js?AUIClients/WebFlowIngressJs');
  8568. });
  8569. </script>
  8570. <!-- sp:end-feature:configured-sitewide-assets -->
  8571. <!-- sp:feature:customer-behavior-js -->
  8572. <script type="6215e0a667005d92ad47e400-text/javascript">if (window.ue && ue.tag) { ue.tag('FWCIMEnabled'); }</script>
  8573. <link rel="preload" as="script" crossorigin="anonymous" href="https://m.media-amazon.com/images/I/81LmaXL9x7L.js?AUIClients/FWCIMAssets" />
  8574. <script type="6215e0a667005d92ad47e400-text/javascript">
  8575. (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('afterLoad').execute(function () {
  8576. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/81LmaXL9x7L.js?AUIClients/FWCIMAssets');
  8577. });
  8578. </script>
  8579. <!-- sp:end-feature:customer-behavior-js -->
  8580. <!-- sp:feature:csm:body-close -->
  8581. <div id='be' style="display:none;visibility:hidden;">
  8582. <form name='ue_backdetect' action="get"><input type="hidden" name='ue_back' value='1' /></form>
  8583. <script type="6215e0a667005d92ad47e400-text/javascript">
  8584. window.ue_ibe = (window.ue_ibe || 0) + 1;
  8585. if (window.ue_ibe === 1) {
  8586. (function (e, c) { function h(b, a) { f.push([b, a]) } function g(b, a) { if (b) { var c = e.head || e.getElementsByTagName("head")[0] || e.documentElement, d = e.createElement("script"); d.async = "async"; d.src = b; d.setAttribute("crossorigin", "anonymous"); a && a.onerror && (d.onerror = a.onerror); a && a.onload && (d.onload = a.onload); c.insertBefore(d, c.firstChild) } } function k() { ue.uels = g; for (var b = 0; b < f.length; b++) { var a = f[b]; g(a[0], a[1]) } ue.deffered = 1 } var f = []; c.ue && (ue.uels = h, c.ue.attach && c.ue.attach("load", k)) })(document, window);
  8587. if (window.ue && window.ue.uels) {
  8588. var cel_widgets = [{ "c": "celwidget" }, { "s": "#nav-swmslot > div", "id_gen": function (elem, index) { return 'nav_sitewide_msg'; } }, { "c": "feature" }, { "id": "detail-ilm_div" }];
  8589. ue.uels("https://images-fe.ssl-images-amazon.com/images/I/31bJewCvY-L.js");
  8590. }
  8591. var ue_mbl = ue_csm.ue.exec(function (h, a) {
  8592. function s(c) {
  8593. b = c || {}; a.AMZNPerformance = b; b.transition = b.transition || {}; b.timing = b.timing || {}; if (a.csa) { var d; b.timing.transitionStart && (d = b.timing.transitionStart); b.timing.processStart && (d = b.timing.processStart); d && (csa("PageTiming")("mark", "nativeTransitionStart", d), csa("PageTiming")("mark", "transitionStart", d)) } h.ue.exec(t, "csm-android-check")() && b.tags instanceof Array && (c = -1 != b.tags.indexOf("usesAppStartTime") || b.transition.type ? !b.transition.type && -1 <
  8594. b.tags.indexOf("usesAppStartTime") ? "warm-start" : void 0 : "view-transition", c && (b.transition.type = c)); n = null; "reload" === e._nt && h.ue_orct || "intrapage-transition" === e._nt ? u(b) : "undefined" === typeof e._nt && f && f.timing && f.timing.navigationStart && a.history && "function" === typeof a.History && "object" === typeof a.history && a.history.length && 1 != a.history.length && (b.timing.transitionStart = f.timing.navigationStart); p && e.ssw(q, "" + (b.timing.transitionStart || n || "")); c = b.transition; d = e._nt ? e._nt : void 0; c.subType = d; a.ue &&
  8595. a.ue.tag && a.ue.tag("has-AMZNPerformance"); e.isl && a.uex && a.uex("at", "csm-timing"); v()
  8596. } function w(c) { a.ue && a.ue.count && a.ue.count("csm-cordova-plugin-failed", 1) } function t() { return a.cordova && a.cordova.platformId && "android" == a.cordova.platformId } function u() {
  8597. if (p) { var c = e.ssw(q), a = function () { }, x = e.count || a, a = e.tag || a, k = b.timing.transitionStart, g = c && !c.e && c.val; n = c = g ? +c.val : null; k && g && k > c ? (x("csm.jumpStart.mtsDiff", k - c || 0), a("csm-rld-mts-gt")) : k && g ? a("csm-rld-mts-leq") : g ? k || a("csm-rld-mts-no-new") : a("csm-rld-mts-no-old") } f &&
  8598. f.timing && f.timing.navigationStart ? b.timing.transitionStart = f.timing.navigationStart : delete b.timing.transitionStart
  8599. } function v() { try { a.P.register("AMZNPerformance", function () { return b }) } catch (c) { } } function r() {
  8600. if (!b) return ""; ue_mbl.cnt = null; var c = b.timing, d = b.transition, d = ["mts", l(c.transitionStart), "mps", l(c.processStart), "mtt", d.type, "mtst", d.subType, "mtlt", d.launchType]; a.ue && a.ue.tag && (c.fr_ovr && a.ue.tag("fr_ovr"), c.fcp_ovr && a.ue.tag("fcp_ovr"), d.push("fr_ovr", l(c.fr_ovr), "fcp_ovr", l(c.fcp_ovr)));
  8601. for (var c = "", e = 0; e < d.length; e += 2) { var f = d[e], g = d[e + 1]; "undefined" !== typeof g && (c += "&" + f + "=" + g) } return c
  8602. } function l(a) { if ("undefined" !== typeof a && "undefined" !== typeof m) return a - m } function y(a, d) { b && (m = d, b.timing.transitionStart = a, b.transition.type = "view-transition", b.transition.subType = "ajax-transition", b.transition.launchType = "normal", ue_mbl.cnt = r) } var e = h.ue || {}, m = h.ue_t0, q = "csm-last-mts", p = 1 === h.ue_sswmts, n, f = a.performance, b; if (a.P && a.P.when && a.P.register) return 1 === a.ue_fnt && (m = a.aPageStart ||
  8603. h.ue_t0), a.P.when("CSMPlugin").execute(function (a) { a.buildAMZNPerformance && a.buildAMZNPerformance({ successCallback: s, failCallback: w }) }), { cnt: r, ajax: y }
  8604. }, "mobile-timing")(ue_csm, ue_csm.window);
  8605. (function (d) { d._uess = function () { var a = ""; screen && screen.width && screen.height && (a += "&sw=" + screen.width + "&sh=" + screen.height); var b = function (a) { var b = document.documentElement["client" + a]; return "CSS1Compat" === document.compatMode && b || document.body["client" + a] || b }, c = b("Width"), b = b("Height"); c && b && (a += "&vw=" + c + "&vh=" + b); return a } })(ue_csm);
  8606. (function (a) {
  8607. function d(a) { c && c("log", a) } var b = document.ue_backdetect, c = a.csa && a.csa("Errors", { producerId: "csa", logOptions: { ent: "all" } }); a.ue_err.buffer && c && (a.ue_err.buffer.forEach(d), a.ue_err.buffer.push = d); b && b.ue_back && a.ue && (a.ue.bfini = b.ue_back.value); a.uet && a.uet("be"); a.onLdEnd && (window.addEventListener ? window.addEventListener("load", a.onLdEnd, !1) : window.attachEvent && window.attachEvent("onload", a.onLdEnd)); a.ueh && a.ueh(0, window, "load", a.onLd, 1); a.ue && a.ue.tag && (a.ue_furl ? (b = a.ue_furl.replace(/\./g,
  8608. "-"), a.ue.tag(b)) : a.ue.tag("nofls"))
  8609. })(ue_csm);
  8610. (function (g, h) { function d(a, d) { var b = {}; if (!e || !f) try { var c = h.sessionStorage; c ? a && ("undefined" !== typeof d ? c.setItem(a, d) : b.val = c.getItem(a)) : f = 1 } catch (g) { e = 1 } e && (b.e = 1); return b } var b = g.ue || {}, a = "", f, e, c, a = d("csmtid"); f ? a = "NA" : a.e ? a = "ET" : (a = a.val, a || (a = b.oid || "NI", d("csmtid", a)), c = d(b.oid), c.e || (c.val = c.val || 0, d(b.oid, c.val + 1)), b.ssw = d); b.tabid = a })(ue_csm, ue_csm.window);
  8611. (function (a) {
  8612. var e = { rc: 1, hob: 1, hoe: 1, ntd: 1, rd_: 1, _rd: 1 }; "function" === typeof window.addEventListener && window.addEventListener("pageshow", function (b) {
  8613. if (b && b.persisted && (b = +new Date, b = { clickTime: b - 1, pageVisible: b }, "object" === typeof b && "object" === typeof a.ue.markers && "object" === typeof a.ue && "function" === typeof a.uex)) {
  8614. if ("function" === typeof a.uet) {
  8615. for (var c in a.ue.markers) !a.ue.markers.hasOwnProperty(c) || c in e || a.uet(c, void 0, void 0, b.pageVisible); a.uet("tc", void 0, void 0, b.clickTime); a.uet("ty", void 0,
  8616. void 0, b.clickTime + 2)
  8617. } (c = document.ue_backdetect) && c.ue_back && (a.ue.bfini = +c.ue_back.value + 1); a.ue.isBFonMshop = !0; a.ue.isBFCache = !0; a.ue.t0 = b.clickTime; a.ue.viz = ["visible:0"]; "function" === typeof a.ue.tag && (a.ue.tag("cacheSourceMemory"), a.ue.tag("history-navigation-page-cache")); c = ue_csm.csa && ue_csm.csa("SPA"); var d = ue_csm.csa && ue_csm.csa("PageTiming"); c && d && (c("newPage", { transitionType: "history-navigation-page-cache" }, { keepPageAttributes: !0 }), d("mark", "transitionStart", b.clickTime)); "function" === typeof a.uex &&
  8618. a.uex("ld", void 0, void 0, a.ue.t.ld); delete a.ue.isBFonMshop; delete a.ue.isBFCache
  8619. }
  8620. })
  8621. })(ue_csm);
  8622. ue_csm.ue.exec(function (e, f) { var a = e.ue || {}, b = a._wlo, d; if (a.ssw) { d = a.ssw("CSM_previousURL").val; var c = f.location, b = b ? b : c && c.href ? c.href.split("#")[0] : void 0; c = (b || "") === a.ssw("CSM_previousURL").val; !c && b && a.ssw("CSM_previousURL", b); d = c ? "reload" : d ? "intrapage-transition" : "first-view" } else d = "unknown"; a._nt = d }, "NavTypeModule")(ue_csm, window);
  8623. ue_csm.ue.exec(function (c, a) { function g(a) { a.run(function (e) { d.tag("csm-feature-" + a.name + ":" + e); d.isl && c.uex("at") }) } if (a.addEventListener) for (var d = c.ue || {}, f = [{ name: "touch-enabled", run: function (b) { var e = function () { a.removeEventListener("touchstart", c, !0); a.removeEventListener("mousemove", d, !0) }, c = function () { b("true"); e() }, d = function () { b("false"); e() }; a.addEventListener("touchstart", c, !0); a.addEventListener("mousemove", d, !0) } }], b = 0; b < f.length; b++)g(f[b]) }, "csm-features")(ue_csm, window);
  8624. (function (a, e) { function d(a) { b && b("recordCounter", a.c, a.v) } var c = e.images, b = a.csa && a.csa("Metrics", { producerId: "csa" }); c && c.length && a.ue.count("totalImages", c.length); a.ue.cv.buffer && b && (a.ue.cv.buffer.forEach(d), a.ue.cv.buffer.push = d) })(ue_csm, document);
  8625. (function (b) {
  8626. function c() { var d = []; a.log && a.log.isStub && a.log.replay(function (a) { e(d, a) }); a.clog && a.clog.isStub && a.clog.replay(function (a) { e(d, a) }); d.length && (a._flhs += 1, n(d), p(d)) } function g() { a.log && a.log.isStub && (a.onflush && a.onflush.replay && a.onflush.replay(function (a) { a[0]() }), a.onunload && a.onunload.replay && a.onunload.replay(function (a) { a[0]() }), c()) } function e(d, b) { var c = b[1], f = b[0], e = {}; a._lpn[c] = (a._lpn[c] || 0) + 1; e[c] = f; d.push(e) } function n(b) {
  8627. q && (a._lpn.csm = (a._lpn.csm || 0) + 1, b.push({
  8628. csm: {
  8629. k: "chk",
  8630. f: a._flhs, l: a._lpn, s: "inln"
  8631. }
  8632. }))
  8633. } function p(a) { if (h) a = k(a), b.navigator.sendBeacon(l, a); else { a = k(a); var c = new b[f]; c.open("POST", l, !0); c.setRequestHeader && c.setRequestHeader("Content-type", "text/plain"); c.send(a) } } function k(a) { return JSON.stringify({ rid: b.ue_id, sid: b.ue_sid, mid: b.ue_mid, mkt: b.ue_mkt, sn: b.ue_sn, reqs: a }) } var f = "XMLHttpRequest", q = 1 === b.ue_ddq, a = b.ue, r = b[f] && "withCredentials" in new b[f], h = b.navigator && b.navigator.sendBeacon, l = "//" + b.ue_furl + "/1/batch/1/OE/", m = b.ue_fci_ft || 5E3; a && (r || h) &&
  8634. (a._flhs = a._flhs || 0, a._lpn = a._lpn || {}, a.attach && (a.attach("beforeunload", a.exec(g, "fcli-bfu")), a.attach("pagehide", a.exec(g, "fcli-ph"))), m && b.setTimeout(a.exec(c, "fcli-t"), m), a._ffci = a.exec(c))
  8635. })(window);
  8636. (function (k, c) {
  8637. function l(a, b) { return a.filter(function (a) { return a.initiatorType == b }) } function f(a, c) { if (b.t[a]) { var g = b.t[a] - b._t0, e = c.filter(function (a) { return 0 !== a.responseEnd && m(a) < g }), f = l(e, "script"), h = l(e, "link"), k = l(e, "img"), n = e.map(function (a) { return a.name.split("/")[2] }).filter(function (a, b, c) { return a && c.lastIndexOf(a) == b }), q = e.filter(function (a) { return a.duration < p }), s = g - Math.max.apply(null, e.map(m)) < r | 0; "af" == a && (b._afjs = f.length); return a + ":" + [e[d], f[d], h[d], k[d], n[d], q[d], s].join("-") } }
  8638. function m(a) { return a.responseEnd - (b._t0 - c.timing.navigationStart) } function n() { var a = c[h]("resource"), d = f("cf", a), g = f("af", a), a = f("ld", a); delete b._rt; b._ld = b.t.ld - b._t0; b._art && b._art(); return [d, g, a].join("_") } var p = 20, r = 50, d = "length", b = k.ue, h = "getEntriesByType"; b._rre = m; b._rt = c && c.timing && c[h] && n
  8639. })(ue_csm, window.performance);
  8640. (function (c, d) { var b = c.ue, a = d.navigator; b && b.tag && a && (a = a.connection || a.mozConnection || a.webkitConnection) && a.type && b.tag("netInfo:" + a.type) })(ue_csm, window);
  8641. (function (c, d) {
  8642. function h(a, b) { for (var c = [], d = 0; d < a.length; d++) { var e = a[d], f = b.encode(e); if (e[k]) { var g = b.metaSep, e = e[k], l = b.metaPairSep, h = [], m = void 0; for (m in e) e.hasOwnProperty(m) && h.push(m + "=" + e[m]); e = h.join(l); f += g + e } c.push(f) } return c.join(b.resourceSep) } function s(a) {
  8643. var b = a[k] = a[k] || {}; b[t] || (b[t] = c.ue_mid); b[u] || (b[u] = c.ue_sid); b[f] || (b[f] = c.ue_id); b.csm = 1; a = "//" + c.ue_furl + "/1/" + a[v] + "/1/OP/" + a[w] + "/" + a[x] + "/" + h([a], y); if (n) try { n.call(d[p], a) } catch (g) { c.ue.sbf = 1, (new Image).src = a } else (new Image).src =
  8644. a
  8645. } function q() { g && g.isStub && g.replay(function (a, b, c) { a = a[0]; b = a[k] = a[k] || {}; b[f] = b[f] || c; s(a) }); l.impression = s; g = null } if (!(1 < c.ueinit)) {
  8646. var k = "metadata", x = "impressionType", v = "foresterChannel", w = "programGroup", t = "marketplaceId", u = "session", f = "requestId", p = "navigator", l = c.ue || {}, n = d[p] && d[p].sendBeacon, r = function (a, b, c, d) { return { encode: d, resourceSep: a, metaSep: b, metaPairSep: c } }, y = r("", "?", "&", function (a) { return h(a.impressionData, z) }), z = r("/", ":", ",", function (a) {
  8647. return a.featureName + ":" + h(a.resources,
  8648. A)
  8649. }), A = r(",", "@", "|", function (a) { return a.id }), g = l.impression; n ? q() : (l.attach("load", q), l.attach("beforeunload", q)); try { d.P && d.P.register && d.P.register("impression-client", function () { }) } catch (B) { c.ueLogError(B, { logLevel: "WARN" }) }
  8650. }
  8651. })(ue_csm, window);
  8652. var ue_pty = "Detail";
  8653. var ue_spty = "Kindle_HW";
  8654. var ue_pti = "B0BF75VM4T";
  8655. var ue_adb = 4;
  8656. var ue_adb_rtla = 1;
  8657. ue_csm.ue.exec(function (y, a) {
  8658. function t() { if (d && f) { var a; a: { try { a = d.getItem(g); break a } catch (c) { } a = void 0 } if (a) return b = a, !0 } return !1 } function u() { if (a.fetch) fetch(m).then(function (a) { if (!a.ok) throw Error(a.statusText); return a.text ? a.text() : null }).then(function (b) { b ? (-1 < b.indexOf("window.ue_adb_chk = 1") && (a.ue_adb_chk = 1), n()) : h() })["catch"](h); else e.uels(m, { onerror: h, onload: n }) } function h() { b = k; l(); if (f) try { d.setItem(g, b) } catch (a) { } } function n() {
  8659. b = 1 === a.ue_adb_chk ? p : k; l(); if (f) try {
  8660. d.setItem(g,
  8661. b)
  8662. } catch (c) { }
  8663. } function q() { a.ue_adb_rtla && c && 0 < c.ec && !1 === r && (c.elh = null, ueLogError({ m: "Hit Info", fromOnError: 1 }, { logLevel: "INFO", adb: b }), r = !0) } function l() { e.tag(b); e.isl && a.uex && uex("at", b); s && s.updateCsmHit("adb", b); c && 0 < c.ec ? q() : a.ue_adb_rtla && c && (c.elh = q) } function v() { return b } if (a.ue_adb) {
  8664. a.ue_fadb = a.ue_fadb || 10; var e = a.ue, k = "adblk_yes", p = "adblk_no", m = "https://m.media-amazon.com/images/G/01/csm/showads.v2.js?category=ad&adstype=-ad-column-&ad_size=-housead-", b = "adblk_unk", d; a: {
  8665. try {
  8666. d = a.localStorage;
  8667. break a
  8668. } catch (z) { } d = void 0
  8669. } var g = "csm:adb", c = a.ue_err, s = e.cookie, f = void 0 !== a.localStorage, w = Math.random() > 1 - 1 / a.ue_fadb, r = !1, x = t(); w || !x ? u() : l(); a.ue_isAdb = v; a.ue_isAdb.unk = "adblk_unk"; a.ue_isAdb.no = p; a.ue_isAdb.yes = k
  8670. }
  8671. }, "adb")(document, window);
  8672. (function (c, l, m) {
  8673. function h(a) { if (a) try { if (a.id) return "//*[@id='" + a.id + "']"; var b, d = 1, e; for (e = a.previousSibling; e; e = e.previousSibling)e.nodeName === a.nodeName && (d += 1); b = d; var c = a.nodeName; 1 !== b && (c += "[" + b + "]"); a.parentNode && (c = h(a.parentNode) + "/" + c); return c } catch (f) { return "DETACHED" } } function f(a) { if (a && a.getAttribute) return a.getAttribute(k) ? a.getAttribute(k) : f(a.parentElement) } var k = "data-cel-widget", g = !1, d = []; (c.ue || {}).isBF = function () {
  8674. try {
  8675. var a = JSON.parse(localStorage["csm-bf"] || "[]"), b = 0 <= a.indexOf(c.ue_id);
  8676. a.unshift(c.ue_id); a = a.slice(0, 20); localStorage["csm-bf"] = JSON.stringify(a); return b
  8677. } catch (d) { return !1 }
  8678. }(); c.ue_utils = {
  8679. getXPath: h, getFirstAscendingWidget: function (a, b) { c.ue_cel && c.ue_fem ? !0 === g ? b(f(a)) : d.push({ element: a, callback: b }) : b() }, notifyWidgetsLabeled: function () { if (!1 === g) { g = !0; for (var a = f, b = 0; b < d.length; b++)if (d[b].hasOwnProperty("callback") && d[b].hasOwnProperty("element")) { var c = d[b].callback, e = d[b].element; "function" === typeof c && "function" === typeof a && c(a(e)) } d = null } }, extractStringValue: function (a) {
  8680. if ("string" ===
  8681. typeof a) return a
  8682. }
  8683. }
  8684. })(ue_csm, window, document);
  8685. (function (a) {
  8686. a.ue_cel || (a.ue_cel = function () {
  8687. function m(a, r) { r ? r.r = u : r = { r: u, c: 1 }; D || (!ue_csm.ue_sclog && r.clog && b.clog ? b.clog(a, r.ns || s, r) : r.glog && b.glog ? b.glog(a, r.ns || s, r) : b.log(a, r.ns || s, r)) } function n(a, b) { "function" === typeof p && p("log", { schemaId: t + ".RdCSI.1", eventType: a, clientData: b }, { ent: { page: ["requestId"] } }) } function c() { var a = q.length; if (0 < a) { for (var r = [], c = 0; c < a; c++) { var d = q[c].api; d.ready() ? (d.on({ ts: b.d, ns: s }), g.push(q[c]), m({ k: "mso", n: q[c].name, t: b.d() })) : r.push(q[c]) } q = r } } function f() {
  8688. if (!f.executed) {
  8689. for (var a =
  8690. 0; a < g.length; a++)g[a].api.off && g[a].api.off({ ts: b.d, ns: s }); B(); m({ k: "eod", t0: b.t0, t: b.d() }, { c: 1, il: 1 }); f.executed = 1; for (a = 0; a < g.length; a++)q.push(g[a]); g = []; d(v); d(A)
  8691. }
  8692. } function B(a) { m({ k: "hrt", t: b.d() }, { c: 1, il: 1, n: a }); y = Math.min(w, e * y); z() } function z() { d(A); A = k(function () { B(!0) }, y) } function x() { f.executed || B() } var l = a.window, k = l.setTimeout, d = l.clearTimeout, e = 1.5, w = l.ue_cel_max_hrt || 3E4, t = "robotdetection", q = [], g = [], s = a.ue_cel_ns || "cel", v, A, b = a.ue, F = a.uet, C = a.uex, u = b.rid, D = a.ue_dsbl_cel, h = l.csa, p, y =
  8693. l.ue_cel_hrt_int || 3E3, E = l.requestAnimationFrame || function (a) { a() }; h && (p = h("Events", { producerId: t })); if (b.isBF) m({ k: "bft", t: b.d() }); else {
  8694. "function" == typeof F && F("bb", "csmCELLSframework", { wb: 1 }); k(c, 0); b.onunload(f); if (b.onflush) b.onflush(x); v = k(f, 6E5); z(); "function" == typeof C && C("ld", "csmCELLSframework", { wb: 1 }); return {
  8695. registerModule: function (a, r) { q.push({ name: a, api: r }); m({ k: "mrg", n: a, t: b.d() }); c() }, reset: function (a) {
  8696. m({ k: "rst", t0: b.t0, t: b.d() }); q = q.concat(g); g = []; for (var r = q.length, e = 0; e < r; e++)q[e].api.off(),
  8697. q[e].api.reset(); u = a || b.rid; c(); d(v); v = k(f, 6E5); f.executed = 0
  8698. }, timeout: function (a, b) { return k(function () { E(function () { f.executed || a() }) }, b) }, log: m, csaEventLog: n, off: f
  8699. }
  8700. }
  8701. }())
  8702. })(ue_csm);
  8703. (function (a) {
  8704. a.ue_pdm || !a.ue_cel || a.ue.isBF || (a.ue_pdm = function () {
  8705. function m() {
  8706. try {
  8707. var b = d.screen; if (b) { var c = { w: b.width, aw: b.availWidth, h: b.height, ah: b.availHeight, cd: b.colorDepth, pd: b.pixelDepth }; g && g.w === c.w && g.h === c.h && g.aw === c.aw && g.ah === c.ah && g.pd === c.pd && g.cd === c.cd || (g = c, g.t = t(), g.k = "sci", F(g), D && h("sci", { h: (g.h || "0") + "" })) } var k = e.body || {}, f = e.documentElement || {}, n = {
  8708. w: Math.max(k.scrollWidth || 0, k.offsetWidth || 0, f.clientWidth || 0, f.scrollWidth || 0, f.offsetWidth || 0), h: Math.max(k.scrollHeight ||
  8709. 0, k.offsetHeight || 0, f.clientHeight || 0, f.scrollHeight || 0, f.offsetHeight || 0)
  8710. }; s && s.w === n.w && s.h === n.h || (s = n, s.t = t(), s.k = "doi", F(s)); w = a.ue_cel.timeout(m, q); A += 1
  8711. } catch (p) { d.ueLogError && ueLogError(p, { attribution: "csm-cel-page-module", logLevel: "WARN" }) }
  8712. } function n() { x("ebl", "default", !1) } function c() { x("efo", "default", !0) } function f() { x("ebl", "app", !1) } function B() { x("efo", "app", !0) } function z() { d.setTimeout(function () { e[E] ? x("ebl", "pageviz", !1) : x("efo", "pageviz", !0) }, 0) } function x(a, b, c) {
  8713. v !== c && (F({
  8714. k: a,
  8715. t: t(), s: b
  8716. }, { ff: !0 === c ? 0 : 1 }), D && h(a, { t: (t() || "0") + "", s: b })); v = c
  8717. } function l() { b.attach && (p && b.attach(y, z, e), G && P.when("mash").execute(function (a) { a && a.addEventListener && (a.addEventListener("appPause", f), a.addEventListener("appResume", B)) }), b.attach("blur", n, d), b.attach("focus", c, d)) } function k() {
  8718. b.detach && (p && b.detach(y, z, e), G && P.when("mash").execute(function (a) { a && a.removeEventListener && (a.removeEventListener("appPause", f), a.removeEventListener("appResume", B)) }), b.detach("blur", n, d), b.detach("focus",
  8719. c, d))
  8720. } var d = a.window, e = a.document, w, t, q, g, s, v = null, A = 0, b = a.ue, F = a.ue_cel.log, C = a.uet, u = a.uex, D = d.csa, h = a.ue_cel.csaEventLog, p = !!b.pageViz, y = p && b.pageViz.event, E = p && b.pageViz.propHid, G = d.P && d.P.when; "function" == typeof C && C("bb", "csmCELLSpdm", { wb: 1 }); return {
  8721. on: function (a) { q = a.timespan || 500; t = a.ts; l(); a = d.location; F({ k: "pmd", o: a.origin, p: a.pathname, t: t() }); m(); "function" == typeof u && u("ld", "csmCELLSpdm", { wb: 1 }) }, off: function (a) { clearTimeout(w); k(); b.count && b.count("cel.PDM.TotalExecutions", A) }, ready: function () {
  8722. return e.body &&
  8723. a.ue_cel && a.ue_cel.log
  8724. }, reset: function () { g = s = null }
  8725. }
  8726. }(), a.ue_cel && a.ue_cel.registerModule("page module", a.ue_pdm))
  8727. })(ue_csm);
  8728. (function (a) {
  8729. a.ue_vpm || !a.ue_cel || a.ue.isBF || (a.ue_vpm = function () {
  8730. function m() { var a = z(), b = { w: k.innerWidth, h: k.innerHeight, x: k.pageXOffset, y: k.pageYOffset }; c && c.w == b.w && c.h == b.h && c.x == b.x && c.y == b.y || (b.t = a, b.k = "vpi", c = b, e(c, { clog: 1 }), s && v("vpi", { t: (c.t || "0") + "", h: (c.h || "0") + "", y: (c.y || "0") + "", w: (c.w || "0") + "", x: (c.x || "0") + "" })); f = 0; x = z() - a; l += 1 } function n() { f || (f = a.ue_cel.timeout(m, B)) } var c, f, B, z, x = 0, l = 0, k = a.window, d = a.ue, e = a.ue_cel.log, w = a.uet, t = a.uex, q = d.attach, g = d.detach, s = k.csa, v = a.ue_cel.csaEventLog;
  8731. "function" == typeof w && w("bb", "csmCELLSvpm", { wb: 1 }); return { on: function (a) { z = a.ts; B = a.timespan || 100; m(); q && (q("scroll", n), q("resize", n)); "function" == typeof t && t("ld", "csmCELLSvpm", { wb: 1 }) }, off: function (a) { clearTimeout(f); g && (g("scroll", n), g("resize", n)); d.count && (d.count("cel.VPI.TotalExecutions", l), d.count("cel.VPI.TotalExecutionTime", x), d.count("cel.VPI.AverageExecutionTime", x / l)) }, ready: function () { return a.ue_cel && a.ue_cel.log }, reset: function () { c = void 0 }, getVpi: function () { return c } }
  8732. }(), a.ue_cel &&
  8733. a.ue_cel.registerModule("viewport module", a.ue_vpm))
  8734. })(ue_csm);
  8735. (function (a) {
  8736. if (!a.ue_fem && a.ue_cel && a.ue_utils) {
  8737. var m = a.ue || {}, n = a.window, c = n.document; !m.isBF && !a.ue_fem && c.querySelector && n.getComputedStyle && [].forEach && (a.ue_fem = function () {
  8738. function f(a, b) { return a > b ? 3 > a - b : 3 > b - a } function B(a, b) {
  8739. var c = n.pageXOffset, d = n.pageYOffset, k; a: {
  8740. try {
  8741. if (a) {
  8742. var e = a.getBoundingClientRect(), g, m = 0 === a.offsetWidth && 0 === a.offsetHeight; c: {
  8743. for (var h = a.parentNode, p = e.left || 0, w = e.top || 0, q = e.width || 0, s = e.height || 0; h && h !== document.body;) {
  8744. var l; d: {
  8745. try {
  8746. var r = void 0; if (h) var t = h.getBoundingClientRect(),
  8747. r = { x: t.left || 0, y: t.top || 0, w: t.width || 0, h: t.height || 0 }; else r = void 0; l = r; break d
  8748. } catch (I) { } l = void 0
  8749. } var u = window.getComputedStyle(h), v = "hidden" === u.overflow, x = v || "hidden" === u.overflowX, y = v || "hidden" === u.overflowY, z = w + s - 1 < l.y + 1 || w + 1 > l.y + l.h - 1; if ((p + q - 1 < l.x + 1 || p + 1 > l.x + l.w - 1) && x || z && y) { g = !0; break c } h = h.parentNode
  8750. } g = !1
  8751. } k = { x: e.left + c || 0, y: e.top + d || 0, w: e.width || 0, h: e.height || 0, d: (m || g) | 0 }
  8752. } else k = void 0; break a
  8753. } catch (J) { } k = void 0
  8754. } if (k && !a.cel_b) a.cel_b = k, D({
  8755. n: a.getAttribute(A), w: a.cel_b.w, h: a.cel_b.h, d: a.cel_b.d,
  8756. x: a.cel_b.x, y: a.cel_b.y, t: b, k: "ewi", cl: a.className
  8757. }, { clog: 1 }); else { if (c = k) c = a.cel_b, d = k, c = d.d === c.d && 1 === d.d ? !1 : !(f(c.x, d.x) && f(c.y, d.y) && f(c.w, d.w) && f(c.h, d.h) && c.d === d.d); c && (a.cel_b = k, D({ n: a.getAttribute(A), w: a.cel_b.w, h: a.cel_b.h, d: a.cel_b.d, x: a.cel_b.x, y: a.cel_b.y, t: b, k: "ewi" }, { clog: 1 })) }
  8758. } function z(d, e) {
  8759. var f; f = d.c ? c.getElementsByClassName(d.c) : d.id ? [c.getElementById(d.id)] : c.querySelectorAll(d.s); d.w = []; for (var g = 0; g < f.length; g++) {
  8760. var h = f[g]; if (h) {
  8761. if (!h.getAttribute(A)) {
  8762. var l = h.getAttribute("cel_widget_id") ||
  8763. (d.id_gen || u)(h, g) || h.id; h.setAttribute(A, l)
  8764. } d.w.push(h); k(Q, h, e)
  8765. }
  8766. } !1 === C && (F++, F === b.length && (C = !0, a.ue_utils.notifyWidgetsLabeled()))
  8767. } function x(a, b) { h.contains(a) || D({ n: a.getAttribute(A), t: b, k: "ewd" }, { clog: 1 }) } function l(a) { K.length && ue_cel.timeout(function () { if (s) { for (var b = R(), c = !1; R() - b < g && !c;) { for (c = S; 0 < c-- && 0 < K.length;) { var d = K.shift(); T[d.type](d.elem, d.time) } c = 0 === K.length } U++; l(a) } }, 0) } function k(a, b, c) { K.push({ type: a, elem: b, time: c }) } function d(a, c) {
  8768. for (var d = 0; d < b.length; d++)for (var e =
  8769. b[d].w || [], h = 0; h < e.length; h++)k(a, e[h], c)
  8770. } function e() { M || (M = a.ue_cel.timeout(function () { M = null; var c = v(); d(W, c); for (var e = 0; e < b.length; e++)k(X, b[e], c); 0 === b.length && !1 === C && (C = !0, a.ue_utils.notifyWidgetsLabeled()); l(c) }, q)) } function w() { M || N || (N = a.ue_cel.timeout(function () { N = null; var a = v(); d(Q, a); l(a) }, q)) } function t() { return y && E && h && h.contains && h.getBoundingClientRect && v } var q = 50, g = 4.5, s = !1, v, A = "data-cel-widget", b = [], F = 0, C = !1, u = function () { }, D = a.ue_cel.log, h, p, y, E, G = n.MutationObserver || n.WebKitMutationObserver ||
  8771. n.MozMutationObserver, r = !!G, H, I, O = "DOMAttrModified", L = "DOMNodeInserted", J = "DOMNodeRemoved", N, M, K = [], U = 0, S = null, W = "removedWidget", X = "updateWidgets", Q = "processWidget", T, V = n.performance || {}, R = V.now && function () { return V.now() } || function () { return Date.now() }; "function" == typeof uet && uet("bb", "csmCELLSfem", { wb: 1 }); return {
  8772. on: function (d) {
  8773. function k() {
  8774. if (t()) {
  8775. T = { removedWidget: x, updateWidgets: z, processWidget: B }; if (r) {
  8776. var a = { attributes: !0, subtree: !0 }; H = new G(w); I = new G(e); H.observe(h, a); I.observe(h, {
  8777. childList: !0,
  8778. subtree: !0
  8779. }); I.observe(p, a)
  8780. } else y.call(h, O, w), y.call(h, L, e), y.call(h, J, e), y.call(p, L, w), y.call(p, J, w); e()
  8781. }
  8782. } h = c.body; p = c.head; y = h.addEventListener; E = h.removeEventListener; v = d.ts; b = a.cel_widgets || []; S = d.bs || 5; m.deffered ? k() : m.attach && m.attach("load", k); "function" == typeof uex && uex("ld", "csmCELLSfem", { wb: 1 }); s = !0
  8783. }, off: function () {
  8784. t() && (I && (I.disconnect(), I = null), H && (H.disconnect(), H = null), E.call(h, O, w), E.call(h, L, e), E.call(h, J, e), E.call(p, L, w), E.call(p, J, w)); m.count && m.count("cel.widgets.batchesProcessed",
  8785. U); s = !1
  8786. }, ready: function () { return a.ue_cel && a.ue_cel.log }, reset: function () { b = a.cel_widgets || [] }
  8787. }
  8788. }(), a.ue_cel && a.ue_fem && a.ue_cel.registerModule("features module", a.ue_fem))
  8789. }
  8790. })(ue_csm);
  8791. (function (a) {
  8792. !a.ue_mcm && a.ue_cel && a.ue_utils && !a.ue.isBF && (a.ue_mcm = function () {
  8793. function m(a, d) {
  8794. var e = a.srcElement || a.target || {}, f = { k: n, w: (d || {}).ow || (B.body || {}).scrollWidth, h: (d || {}).oh || (B.body || {}).scrollHeight, t: (d || {}).ots || c(), x: a.pageX, y: a.pageY, p: l.getXPath(e), n: e.nodeName }; z && "function" === typeof z.now && a.timeStamp && (f.dt = (d || {}).odt || z.now() - a.timeStamp, f.dt = parseFloat(f.dt.toFixed(2))); a.button && (f.b = a.button); e.href && (f.r = l.extractStringValue(e.href)); e.id && (f.i = e.id); e.className && e.className.split &&
  8795. (f.c = e.className.split(/\s+/)); x(f, { c: 1 })
  8796. } var n = "mcm", c, f = a.window, B = f.document, z = f.performance, x = a.ue_cel.log, l = a.ue_utils; return { on: function (k) { c = k.ts; a.ue_cel_stub && a.ue_cel_stub.replayModule(n, m); f.addEventListener && f.addEventListener("mousedown", m, !0) }, off: function (a) { f.addEventListener && f.removeEventListener("mousedown", m, !0) }, ready: function () { return a.ue_cel && a.ue_cel.log }, reset: function () { } }
  8797. }(), a.ue_cel && a.ue_cel.registerModule("mouse click module", a.ue_mcm))
  8798. })(ue_csm);
  8799. (function (a) {
  8800. a.ue_mmm || !a.ue_cel || a.ue.isBF || (a.ue_mmm = function (m) {
  8801. function n(a, b) { var c = { x: a.pageX || a.x || 0, y: a.pageY || a.y || 0, t: l() }; !b && p && (c.t - p.t < B || c.x == p.x && c.y == p.y) || (p = c, u.push(c)) } function c() {
  8802. if (u.length) {
  8803. F = H.now(); for (var a = 0; a < u.length; a++) {
  8804. var c = u[a], d = a; y = u[h]; E = c; var e = void 0; if (!(e = 2 > d)) { e = void 0; a: if (u[d].t - u[d - 1].t > f) e = 0; else { for (e = h + 1; e < d; e++) { var g = y, k = E, l = u[e]; G = (k.x - g.x) * (g.y - l.y) - (g.x - l.x) * (k.y - g.y); if (G * G / ((k.x - g.x) * (k.x - g.x) + (k.y - g.y) * (k.y - g.y)) > z) { e = 0; break a } } e = 1 } e = !e } (r =
  8805. e) ? h = d - 1 : D.pop(); D.push(c)
  8806. } C = H.now() - F; s = Math.min(s, C); v = Math.max(v, C); A = (A * b + C) / (b + 1); b += 1; q({ k: x, e: D, min: Math.floor(1E3 * s), max: Math.floor(1E3 * v), avg: Math.floor(1E3 * A) }, { c: 1 }); u = []; D = []; h = 0
  8807. }
  8808. } var f = 100, B = 20, z = 25, x = "mmm1", l, k, d = a.window, e = d.document, w = d.setInterval, t = a.ue, q = a.ue_cel.log, g, s = 1E3, v = 0, A = 0, b = 0, F, C, u = [], D = [], h = 0, p, y, E, G, r, H = m && m.now && m || Date.now && Date || { now: function () { return (new Date).getTime() } }; return {
  8809. on: function (a) { l = a.ts; k = a.ns; t.attach && t.attach("mousemove", n, e); g = w(c, 3E3) }, off: function (a) {
  8810. k &&
  8811. (p && n(p, !0), c()); clearInterval(g); t.detach && t.detach("mousemove", n, e)
  8812. }, ready: function () { return a.ue_cel && a.ue_cel.log }, reset: function () { u = []; D = []; h = 0; p = null }
  8813. }
  8814. }(window.performance), a.ue_cel && a.ue_cel.registerModule("mouse move module", a.ue_mmm))
  8815. })(ue_csm);
  8816. ue_csm.ue.exec(function (b, c) {
  8817. var e = function () { }, f = function () { return { send: function (b, d) { if (d && b) { var a; if (c.XDomainRequest) a = new XDomainRequest, a.onerror = e, a.ontimeout = e, a.onprogress = e, a.onload = e, a.timeout = 0; else if (c.XMLHttpRequest) { if (a = new XMLHttpRequest, !("withCredentials" in a)) throw ""; } else a = void 0; if (!a) throw ""; a.open("POST", b, !0); a.setRequestHeader && a.setRequestHeader("Content-type", "text/plain"); a.send(d) } }, isSupported: !0 } }(), g = function () {
  8818. return {
  8819. send: function (c, d) {
  8820. if (c && d) if (navigator.sendBeacon(c,
  8821. d)) b.ue_sbuimp && b.ue && b.ue.ssw && b.ue.ssw("eelsts", "scs"); else throw "";
  8822. }, isSupported: !!navigator.sendBeacon && !(c.cordova && c.cordova.platformId && "ios" == c.cordova.platformId)
  8823. }
  8824. }(); b.ue._ajx = f; b.ue._sBcn = g
  8825. }, "Transportation-clients")(ue_csm, window);
  8826. ue_csm.ue.exec(function (b, k) {
  8827. function B() { for (var a = 0; a < arguments.length; a++) { var c = arguments[a]; try { var g; if (c.isSupported) { var f = u.buildPayload(l, e); g = c.send(K, f) } else throw dummyException; return g } catch (d) { } } a = { m: "All supported clients failed", attribution: "CSMSushiClient_TRANSPORTATION_FAIL", f: "sushi-client.js", logLevel: "ERROR" }; C(a, k.ue_err_chan || "jserr"); b.ue_err.buffer && b.ue_err.buffer.push(a) } function m() {
  8828. if (e.length) {
  8829. for (var a = 0; a < n.length; a++)n[a](); B(d._sBcn || {}, d._ajx || {}); e = []; h = {}; l =
  8830. {}; v = w = r = x = 0
  8831. }
  8832. } function L() { var a = new Date, c = function (a) { return 10 > a ? "0" + a : a }; return Date.prototype.toISOString ? a.toISOString() : a.getUTCFullYear() + "-" + c(a.getUTCMonth() + 1) + "-" + c(a.getUTCDate()) + "T" + c(a.getUTCHours()) + ":" + c(a.getUTCMinutes()) + ":" + c(a.getUTCSeconds()) + "." + String((a.getUTCMilliseconds() / 1E3).toFixed(3)).slice(2, 5) + "Z" } function y(a) { try { return JSON.stringify(a) } catch (c) { } return null } function D(a, c, g, f) {
  8833. var q = !1; f = f || {}; s++; if (s == E) {
  8834. var p = {
  8835. m: "Max number of Sushi Logs exceeded", f: "sushi-client.js",
  8836. logLevel: "ERROR", attribution: "CSMSushiClient_MAX_CALLS"
  8837. }; C(p, k.ue_err_chan || "jserr"); b.ue_err.buffer && b.ue_err.buffer.push(p)
  8838. } if (p = !(s >= E)) (p = a && -1 < a.constructor.toString().indexOf("Object") && c && -1 < c.constructor.toString().indexOf("String") && g && -1 < g.constructor.toString().indexOf("String")) || M++; p && (d.count && d.count("Event:" + g, 1), a.producerId = a.producerId || c, a.schemaId = a.schemaId || g, a.timestamp = L(), c = Date.now ? Date.now() : +new Date, g = Math.random().toString().substring(2, 12), a.messageId = b.ue_id + "-" +
  8839. c + "-" + g, f && !f.ssd && (a.sessionId = a.sessionId || b.ue_sid, a.requestId = a.requestId || b.ue_id, a.obfuscatedMarketplaceId = a.obfuscatedMarketplaceId || b.ue_mid), (c = y(a)) ? (c = c.length, (e.length == N || r + c > O) && m(), r += c, a = { data: u.compressEvent(a) }, e.push(a), (f || {}).n ? 0 === F ? m() : v || (v = k.setTimeout(m, F)) : w || (w = k.setTimeout(m, P)), q = !0) : q = !1); !q && b.ue_int && console.error("Invalid JS Nexus API call"); return q
  8840. } function G() {
  8841. if (!H) {
  8842. for (var a = 0; a < z.length; a++)z[a](); for (a = 0; a < n.length; a++)n[a](); e.length && (b.ue_sbuimp && b.ue &&
  8843. b.ue.ssw && (a = y({ dct: l, evt: e }), b.ue.ssw("eeldata", a), b.ue.ssw("eelsts", "unk")), B(d._sBcn || {})); H = !0
  8844. }
  8845. } function I(a) { z.push(a) } function J(a) { n.push(a) } var E = 1E3, N = 499, O = 524288, t = function () { }, d = b.ue || {}, C = d.log || t, Q = b.uex || t; (b.uet || t)("bb", "ue_sushi_v1", { wb: 1 }); var K = b.ue_surl || "https://unagi-na.amazon.com/1/events/com.amazon.csm.nexusclient.gamma", R = ["messageId", "timestamp"], A = "#", e = [], h = {}, l = {}, r = 0, x = 0, M = 0, s = 0, z = [], n = [], H = !1, v, w, F = void 0 === b.ue_hpsi ? 1E3 : b.ue_hpsi, P = void 0 === b.ue_lpsi ? 1E4 : b.ue_lpsi,
  8846. u = function () { function a(a) { h[a] = A + x++; l[h[a]] = a; return h[a] } function c(b) { if (!(b instanceof Function)) { if (b instanceof Array) { for (var f = [], d = b.length, e = 0; e < d; e++)f[e] = c(b[e]); return f } if (b instanceof Object) { f = {}; for (d in b) b.hasOwnProperty(d) && (f[h[d] ? h[d] : a(d)] = -1 === R.indexOf(d) ? c(b[d]) : b[d]); return f } return "string" === typeof b && (b.length > (A + x).length || b.charAt(0) === A) ? h[b] ? h[b] : a(b) : b } } return { compressEvent: c, buildPayload: function () { return y({ cs: { dct: l }, events: e }) } } }(); (function () {
  8847. if (d.event && d.event.isStub) {
  8848. if (b.ue_sbuimp &&
  8849. b.ue && b.ue.ssw) { var a = b.ue.ssw("eelsts").val; if (a && "unk" === a && (a = b.ue.ssw("eeldata").val)) { var c; a: { try { c = JSON.parse(a); break a } catch (g) { } c = null } c && c.evt instanceof Array && c.dct instanceof Object && (e = c.evt, l = c.dct, e && l && (m(), b.ue.ssw("eeldata", "{}"), b.ue.ssw("eelsts", "scs"))) } } d.event.replay(function (a) { a[3] = a[3] || {}; a[3].n = 1; D.apply(this, a) }); d.onSushiUnload.replay(function (a) { I(a[0]) }); d.onSushiFlush.replay(function (a) { J(a[0]) })
  8850. }
  8851. })(); d.attach("beforeunload", G); d.attach("pagehide", G); d._cmps = u; d.event =
  8852. D; d.event.reset = function () { s = 0 }; d.onSushiUnload = I; d.onSushiFlush = J; try { k.P && k.P.register && k.P.register("sushi-client", t) } catch (S) { b.ueLogError(S, { logLevel: "WARN" }) } Q("ld", "ue_sushi_v1", { wb: 1 })
  8853. }, "Nxs-JS-Client")(ue_csm, window);
  8854. ue_csm.ue_unrt = 1500;
  8855. (function (d, b, t) {
  8856. function u(a, g) { var c = a.srcElement || a.target || {}, b = { k: v, t: g.t, dt: g.dt, x: a.pageX, y: a.pageY, p: e.getXPath(c), n: c.nodeName }; a.button && (b.b = a.button); c.type && (b.ty = c.type); c.href && (b.r = e.extractStringValue(c.href)); c.id && (b.i = c.id); c.className && c.className.split && (b.c = c.className.split(/\s+/)); h += 1; e.getFirstAscendingWidget(c, function (a) { b.wd = a; d.ue.log(b, r) }) } function w(a) {
  8857. if (!x(a.srcElement || a.target)) {
  8858. m += 1; n = !0; var g = f = d.ue.d(), c; p && "function" === typeof p.now && a.timeStamp && (c = p.now() -
  8859. a.timeStamp, c = parseFloat(c.toFixed(2))); s = b.setTimeout(function () { u(a, { t: g, dt: c }) }, y)
  8860. }
  8861. } function z(a) { if (a) { var b = a.filter(A); a.length !== b.length && (q = !0, k = d.ue.d(), n && q && (k && f && d.ue.log({ k: B, t: f, m: Math.abs(k - f) }, r), l(), q = !1, k = 0)) } } function A(a) {
  8862. if (!a) return !1; var b = "characterData" === a.type ? a.target.parentElement : a.target; if (!b || !b.hasAttributes || !b.attributes) return !1; var c = {
  8863. "class": "gw-clock gw-clock-aria s-item-container-height-auto feed-carousel using-mouse kfs-inner-container".split(" "), id: ["dealClock",
  8864. "deal_expiry_timer", "timer"], role: ["timer"]
  8865. }, d = !1; Object.keys(c).forEach(function (a) { var e = b.attributes[a] ? b.attributes[a].value : ""; (c[a] || "").forEach(function (a) { -1 !== e.indexOf(a) && (d = !0) }) }); return d
  8866. } function x(a) {
  8867. if (!a) return !1; var b = (e.extractStringValue(a.nodeName) || "").toLowerCase(), c = (e.extractStringValue(a.type) || "").toLowerCase(), d = (e.extractStringValue(a.href) || "").toLowerCase(); a = (e.extractStringValue(a.id) || "").toLowerCase(); var f = "checkbox color date datetime-local email file month number password radio range reset search tel text time url week".split(" ");
  8868. if (-1 !== ["select", "textarea", "html"].indexOf(b) || "input" === b && -1 !== f.indexOf(c) || "a" === b && -1 !== d.indexOf("http") || -1 !== ["sitbreaderrightpageturner", "sitbreaderleftpageturner", "sitbreaderpagecontainer"].indexOf(a)) return !0
  8869. } function l() { n = !1; f = 0; b.clearTimeout(s) } function C() { b.ue.onunload(function () { ue.count("armored-cxguardrails.unresponsive-clicks.violations", h); ue.count("armored-cxguardrails.unresponsive-clicks.violationRate", h / m * 100 || 0) }) } if (b.MutationObserver && b.addEventListener && Object.keys &&
  8870. d && d.ue && d.ue.log && d.ue_unrt && d.ue_utils) { var y = d.ue_unrt, r = "cel", v = "unr_mcm", B = "res_mcm", p = b.performance, e = d.ue_utils, n = !1, f = 0, s = 0, q = !1, k = 0, h = 0, m = 0; b.addEventListener && (b.addEventListener("mousedown", w, !0), b.addEventListener("beforeunload", l, !0), b.addEventListener("visibilitychange", l, !0), b.addEventListener("pagehide", l, !0)); b.ue && b.ue.event && b.ue.onSushiUnload && b.ue.onunload && C(); (new MutationObserver(z)).observe(t, { childList: !0, attributes: !0, characterData: !0, subtree: !0 }) }
  8871. })(ue_csm, window, document);
  8872. ue_csm.ue.exec(function (g, e) {
  8873. if (e.ue_err) {
  8874. var f = ""; e.ue_err.errorHandlers || (e.ue_err.errorHandlers = []); e.ue_err.errorHandlers.push({
  8875. name: "fctx", handler: function (a) {
  8876. if (!a.logLevel || "FATAL" === a.logLevel) if (f = g.getElementsByTagName("html")[0].innerHTML) {
  8877. var b = f.indexOf("var ue_t0=ue_t0||+new Date();"); if (-1 !== b) {
  8878. var b = f.substr(0, b).split(String.fromCharCode(10)), d = Math.max(b.length - 10 - 1, 0), b = b.slice(d, b.length - 1); a.fcsmln = d + b.length + 1; a.cinfo = a.cinfo || {}; for (var c = 0; c < b.length; c++)a.cinfo[d + c + 1 + ""] =
  8879. b[c]
  8880. } b = f.split(String.fromCharCode(10)); a.cinfo = a.cinfo || {}; if (!(a.f || void 0 === a.l || a.l in a.cinfo)) for (c = +a.l - 1, d = Math.max(c - 5, 0), c = Math.min(c + 5, b.length - 1); d <= c; d++)a.cinfo[d + 1 + ""] = b[d]
  8881. }
  8882. }
  8883. })
  8884. }
  8885. }, "fatals-context")(document, window);
  8886. (function (m, b) {
  8887. function c(k) {
  8888. function f(a) { a && "string" === typeof a && (a = (a = a.match(/^(?:https?:)?\/\/(.*?)(\/|$)/i)) && 1 < a.length ? a[1] : null, a && a && ("number" === typeof e[a] ? e[a]++ : e[a] = 1)) } function d(a) { var e = 10, d = +new Date; a && a.timeRemaining ? e = a.timeRemaining() : a = { timeRemaining: function () { return Math.max(0, e - (+new Date - d)) } }; for (var c = b.performance.getEntries(), k = e; g < c.length && k > n;)c[g].name && f(c[g].name), g++, k = a.timeRemaining(); g >= c.length ? h(!0) : l() } function h(a) {
  8889. if (!a) {
  8890. a = m.scripts; var c; if (a) for (var d =
  8891. 0; d < a.length; d++)(c = a[d].getAttribute("src")) && "undefined" !== c && f(c)
  8892. } 0 < Object.keys(e).length && (p && ue_csm.ue && ue_csm.ue.event && (a = { domains: e, pageType: b.ue_pty || null, subPageType: b.ue_spty || null, pageTypeId: b.ue_pti || null }, ue_csm.ue_sjslob && (a.lob = ue_csm.ue_lob || "0"), ue_csm.ue.event(a, "csm", "csm.CrossOriginDomains.2")), b.ue_ext = e)
  8893. } function l() { !0 === k ? d() : b.requestIdleCallback ? b.requestIdleCallback(d) : b.requestAnimationFrame ? b.requestAnimationFrame(d) : b.setTimeout(d, 100) } function c() {
  8894. if (b.performance &&
  8895. b.performance.getEntries) { var a = b.performance.getEntries(); !a || 0 >= a.length ? h(!1) : l() } else h(!1)
  8896. } var e = b.ue_ext || {}; b.ue_ext || c(); return e
  8897. } function q() { setTimeout(c, r) } var s = b.ue_dserr || !1, p = !0, n = 1, r = 2E3, g = 0; b.ue_err && s && (b.ue_err.errorHandlers || (b.ue_err.errorHandlers = []), b.ue_err.errorHandlers.push({
  8898. name: "ext", handler: function (b) {
  8899. if (!b.logLevel || "FATAL" === b.logLevel) {
  8900. var f = c(!0), d = [], h; for (h in f) {
  8901. var f = h, g = f.match(/amazon(\.com?)?\.\w{2,3}$/i); g && 1 < g.length || -1 !== f.indexOf("amazon-adsystem.com") ||
  8902. -1 !== f.indexOf("amazonpay.com") || -1 !== f.indexOf("cloudfront-labs.amazonaws.com") || d.push(h)
  8903. } b.ext = d
  8904. }
  8905. }
  8906. })); b.ue && b.ue.isl ? c() : b.ue && ue.attach && ue.attach("load", q)
  8907. })(document, window);
  8908. var ue_wtc_c = 3;
  8909. ue_csm.ue.exec(function (b, e) {
  8910. function l() { for (var a = 0; a < f.length; a++)a: for (var d = s.replace(A, f[a]) + g[f[a]] + t, c = arguments, b = 0; b < c.length; b++)try { c[b].send(d); break a } catch (e) { } g = {}; f = []; n = 0; k = p } function u() { B ? l(q) : l(C, q) } function v(a, m, c) {
  8911. r++; if (r > w) d.count && 1 == r - w && (d.count("WeblabTriggerThresholdReached", 1), b.ue_int && console.error("Number of max call reached. Data will no longer be send")); else {
  8912. var h = c || {}; h && -1 < h.constructor.toString().indexOf(D) && a && -1 < a.constructor.toString().indexOf(x) && m && -1 <
  8913. m.constructor.toString().indexOf(x) ? (h = b.ue_id, c && c.rid && (h = c.rid), c = h, a = encodeURIComponent(",wl=" + a + "/" + m), 2E3 > a.length + p ? (2E3 < k + a.length && u(), void 0 === g[c] && (g[c] = "", f.push(c)), g[c] += a, k += a.length, n || (n = e.setTimeout(u, E))) : b.ue_int && console.error("Invalid API call. The input provided is over 2000 chars.")) : d.count && (d.count("WeblabTriggerImproperAPICall", 1), b.ue_int && console.error("Invalid API call. The input provided does not match the API protocol i.e ue.trigger(String, String, Object)."))
  8914. }
  8915. } function F() {
  8916. d.trigger &&
  8917. d.trigger.isStub && d.trigger.replay(function (a) { v.apply(this, a) })
  8918. } function y() { z || (f.length && l(q), z = !0) } var t = ":1234", s = "//" + b.ue_furl + "/1/remote-weblab-triggers/1/OE/" + b.ue_mid + ":" + b.ue_sid + ":PLCHLDR_RID$s:wl-client-id%3DCSMTriger", A = "PLCHLDR_RID", E = b.wtt || 1E4, p = s.length + t.length, w = b.mwtc || 2E3, G = 1 === e.ue_wtc_c, B = 3 === e.ue_wtc_c, H = e.XMLHttpRequest && "withCredentials" in new e.XMLHttpRequest, x = "String", D = "Object", d = b.ue, g = {}, f = [], k = p, n, z = !1, r = 0, C = function () {
  8919. return {
  8920. send: function (a) {
  8921. if (H) {
  8922. var b = new e.XMLHttpRequest;
  8923. b.open("GET", a, !0); G && (b.withCredentials = !0); b.send()
  8924. } else throw "";
  8925. }
  8926. }
  8927. }(), q = function () { return { send: function (a) { (new Image).src = a } } }(); e.encodeURIComponent && (d.attach && (d.attach("beforeunload", y), d.attach("pagehide", y)), F(), d.trigger = v)
  8928. }, "client-wbl-trg")(ue_csm, window);
  8929. (function (k, d, h) {
  8930. function f(a, c, b) { a && a.indexOf && 0 === a.indexOf("http") && 0 !== a.indexOf("https") && l(s, c, a, b) } function g(a, c, b) { a && a.indexOf && (location.href.split("#")[0] != a && null !== a && "undefined" !== typeof a || l(t, c, a, b)) } function l(a, c, b, e) { m[b] || (e = u && e ? n(e) : "N/A", d.ueLogError && d.ueLogError({ message: a + c + " : " + b, logLevel: v, stack: "N/A" }, { attribution: e }), m[b] = 1, p++) } function e(a, c) { if (a && c) for (var b = 0; b < a.length; b++)try { c(a[b]) } catch (d) { } } function q() {
  8931. return d.performance && d.performance.getEntriesByType ?
  8932. d.performance.getEntriesByType("resource") : []
  8933. } function n(a) { if (a.id) return "//*[@id='" + a.id + "']"; var c; c = 1; var b; for (b = a.previousSibling; b; b = b.previousSibling)b.nodeName == a.nodeName && (c += 1); b = a.nodeName; 1 != c && (b += "[" + c + "]"); a.parentNode && (b = n(a.parentNode) + "/" + b); return b } function w() { var a = h.images; a && a.length && e(a, function (a) { var b = a.getAttribute("src"); f(b, "img", a); g(b, "img", a) }) } function x() { var a = h.scripts; a && a.length && e(a, function (a) { var b = a.getAttribute("src"); f(b, "script", a); g(b, "script", a) }) }
  8934. function y() { var a = h.styleSheets; a && a.length && e(a, function (a) { if (a = a.ownerNode) { var b = a.getAttribute("href"); f(b, "style", a); g(b, "style", a) } }) } function z() { if (A) { var a = q(); e(a, function (a) { f(a.name, a.initiatorType) }) } } function B() { e(q(), function (a) { g(a.name, a.initiatorType) }) } function r() { var a; a = d.location && d.location.protocol ? d.location.protocol : void 0; "https:" == a && (z(), w(), x(), y(), B(), p < C && setTimeout(r, D)) } var s = "[CSM] Insecure content detected ", t = "[CSM] Ajax request to same page detected ", v = "WARN",
  8935. m = {}, p = 0, D = k.ue_nsip || 1E3, C = 5, A = 1 == k.ue_urt, u = !0; ue_csm.ue_disableNonSecure || (d.performance && d.performance.setResourceTimingBufferSize && d.performance.setResourceTimingBufferSize(300), r())
  8936. })(ue_csm, window, document);
  8937. var ue_aa_a = "";
  8938. if (ue.trigger && (ue_aa_a === "C" || ue_aa_a === "T1")) {
  8939. ue.trigger("UEDATA_AA_SERVERSIDE_ASSIGNMENT_CLIENTSIDE_TRIGGER_190249", ue_aa_a);
  8940. }
  8941. (function (f, b) {
  8942. function g() { try { b.PerformanceObserver && "function" === typeof b.PerformanceObserver && (a = new b.PerformanceObserver(function (b) { c(b.getEntries()) }), a.observe(d)) } catch (h) { k() } } function m() { for (var h = d.entryTypes, a = 0; a < h.length; a++)c(b.performance.getEntriesByType(h[a])) } function c(a) {
  8943. if (a && Array.isArray(a)) {
  8944. for (var c = 0, e = 0; e < a.length; e++) { var d = l.indexOf(a[e].name); if (-1 !== d) { var g = Math.round(b.performance.timing.navigationStart + a[e].startTime); f.uet(n[d], void 0, void 0, g); c++ } } l.length ===
  8945. c && k()
  8946. }
  8947. } function k() { a && a.disconnect && "function" === typeof a.disconnect && a.disconnect() } if ("function" === typeof f.uet && b.performance && "object" === typeof b.performance && b.performance.getEntriesByType && "function" === typeof b.performance.getEntriesByType && b.performance.timing && "object" === typeof b.performance.timing && "number" === typeof b.performance.timing.navigationStart) {
  8948. var d = { entryTypes: ["paint"] }, l = ["first-paint", "first-contentful-paint"], n = ["fp", "fcp"], a; try { m(), g() } catch (p) {
  8949. f.ueLogError(p, {
  8950. logLevel: "ERROR",
  8951. attribution: "performanceMetrics"
  8952. })
  8953. }
  8954. }
  8955. })(ue_csm, window);
  8956. if (window.csa) {
  8957. csa("Events")("setEntity", {
  8958. page: { pageType: "Detail", subPageType: "Kindle_HW", pageTypeId: "B0BF75VM4T" }
  8959. });
  8960. }
  8961. csa.plugin(function (c) { var m = "transitionStart", n = "pageVisible", e = "PageTiming", t = "visibilitychange", s = "$latency.visible", i =sl c.global, r = (i.performance || {}).timing, a = ["navigationStart", "unloadEventStart", "unloadEventEnd", "redirectStart", "redirectEnd", "fetchStart", "domainLookupStart", "domainLookupEnd", "connectStart", "connectEnd", "secureConnectionStart", "requestStart", "responseStart", "responseEnd", "domLoading", "domInteractive", "domContentLoadedEventStart", "domContentLoadedEventEnd", "domComplete", "loadEventStart", "loadEventEnd"], u = c.config, o = i.Math, l = o.max, g = o.floor, d = i.document || {}, f = (r || {}).navigationStart, v = f, p = 0, S = null; if (i.Object.keys && [].forEach && !u["KillSwitch." + e]) { if (!r || null === f || f <= 0 || void 0 === f) return c.error("Invalid navigation timing data: " + f); S = new E({ schemaId: "<ns>.PageLatency.6", producerId: "csa" }), "boolean" != typeof d.hidden && "string" != typeof d.visibilityState || !d.removeEventListener ? c.emit(s) : b() ? (c.emit(s), I(n, f)) : c.on(d, t, function e() { b() && (v = c.time(), d.removeEventListener(t, e), I(m, v), I(n, v), c.emit(s)) }), c.once("$unload", h), c.once("$load", h), c.on("$pageTransition", function () { v = c.time() }), c.register(e, { mark: I, instance: function (e) { return new E(e) } }) } function E(e) { var i, r = null, a = e.ent || { page: ["pageType", "subPageType", "requestId"] }, o = e.logger || c("Events", { producerId: e.producerId, lob: u.lob || "0" }); if (!e || !e.producerId || !e.schemaId) return c.error("The producer id and schema Id must be defined for PageLatencyInstance."); function d() { return i || v } function n() { r = c.UUID() } this.mark = function (n, t) { if (null != n) return t = t || c.time(), n === m && (i = t), c.once(s, function () { o("log", { messageId: r, __merge: function (e) { e.markers[n] = function (e, n) { return l(0, n - (e || v)) }(d(), t), e.markerTimestamps[n] = g(t) }, markers: {}, markerTimestamps: {}, navigationStartTimestamp: d() ? new Date(d()).toISOString() : null, schemaId: e.schemaId }, { ent: a }) }), t }, n(), c.on("$beforePageTransition", n) } function I(e, n) { e === m && (v = n); var t = S.mark(e, n); c.emit("$timing:" + e, t) } function h() { if (!p) { for (var e = 0; e < a.length; e++)r[a[e]] && I(a[e], r[a[e]]); p = 1 } } function b() { return !d.hidden || "visible" === d.visibilityState } }); csa.plugin(function (u) { var f, c, l = "length", a = "parentElement", t = "target", i = "getEntriesByName", e = "perf", n = null, r = "_csa_flt", o = "_csa_llt", s = "previousSibling", d = "visuallyLoaded", g = "client", h = "offset", m = "scroll", p = "Width", v = "Height", y = g + p, E = g + v, S = h + p, b = h + v, x = m + p, O = m + v, _ = "_osrc", w = "_elt", L = "_eid", T = 10, I = 5, N = 15, k = 100, B = u.global, H = u.timeout, W = B.Math, Y = W.max, C = W.floor, F = W.ceil, M = B.document || {}, R = M.body || {}, V = M.documentElement || {}, $ = B.performance || {}, P = ($.timing || {}).navigationStart, X = Date.now, D = Object.values || (u.types || {}).ovl, J = u("PageTiming"), j = u("SpeedIndexBuffers"), q = [], Q = [], U = [], z = [], A = [], G = [], K = .1, Z = .1, ee = 0, ne = 0, te = !0, ie = 0, re = 0, oe = 1 == u.config["SpeedIndex.ForceReplay"], ae = 0, fe = 1, ue = 0, ce = {}, le = [], se = 0, de = { buffered: 1 }; function ge(e) { u.global.ue_csa_ss_tag || u.emit("$csmTag:" + e, 0, de) } function he() { for (var e = X(), n = 0; f;) { if (0 !== f[l]) { if (!1 !== f.h(f[0]) && f.shift(), n++, !oe && n % T == 0 && X() - e > I) break } else f = f.n } ee = 0, f && (ee || (!0 === M.hidden ? (oe = 1, he()) : u.timeout(he, 0))) } function me(e, n, t, i, r) { ue = C(e), q = n, Q = t, U = i, G = r; var o = M.createTreeWalker(M.body, NodeFilter.SHOW_TEXT, null, null), a = { w: B.innerWidth, h: B.innerHeight, x: B.pageXOffset, y: B.pageYOffset }; M.body[w] = e, z.push({ w: o, vp: a }), A.push({ img: M.images, iter: 0 }), q.h = pe, (q.n = Q).h = ve, (Q.n = U).h = ye, (U.n = z).h = Ee, (z.n = A).h = Se, (A.n = G).h = be, f = q, he() } function pe(e) { e.m.forEach(function (e) { for (var n = e; n && (e === n || !n[r] || !n[o]);)n[r] || (n[r] = e[r]), n[o] || (n[o] = e[o]), n[w] = n[r] - P, n = n[s] }) } function ve(e) { e.m.forEach(function (e) { var n = e[t]; _ in n || (n[_] = e.oldValue) }) } function ye(n) { n.m.forEach(function (e) { e[t][w] = n.t - P }) } function Ee(e) { for (var n, t = e.vp, i = e.w, r = T; (n = i.nextNode()) && 0 < r;) { r -= 1; var o = (n[a] || {}).nodeName; "SCRIPT" !== o && "STYLE" !== o && "NOSCRIPT" !== o && "BODY" !== o && 0 !== (n.nodeValue || "").trim()[l] && Le(n[a], xe(n), t) } return !n } function Se(e) { for (var n = { w: B.innerWidth, h: B.innerHeight, x: B.pageXOffset, y: B.pageYOffset }, t = T; e.iter < e.img[l] && 0 < t;) { var i, r = e.img[e.iter], o = we(r), a = o && xe(o) || xe(r); o ? (o[w] = a, i = _e(o.querySelector('[aria-posinset="1"] img') || r) || a, r = o) : i = _e(r) || a, re && c < i && (i = a), Le(r, i, n), e.iter += 1, t -= 1 } return e.img[l] <= e.iter } function be(e) { var n = [], i = 0, r = 0, o = ne, t = B.innerHeight || Y(R[O] || 0, R[b] || 0, V[E] || 0, V[O] || 0, V[b] || 0), a = C(e.y / k), f = F((e.y + t) / k); le.slice(a, f).forEach(function (e) { (e.elems || []).forEach(function (e) { e.lt in n || (n[e.lt] = {}), e.id in n[e.lt] || (i += (n[e.lt][e.id] = e).a) }) }), ge("startVL"), D(n).forEach(function (e) { D(e).forEach(function (e) { var n = 1 - r / i, t = Y(e.lt, o); se += n * (t - o), o = t, function (e, n) { var t; for (; K <= 1 && K - .01 <= e;)Te(d + (t = (100 * K).toFixed(0)), n.lt), "50" !== t && "90" !== t || u("Content", { target: n.e })("mark", d + t, P + F(n.lt || 0)), K += Z }((r += e.a) / i, e) }) }), ge("endVL"), ne = e.t - P, G[l] <= 1 && (Te("speedIndex", se), Te(d + "0", ue)), te && (te = !1, Te("atfSpeedIndex", se)) } function xe(e) { for (var n = e[a], t = N; n && 0 < t;) { if (n[w] || 0 === n[w]) return Y(n[w], ue); n = n.parentElement, t -= 1 } } function Oe(e, n) { if (e) { if (!e.indexOf("data:")) return xe(n); var t = $[i](e) || []; if (0 < t[l]) return Y(F(t[0].responseEnd || 0), ue) } } function _e(e) { return Oe(e[_], e) || Oe(e.currentSrc, e) || Oe(e.src, e) } function we(e) { for (var n = 10, t = e.parentElement; t && 0 < n;) { if (t.classList && t.classList.contains("a-carousel-viewport")) return t; t = t.parentElement, n -= 1 } return null } function Le(e, n, t) { if ((n || 0 === n) && !e[L]) { var i = e.getBoundingClientRect(), r = i.width * i.height, o = t.w || Y(R[x] || 0, R[S] || 0, V[y] || 0, V[x] || 0, V[S] || 0) || i.right, a = i.width / 2, f = fe++; if (0 != r && !(a < i.right - o || i.right < a)) { for (var u = { e: e, lt: n, a: r, id: f }, c = C((i.top + t.y) / k), l = F((i.top + t.y + i.height) / k), s = c; s <= l; s++)s in le || (le[s] = { elems: [], lt: 0 }), le[s].elems.push(u); e[L] = f } } } function Te(e, n) { J("mark", e, P + F((ce[e] = n) || 0)) } function Ie(e) { ae || (ge("browserQuite" + e), j("getBuffers", me), ae = 1) } P && D && $[i] ? (ge(e + "Yes"), j("registerListener", function () { re && (clearTimeout(ie), ie = H(Ie.bind(n, "Mut"), 2500)) }), u.once("$unload", function () { oe = 1, Ie("Ud") }), u.once("$load", function () { re = 1, c = X() - P, ie = H(Ie.bind(n, "Ld"), 2500) }), u.once("$timing:functional", Ie.bind(n, "Fn")), j("replayModuleIsLive"), u.register("SpeedIndex", { getMarkers: function (e) { e && e(JSON.parse(JSON.stringify(ce))) } })) : ge(e + "No") }); csa.plugin(function (e) { var m = !!e.config["LCP.elementDedup"], t = !1, n = e("PageTiming"), r = e.global.PerformanceObserver, a = e.global.performance; function i() { return a.timing.navigationStart } function o() { t || function (o) { var l = new r(function (e) { var t = e.getEntries(); if (0 !== t.length) { var n = t[t.length - 1]; if (m && "" !== n.id && n.element && "IMG" === n.element.tagName) { for (var r = {}, a = t[0], i = 0; i < t.length; i++)t[i].id in r || ("" !== t[i].id && (r[t[i].id] = !0), a.startTime < t[i].startTime && (a = t[i])); n = a } l.disconnect(), o({ startTime: n.startTime, renderTime: n.renderTime, loadTime: n.loadTime }) } }); try { l.observe({ type: "largest-contentful-paint", buffered: !0 }) } catch (e) { } }(function (e) { e && (t = !0, n("mark", "largestContentfulPaint", Math.floor(e.startTime + i())), e.renderTime && n("mark", "largestContentfulPaint.render", Math.floor(e.renderTime + i())), e.loadTime && n("mark", "largestContentfulPaint.load", Math.floor(e.loadTime + i()))) }) } r && a && a.timing && (e.once("$unload", o), e.once("$load", o), e.register("LargestContentfulPaint", {})) }); csa.plugin(function (r) { var e = r("Metrics", { producerId: "csa" }), n = r.global.PerformanceObserver; n && (n = new n(function (r) { var t = r.getEntries(); if (0 === t.length || !t[0].processingStart || !t[0].startTime) return; !function (r) { r = r || 0, n.disconnect(), 0 <= r ? e("recordMetric", "firstInputDelay", r) : e("recordMetric", "firstInputDelay.invalid", 1) }(t[0].processingStart - t[0].startTime) }), function () { try { n.observe({ type: "first-input", buffered: !0 }) } catch (r) { } }()) }); csa.plugin(function (d) { var e = "Metrics", g = d.config, f = 0; function r(i) { var c, t, e = i.producerId, r = i.logger, o = r || d("Events", { producerId: e, lob: g.lob || "0" }), s = (i || {}).dimensions || {}, u = {}, n = -1; if (!e && !r) return d.error("Either a producer id or custom logger must be defined"); function a() { n !== f && (c = d.UUID(), t = d.UUID(), u = {}, n = f) } this.recordMetric = function (r, n) { var e = i.logOptions || { ent: { page: ["pageType", "subPageType", "requestId"] } }; e.debugMetric = i.debugMetric, a(), o("log", { messageId: c, schemaId: i.schemaId || "<ns>.Metric.4", metrics: {}, dimensions: s, __merge: function (e) { e.metrics[r] = n } }, e) }, this.recordCounter = function (r, e) { var n = i.logOptions || { ent: { page: ["pageType", "subPageType", "requestId"] } }; if ("string" != typeof r || "number" != typeof e || !isFinite(e)) return d.error("Invalid type given for counter name or counter value: " + r + "/" + e); a(), r in u || (u[r] = {}); var c = u[r]; "f" in c || (c.f = e), c.c = (c.c || 0) + 1, c.s = (c.s || 0) + e, c.l = e, o("log", { messageId: t, schemaId: i.schemaId || "<ns>.InternalCounters.3", c: {}, __merge: function (e) { r in e.c || (e.c[r] = {}), c.fs || (c.fs = 1, e.c[r].f = c.f), 1 < c.c && (e.c[r].s = c.s, e.c[r].l = c.l, e.c[r].c = c.c) } }, n) } } g["KillSwitch." + e] || (new r({ producerId: "csa" }).recordMetric("baselineMetricEvent", 1), d.on("$beforePageTransition", function () { f++ }), d.register(e, { instance: function (e) { return new r(e || {}) } })) }); csa.plugin(function (s) { var n = s.config, r = (s.global.performance || {}).timing, c = (r || {}).navigationStart || s.time(), g = 0; function e() { g += 1 } function i(i) { i = i || {}; var o = s.UUID(), t = g, r = i.producerId, e = i.logger, a = e || s("Events", { producerId: r, lob: n.lob || "0" }); if (!r && !e) return s.error("Either a producer id or custom logger must be defined"); this.mark = function (e, r) { var n = (void 0 === r ? s.time() : r) - c; t !== g && (t = g, o = s.UUID()), a("log", { messageId: o, schemaId: i.schemaId || "<ns>.Timer.1", markers: {}, __merge: function (r) { r.markers[e] = n } }, i.logOptions) } } r && (e(), s.on("$beforePageTransition", e), s.register("Timers", { instance: function (r) { return new i(r || {}) } })) }); csa.plugin(function (t) { var e = "takeRecords", i = "disconnect", n = "function", o = t("Metrics", { producerId: "csa" }), c = t("PageTiming"), a = t.global, u = t.timeout, r = t.on, f = a.PerformanceObserver, m = 0, l = !1, s = 0, d = a.performance, h = a.document, v = null, y = !1, g = t.blank; function p() { l || (l = !0, clearTimeout(v), typeof f[e] === n && f[e](), typeof f[i] === n && f[i](), o("recordMetric", "documentCumulativeLayoutShift", m), c("mark", "cumulativeLayoutShiftLastTimestamp", Math.floor(s + d.timing.navigationStart))) } f && d && d.timing && h && (f = new f(function (t) { v && clearTimeout(v); t.getEntries().forEach(function (t) { t.hadRecentInput || (m += t.value, s < t.startTime && (s = t.startTime)) }), v = u(p, 5e3) }), function () { try { f.observe({ type: "layout-shift", buffered: !0 }), v = u(p, 5e3) } catch (t) { } }(), g = r(h, "click", function (t) { y || (y = !0, o("recordMetric", "documentCumulativeLayoutShiftToFirstInput", m), g()) }), r(h, "visibilitychange", function () { "hidden" === h.visibilityState && p() }), t.once("$unload", p)) }); csa.plugin(function (e) { var t, n = e.global, r = n.PerformanceObserver, c = e("Metrics", { producerId: "csa" }), o = 0, i = 0, a = -1, l = n.Math, f = l.max, u = l.ceil; if (r) { t = new r(function (e) { e.getEntries().forEach(function (e) { var t = e.duration; o += t, i += t, a = f(t, a) }) }); try { t.observe({ type: "longtask", buffered: !0 }) } catch (e) { } t = new r(function (e) { 0 < e.getEntries().length && (i = 0, a = -1) }); try { t.observe({ type: "largest-contentful-paint", buffered: !0 }) } catch (e) { } e.on("$unload", g), e.on("$beforePageTransition", g) } function g() { c("recordMetric", "totalBlockingTime", u(i || 0)), c("recordMetric", "totalBlockingTimeInclLCP", u(o || 0)), c("recordMetric", "maxBlockingTime", u(a || 0)), i = o = 0, a = -1 } }); csa.plugin(function (o) { var e = "CacheDetection", r = "csa-ctoken-", c = o.store, t = o.deleteStored, n = o.config, i = n[e + ".RequestID"], a = n[e + ".Callback"], s = o.global, u = s.document || {}, d = s.Date, l = o("Events"), f = o("Events", { producerId: "csa", lob: n.lob || "0" }); function p(e) { try { var c = u.cookie.match(RegExp("(^| )" + e + "=([^;]+)")); return c && c[2].trim() } catch (e) { } } n["KillSwitch." + e] || (function () { var e = function () { var e = p("cdn-rid"); if (e) return { r: e, s: "cdn" } }() || function () { if (o.store(r + i)) return { r: o.UUID().toUpperCase().replace(/-/g, "").slice(0, 20), s: "device" } }() || {}, c = e.r, n = e.s; if (!!c) { var t = p("session-id"); !function (e, c, n, t) { l("setEntity", { page: { pageSource: "cache", requestId: e, cacheRequestId: i, cacheSource: t }, session: { id: n } }) }(c, 0, t, n), "device" === n && f("log", { schemaId: "<ns>.CacheImpression.2" }, { ent: "all" }), a && a(c, t, n) } }(), c(r + i, d.now() + 36e5), o.once("$load", function () { var n = d.now(); t(function (e, c) { return 0 == e.indexOf(r) && parseInt(c) < n }) })) }); csa.plugin(function (u) { var i, t = "Content", e = "MutationObserver", n = "addedNodes", a = "querySelectorAll", f = "matches", r = "getAttributeNames", o = "getAttribute", s = "dataset", c = "widget", l = "producerId", d = "slotId", h = "iSlotId", g = { ent: { element: 1, page: ["pageType", "subPageType", "requestId"] } }, p = 5, m = u.config[t + ".BubbleUp.SearchDepth"] || 35, y = u.config[t + ".SearchPage"] || 0, v = "csaC", b = v + "Id", E = "logRender", w = {}, I = u.config, O = I[t + ".Selectors"] || [], C = I[t + ".WhitelistedAttributes"] || { href: 1, class: 1 }, N = I[t + ".EnableContentEntities"], S = I["KillSwitch.ContentRendered"], k = u.global, A = k.document || {}, U = A.documentElement, L = k.HTMLElement, R = {}, _ = [], j = function (t, e, n, i) { var o = this, r = u("Events", { producerId: t || "csa", lob: I.lob || "0" }); e.type = e.type || c, o.id = e.id, o.l = r, o.e = e, o.el = n, o.rt = i, o.dlo = g, o.op = W(n, "csaOp"), o.log = function (t, e) { r("log", t, e || g) }, o.entities = function (t) { t(e) }, e.id && r("setEntity", { element: e }) }, x = j.prototype; function D(t) { var e = (t = t || {}).element, n = t.target; return e ? function (t, e) { var n; n = t instanceof L ? K(t) || Y(e[l], t, z, u.time()) : R[t.id] || H(e[l], 0, t, u.time()); return n }(e, t) : n ? M(n) : u.error("No element or target argument provided.") } function M(t) { var e = function (t) { var e = null, n = 0; for (; t && n < m;) { if (n++, P(t, b)) { e = t; break } t = t.parentElement } return e }(t); return e ? K(e) : new j("csa", { id: null }, null, u.time()) } function P(t, e) { if (t && t.dataset) return t.dataset[e] } function T(t, e, n) { _.push({ n: n, e: t, t: e }), B() } function q() { for (var t = u.time(), e = 0; 0 < _.length;) { var n = _.shift(); if (w[n.n](n.e, n.t), ++e % 10 == 0 && u.time() - t > p) break } i = 0, _.length && B() } function B() { i = i || u.raf(q) } function X(t, e, n) { return { n: t, e: e, t: n } } function Y(t, e, n, i) { var o = u.UUID(), r = { id: o }, c = M(e); return e[s][b] = o, n(r, e), c && c.id && (r.parentId = c.id), H(t, e, r, i) } function $(t) { return isNaN(t) ? null : Math.round(t) } function H(t, e, n, i) { N && (n.schemaId = "<ns>.ContentEntity.2"), n.id = n.id || u.UUID(); var o = new j(t, n, e, i); return function (t) { return !S && ((t.op || {}).hasOwnProperty(E) || y) }(o) && function (t, e) { var n = {}, i = u.exec($); t.el && (n = t.el.getBoundingClientRect()), t.log({ schemaId: "<ns>.ContentRender.3", timestamp: e, width: i(n.width), height: i(n.height), positionX: i(n.left + k.pageXOffset), positionY: i(n.top + k.pageYOffset) }) }(o, i), u.emit("$content.register", o), R[n.id] = o } function K(t) { return R[(t[s] || {})[b]] } function W(n, i) { var o = {}; return r in (n = n || {}) && Object.keys(n[s]).forEach(function (t) { if (!t.indexOf(i) && i.length < t.length) { var e = function (t) { return (t[0] || "").toLowerCase() + t.slice(1) }(t.slice(i.length)); o[e] = n[s][t] } }), o } function z(t, e) { r in e && (function (t, e) { var n = W(t, v); Object.keys(n).forEach(function (t) { e[t] = n[t] }) }(e, t), d in t && (t[h] = t[d]), function (e, n) { (e[r]() || []).forEach(function (t) { t in C && (n[t] = e[o](t)) }) }(e, t)) } U && A[a] && k[e] && (O.push({ selector: "*[data-csa-c-type]", entity: z }), O.push({ selector: ".celwidget", entity: function (t, e) { z(t, e), t[d] = t[d] || e[o]("cel_widget_id") || e.id, t.legacyId = e[o]("cel_widget_id") || e.id, t.type = t.type || c } }), w[1] = function (t, e) { t.forEach(function (t) { t[n] && t[n].constructor && "NodeList" === t[n].constructor.name && Array.prototype.forEach.call(t[n], function (t) { _.unshift(X(2, t, e)) }) }) }, w[2] = function (r, c) { a in r && f in r && O.forEach(function (t) { for (var e = t.selector, n = r[f](e), i = r[a](e), o = i.length - 1; 0 <= o; o--)_.unshift(X(3, { e: i[o], s: t }, c)); n && _.unshift(X(3, { e: r, s: t }, c)) }) }, w[3] = function (t, e) { var n = t.e; K(n) || Y("csa", n, t.s.entity, e) }, w[4] = function () { u.register(t, { instance: D }) }, new k[e](function (t) { T(t, u.time(), 1) }).observe(U, { childList: !0, subtree: !0 }), T(U, u.time(), 2), T(null, u.time(), 4), u.on("$content.export", function (e) { Object.keys(e).forEach(function (t) { x[t] = e[t] }) })) }); csa.plugin(function (o) { var i, t = "ContentImpressions", e = "KillSwitch.", n = "IntersectionObserver", r = "getAttribute", s = "dataset", c = "intersectionRatio", a = "csaCId", m = 1e3, l = o.global, f = o.config, u = f[e + t], v = f[e + t + ".ContentViews"], g = ((l.performance || {}).timing || {}).navigationStart || o.time(), d = {}; function h(t) { t && (t.v = 1, function (t) { t.vt = o.time(), t.el.log({ schemaId: "<ns>.ContentView.4", timeToViewed: t.vt - t.el.rt, pageFirstPaintToElementViewed: t.vt - g }) }(t)) } function I(t) { t && !t.it && (t.i = o.time() - t.is > m, function (t) { t.it = o.time(), t.el.log({ schemaId: "<ns>.ContentImpressed.3", timeToImpressed: t.it - t.el.rt, pageFirstPaintToElementImpressed: t.it - g }) }(t)) } !u && l[n] && (i = new l[n](function (t) { var n = o.time(); t.forEach(function (t) { var e = function (t) { if (t && t[r]) return d[t[s][a]] }(t.target); if (e) { o.emit("$content.intersection", { meta: e.el, t: n, e: t }); var i = t.intersectionRect; t.isIntersecting && 0 < i.width && 0 < i.height && (v || e.v || h(e), .5 <= t[c] && !e.is && (e.is = n, e.timer = o.timeout(function () { I(e) }, m))), t[c] < .5 && !e.it && e.timer && (l.clearTimeout(e.timer), e.is = 0, e.timer = 0) } }) }, { threshold: [0, .5, .99] }), o.on("$content.register", function (t) { var e = t.el; e && (d[t.id] = { el: t, v: 0, i: 0, is: 0, vt: 0, it: 0 }, i.observe(e)) })) }); csa.plugin(function (e) { e.config["KillSwitch.ContentLatency"] || e.emit("$content.export", { mark: function (t, n) { var o = this; o.t || (o.t = e("Timers", { logger: o.l, schemaId: "<ns>.ContentLatency.4", logOptions: o.dlo })), o.t("mark", t, n) } }) }); csa.plugin(function (t) { function n(i, e, o) { var c = {}; function r(t, n, e) { t in c && o <= n - c[t].s && (function (n, e, i) { if (!p) return; E(function (t) { T(n, t), t.w[n][e] = a((t.w[n][e] || 0) + i) }) }(t, i, n - c[t].d), c[t].d = n), e || delete c[t] } this.update = function (t, n) { n.isIntersecting && e <= n.intersectionRatio ? function (t, n) { t in c || (c[t] = { s: n, d: n }) }(t, u()) : r(t, u()) }, this.stopAll = function (t) { var n = u(); for (var e in c) r(e, n, t) }, this.reset = function () { var t = u(); for (var n in c) c[n].s = t, c[n].d = t } } var e = t.config, u = t.time, i = "ContentInteractionsSummary", o = e[i + ".FlushInterval"] || 5e3, c = e[i + ".FlushBackoff"] || 1.5, r = t.global, s = t.on, a = Math.floor, f = (r.document || {}).documentElement || {}, l = ((r.performance || {}).timing || {}).responseStart || t.time(), d = o, m = 0, p = !0, v = t.UUID(), g = t("Events", { producerId: "csa", lob: e.lob || "0" }), w = new n("it0", 0, 0), I = new n("it50", .5, 1e3), h = new n("it100", .99, 0), b = {}, A = {}; function $() { w.stopAll(!0), I.stopAll(!0), h.stopAll(!0), S() } function C() { w.reset(), I.reset(), h.reset(), S() } function S() { d && (clearTimeout(m), m = t.timeout($, d), d *= c) } function U(n) { E(function (t) { T(n, t), t.w[n].mc = (t.w[n].mc || 0) + 1 }) } function E(t) { g("log", { messageId: v, schemaId: "<ns>.ContentInteractionsSummary.2", w: {}, __merge: t }, { ent: { page: ["requestId"] } }) } function T(t, n) { t in n.w || (n.w[t] = {}) } e["KillSwitch." + i] || (s("$content.intersection", function (t) { if (t && t.meta && t.e) { var n = t.meta.id; if (n in b) { var e = t.e.boundingClientRect || {}; e.width < 5 || e.height < 5 || (w.update(n, t.e), I.update(n, t.e), h.update(n, t.e), !t.e.isIntersecting || n in A || (A[n] = 1, function (n, e) { E(function (t) { T(n, t), t.w[n].ttfv = a(e) }) }(n, u() - l))) } } }), s("$content.register", function (t) { (t.e || {}).slotId && (b[t.id] = {}, function (e) { E(function (t) { var n = e.id; T(n, t), t.w[n].sid = (e.e || {}).slotId, t.w[n].cid = (e.e || {}).contentId }) }(t)) }), s("$beforePageTransition", function () { $(), C(), v = t.UUID(), S() }), s("$beforeunload", function () { w.stopAll(), I.stopAll(), h.stopAll(), d = null }), s("$visible", function (t) { t ? C() : ($(), clearTimeout(m)), p = t }, { buffered: 1 }), s(f, "click", function (t) { for (var n = t.target, e = 25; n && 0 < e;) { var i = (n.dataset || {}).csaCId; i && U(i), n = n.parentElement, e -= 1 } }, { capture: !0, passive: !0 }), S()) }); csa.plugin(function (d) { var t, o, i = "normal", c = "reload", e = "history", s = "new-tab", n = "ajax", r = 1, a = 2, u = "lastActive", l = "lastInteraction", p = "used", f = "csa-tabbed-browsing", y = "visibilityState", g = "page", v = "experience", b = "request", m = { "back-memory-cache": 1, "tab-switch": 1, "history-navigation-page-cache": 1 }, I = "TabbedBrowsing", T = "<ns>." + I + ".4", h = "visible", w = d.global, x = d.config, S = d("Events", { producerId: "csa", lob: x.lob || "0" }), q = w.location || {}, P = w.document, z = w.JSON, E = ((w.performance || {}).navigation || {}).type, $ = d.store, k = d.on, A = d.storageSupport(), C = !1, O = {}, j = {}, B = {}, J = {}, K = {}, N = !1, R = !1, D = !1, F = 0; function G(i) { try { return z.parse($(f, void 0, { session: i }) || "{}") || {} } catch (i) { d.error('Could not parse storage value for key "' + f + '": ' + i) } return {} } function H(i, e) { $(f, z.stringify(e || {}), { session: i }) } function L(i) { var e = j.tid || i.id, t = O[u] || {}; t.tid === e && (t.pid = i.id, t.ent = K), J = { pid: i.id, tid: e, ent: K, lastInteraction: j[l] || {}, initialized: !0 }, B = { lastActive: t, lastInteraction: O[l] || {}, time: d.time() } } function M(i) { var e = i === s, t = P.referrer, n = !(t && t.length) || !~t.indexOf(q.origin || ""), r = e && n, a = { type: i, toTabId: J.tid, toPageId: J.pid, transitTime: d.time() - O.time || null }; r || function (i, e, t) { var n = i === c, r = e ? O[u] || {} : j, a = O[l] || {}, d = j[l] || {}, o = e ? a : d; t.fromTabId = r.tid, t.fromPageId = r.pid; var s = r.ent || {}; s.rid && (t.fromRequestId = s.rid || null), s.ety && (t.fromExperienceType = s.ety || null), s.esty && (t.fromExperienceSubType = s.esty || null), n || !o.id || o[p] || (t.interactionId = o.id || null, o.sid && (t.interactionSlotId = o.sid || null), a.id === o.id && (a[p] = !0), d.id === o.id && (d[p] = !0)) }(i, e, a), S("log", { navigation: a, schemaId: T }, { ent: { page: ["pageType", "subPageType", "requestId"] } }) } function Q(i) { D = function (i) { return i && i in m }(i.transitionType), function () { O = G(!1), j = G(!0); var i = O[l], e = j[l], t = !1, n = !1; i && e && i.id === e.id && i[p] !== e[p] && (t = !i[p], n = !e[p], e[p] = i[p] = !0, t && H(!1, O), n && H(!0, j)) }(), L(i), N = !0, function (i) { var e, t; e = V(), t = W(), (e || t) && L(i) }(i), F = 1 } function U() { C && !D ? M(n) : (C = !0, M(E === a || D ? e : E === r ? j.initialized ? c : s : j.initialized ? i : s)) } function V() { var i = t, e = {}; return !!(N && i && i.e && i.w) && (i.w("entities", function (i) { e = i || {} }), j[l] = { id: i.e.messageId, sid: e.slotId, used: !(O[l] = { id: i.e.messageId, sid: e.slotId, used: !1 }) }, !(t = null)) } function W() { var i = !1; if (R = P[y] === h, N) { var e = O[u] || {}; i = function (i, e, t, n) { var r = !1, a = i[u]; return R ? a && a.tid === J.tid && a[h] && a.pid === t || (i[u] = { visible: !0, pid: t, tid: e, ent: n }, r = !0) : a && a.tid === J.tid && a[h] && (r = !(a[h] = !1)), r }(O, j.tid || e.tid || J.tid, j.pid || e.pid || J.pid, j.ent || e.ent || J.ent) } return i } x["KillSwitch." + I] || A.local && A.session && z && P && y in P && (o = function () { try { return w.self !== w.top } catch (i) { return !0 } }(), k("$entities.set", function (i) { if (!o && i) { var e = (i[b] || {}).id || (i[g] || {}).requestId, t = (i[v] || {}).experienceType || (i[g] || {}).pageType, n = (i[v] || {}).experienceSubType || (i[g] || {}).subPageType, r = !K.rid && e || !K.ety && t || !K.esty && n; if (K.rid = K.rid || e, K.ety = K.ety || t, K.esty = K.esty || n, r && F) { var a = O[u] || {}; a.tid === j.tid && (a.ent = K, H(!1, O)), j.ent = K, H(!0, j) } } }, { buffered: 1 }), k("$pageChange", function (i) { o || (Q(i), U(), H(!1, B), H(!0, J), j = J, O = B) }, { buffered: 1 }), k("$content.interaction", function (i) { t = i, V() && (H(!1, O), H(!0, j)) }), k(P, "visibilitychange", function () { !o && W() && H(!1, O) }, { capture: !1, passive: !0 })) }); csa.plugin(function (c) { var e = c("Metrics", { producerId: "csa" }); c.on(c.global, "pageshow", function (c) { c && c.persisted && e("recordMetric", "bfCache", 1) }) }); csa.plugin(function (n) { var e, t, i, o, r, a, c, u, f, s, l, d, p, g, m, v, h, b, y = "hasFocus", S = "$app.", T = "avail", $ = "client", w = "document", I = "inner", P = "offset", D = "screen", C = "scroll", E = "Width", F = "Height", O = T + E, q = T + F, x = $ + E, z = $ + F, H = I + E, K = I + F, M = P + E, W = P + F, X = C + E, Y = C + F, j = "up", k = "down", A = "none", B = 20, G = n.config, J = G["KillSwitch.PageInteractionsSummary"], L = n("Events", { producerId: "csa", lob: G.lob || "0" }), N = 1, Q = n.global || {}, R = n.time, U = n.on, V = n.once, Z = Q[w] || {}, _ = Q[D] || {}, nn = Q.Math || {}, en = nn.abs, tn = nn.max, on = nn.ceil, rn = ((Q.performance || {}).timing || {}).responseStart, an = function () { return Z[y]() }, cn = 1, un = 100, fn = {}, sn = 1, ln = 0, dn = 0, pn = k, gn = A; function mn() { c = t = o = r = e, i = d = 0, a = u = f = s = l = 0, pn = k, gn = A, dn = ln = 0, yn(), bn() } function vn() { rn && !o && (c = on((o = p) - rn), sn = 1) } function hn() { var n = m - i; (!t || t && t <= p) && (n && (++a, sn = dn = 1), i = m, n), function () { if (gn = d < m ? k : j, pn !== gn) { var n = en(m - d); B < n && (++l, ln && !dn && ++a, pn = gn, sn = ln = 1, d = m, dn = 0) } else dn = 0, d = m }(), t = p + un } function bn() { u = on(tn(u, m + b)), g && (f = on(tn(f, g + h))), sn = 1 } function yn() { p = R(), g = en(Q.pageXOffset || 0), m = tn(Q.pageYOffset || 0, 0), v = 0 < g || 0 < m, h = Q[H] || 0, b = Q[K] || 0 } function Sn() { yn(), vn(), hn(), bn() } function Tn() { if (r) { var n = on(R() - r); s += n, r = e, sn = 0 < n } } function $n() { r = r || R() } function wn(n, e, t, i) { e[n + E] = on(t || 0), e[n + F] = on(i || 0) } function In(n) { var e = n === fn, t = an(); if (t || sn) { if (!e) { if (!N) return; N = 0, t && Tn() } var i = function () { var n = {}, e = Z.documentElement || {}, t = Z.body || {}; return wn("availableScreen", n, _[O], _[q]), wn(w, n, tn(t[X] || 0, t[M] || 0, e[x] || 0, e[X] || 0, e[M] || 0), tn(t[Y] || 0, t[W] || 0, e[z] || 0, e[Y] || 0, e[W] || 0)), wn(D, n, _.width, _.height), wn("viewport", n, Q[H], Q[K]), n }(), o = function () { var n = { scrollCounts: a, reachedDepth: u, horizontalScrollDistance: f, dwellTime: s, vScrollDirChanges: l }; return "number" == typeof c && (n.clientTimeToFirstScroll = c), n }(); e ? sn = 0 : (mn(), rn = R(), t && (r = rn)), L("log", { activity: o, dimensions: i, schemaId: "<ns>.PageInteractionsSummary.3" }, { ent: { page: ["pageType", "subPageType", "requestId"] } }) } } function Pn() { Tn(), In(fn) } function Dn(n, e) { return function () { cn = e, n() } } function Cn() { an = function () { return cn }, cn && !r && (r = R()) } "function" != typeof Z[y] || J || (mn(), v && vn(), U(Q, C, Sn, { passive: !0 }), U(Q, "blur", Pn), U(Q, "focus", Dn($n, 1)), V(S + "android", Cn), V(S + "ios", Cn), U(S + "pause", Dn(Pn, 0)), U(S + "resume", Dn($n, 1)), U(S + "resign", Dn(Pn, 0)), U(S + "active", Dn($n, 1)), an() && (r = rn || R()), V("$beforeunload", In), U("$beforeunload", In), U("$document.hidden", Pn), U("$beforePageTransition", In), U("$afterPageTransition", function () { sn = N = 1 })) }); csa.plugin(function (e) { var o, n, r = "Navigator", a = "<ns>." + r + ".5", i = e.global, c = e.config, d = i.navigator || {}, t = d.connection || {}, l = i.Math.round, u = e("Events", { producerId: "csa", lob: c.lob || "0" }); function v() { o = { network: { downlink: void 0, downlinkMax: void 0, rtt: void 0, type: void 0, effectiveType: void 0, saveData: void 0 }, language: void 0, doNotTrack: void 0, hardwareConcurrency: void 0, deviceMemory: void 0, cookieEnabled: void 0, webdriver: void 0 }, w(), o.language = d.language || null, o.doNotTrack = function () { switch (d.doNotTrack) { case "1": return "enabled"; case "0": return "disabled"; case "unspecified": return d.doNotTrack; default: return null } }(), o.hardwareConcurrency = "hardwareConcurrency" in d ? l(d.hardwareConcurrency || 0) : null, o.deviceMemory = "deviceMemory" in d ? l(d.deviceMemory || 0) : null, o.cookieEnabled = "cookieEnabled" in d ? d.cookieEnabled : null, o.webdriver = "webdriver" in d ? d.webdriver : null } function k() { u("log", { network: (n = {}, Object.keys(o.network).forEach(function (e) { n[e] = o.network[e] + "" }), n), language: o.language, doNotTrack: o.doNotTrack, hardwareConcurrency: o.hardwareConcurrency, deviceMemory: o.deviceMemory, cookieEnabled: o.cookieEnabled, webdriver: o.webdriver, schemaId: a }, { ent: { page: ["pageType", "subPageType", "requestId"] } }) } function w() { !function (n) { Object.keys(o.network).forEach(function (e) { o.network[e] = n[e] }) }({ downlink: "downlink" in t ? l(t.downlink || 0) : null, downlinkMax: "downlinkMax" in t ? l(t.downlinkMax || 0) : null, rtt: "rtt" in t ? (t.rtt || 0).toFixed() : null, type: t.type || null, effectiveType: t.effectiveType || null, saveData: "saveData" in t ? t.saveData : null }) } function f() { w(), k() } function y() { v(), k() } c["KillSwitch." + r] || (v(), k(), e.on("$afterPageTransition", y), e.on(t, "change", f)) });
  8962. if (window.ue && window.ue.uels) {
  8963. ue.uels("https://c.amazon-adsystem.com/bao-csm/forensics/a9-tq-forensics-incremental.min.js");
  8964. }
  8965. ue.exec(function (d, c) {
  8966. function g(e, c) { e && ue.tag(e + c); return !!e } function n() {
  8967. for (var e = RegExp("^https://(.*\.(images|ssl-images|media)-amazon\.com|" + c.location.hostname + ")/images/", "i"), d = {}, h = 0, k = c.performance.getEntriesByType("resource"), l = !1, b, a, m, f = 0; f < k.length; f++)if (a = k[f], 0 < a.transferSize && a.transferSize >= a.encodedBodySize && (b = e.exec(String(a.name))) && 3 === b.length) {
  8968. a: { b = a.serverTiming || []; for (a = 0; a < b.length; a++)if ("provider" === b[a].name) { b = b[a].description; break a } b = void 0 } b && (l || (l = g(b, "_cdn_fr")),
  8969. a = d[b] = (d[b] || 0) + 1, a > h && (m = b, h = a))
  8970. } g(m, "_cdn_mp")
  8971. } d.ue && "function" === typeof d.ue.tag && c.performance && c.location && n()
  8972. }, "cdnTagging")(ue_csm, window);
  8973. }
  8974. (n => { var A; n.RXVM = function (r) { var i = n([1, function (n) { n.u.t[m(n)] = h(n) }, 2, function (n) { n.i[0].t[m(n)] = h(n) }, 3, h, 4, function (n) { var r = h(n), t = h(n), n = h(n); b(n) || (n[t] = r) }, 10, function (n) { n.u.o.push(h(n)) }, 12, function (n) { for (var r = F(n); 0 < r--;)n.v.push(S(n)) }, 30, function (n) { return !h(n) }, 42, function () { }, 43, function (n) { for (var r = F(n); 0 < r--;)n.u.t.push(n.l.pop()) }, 45, a(!0), 44, a(!1), 48, v(0, y), 49, v(1, y), 50, v(2, y), 51, v(-1, y), 52, v(0, _), 53, v(1, _), 54, v(2, _), 55, v(-1, _), 58, function (n) { p(n, x(n)) }, 59, l(!0), 60, l(!1), 64, function (n) { var r = x(n), t = w(n, n.u._); return p(n, r), t }, 65, function (n) { var r = F(n), t = x(n), u = w(n, n.u._); n.u.t[r] = u, p(n, t) }]), o = { 40: function (n, r) { return "__rx_cls" in n ? n.__rx_cls === r.__rx_ref : n instanceof r } }, t = (o[20] = Math.pow, s(16, "+"), s(17, "-"), s(18, "*"), s(19, "/"), s(21, "%"), s(22, "&"), s(23, "|"), s(24, "^"), s(25, "<<"), s(26, ">>"), s(27, ">>>"), s(28, "&&"), s(29, "||"), s(31, ">"), s(33, ">="), s(32, "<"), s(34, "<="), s(35, "=="), s(36, "==="), s(37, "!="), s(38, "!=="), s(39, " in "), n([10, A, 11, null, 14, !0, 15, !1])), u = n([1, function (n) { return n.h }, 17, F, 18, function (n) { n = m(n) | m(n) << 8 | m(n) << 16 | m(n) << 24; return n = 2147483647 < n ? -4294967295 + n - 1 : n }, 19, function (n) { for (var r = [], t = 0; t < 4; t++)r.push(m(n)); return new Float32Array(new Uint8Array(r).buffer)[0] }, 12, S, 13, function (n) { return n.v[F(n)] }, 20, function () { return [] }, 21, function (n) { for (var r = F(n), t = []; 0 < r--;)t.unshift(h(n)); return t }, 22, function () { return {} }, 23, function (n) { for (var r = F(n) / 2, t = {}; 0 < r--;) { var u = h(n); t[h(n)] = u } return t }, 32, function (n) { return n.u.t[F(n)] }, 33, function (n) { return n.i[0].t[F(n)] }, 48, function (n) { var r = h(n), n = h(n); return b(n) ? n : ("function" == typeof (r = n[r]) && (r.__rx_this = n), r) }, 51, function (n) { var r = h(n), t = 0; return b(r) ? r : function () { return { value: r[t], done: !(t++ < r.length) } } }, 50, function (n) { return n.u.o.pop() }, 52, function (n) { return typeof h(n) }]); function e(n) { for (; (r = n).u && r.u._ < r.p.length;) { r = m(n); n.h = f(r, n) } var r } function f(n, r) { var t, u; return n in o ? (t = h(r), u = h(r), o[n](u, t)) : n in i ? i[n](r) : void k("e2:" + n + ":" + r.u._) } function c(n, r) { return { m: n, _: n, t: [], o: [], F: r } } function n(n) { for (var r = {}, t = 0; t < n.length; t += 2)r[n[t]] = n[t + 1]; return r } function a(i) { return function (n) { var r = i ? h(n) : A, t = n.i.pop(), u = A, u = t.F ? t.t[0] : r; return n.l = [], n.u = n.i[n.i.length - 1], d(n, n.u.m), u } } function v(u, i) { return function (n) { var r = h(n), t = u; for (-1 === u && (t = F(n)); 0 < t--;)n.l.push(h(n)); if (n.h = A, r) return i(r, n) } } function l(u) { return function (n) { var r = h(n), t = x(n); (u && r || !r && !u) && p(n, t) } } function s(u, i) { o[u] = function (n, r) { var t = Function("a", "b", "return a" + i + "b"); return (o[u] = t)(n, r) } } function _(n, r) { var t; if (n.__rx_ref && n.S === r) { var u = c(n.__rx_ref, !0); u.t.push({ __rx_cls: n.__rx_ref }), r.i.push(u), r.u = u, d(r, u.m) } else if ("function" == typeof n) { u = r.l.reverse().splice(0), u = Function.prototype.bind.apply(n, [null].concat(u)); try { t = new u, r.l = [] } catch (n) { } } else k("e5:" + n + ":" + r.u._); return t } function y(n, r) { var t; if (n.__rx_ref && n.S === r) { var u = c(n.__rx_ref); u.t.push(n.__rx_this || this), r.i.push(u), r.u = u, d(r, u.m) } else if ("function" == typeof n) { u = r.l.reverse().splice(0); try { t = n.apply(n.__rx_this || this, u), r.l = [] } catch (n) { } } else k("e4:" + n); return t } function h(n) { var r = m(n); return 0 < (128 & r) ? f(127 & r, n) : r in t ? t[r] : r in u ? u[r](n) : void k("e3:" + r) } function w(t, u) { var n = g(function () { var n = c(u), r = n.t; return r.push(this), r.push.apply(r, arguments), t.i.push(n), t.u = n, d(t, n.m), e(t), t.h }); return n.__rx_ref = u, n.S = t, n } function b(n) { return (n === A || null === n) && (r && k("e10" + n), 1) } function d(n, r) { n.g = r % 127 + 37 } function p(n, r) { n.u._ += r } function m(n) { return n.p[n.u._++] ^ n.g } function x(n) { n = m(n) | m(n) << 8; return n = 32767 < n ? -65535 + n - 1 : n } function F(n) { for (var r, t = 0, u = 0, i = n.u._; t += (127 & (r = n.p[i + u] ^ n.g)) * Math.pow(2, 7 * u), u += 1, 0 < (128 & r);); return p(n, u), t } function S(n) { for (var r = F(n), t = ""; 0 < r--;)t += String.fromCharCode(m(n)); return t } function g(n) { return function () { try { return n.apply(this, arguments) } catch (n) { k(n) } } } function k(n) { if (r) throw Error(n) } this.execute = g(function (n, r) { var t, u; return 82 !== n[0] && 88 !== n[1] ? k("e1") : (n = n, t = 3, (u = c(0)).t[0] = (r = r) || {}, u._ = t, d(r = { p: n, h: 0, i: [u], u: u, l: [], v: [], g: 0 }, 0), e(t = r), t) }) } })("undefined" == typeof window ? global : window);
  8975. (n => { for (var i = "undefined" == typeof window ? n : window, t = 0, n = "addEventListener", f = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), u = [], r = i.rx || {}, o = r.c || {}, e = o.rxp || "/rd/uedata", a = o.fi || 5e3, c = {}, d = {}, w = [], v = 0, x = 0; x < f.length; x++)u[f[x]] = x; function y(n, r) { return function () { try { return n.apply(this, arguments) } catch (n) { h(n.message || n, n) } } } function h(n, r) { n = ("" + (n || "")).substring(0, 100), w.push(t), w.push(n.length); for (var i = 0; i < n.length; i++)w.push(n.charCodeAt(i)); if (o.DEBUG) throw r || n; U() } function l(n, r) { r = y(r), n in d || (d[n] = []), d[n].push(r), n in c && r() } function s(n, r) { n in c || (c[n] = r, (d[n] || []).forEach(function (n) { n(r) })) } function m(n) { for (var r = 0, i = 0, t = "", o = 0; o < n.length; o += 1)for (i += 8, r = r << 8 | n[o]; 6 <= i;)t += f[r >> i - 6], r &= 255 >> 8 - (i -= 6); return 0 < i && (t += f[r << 6 - i]), t } function A(n) { for (var r = 0, i = 0, t = [], o = 0; o < n.length && "=" !== n[o]; o += 1)for (i += 6, r = r << 6 | u[n[o]]; 8 <= i;)t.push(r >> i - 8), r &= 255 >> 8 - (i -= 8); return new Uint8Array(t) } function U() { !v && 0 < a && (setTimeout(y(g), a), v = 1) } function g() { if ((v = 0) === w.length) return ""; rx.ep(w, p), w = [] } function p(n) { n = m(new Uint8Array(n)); n = e + "?rid=" + rx.rid + "&sid=" + rx.sid + "&rx=" + n; (new Image).src = n } function b(n) { s("load", n) } function E(n) { b(n), s("unload", n), g() } (i.rx = r).err = h, r.r = y(l), r.e = y(s), r.exec = y, r.p = y(function (n, r) { s("rxm:" + n, r), w.push(255 & n), w = w.concat(r), U() }), r.ex64 = y(function (r, n) { l(n || "init", function () { var n; i.RXVM && (n = A(r), i.$RX || (i.$RX = new i.RXVM), $RX.execute(n, i)) }) }), r.e64 = y(m), r.d64 = y(A), r.erc4 = y(function () { var n = rx.ep4(w); return rx.rid + "#" + m(new Uint8Array(n)) }), s("init", {}), n in i && (i[n]("load", y(b)), i[n]("beforeunload", y(E)), i[n]("pagehide", y(E))) })(window);
  8976. rx.ex64("UlgBKT0nV10vcExLUR1kV1dEXCNJQEtCUU0hUU1ASy9KS0ZKSFVJQFFALUZESUlHREZOJ0JRIWhEUU0gQ0lKSlchYURRQCZLSlImVkBRLnBMS1EWF2RXV0RcI0dQQ0NAVyNWUEdRSUAiQEtGV1xVUSFLREhAImRgdghmZ2YjQUxCQFZRInZtZAgXEBMgYWBncGIhQF1ARiZXTEEmVkxBJCQVKCUFJSQnuDMVKSRGBSQkJrgVKSNGV1xVUUoFJRUpLUhWZldcVVFKBSVkImMlXnRARXh0VHVFeHdVdHR3dHR2ZHVJ1UV4d1V0VXZRdURFeX8WHRQHNhoREDQBVXRVdn90cUdVdlV3dHblZHRVdk+kilhVd2QtPiVrQ0FEcGBCYEFEcGBDYEFgQmBBRGBEYENgQWxkLOsldF1eXEteW0teWk5fXllOX15YTl9eV05fY/9O311/V05fW39Xf1d/XF5Xz05ef1dluaBeV05fY/9O311/V3FfXlrKTt9dz2/Kb1Jdf15/V39ez29/V39cf1psfldcf1p/V39cXlfPTl5/V2WWoF5XTl9j/29SXX9df1cQX15Yyk7fXc9OXn9YXlnKTt9dz29/WH9cf1lsfldcf1l/WH9cbm9TWy8qLDd/W8dvyk7fXc9vf1l/XG9/WH9cf1xvf1d/XV5Xz05ef1dl+aByf1tkL20lGDEPlBMyPjA+MwIDPjATMhMxHjIJAzMPlBMyPjcbMzcTMT42EzJzIDN2bWxRWXxcbFBaLjkvKTAofFxwOTI3AT43EzIeEzIfZC69JVR9Q+LhXnvhXnl+f1NPT3J1T3J2Xn9sbpd4fnV+Tk9yd09yeF5/TWJ+T3J5T3J/Xn9+fH5KT3J+Xn/vT3J9X35ue357fkpPcnNef2p+X3x8T3JyfnV+Sk9yfl5/TXV+Tk9ydF97TU1PcnRfe257X35MT3JwT3JxXnx8X3tee2h5bv9+cn1eeXN9FglybnJvdX5NXnVffU1TZClQJbedoAK9mZ2csKyskZaskZW9nI+NdJudlp2trJGUrJGbvZyugZ2skZqskZy9nJ2enamskZ29nAyskZ68nY2YnZ+dqayRkL2ciZ28np+skZGdlp2prJGdvZyulp2trJGXvJ+urqyRl7yfjZi8na69lbyfvZmxnWQoKyS9lKe3kbaXl5eXp7eRtpSXlJekppuEppuYt5W2l5uFnJfW/ZYQOg4LNjoaOxs6OT46CAs3MlJWS1RJT3BeQgs2NRo4Pi45NzxfXlhJQktPNjQ0LD8quzo2OTYqNisbOjc4SVpMMTp7JjurgYKEoIG8sI2UoYKMgIShhIyF39/l8uuhga2hhDE6CRoxCQkWOpyXpLecpKSXlZekppuEppuYt5W2lJuFnJfWvZZoQnFzT0YwLyogJmNCUlNSQ0FFQn9zTldiQU9DR2JFT0YcHCYxKmJCbmJFnJekt5ykpJeSl6qmm4K3lLOWp6aalff6+qaakcbk+fv/5fO3loOUtpK2lZyXkqSaksnJ8+S3l7oUFSgwBSQFLi8kIRcpJ0BVBSQUFSgwBSQFKS8kIRcpJkBVEQUkGbkVKDIFJBUoMwUkMSUUFSgwBSQFKBckFSgyBSQVKDMFJA==", "load");
  8977. rx.ex64("UlgBKSAhQUpLQCBTRElQQCBDSUpKVydXXSFAXUBGJCQVKSFoRFFNBSVkJ5gleVNTUGJeVD43PDUmOnJTU1FDUlNWYXJTYnJWU1dTU1RiX1NyV272XWJfUnJXWFJTUcJyVHJRaI2tU1XPQ1LBclByUVNaQ1JTW2FyU2JyW1NYU1NUYl9Tclhu9l1iX1JyWEJSU1rCxkNQw3JVclRyWmiLrWNiXlYhIyAmc1PBclByWlNZU2NiX1BzU3JQREOtrVFTWFNjYl9Qc1NyVURDra1RU1hTY2JfUHNTcllEQ62tUVNYU1FHUWBgYH9TZCZlJb+VpbWWtJWVlpW5gZIChWuVpIWWtJYOhZykhZa0lgKFa5WkhZW0lg6FnKSFlbSWAoVrlaSFlLSWDoWcpIWUtJYUFSghFSgmBSUFJy8kIRcpJ1ZEFSgmBSUUFSghFSgmBSUFJi8kIRcpJlZERxUoJgUl", "load");
  8978. rx.ex64("UlgBKS8sUkBHQVdMU0BXI2pHT0BGUSFOQFxWIkxLQUBdakMhQUpLQCBTRElQQCBkV1dEXCN2XEhHSkkgdVdKXVwnV10kJDQ1JCc0JCQmuDMVKSxLRFNMQkRRSlcFJSQhuDMVKS1BSkZQSEBLUQUlZCA2JbK1BgaolJLo9Pnh7+rx//DsuZhkIyglGh2tlxEwPTAAPTARM2QiZyVrcHFMQ3FMQGBBYEFAQHJAcWFAQENAQEJxTERhQ33lTnFMRWFDWEFwcUxCYUJNRSIlIh5lUEFAfUBDQWxPe5G+bE5kLZQlrba3ioW3ioamh6aHhoa0hrenhoaFhoaEt4qCp4W7I4i3ioOnhQ+HtreKhKeEi4HYxvX15v6mloeGm4YhioGnhJsjt4qBpoe3p4Smh4a7hoWHqom2t4qEp4SLgNjU/url6OumloeGm4YhioCnhJsjt4qApoe3p4Smh4a7hoWHqom2t4qEp4SLgdjX9ej//qaWh4abhiGKj6eEmyO3io+mh7enhKaHhruGhYeqib3meKqIZCwFJRQTo5kfPjI1XV9SUm5WX1BKUVOZHz4yNmFOVl9QSlFTZC/hJUhTUm5vARAHAxYHJw4HDwcMFkNmbmQBAwwUAxFjY2NTUm5oBQcWIQ0MFgcaFkJjbmcVBwAFDmNgY178QmBgYk9sU1JubgUHFicaFgcMEQsNDEJgbns1JyAlLj0GBwAXBT0QBwwGBxAHED0LDAQNYVJudTcsLyMxKScmPTAnLCYnMCcwPTUnICUuY2hjU1JubgUHFjIDEAMPBxYHEEJgUGNhY17GaEJhYGJPbFNSb2FCYW5pMRULBBYxCgMGBxBDc2JjT2NkLgYlBgGIHCAnRUJCSV5kSUVLRFgNLBwgJ0NZWEleZElFS0RYDSxkKQ4leX73Y19ZOj09NiEEOjcnO3JTY19YMD86Nj0nBDo3JzvORWNfVzE8NypyVyQoMC0FKQUuBS8FLAUtBSIFIwUgZCtCJbyXl4eWl5SHlqo2ppqQ+vP48eL+t5u2lKyWp6aakvPu8/Wmm5+3lqa2lLebppeXlZeqMpy2lZWWl5WYqraVnJaXlwEPtpSHl7aXl5QGh5e2lKwjaaSmmpfmppuft5aDlLaXt5S3l7oXFSkkVxUoLAUlBSspIUlKREE=", "load");
  8979. rx.ex64("UlgBKS81REFBYFNAS1FpTFZRQEtAVyxISlBWQEFKUksiSEpQVkBQVTZXQEhKU0BgU0BLUWlMVlFAS0BXJ1ddLFFMSEB2UURIVS5VQFdDSldIREtGQCZLSlIhQF1ARiRXJCQ0BSQnNCokJjIhKykiRkRVUVBXQCspIlVEVlZMU0AkIbgzFSktQUpGUEhAS1EFJSQgFSkhaERRTQUlJCMrJCw0JSQuMWQpOSV6Y2BdUHFUU3FTcVddUWNgXVBxVFNxU3FYXVJ8ZCg6JVpydn9DQH1zUXRzUXNRd31xQ0B9c1F0c1FzUXh9clxkKwwlua8NspWSk7+RlZyio5+Q4PLxo56XspOymJmSoaOfkuOjnpeyk6Gykr9kKjMlakBxcUxGcUxHYEFcQHFMRGFAQ0tAbWQ1GyVwWmtrVlxrVl16W0Zaa1Zee1paWVpaWMp6UXtZWVLLSlp6UmprV18rLigzelB7WGf6ell6Ul1ba3pVa3pWdxQVKC0VKCEFJQUqJCIkFBUoLRUoIQUlBTUkLSQXFSgsFSghBSUFKSkhSUpEQRcVKCwVKCEFJQUrKSNQS0lKREE=", "load");
  8980. rx.ex64("UlgBKSIsSEpQVkBISlNAJ1ddJlZERyFGQExJIVVQVk0mREdWJFckJDQEJCc07SQkJjTaJCQhMiErKSJGRFVRUFdAKykiVURWVkxTQCQguDMVKS1BSkZQSEBLUQUlJCMVKSFoRFFNBSUkLSskKDQlJCsxJCoxZDU6JbStrpKO//r62+j78OrS9+3q+/D77L+bnb+av5mTnrJkNAAlaEBKTXFyTlEwJy8tNCcHNCcsNg4rMTYnLCcwY0dBY0ZjRU9CbmQ3YCVBV/VKY2prR2ljZFpbZmlbZmpKa0plampqWltmaVtmakprSmRhalpbZ20IBAUICh9LallqampZW2dqG1tmakprS2pKakdkNnkkHjQFBTk2W1pCBTk+RVBHU1pHWFRbVlAUNSg0BTk8QVxYUGZBVFhFFTQ0NzQ0NqgkNQU5MEVUUlBtFTQ0MagkNQU5MEVUUlBsFTQJqZEUPhUxkRQ/FTY0NRkJqaoUN6QUPBU3FDw5NTc8Pzc/Pzc+Pzc5PwmTPxQ8QDUHBTkwVEFUWwcUM6QUPxU2pBQ+FTE0MDQEBTkxRkRHQRQzpaEkN6QVNhQ/oSQ3pBUxFD4/NAQFODYUMwc0MzQJqJEUPBU3kSQ1FTM+NQQFODEUOyQ1Dyg1BAU4NhQzpyTdMqakFDwVNxUzNDI0BAU4MRQ7FTIJkz8UOXU1BAU4MBQzpBQ5FTAkNKcFOTdlfBQzJDc/NAQFODAUM6QUORUwPzQHBTk2WFxbFDMHBzQ9NAQFODEUOqck3TIVPTc4pSQ0FDg3PBU3Nz8VNjc+FTE3ORUwCaoUNhQ4MzUFFCcFFCQZFBUpIUBdQEYVKCQFJQU2JCIkFxUoIxUoJAUlBTUpIUlKREEXFSgjFSgkBSUFNykjUEtJSkRB", "load");
  8981. rx.ex64("UlgBKSYjVkZXSklJJ1ddJFckJDQHJCc07SQkJjTaJCQhMiErKSJGRFVRUFdAKykiVURWVkxTQCQgFSkhaERRTQUlJCMrJC40JSQpMWQoOiVfRkV5ZRQRETADEBsBORwGARAbEAdUdXZUcVRyeHVZZCsAJbKanperqJSL6v319+793e799uzU8evs/fb96rmYm7mcuZ+VmLRkKg4laH7cY0RDQm5ARE1zck5BMSMgck9DY0JjTkNDQ3ByTkMyck9DY0JiQ2NDbmQ1iiVacEFBfXIfHgZBfXoBFAMXHgMcEB8SFFBxbHBBfXgFGBwUIgUQHAFRcHBzcHBy7GBxQX12AhIDHh0dKFBxTe3uUHPgUHlRc1B5eHFzeXtzeHtze3tN13tQeUdxQEF9chATAlB04FB4UXJwdXBAQX11EhQYHVB042CZduLgUHlRc1F1cHRwQEF9dQEEAhlQfVF0c3rhYHBQenN5UXNzeFFyTe5QclB6d3FBUH5BUH9dFBUpIUBdQEYVKCQFJQU1JCIkFxUoJxUoJAUlBSgpIUlKREEXFSgnFSgkBSUFKikjUEtJSkRB", "load");
  8982. /* ◬ */
  8983. </script>
  8984. </div>
  8985. </div>
  8986. <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="6215e0a667005d92ad47e400-|49" defer></script></body>
  8987. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda