@sc-360-v2/storefront-cms-library 0.2.75 → 0.2.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/dist/add-order.scss +69 -0
  2. package/dist/allocationDetails.scss +335 -0
  3. package/dist/allocations.scss +546 -2
  4. package/dist/amount-estimator.scss +733 -187
  5. package/dist/brand-basic-elements.scss +142 -61
  6. package/dist/brand.scss +66 -16
  7. package/dist/breadcrumbs.scss +379 -88
  8. package/dist/builder.js +1 -1
  9. package/dist/bulk-variant-picker.scss +525 -121
  10. package/dist/bundle-basic-elements.scss +283 -121
  11. package/dist/bundle.scss +74 -15
  12. package/dist/buyFor.scss +153 -0
  13. package/dist/cart-details.scss +387 -0
  14. package/dist/cart-summary.scss +175 -0
  15. package/dist/cart.scss +178 -44
  16. package/dist/cartDropdownOverlay.scss +118 -0
  17. package/dist/cartGrouping.scss +89 -0
  18. package/dist/category.scss +38 -7
  19. package/dist/categoryDetails.scss +24 -6
  20. package/dist/categoryWidget.scss +11 -6
  21. package/dist/code-temp.scss +6 -4
  22. package/dist/contact-us.scss +19 -147
  23. package/dist/container.scss +22 -1
  24. package/dist/countdown.scss +372 -112
  25. package/dist/editCartItem.scss +111 -0
  26. package/dist/embed-temp.scss +29 -14
  27. package/dist/faq.scss +3 -6
  28. package/dist/filters.scss +11 -2
  29. package/dist/form-preview.scss +128 -93
  30. package/dist/gallery-slider-temp.scss +548 -135
  31. package/dist/grid.scss +24 -0
  32. package/dist/hotspot.scss +27 -25
  33. package/dist/icon-library.scss +26 -15
  34. package/dist/icons.js +1 -1
  35. package/dist/image-temp.scss +45 -17
  36. package/dist/index.js +1 -1
  37. package/dist/item-stock.scss +125 -0
  38. package/dist/layouter-item.scss +26 -2
  39. package/dist/layouter.scss +26 -1
  40. package/dist/light-box-v2.scss +29 -3
  41. package/dist/lightbox.scss +18 -2
  42. package/dist/line.scss +165 -0
  43. package/dist/login.scss +15 -23
  44. package/dist/map.scss +495 -119
  45. package/dist/marchandiserSets.scss +35 -18
  46. package/dist/menu.scss +121 -33
  47. package/dist/modal.scss +4 -0
  48. package/dist/past-orders.scss +11 -2
  49. package/dist/payment-methods.scss +29 -13
  50. package/dist/pickup-locations.scss +884 -244
  51. package/dist/product-actions.scss +2223 -418
  52. package/dist/product-basic-elements.scss +273 -122
  53. package/dist/product-highlights.scss +22 -14
  54. package/dist/product-image.scss +535 -136
  55. package/dist/product-inventory.scss +1105 -283
  56. package/dist/product-options.scss +378 -94
  57. package/dist/product-price.scss +1386 -316
  58. package/dist/product-promotions.scss +2252 -601
  59. package/dist/product.scss +68 -14
  60. package/dist/productDetails.scss +29 -2
  61. package/dist/profile.scss +19 -4
  62. package/dist/quantity-selector.scss +5 -4
  63. package/dist/quick-links.scss +277 -0
  64. package/dist/quotes.scss +11 -2
  65. package/dist/repeater-item.scss +26 -2
  66. package/dist/repeater.scss +60 -7
  67. package/dist/rfqs.scss +11 -2
  68. package/dist/scroll.scss +112 -47
  69. package/dist/search-results-heading.scss +282 -0
  70. package/dist/search.scss +84 -23
  71. package/dist/section.scss +25 -1
  72. package/dist/shareCartSideBar.scss +230 -0
  73. package/dist/shipping-estimator.scss +7 -3
  74. package/dist/social.scss +148 -38
  75. package/dist/sort.scss +11 -2
  76. package/dist/stack.scss +23 -3
  77. package/dist/static-text.scss +0 -1
  78. package/dist/store-locations.scss +887 -244
  79. package/dist/sub-category.scss +50 -19
  80. package/dist/tab-container-item.scss +80 -0
  81. package/dist/tab-container.scss +89 -0
  82. package/dist/tab-v2.scss +579 -0
  83. package/dist/table.scss +370 -91
  84. package/dist/tabs.scss +334 -74
  85. package/dist/text-temp-v2.scss +21 -9
  86. package/dist/types/builder/elements/add-order/index.d.ts +27 -0
  87. package/dist/types/builder/elements/create-form/index.d.ts +27 -0
  88. package/dist/types/builder/elements/form-builder/index.d.ts +2 -2
  89. package/dist/types/builder/elements/image/index.d.ts +13 -0
  90. package/dist/types/builder/enums/index.d.ts +5 -1
  91. package/dist/types/builder/index.d.ts +3 -1
  92. package/dist/types/builder/interfaces/global.d.ts +5 -0
  93. package/dist/types/builder/tools/element-edit/addOrder.d.ts +28 -0
  94. package/dist/types/builder/tools/element-edit/createForm.d.ts +15 -0
  95. package/dist/types/builder/tools/element-edit/index.d.ts +3 -1
  96. package/dist/uom-selector.scss +1569 -383
  97. package/dist/variant-picker.scss +1593 -481
  98. package/dist/video.scss +212 -53
  99. package/dist/volume-pricing.scss +775 -196
  100. package/dist/widget.scss +14 -0
  101. package/package.json +1 -1
  102. package/dist/editor-core.scss +0 -537
  103. package/dist/tab-panel.scss +0 -93
  104. package/dist/text-editor.scss +0 -331
package/dist/builder.js CHANGED
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see builder.js.LICENSE.txt */
2
- !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports["storefront-cms-library"]=r():e["storefront-cms-library"]=r()}(this,(()=>(()=>{var e={633:(e,r,o)=>{var t=o(738).default;function i(){"use strict";e.exports=i=function(){return o},e.exports.__esModule=!0,e.exports.default=e.exports;var r,o={},n=Object.prototype,a=n.hasOwnProperty,l=Object.defineProperty||function(e,r,o){e[r]=o.value},p="function"==typeof Symbol?Symbol:{},d=p.iterator||"@@iterator",s=p.asyncIterator||"@@asyncIterator",c=p.toStringTag||"@@toStringTag";function y(e,r,o){return Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}),e[r]}try{y({},"")}catch(r){y=function(e,r,o){return e[r]=o}}function u(e,r,o,t){var i=r&&r.prototype instanceof b?r:b,n=Object.create(i.prototype),a=new P(t||[]);return l(n,"_invoke",{value:A(e,o,a)}),n}function S(e,r,o){try{return{type:"normal",arg:e.call(r,o)}}catch(e){return{type:"throw",arg:e}}}o.wrap=u;var g="suspendedStart",T="suspendedYield",h="executing",C="completed",O={};function b(){}function v(){}function m(){}var w={};y(w,d,(function(){return this}));var f=Object.getPrototypeOf,R=f&&f(f(_([])));R&&R!==n&&a.call(R,d)&&(w=R);var N=m.prototype=b.prototype=Object.create(w);function L(e){["next","throw","return"].forEach((function(r){y(e,r,(function(e){return this._invoke(r,e)}))}))}function D(e,r){function o(i,n,l,p){var d=S(e[i],e,n);if("throw"!==d.type){var s=d.arg,c=s.value;return c&&"object"==t(c)&&a.call(c,"__await")?r.resolve(c.__await).then((function(e){o("next",e,l,p)}),(function(e){o("throw",e,l,p)})):r.resolve(c).then((function(e){s.value=e,l(s)}),(function(e){return o("throw",e,l,p)}))}p(d.arg)}var i;l(this,"_invoke",{value:function(e,t){function n(){return new r((function(r,i){o(e,t,r,i)}))}return i=i?i.then(n,n):n()}})}function A(e,o,t){var i=g;return function(n,a){if(i===h)throw Error("Generator is already running");if(i===C){if("throw"===n)throw a;return{value:r,done:!0}}for(t.method=n,t.arg=a;;){var l=t.delegate;if(l){var p=I(l,t);if(p){if(p===O)continue;return p}}if("next"===t.method)t.sent=t._sent=t.arg;else if("throw"===t.method){if(i===g)throw i=C,t.arg;t.dispatchException(t.arg)}else"return"===t.method&&t.abrupt("return",t.arg);i=h;var d=S(e,o,t);if("normal"===d.type){if(i=t.done?C:T,d.arg===O)continue;return{value:d.arg,done:t.done}}"throw"===d.type&&(i=C,t.method="throw",t.arg=d.arg)}}}function I(e,o){var t=o.method,i=e.iterator[t];if(i===r)return o.delegate=null,"throw"===t&&e.iterator.return&&(o.method="return",o.arg=r,I(e,o),"throw"===o.method)||"return"!==t&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a '"+t+"' method")),O;var n=S(i,e.iterator,o.arg);if("throw"===n.type)return o.method="throw",o.arg=n.arg,o.delegate=null,O;var a=n.arg;return a?a.done?(o[e.resultName]=a.value,o.next=e.nextLoc,"return"!==o.method&&(o.method="next",o.arg=r),o.delegate=null,O):a:(o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,O)}function x(e){var r={tryLoc:e[0]};1 in e&&(r.catchLoc=e[1]),2 in e&&(r.finallyLoc=e[2],r.afterLoc=e[3]),this.tryEntries.push(r)}function E(e){var r=e.completion||{};r.type="normal",delete r.arg,e.completion=r}function P(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(x,this),this.reset(!0)}function _(e){if(e||""===e){var o=e[d];if(o)return o.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,n=function o(){for(;++i<e.length;)if(a.call(e,i))return o.value=e[i],o.done=!1,o;return o.value=r,o.done=!0,o};return n.next=n}}throw new TypeError(t(e)+" is not iterable")}return v.prototype=m,l(N,"constructor",{value:m,configurable:!0}),l(m,"constructor",{value:v,configurable:!0}),v.displayName=y(m,c,"GeneratorFunction"),o.isGeneratorFunction=function(e){var r="function"==typeof e&&e.constructor;return!!r&&(r===v||"GeneratorFunction"===(r.displayName||r.name))},o.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,m):(e.__proto__=m,y(e,c,"GeneratorFunction")),e.prototype=Object.create(N),e},o.awrap=function(e){return{__await:e}},L(D.prototype),y(D.prototype,s,(function(){return this})),o.AsyncIterator=D,o.async=function(e,r,t,i,n){void 0===n&&(n=Promise);var a=new D(u(e,r,t,i),n);return o.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},L(N),y(N,c,"Generator"),y(N,d,(function(){return this})),y(N,"toString",(function(){return"[object Generator]"})),o.keys=function(e){var r=Object(e),o=[];for(var t in r)o.push(t);return o.reverse(),function e(){for(;o.length;){var t=o.pop();if(t in r)return e.value=t,e.done=!1,e}return e.done=!0,e}},o.values=_,P.prototype={constructor:P,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(E),!e)for(var o in this)"t"===o.charAt(0)&&a.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=r)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var o=this;function t(t,i){return l.type="throw",l.arg=e,o.next=t,i&&(o.method="next",o.arg=r),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var n=this.tryEntries[i],l=n.completion;if("root"===n.tryLoc)return t("end");if(n.tryLoc<=this.prev){var p=a.call(n,"catchLoc"),d=a.call(n,"finallyLoc");if(p&&d){if(this.prev<n.catchLoc)return t(n.catchLoc,!0);if(this.prev<n.finallyLoc)return t(n.finallyLoc)}else if(p){if(this.prev<n.catchLoc)return t(n.catchLoc,!0)}else{if(!d)throw Error("try statement without catch or finally");if(this.prev<n.finallyLoc)return t(n.finallyLoc)}}}},abrupt:function(e,r){for(var o=this.tryEntries.length-1;o>=0;--o){var t=this.tryEntries[o];if(t.tryLoc<=this.prev&&a.call(t,"finallyLoc")&&this.prev<t.finallyLoc){var i=t;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=r&&r<=i.finallyLoc&&(i=null);var n=i?i.completion:{};return n.type=e,n.arg=r,i?(this.method="next",this.next=i.finallyLoc,O):this.complete(n)},complete:function(e,r){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&r&&(this.next=r),O},finish:function(e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.finallyLoc===e)return this.complete(o.completion,o.afterLoc),E(o),O}},catch:function(e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc===e){var t=o.completion;if("throw"===t.type){var i=t.arg;E(o)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,o,t){return this.delegate={iterator:_(e),resultName:o,nextLoc:t},"next"===this.method&&(this.arg=r),O}},o}e.exports=i,e.exports.__esModule=!0,e.exports.default=e.exports},738:e=>{function r(o){return e.exports=r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,r(o)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports},756:(e,r,o)=>{var t=o(633)();e.exports=t;try{regeneratorRuntime=t}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}}},r={};function o(t){var i=r[t];if(void 0!==i)return i.exports;var n=r[t]={exports:{}};return e[t](n,n.exports,o),n.exports}o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var t={};return(()=>{"use strict";o.r(t),o.d(t,{ElementEditSchema:()=>cr,amountEstimatorSchema:()=>r,brandImageSchema:()=>hr,brandSchema:()=>Tr,bulkVariantPickerSchema:()=>i,bundleSchema:()=>Cr,buttonSchema:()=>n,cartSchema:()=>ur,categoryDetailsSchema:()=>Nr,cmsTypes:()=>e,codeSchema:()=>a,commonFunctions:()=>Wi,contactUsSchema:()=>wr,containerSchema:()=>l,countdownSchema:()=>p,embedSchema:()=>d,enums:()=>K,faqSchema:()=>s,formBuilder:()=>Pr,gallerySliderSchema:()=>c,gridSchema:()=>y,imageHotspotSchema:()=>u,imageSchema:()=>S,interfaces:()=>j,itemStockSchema:()=>Dr,layouterItemSchema:()=>mr,layouterSchema:()=>vr,lightBoxV2Schema:()=>Or,lightboxSchema:()=>yr,lineItemSchema:()=>Ar,loginSchema:()=>fr,mapSchema:()=>T,marchandiserSetsSchema:()=>Er,paymentMethodsSchema:()=>h,pickupLocationsSchema:()=>C,priceSchema:()=>f,productActionsSchema:()=>O,productHighlightsSchema:()=>w,productImageSchema:()=>b,productInventorySchema:()=>v,productPromotionsSchema:()=>m,productSchema:()=>g,profileSchema:()=>Sr,quantitySelectorSchema:()=>R,quickLinksSchema:()=>_r,repeaterSchema:()=>gr,resetPasswordSchema:()=>Rr,scrollSchema:()=>N,searchResultsHeadingSchema:()=>Lr,searchSchema:()=>br,sectionSchema:()=>L,shippingEstimatorSchema:()=>D,socialIconsSchema:()=>A,stackSchema:()=>I,storeLocationsSchema:()=>x,tabSchema:()=>E,tableSchema:()=>P,tabsContainerSchema:()=>xr,tabsV2Schema:()=>Ir,textSchema:()=>_,uomSelectorSchema:()=>H,variantPickerSchema:()=>B,videoSChema:()=>z,volumePricingSchema:()=>k});var e={};o.r(e);var r={};o.r(r),o.d(r,{getDefaultStyles:()=>Vr});var i={};o.r(i),o.d(i,{getDefaultStyles:()=>Gr});var n={};o.r(n),o.d(n,{getDefaultStyles:()=>Wr});var a={};o.r(a),o.d(a,{getDefaultStyles:()=>Yr,getSectionDefaultStyles:()=>Fr});var l={};o.r(l),o.d(l,{getDefaultStyles:()=>Xr});var p={};o.r(p),o.d(p,{getDefaultStyles:()=>qr});var d={};o.r(d),o.d(d,{getDefaultStyles:()=>Qr,getSectionDefaultStyles:()=>Zr});var s={};o.r(s),o.d(s,{getDefaultStyles:()=>$r});var c={};o.r(c),o.d(c,{getDefaultStyles:()=>Jr});var y={};o.r(y),o.d(y,{getDefaultStyles:()=>eo});var u={};o.r(u),o.d(u,{getDefaultStyles:()=>ro});var S={};o.r(S),o.d(S,{getDefaultStyles:()=>oo});var g={};o.r(g),o.d(g,{getDefaultStyles:()=>to});var T={};o.r(T),o.d(T,{getDefaultStyles:()=>io});var h={};o.r(h),o.d(h,{getDefaultStyles:()=>no});var C={};o.r(C),o.d(C,{getDefaultStyles:()=>ao});var O={};o.r(O),o.d(O,{getDefaultStyles:()=>lo});var b={};o.r(b),o.d(b,{getDefaultStyles:()=>po});var v={};o.r(v),o.d(v,{getDefaultStyles:()=>so});var m={};o.r(m),o.d(m,{getDefaultStyles:()=>co});var w={};o.r(w),o.d(w,{getDefaultStyles:()=>yo});var f={};o.r(f),o.d(f,{getDefaultStyles:()=>uo});var R={};o.r(R),o.d(R,{getDefaultStyles:()=>So});var N={};o.r(N),o.d(N,{getDefaultStyles:()=>go});var L={};o.r(L),o.d(L,{getDefaultStyles:()=>To,getSectionDefaultStyles:()=>ho});var D={};o.r(D),o.d(D,{getDefaultStyles:()=>Co});var A={};o.r(A),o.d(A,{getDefaultSocialIconsStyles:()=>Oo});var I={};o.r(I),o.d(I,{getDefaultStyles:()=>bo});var x={};o.r(x),o.d(x,{getDefaultStyles:()=>vo});var E={};o.r(E),o.d(E,{getDefaultStyles:()=>mo});var P={};o.r(P),o.d(P,{getDefaultTableStyles:()=>wo});var _={};o.r(_),o.d(_,{getDefaultStyles:()=>fo});var H={};o.r(H),o.d(H,{getDefaultStyles:()=>Ro});var B={};o.r(B),o.d(B,{getDefaultStyles:()=>No});var z={};o.r(z),o.d(z,{getDefaultVideoStyles:()=>Lo});var k={};o.r(k),o.d(k,{getDefaultStyles:()=>Do});var K={};o.r(K),o.d(K,{CMSCSSUnitTypesEnums:()=>Kr,CMSComponentImportTypeEnum:()=>jr,CMSCustomEventServiceTypesEnum:()=>Bo,CMSCustomEventsListEnums:()=>zo,CMSDeviceVisibilityHiddenTypeEnums:()=>_o,CMSDeviceVisibilityKeysEnums:()=>Ho,CMSElementEditTypes:()=>kr,CMSElementSelectors:()=>Br,CMSElementsListEnum:()=>Uo,CMSRepeaterSliderControlTypes:()=>xo,CMSResponsiveModeEnums:()=>Ao,CMSStackDisplayTypeEnum:()=>Ur,CMSToolAttributes:()=>zr,CMSToolIdTypes:()=>Hr,FlexAppVersionEnums:()=>ko,FlexDefaultValues:()=>Ko,FliterTypes:()=>Eo,FontWeightEnum:()=>Mr,LinkTypes:()=>Io,SkeletonItems:()=>jo,SortOptions:()=>Po});var j={};o.r(j);var U={};o.r(U),o.d(U,{cssInputInstances:()=>Vo});var M={};o.r(M),o.d(M,{AmountEstimatorsSelectorKeysEnum:()=>Mo,getDefaultData:()=>Fo});var V={};o.r(V),o.d(V,{BulkVariantPickerSelectorKeysEnum:()=>Wo,getDefaultData:()=>Qo});var G={};o.r(G),o.d(G,{ButtonSelectorKeysEnum:()=>qo,getDefaultData:()=>Jo});var W={};o.r(W),o.d(W,{codeSelectorKeysEnum:()=>$o,getDefaultData:()=>rt});var Y={};o.r(Y),o.d(Y,{codeSelectorKeysEnum:()=>et,getDefaultData:()=>tt});var F={};o.r(F),o.d(F,{getDefaultData:()=>lt,selfSelectorKeysEnum:()=>ot});var X={};o.r(X),o.d(X,{SelectorKeysEnum:()=>at,getDefaultData:()=>ct});var q={};o.r(q),o.d(q,{embedSelectorKeysEnum:()=>st,getDefaultData:()=>ut});var Q={};o.r(Q),o.d(Q,{ButtonSelectorKeysEnum:()=>yt,getDefaultData:()=>Tt});var Z={};o.r(Z),o.d(Z,{SelectorKeysEnum:()=>gt,getDefaultData:()=>Ot});var $={};o.r($),o.d($,{getDefaultData:()=>vt,gridSelectorKeysEnum:()=>Ct});var J={};o.r(J),o.d(J,{SelectorKeysEnum:()=>bt,getDefaultData:()=>ft});var ee={};o.r(ee),o.d(ee,{SelectorKeysEnum:()=>wt,getDefaultData:()=>Lt});var re={};o.r(re),o.d(re,{SelectorKeysEnum:()=>Nt,getDefaultData:()=>It});var oe={};o.r(oe),o.d(oe,{SelectorKeysEnum:()=>At,getDefaultData:()=>Pt});var te={};o.r(te),o.d(te,{SelectorKeysEnum:()=>Et,getDefaultData:()=>Bt});var ie={};o.r(ie),o.d(ie,{PaymentMethodSelectorKeysEnum:()=>Ht,getDefaultData:()=>Kt});var ne={};o.r(ne),o.d(ne,{PickupLocationsSelectorKeysEnum:()=>kt,getDefaultData:()=>Mt});var ae={};o.r(ae),o.d(ae,{SelectorKeysEnum:()=>Ut,getDefaultData:()=>Wt});var le={};o.r(le),o.d(le,{ButtonSelectorKeysEnum:()=>Gt,getDefaultData:()=>qt});var pe={};o.r(pe),o.d(pe,{ProductHighlightsSelectorKeysEnum:()=>Ft,getDefaultData:()=>$t});var de={};o.r(de),o.d(de,{ProductInventorySelectorKeysEnum:()=>Zt,getDefaultData:()=>ri});var se={};o.r(se),o.d(se,{SelectorKeysEnum:()=>ei,getDefaultData:()=>ii});var ce={};o.r(ce),o.d(ce,{ProductPromotionsSelectorKeysEnum:()=>oi,getDefaultData:()=>li});var ye={};o.r(ye),o.d(ye,{QuantitySelectorSelectorKeysEnum:()=>ai,getDefaultData:()=>si});var ue={};o.r(ue),o.d(ue,{SelectorKeysEnum:()=>di,getDefaultData:()=>ui});var Se={};o.r(Se),o.d(Se,{getDefaultData:()=>gi,sectionSelectorKeysEnum:()=>yi});var ge={};o.r(ge),o.d(ge,{ShippingEstimatorSelectorKeysEnum:()=>Si,getDefaultData:()=>hi});var Te={};o.r(Te),o.d(Te,{getDefaultData:()=>Oi});var he={};o.r(he),o.d(he,{SocialSelectorKeysEnum:()=>Yi,getDefaultData:()=>qi});var Ce={};o.r(Ce),o.d(Ce,{getDefaultData:()=>Zi,selfSelectorKeysEnum:()=>Xi});var Oe={};o.r(Oe),o.d(Oe,{StoreLocationSelectorKeysEnum:()=>Qi,getDefaultData:()=>en});var be={};o.r(be),o.d(be,{TableSelectorKeysEnum:()=>Ji,getDefaultData:()=>tn});var ve={};o.r(ve),o.d(ve,{SelectorKeysEnum:()=>on,getDefaultData:()=>dn});var me={};o.r(me),o.d(me,{getDefaultData:()=>cn,textSelectorKeysEnum:()=>an});var we={};o.r(we),o.d(we,{UOMSelectorKeysEnum:()=>sn,getDefaultData:()=>Sn});var fe={};o.r(fe),o.d(fe,{VariantPickerSelectorKeysEnum:()=>un,getDefaultData:()=>hn});var Re={};o.r(Re),o.d(Re,{VideoSelectorKeysEnum:()=>Tn,getDefaultData:()=>bn});var Ne={};o.r(Ne),o.d(Ne,{VolumePricingSelectorKeysEnum:()=>On,getDefaultData:()=>wn});var Le={};o.r(Le),o.d(Le,{getDefaultData:()=>Nn,lightboxSelectorKeysEnum:()=>mn});var De={};o.r(De),o.d(De,{cartSelectorKeysEnum:()=>Rn,getDefaultData:()=>An});var Ae={};o.r(Ae),o.d(Ae,{getDefaultData:()=>En,profileSelectorKeysEnum:()=>Dn});var Ie={};o.r(Ie),o.d(Ie,{getDefaultData:()=>_n,selfSelectorKeysEnum:()=>xn});var xe={};o.r(xe),o.d(xe,{getDefaultData:()=>Bn,selfSelectorKeysEnum:()=>Pn});var Ee={};o.r(Ee),o.d(Ee,{SelectorKeysEnum:()=>Hn,getDefaultData:()=>Kn});var Pe={};o.r(Pe),o.d(Pe,{SelectorKeysEnum:()=>kn,getDefaultData:()=>Vn});var _e={};o.r(_e),o.d(_e,{SelectorKeysEnum:()=>Mn,getDefaultData:()=>Yn});var He={};o.r(He),o.d(He,{SelectorKeysEnum:()=>Wn,getDefaultData:()=>qn});var Be={};o.r(Be),o.d(Be,{SelectorKeysEnum:()=>Xn,getDefaultData:()=>$n});var ze={};o.r(ze),o.d(ze,{SelectorKeysEnum:()=>Zn,getDefaultData:()=>ra});var ke={};o.r(ke),o.d(ke,{SelectorKeysEnum:()=>ea,getDefaultData:()=>ia});var Ke={};o.r(Ke),o.d(Ke,{SelectorKeysEnum:()=>ta,getDefaultData:()=>la});var je={};o.r(je),o.d(je,{SelectorKeysEnum:()=>aa,getDefaultData:()=>ya});var Ue={};o.r(Ue),o.d(Ue,{SelectorKeysEnum:()=>da,getDefaultData:()=>ga});var Me={};o.r(Me),o.d(Me,{SelectorKeysEnum:()=>Sa,getDefaultData:()=>Ca});var Ve={};o.r(Ve),o.d(Ve,{SelectorKeysEnum:()=>ha,getDefaultData:()=>va});var Ge={};o.r(Ge),o.d(Ge,{getDefaultData:()=>wa,selfSelectorKeysEnum:()=>ba});var We={};o.r(We),o.d(We,{SelectorKeysEnum:()=>ma,getDefaultData:()=>Na});var Ye={};o.r(Ye),o.d(Ye,{getDefaultData:()=>Aa,searchSelectorKeysEnum:()=>Ra});var Fe={};o.r(Fe),o.d(Fe,{getDefaultData:()=>xa,selfSelectorKeysEnum:()=>Da});var Xe={};o.r(Xe),o.d(Xe,{getDefaultData:()=>Pa,selfSelectorKeysEnum:()=>Ia});var qe={};o.r(qe),o.d(qe,{SelectorKeysEnum:()=>Ea,getDefaultData:()=>Ba});var Qe={};o.r(Qe),o.d(Qe,{contactUsSelectorKeysEnum:()=>Ha,getDefaultData:()=>ka});var Ze={};o.r(Ze),o.d(Ze,{getDefaultData:()=>ja,loginSelectorKeysEnum:()=>za});var $e={};o.r($e),o.d($e,{getDefaultData:()=>Ma,resetPasswordSelectorKeysEnum:()=>Ka});var Je={};o.r(Je),o.d(Je,{SelectorKeysEnum:()=>Ua,getDefaultData:()=>Xa});var er={};o.r(er),o.d(er,{SelectorKeysEnum:()=>Ga,getDefaultData:()=>Za});var rr={};o.r(rr),o.d(rr,{getDefaultData:()=>el,searchResultsHeadingSelectorKeysEnum:()=>qa});var or={};o.r(or),o.d(or,{getDefaultData:()=>tl,itemStockSelectorKeysEnum:()=>Ja});var tr={};o.r(tr),o.d(tr,{SelectorKeysEnum:()=>ol,getDefaultData:()=>pl});var ir={};o.r(ir),o.d(ir,{SelectorKeysEnum:()=>nl,getDefaultData:()=>cl});var nr={};o.r(nr),o.d(nr,{SelectorKeysEnum:()=>sl,getDefaultData:()=>ul});var ar={};o.r(ar),o.d(ar,{LineSelectorKeysEnum:()=>yl,getDefaultData:()=>Tl});var lr={};o.r(lr),o.d(lr,{getDefaultData:()=>vl});var pr={};o.r(pr),o.d(pr,{getDefaultData:()=>wl,selfSelectorKeysEnum:()=>Cl});var dr={};o.r(dr),o.d(dr,{SelectorKeysEnum:()=>ml,getDefaultData:()=>Ll});var sr={};o.r(sr),o.d(sr,{QuickLinksSelectorKeysEnum:()=>Rl,getDefaultData:()=>Pl});var cr={};o.r(cr),o.d(cr,{allocationDetails:()=>nr,allocations:()=>We,amountEstimator:()=>M,brand:()=>_e,brandImage:()=>ke,breadcrumbs:()=>Je,bulkVariantPicker:()=>V,bundle:()=>He,button:()=>G,cart:()=>De,cartDetails:()=>tr,cartSummary:()=>ir,category:()=>Be,categoryDetails:()=>qe,code:()=>W,common:()=>U,contactUs:()=>Qe,container:()=>F,countdown:()=>X,embed:()=>q,faq:()=>Q,filters:()=>Ke,gallerySlider:()=>Z,grid:()=>$,iconLibrary:()=>er,image:()=>J,imageHotspot:()=>oe,itemStock:()=>or,layouter:()=>Fe,layouterItem:()=>Xe,lightBoxV2:()=>Ge,lightbox:()=>Le,line:()=>ar,login:()=>Ze,map:()=>te,marchandiserSets:()=>dr,menu:()=>Ee,pastOrders:()=>Ue,paymentMethods:()=>ie,pickupLocations:()=>ne,price:()=>se,product:()=>ee,productActions:()=>le,productDetails:()=>re,productHighlights:()=>pe,productImage:()=>ae,productInventory:()=>de,productOptions:()=>Pe,productPromotions:()=>ce,profile:()=>Ae,quantitySelector:()=>ye,quickLinks:()=>sr,quotes:()=>Me,repeater:()=>Ie,repeaterItem:()=>xe,resetPassword:()=>$e,rfqs:()=>Ve,scroll:()=>ue,search:()=>Ye,searchResultsHeading:()=>rr,section:()=>Se,shippingEstimator:()=>ge,slideShowLayouter:()=>Te,social:()=>he,sort:()=>je,stack:()=>Ce,staticText:()=>Y,storeLocations:()=>Oe,subCategory:()=>ze,tabContainer:()=>pr,table:()=>be,tabs:()=>ve,tabsV2:()=>lr,text:()=>me,uomSelector:()=>we,variantPicker:()=>fe,video:()=>Re,volumePricing:()=>Ne});var yr={};o.r(yr),o.d(yr,{getDefaultStyles:()=>_l});var ur={};o.r(ur),o.d(ur,{getDefaultStyles:()=>Hl});var Sr={};o.r(Sr),o.d(Sr,{getDefaultStyles:()=>Bl});var gr={};o.r(gr),o.d(gr,{getDefaultStyles:()=>zl,getDefaultStylesV2:()=>kl});var Tr={};o.r(Tr),o.d(Tr,{getDefaultStyles:()=>Kl});var hr={};o.r(hr),o.d(hr,{getDefaultStyles:()=>jl});var Cr={};o.r(Cr),o.d(Cr,{getDefaultStyles:()=>Ul});var Or={};o.r(Or),o.d(Or,{getDefaultStyles:()=>Ml});var br={};o.r(br),o.d(br,{getDefaultStyles:()=>Vl});var vr={};o.r(vr),o.d(vr,{getDefaultStyles:()=>Gl});var mr={};o.r(mr),o.d(mr,{getDefaultStyles:()=>Wl});var wr={};o.r(wr),o.d(wr,{getDefaultStyles:()=>Yl});var fr={};o.r(fr),o.d(fr,{getDefaultStyles:()=>Fl});var Rr={};o.r(Rr),o.d(Rr,{getDefaultStyles:()=>Xl});var Nr={};o.r(Nr),o.d(Nr,{getDefaultStyles:()=>ql,getSectionDefaultStyles:()=>Ql});var Lr={};o.r(Lr),o.d(Lr,{getDefaultStyles:()=>Zl});var Dr={};o.r(Dr),o.d(Dr,{getDefaultStyles:()=>$l});var Ar={};o.r(Ar),o.d(Ar,{getDefaultStyles:()=>Jl});var Ir={};o.r(Ir),o.d(Ir,{getDefaultStyles:()=>ep});var xr={};o.r(xr),o.d(xr,{getDefaultStyles:()=>rp});var Er={};o.r(Er),o.d(Er,{getDefaultStyles:()=>op,getSectionDefaultStyles:()=>tp});var Pr={};o.r(Pr),o.d(Pr,{FBModeEnum:()=>Al,FB_CELL_HEIGHT:()=>lp,FB_CONTAINER_PADDING:()=>pp,FB_GRID_COLS:()=>ip,FB_GRID_MIN_WIDTH:()=>dp,FB_GRID_MOBILE_COLS:()=>np,FB_GRID_MOBILE_MIN_WIDTH:()=>sp,FB_GRID_ROWS:()=>ap,FormComponentTypeEnum:()=>xl,FormElementTypeEnum:()=>El,ScreenSizeEnums:()=>Il});var _r={};o.r(_r),o.d(_r,{getDefaultQuickLinksStyles:()=>cp});var Hr,Br,zr,kr,Kr,jr,Ur,Mr,Vr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Gr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Wr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Yr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"auto",justifySelf:"center"}},Fr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},Xr=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"300px",gridTemplateColumns:"100%"}},qr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Qr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"auto",justifySelf:"center"}},Zr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},$r=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Jr=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},eo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"auto"}},ro=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},oo=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},to=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},io=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},no=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},ao=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},lo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},po=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},so=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},co=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},yo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},uo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},So=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},go=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},To=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",gridTemplateRows:"auto",gridTemplateColumns:"auto",justifySelf:"center"}},ho=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},Co=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Oo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",boxSizing:"border-box",gridArea:"1/1/2/2",padding:"0px",justifySelf:"start",alignSelf:"start"}},bo=function(){return{maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",gridTemplateRows:"300px",gridTemplateColumns:"300px"}},vo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},mo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},wo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",boxSizing:"border-box",gridArea:"1/1/2/2",padding:"0px",justifySelf:"start",alignSelf:"start"}},fo=function(){return{height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Ro=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},No=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Lo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",boxSizing:"border-box",gridArea:"1/1/2/2",padding:"0px",justifySelf:"start",alignSelf:"start"}},Do=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}};!function(e){e.playgroundWrapper="playground_wrapper",e.layers="CMS Layers",e.addGrid="AddGrid",e.toolTip="custom-tooltip",e.customCanvas="custom-canvas",e.pageId="cms__template__editor",e.pageWrapper="page-wrapper",e.iframeContainerDiv="iframe-container-div",e.iframePlaygroud="iframe__playground",e.sectionLayersOverlay="section__layers__overlay",e.gridLayersOverlay="grid__layers__overlay",e.iframeRoot="cms-iframe-root",e.addElementTools="cms-add-element-tools",e.contextMenu="cms-context-menu",e.pageSaveButton="cms-page-save-button",e.elementPopertiesPopup="cms-element-properties",e.addElementComponent="cms-add-element-component",e.addElementCanvas="cms-custom-canvas",e.addElementPopup="cms-add-element-popup",e.sectionWrapper="cms-section-wrapper",e.gridWrapper="cms-grid-wrapper",e.addGridButton="add-grid-button",e.addGridButtonSpan="add-grid-span",e.addGridResizerSpan="add-grid-resizer-span",e.customTooltip="cms-custom-tooltip",e.customCodeModal="cms-custom-code-modal",e.playgroundMain="cms-playground-main",e.themeSettings="cms-theme-settings-component",e.pageLayers="cms-page-layers-component",e.playgroundProperties="cms-playground-properties",e.dragDropPercentage="cms-drag-drop-percentage",e.elementReizer="cms-element-resizer",e.elementReizerData="cms-element-resizer-data",e.cmsPageLoader="cms-page-loader",e.dataDropElement="cms-drop-element",e.containerWrapper="cms-container-wrapper",e.tabsWrapperV2="cms-tabs-v2-wrapper",e.tabsContainerWrapperV2="cms-tabs-container-wrapper",e.stackWrapper="cms-stack-wrapper",e.cmsSubElementLayer="cms-sub-element-layer",e.editorHeader="cms-editor-header",e.cmsAddElementBodyLayer="data-global-temp-body",e.cmsIframePreview="cms-iframe-preview",e.cmsIframeMainElement="cms-iframe-preview-main",e.duplicateElement="cms-element-duplicate",e.addGlobalSectionsPopup="cms-add-global-sections-popup",e.containerElement="div[data-element-type='container']",e.repeaterWrapper="cms-repeater-wrapper",e.layouterWrapper="cms-layouter-wrapper",e.repeaterItemWrapper="cms-repeater-item-wrapper",e.layouterItemWrapper="cms-layouter-item-wrapper",e.cmsElementFullView="cms-element-full-view",e.productWrapper="cms-product-wrapper",e.productDetailsWrapper="cms-product-details-wrapper",e.categoryDetailsWrapper="cms-category-details-wrapper",e.brandWrapper="cms-brand-wrapper",e.categoryWrapper="cms-category-wrapper",e.subCategoryWrapper="cms-sub-category-wrapper",e.categoryWidgetWrapper="cms-category-widget-wrapper",e.tabsWrapper="cms-tabs-wrapper",e.gridSwapBtn="cms-grid-swap-btn",e.lightBox="cms_lt_bx_mn",e.lightBoxV2Wrapper="cms-light-box-wrapper",e.marchandiserSetsWrapper="cms-marchandiser-sets-wrapper"}(Hr||(Hr={})),function(e){e.iframeSelector="iframe[data-title='iframe__playground']",e.iframePreviewSelector="iframe[data-title='cms-iframe-preview']",e.iframePreviewMainSelector="[data-page-id='cms-iframe-preview-main']",e.templteEditiorSelector="[data-page-id='cms__template__editor']",e.pageWrapper="[data-page-id='page-wrapper']",e.gridSelector="section[data-div-type='section'] > .wrapper > div[data-div-type='grid']",e.insideGridSelector=".wrapper > div[data-div-type='grid']",e.elementSelector="section[data-div-type='section'] > .wrapper > div[data-div-type='grid'] > div[data-div-type='cms-grid-wrapper'] > div[data-div-type='element']",e.newElementSelector="div[data-div-type='element']",e.sectionSelector="section[data-div-type='section']",e.layersParentSelector="section[data-div-type='section'] [data-cms-tool='CMS Layers']",e.layersGridSelector="section[data-div-type='section'] [data-cms-tool='CMS Layers'] > .styles__wrapper > div[data-layer-div-type='grid']",e.layersGridElementSelector="section[data-div-type='section'] [data-cms-tool='CMS Layers'] > .styles__wrapper > div[data-layer-div-type='grid'] > div[data-layer-div-type='element']",e.newLayersGridElementSelector="div[data-layer-div-type='element']",e.sectionLayersOverlay="[data-div-type = 'section__layers__overlay']",e.gridLayersOverlay="[data-div-type='grid__layers__overlay']",e.iframeRoot="#cms-iframe-root",e.playgroundScrollY="playground-srolltop",e.playgroundScrollX="playground-srollleft",e.addElementComponentSelector="[data-cms-tool='cms-add-element-component']",e.playgroundWrapper="[data-cms-tool='playground_wrapper']",e.addElementPopup="[data-cms-tool='cms-add-element-popup']",e.addGlobalSectionsPopup="[data-cms-tool='cms-add-global-sections-popup']",e.addGridButtonSelector="button[data-cms-tool='add-grid-button']",e.customCodeModalSelectr="div[data-cms-tool='cms-custom-code-modal']",e.playgroundMain="main[data-cms-tool='cms-playground-main']",e.themeSettings="div[data-cms-tool='cms-theme-settings-component']",e.pageLayers="div[data-cms-tool='cms-page-layers-component']",e.playgroundProperties="div[data-cms-tool='cms-playground-properties']",e.elementDNDPercentage="div[data-cms-tool='cms-drag-drop-percentage']",e.elementReizer="div[data-cms-tool='cms-element-resizer']",e.elementReizerData="div[data-cms-tool='cms-element-resizer-data']",e.cmsPageLoader="div[data-cms-tool='cms-page-loader']",e.dataDropElement="div[data-drop-element='cms-drop-element']",e.layerDataDropElement="div[data-layer-drop-element='cms-drop-element']",e.layerSubElement="div[data-cms-tool='cms-sub-element-layer']",e.editorHeader="div[data-cms-tool='cms-editor-header']",e.cmsAddElementBodyLayer="div[data-cms-tool='data-global-temp-body']",e.duplicateElement="div[data-cms-tool='cms-element-duplicate']",e.stackWrapper="div[data-div-type='cms-stack-wrapper']",e.containerElement="div[data-element-type='container']",e.repeaterElement="div[data-element-type='repeater']",e.repeaterItemElement="div[data-element-type='repeater-item']",e.cmsElementFullView="div[data-cms-tool='cms-element-full-view']",e.productElement="div[data-element-type='product']",e.productDetailsElement="div[data-element-type='productDetails']",e.categoryDetailsElement="div[data-element-type='categoryDetails']",e.categoryElement="div[data-element-type='category']",e.brandElement="div[data-element-type='brand']",e.subCategoryElement="div[data-element-type='subCategory']",e.categoryWidgetElement="div[data-element-type='categoryWidget']",e.tabsElement="div[data-element-type='tabs']",e.tabsV2Element="div[data-element-type='tabs-v2']",e.imageHotspot="div[data-element-type='imageHotspot']",e.gridSwapBtn="div[data-cms-tool='cms-grid-swap-btn']",e.lightBox="#cms_lt_bx_mn",e.marchandiserSetsElement="div[data-element-type='marchandiserSets']"}(Br||(Br={})),function(e){e.id="data-cms-tool",e.state="data-cms-state",e.style="data-style-id",e.pageId="data-page-id",e.dataDivType="data-div-type",e.dataElementSubChild="data-element-sub-child",e.dataChildCount="data-child-count",e.dataToolType="data-tool-type",e.dataGridType="data-grid-type",e.dataElementType="data-element-type",e.layerDataDivType="data-layer-div-type",e.layerDataElementSubChild="data-layer-element-sub-child",e.dataDropElement="data-drop-element",e.layerDataDropElement="data-layer-drop-element",e.layerDataElementType="data-layer-element-type",e.title="data-title",e.layerStyle="data-layer-style-id",e.elementClick="data-has-clicked",e.viewportVisible="data-viewport-visible",e.playgroundScrollY="data-playground-scroll-y",e.playgroundScrollX="data-playground-scroll-x",e.viewportVisibleTop="data-viewport-visible-top",e.viewportVisibleRight="data-viewport-visible-right",e.viewportVisibleBottom="data-viewport-visible-bottom",e.viewportVisibleLeft="data-viewport-visible-left"}(zr||(zr={})),function(e){e.CSS="css",e.TOOL="tool",e.CONTROLLED_CSS="controlledCss",e.CONTROLS="controls",e.CONTENT="content"}(kr||(kr={})),function(e){e[e.PIXELS=1]="PIXELS",e[e.REM=2]="REM",e[e.EM=3]="EM",e[e.PERCENTAGE=4]="PERCENTAGE",e[e.CUSTOM=5]="CUSTOM",e[e.MS=6]="MS"}(Kr||(Kr={})),function(e){e[e.BUILDER=1]="BUILDER",e[e.PREVIEW=2]="PREVIEW",e[e.WEBSITE=3]="WEBSITE"}(jr||(jr={})),function(e){e.HORIZONTAL="horizontal",e.VERTICAL="vertical"}(Ur||(Ur={})),function(e){e[e.THIN=100]="THIN",e[e.EXTRA_LIGHT=200]="EXTRA_LIGHT",e[e.LIGHT=300]="LIGHT",e[e.REGULAR=400]="REGULAR",e[e.MEDIUM=500]="MEDIUM",e[e.SEMI_BOLD=600]="SEMI_BOLD",e.BOLD_NUMERIC="bold",e[e.EXTRA_BOLD=800]="EXTRA_BOLD",e[e.BLACK=900]="BLACK",e.NORMAL="normal",e.BOLDER="bolder",e.LIGHTER="lighter"}(Mr||(Mr={}));var Ao,Io,xo,Eo,Po,_o,Ho,Bo,zo,ko,Ko,jo,Uo={BUTTON:"button",BUTTON_THEME:"ButtonTheme",PAGE:"page",SECTION:"section",CODE:"code",STATIC_TEXT:"staticText",IMAGE:"image",GRID:"grid",TABS:"tabs",VIDEO:"video",SLIDE_SHOW_LAYOUTER:"slideShowLayouter",CODEEDITOR:"codeEditor",EMBED:"embed",TABLE:"table",SLIDER:"slider",GALLERY_SLIDER:"gallerySlider",SOCIAL:"social",FAQ:"faq",TEXT:"text",SCROLL:"scroll",IMAGE_HOTSPOT:"imageHotspot",COUNTDOWN:"countdown",MAP:"map",CONTAINER:"container",PRODUCT_PRICE:"productPrice",PRODUCT_ACTIONS:"productActions",VOLUME_PRICING:"volumePricing",PRODUCT_INVENTORY:"productInventory",STORE_LOCATIONS:"storeLocations",PICKUP_LOCATIONS:"pickupLocations",PRODUCT_HIGHLIGHTS:"productHighlights",PAYMENT_METHODS:"paymentMethods",SHIPPING_ESTIMATOR:"shippingEstimator",PRODUCT_PROMOTIONS:"productPromotions",AMOUNT_ESTIMATOR:"amountEstimator",QUANTITY_SELECTOR:"quantitySelector",STACK:"stack",UOM_SELECTOR:"uomSelector",VARIANT_PICKER:"variantPicker",BULK_VARIANT_PICKER:"bulkVariantPicker",PRODUCT_IMAGE:"productImage",PRODUCT_NAME:"productName",PRODUCT_DESCRIPTION:"productDescription",PRODUCT_BRAND:"productBrand",PRODUCT_CODE:"productCode",PRODUCT_REVIEW:"productReview",PRODUCT_RATING:"productRating",BRAND_NAME:"brandName",BRAND_DESCRIPTION:"brandDescription",BRAND_CODE:"brandCode",BRAND_IMAGE:"brandImage",BUNDLE_NAME:"bundleName",BUNDLE_CODE:"bundleCode",BUNDLE_IMAGE:"bundleImage",LIGHTBOX:"lightbox",CART:"cart",PROFILE:"profile",PRODUCT:"product",MENU:"menu",PRODUCT_OPTIONS:"productOptions",REPEATER:"repeater",REPEATER_ITEM:"repeater-item",PRODUCT_DETAILS:"productDetails",CATEGORY:"category",CATEGORY_WIDGET:"categoryWidget",CATEGORY_NAME:"categoryName",CATEGORY_IMAGE:"categoryImage",CATEGORY_CODE:"categoryCode",CATEGORY_DESCRIPTION:"categoryDescription",BRAND:"brand",BUNDLE:"bundle",SUB_CATEGORY:"subCategory",FILTERS:"filters",SORT:"sort",PAST_ORDERS:"pastOrders",QUOTES:"quotes",RFQS:"rfqs",LIGHTBOXV2:"lightboxv2",ALLOCATIONS:"allocations",SEARCH:"search",LAYOUTER:"layouter",LAYOUTER_ITEM:"layouter-item",CATEGORY_DETAILS:"categoryDetails",CONTACTUS:"contactUs",LOGIN:"login",RESET_PASSWORD:"resetPassword",FORGOT_PASSWORD:"forgotPassword",BREADCRUMBS:"breadcrumbs",ICON_LIBRARY:"iconLibrary",FORM_PREVIEW:"formPreview",SEARCH_RESULTS_HEADING:"searchResultsHeading",ITEM_STOCK:"itemStock",CART_DETAILS:"cartDetails",CART_SUMMARY:"cartSummary",ALLOCATION_DETAILS:"allocationDetails",LINE:"line",TABS_V2:"tbs-v2",TABS_CONTAINER:"tbsContainer",MARCHANDISER_SETS:"marchandiserSets",QUICK_LINKS:"quickLinks"};!function(e){e.DESKTOP="desktop",e.TABLET="tablet",e.MOBILE="mobile"}(Ao||(Ao={})),function(e){e.NONE="none",e.PAGE_ON_THE_SITE="pageOnTheSite",e.WEB_ADDRESS="webAddress",e.SCROLL_TO="scrollTo",e.DOWNLOAD_DOCUMENT="downloadDocument",e.EMAIL_ADDRESS="emailAddress",e.PHONE_NUMBER="phoneNumber",e.LIGHTBOX="lightbox"}(Io||(Io={})),function(e){e.ARROWSANDDOTS="Arrows & Dots",e.ARROWS="Arrows",e.DOTS="Dots",e.NONE="None"}(xo||(xo={})),function(e){e[e.BRAND_FILTER=1]="BRAND_FILTER",e[e.CATEGORY_FILTER=2]="CATEGORY_FILTER",e[e.OPTION_FILTER=3]="OPTION_FILTER",e[e.CUSTOM_ATTRIBUTE_FILTER=4]="CUSTOM_ATTRIBUTE_FILTER",e[e.PRICE_FILTER=5]="PRICE_FILTER"}(Eo||(Eo={})),function(e){e[e.RECOMMENDED=1]="RECOMMENDED",e[e.NEWEST=2]="NEWEST",e[e.PRICE_LOW_HIGH=3]="PRICE_LOW_HIGH",e[e.PRICE_HIGH_LOW=4]="PRICE_HIGH_LOW",e[e.NAME_A_Z=5]="NAME_A_Z",e[e.NAME_Z_A=6]="NAME_Z_A"}(Po||(Po={})),function(e){e[e.CSS=1]="CSS",e[e.HTML=2]="HTML"}(_o||(_o={})),function(e){e.DESKTOP="desktop",e.TABLET="tablet",e.MOBILE="mobile"}(Ho||(Ho={})),function(e){e[e.UPSERT=1]="UPSERT",e[e.GET=2]="GET"}(Bo||(Bo={})),function(e){e.LIGHTBOX="customLightBoxV1",e.UOMSELECTOR="uomSelectorV1",e.TEXTELEMENTCODEVIEW="textElementCodeView",e.PRODUCT_DETAILS_STATE="productDetailsState"}(zo||(zo={})),function(e){e[e.NESTEDJSON=1]="NESTEDJSON",e[e.FLATJSON=2]="FLATJSON"}(ko||(ko={})),function(e){e.FLEXLIGHTBOXCLOSEBTN="isLightboxCloseIconKey"}(Ko||(Ko={})),function(e){e.PLACEHOLDER_IMAGE="/00000000-0000-0000-0000-000000000000/development/img-placeholder.jpg"}(jo||(jo={}));var Mo,Vo={adjustment:{value:"fluid",property:"adjustment",propertyType:kr.TOOL},verticalAlignment:{value:"center",property:"widgetAlignment",propertyType:kr.CONTROLS},textHorizontalPadding:{value:2,property:"textHorizontalPadding",unit:1,propertyType:kr.CSS},width:{value:"100",property:"width",unit:4,propertyType:kr.CSS},height:{value:"100",property:"height",unit:1,propertyType:kr.CSS},margin:{isAll:!1,sides:{top:{value:0,unit:1},right:{value:0,unit:1},bottom:{value:0,unit:1},left:{value:0,unit:1}},property:"margin",propertyType:kr.CSS},textPosition:{value:"top",property:"textPosition",propertyType:kr.CONTROLS},direction:{value:"Horizontal",propertyType:kr.CONTROLS},padding:{isAll:!0,sides:{top:{value:0,unit:1},right:{value:0,unit:1},bottom:{value:0,unit:1},left:{value:0,unit:1}},property:"padding",propertyType:kr.CSS},overflowContent:{value:"scroll",property:"overflow",propertyType:kr.TOOL},scrollDirection:{value:"horizontal",property:"scroll",propertyType:kr.TOOL},displayScrollbar:{value:!1,property:"displayScrollbar",propertyType:kr.TOOL},positionType:{value:"fixed",property:"position",propertyType:kr.TOOL},pinTo:{value:"page",property:"pinTo",propertyType:kr.TOOL},backgroundColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"backgroundColor",propertyType:kr.CSS,parentRef:"cs-be-cr-1"},overlayColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:0}},property:"overlayColor",propertyType:kr.CSS,parentRef:"cs-be-cr-1"},borderColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"borderColor",propertyType:kr.CSS,parentRef:"cs-be-se-1"},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:0,unit:1},right:{value:0,unit:1},bottom:{value:0,unit:1},left:{value:0,unit:1}},property:"borderWidth",propertyType:kr.CSS},dividerWidth:{value:1,property:"dividerWidth",unit:1,propertyType:kr.CSS},showBorder:{value:!0,propertyType:kr.CONTROLS},showShadow:{value:!0,property:"showBorder",propertyType:kr.CONTROLS},shadowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"shadowColor",propertyType:kr.CSS,parentRef:"cs-be-se-1"},angle:{property:"shadowAngle",propertyType:kr.CSS,value:{x:{value:0,unit:1},y:{value:0,unit:1}}},spread:{value:0,property:"shadowSpread",unit:1,propertyType:kr.CSS},blur:{value:0,property:"shadowBlur",unit:1,propertyType:kr.CSS},borderRadius:{isAll:!0,sides:{topLeft:{value:0,unit:1},topRight:{value:0,unit:1},bottomLeft:{value:0,unit:1},bottomRight:{value:0,unit:1}},property:"borderRadius",propertyType:kr.CSS},cropRatio:{value:"16:9",propertyType:kr.CONTROLS},zoomImage:{value:1,property:"zoomImage",propertyType:kr.CSS},exposure:{value:0,propertyType:kr.CONTROLS},contrast:{value:0,propertyType:kr.CONTROLS},saturation:{value:0,propertyType:kr.CONTROLS},brightness:{value:0,propertyType:kr.CONTROLS},tint:{value:0,propertyType:kr.CONTROLS},hue:{value:0,propertyType:kr.CONTROLS},lightness:{value:0,propertyType:kr.CONTROLS},highlights:{value:0,propertyType:kr.CONTROLS},shadows:{value:0,propertyType:kr.CONTROLS},flip:{value:{x:!1,y:!1},property:"flip",propertyType:kr.CONTROLS},rotate:{value:0,property:"rotate",propertyType:kr.CSS},paragraphSpacing:{value:0,unit:1,property:"paragraphSpacing",propertyType:kr.CSS},textHighlight:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"textHighlight",propertyType:kr.CSS},theme:{value:"h3",property:"theme",propertyType:kr.CONTROLS},font:{value:"Lato",property:"fontFamily",propertyType:kr.CSS,parentRef:"ty-h3-ft-fy"},fontSize:{value:14,unit:1,property:"fontSize",propertyType:kr.CSS,parentRef:"ty-h3-ft-se"},textColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"color",propertyType:kr.CSS,parentRef:"ty-h3-cr"},bold:{value:"",property:"fontWeight",propertyType:kr.CSS,parentRef:"ty-h3-ft-wt"},italic:{value:"",property:"fontStyleItalic",propertyType:kr.CSS,parentRef:"ty-h3-ft-se-ic"},linethrough:{value:"",property:"linethrough",propertyType:kr.CSS,parentRef:"ty-h3-le-th"},underline:{value:"",property:"underline",propertyType:kr.CSS,parentRef:"ty-h3-ue"},textAlign:{value:"left",property:"textAlign",propertyType:kr.CSS,parentRef:"ty-h3-tt-an"},characterSpacing:{value:0,unit:1,property:"letterSpacing",propertyType:kr.CSS,parentRef:"ty-h3-lr-sg"},lineHeight:{value:1,unit:2,property:"lineHeight",propertyType:kr.CSS,parentRef:"ty-h3-le-ht"},themeDesc:{value:"p1",property:"themeDesc",propertyType:kr.CONTROLS},icon:{value:"check",propertyType:kr.CONTROLS,customIcon:{isCustomIcon:!1,url:"",name:""}},fontDesc:{value:"Lato",property:"fontFamilyDesc",propertyType:kr.CSS,parentRef:"ty-p1-ft-fy"},fontSizeDesc:{value:14,unit:1,property:"fontSizeDesc",propertyType:kr.CSS,parentRef:"ty-p1-ft-se"},textColorDesc:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"colorDesc",propertyType:kr.CSS,parentRef:"ty-p1-cr"},boldDesc:{value:"",property:"fontWeightDesc",propertyType:kr.CSS,parentRef:"ty-p1-ft-wt"},italicDesc:{value:"",property:"fontStyleItalicDesc",propertyType:kr.CSS,parentRef:"ty-p1-ft-se-ic"},linethroughDesc:{value:"",property:"linethroughDesc",propertyType:kr.CSS,parentRef:"ty-p1-le-th"},underlineDesc:{value:"",property:"underlineDesc",propertyType:kr.CSS,parentRef:"ty-p1-ue"},textAlignDesc:{value:"left",property:"textAlignDesc",propertyType:kr.CSS,parentRef:"ty-p1-tt-an"},characterSpacingDesc:{value:0,unit:1,property:"letterSpacingDesc",propertyType:kr.CSS,parentRef:"ty-p1-lr-sg"},lineHeightDesc:{value:1,unit:2,property:"lineHeightDesc",propertyType:kr.CSS,parentRef:"ty-p1-le-ht"},iconSize:{value:26,unit:1,property:"iconSize",propertyType:kr.CSS},iconColor:{value:{hex:"#000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},backgroundImage:{value:"",property:"backgroundImage",propertyType:kr.CSS},backgroundSize:{value:"cover",property:"backgroundSize",propertyType:kr.CSS},backgroundPositionY:{value:0,property:"backgroundPositionY",propertyType:kr.CSS},backgroundPositionX:{value:0,property:"backgroundPositionX",propertyType:kr.CSS},backgroundPosition:{value:"top left",property:"backgroundPosition",propertyType:kr.CSS},backgroundAttachment:{value:"fixed",property:"backgroundAttachment",propertyType:kr.CSS},backgroundRepeat:{value:"repeat",property:"backgroundRepeat",propertyType:kr.CSS}},Go={displayType:{value:"Stack Horizontal",property:"displayType",propertyType:kr.CONTROLS},displayStyle:{value:"Button",property:"displayStyle",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},itemSpacing:{value:"10",property:"itemSpacing",propertyType:kr.CSS},itemPadding:{value:"10",property:"itemPadding",propertyType:kr.CSS},ItemContentAlignment:{value:"left",property:"ItemContentAlignment",propertyType:kr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerHeight:{value:"10",property:"headerHeight",propertyType:kr.CSS},rowHeight:{value:"10",property:"rowHeight",propertyType:kr.CSS},headerCellPadding:{value:"10",property:"headerCellPadding",propertyType:kr.CSS},rowCellPadding:{value:"10",property:"rowCellPadding",propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:kr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:kr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},displayResults:{value:"Open Lightbox",property:"displayResults",propertyType:kr.CONTROLS},imageBehavior:{value:"Fixed",property:"imageBehavior",propertyType:kr.CONTROLS},itemsPerRow:{value:"1",property:"itemsPerRow",propertyType:kr.CSS},title:{value:"Estimate Shipping and Tax",property:"title",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"Enter your destination to get a shipping estimate.",property:"description",propertyType:kr.CONTROLS},country:{value:!0,property:"country",propertyType:kr.CONTROLS},state:{value:!0,property:"state",propertyType:kr.CONTROLS},zipCode:{value:!0,property:"zipCode",propertyType:kr.CONTROLS},shippingMethodName:{value:!0,property:"shippingMethodName",propertyType:kr.CONTROLS},shippingMethodLogo:{value:!0,property:"shippingMethodLogo",propertyType:kr.CONTROLS},shippingDescription:{value:!0,property:"shippingDescription",propertyType:kr.CONTROLS},noOfLinesToShow:{value:"4",property:"noOfLinesToShow",propertyType:kr.CONTROLS},estimatedShippingCost:{value:!0,property:"estimatedShippingCost",propertyType:kr.CONTROLS},estimatedShippingTime:{value:!0,property:"estimatedShippingTime",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:kr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"Round",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.INPUT_STYLE="inputStyle",e.VIEW_OFFERS_BUTTON="viewOffersButton",e.WIDGET_TEXT_STYLES="widgetTextStyles",e.ITEM_STYLE="itemStyle",e.SHIPPING_NAME="shippingName",e.SHIPPING_METHOD_LOGO="shippingMethodLogo",e.SHIPPING_DESCRIPTION="shippingDescription",e.ESTIMATED_SHIPPING_COST="estimatedShippingCost",e.ESTIMATED_SHIPPING_TIME="estimatedShippingTime",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selectedState",e.DATA_CONNECTOR="dataConnector"}(Mo||(Mo={}));var Wo,Yo={buttonStyle:Go.buttonStyle,buttonText:Go.buttonText,icon:Go.icon,iconPadding:Go.iconPadding,iconPosition:Go.iconPosition,iconAndTextSpacing:Go.iconAndTextSpacing,alignment:Go.alignment,buttonType:Go.buttonType,showIcon:Go.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},Fo=function(){return{layout:{selectorKey:Mo.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"300",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayStyle:Go.displayStyle,displayType:Go.displayType,dividerBetweenItems:Go.dividerBetweenItems,itemSpacing:Go.itemSpacing,itemPadding:Go.itemPadding,ItemContentAlignment:Go.ItemContentAlignment,maxItemsToDisplay:Go.maxItemsToDisplay,overflowItems:Go.overflowItems,header:Go.header,headerHeight:Go.headerHeight,rowHeight:Go.rowHeight,headerDivider:Go.headerDivider,rowDivider:Go.rowDivider,columnDivider:Go.columnDivider,alternativeRowColors:Go.alternativeRowColors,headerCellPadding:Go.headerCellPadding,rowCellPadding:Go.rowCellPadding,contentAlignment:Go.contentAlignment,overflowControl:Go.overflowControl,paginationType:Go.paginationType,paginationAlignment:Go.paginationAlignment,rowsPerPage:Go.rowsPerPage,displayResults:Go.displayResults,imageBehavior:Go.imageBehavior,itemsPerRow:Go.itemsPerRow},design:{selectorKey:Mo.DESIGN,inputStyle:{selectorKey:Mo.INPUT_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,icon:Go.icon,iconPadding:Go.iconPadding,iconPosition:Go.iconPosition,iconAndTextSpacing:Go.iconAndTextSpacing,alignment:Go.alignment,buttonType:Go.buttonType,showIcon:Go.showIcon,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},viewOffersButton:{selectorKey:Mo.VIEW_OFFERS_BUTTON,defaultState:Object.assign({selectorKey:Mo.DEFAULT_STATE},Yo),hoverState:Object.assign({selectorKey:Mo.HOVER_STATE},Yo),selectedState:Object.assign({selectorKey:Mo.SELECTED_STATE},Yo)},widgetTextStyles:{selectorKey:Mo.WIDGET_TEXT_STYLES,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},itemStyle:{selectorKey:Mo.ITEM_STYLE,contentAlignment:Go.contentAlignment,horizontalPadding:Go.horizontalPadding,verticalPadding:Go.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},shippingName:{selectorKey:Mo.SHIPPING_NAME,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},shippingMethodLogo:{selectorKey:Mo.SHIPPING_METHOD_LOGO,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},shippingDescription:{selectorKey:Mo.SHIPPING_DESCRIPTION,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},estimatedShippingCost:{selectorKey:Mo.ESTIMATED_SHIPPING_COST,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},estimatedShippingTime:{selectorKey:Mo.ESTIMATED_SHIPPING_TIME,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},arrows:{selectorKey:Mo.ARROWS,arrowIconStyle:Go.arrowIconStyle,leftArrowIconStyle:Go.leftArrowIconStyle,rightArrowIconStyle:Go.rightArrowIconStyle,backgroundShape:Go.backgroundShape,arrowSize:Go.arrowSize,arrowColor:Go.arrowColor},paginationDots:{selectorKey:Mo.PAGINATION_DOTS,dotSize:Go.dotSize,currentDotColor:Go.currentDotColor,otherDotColor:Go.otherDotColor},paginationLine:{selectorKey:Mo.PAGINATION_LINE,currentLineColor:Go.currentLineColor,otherLineColor:Go.otherLineColor,lineHeight:Go.lineHeight,lineWidth:Go.lineWidth},table:{selectorKey:Mo.TABLE,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Go.design.table.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Go.design.table.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tableHeader:{selectorKey:Mo.TABLE_HEADER,backgroundColor:Vo.backgroundColor},headerText:{selectorKey:Mo.HEADER_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},tableRow:{selectorKey:Mo.TABLE_ROW,backgroundColor:Vo.backgroundColor,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},scroll:{selectorKey:Mo.SCROLL,scrollBarWidth:Go.design.scrollBar.scrollBarWidth,scrollBarColor:Go.design.scrollBar.scrollBarColor},rowDividers:{selectorKey:Mo.ROW_DIVIDERS,headerDivider:Go.design.rowAndHeaderDividers.headerDivider,rowDivider:Go.design.rowAndHeaderDividers.rowDivider,columnDivider:Go.design.rowAndHeaderDividers.columnDivider},pagination:{selectorKey:Mo.PAGINATION,defaultState:{selectorKey:Mo.DEFAULT_STATE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,previousIcon:Go.design.pagination.previousIcon,nextIcon:Go.design.pagination.nextIcon,iconSize:Go.design.pagination.iconSize,iconColor:Go.design.pagination.iconColor,backgroundShape:Go.design.pagination.backgroundShape,backgroundColor:Vo.backgroundColor,pagination:Go.design.pagination.pagination},hoverState:{selectorKey:Mo.HOVER_STATE,theme:Vo.theme}},showMoreItemsButton:{selectorKey:Mo.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Go.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},content:{selectorKey:Mo.CONTENT,title:Go.title,showTitle:Go.showTitle,description:Go.description,showDescription:Go.showDescription,noOfLinesToShow:Go.noOfLinesToShow,country:Go.country,state:Go.state,zipCode:Go.zipCode,promotionSchedule:Go.showDescription,shippingMethodName:Go.shippingMethodName,shippingMethodLogo:Go.shippingMethodLogo,shippingDescription:Go.shippingDescription,estimatedShippingCost:Go.estimatedShippingCost,estimatedDeliveryTime:Go.estimatedShippingTime},dataConnector:{selectorKey:Mo.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},Xo={optionSelection:{value:!0,property:"optionSelection",propertyType:kr.CONTROLS},displayOutOfStockValues:{value:!0,property:"displayOutOfStockValues",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},notifyMeButton:{value:!0,property:"notifyMeButton",propertyType:kr.CONTROLS},quantitySelectorForVariantSelector:{value:!0,property:"quantitySelectorForVariantSelector",propertyType:kr.CONTROLS},displayStyle:{value:"Matrix",property:"displayStyle",propertyType:kr.CONTROLS},displayValues:{value:"Horizontally",property:"displayValues",propertyType:kr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:kr.CSS},optionTitleValueSpacing:{value:"100",property:"optionTitleValueSpacing",propertyType:kr.CSS},itemPadding:{value:"10",property:"itemPadding",propertyType:kr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},swatchImageType:{value:"Swatch Image",property:"swatchImageType",propertyType:kr.CONTROLS},imageBehaviour:{value:"Fixed",property:"imageBehaviour",propertyType:kr.CONTROLS},itemsPerRow:{value:"4",property:"itemsPerRow",propertyType:kr.CONTROLS},itemContentAlignment:{value:"Left",property:"itemContentAlignment",propertyType:kr.CONTROLS},overflowDirection:{value:"Horizontal",property:"overflowDirection",propertyType:kr.CONTROLS},dropdownStyle:{value:"Vertical List",property:"dropdownStyle",propertyType:kr.CONTROLS},dropdownOptionsSpacing:{value:"50",property:"dropdownOptionsSpacing",propertyType:kr.CSS},dropdownOptionsPadding:{value:"50",property:"dropdownOptionsPadding",propertyType:kr.CSS},optionAndListSpacing:{value:"10",unit:1,property:"optionAndListSpacing",propertyType:kr.CSS},dropdownListItemSpacing:{value:"10",unit:1,property:"dropdownListItemSpacing",propertyType:kr.CSS},dropdownListItemPadding:{value:"10",unit:1,property:"dropdownListItemPadding",propertyType:kr.CSS},groupsDisplayStyle:{value:"Upfront",property:"groupsDisplayStyle",propertyType:kr.CONTROLS},dividerBetweenListItems:{value:!1,property:"dividerBetweenListItems",propertyType:kr.CONTROLS},groupSpacing:{value:"10",unit:1,property:"groupSpacing",propertyType:kr.CSS},groupPadding:{value:"10",unit:1,property:"groupPadding",propertyType:kr.CSS},groupHeaderAndOptionSpacing:{value:"10",unit:1,property:"groupHeaderAndOptionSpacing",propertyType:kr.CSS},tabDirection:{value:"Horizontal",property:"tabDirection",propertyType:kr.CONTROLS},tabLayout:{value:"Stretched",property:"tabLayout",propertyType:kr.CONTROLS},tabAlignment:{value:"Left",property:"tabAlignment",propertyType:kr.CONTROLS},tabSpacing:{value:"10",unit:1,property:"tabSpacing",propertyType:kr.CSS},tabAndContainerSpacing:{value:"10",unit:1,property:"tabAndContainerSpacing",propertyType:kr.CSS},tabHorizontalPadding:{value:"10",unit:1,property:"tabHorizontalPadding",propertyType:kr.CSS},tabVerticalPadding:{value:"10",unit:1,property:"tabVerticalPadding",propertyType:kr.CSS},containerPadding:{value:"10",unit:1,property:"containerPadding",propertyType:kr.CSS},tabRowSpacing:{value:"10",unit:1,property:"tabRowSpacing",propertyType:kr.CSS},remainingDisplayStyle:{value:"Dropdown",property:"remainingDisplayStyle",propertyType:kr.CONTROLS},expandIconPositon:{value:"Right",property:"expandIconPositon",propertyType:kr.CONTROLS},expandFirstItemByDefault:{value:!0,property:"expandFirstItemByDefault",propertyType:kr.CONTROLS},allowMultipleOpenItems:{value:!0,property:"allowMultipleOpenItems",propertyType:kr.CONTROLS},itemDividers:{value:!0,property:"itemDividers",propertyType:kr.CONTROLS},allowUserToSearch:{value:!0,property:"allowUserToSearch",propertyType:kr.CONTROLS},allowUserToFilter:{value:!0,property:"allowUserToFilter",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerHeight:{value:"10",unit:1,property:"headerHeight",propertyType:kr.CSS},rowHeight:{value:"10",unit:1,property:"rowHeight",propertyType:kr.CSS},accordionSpacing:{value:"10",unit:1,property:"accordionSpacing",propertyType:kr.CSS},accordionAndContainerSpacing:{value:"10",unit:1,property:"accordionAndContainerSpacing",propertyType:kr.CSS},accordionHorizontalPadding:{value:"10",unit:1,property:"accordionHorizontalPadding",propertyType:kr.CSS},accordionVerticalPadding:{value:"10",unit:1,property:"accordionVerticalPadding",propertyType:kr.CSS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerCellPadding:{value:"10",unit:1,property:"headerCellPadding",propertyType:kr.CSS},rowCellPadding:{value:"10",unit:1,property:"rowCellPadding",propertyType:kr.CSS},contentAlignment:{value:"Left",property:"contentAlignment",propertyType:kr.CSS},paginationAliginment:{value:"Left",property:"paginationAliginment",propertyType:kr.CSS},groupHorizontalPadding:{value:"50",property:"groupHorizontalPadding",propertyType:kr.CSS},groupVerticalPadding:{value:"50",property:"groupVerticalPadding",propertyType:kr.CSS},groupAndContainerSpacing:{value:"50",property:"groupAndContainerSpacing",propertyType:kr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},priceFormat:{value:"Starting Price",property:"priceFormat",propertyType:kr.CONTROLS},noOfOptionValues:{value:!0,property:"noOfOptionValues",propertyType:kr.CONTROLS},optionProperties:{value:!0,property:"optionProperties",propertyType:kr.CONTROLS},optionValueProperties:{value:!0,property:"optionValueProperties",propertyType:kr.CONTROLS},optionName:{value:!0,property:"optionName",propertyType:kr.CONTROLS},optionValueName:{value:!0,property:"optionValueName",propertyType:kr.CONTROLS},optionValueCode:{value:!0,property:"optionValueCode",propertyType:kr.CONTROLS},optionPrice:{value:!0,property:"optionPrice",propertyType:kr.CONTROLS},showselectedVariant:{value:!0,property:"showselectedVariant",propertyType:kr.CONTROLS},swatchImage:{value:!0,property:"swatchImage",propertyType:kr.CONTROLS},noOfVariantsAvailable:{value:!0,property:"noOfVariantsAvailable",propertyType:kr.CONTROLS},optionValuePrice:{value:!0,property:"optionValuePrice",propertyType:kr.CONTROLS},showAvailableInventory:{value:!0,property:"showAvailableInventory",propertyType:kr.CONTROLS},showTotalPriceOfAddedItems:{value:!0,property:"showTotalPriceOfAddedItems",propertyType:kr.CONTROLS},canCollapseGroups:{value:!0,property:"canCollapseGroups",propertyType:kr.CONTROLS},showTotalAddedQuantity:{value:!0,property:"showTotalAddedQuantity",propertyType:kr.CONTROLS},showMoreRows:{value:"Scroll",property:"showMoreRows",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.SWATFH_TYPE_DISPLAY_STYLE="swatchTypeDisplayStyle",e.SINGLE_SELECT_DISPLAY_STYLE="singleSelectDisplayStyle",e.DROPDOWN_DISPLAY_STYLE="dropdownDisplayStyle",e.GROUPED_OPTION_DISPLAY_STYLE="groupedOptionsDisplayStyle",e.MATRIX_DISPLAY_STYLE="matrixDisplayStyle",e.GROUPED_MATRIX_DISPLAY_STYLE="groupedMatrixDisplayStyle",e.DATA_CONNECTOR="dataConnector"}(Wo||(Wo={}));var qo,Qo=function(){return{layout:{selectorKey:Wo.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"270",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,optionSelection:Xo.optionSelection,displayOutOfStockValues:Xo.displayOutOfStockValues,displayStyle:Xo.displayStyle,notifyMeButton:Xo.notifyMeButton,quantitySelectorForVariantSelector:Xo.quantitySelectorForVariantSelector,dividerBetweenItems:Xo.dividerBetweenItems,optionTitleValueSpacing:Xo.optionTitleValueSpacing,remainingDisplayStyle:Xo.remainingDisplayStyle,allowUserToSearch:Xo.allowUserToSearch,allowUserToFilter:Xo.allowUserToFilter,swatchTypeDisplayStyle:{selectorKey:Wo.SWATFH_TYPE_DISPLAY_STYLE,displayValues:Xo.displayValues,itemPadding:Xo.itemPadding,itemSpacing:Xo.itemSpacing,maxItemsToDisplay:Xo.maxItemsToDisplay,overflowItems:Xo.overflowItems,swatchImageType:Xo.swatchImageType},singleSelectDisplayStyle:{selectorKey:Wo.SINGLE_SELECT_DISPLAY_STYLE,displayValues:Xo.displayValues,itemPadding:Xo.itemPadding,itemSpacing:Xo.itemSpacing,maxItemsToDisplay:Xo.maxItemsToDisplay,overflowItems:Xo.overflowItems,imageBehaviour:Xo.imageBehaviour,itemsPerRow:Xo.itemsPerRow,itemContentAlignment:Xo.itemContentAlignment,overflowDirection:Xo.overflowDirection},dropdownDisplayStyle:{selectorKey:Wo.DROPDOWN_DISPLAY_STYLE,dropdownOptionsSpacing:Xo.dropdownOptionsSpacing,dropdownOptionsPadding:Xo.dropdownOptionsPadding,dropdownStyle:Xo.dropdownStyle,optionAndListSpacing:Xo.optionAndListSpacing,dropdownListItemSpacing:Xo.dropdownListItemSpacing,dropdownListItemPadding:Xo.dropdownListItemPadding,dividerBetweenListItems:Xo.dividerBetweenListItems,maxItemsToDisplay:Xo.maxItemsToDisplay,overflowItems:Xo.overflowItems},groupedOptionsDisplayStyle:{selectorKey:Wo.GROUPED_OPTION_DISPLAY_STYLE,groupsDisplayStyle:Xo.groupsDisplayStyle,groupSpacing:Xo.groupSpacing,groupPadding:Xo.groupPadding,groupHeaderAndOptionSpacing:Xo.groupHeaderAndOptionSpacing,tabDirection:Xo.tabDirection,tabLayout:Xo.tabLayout,tabAlignment:Xo.tabAlignment,tabSpacing:Xo.tabSpacing,tabAndContainerSpacing:Xo.tabAndContainerSpacing,tabHorizontalPadding:Xo.tabHorizontalPadding,tabVerticalPadding:Xo.tabVerticalPadding,containerPadding:Xo.tabVerticalPadding,overflowItems:Xo.overflowItems,tabRowSpacing:Xo.tabRowSpacing,expandIconPositon:Xo.expandIconPositon,expandFirstItemByDefault:Xo.expandFirstItemByDefault,allowMultipleOpenItems:Xo.allowMultipleOpenItems,itemDividers:Xo.itemDividers,accordionSpacing:Xo.accordionSpacing,accordionAndContainerSpacing:Xo.accordionAndContainerSpacing,accordionHorizontalPadding:Xo.accordionHorizontalPadding,accordionVerticalPadding:Xo.accordionVerticalPadding,groupAndContainerSpacing:Xo.groupAndContainerSpacing,groupHorizontalPadding:Xo.groupHorizontalPadding,groupVerticalPadding:Xo.groupVerticalPadding,canCollapseGroups:Xo.canCollapseGroups},matrixDisplayStyle:{selectorKey:Wo.MATRIX_DISPLAY_STYLE,header:Xo.header,headerHeight:Xo.headerHeight,rowHeight:Xo.rowHeight,headerDivider:Xo.headerDivider,rowDivider:Xo.rowDivider,columnDivider:Xo.columnDivider,alternativeRowColors:Xo.alternativeRowColors,headerCellPadding:Xo.headerCellPadding,rowCellPadding:Xo.rowCellPadding,contentAlignment:Xo.contentAlignment,overflowControl:Xo.overflowControl,paginationType:Xo.paginationType,paginationAliginment:Xo.paginationAliginment,rowsPerPage:Xo.rowsPerPage,showMoreRows:Xo.showMoreRows},groupedMatrixDisplayStyle:{selectorKey:Wo.GROUPED_MATRIX_DISPLAY_STYLE,groupsDisplayStyle:Xo.groupsDisplayStyle,groupSpacing:Xo.groupSpacing,groupPadding:Xo.groupPadding,groupHeaderAndOptionSpacing:Xo.groupHeaderAndOptionSpacing}},design:{selectorKey:Wo.DESIGN},content:{selectorKey:Wo.CONTENT,optionProperties:Xo.optionProperties,optionName:Xo.optionName,noOfOptionValues:Xo.noOfOptionValues,optionPrice:Xo.optionPrice,priceFormat:Xo.priceFormat,showselectedVariant:Xo.showselectedVariant,optionValueProperties:Xo.optionValueProperties,optionValueName:Xo.optionValueName,optionValueCode:Xo.optionValueCode,swatchImage:Xo.swatchImage,swatchImageType:Xo.swatchImageType,noOfVariantsAvailable:Xo.noOfVariantsAvailable,optionValuePrice:Xo.optionValuePrice,showAvailableInventory:Xo.showAvailableInventory,showTotalPriceOfAddedItems:Xo.showTotalPriceOfAddedItems,showTotalAddedQuantity:Xo.showTotalAddedQuantity},dataConnector:{selectorKey:Wo.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},Zo={buttonStyle:{value:null,parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},buttonText:{value:"Get Started",property:"buttonText",propertyType:kr.CONTROLS},buttonIcon:{value:"shopping-cart-01",property:"buttonIcon",propertyType:kr.CONTROLS},iconPosition:{value:null,parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:null,property:"gap",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:null,property:"textAlign",parentRef:"bs-at",propertyType:kr.CSS},linkTo:{value:{type:"lightbox",target:"lightbox1"},property:"linkTo",propertyType:kr.CONTROLS}};!function(e){e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(qo||(qo={}));var $o,Jo=function(){return{layout:{selectorKey:qo.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"40",unit:1}),margin:Vo.margin,positionType:Vo.positionType,pinTo:Vo.pinTo,buttonStyle:Zo.buttonStyle,buttonText:Zo.buttonText,buttonIcon:Zo.buttonIcon,iconPosition:Zo.iconPosition,iconAndTextSpacing:Zo.iconAndTextSpacing,alignment:Zo.alignment,buttonType:Zo.buttonType,linkTo:Zo.linkTo},design:{selectorKey:qo.DESIGN,defaultState:{selectorKey:qo.DEFAULT_STATE,backgroundColor:Object.assign(Object.assign({},Vo.backgroundColor),{value:null,parentRef:"bs-dt-se-bd-cr"}),borderColor:Object.assign(Object.assign({},Vo.borderColor),{value:null,parentRef:"bs-dt-se-br-cr"}),borderStyle:Object.assign(Object.assign({},Vo.borderStyle),{value:null,parentRef:"bs-dt-se-br-se"}),borderPerSlide:Object.assign(Object.assign({},Vo.borderPerSlide),{value:null,parentRef:"bs-dt-se-br-pr-se"}),showBorder:Object.assign(Object.assign({},Vo.showBorder),{value:null,parentRef:"bs-dt-se-sw-br"}),showShadow:Object.assign(Object.assign({},Vo.showShadow),{value:null,parentRef:"bs-dt-se-sw-sw"}),shadowColor:Object.assign(Object.assign({},Vo.shadowColor),{value:null,parentRef:"bs-dt-se-sw-cr"}),blur:Object.assign(Object.assign({},Vo.blur),{value:null,parentRef:"bs-dt-se-br"}),spread:Object.assign(Object.assign({},Vo.spread),{value:null,parentRef:"bs-dt-se-sd"}),angle:Object.assign(Object.assign({},Vo.angle),{value:null,parentRef:"bs-dt-se-ae"}),borderRadius:Object.assign(Object.assign({},Vo.borderRadius),{value:null,parentRef:"bs-dt-se-br-rs"}),font:Object.assign(Object.assign({},Vo.font),{value:null,parentRef:"bs-dt-se-ft"}),theme:Object.assign({},Vo.theme),fontSize:Object.assign(Object.assign({},Vo.fontSize),{value:null,parentRef:"bs-dt-se-ft-se"}),textColor:Object.assign(Object.assign({},Vo.textColor),{value:null,parentRef:"bs-dt-se-tt-cr"}),bold:Object.assign(Object.assign({},Vo.bold),{value:null,parentRef:"bs-dt-se-bd"}),italic:Object.assign(Object.assign({},Vo.italic),{value:null,parentRef:"bs-dt-se-ic"}),linethrough:Object.assign(Object.assign({},Vo.linethrough),{value:null,parentRef:"bs-dt-se-lh"}),underline:Object.assign(Object.assign({},Vo.underline),{value:null,parentRef:"bs-dt-se-ue"}),textAlign:Object.assign(Object.assign({},Vo.textAlign),{value:null,parentRef:"bs-dt-se-tt-an"}),characterSpacing:Object.assign(Object.assign({},Vo.characterSpacing),{value:null,parentRef:"bs-dt-se-cr-sg"}),lineHeight:Object.assign(Object.assign({},Vo.lineHeight),{value:null,parentRef:"bs-dt-se-le-ht"}),icon:Vo.icon,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:null,parentRef:"bs-dt-se-sw-in"}),iconSize:Object.assign(Object.assign({},Vo.iconSize),{value:null,parentRef:"bs-dt-se-in-se"}),iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:null,parentRef:"bs-dt-se-in-cr"})},hoverState:{selectorKey:qo.HOVER_STATE,backgroundColor:Object.assign(Object.assign({},Vo.backgroundColor),{value:null,parentRef:"bs-hr-se-bd-cr"})}},content:{},dataConnector:{selectorKey:qo.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"button",url:null,enum:null,dataSource:null,childSource:null,connectedKey:null,keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.CONTENT="content"}($o||($o={}));var et,rt=function(){return{layout:{selectorKey:$o.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{unit:1,value:300}),height:Object.assign(Object.assign({},Vo.height),{unit:1,value:300}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:$o.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},content:{selectorKey:$o.CONTENT,code:{file:{"index.html":{name:"index.html",language:"html",value:"<h1 id='header'>Customize by code</h1>"},"style.css":{name:"style.css",language:"css",value:""},"script.js":{name:"script.js",language:"javascript",value:""}}}},dataConnector:{selectorKey:$o.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null},property:"dataConnector",propertyType:kr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(et||(et={}));var ot,tt=function(){return{layout:{selectorKey:et.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{unit:1,value:300}),height:Object.assign(Object.assign({},Vo.height),{unit:1,value:300}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,textData:{value:"",propertyType:kr.CONTROLS}},design:{selectorKey:et.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},content:{}}},it={theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor},nt={backgroundColor:Vo.backgroundColor,backgroundRepeat:Vo.backgroundRepeat,backgroundSize:Vo.backgroundSize,backgroundAttachment:Vo.backgroundAttachment,backgroundPosition:Vo.backgroundPosition,backgroundPositionX:Vo.backgroundPositionX,backgroundPositionY:Vo.backgroundPositionY,backgroundImage:Vo.backgroundImage};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(ot||(ot={}));var at,lt=function(e){return{layout:{selectorKey:ot.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:ot.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),dataConnector:{selectorKey:ot.DATA_CONNECTOR,dataConnector:{isConnected:!1,dataSource:null,childSource:null,key:"container",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""},property:"dataConnector",propertyType:kr.CONTROLS}}}},pt=(new Date).toISOString().slice(0,16),dt={type:{value:"countdown",property:"itemSpacing",propertyType:kr.CONTROLS},counterStyle:{value:"joined",property:"counterStyle",propertyType:kr.CONTROLS},countdownAnimation:{value:"fadeIn",property:"countdownAnimation",propertyType:kr.CONTROLS},dividerBetweenItems:{value:"true",property:"dividerBetweenItems",propertyType:kr.CONTROLS},source:{value:"manual",property:"source",propertyType:kr.CONTROLS},showCountdownTitle:{value:"true",property:"showCountdownTitle",propertyType:kr.CONTROLS},title:{value:"Sales Ends In",property:"title",propertyType:kr.CONTROLS},showCountdownDescription:{value:"true",property:"showCountdownDescription",propertyType:kr.CONTROLS},description:{value:"Sale ends in next few mins hurry up garb the offer",property:"description",propertyType:kr.CONTROLS},chooseSchedules:{value:"05-11-2024",property:"chooseSchedules",propertyType:kr.CONTROLS},startDate:{value:pt,property:"startDate",propertyType:kr.CONTROLS},endDate:{value:"2024-11-15T15:01",property:"endDate",propertyType:kr.CONTROLS},days:{value:"true",property:"days",propertyType:kr.CONTROLS},daysTitle:{value:"Days",property:"daysTitle",propertyType:kr.CONTROLS},hours:{value:"true",property:"hours",propertyType:kr.CONTROLS},hoursTitle:{value:"Hours",property:"hoursTitle",propertyType:kr.CONTROLS},minutes:{value:"true",property:"minutes",propertyType:kr.CONTROLS},minutesTitle:{value:"Minutes",property:"minutesTitle",propertyType:kr.CONTROLS},seconds:{value:"true",property:"seconds",propertyType:kr.CONTROLS},secondsTitle:{value:"Seconds",property:"secondsTitle",propertyType:kr.CONTROLS},shape:{value:"shopping-cart-01",property:"shape",propertyType:kr.CONTROLS},size:{value:"20",property:"size",unit:1,propertyType:kr.CSS},verticalAlignment:{value:"center",property:"verticalAlignment",propertyType:kr.CONTROLS},widgetTextAndItemSpacing:{value:"10",property:"widgetTextAndItemSpacing",unit:1,propertyType:kr.CSS},titleAndDescriptionAlignment:{value:"left",property:"titleAndDescriptionAlignment",propertyType:kr.CONTROLS},textVerticalPadding:{value:"10",property:"textVerticalPadding",unit:1,propertyType:kr.CSS},textHorizontalPadding:{value:"10",property:"textHorizontalPadding",unit:1,propertyType:kr.CSS},titleAndDescriptionSpacing:{value:"5",property:"titleAndDescriptionSpacing",unit:1,propertyType:kr.CSS},textPosition:{value:"top",property:"textPosition",propertyType:kr.CONTROLS},iconColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"iconColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.COUNTDOWN_WIDGET="countdownWidget",e.COUNTDOWN_LAYOUT="countdownLayout",e.COUNTER_STYLE="counterStyle",e.DIVIDER_STYLE="dividerStyle",e.COUNTDOWN_WIDGET_TEXT_CONTAINER_DESIGN="countdownWidgetTextContainerDesign",e.COUNTDOWN_WIDGET_TEXT_CONTAINER_LAYOUT="countdownWidgetTextContainerLayout"}(at||(at={}));var st,ct=function(){return{layout:{selectorKey:at.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"500",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"200",unit:1}),margin:Vo.margin,padding:Vo.padding,type:dt.type,counterStyle:dt.counterStyle,countdownAnimation:dt.countdownAnimation,dividerBetweenItems:dt.dividerBetweenItems,positionType:Vo.positionType,pinTo:Vo.pinTo},content:{selectorKey:at.CONTENT,source:dt.source,showCountdownTitle:dt.showCountdownTitle,title:dt.title,showCountdownDescription:dt.showCountdownDescription,description:dt.description,chooseSchedules:dt.chooseSchedules,startDate:dt.startDate,endDate:dt.endDate,days:dt.days,daysTitle:dt.daysTitle,hours:dt.hours,hoursTitle:dt.hoursTitle,minutes:dt.minutes,minutesTitle:dt.minutesTitle,seconds:dt.seconds,secondsTitle:dt.secondsTitle},design:{selectorKey:at.DESIGN,countdownWidget:{selectorKey:at.COUNTDOWN_WIDGET,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},countdownWidgetTextContainerLayout:{selectorKey:at.COUNTDOWN_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:dt.textVerticalPadding,textHorizontalPadding:dt.textHorizontalPadding,titleAndDescriptionSpacing:dt.titleAndDescriptionSpacing},countdownWidgetTextContainerDesign:{selectorKey:at.COUNTDOWN_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},countdownLayout:{selectorKey:at.COUNTDOWN_LAYOUT,verticalAlignment:dt.verticalAlignment,widgetTextAndItemSpacing:dt.widgetTextAndItemSpacing,textPosition:dt.textPosition},counterStyle:{selectorKey:at.COUNTER_STYLE,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},dividerStyle:{selectorKey:at.DIVIDER_STYLE,shape:dt.shape,size:dt.size,iconColor:dt.iconColor}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.CONTENT="content"}(st||(st={}));var yt,ut=function(){return{layout:{selectorKey:st.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{unit:1,value:300}),height:Object.assign(Object.assign({},Vo.height),{unit:1,value:300}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:st.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},content:{selectorKey:st.CONTENT,code:{file:{"index.html":{name:"index.html",language:"html",value:"<h1 id='header'>Embed customize by code</h1>"},"style.css":{name:"style.css",language:"css",value:""},"script.js":{name:"script.js",language:"javascript",value:""}},embed:{selectedValue:0,url:""}}},dataConnector:{selectorKey:st.DATA_CONNECTOR,value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null},property:"dataConnector",propertyType:kr.CONTROLS}}},St={expandFirstItemByDefault:{value:!0,propertyType:kr.CONTROLS},allowMultipleOpenItems:{value:!1,propertyType:kr.CONTROLS},itemDividers:{value:!1,propertyType:kr.CONTROLS},iconPosition:{value:"Right",propertyType:kr.CONTROLS},accordionsList:{value:[{title:"What is your return policy?",description:"You can return any item within 30 days of purchase for a full refund. Please ensure the item is in its original condition."},{title:"How can I track my order?",description:"Once your order is shipped, you will receive an email with the tracking number. You can use this number on our website to track your order."},{title:"Do you offer international shipping?",description:"Yes, we offer international shipping to many countries. Shipping fees and delivery times vary depending on the destination."},{title:"How can I contact customer service?",description:"You can contact our customer service team via email at support@example.com or call us at 1-800-123-4567. Our team is available Monday to Friday, 9 AM to 5 PM."},{title:"What payment methods do you accept?",description:"We accept all major credit cards, PayPal, and Apple Pay. You can select your preferred payment method at checkout."}],propertyType:kr.CONTROLS},itemHorizontalPadding:{value:10,unit:1,property:"itemHorizontalPadding",propertyType:kr.CSS},itemVerticalPadding:{value:2,unit:1,property:"itemVerticalPadding",propertyType:kr.CSS},itemSpacing:{value:10,unit:1,property:"itemSpacing",propertyType:kr.CSS},titleAndDescriptionSpacing:{value:5,unit:1,property:"titleAndDescriptionSpacing",propertyType:kr.CSS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.FAQ_WIDGET="faqWidget",e.COLLAPSED_ACCRORDION_ITEM="collapsedAccordionItem",e.EXPANDED_ACCRORDION_ITEM="expandedAccordionItem",e.DIVIDER="divider"}(yt||(yt={}));var gt,Tt=function(){return{layout:{selectorKey:yt.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:300,unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"auto",unit:Kr.CUSTOM}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,expandFirstItemByDefault:St.expandFirstItemByDefault,allowMultipleOpenItems:St.allowMultipleOpenItems,itemDividers:St.itemDividers,iconPosition:St.iconPosition,itemHorizontalPadding:St.itemHorizontalPadding,itemVerticalPadding:St.itemVerticalPadding,itemSpacing:St.itemSpacing,titleAndDescriptionSpacing:St.titleAndDescriptionSpacing},content:{accordionsList:St.accordionsList},design:{selectorKey:yt.DESIGN,faqWidget:{selectorKey:yt.FAQ_WIDGET,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},collapsedAccordionItem:{selectorKey:yt.COLLAPSED_ACCRORDION_ITEM,backgroundColor:Vo.backgroundColor,backgroundColorDesc:Object.assign(Object.assign({},Vo.backgroundColor),{property:"backgroundColorDesc"}),borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Vo.showIcon,iconSize:Vo.iconSize,iconColor:Vo.iconColor,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},expandedAccordionItem:{selectorKey:yt.EXPANDED_ACCRORDION_ITEM,backgroundColor:Vo.backgroundColor,backgroundColorDesc:Object.assign(Object.assign({},Vo.backgroundColor),{property:"backgroundColorDesc"}),borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Object.assign({},Vo.theme),font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Vo.showIcon,iconSize:Vo.iconSize,iconColor:Vo.iconColor,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},divider:{selectorKey:yt.DIVIDER,dividerColor:Vo.borderColor,dividerStyle:Vo.borderStyle,dividerWidth:Vo.dividerWidth}}}},ht={displayStyle:{value:"Slider",propertyType:kr.CONTROLS},scrollDirection:{value:"Vertical",propertyType:kr.CONTROLS},noOfItemsToLoad:{value:"All Items",propertyType:kr.CONTROLS},scrollControl:{value:"Non",propertyType:kr.CONTROLS},itemsPerSlide:{value:1,unit:7,property:"itemsPerSlide",propertyType:kr.CSS},itemsPerRow:{value:1,unit:7,property:"itemsPerRow",propertyType:kr.CSS},itemsPerColumn:{value:1,unit:7,property:"itemsPerColumn",propertyType:kr.CSS},itemGap:{value:"0",property:"itemGap",unit:1,propertyType:kr.CSS},rowGap:{value:"0",property:"rowGap",unit:4,propertyType:kr.CSS},sliderControl:{value:"Arrows",propertyType:kr.CONTROLS},controlPosition:{value:"Side-Overflow",propertyType:kr.CONTROLS},loopImages:{value:!1,propertyType:kr.CONTROLS},setItemsPerRow:{value:!1,propertyType:kr.CONTROLS},sliderDisplayScrollbar:{value:!1,propertyType:kr.CONTROLS},autoplay:{value:!1,propertyType:kr.CONTROLS},autoplayStyle:{value:"Intervals",propertyType:kr.CONTROLS},autoplayDuration:{value:3e3,unit:6,propertyType:kr.CONTROLS},sliderSpeed:{value:3e3,unit:6,propertyType:kr.CONTROLS},showGalleryTitle:{value:!1,propertyType:kr.CONTROLS},galleryTitle:{value:"",propertyType:kr.CONTROLS},showGalleryDescription:{value:!1,propertyType:kr.CONTROLS},galleryDescription:{value:"",propertyType:kr.CONTROLS},showItemTitle:{value:!1,propertyType:kr.CONTROLS},showItemDescription:{value:!1,propertyType:kr.CONTROLS},allowLinkToOtherPage:{value:!1,propertyType:kr.CONTROLS},slides:{value:[{src:"https://vishnu.sirv.com/image_element.png",alt:"Place holder image",title:"",description:""},{src:"https://vishnu.sirv.com/New%20folder/newton-s-cradle-balls-sphere-action-60582.webp",alt:"Place holder image",title:"",description:""},{src:"https://vishnu.sirv.com/New%20folder/art-2.jfif",alt:"Place holder image",title:"",description:""}],propertyType:kr.CONTROLS},galleryTextAndItemAlignment:{value:"left",property:"align",propertyType:kr.CSS},galleryTextAndItemSpacing:{value:20,property:"galleryTextAndItemSpacing",unit:1,propertyType:kr.CSS},galleryTextAndDescriptionSpacing:{value:20,property:"textAndDescriptionSpacing",unit:1,propertyType:kr.CSS},imageRatio:{value:"16:9",property:"aspectRatio",propertyType:kr.CSS},fitOptions:{value:"fill",property:"objectFit",propertyType:kr.CSS},textLayout:{value:"fill",property:"objectFit",propertyType:kr.CSS},itemTitleAndDescriptionAlignment:{value:"left",property:"align",propertyType:kr.CSS},thumbnailPlacement:{value:"bottom",property:"thumbnailPlacement",propertyType:kr.CONTROLS},thumbnailSize:{value:200,property:"thumbnailSize",unit:1,propertyType:kr.CSS},thumbnailSpacing:{value:50,property:"thumbnailSpacing",unit:1,propertyType:kr.CSS},textVerticalPadding:{value:2,property:"textVerticalPadding",unit:1,propertyType:kr.CSS},texHorizontalPadding:{value:20,property:"gap",unit:1,propertyType:kr.CSS},titleAndDescriptionSpacing:{value:10,property:"titleAndDescriptionSpacing",unit:1,propertyType:kr.CSS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"Round",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:36,property:"lineWidth",unit:1,propertyType:kr.CSS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.GALLERY_WIDGET_STYLE="gallery-widget-style",e.GALLERY_LAYOUT="gallery-layout",e.ITEM_STYLE="item-style",e.PAGINATION_ARROWS="pagination-arrows",e.PAGINATION_DOTS="pagination-dots",e.PAGINATION_LINE="pagination-lines",e.MAP_WIDGET_TEXT_CONTAINER_DESIGN="galleryWidgetTextContainerDesign",e.MAP_WIDGET_TEXT_CONTAINER_LAYOUT="galleryWidgetTextContainerLayout"}(gt||(gt={}));var Ct,Ot=function(){return{layout:{selectorKey:gt.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"400",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"300",unit:1}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,displayStyle:ht.displayStyle,scrollDirection:ht.scrollDirection,noOfItemsToLoad:ht.noOfItemsToLoad,scrollControl:ht.scrollControl,itemsPerSlide:ht.itemsPerSlide,itemsPerRow:ht.itemsPerRow,itemsPerColumn:ht.itemsPerColumn,itemGap:ht.itemGap,rowGap:ht.rowGap,sliderControl:ht.sliderControl,controlPosition:ht.controlPosition,loopImages:ht.loopImages,setItemsPerRow:ht.setItemsPerRow,sliderDisplayScrollbar:ht.sliderDisplayScrollbar,autoplay:ht.autoplay,autoplayStyle:ht.autoplayStyle,autoplayDuration:ht.autoplayDuration,sliderSpeed:ht.sliderSpeed,thumbnailPlacement:ht.thumbnailPlacement,thumbnailSize:ht.thumbnailSize,thumbnailSpacing:ht.thumbnailSpacing},content:{showGalleryTitle:ht.showGalleryTitle,galleryTitle:ht.galleryTitle,showGalleryDescription:ht.showGalleryDescription,galleryDescription:ht.galleryDescription,showItemTitle:ht.showItemTitle,showItemDescription:ht.showItemDescription,allowLinkToOtherPage:ht.allowLinkToOtherPage,slides:ht.slides},design:{selectorKey:gt.DESIGN,galleryWidgetStyle:{selectorKey:gt.GALLERY_WIDGET_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},galleryWidgetLayout:{selectorKey:gt.GALLERY_LAYOUT,galleryTextAndItemAlignment:ht.galleryTextAndItemAlignment,galleryTextAndItemSpacing:ht.galleryTextAndItemSpacing,galleryTitleAndDescriptionSpacing:ht.galleryTextAndDescriptionSpacing,textPosition:Vo.textPosition,verticalAlignment:Vo.verticalAlignment},galleryWidgetTextContainerLayout:{selectorKey:gt.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:ht.textVerticalPadding,textHorizontalPadding:Vo.textHorizontalPadding,titleAndDescriptionSpacing:ht.titleAndDescriptionSpacing},galleryWidgetTextContainerDesign:{selectorKey:gt.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},itemStyle:{selectorKey:gt.GALLERY_WIDGET_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},itemLayout:{selectorKey:gt.GALLERY_LAYOUT,galleryTextAndItemAlignment:ht.galleryTextAndItemAlignment,textAndImageSpacing:ht.galleryTextAndItemSpacing,galleryTitleAndDescriptionSpacing:ht.galleryTextAndDescriptionSpacing,textPosition:Object.assign(Object.assign({},Vo.textPosition),{value:"On Image"}),verticalAlignment:Vo.verticalAlignment},itemTextContainerLayout:{selectorKey:gt.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:ht.textVerticalPadding,textHorizontalPadding:Vo.textHorizontalPadding,titleAndDescriptionSpacing:ht.titleAndDescriptionSpacing},itemTextContainerDesign:{selectorKey:gt.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},paginationArrows:{selectorKey:gt.PAGINATION_ARROWS,arrowIconStyle:ht.arrowIconStyle,leftArrowIconStyle:ht.leftArrowIconStyle,rightArrowIconStyle:ht.rightArrowIconStyle,backgroundShape:ht.backgroundShape,arrowSize:ht.arrowSize,arrowColor:ht.arrowColor},paginationDots:{selectorKey:gt.PAGINATION_DOTS,dotSize:ht.dotSize,currentDotColor:ht.currentDotColor,otherDotColor:ht.otherDotColor},paginationLine:{selectorKey:gt.PAGINATION_LINE,currentLineColor:ht.currentLineColor,otherLineColor:ht.otherLineColor,lineHeight:ht.lineHeight,lineWidth:ht.lineWidth}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Ct||(Ct={}));var bt,vt=function(e){return{layout:{selectorKey:Ct.LAYOUT,width:{value:"100",property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:Ct.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt)}},mt={onClick:{value:"Show Image Lightbox",propertyType:kr.CONTROLS},onHover:{value:"Zoom Out",propertyType:kr.CONTROLS},cropRatio:{value:"16:9",propertyType:kr.CONTROLS},fitOptions:{value:"fill",propert:"objectFit",propertyType:kr.CONTROLS},horizontalAlignment:{value:"left",propert:"textAlign",propertyType:kr.CSS},verticalAlignment:{value:"bottom",propert:"textAlign",propertyType:kr.CSS},dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"image",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(bt||(bt={}));var wt,ft=function(){return{layout:{selectorKey:bt.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:350}),height:Object.assign(Object.assign({},Vo.height),{unit:1}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,onClick:mt.onClick,onHover:mt.onHover,cropRatio:mt.cropRatio,fitOptions:mt.fitOptions,horizontalAlignment:mt.horizontalAlignment,verticalAlignment:mt.verticalAlignment},design:{selectorKey:bt.DESIGN,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,backgroundColor:Vo.backgroundColor,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,brightness:Vo.brightness,hue:Vo.hue,lightness:Vo.lightness,highlights:Vo.highlights,shadows:Vo.shadows,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},content:{image:{value:{src:"https://vishnu.sirv.com/image_element.png"},propertyType:kr.CONTROLS}},dataConnector:{selectorKey:bt.DATA_CONNECTOR,dataConnector:mt.dataConnector}}},Rt={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:kr.CONTROLS},productName:{value:!0,propertyType:kr.CONTROLS},productCodes:{value:!0,propertyType:kr.CONTROLS},varientCodes:{value:!0,propertyType:kr.CONTROLS},productImage:{value:!0,propertyType:kr.CONTROLS},price:{value:!0,propertyType:kr.CONTROLS},productDescription:{value:!0,propertyType:kr.CONTROLS},showOptions:{value:!0,propertyType:kr.CONTROLS},allowBulkOrdering:{value:!0,propertyType:kr.CONTROLS},actions:{value:!0,propertyType:kr.CONTROLS},quickView:{value:!0,propertyType:kr.CONTROLS},addToCart:{value:!0,propertyType:kr.CONTROLS},wishlist:{value:!0,propertyType:kr.CONTROLS},buyNow:{value:!0,propertyType:kr.CONTROLS},addtoQuote:{value:!0,propertyType:kr.CONTROLS},showUoms:{value:!0,propertyType:kr.CONTROLS},showVolumePricing:{value:!0,propertyType:kr.CONTROLS},showInventory:{value:!0,propertyType:kr.CONTROLS},storeAvailability:{value:!0,propertyType:kr.CONTROLS},categoryCode:{value:!0,propertyType:kr.CONTROLS},categoryName:{value:!0,propertyType:kr.CONTROLS},categoryImage:{value:!0,propertyType:kr.CONTROLS},categoryDescription:{value:!0,propertyType:kr.CONTROLS},subCategoryCode:{value:!0,propertyType:kr.CONTROLS},subCategoryName:{value:!0,propertyType:kr.CONTROLS},subCategoryImage:{value:!0,propertyType:kr.CONTROLS},subCategoryDescription:{value:!0,propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(wt||(wt={}));var Nt,Lt=function(){return{layout:{selectorKey:wt.LAYOUT,width:Object.assign({},Vo.width),height:Object.assign(Object.assign({},Vo.height),{value:"auto",propertyType:kr.CONTROLS,unit:7}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:wt.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),content:{selectorKey:wt.CONTENT,productName:Rt.productName,productCodes:Rt.productCodes,varientCodes:Rt.varientCodes,productImage:Rt.productImage,price:Rt.price,productDescription:Rt.productDescription,showOptions:Rt.showOptions,allowBulkOrdering:Rt.allowBulkOrdering,actions:Rt.actions,quickView:Rt.quickView,addToCart:Rt.addToCart,wishlist:Rt.wishlist,buyNow:Rt.buyNow,addtoQuote:Rt.addtoQuote,showUoms:Rt.showUoms,showVolumePricing:Rt.showVolumePricing,showInventory:Rt.showInventory,storeAvailability:Rt.storeAvailability,categoryCode:Rt.categoryCode,categoryName:Rt.categoryName,categoryImage:Rt.categoryImage,categoryDescription:Rt.categoryDescription,subCategoryCode:Rt.subCategoryCode,subCategoryName:Rt.subCategoryName,subCategoryImage:Rt.subCategoryImage,subCategoryDescription:Rt.subCategoryDescription},dataConnector:{selectorKey:wt.DATA_CONNECTOR,dataConnector:Rt.dataConnector}}},Dt={dataConnector:{value:{isConnected:!1,dataSource:null,childSource:null,key:null,url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS},showOptions:{value:!0,propertyType:kr.CONTROLS},productVolume:{value:!0,propertyType:kr.CONTROLS},productPrice:{value:!0,propertyType:kr.CONTROLS},productActions:{value:!0,propertyType:kr.CONTROLS},productInventory:{value:!0,propertyType:kr.CONTROLS},storeLocations:{value:!0,propertyType:kr.CONTROLS},pickupLocations:{value:!0,propertyType:kr.CONTROLS},productHighlights:{value:!0,propertyType:kr.CONTROLS},paymentMethods:{value:!0,propertyType:kr.CONTROLS},shippingEstimator:{value:!0,propertyType:kr.CONTROLS},productPromotions:{value:!0,propertyType:kr.CONTROLS},amountEstimator:{value:!0,propertyType:kr.CONTROLS},quantitySelector:{value:!0,propertyType:kr.CONTROLS},uomSelector:{value:!0,propertyType:kr.CONTROLS},variantPicker:{value:!0,propertyType:kr.CONTROLS},bulkVariantPicker:{value:!0,propertyType:kr.CONTROLS},productImage:{value:!0,propertyType:kr.CONTROLS},productName:{value:!0,propertyType:kr.CONTROLS},productDescription:{value:!0,propertyType:kr.CONTROLS},productBrand:{value:!0,propertyType:kr.CONTROLS},productCode:{value:!0,propertyType:kr.CONTROLS},productReview:{value:!0,propertyType:kr.CONTROLS},productRating:{value:!0,propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Nt||(Nt={}));var At,It=function(){return{layout:{selectorKey:Nt.LAYOUT,width:Object.assign({},Vo.width),height:Object.assign(Object.assign({},Vo.height),{value:"auto",propertyType:kr.CONTROLS,unit:7}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:Nt.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),content:{selectorKey:Nt.CONTENT,showOptions:Dt.showOptions,productVolume:Dt.productVolume,productPrice:Dt.productPrice,productActions:Dt.productActions,productInventory:Dt.productInventory,storeLocations:Dt.storeLocations,pickupLocations:Dt.pickupLocations,productHighlights:Dt.productHighlights,paymentMethods:Dt.paymentMethods,shippingEstimator:Dt.shippingEstimator,productPromotions:Dt.productPromotions,amountEstimator:Dt.amountEstimator,quantitySelector:Dt.quantitySelector,uomSelector:Dt.uomSelector,variantPicker:Dt.variantPicker,bulkVariantPicker:Dt.bulkVariantPicker,productImage:Dt.productImage,productName:Dt.productName,productDescription:Dt.productDescription,productBrand:Dt.productBrand,productCode:Dt.productCode,productReview:Dt.productReview,productRating:Dt.productRating},dataConnector:{selectorKey:Nt.DATA_CONNECTOR,dataConnector:Dt.dataConnector,dynamicData:{value:null,property:"dynamicData",propertyType:kr.CONTROLS}}}},xt={position:{value:"topLeft",property:"position",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},onClick:{value:"Show Image Lightbox",propertyType:kr.CONTROLS},onHover:{value:"Zoom In",propertyType:kr.CONTROLS},hotspotStyle:{value:"shape",propertyType:kr.CONTROLS},showContent:{value:"onClick",propertyType:kr.CONTROLS},canOpenMultipleHotspots:{value:!0,propertyType:kr.CONTROLS},showIcon:{value:!0,propertyType:kr.CONTROLS},shape:{value:"circle",propertyType:kr.CONTROLS},hotspots:{value:[{title:"Hotspot",position:{x:10,y:10},contentSource:{source:"text",showTitle:!0,title:"sellerscommerce"},key:"123456tghjuik"}],propertyType:kr.CONTROLS},iconStyle:{value:"icon with circle",property:"iconStyle",propertyType:kr.CSS},hotspotSize:{value:"30",property:"hotspotSize",propertyType:kr.CSS},iconSize:{value:"30",property:"iconSize",propertyType:kr.CSS},tooltipWidth:{value:"100",property:"tooltipWidth",propertyType:kr.CSS},tooltipHeight:{value:"100",property:"tooltipHeight",propertyType:kr.CSS},horizontalAlignment:{value:"left",property:"horizontalAlignment",propertyType:kr.CSS},verticalAlignment:{value:"bottom",property:"verticalAlignment",propertyType:kr.CSS},imageRatio:{value:"16:9",property:"imageRatio",propertyType:kr.CSS},fitOptions:{value:"fill",property:"fitOptions",propertyType:kr.CSS},productInfoAlignment:{value:"left",property:"productInfoAlignment",propertyType:kr.CSS},infoVerticalPadding:{value:"500",property:"infoVerticalPadding",propertyType:kr.CSS},infoHorizontalPadding:{value:"500",property:"infoHorizontalPadding",propertyType:kr.CSS},infoSpacing:{value:"500",property:"infoSpacing",propertyType:kr.CSS},cardLayout:{value:"onImage",property:"cardLayout",propertyType:kr.CSS},productCardStyle:{value:"https://vishnu.sirv.com/image_element.png",propertyType:kr.CONTROLS},animationStyle:{value:"rippleEffect",propertyType:kr.CONTROLS},animationFrequency:{value:"0",property:"animationFrequency",propertyType:kr.CSS},linkDetails:{value:"",property:"linkDetails",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.HOTSPOT_IMAGE_STYLE="hotSpotStyle",e.HOTSPOT_STYLE="hotspotStyle",e.TOOL_TIP_DESIGN="tooltipDesign",e.TOOL_TIP_TEXT="tooltipTextDesign",e.TOOL_TIP_PRODUCT_DESIGN="tooltipProductDesign",e.TOOL_TIP_IMAGE_DESIGN="tooltipImageDesign"}(At||(At={}));var Et,Pt=function(){return{layout:{selectorKey:At.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{propertyType:kr.CONTROLS,unit:1,value:350}),height:Object.assign(Object.assign({},Vo.height),{value:300,propertyType:kr.CONTROLS,unit:1}),margin:Vo.margin,padding:Vo.padding,showContent:xt.showContent,canOpenMultipleHotspots:xt.canOpenMultipleHotspots,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:At.DESIGN,imageStyle:{selectorKey:At.HOTSPOT_IMAGE_STYLE,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,backgroundColor:Vo.backgroundColor,overlayColor:Vo.overlayColor,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,brightness:Vo.brightness,hue:Vo.hue,lightness:Vo.lightness,highlights:Vo.highlights,shadows:Vo.shadows,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},hotspotStyle:{selectorKey:At.HOTSPOT_STYLE,hotspotStyle:xt.hotspotStyle,hotspotSize:xt.hotspotSize,iconSize:Vo.iconSize,iconColor:Vo.iconColor,icon:xt.icon,showIcon:xt.showIcon,shape:xt.shape,animationStyle:xt.animationStyle,animationFrequency:xt.animationFrequency,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tooltipDesign:{selectorKey:At.TOOL_TIP_DESIGN,tooltipWidth:xt.tooltipWidth,tooltipHeight:xt.tooltipHeight,horizontalAlignment:xt.horizontalAlignment,verticalAlignment:xt.verticalAlignment,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur,position:xt.position},tooltipTextDesign:{selectorKey:At.TOOL_TIP_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},tooltipProductDesign:{selectorKey:At.TOOL_TIP_PRODUCT_DESIGN,imageRatio:xt.imageRatio,fitOptions:xt.fitOptions,productInfoAlignment:xt.productInfoAlignment,infoVerticalPadding:xt.infoVerticalPadding,infoHorizontalPadding:xt.infoHorizontalPadding,infoSpacing:xt.infoSpacing,cardLayout:xt.cardLayout,productCardStyle:xt.productCardStyle},tooltipImageDesign:{selectorKey:At.TOOL_TIP_IMAGE_DESIGN,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,backgroundColor:Vo.backgroundColor,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,brightness:Vo.brightness,hue:Vo.hue,lightness:Vo.lightness,highlights:Vo.highlights,shadows:Vo.shadows,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur,imageRatio:xt.imageRatio,fitOptions:xt.fitOptions,horizontalAlignment:xt.horizontalAlignment,verticalAlignment:xt.verticalAlignment,onClick:xt.onClick,onHover:xt.onHover,linkDetails:xt.linkDetails}},content:{selectorKey:At.CONTENT,image:{value:{src:"https://vishnu.sirv.com/image_element.png"},propertyType:kr.CONTROLS},hotspots:xt.hotspots}}},_t={zoom:{value:3,propertyType:kr.CONTROLS},icon:{value:"map-marker",property:"icon",propertyType:kr.CONTROLS},showIcon:{value:!0,propertyType:kr.CONTROLS},showZoomControls:{value:!0,propertyType:kr.CONTROLS},showMapAndSatelliteView:{value:!0,propertyType:kr.CONTROLS},showStreetView:{value:!0,propertyType:kr.CONTROLS},showDirectionsLink:{value:!1,propertyType:kr.CONTROLS},showTitle:{value:!1,propertyType:kr.CONTROLS},title:{value:"",propertyType:kr.CONTROLS},showDescription:{value:!1,propertyType:kr.CONTROLS},description:{value:"",propertyType:kr.CONTROLS},chooseMapDesign:{value:"",propertyType:kr.CONTROLS},locationsList:{value:[{addressLine1:"",addressLine2:"",country:"",postalCode:"",state:""}],propertyType:kr.CONTROLS},geometry:{value:null,propertyType:kr.CONTROLS},textContainerPosition:{value:"Top",propertyType:kr.CONTROLS},mapAndTextContainerAlignment:{value:"center",propertyType:kr.CONTROLS},mapAndTextContainerSpacing:{value:20,property:"mapAndTextContainerSpacing",unit:1,propertyType:kr.CSS},onClick:{value:"Show Image Lightbox",propertyType:kr.CONTROLS},onHover:{value:"Zoom In",propertyType:kr.CONTROLS},pinStyle:{value:"icon",propertyType:kr.CONTROLS},showContent:{value:"onClick",propertyType:kr.CONTROLS},canOpenMultipleHotspots:{value:!0,propertyType:kr.CONTROLS},shape:{value:"circle",propertyType:kr.CONTROLS},hotspots:{value:[{title:"Hotspot",position:{x:10,y:10},contentSource:{source:"text",showTitle:!0,title:"sellerscommerce"},key:"123456tghjuik"}],propertyType:kr.CONTROLS},iconStyle:{value:"icon with circle",propertyType:kr.CSS},pinSize:{value:"0",property:"hotspotSize",propertyType:kr.CSS},iconSize:{value:"100",propertyType:kr.CSS},tooltipWidth:{value:"120",property:"tooltipWidth",propertyType:kr.CSS},tooltipHeight:{value:"120",property:"tooltipHeight",propertyType:kr.CSS},horizontalAlignment:{value:"left",property:"horizontalAlignment",propertyType:kr.CSS},verticalAlignment:{value:"bottom",property:"verticalAlignment",propertyType:kr.CSS},imageRatio:{value:"16:9",property:"aspectRatio",propertyType:kr.CSS},fitOptions:{value:"fill",property:"objectFit",propertyType:kr.CSS},productInfoAlignment:{value:"left",property:"textAlign",propertyType:kr.CSS},infoVerticalPadding:{value:"500",propertyType:kr.CSS},infoHorizontalPadding:{value:"500",propertyType:kr.CSS},infoSpacing:{value:"500",propertyType:kr.CSS},cardLayout:{value:"onImage",propertyType:kr.CSS},productCardStyle:{value:"https://vishnu.sirv.com/image_element.png",propertyType:kr.CONTROLS},animationStyle:{value:"rippleEffect",propertyType:kr.CONTROLS},animationFrequency:{value:"0",property:"animationFrequency",propertyType:kr.CSS},textVerticalPadding:{value:2,property:"textVerticalPadding",unit:1,propertyType:kr.CSS},textHorizontalPadding:{value:2,property:"textHorizontalPadding",unit:1,propertyType:kr.CSS},titleAndDescriptionSpacing:{value:2,property:"titleAndDescriptionSpacing",unit:1,propertyType:kr.CSS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.HOTSPOT_IMAGE_STYLE="HOTSPOT_IMAGE_STYLE",e.PIN_STYLE="pinStyle",e.TOOL_TIP_DESIGN="tooltipDesign",e.TOOL_TIP_TEXT="tooltipTextDesign",e.TOOL_TIP_PRODUCT_DESIGN="tooltipProductDesign",e.TOOL_TIP_IMAGE_DESIGN="tooltipImageDesign",e.GALLERY_WIDGET_STYLE="gallery-widget-style",e.MAP_WIDGET_LAYOUT="mapWidgetLayout",e.MAP_WIDGET_TEXT_CONTAINER_DESIGN="mapWidgetTextContainerDesign",e.MAP_WIDGET_TEXT_CONTAINER_LAYOUT="mapWidgetTextContainerLayout",e.MAP_STYLE="mapStyle"}(Et||(Et={}));var Ht,Bt=function(){return{layout:{selectorKey:Et.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"500",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"500",unit:1}),margin:Vo.margin,padding:Vo.padding,showContent:_t.showContent,canOpenMultipleHotspots:_t.canOpenMultipleHotspots,positionType:Vo.positionType,pinTo:Vo.pinTo,zoom:_t.zoom,showZoomControls:_t.showZoomControls,showMapAndSatelliteView:_t.showMapAndSatelliteView,showStreetView:_t.showStreetView,showDirectionsLink:_t.showDirectionsLink},content:{selectorKey:Et.CONTENT,showTitle:_t.showTitle,title:_t.title,showDescription:_t.showDescription,description:_t.description,locationsList:_t.locationsList,geometry:_t.geometry},design:{selectorKey:Et.DESIGN,mapWidget:{selectorKey:Et.GALLERY_WIDGET_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},mapWidgetLayout:{selectorKey:Et.MAP_WIDGET_LAYOUT,textContainerPosition:_t.textContainerPosition,mapAndTextContainerAlignment:_t.mapAndTextContainerAlignment,mapAndTextContainerSpacing:_t.mapAndTextContainerSpacing},mapWidgetTextContainerLayout:{selectorKey:Et.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:_t.textVerticalPadding,textHorizontalPadding:_t.textHorizontalPadding,titleAndDescriptionSpacing:_t.titleAndDescriptionSpacing},mapWidgetTextContainerDesign:{selectorKey:Et.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},mapStyle:{selectorKey:Et.MAP_STYLE,chooseMapDesign:_t.chooseMapDesign},pinStyle:{selectorKey:Et.PIN_STYLE,pinStyle:_t.pinStyle,pinSize:_t.pinSize,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),icon:_t.icon,showIcon:_t.showIcon,shape:_t.shape,animationStyle:_t.animationStyle,animationFrequency:_t.animationFrequency,backgroundColor:Object.assign(Object.assign({},Vo.backgroundColor),{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:0}}}),showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tooltipDesign:{selectorKey:Et.TOOL_TIP_DESIGN,tooltipWidth:_t.tooltipWidth,tooltipHeight:_t.tooltipHeight,horizontalAlignment:_t.horizontalAlignment,verticalAlignment:_t.verticalAlignment,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tooltipTextDesign:{selectorKey:Et.TOOL_TIP_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,lineHeight:Vo.lineHeight,characterSpacing:Vo.characterSpacing,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc}}}},zt={noOfItemsToLoad:{value:"allItems",propertyType:kr.CONTROLS,property:"noOfItemsToLoad"},displayStyle:{value:"Stack Horizontal",property:"displayStyle",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},itemSpacing:{value:20,property:"itemSpacing",propertyType:kr.CSS,unit:1},itemPadding:{value:"10",property:"itemPadding",unit:1,propertyType:kr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:kr.CSS},maxItemsToDisplay:{value:1,property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerHeight:{value:"30",property:"headerHeight",unit:1,propertyType:kr.CSS},rowHeight:{value:"30",property:"rowHeight",propertyType:kr.CSS,unit:1},headerCellPadding:{value:"30",property:"headerCellPadding",unit:1,propertyType:kr.CSS},rowCellPadding:{value:"30",property:"rowCellPadding",unit:1,propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},paginationAliginment:{value:"left",property:"paginationAliginment",propertyType:kr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"pagination",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},displayResults:{value:"Open Lightbox",property:"displayResults",propertyType:kr.CONTROLS},title:{value:"Payment Methods",property:"title",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showDescription:{value:!1,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},paymentProgramName:{value:!0,property:"paymentProgramName",propertyType:kr.CONTROLS},paymentMethods:{value:!0,property:"paymentMethods",propertyType:kr.CONTROLS},showAmountLeft:{value:!0,property:"showAmountLeft",propertyType:kr.CONTROLS},amountLeft:{value:"Left",property:"amountLeft",propertyType:kr.CONTROLS},showAmountUtilized:{value:!0,property:"showAmountUtilized",propertyType:kr.CONTROLS},amountUtilized:{value:"Used",property:"amountUtilized",propertyType:kr.CONTROLS},showTotalAmount:{value:!0,property:"showTotalAmount",propertyType:kr.CONTROLS},totalAmount:{value:"Total",property:"totalAmount",propertyType:kr.CONTROLS},showExpiryDate:{value:!0,property:"showExpiryDate",propertyType:kr.CONTROLS},expiryDate:{value:"Expires On",property:"expiryDate",propertyType:kr.CONTROLS},expiryDateDisplayFormat:{value:"Days Left",property:"expiryDateDisplayFormat",propertyType:kr.CONTROLS},showRenewalDate:{value:!0,property:"showRenewalDate",propertyType:kr.CONTROLS},renewalDate:{value:"Renews On",property:"renewalDate",propertyType:kr.CONTROLS},renewalDateDisplayFormat:{value:"Days Left",property:"renewalDateDisplayFormat",propertyType:kr.CONTROLS},paginationAlignment:{value:"center",propertyType:kr.CSS,property:"paginationAlignment"}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Ht||(Ht={}));var kt,Kt=function(){return{layout:{selectorKey:Ht.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"75",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayStyle:zt.displayStyle,dividerBetweenItems:zt.dividerBetweenItems,itemSpacing:zt.itemSpacing,itemPadding:zt.itemPadding,itemContentAlignment:zt.itemContentAlignment,maxItemsToDisplay:zt.maxItemsToDisplay,overflowItems:zt.overflowItems,header:zt.header,headerHeight:zt.headerHeight,rowHeight:zt.rowHeight,headerDivider:zt.headerDivider,rowDivider:zt.rowDivider,columnDivider:zt.columnDivider,alternativeRowColors:zt.alternativeRowColors,headerCellPadding:zt.headerCellPadding,rowCellPadding:zt.rowCellPadding,contentAlignment:zt.contentAlignment,overflowControl:zt.overflowControl,paginationType:zt.paginationType,paginationAliginment:zt.paginationAliginment,rowsPerPage:zt.rowsPerPage,displayResults:zt.displayResults,noOfItemsToLoad:zt.noOfItemsToLoad,paginationAlignment:zt.paginationAlignment},design:{selectorKey:Ht.DESIGN},content:{selectorKey:Ht.CONTENT,title:zt.title,showTitle:zt.showTitle,description:zt.description,showDescription:zt.showDescription,paymentProgramName:zt.paymentProgramName,paymentMethods:zt.paymentMethods,showAmountLeft:zt.showAmountLeft,amountLeft:zt.amountLeft,showAmountUtilized:zt.showAmountUtilized,amountUtilized:zt.amountUtilized,showTotalAmount:zt.showTotalAmount,totalAmount:zt.totalAmount,showExpiryDate:zt.showExpiryDate,expiryDate:zt.expiryDate,expiryDateDisplayFormat:zt.expiryDateDisplayFormat,showRenewalDate:zt.showRenewalDate,renewalDate:zt.renewalDate,renewalDateDisplayFormat:zt.renewalDateDisplayFormat},dataConnector:{selectorKey:Ht.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"paymentMethods",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},jt={displayStyle:{value:"Upfront",property:"displayStyle",propertyType:kr.CONTROLS},displayType:{value:"Horizontal",property:"displayType",propertyType:kr.CONTROLS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:kr.CSS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},displayResults:{value:"Upfront",property:"displayResults",propertyType:kr.CONTROLS},locationName:{value:!0,property:"locationName",propertyType:kr.CONTROLS},locationAddress:{value:!0,property:"locationAddress",propertyType:kr.CONTROLS},locationInventory:{value:!0,property:"locationInventory",propertyType:kr.CONTROLS},locationTimings:{value:!0,property:"locationTimings",propertyType:kr.CONTROLS},title:{value:"Store Pick Up Locations",property:"title",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},noOfItemToShow:{value:"Show All Items",property:"noOfItemToShow",propertyType:kr.CONTROLS},searchPlaceholderText:{value:"Search by Product/ SKU name or code",property:"searchPlaceholderText",propertyType:kr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:kr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"Round",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.INPUT_STYLE="inputStyle",e.STORE_LOCATIONS_BUTTON="storeLocationButton",e.INVENTORY_TEXT_STYLE="inventoryTextStyle",e.ITEM_STYLE="itemStyle",e.LOCATION_NAME="locationName",e.LOCATION_ADDRESS="locationAddress",e.LOCATION_INVENTORY="locationInventory",e.LOCATION_TIMINGS="locationTimings",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButtons",e.HOVER_STATE="hover",e.DEFAULT_STATE="default"}(kt||(kt={}));var Ut,Mt=function(){return{layout:{selectorKey:kt.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"130",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayStyle:jt.displayStyle,displayType:jt.displayType,maxItemsToDisplay:jt.maxItemsToDisplay,itemSpacing:jt.itemSpacing,overflowItems:jt.overflowItems,displayResults:jt.displayResults,searchPlaceholderText:jt.searchPlaceholderText,noOfItemToShow:jt.noOfItemToShow},content:{selectorKey:kt.CONTENT,locationName:jt.locationName,locationAddress:jt.locationAddress,locationInventory:jt.locationInventory,locationTimings:jt.locationTimings,title:jt.title,showTitle:jt.showTitle,description:jt.description,showDescription:jt.showDescription},design:{selectorKey:kt.DESIGN,inputStyle:{selectorKey:kt.INPUT_STYLE,defaultState:{selectorKey:kt.DEFAULT_STATE,buttonStyle:jt.buttonStyle,buttonText:jt.buttonText,icon:jt.icon,iconPadding:jt.iconPadding,iconPosition:jt.iconPosition,iconAndTextSpacing:jt.iconAndTextSpacing,alignment:jt.alignment,buttonType:jt.buttonType,showIcon:jt.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:kt.HOVER_STATE,buttonStyle:jt.buttonStyle,buttonText:jt.buttonText,icon:jt.icon,iconPadding:jt.iconPadding,iconPosition:jt.iconPosition,iconAndTextSpacing:jt.iconAndTextSpacing,alignment:jt.alignment,buttonType:jt.buttonType,showIcon:jt.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},storeLocationsButton:{selectorKey:kt.INPUT_STYLE,defaultState:{selectorKey:kt.DEFAULT_STATE,buttonStyle:jt.buttonStyle,buttonText:jt.buttonText,icon:jt.icon,iconPadding:jt.iconPadding,iconPosition:jt.iconPosition,iconAndTextSpacing:jt.iconAndTextSpacing,alignment:jt.alignment,buttonType:jt.buttonType,showIcon:jt.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:kt.HOVER_STATE,buttonStyle:jt.buttonStyle,buttonText:jt.buttonText,icon:jt.icon,iconPadding:jt.iconPadding,iconPosition:jt.iconPosition,iconAndTextSpacing:jt.iconAndTextSpacing,alignment:jt.alignment,buttonType:jt.buttonType,showIcon:jt.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},inventoryTextStyle:{selectorKey:kt.INVENTORY_TEXT_STYLE,themeDynamic:Vo.theme,fontDynamic:Vo.font,fontSizeDynamic:Vo.fontSize,textColorDynamic:Vo.textColor,boldDynamic:Vo.bold,italicDynamic:Vo.italic,linethroughDynamic:Vo.linethrough,underlineDynamic:Vo.underline,textAlignDynamic:Vo.textAlign,characterSpacingDynamic:Vo.characterSpacing,lineHeightDynamic:Vo.lineHeight,themeStatic:Vo.themeDesc,fontStatic:Vo.fontDesc,fontSizeStatic:Vo.fontSizeDesc,textColorStatic:Vo.textColorDesc,boldStatic:Vo.boldDesc,italicStatic:Vo.italicDesc,linethroughStatic:Vo.linethroughDesc,underlineStatic:Vo.underlineDesc,textAlignStatic:Vo.textAlignDesc,characterSpacingStatic:Vo.characterSpacingDesc,lineHeightStatic:Vo.lineHeightDesc},itemStyle:{selectorKey:kt.ITEM_STYLE,contentAlignment:jt.contentAlignment,horizontalPadding:jt.horizontalPadding,verticalPadding:jt.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},locationName:{selectorKey:kt.LOCATION_NAME,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationAddress:{selectorKey:kt.LOCATION_ADDRESS,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationTimings:{selectorKey:kt.LOCATION_TIMINGS,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationInventory:{selectorKey:kt.LOCATION_INVENTORY,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},arrows:{selectorKey:kt.ARROWS,arrowIconStyle:jt.arrowIconStyle,leftArrowIconStyle:jt.leftArrowIconStyle,rightArrowIconStyle:jt.rightArrowIconStyle,backgroundShape:jt.backgroundShape,arrowSize:jt.arrowSize,arrowColor:jt.arrowColor},paginationDots:{selectorKey:kt.PAGINATION_DOTS,dotSize:jt.dotSize,currentDotColor:jt.currentDotColor,otherDotColor:jt.otherDotColor},paginationLine:{selectorKey:kt.PAGINATION_LINE,currentLineColor:jt.currentLineColor,otherLineColor:jt.otherLineColor,lineHeight:jt.lineHeight,lineWidth:jt.lineWidth},showMoreItemsButton:{selectorKey:kt.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:jt.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},dataConnector:{selectorKey:kt.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"locationDetails",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},Vt={displayStyle:{value:"Slider",propertyType:kr.CONTROLS},scrollDirection:{value:"Vertical",propertyType:kr.CONTROLS},noOfItemsToLoad:{value:"All Items",propertyType:kr.CONTROLS},scrollControl:{value:"Non",propertyType:kr.CONTROLS},itemsPerSlide:{value:1,unit:7,property:"itemsPerSlide",propertyType:kr.CSS},itemsPerRow:{value:1,unit:7,property:"itemsPerRow",propertyType:kr.CSS},itemsPerColumn:{value:1,unit:7,property:"itemsPerColumn",propertyType:kr.CSS},itemGap:{value:"0",property:"itemGap",unit:1,propertyType:kr.CSS},rowGap:{value:"0",property:"rowGap",unit:4,propertyType:kr.CSS},sliderControl:{value:"Arrows",propertyType:kr.CONTROLS},controlPosition:{value:"Side-Overflow",propertyType:kr.CONTROLS},loopImages:{value:!1,propertyType:kr.CONTROLS},setItemsPerRow:{value:!1,propertyType:kr.CONTROLS},sliderDisplayScrollbar:{value:!1,propertyType:kr.CONTROLS},autoplay:{value:!1,propertyType:kr.CONTROLS},autoplayStyle:{value:"Intervals",propertyType:kr.CONTROLS},autoplayDuration:{value:3e3,unit:6,propertyType:kr.CONTROLS},sliderSpeed:{value:3e3,unit:6,propertyType:kr.CONTROLS},showGalleryTitle:{value:!1,propertyType:kr.CONTROLS},galleryTitle:{value:"",propertyType:kr.CONTROLS},showGalleryDescription:{value:!1,propertyType:kr.CONTROLS},galleryDescription:{value:"",propertyType:kr.CONTROLS},showItemTitle:{value:!1,propertyType:kr.CONTROLS},showItemDescription:{value:!1,propertyType:kr.CONTROLS},allowLinkToOtherPage:{value:!1,propertyType:kr.CONTROLS},slides:{value:[{src:"https://vishnu.sirv.com/image_element.png",alt:"Place holder image",title:"",description:""},{src:"https://vishnu.sirv.com/New%20folder/newton-s-cradle-balls-sphere-action-60582.webp",alt:"Place holder image",title:"",description:""},{src:"https://vishnu.sirv.com/New%20folder/art-2.jfif",alt:"Place holder image",title:"",description:""}],propertyType:kr.CONTROLS},galleryTextAndItemAlignment:{value:"left",property:"align",propertyType:kr.CSS},galleryTextAndItemSpacing:{value:20,property:"galleryTextAndItemSpacing",unit:1,propertyType:kr.CSS},galleryTextAndDescriptionSpacing:{value:20,property:"textAndDescriptionSpacing",unit:1,propertyType:kr.CSS},imageRatio:{value:"16:9",property:"aspectRatio",propertyType:kr.CSS},fitOptions:{value:"fill",property:"objectFit",propertyType:kr.CSS},textLayout:{value:"fill",property:"objectFit",propertyType:kr.CSS},itemTitleAndDescriptionAlignment:{value:"left",property:"align",propertyType:kr.CSS},thumbnailPlacement:{value:"bottom",property:"thumbnailPlacement",propertyType:kr.CONTROLS},thumbnailSize:{value:200,property:"thumbnailSize",unit:1,propertyType:kr.CSS},thumbnailSpacing:{value:50,property:"thumbnailSpacing",unit:1,propertyType:kr.CSS},textVerticalPadding:{value:2,property:"textVerticalPadding",unit:1,propertyType:kr.CSS},texHorizontalPadding:{value:20,property:"gap",unit:1,propertyType:kr.CSS},titleAndDescriptionSpacing:{value:10,property:"titleAndDescriptionSpacing",unit:1,propertyType:kr.CSS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"Round",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:36,property:"lineWidth",unit:1,propertyType:kr.CSS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.GALLERY_WIDGET_STYLE="gallery-widget-style",e.GALLERY_LAYOUT="gallery-layout",e.ITEM_STYLE="item-style",e.PAGINATION_ARROWS="pagination-arrows",e.PAGINATION_DOTS="pagination-dots",e.PAGINATION_LINE="pagination-lines",e.MAP_WIDGET_TEXT_CONTAINER_DESIGN="galleryWidgetTextContainerDesign",e.MAP_WIDGET_TEXT_CONTAINER_LAYOUT="galleryWidgetTextContainerLayout",e.DATA_CONNECTOR="dataConnector"}(Ut||(Ut={}));var Gt,Wt=function(){return{layout:{selectorKey:Ut.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"400",unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:"200",unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,displayStyle:Vt.displayStyle,scrollDirection:Vt.scrollDirection,noOfItemsToLoad:Vt.noOfItemsToLoad,scrollControl:Vt.scrollControl,itemsPerSlide:Vt.itemsPerSlide,itemsPerRow:Vt.itemsPerRow,itemsPerColumn:Vt.itemsPerColumn,itemGap:Vt.itemGap,rowGap:Vt.rowGap,sliderControl:Vt.sliderControl,controlPosition:Vt.controlPosition,loopImages:Vt.loopImages,setItemsPerRow:Vt.setItemsPerRow,sliderDisplayScrollbar:Vt.sliderDisplayScrollbar,autoplay:Vt.autoplay,autoplayStyle:Vt.autoplayStyle,autoplayDuration:Vt.autoplayDuration,sliderSpeed:Vt.sliderSpeed,thumbnailPlacement:Vt.thumbnailPlacement,thumbnailSize:Vt.thumbnailSize,thumbnailSpacing:Vt.thumbnailSpacing},content:{showGalleryTitle:Vt.showGalleryTitle,galleryTitle:Vt.galleryTitle,showGalleryDescription:Vt.showGalleryDescription,galleryDescription:Vt.galleryDescription,showItemTitle:Vt.showItemTitle,showItemDescription:Vt.showItemDescription,allowLinkToOtherPage:Vt.allowLinkToOtherPage,slides:Vt.slides},design:{selectorKey:Ut.DESIGN,galleryWidgetStyle:{selectorKey:Ut.GALLERY_WIDGET_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},galleryWidgetLayout:{selectorKey:Ut.GALLERY_LAYOUT,galleryTextAndItemAlignment:Vt.galleryTextAndItemAlignment,galleryTextAndItemSpacing:Vt.galleryTextAndItemSpacing,galleryTitleAndDescriptionSpacing:Vt.galleryTextAndDescriptionSpacing,textPosition:Vo.textPosition,verticalAlignment:Vo.verticalAlignment},galleryWidgetTextContainerLayout:{selectorKey:Ut.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:Vt.textVerticalPadding,textHorizontalPadding:Vo.textHorizontalPadding,titleAndDescriptionSpacing:Vt.titleAndDescriptionSpacing},galleryWidgetTextContainerDesign:{selectorKey:Ut.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},itemStyle:{selectorKey:Ut.GALLERY_WIDGET_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},itemLayout:{selectorKey:Ut.GALLERY_LAYOUT,galleryTextAndItemAlignment:Vt.galleryTextAndItemAlignment,textAndImageSpacing:Vt.galleryTextAndItemSpacing,galleryTitleAndDescriptionSpacing:Vt.galleryTextAndDescriptionSpacing,textPosition:Object.assign(Object.assign({},Vo.textPosition),{value:"On Image"}),verticalAlignment:Vo.verticalAlignment},itemTextContainerLayout:{selectorKey:Ut.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:Vt.textVerticalPadding,textHorizontalPadding:Vo.textHorizontalPadding,titleAndDescriptionSpacing:Vt.titleAndDescriptionSpacing},itemTextContainerDesign:{selectorKey:Ut.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},paginationArrows:{selectorKey:Ut.PAGINATION_ARROWS,arrowIconStyle:Vt.arrowIconStyle,leftArrowIconStyle:Vt.leftArrowIconStyle,rightArrowIconStyle:Vt.rightArrowIconStyle,backgroundShape:Vt.backgroundShape,arrowSize:Vt.arrowSize,arrowColor:Vt.arrowColor},paginationDots:{selectorKey:Ut.PAGINATION_DOTS,dotSize:Vt.dotSize,currentDotColor:Vt.currentDotColor,otherDotColor:Vt.otherDotColor},paginationLine:{selectorKey:Ut.PAGINATION_LINE,currentLineColor:Vt.currentLineColor,otherLineColor:Vt.otherLineColor,lineHeight:Vt.lineHeight,lineWidth:Vt.lineWidth}},dataConnector:{selectorKey:Ut.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"images",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},Yt={actions:{value:!0,property:"actions",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CSS},addToCart:{value:!0,property:"addToCart",propertyType:kr.CONTROLS},addToCartWhenClicked:{value:"Show Cart Confirmation",property:"addToCartWhenClicked",propertyType:kr.CONTROLS},addToCartValue:{value:"",property:"addToCartValue",propertyType:kr.CONTROLS},buyNow:{value:!0,property:"buyNow",propertyType:kr.CONTROLS},buyNowWhenClicked:{value:"Navigate to Checkout",property:"buyNowWhenClicked",propertyType:kr.CONTROLS},wishlist:{value:!0,property:"wishlist",propertyType:kr.CONTROLS},wishlistWhenClicked:{value:"Lightbox",property:"wishlistWhenClicked",propertyType:kr.CONTROLS},wishlistValue:{value:"",property:"addToCartValue",propertyType:kr.CONTROLS},compareProduct:{value:!0,property:"compareProduct",propertyType:kr.CONTROLS},compareProductWhenClicked:{value:"Add to Compare List",property:"compareProductWhenClicked",propertyType:kr.CONTROLS},showCompareListAs:{value:"Floating List",property:"showCompareListAs",propertyType:kr.CONTROLS},addToQuote:{value:!0,property:"addToQuote",propertyType:kr.CONTROLS},addToOrderTemplate:{value:!0,property:"addToOrderTemplate",propertyType:kr.CONTROLS},notifyMeInventoryNotifications:{property:"notifyMeInventoryNotifications",value:!0,propertyType:kr.CONTROLS},downloadProductInformation:{property:"downloadProductInformation",value:!0,propertyType:kr.CONTROLS},displayStyle:{property:"displayStyle",value:"Stack Vertically",propertyType:kr.CONTROLS},itemSpacing:{property:"itemSpacing",value:"10",unit:1,propertyType:kr.CSS},itemVerticalSpacing:{property:"itemVerticalSpacing",value:"10",unit:1,propertyType:kr.CSS},maxItemsToDisplay:{property:"maxItemsToDisplay",value:"4",propertyType:kr.CONTROLS},overflowItems:{property:"overflowItems",value:"Show More Button",propertyType:kr.CONTROLS},openItemsIn:{value:"Dropdown",property:"openItemsIn",propertyType:kr.CONTROLS},addToCartMetaData:{value:"",property:"addToCartMetaData",propertyType:kr.CONTROLS},wishlistMetaData:{value:"",property:"wishlistMetaData",propertyType:kr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"center",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"center",property:"alignment",parentRef:"bs-at",propertyType:kr.CSS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS}};!function(e){e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selected",e.LAYOUT="layout",e.DESIGN="design",e.ADD_TO_CART="addToCart",e.BUY_NOW="buyNow",e.WISHLIST="wishlist",e.COMPARE="compare",e.ADD_TO_QUOTE="addToQuote",e.ADD_TO_ORDER_TEMPLATE="addToOrderTemplate",e.NOTIFY_ME="notifyMe",e.DOWNLOAD="download",e.MORE="more",e.DATA_CONNECTOR="dataConnector"}(Gt||(Gt={}));var Ft,Xt={buttonStyle:Yt.buttonStyle,buttonText:Yt.buttonText,icon:Yt.icon,iconPadding:Yt.iconPadding,iconPosition:Yt.iconPosition,iconAndTextSpacing:Yt.iconAndTextSpacing,alignment:Yt.alignment,buttonType:Yt.buttonType,showIcon:Yt.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},qt=function(){return{layout:{selectorKey:Gt.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"125",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"40",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,actions:Yt.actions,addToCart:Yt.addToCart,addToCartWhenClicked:Yt.addToCartWhenClicked,addToCartValue:Yt.addToCartValue,buyNow:Yt.buyNow,buyNowWhenClicked:Yt.buyNowWhenClicked,wishlist:Yt.wishlist,wishlistWhenClicked:Yt.wishlistWhenClicked,wishlistValue:Yt.wishlistValue,compareProduct:Yt.compareProduct,compareProductWhenClicked:Yt.compareProductWhenClicked,showCompareListAs:Yt.showCompareListAs,addToQuote:Yt.addToQuote,addToOrderTemplate:Yt.addToOrderTemplate,notifyMeInventoryNotifications:Yt.notifyMeInventoryNotifications,downloadProductInformation:Yt.downloadProductInformation,displayStyle:Yt.displayStyle,itemSpacing:Yt.itemSpacing,itemVerticalSpacing:Yt.itemVerticalSpacing,maxItemsToDisplay:Yt.maxItemsToDisplay,overflowItems:Yt.overflowItems,openItemsIn:Yt.openItemsIn,addToCartMetaData:Yt.addToCartMetaData,wishlistMetaData:Yt.wishlistMetaData,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar},design:{selectorKey:Gt.DESIGN,addToCart:{selectorKey:Gt.ADD_TO_CART,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)},buyNow:{selectorKey:Gt.BUY_NOW,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)},wishlist:{selectorKey:Gt.WISHLIST,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)},compare:{selectorKey:Gt.COMPARE,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)},addToQuote:{selectorKey:Gt.ADD_TO_QUOTE,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)},addToOrderTemplate:{selectorKey:Gt.ADD_TO_ORDER_TEMPLATE,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)},notifyMe:{selectorKey:Gt.NOTIFY_ME,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)},download:{selectorKey:Gt.DOWNLOAD,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)},more:{selectorKey:Gt.MORE,defaultState:Object.assign({selectorKey:Gt.DEFAULT_STATE},Xt),hoverState:Object.assign({selectorKey:Gt.HOVER_STATE},Xt),selectedState:Object.assign({selectorKey:Gt.SELECTED_STATE},Xt)}},content:{},dataConnector:{selectorKey:Gt.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"productActions",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},Qt={displayStyle:{value:"Stack Horizontal",property:"displayStyle",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},itemSpacing:{value:"10",property:"itemSpacing",propertyType:kr.CSS,unit:1},itemPadding:{value:"10",property:"itemPadding",propertyType:kr.CSS,unit:1},ItemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:kr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},imageBehavior:{value:"Fixed",property:"imageBehavior",propertyType:kr.CONTROLS},itemsPerRow:{value:"1",property:"itemsPerRow",propertyType:kr.CSS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Ft||(Ft={}));var Zt,$t=function(){return{layout:{selectorKey:Ft.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"230",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"48",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayStyle:Qt.displayStyle,dividerBetweenItems:Qt.dividerBetweenItems,itemSpacing:Qt.itemSpacing,itemPadding:Qt.itemPadding,ItemContentAlignment:Qt.ItemContentAlignment,maxItemsToDisplay:Qt.maxItemsToDisplay,overflowItems:Qt.overflowItems,imageBehavior:Qt.imageBehavior,itemsPerRow:Qt.itemsPerRow},design:{selectorKey:Ft.DESIGN},content:{selectorKey:Ft.CONTENT},dataConnector:{selectorKey:Ft.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"highlights",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},Jt={displayStyle:{value:"Simple",property:"displayStyle",propertyType:kr.CONTROLS},displayType:{value:"Horizontal",property:"displayType",propertyType:kr.CONTROLS},noOfItemsToLoad:{value:"allItems",propertyType:kr.CONTROLS,property:"noOfItemsToLoad"},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},itemSpacing:{value:"20",unit:1,property:"itemSpacing",propertyType:kr.CSS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerHeight:{value:"10",property:"headerHeight",propertyType:kr.CSS},rowHeight:{value:"10",property:"rowHeight",propertyType:kr.CSS},headerCellPadding:{value:"10",property:"headerCellPadding",propertyType:kr.CSS},rowCellPadding:{value:"10",property:"rowCellPadding",propertyType:kr.CSS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:kr.CSS},contentAlignment:{value:"center",property:"contentAlignment",propertyType:kr.CSS},paginationAlignment:{value:"center",property:"paginationAlignment",propertyType:kr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},displayResults:{value:"Open Lightbox",property:"displayResults",propertyType:kr.CONTROLS},totalInventory:{value:!0,property:"totalInventory",propertyType:kr.CONTROLS},inventoryStatus:{value:!0,property:"inventoryStatus",propertyType:kr.CONTROLS},noOfAvailableLocations:{value:!0,property:"noOfAvailableLocations",propertyType:kr.CONTROLS},locationNames:{value:!0,property:"locationNames",propertyType:kr.CONTROLS},locationDetails:{value:!0,property:"locationDetails",propertyType:kr.CONTROLS},locationName:{value:!0,property:"locationName",propertyType:kr.CONTROLS},locationAddress:{value:!0,property:"locationAddress",propertyType:kr.CONTROLS},locationInventory:{value:!0,property:"locationInventory",propertyType:kr.CONTROLS},locationInventoryStatus:{value:!0,property:"locationInventoryStatus",propertyType:kr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:kr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"Round",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.INVENTORY_TEXT_STYLE="inventoryTextStyle",e.VIEW_INVENTORY_BUTTON="viewInventoryButton",e.ITEM_STYLE="itemStyle",e.LOCATION_NAME="locationName",e.LOCATION_ADDRESS="locationAddress",e.LOCATION_INVENTORY="locationInventory",e.LOCATION_INVENTORY_STATUS="locationInventoryStatus",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButtons",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.DATA_CONNECTOR="dataConnector"}(Zt||(Zt={}));var ei,ri=function(){return{layout:{selectorKey:Zt.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"320",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"130",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayStyle:Jt.displayStyle,displayType:Jt.displayType,maxItemsToDisplay:Jt.maxItemsToDisplay,itemSpacing:Jt.itemSpacing,overflowItems:Jt.overflowItems,header:Jt.header,headerHeight:Jt.headerHeight,rowHeight:Jt.rowHeight,headerDivider:Jt.headerDivider,rowDivider:Jt.rowDivider,columnDivider:Jt.columnDivider,alternativeRowColors:Jt.alternativeRowColors,headerCellPadding:Jt.headerCellPadding,rowCellPadding:Jt.rowCellPadding,contentAlignment:Jt.contentAlignment,rowsPerPage:Jt.rowsPerPage,overflowControl:Jt.overflowControl,paginationType:Jt.paginationType,paginationAlignment:Jt.paginationAlignment,displayResults:Jt.displayResults,noOfItemsToLoad:Jt.noOfItemsToLoad},content:{selectorKey:Zt.CONTENT,totalInventory:Jt.totalInventory,inventoryStatus:Jt.inventoryStatus,noOfAvailableLocations:Jt.noOfAvailableLocations,locationNames:Jt.locationNames,locationDetails:Jt.locationDetails,locationName:Jt.locationName,locationAddress:Jt.locationAddress,locationInventory:Jt.locationInventory,locationInventoryStatus:Jt.locationInventoryStatus},design:{selectorKey:Zt.DESIGN,inventoryTextStyle:{selectorKey:Zt.INVENTORY_TEXT_STYLE,themeDynamic:Vo.theme,fontDynamic:Vo.font,fontSizeDynamic:Vo.fontSize,textColorDynamic:Vo.textColor,boldDynamic:Vo.bold,italicDynamic:Vo.italic,linethroughDynamic:Vo.linethrough,underlineDynamic:Vo.underline,textAlignDynamic:Vo.textAlign,characterSpacingDynamic:Vo.characterSpacing,lineHeightDynamic:Vo.lineHeight,themeStatic:Vo.themeDesc,fontStatic:Vo.fontDesc,fontSizeStatic:Vo.fontSizeDesc,textColorStatic:Vo.textColorDesc,boldStatic:Vo.boldDesc,italicStatic:Vo.italicDesc,linethroughStatic:Vo.linethroughDesc,underlineStatic:Vo.underlineDesc,textAlignStatic:Vo.textAlignDesc,characterSpacingStatic:Vo.characterSpacingDesc,lineHeightStatic:Vo.lineHeightDesc},viewInventoryButton:{selectorKey:Zt.VIEW_INVENTORY_BUTTON,defaultState:{selectorKey:Zt.DEFAULT_STATE,buttonStyle:Jt.buttonStyle,buttonText:Jt.buttonText,icon:Jt.icon,iconPadding:Jt.iconPadding,iconPosition:Jt.iconPosition,iconAndTextSpacing:Jt.iconAndTextSpacing,alignment:Jt.alignment,buttonType:Jt.buttonType,showIcon:Jt.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:Zt.HOVER_STATE,buttonStyle:Jt.buttonStyle,buttonText:Jt.buttonText,icon:Jt.icon,iconPadding:Jt.iconPadding,iconPosition:Jt.iconPosition,iconAndTextSpacing:Jt.iconAndTextSpacing,alignment:Jt.alignment,buttonType:Jt.buttonType,showIcon:Jt.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},itemStyle:{selectorKey:Zt.ITEM_STYLE,contentAlignment:Jt.contentAlignment,horizontalPadding:Jt.horizontalPadding,verticalPadding:Jt.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},locationName:{selectorKey:Zt.LOCATION_NAME,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationAddress:{selectorKey:Zt.LOCATION_ADDRESS,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationInventoryStatus:{selectorKey:Zt.LOCATION_INVENTORY_STATUS,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationInventory:{selectorKey:Zt.LOCATION_INVENTORY,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},arrows:{selectorKey:Zt.ARROWS,arrowIconStyle:Jt.arrowIconStyle,leftArrowIconStyle:Jt.leftArrowIconStyle,rightArrowIconStyle:Jt.rightArrowIconStyle,backgroundShape:Jt.backgroundShape,arrowSize:Jt.arrowSize,arrowColor:Jt.arrowColor},paginationDots:{selectorKey:Zt.PAGINATION_DOTS,dotSize:Jt.dotSize,currentDotColor:Jt.currentDotColor,otherDotColor:Jt.otherDotColor},paginationLine:{selectorKey:Zt.PAGINATION_LINE,currentLineColor:Jt.currentLineColor,otherLineColor:Jt.otherLineColor,lineHeight:Jt.lineHeight,lineWidth:Jt.lineWidth},table:{selectorKey:Zt.TABLE,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Jt.design.table.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Jt.design.table.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tableHeader:{selectorKey:Zt.TABLE_HEADER,backgroundColor:Vo.backgroundColor},headerText:{selectorKey:Zt.HEADER_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},tableRow:{selectorKey:Zt.TABLE_ROW,backgroundColor:Vo.backgroundColor,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},rowDividers:{selectorKey:Zt.ROW_DIVIDERS,headerDivider:Jt.design.rowAndHeaderDividers.headerDivider,rowDivider:Jt.design.rowAndHeaderDividers.rowDivider,columnDivider:Jt.design.rowAndHeaderDividers.columnDivider},scroll:{selectorKey:Zt.SCROLL,scrollBarWidth:Jt.design.scrollBar.scrollBarWidth,scrollBarColor:Jt.design.scrollBar.scrollBarColor},pagination:{selectorKey:Zt.PAGINATION,defaultState:{selectorKey:Zt.DEFAULT_STATE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,previousIcon:Jt.design.pagination.previousIcon,nextIcon:Jt.design.pagination.nextIcon,iconSize:Jt.design.pagination.iconSize,iconColor:Jt.design.pagination.iconColor,backgroundShape:Jt.design.pagination.backgroundShape,backgroundColor:Vo.backgroundColor,pagination:Jt.design.pagination.pagination},hoverState:{selectorKey:Zt.HOVER_STATE,theme:Vo.theme}},showMoreItemsButton:{selectorKey:Zt.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Jt.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},dataConnector:{selectorKey:Zt.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"locationDetails",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.PRODUCT_PRICE="productPrice",e.UOM_STYLE="uomStyle",e.CURRENCY_CODE_STYLE="currencyCodeStyle",e.ACTUAL_PRICE="actualPrice",e.DISCOUNT="discount",e.SAVINGS="savings",e.DISCOUNT_VALUE="discountValue",e.SAVINGS_VALUE="savingsValue",e.EMBELLISHMENT_PRICE="embellishmentPrice",e.PRODUCT_TAX="productTax",e.PRODUCT_SHIPPING_PRICE="productShippingPrice",e.DATA_CONNECTOR="dataConnector"}(ei||(ei={}));var oi,ti={showPrice:{value:!0,property:"showPrice",propertyType:kr.CONTROLS},displayMinQtySet:{value:!0,property:"displayMinQtySet",propertyType:kr.CONTROLS},priceFormat:{value:"MSRP",property:"priceFormat",propertyType:kr.CONTROLS},priceSuffix:{value:"",property:"priceSuffix",propertyType:kr.CONTROLS},pricePrefix:{value:"",property:"pricePrefix",propertyType:kr.CONTROLS},displayFormat:{value:"Tool-tip",property:"displayFormat",propertyType:kr.CONTROLS},productPrice:{value:!0,property:"productPrice",propertyType:kr.CONTROLS},sellingPrice:{value:!0,property:"sellingPrice",propertyType:kr.CONTROLS},productPriceDisplayUOM:{value:!1,property:"productPriceDisplayUOM",propertyType:kr.CONTROLS},productPriceDisplayCurrencyCode:{value:!1,property:"productPriceDisplayCurrencyCode",propertyType:kr.CONTROLS},showActualPrice:{value:!1,property:"showActualPrice",propertyType:kr.CONTROLS},actualPrice:{value:!1,property:"actualPrice",propertyType:kr.CONTROLS},actualPriceDisplayUOM:{value:!1,property:"actualPriceDisplayUOM",propertyType:kr.CONTROLS},actualPriceDisplayCurrencyCode:{value:!1,property:"actualPriceDisplayCurrencyCode",propertyType:kr.CONTROLS},discount:{value:!1,property:"discount",propertyType:kr.CONTROLS},discountValue:{value:!1,property:"discountValue",propertyType:kr.CONTROLS},showSavings:{value:!1,property:"showSavings",propertyType:kr.CONTROLS},savings:{value:!1,property:"savings",propertyType:kr.CONTROLS},savingsValue:{value:!1,property:"savingsValue",propertyType:kr.CONTROLS},savingsDisplayCurrencyCode:{value:!1,property:"savingsDisplayCurrencyCode",propertyType:kr.CONTROLS},embellishmentPrice:{value:!1,property:"embellishmentPrice",propertyType:kr.CONTROLS},productTax:{value:!1,property:"productTax",propertyType:kr.CONTROLS},productShippingPrice:{value:!1,property:"productShippingPrice",propertyType:kr.CONTROLS}},ii=function(){return{layout:{selectorKey:ei.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"100",unit:1}),margin:Vo.margin,padding:Vo.padding,showPrice:ti.showPrice,displayMinQtySet:ti.displayMinQtySet,priceFormat:ti.priceFormat,displayFormat:ti.displayFormat,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:ei.DESIGN,productPrice:{selectorKey:ei.PRODUCT_PRICE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},uomStyle:{selectorKey:ei.UOM_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},currencyCodeStyle:{selectorKey:ei.CURRENCY_CODE_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},actualPrice:{selectorKey:ei.ACTUAL_PRICE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},discount:{selectorKey:ei.DISCOUNT,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},savings:{selectorKey:ei.SAVINGS,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},discountValue:{selectorKey:ei.DISCOUNT_VALUE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},savingsValue:{selectorKey:ei.SAVINGS_VALUE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},embellishmentPrice:{selectorKey:ei.EMBELLISHMENT_PRICE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},productTax:{selectorKey:ei.PRODUCT_TAX,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},productShippingPrice:{selectorKey:ei.PRODUCT_SHIPPING_PRICE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!0}),iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},content:{selectorKey:ei.CONTENT,productPrice:ti.productPrice,sellingPrice:ti.sellingPrice,productPriceDisplayUOM:ti.productPriceDisplayUOM,productPriceDisplayCurrencyCode:ti.productPriceDisplayCurrencyCode,showActualPrice:ti.showActualPrice,actualPrice:ti.actualPrice,actualPriceDisplayUOM:ti.actualPriceDisplayUOM,actualPriceDisplayCurrencyCode:ti.actualPriceDisplayCurrencyCode,discount:ti.discount,discountValue:ti.discountValue,showSavings:ti.showSavings,savings:ti.savings,savingsValue:ti.savingsValue,savingsDisplayCurrencyCode:ti.savingsDisplayCurrencyCode,embellishmentPrice:ti.embellishmentPrice,productTax:ti.productTax,productShippingPrice:ti.productShippingPrice,pricePrefix:ti.pricePrefix,priceSuffix:ti.priceSuffix},dataConnector:{selectorKey:ei.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"priceDetails",url:"",enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},ni={displayStyle:{value:"Stack Horizontal",property:"displayStyle",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:kr.CSS},itemPadding:{value:"10",property:"itemPadding",propertyType:kr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:kr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerHeight:{value:"30",property:"headerHeight",propertyType:kr.CSS},rowHeight:{value:"30",property:"rowHeight",propertyType:kr.CSS},headerCellPadding:{value:"30",property:"headerCellPadding",propertyType:kr.CSS},rowCellPadding:{value:"30",property:"rowCellPadding",propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:kr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},displayResults:{value:"Open Lightbox",property:"displayResults",propertyType:kr.CONTROLS},imageBehavior:{value:"Fixed",property:"imageBehavior",propertyType:kr.CONTROLS},itemsPerRow:{value:"1",property:"itemsPerRow",propertyType:kr.CSS},title:{value:"Promotions",property:"title",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showDescription:{value:!1,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},promotionName:{value:!0,property:"promotionName",propertyType:kr.CONTROLS},promotionDescription:{value:!0,property:"promotionDescription",propertyType:kr.CONTROLS},noOfLinesToShow:{value:"4",property:"noOfLinesToShow",propertyType:kr.CONTROLS},couponCode:{value:!0,property:"couponCode",propertyType:kr.CONTROLS},promotionSchedule:{value:!0,property:"promotionSchedule",propertyType:kr.CONTROLS},minimumPurchaseAmount:{value:!0,property:"minimumPurchaseAmount",propertyType:kr.CONTROLS},eligibleProducts:{value:!0,property:"eligibleProducts",propertyType:kr.CONTROLS},promotionPrice:{value:!0,property:"promotionPrice",propertyType:kr.CONTROLS},maxRedemptionAmount:{value:!0,property:"maxRedemptionAmount",propertyType:kr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:kr.CSS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:kr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"Round",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DESIGN_WIDGET_STYLE="widgetStyle",e.DESIGN_ITEM_STYLE="itemStyle",e.DESIGN_VIEW_OFFERS_BUTTON="viewOffersButton",e.DESIGN_PROMOTION_NAME="promotionName",e.DESIGN_PROMOTION_DESCRIPTION="promotionDescription",e.DESIGN_COUPON_CODE="couponCode",e.DESIGN_PROMOTION_SCHEDULE="promotionSchedule",e.DESIGN_MINIMUM_PURCHASE_AMOUNT="minimumPurchaseAmount",e.DESIGN_ELIGIBLE_PRODUCTS_BUTTON="eligibleProductsButton",e.DESIGN_PRICE_AFTER_PROMOTION="priceAfterPromotion",e.DESIGN_MAX_READEMPTION_AMOUNT="maxRedemptionAmount",e.DESIGN_ARROWS="arrows",e.DESIGN_PAGINATION_DOTS="paginationDots",e.DESIGN_SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.DESIGN_PAGINATION_LINE="paginationLine",e.DESIGN_TABLE="table",e.DESIGN_TABLE_HEADER="tableHeader",e.DESIGN_HEADER_TEXT="headerText",e.DESIGN_TABLE_ROW="tableRow",e.DESIGN_SCROLL="scroll",e.DESIGN_ROW_DIVIDERS="rowDividers",e.DESIGN_PAGINATION="pagination",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.DATA_CONNECTOR="dataConnector"}(oi||(oi={}));var ai,li=function(){return{layout:{selectorKey:oi.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"650",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"400",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayStyle:ni.displayStyle,dividerBetweenItems:ni.dividerBetweenItems,itemSpacing:ni.itemSpacing,itemPadding:ni.itemPadding,itemContentAlignment:ni.itemContentAlignment,maxItemsToDisplay:ni.maxItemsToDisplay,overflowItems:ni.overflowItems,header:ni.header,headerHeight:ni.headerHeight,rowHeight:ni.rowHeight,headerDivider:ni.headerDivider,rowDivider:ni.rowDivider,columnDivider:ni.columnDivider,alternativeRowColors:ni.alternativeRowColors,headerCellPadding:ni.headerCellPadding,rowCellPadding:ni.rowCellPadding,contentAlignment:ni.contentAlignment,overflowControl:ni.overflowControl,paginationType:ni.paginationType,paginationAlignment:ni.paginationAlignment,rowsPerPage:ni.rowsPerPage,displayResults:ni.displayResults,imageBehavior:ni.imageBehavior,itemsPerRow:ni.itemsPerRow},content:{selectorKey:oi.CONTENT,title:ni.title,showTitle:ni.showTitle,description:ni.description,showDescription:ni.showDescription,promotionName:ni.promotionName,promotionDescription:ni.promotionDescription,noOfLinesToShow:ni.noOfLinesToShow,couponCode:ni.couponCode,promotionSchedule:ni.showDescription,minimumPurchaseAmount:ni.minimumPurchaseAmount,eligibleProducts:ni.eligibleProducts,promotionPrice:ni.promotionPrice,maxRedemptionAmount:ni.maxRedemptionAmount},design:{selectorKey:oi.DESIGN,widgetStyle:{selectorKey:oi.DESIGN_WIDGET_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},itemStyle:{selectorKey:oi.DESIGN_ITEM_STYLE,contentAlignment:ni.contentAlignment,horizontalPadding:ni.horizontalPadding,verticalPadding:ni.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},viewOffersButton:{selectorKey:oi.DESIGN_VIEW_OFFERS_BUTTON,defaultState:{selectorKey:oi.DEFAULT_STATE,buttonStyle:ni.buttonStyle,buttonText:ni.buttonText,icon:ni.icon,iconPadding:ni.iconPadding,iconPosition:ni.iconPosition,iconAndTextSpacing:ni.iconAndTextSpacing,alignment:ni.alignment,buttonType:ni.buttonType,showIcon:ni.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:oi.HOVER_STATE,buttonStyle:ni.buttonStyle,buttonText:ni.buttonText,icon:ni.icon,iconPadding:ni.iconPadding,iconPosition:ni.iconPosition,iconAndTextSpacing:ni.iconAndTextSpacing,alignment:ni.alignment,buttonType:ni.buttonType,showIcon:ni.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},promotionName:{selectorKey:oi.DESIGN_PROMOTION_NAME,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},promotionDescription:{selectorKey:oi.DESIGN_PROMOTION_DESCRIPTION,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},couponCode:{selectorKey:oi.DESIGN_COUPON_CODE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},promotionSchedule:{selectorKey:oi.DESIGN_PROMOTION_SCHEDULE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},minimumPurchaseAmount:{selectorKey:oi.DESIGN_MINIMUM_PURCHASE_AMOUNT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},eligibleProductsButton:{selectorKey:oi.DESIGN_ELIGIBLE_PRODUCTS_BUTTON,defaultState:{selectorKey:oi.DEFAULT_STATE,buttonStyle:ni.buttonStyle,buttonText:ni.buttonText,icon:ni.icon,iconPadding:ni.iconPadding,iconPosition:ni.iconPosition,iconAndTextSpacing:ni.iconAndTextSpacing,alignment:ni.alignment,buttonType:ni.buttonType,showIcon:ni.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:oi.HOVER_STATE,buttonStyle:ni.buttonStyle,buttonText:ni.buttonText,icon:ni.icon,iconPadding:ni.iconPadding,iconPosition:ni.iconPosition,iconAndTextSpacing:ni.iconAndTextSpacing,alignment:ni.alignment,buttonType:ni.buttonType,showIcon:ni.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},priceAfterPromotion:{selectorKey:oi.DESIGN_PRICE_AFTER_PROMOTION,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},maxRedemptionAmount:{selectorKey:oi.DESIGN_MINIMUM_PURCHASE_AMOUNT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},arrows:{selectorKey:oi.DESIGN_ARROWS,arrowIconStyle:ni.arrowIconStyle,leftArrowIconStyle:ni.leftArrowIconStyle,rightArrowIconStyle:ni.rightArrowIconStyle,backgroundShape:ni.backgroundShape,arrowSize:ni.arrowSize,arrowColor:ni.arrowColor},paginationDots:{selectorKey:oi.DESIGN_PAGINATION_DOTS,dotSize:ni.dotSize,currentDotColor:ni.currentDotColor,otherDotColor:ni.otherDotColor},paginationLine:{selectorKey:oi.DESIGN_PAGINATION_LINE,currentLineColor:ni.currentLineColor,otherLineColor:ni.otherLineColor,lineHeight:ni.lineHeight,lineWidth:ni.lineWidth},table:{selectorKey:oi.DESIGN_TABLE,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:ni.design.table.borderStyle,borderColor:Vo.borderColor,borderPerSlide:ni.design.table.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tableHeader:{selectorKey:oi.DESIGN_TABLE_HEADER,backgroundColor:Vo.backgroundColor},headerText:{selectorKey:oi.DESIGN_HEADER_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},tableRow:{selectorKey:oi.DESIGN_TABLE_ROW,backgroundColor:Vo.backgroundColor,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},rowDividers:{selectorKey:oi.DESIGN_ROW_DIVIDERS,headerDivider:ni.design.rowAndHeaderDividers.headerDivider,rowDivider:ni.design.rowAndHeaderDividers.rowDivider,columnDivider:ni.design.rowAndHeaderDividers.columnDivider},scroll:{selectorKey:oi.DESIGN_SCROLL,scrollBarWidth:ni.design.scrollBar.scrollBarWidth,scrollBarColor:ni.design.scrollBar.scrollBarColor},pagination:{selectorKey:oi.DESIGN_PAGINATION,defaultState:{selectorKey:oi.DEFAULT_STATE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,previousIcon:ni.design.pagination.previousIcon,nextIcon:ni.design.pagination.nextIcon,iconSize:ni.design.pagination.iconSize,iconColor:ni.design.pagination.iconColor,backgroundShape:ni.design.pagination.backgroundShape,backgroundColor:Vo.backgroundColor,pagination:ni.design.pagination.pagination},hoverState:{selectorKey:oi.HOVER_STATE,theme:Vo.theme}},showMoreItemsButton:{selectorKey:oi.DESIGN_SHOW_MORE_ITEMS_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:ni.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},dataConnector:{selectorKey:oi.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"promotions",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},pi={displayStyle:{value:"Open Input",property:"displayStyle",propertyType:kr.CONTROLS},displayMinQtyToPurchase:{value:!1,property:"displayMinQtyToPurchase",propertyType:kr.CONTROLS},quantity:{value:1,property:"quantity",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(ai||(ai={}));var di,si=function(){return{layout:{selectorKey:ai.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"70",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayStyle:pi.displayStyle,displayMinQtyToPurchase:pi.displayMinQtyToPurchase},design:{selectorKey:ai.DESIGN},content:{selectorKey:ai.CONTENT,quantity:pi.quantity},dataConnector:{selectorKey:ai.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:null,url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},ci={itemSpacing:{value:"20",property:"itemSpacing",propertyType:kr.CSS,unit:1},repeatElements:{value:"false",property:"repeatElements",propertyType:kr.CONTROLS},dividerBetweenItems:{value:"true",property:"dividerBetweenItems",propertyType:kr.CONTROLS},pauseOnHover:{value:"true",property:"pauseOnHover",propertyType:kr.CONTROLS},scrollDirection:{value:"leftToRight",property:"scrollDirection",propertyType:kr.CONTROLS},scrollSpeed:{value:"1x",property:"scrollSpeed",propertyType:kr.CONTROLS},style:{value:"line",property:"style",propertyType:kr.CONTROLS},shape:{value:"shopping-cart-01",customIcon:{isCustomIcon:!1,url:"",name:""},property:"shape",propertyType:kr.CONTROLS},size:{value:"20",property:"size",unit:1,propertyType:kr.CSS},scrollContent:{value:[{itemId:1,content:"Sale",selectorKey:"item1"},{itemId:2,content:"Till 29nd November",selectorKey:"item2"},{itemId:3,content:"Get Ready",selectorKey:"item3"}],propertyType:kr.CONTROLS,property:"scrollContent"},dividerColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"dividerColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.SCROLL_CONTAINER="scrollContainer",e.DIVIDER_STYLE="dividerStyle",e.ITEM_1="item1",e.ITEM_2="item2",e.ITEM_3="item3"}(di||(di={}));var yi,ui=function(){return{layout:{selectorKey:di.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"400",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"40",unit:1}),margin:Vo.margin,padding:Vo.padding,itemSpacing:ci.itemSpacing,repeatElements:ci.repeatElements,dividerBetweenItems:ci.dividerBetweenItems,scrollSpeed:ci.scrollSpeed,scrollDirection:ci.scrollDirection,pauseOnHover:ci.pauseOnHover},content:{selectorKey:di.CONTENT,scrollContent:ci.scrollContent},design:{selectorKey:di.DESIGN,scrollContainer:{selectorKey:di.SCROLL_CONTAINER,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},dividerStyle:{selectorKey:di.DIVIDER_STYLE,style:ci.style,shape:ci.shape,size:ci.size,backgroundColor:Vo.backgroundColor,dividerColor:ci.dividerColor},defaultItem:{theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},item1:{selectorKey:di.ITEM_1,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},item2:{selectorKey:di.ITEM_2,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},item3:{selectorKey:di.ITEM_3,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.SETTINGS="settings",e.VISIBILITY="visibility",e.SCHEDULES="schedules",e.DEVICE_VISIBILITY="deviceVisibility"}(yi||(yi={}));var Si,gi=function(e){return{layout:{selectorKey:yi.LAYOUT,adjustment:Vo.adjustment,width:{fixedWidth:{value:"".concat(null==e?void 0:e.value),property:"width",unit:parseFloat(null==e?void 0:e.unit)||1,propertyType:kr.CSS,isReadOnly:!0},fluidWidth:{value:"100",property:"width",unit:4,propertyType:kr.CSS,isReadOnly:!0},value:"100",property:"width",unit:4,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),padding:Vo.padding,columnGap:{value:0,propertyType:kr.CSS,unit:Kr.PIXELS,property:"columnGap"},rowGap:{value:0,propertyType:kr.CSS,unit:Kr.PIXELS,property:"rowGap"},overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:yi.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle},nt),settings:{selectorKey:yi.SETTINGS,visibility:{selectorKey:yi.VISIBILITY,visibilityContent:{value:[{name:"P69BT-QaMCgcVfsApeb0k",type:2,default:!0,filterGroups:[{type:1,filterGroups:[],filter:{filterType:1,attributeModule:-1,isCustomAttribute:!1,attributeKey:"",attributeDataType:-1,filterCondition:-1,filterValue:{textValue:"",boolValue:null,numberValue:-1,endNumberValue:-1,dateValue:"",endDateValue:"",optionValues:[]}},seq:0,id:""}],isOpen:!1,status:1,variationId:"P69BT-QaMCgcVfsApeb0k",displayName:"",filter:{filterType:1,attributeModule:-1,isCustomAttribute:!1,attributeKey:"",attributeDataType:-1,filterCondition:-1,filterValue:{textValue:"",boolValue:null,numberValue:-1,endNumberValue:-1,dateValue:null,endDateValue:null,optionValues:[]}},seq:0,id:""}],propertyType:kr.CONTROLS,property:"visibilityContent"}},schedules:{selectorKey:yi.SCHEDULES,scheduleData:{value:[],propertyType:kr.CONTROLS,property:"scheduleData"}},deviceVisibility:{selectorKey:yi.DEVICE_VISIBILITY}},code:{}}},Ti={source:{value:"Manually",property:"source",propertyType:kr.CONTROLS},orderBefore:{value:!0,property:"orderBefore",propertyType:kr.CONTROLS},orderBeforeTime:{value:"4",property:"orderBeforeTime",propertyType:kr.CONTROLS,unit:1},orderBeforeDisplayTime:{value:"Hours Left",property:"orderBeforeDisplayTime",propertyType:kr.CONTROLS},deliveryBefore:{value:!1,property:"deliveryBefore",propertyType:kr.CONTROLS},deliveryEndsBefore:{value:"4",property:"deliveryEndsBefore",unit:3,propertyType:kr.CONTROLS},deliveryBeforeDisplayTime:{value:"Hours Left",property:"deliveryBeforeDisplayTime",propertyType:kr.CONTROLS},deliveryStartingDate:{value:!1,property:"deliveryStartingDate",propertyType:kr.CONTROLS},deliveryStartsAfter:{value:"4",property:"deliveryStartsAfter",unit:1,propertyType:kr.CONTROLS},deliveryStartingDateDisplayTime:{value:"Hours Left",property:"deliveryStartingDateDisplayTime",propertyType:kr.CONTROLS},configureMessage:{value:"",property:"configureMessage",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Si||(Si={}));var hi=function(){return{layout:{selectorKey:Si.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"40",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar},design:{},content:{selectorKey:Si.CONTENT,source:Ti.source,orderBefore:Ti.orderBefore,orderBeforeTime:Ti.orderBeforeTime,orderBeforeDisplayTime:Ti.orderBeforeDisplayTime,deliveryBefore:Ti.deliveryBefore,deliveryEndsBefore:Ti.deliveryEndsBefore,deliveryBeforeDisplayTime:Ti.deliveryBeforeDisplayTime,deliveryStartingDate:Ti.deliveryStartingDate,deliveryStartsAfter:Ti.deliveryStartsAfter,deliveryStartingDateDisplayTime:Ti.deliveryStartingDateDisplayTime,configureMessage:Ti.configureMessage},dataConnector:{selectorKey:Si.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:null,url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},Ci={onClick:{value:"Show Image Lightbox",propertyType:kr.CONTROLS},onHover:{value:"Zoom Image",propertyType:kr.CONTROLS},imageRatio:{value:"16:9",property:"aspectRatio",propertyType:kr.CSS},fitOptions:{value:"fill",propert:"objectFit",propertyType:kr.CSS},horizontalAlignment:{value:"left",propert:"textAlign",propertyType:kr.CSS},verticalAlignment:{value:"bottom",propert:"textAlign",propertyType:kr.CSS}},Oi=function(){return{layout:{adjustment:Vo.adjustment,width:Vo.width,height:Vo.height,margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,onClick:Ci.onClick,onHover:Ci.onHover,imageRatio:Ci.imageRatio,fitOptions:Ci.fitOptions,horizontalAlignment:Ci.horizontalAlignment,verticalAlignment:Ci.verticalAlignment},design:{layouter:{backgroundColor:Vo.backgroundColor}},content:{url:"https://vishnu.sirv.com/image_element.png"}}};function bi(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,t=Array(r);o<r;o++)t[o]=e[o];return t}function vi(e,r){if(e){if("string"==typeof e)return bi(e,r);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?bi(e,r):void 0}}function mi(e,r){return function(e){if(Array.isArray(e))return e}(e)||function(e,r){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var t,i,n,a,l=[],p=!0,d=!1;try{if(n=(o=o.call(e)).next,0===r){if(Object(o)!==o)return;p=!1}else for(;!(p=(t=n.call(o)).done)&&(l.push(t.value),l.length!==r);p=!0);}catch(e){d=!0,i=e}finally{try{if(!p&&null!=o.return&&(a=o.return(),Object(a)!==a))return}finally{if(d)throw i}}return l}}(e,r)||vi(e,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function wi(e){return function(e){if(Array.isArray(e))return bi(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||vi(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function fi(e){return fi="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},fi(e)}function Ri(e,r,o){return(r=function(e){var r=function(e){if("object"!=fi(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=fi(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==fi(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var Ni=o(756),Li=o.n(Ni);function Di(e,r){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,r){if(e){if("string"==typeof e)return Ai(e,r);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Ai(e,r):void 0}}(e))||r&&e&&"number"==typeof e.length){o&&(e=o);var t=0,i=function(){};return{s:i,n:function(){return t>=e.length?{done:!0}:{done:!1,value:e[t++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var n,a=!0,l=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return a=e.done,e},e:function(e){l=!0,n=e},f:function(){try{a||null==o.return||o.return()}finally{if(l)throw n}}}}function Ai(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,t=Array(r);o<r;o++)t[o]=e[o];return t}var Ii=function(e,r,o,t){return new(o||(o=Promise))((function(i,n){function a(e){try{p(t.next(e))}catch(e){n(e)}}function l(e){try{p(t.throw(e))}catch(e){n(e)}}function p(e){var r;e.done?i(e.value):(r=e.value,r instanceof o?r:new o((function(e){e(r)}))).then(a,l)}p((t=t.apply(e,r||[])).next())}))};function xi(e,r){var o,t=Di(e.base);try{for(t.s();!(o=t.n()).done;)if(o.value.label===r)return"base"}catch(e){t.e(e)}finally{t.f()}var i,n=Di(e.accent);try{for(n.s();!(i=n.n()).done;)if(i.value.label===r)return"accent"}catch(e){n.e(e)}finally{n.f()}return null}function Ei(e){return"rgba(".concat(null==e?void 0:e.r,", ").concat(null==e?void 0:e.g,", ").concat(null==e?void 0:e.b,", ").concat(null==e?void 0:e.a,")")}function Pi(e,r,o,t){return Ii(this,void 0,void 0,Li().mark((function i(){var n,a,l,p,d;return Li().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return n=e.parentNode,a=e.textContent.substring(0,r),l=e.textContent.substring(r+o),p=document.createTextNode(a),d=document.createTextNode(l),n.insertBefore(p,e),n.insertBefore(t,e),n.insertBefore(d,e.nextSibling),i.next=10,n.removeChild(e);case 10:case"end":return i.stop()}}),i)})))}function _i(e){var r=[];if(e.nodeType===Node.TEXT_NODE)r.push(e);else for(var o=e.childNodes,t=0;t<o.length;t++)r=r.concat(_i(o[t]));return r}function Hi(e){return e.replace(/-([a-z])/g,(function(e,r){return r.toUpperCase()}))}var Bi={fontSize:{px:[12,14,16,18,20,24,30,36,48,60,72],rem:[.75,.875,1,1.125,1.25,1.5,1.875,2.25,3,3.75,4.5]},lineHeight:{px:[18,20,24,28,30,32,38,44,60,72,90],rem:[1.125,1.25,1.5,1.75,1.875,2,2.375,2.75,3.75,4.5,5.625]}},zi=[{id:1,label:"px",value:1},{id:2,label:"rem",value:2},{id:3,label:"em",value:3},{id:4,label:"%",value:4},{id:5,label:"✎",value:5},{id:6,label:"ms",value:6},{id:7,label:"noUnit",value:7}];function ki(e){return!(e&&Object.keys(e).length>0)}function Ki(e){return!(e&&null!==e)}function ji(e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o="all"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"all"),t=Br.iframeSelector,i=Br.iframePreviewSelector,n=document.querySelector(r?i:t),a=null==n?void 0:n.contentDocument;return o?null==a?void 0:a.querySelectorAll("".concat(e)):null==a?void 0:a.querySelector("".concat(e))}var Ui=function(e){return{desktop:{min:"1024px",preferred:"1280px",max:"100%"},tablet:{min:"768px",preferred:"768px",max:"1023px"},mobile:{min:"auto",preferred:"390px",max:"767px"}}[e]},Mi=function(e,r){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"tablet",t=arguments.length>3?arguments[3]:void 0,i=Ui(o),n=t&&(null==t?void 0:t.length)>0?t:"#".concat(e),a="";if(i&&(null==i?void 0:i.max)&&(null==i?void 0:i.min)&&r)switch(o){case"tablet":a="@media only screen and (max-width: ".concat(null==i?void 0:i.max,") and (min-width: 320px){").concat(n," {").concat(Gi.stylesToString(r),"}}");break;case"mobile":a="@media only screen and (max-width: ".concat(null==i?void 0:i.max,") and (min-width: 10px){").concat(n," {").concat(Gi.stylesToString(r),"}}")}return a},Vi=function(e){var r,o,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"tablet",i={editedStyles:e},n=null===(r=Object.entries(e))||void 0===r?void 0:r.filter((function(e,r){var o=mi(e,2),i=o[0];return o[1],i.includes("--_ctm-".concat(t.slice(0,3)))}));if(n&&n[0]&&(null===(o=n[0])||void 0===o?void 0:o.length)>0){i.data=Object.fromEntries(n);var a=Object.entries(e).filter((function(e,r){var o=mi(e,2),i=o[0];return o[1],!i.includes("--_ctm-".concat(t.slice(0,3)))}));a&&(i.editedStyles=Object.fromEntries(a))}return i},Gi={ReorderObj:function(e,r){var o={};return r.forEach((function(r){e.hasOwnProperty(r)&&(o[r]=e[r])})),o},reorderSections:function(e,r,o){var t=e[r],i=t.index,n="up"===o?i-1:i+1;if(n>=1&&n<=Object.keys(e).length){var a=Object.keys(e).find((function(r){return e[r].index===n}));return Object.assign(Object.assign({},e),Ri(Ri({},r,Object.assign(Object.assign({},t),{index:n})),a,Object.assign(Object.assign({},e[a]),{index:i})))}return e},returnUpdatedButton:function(e,r,o,t){var i={};return Object.keys(e).forEach((function(n){i[n]=Object.assign({},e[n]),Object.keys(e[n].children).forEach((function(a){Object.keys(e[n].children[a].children).forEach((function(l){var p=e[n].children[a].children[l];p.isDirty||p.attributes.datadivtype!==r||(i[n]=Object.assign(Object.assign({},i[n]),{children:Object.assign(Object.assign({},i[n].children),Ri({},a,Object.assign(Object.assign({},i[n].children[a]),{children:Object.assign(Object.assign({},i[n].children[a].children),Ri({},l,Object.assign(Object.assign({},i[n].children[a].children[l]),{properties:Object.assign(Object.assign({},i[n].children[a].children[l].properties),o.design),styles:Object.assign(Object.assign({},i[n].children[a].children[l].styles),t)})))})))}))}))}))})),i},getTextValue:function(e,r){if(void 0!==(null==r?void 0:r.type)){if("custom"===r.type)return Ei(e.customColors.find((function(e){return e.label===r.label})).value.rgb);var o=e.selectedTheme.colors;return Ei(o[xi(o,r.type)].find((function(e){return e.label===r.type})).value.rgb)}return Ei(r.rgb)},returnFontStyle:function(e,r){var o=["bold","italic","lineThrough","underline"],t=o.findIndex((function(r){return""!==e[r].value}));return-1!==t?o[t]:r},convertToSlug:function(e){return e.toLowerCase().replace(/\s+/g,"-")},convertToCamelCase:function(e){return e.toLowerCase().split(" ").map((function(e,r){return 0===r?e:e.charAt(0).toUpperCase()+e.slice(1)})).join("")},convertIntoNumbers:function(e){var r=e.replace(/[^0-9.]/g,"").replace(/(\..*?)\..*/g,"$1");return""===r?0:parseFloat(r)},convertFormatToMask:function(e,r){return e.find((function(e){return e.value===r})).format.replaceAll("X","9")},convertToNumericValue:function(e){var r=parseInt(e,10);if(isNaN(r))throw new Error("Invalid size: ".concat(e));if(e.includes("vh"))return r/100*window.innerHeight;if(e.includes("px"))return r;throw new Error("Invalid unit in size: ".concat(e))},convertCamelCaseToWords:function(e){return e.replace(/([a-z])([A-Z])/g,"$1 $2").replace(/^\w/,(function(e){return e.toUpperCase()}))},convertIntoRawCSS:function(e){var r,o=null==e?void 0:e.property,t=null==e?void 0:e.value,i=null===(r=zi.filter((function(r){return r.value===(null==e?void 0:e.unit)}))[0])||void 0===r?void 0:r.label,n="".concat(t).concat(i);if(["padding","margin","pagePadding","sectionPadding"].some((function(e){return e===o}))){var a=e.sides,l=wi(Object.keys(a));n="",l.forEach((function(e,r){var o,t=a[e].value,i=null===(o=zi.filter((function(r){return r.value===a[e].unit}))[0])||void 0===o?void 0:o.label;n+="".concat(0!==r?" ":"").concat(t).concat(i)}))}return Ri({},o,n)},convertAlphaNumericToText:function(e){return e.replace(/([a-zA-Z]+)(\d+)/,"$1 $2")},convertrgbObjToString:Ei,capitalizeFirstLetter:function(e){return e.charAt(0).toUpperCase()+e.slice(1)},convertStylesToVar:function(e){var r=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return Object.keys(e).reduce((function(o,t){return Object.assign(Object.assign({},o),Ri({},"--_"+r+t,e[t]))}),{})},o=r(e.defaultState.default),t=r(e.defaultState.text),i={},n={};return e.hoverState&&(e.hoverState.default&&(i=r(e.hoverState.default,"hover-")),e.hoverState.text&&(n=r(e.hoverState.text,"hover-"))),{parent:Object.assign(Object.assign({},o),i),child:Object.assign(Object.assign({},t),n)}},convertUpperCaseToCapitalise:function(e){return e.toLowerCase().replace(/\b\w/g,(function(e){return e.toUpperCase()}))},convertObjectToCssString:function(e){return Object.entries(e).map((function(e){var r=mi(e,2),o=r[0],t=r[1];return"".concat(o,": ").concat(""===t?"fontStyle"===o||"fontWeight"===o?"normal":"none":t,";")})).join(" ").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()},returnColorsArrName:xi,convertPagesToDropdownList:function(e){var r=[];return e.forEach((function(e,o){var t={id:o+1,label:e.displayName,value:o+1};r.push(t)})),r},returnTheCharacter:function(e){return Ii(this,void 0,void 0,Li().mark((function r(){var o,t,i,n,a,l,p,d,s,c,y,u,S,g,T;return Li().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(o=window.getSelection(),!(t=null==o?void 0:o.toString())){r.next=36;break}i=null==o?void 0:o.getRangeAt(0),n=i.startContainer,a=i.startOffset,l=_i(null==n?void 0:n.parentElement),p=null,d=0,s=Di(l),r.prev=10,s.s();case 12:if((c=s.n()).done){r.next=21;break}if(y=c.value,u=y.textContent.length,!(a>=d&&a<=d+u)){r.next=18;break}return p=y,r.abrupt("break",21);case 18:d+=u;case 19:r.next=12;break;case 21:r.next=26;break;case 23:r.prev=23,r.t0=r.catch(10),s.e(r.t0);case 26:return r.prev=26,s.f(),r.finish(26);case 29:return(S=document.createElement("span")).textContent=t,g=Object.keys(e),T=Object.values(e),S.style[g[0]]=T[0],r.next=36,Pi(p,a,t.length,S);case 36:case"end":return r.stop()}}),r,null,[[10,23,26,29]])})))},generateSpanStylesToProperties:function(e,r){var o=Object.assign({},r),t={};return Object.keys(o).forEach((function(r){var i={};r===Hi(e[0])?i=Object.assign(Object.assign({},o[r]),{value:e[o[r].property]}):(o[r].property===Hi(e[0])&&(i=Object.assign(Object.assign({},o[r]),{value:"none"===e[o[r].property]||"normal"===e[o[r].property]?"":e[o[r].property]})),i=o[r]),t[r]=i})),t},checkIfInactiveColorsAndModify:function(e,r){var o=wi(r.general),t=wi(r.text),i=o.map((function(r){var o=xi(e,r.value.value),t=e[o].find((function(e){return e.label===r.value.value}));if(!t.active){var i=Gi.returnColorsArrName(e,t.value.value),n=e[i].find((function(e){return e.label===t.value.value}));return Object.assign(Object.assign({},r),{value:{value:n.label}})}return Object.assign({},r)})),n=t.map((function(r){var o=xi(e,r.value.value),t=e[o].find((function(e){return e.label===r.value.value}));if(!t.active){var i=Gi.returnColorsArrName(e,t.value.value),n=e[i].find((function(e){return e.label===t.value.value}));return Object.assign(Object.assign({},r),{value:{value:n.label}})}return Object.assign({},r)}));return{general:wi(i),text:wi(n)}},kebabToCamelCase:Hi,returnDefaultValue:function(e,r,o,t,i){var n,a,l=Bi;if(1===o||2===o){var p=null===(n=null==zi?void 0:zi.find((function(e){return e.value===o})))||void 0===n?void 0:n.label,d=null===(a=null==zi?void 0:zi.find((function(e){return e.value===i})))||void 0===a?void 0:a.label;if(o===i){var s=l.fontSize["".concat(p)].findIndex((function(e){return e===r}));if(-1===s){for(var c=0,y=l.fontSize["".concat(p)].length-1,u=null;c<=y;){var S=Math.floor((c+y)/2);if(l.fontSize["".concat(p)][S]===r)return l.fontSize["".concat(p)][S];l.fontSize["".concat(p)][S]<r?(u=l.fontSize["".concat(p)][S],c=S+1):y=S-1}s=l.fontSize["".concat(p)].findIndex((function(e){return e===u}))}var g=l.lineHeight["".concat(d)][s];return"bool"===e?t===g:{value:g,unit:i}}d=p;var T=l.fontSize["".concat(p)].findIndex((function(e){return e===r}));if(-1===T){for(var h=0,C=l.fontSize["".concat(p)].length-1,O=null;h<=C;){var b=Math.floor((h+C)/2);if(l.fontSize["".concat(p)][b]===r)return l.fontSize["".concat(p)][b];l.fontSize["".concat(p)][b]<r?(O=l.fontSize["".concat(p)][b],h=b+1):C=b-1}T=l.fontSize["".concat(p)].findIndex((function(e){return e===O}))}var v=l.lineHeight["".concat(d)][T];return"bool"===e?t===v:{value:v,unit:o}}return"bool"===e||{}},rgbaToHex:function(e){var r=e.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*([\d.]+))?\)$/);if(!r)return e;var o=parseInt(r[1]),t=parseInt(r[2]),i=parseInt(r[3]),n=1;void 0!==r[4]&&(n=parseFloat(r[4]));var a=o.toString(16).padStart(2,"0"),l=t.toString(16).padStart(2,"0"),p=i.toString(16).padStart(2,"0"),d=Math.round(255*n).toString(16).padStart(2,"0");return"ff"===d?"#".concat(a).concat(l).concat(p):"#".concat(a).concat(l).concat(p).concat(d)},convertToKebabCase:function(e){var r={};return Object.keys(e).forEach((function(o){var t=o.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();r[t]=e[o]})),r},loadNAppendStyleTag:function(e,r){var o=arguments.length>2&&void 0!==arguments[2]&&arguments[2],t=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=Br.iframeSelector,n=Br.templteEditiorSelector,a=Br.iframePreviewSelector,l=(Br.iframePreviewMainSelector,Br.iframeRoot),p=document.querySelector(o?a:i),d=null==p?void 0:p.contentDocument,s=null==d?void 0:d.querySelector(o?l:n);if(s&&null!==s){var c=s.querySelector("[".concat(zr.style,'="').concat(r,'"]'));null!==t&&(c=t.querySelector("[".concat(zr.layerStyle,'="').concat(r,'"]'))),c&&null!==c&&c.remove(),null===t?s.appendChild(e):t.appendChild(e)}},stylesToString:function(e){return Object.entries(e).map((function(e){var r=mi(e,2),o=r[0],t=r[1],i=o.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()}));return"".concat(i,": ").concat(t,";")})).join(" ")},IsObjectNull:ki,IsNullOrEmpty:Ki,IsArrayOrEmpty:function(e){return!(e&&e.length>0)},removeHyphens:function(e){return null==e?void 0:e.replaceAll("-","")},getCMSElementType:function(e){var r=null;if(!ki(e)){var o=null==e?void 0:e.attributes;if(!ki(o)){var t=null==o?void 0:o.BUILDER;ki(t)||(r=null==t?void 0:t.dataElementType)}}return r},getCMSDataDivType:function(e){var r=null;if(!ki(e)){var o=null==e?void 0:e.attributes;if(!ki(o)){var t=null==o?void 0:o.BUILDER;ki(t)||(r=null==t?void 0:t.dataDivType)}}return r},GetCMSElementBySelector:ji,CreateAspectRationNWidthConvertion:function(e,r,o){var t,i=arguments.length>3&&void 0!==arguments[3]&&arguments[3],n=parseFloat(r)/parseFloat(e),a=ji("#".concat(o),"single",i),l=e;if(!Ki(a)){var p=(null==a?void 0:a.matches(Br.dataDropElement))?null===(t=null==a?void 0:a.parentElement)||void 0===t?void 0:t.closest(Br.dataDropElement):null==a?void 0:a.closest(Br.dataDropElement),d=null==p?void 0:p.getBoundingClientRect();(null==e?void 0:e.includes("%"))&&(n=parseFloat(r)/d.width*(parseFloat(e)/100)),[].concat(["px","em","rem"]).some((function(r){var o;return null===(o="".concat(e))||void 0===o?void 0:o.includes(r)}))&&(n=parseFloat(r)/parseFloat(e),/px/.test(e)||(l*=16),l=parseFloat(e)/(null==d?void 0:d.width)*100)}return{width:parseFloat(l),aspectRatio:n}},convertToCamelCaseCss:function(e){return e.split(" ").map((function(e,r){return 0===r?e:e.charAt(0).toUpperCase()+e.slice(1)})).join("")},CSSUnits:zi,getCMSElementAttributeValue:function(e,r,o){var t=null;if(!ki(e)){var i=null==e?void 0:e.attributes;if(!ki(i)){var n=i[r];ki(n)||(t=n[o])}}return t},setTimeoutAsync:function(e){return new Promise((function(r,o){try{window.setTimeout((function(){r()}),e,[])}catch(e){o(e)}}))},setTimeoutAsyncV2:function(e){return new Promise((function(r,o){try{window.setTimeout((function(){r()}),e,[])}catch(e){o(e)}}))},generateUniqueId:function(){return"".concat(Math.random().toString(36).substr(2,9))},createQueryStringForCollection:function(e){return Object.entries(e).filter((function(e){var r=mi(e,2);return null!=(r[0],r[1])})).map((function(e){var r=mi(e,2),o=r[0],t=r[1];return"".concat(encodeURIComponent(o),"=").concat(encodeURIComponent(t))})).join("&")},GetResponsiveValue:Ui,CMSSetAndGetResponsiveMediaQueriesExtension:function(e,r,o,t,i){var n=Object.assign({},e),a=r,l=null==n?void 0:n.tablet,p=null==n?void 0:n.mobile;null==n||delete n.tablet,null==n||delete n.mobile,t.innerHTML+="#".concat(o," {").concat(Gi.stylesToString(n),"}");var d=Vi(a);(null==d?void 0:d.editedStyles)&&(a=Object.assign({},null==d?void 0:d.editedStyles)),(null==d?void 0:d.data)&&(l=Object.assign(Object.assign({},l),null==d?void 0:d.data));var s=Vi(a,"mobile");if((null==s?void 0:s.editedStyles)&&(a=Object.assign({},null==s?void 0:s.editedStyles)),(null==s?void 0:s.data)&&(p=Object.assign(Object.assign({},p),null==s?void 0:s.data)),l){var c=Mi(o,l,"tablet");t.innerHTML+=c}if(p){var y=Mi(o,p,"mobile");t.innerHTML+=y}return{styles:n,editedStyles:a,styleElement:t}},reponsiveExtension:Mi,getResponsiveEditedVariables:Vi,CMSDeviceVisibilityHiddenTypesList:[{id:1,label:"CSS",value:1,info:"Hides the element using display: none via CSS media queries. The element remains in the DOM but is not visible."},{id:2,label:"HTML",value:2,info:"\tRemoves the element from the DOM using JavaScript (e.g., window.matchMedia). This ensures the element is not present in the HTML structure."}],CMSDeviceVisibilityConditionExtension:function(e){var r=e.media,o=e.deviceVisibility,t=e.isBuilderType,i=!0;if(r&&!ki(r)&&!ki(o)){var n=o,a=Ho.DESKTOP,l=Ho.MOBILE,p=Ho.TABLET,d=n[a],s=n[p],c=n[l],y=_o.CSS;_o.HTML,i=r.desktop&&((null==d?void 0:d.hide)?(null==d?void 0:d.hiddenType)===y:null==d?void 0:d.show)||r.tablet&&((null==s?void 0:s.hide)?(null==s?void 0:s.hiddenType)===y:null==s?void 0:s.show)||r.mobile&&((null==c?void 0:c.hide)?(null==c?void 0:c.hiddenType)===y:null==c?void 0:c.show)||t}return i},CMSGetDeviceVisibilityClassNameByMode:function(e){var r=e.deviceVisibility,o=e.isBuilderType,t="";if(r&&!ki(r)){var i=r,n=_o.CSS,a=(_o.HTML,{show:!0,hide:!1,hiddenType:n}),l=Ho.DESKTOP,p=Ho.MOBILE,d=Ho.TABLET,s=(null==i?void 0:i.desktop)?i[l]:a,c=(null==i?void 0:i.tablet)?i[d]:a,y=(null==i?void 0:i.mobile)?i[p]:a;o||((null==s?void 0:s.hide)&&(null==s?void 0:s.hiddenType)===n&&(t+="dp_d_none"),(null==c?void 0:c.hide)&&(null==c?void 0:c.hiddenType)===n&&(t+=" tb_d_none"),(null==y?void 0:y.hide)&&(null==y?void 0:y.hiddenType)===n&&(t+=" mb_d_none"))}return t},CMSGetDeviceVisibilityDefaultData:function(){return{deviceVisibility:{desktop:{show:!0,hide:!1,hiddenType:_o.CSS},tablet:{show:!0,hide:!1,hiddenType:_o.CSS},mobile:{show:!0,hide:!1,hiddenType:_o.CSS}}}},CMSCustomEventService:function(e){var r=e.type,o=e.value;e.serviceType===Bo.UPSERT&&document.dispatchEvent(new CustomEvent(r,{detail:o}))}};const Wi=Gi;var Yi,Fi={layout:{iconAndTextSpacing:{value:10,property:"gap",unit:1,propertyType:kr.CSS},alignment:{value:"horizontal",property:"alignment",propertyType:kr.CONTROLS},textAlignment:{value:"center",property:"textAlignment",propertyType:kr.CONTROLS},itemSpacing:{value:"10",propertyType:kr.CSS,unit:1,property:"itemSpacing"},iconPosition:{value:"left",property:"iconPosition",propertyType:kr.CONTROLS},clickToNavigate:{value:"false",property:"iconPosition",propertyType:kr.CSS},iconStyle:{value:"Icon",propertyType:kr.CONTROLS}},content:{socialIcons:{value:[{id:Wi.generateUniqueId(),title:"Amazon",name:"amazon",show:!0,url:"https://amazon.com",icon:{value:"amazon",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:Wi.generateUniqueId(),title:"Website",name:"website",show:!0,url:"https://www.sellerscommerce.com/",icon:{value:"website",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:Wi.generateUniqueId(),title:"Instagram",name:"instagram",show:!0,url:"https://instagram.com",icon:{value:"instagram",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:Wi.generateUniqueId(),title:"Twitter",name:"twitter",show:!0,url:"https://x.com/",icon:{value:"twitter",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:Wi.generateUniqueId(),title:"Facebook",name:"facebook",show:!0,url:"https://www.facebook.com/",icon:{value:"facebook",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:Wi.generateUniqueId(),title:"Youtube",name:"youtube",show:!0,url:"https://www.youtube.com/",icon:{value:"youtube",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:Wi.generateUniqueId(),title:"LinkedIn",name:"linkedin",show:!0,url:"https://www.linkedin.com/",icon:{value:"linkedin",customIcon:{isCustomIcon:!1,url:"",name:""}}}],propertyType:kr.CONTROLS},website:{value:!0,propertyType:kr.CONTROLS},websiteUrl:{value:"https://www.sellerscommerce.com/",propertyType:kr.CONTROLS},instagram:{value:!0,propertyType:kr.CONTROLS},instagramUrl:{value:"https://instagram.com",propertyType:kr.CONTROLS},facebook:{value:!0,propertyType:kr.CONTROLS},facebookUrl:{value:"https://facebook.com",propertyType:kr.CONTROLS},linkedIn:{value:!1,propertyType:kr.CONTROLS},linkedInUrl:{value:"https://www.linkedin.com/",propertyType:kr.CONTROLS},twitter:{value:!0,propertyType:kr.CONTROLS},twitterUrl:{value:"https://x.com/",propertyType:kr.CONTROLS},amazon:{value:!0,propertyType:kr.CONTROLS},amazonUrl:{value:"https://amazon.com",propertyType:kr.CONTROLS}},design:{icon:{value:"",propertyType:kr.CONTROLS},designiconSize:{value:"30",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},instagramIcon:{value:"instagram",property:"instagramIcon",propertyType:kr.CONTROLS},facebookIcon:{value:"facebook",property:"facebookIcon",propertyType:kr.CONTROLS},twitterIcon:{value:"twitter",property:"twitterIcon",propertyType:kr.CONTROLS},amazonIcon:{value:"amazon",property:"amazonIcon",propertyType:kr.CONTROLS},websiteIcon:{value:"website",property:"websiteIcon",propertyType:kr.CONTROLS},youtubeIcon:{value:"youtube",property:"youtubeIcon",propertyType:kr.CONTROLS},linkedinIcon:{value:"linkedin",property:"linkedinIcon",propertyType:kr.CONTROLS}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.FILL_AND_BACKGROUND="fillAndBackground",e.ITEM_STYLE="iconStyle",e.SOCIAL_ICONS="socialIcons",e.SOCIAL_WIDGET="socialWidget"}(Yi||(Yi={}));var Xi,qi=function(){return{layout:{selectorKey:Yi.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"70",unit:1}),margin:Vo.margin,padding:Vo.padding,alignment:Fi.layout.alignment,textAlignment:Fi.layout.textAlignment,clickToNavigate:Fi.layout.clickToNavigate,iconStyle:Fi.layout.iconStyle,iconPosition:Fi.layout.iconPosition,iconAndTextSpacing:Fi.layout.iconAndTextSpacing,itemSpacing:Fi.layout.itemSpacing,positionType:Vo.positionType,pinTo:Vo.pinTo},content:{selectorKey:Yi.CONTENT,socialContent:Fi.content.socialIcons},design:{selectorKey:Yi.DESIGN,socialWidget:{selectorKey:Yi.SOCIAL_WIDGET,backgroundColor:Vo.backgroundColor,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},itemStyle:{selectorKey:Yi.ITEM_STYLE,backgroundColor:Vo.backgroundColor,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!1}),iconSize:Fi.design.designiconSize,iconColor:Fi.design.iconColor},socialIcons:{selectorKey:Yi.SOCIAL_ICONS,instagramIcon:Fi.design.instagramIcon,facebookIcon:Fi.design.facebookIcon,twitterIcon:Fi.design.twitterIcon,amazonIcon:Fi.design.amazonIcon,websiteIcon:Fi.design.websiteIcon,youtubeIcon:Fi.design.youtubeIcon,linkedinIcon:Fi.design.linkedinIcon}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Xi||(Xi={}));var Qi,Zi=function(e){return{layout:{selectorKey:Xi.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,direction:{value:"vertical",property:"direction",propertyType:kr.CONTROLS},itemGap:{property:"itemGap",propertyType:kr.CSS,value:0,unit:Kr.PIXELS},justifyContent:{property:"justifyContent",propertyType:kr.CSS,value:"start"},alignItems:{property:"alignItems",propertyType:kr.CSS,value:"start"}},design:Object.assign({selectorKey:Xi.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),dataConnector:{selectorKey:Xi.DATA_CONNECTOR,dataConnector:{isConnected:!1,dataSource:null,childSource:null,key:"stack",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""},property:"dataConnector",propertyType:kr.CONTROLS}}}},$i={displayStyle:{value:"Button",property:"displayStyle",propertyType:kr.CONTROLS},displayResults:{value:"Upfront",property:"displayResults",propertyType:kr.CONTROLS},whenClicked:{value:"Open Lightbox",property:"whenClicked",propertyType:kr.CONTROLS},displayType:{value:"Vertical",property:"displayType",propertyType:kr.CONTROLS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},itemSpacing:{value:"20",property:"itemSpacing",unit:1,propertyType:kr.CSS},overflowItems:{value:"Show More Button",property:"overflowItems",propertyType:kr.CONTROLS},noOfItemToShow:{value:"Show All Items",property:"noOfItemToShow",propertyType:kr.CONTROLS},searchPlaceholderText:{value:"Search by Product/ SKU name or code",property:"searchPlaceholderText",propertyType:kr.CONTROLS},locationName:{value:!0,property:"locationName",propertyType:kr.CONTROLS},locationAddress:{value:!0,property:"locationAddress",propertyType:kr.CONTROLS},locationInventory:{value:!0,property:"locationInventory",propertyType:kr.CONTROLS},locationTimings:{value:!0,property:"locationTimings",propertyType:kr.CONTROLS},title:{value:"Available Locations",property:"title",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:kr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"Round",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.INPUT_STYLE="inputStyle",e.STORE_LOCATIONS_BUTTON="storeLocationButton",e.INVENTORY_TEXT_STYLE="inventoryTextStyle",e.ITEM_STYLE="itemStyle",e.LOCATION_NAME="locationName",e.LOCATION_ADDRESS="locationAddress",e.LOCATION_INVENTORY="locationInventory",e.LOCATION_TIMINGS="locationTimings",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButtons",e.HOVER_STATE="hover",e.DEFAULT_STATE="default"}(Qi||(Qi={}));var Ji,en=function(){return{layout:{selectorKey:Qi.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"130",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayStyle:$i.displayStyle,displayResults:$i.displayResults,whenClicked:$i.whenClicked,displayType:$i.displayType,maxItemsToDisplay:$i.maxItemsToDisplay,itemSpacing:$i.itemSpacing,overflowItems:$i.overflowItems,noOfItemToShow:$i.noOfItemToShow,searchPlaceholderText:$i.searchPlaceholderText},content:{selectorKey:Qi.CONTENT,locationName:$i.locationName,locationAddress:$i.locationAddress,locationInventory:$i.locationInventory,locationTimings:$i.locationTimings,title:$i.title,showTitle:$i.showTitle,description:$i.description,showDescription:$i.showDescription},design:{selectorKey:Qi.DESIGN,inputStyle:{selectorKey:Qi.INPUT_STYLE,defaultState:{selectorKey:Qi.DEFAULT_STATE,buttonStyle:$i.buttonStyle,buttonText:$i.buttonText,icon:$i.icon,iconPadding:$i.iconPadding,iconPosition:$i.iconPosition,iconAndTextSpacing:$i.iconAndTextSpacing,alignment:$i.alignment,buttonType:$i.buttonType,showIcon:$i.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:Qi.HOVER_STATE,buttonStyle:$i.buttonStyle,buttonText:$i.buttonText,icon:$i.icon,iconPadding:$i.iconPadding,iconPosition:$i.iconPosition,iconAndTextSpacing:$i.iconAndTextSpacing,alignment:$i.alignment,buttonType:$i.buttonType,showIcon:$i.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},storeLocationsButton:{selectorKey:Qi.INPUT_STYLE,defaultState:{selectorKey:Qi.DEFAULT_STATE,buttonStyle:$i.buttonStyle,buttonText:$i.buttonText,icon:$i.icon,iconPadding:$i.iconPadding,iconPosition:$i.iconPosition,iconAndTextSpacing:$i.iconAndTextSpacing,alignment:$i.alignment,buttonType:$i.buttonType,showIcon:$i.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:Qi.HOVER_STATE,buttonStyle:$i.buttonStyle,buttonText:$i.buttonText,icon:$i.icon,iconPadding:$i.iconPadding,iconPosition:$i.iconPosition,iconAndTextSpacing:$i.iconAndTextSpacing,alignment:$i.alignment,buttonType:$i.buttonType,showIcon:$i.showIcon,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,iconSize:Vo.iconSize,iconColor:Object.assign(Object.assign({},Vo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},inventoryTextStyle:{selectorKey:Qi.INVENTORY_TEXT_STYLE,themeDynamic:Vo.theme,fontDynamic:Vo.font,fontSizeDynamic:Vo.fontSize,textColorDynamic:Vo.textColor,boldDynamic:Vo.bold,italicDynamic:Vo.italic,linethroughDynamic:Vo.linethrough,underlineDynamic:Vo.underline,textAlignDynamic:Vo.textAlign,characterSpacingDynamic:Vo.characterSpacing,lineHeightDynamic:Vo.lineHeight,themeStatic:Vo.themeDesc,fontStatic:Vo.fontDesc,fontSizeStatic:Vo.fontSizeDesc,textColorStatic:Vo.textColorDesc,boldStatic:Vo.boldDesc,italicStatic:Vo.italicDesc,linethroughStatic:Vo.linethroughDesc,underlineStatic:Vo.underlineDesc,textAlignStatic:Vo.textAlignDesc,characterSpacingStatic:Vo.characterSpacingDesc,lineHeightStatic:Vo.lineHeightDesc},itemStyle:{selectorKey:Qi.ITEM_STYLE,contentAlignment:$i.contentAlignment,horizontalPadding:$i.horizontalPadding,verticalPadding:$i.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},locationName:{selectorKey:Qi.LOCATION_NAME,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationAddress:{selectorKey:Qi.LOCATION_ADDRESS,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationTimings:{selectorKey:Qi.LOCATION_TIMINGS,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},locationInventory:{selectorKey:Qi.LOCATION_INVENTORY,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},arrows:{selectorKey:Qi.ARROWS,arrowIconStyle:$i.arrowIconStyle,leftArrowIconStyle:$i.leftArrowIconStyle,rightArrowIconStyle:$i.rightArrowIconStyle,backgroundShape:$i.backgroundShape,arrowSize:$i.arrowSize,arrowColor:$i.arrowColor},paginationDots:{selectorKey:Qi.PAGINATION_DOTS,dotSize:$i.dotSize,currentDotColor:$i.currentDotColor,otherDotColor:$i.otherDotColor},paginationLine:{selectorKey:Qi.PAGINATION_LINE,currentLineColor:$i.currentLineColor,otherLineColor:$i.otherLineColor,lineHeight:$i.lineHeight,lineWidth:$i.lineWidth},showMoreItemsButton:{selectorKey:Qi.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:$i.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}}}},rn={layout:{header:{value:!0,propertyType:kr.CONTROLS,property:"header"},headerHeight:{value:0,propertyType:kr.CSS,unit:1,property:"headerHeight"},rowHeight:{value:0,propertyType:kr.CSS,unit:1,property:"rowHeight"},layoutHeaderDivider:{value:!0,propertyType:kr.CONTROLS,property:"layoutHeaderDivider"},layoutRowDivider:{value:!0,propertyType:kr.CONTROLS,property:"layoutRowDivider"},layoutColumnDivider:{value:!0,propertyType:kr.CONTROLS,property:"layoutColumnDivider"},alternativeRowColors:{value:!1,propertyType:kr.CONTROLS,property:"alternativeRowColors"},headerCellPadding:{value:0,propertyType:kr.CSS,unit:1,property:"headerCellPadding"},rowCellPadding:{value:0,propertyType:kr.CSS,unit:1,property:"rowCellPadding"},contentAlignment:{value:"left",propertyType:kr.CSS,property:"contentAlignment"},showMoreRows:{value:"onScroll",propertyType:kr.CONTROLS,property:"showMoreRows"},rowsPerPage:{value:5,propertyType:kr.CONTROLS,property:"rowsPerPage"},paginationType:{value:"arrows",propertyType:kr.CONTROLS,property:"paginationType"},paginationAlignment:{value:"center",propertyType:kr.CSS,property:"paginationAlignment"},noOfItemsToLoad:{value:"allItems",propertyType:kr.CONTROLS,property:"noOfItemsToLoad"}},content:{showTitle:{value:!0,propertyType:kr.CONTROLS,property:"showTitle"},tableTitle:{value:"Your Quota",propertyType:kr.CONTROLS,property:"tableTitle"},connectWith:{value:"static",propertyType:kr.CONTROLS,property:"static"},columns:{value:[{columnId:1,columnTitle:"Name",columnMapsTo:"name"},{columnId:2,columnTitle:"Age",columnMapsTo:"age"},{columnId:3,columnTitle:"Occupation",columnMapsTo:"occupation"}],propertyType:kr.CONTROLS,property:"columns"},rows:{value:[{rowId:1,name:"John Doe",age:"30",occupation:"Engineer"},{rowId:2,name:"John",age:"25",occupation:"Designer"},{rowId:3,name:"Priya",age:"40",occupation:"Manager"}],propertyType:kr.CONTROLS,property:"rows"}},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"32",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"32",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"32",propertyType:kr.CSS,unit:1},lineHeight:{value:"32",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"32",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"32",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"32",propertyType:kr.CSS,unit:1},lineHeight:{value:"32",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"32",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"32",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"32",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"30",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.TABLE_WIDGET="tableWidget",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.ROW_TEXT="rowText",e.ROW_AND_HEADER_DIVIDER="rowAndHeaderDividers",e.SCROLL_BAR="scrollBar",e.PAGINATION="pagination",e.LOAD_MORE_BUTTON="loadMoreButton",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState"}(Ji||(Ji={}));var on,tn=function(){return{layout:{selectorKey:Ji.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"150",unit:1}),margin:Vo.margin,padding:Vo.padding,header:rn.layout.header,headerHeight:rn.layout.headerHeight,rowHeight:rn.layout.rowHeight,layoutHeaderDivider:rn.layout.layoutHeaderDivider,layoutRowDivider:rn.layout.layoutRowDivider,layoutColumnDivider:rn.layout.layoutColumnDivider,alternativeRowColors:rn.layout.alternativeRowColors,headerCellPadding:rn.layout.headerCellPadding,rowCellPadding:rn.layout.rowCellPadding,contentAlignment:rn.layout.contentAlignment,showMoreRows:rn.layout.showMoreRows,rowsPerPage:rn.layout.rowsPerPage,paginationType:rn.layout.paginationType,paginationAlignment:rn.layout.paginationAlignment,noOfItemsToLoad:rn.layout.noOfItemsToLoad},content:{selectorKey:Ji.CONTENT,showTitle:rn.content.showTitle,tableTitle:rn.content.tableTitle,connectWith:rn.content.connectWith,columns:rn.content.columns,rows:rn.content.rows},design:{selectorKey:Ji.DESIGN,tableWidget:{selectorKey:Ji.TABLE_WIDGET,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},table:{selectorKey:Ji.TABLE,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:rn.design.table.borderStyle,borderColor:Vo.borderColor,borderPerSlide:rn.design.table.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tableHeader:{selectorKey:Ji.TABLE_HEADER,backgroundColor:Vo.backgroundColor},headerText:{selectorKey:Ji.HEADER_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},tableRow:{selectorKey:Ji.TABLE_ROW,backgroundColor:Vo.backgroundColor},rowText:{selectorKey:Ji.ROW_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},rowAndHeaderDividers:{selectorKey:Ji.ROW_AND_HEADER_DIVIDER,headerDivider:rn.design.rowAndHeaderDividers.headerDivider,rowDivider:rn.design.rowAndHeaderDividers.rowDivider,columnDivider:rn.design.rowAndHeaderDividers.columnDivider},scrollBar:{selectorKey:Ji.SCROLL_BAR,scrollBarWidth:rn.design.scrollBar.scrollBarWidth,scrollBarColor:rn.design.scrollBar.scrollBarColor},pagination:{selectorKey:Ji.PAGINATION,defaultState:{selectorKey:Ji.DEFAULT_STATE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,previousIcon:rn.design.pagination.previousIcon,nextIcon:rn.design.pagination.nextIcon,iconSize:rn.design.pagination.iconSize,iconColor:rn.design.pagination.iconColor,backgroundShape:rn.design.pagination.backgroundShape,backgroundColor:Vo.backgroundColor,pagination:rn.design.pagination.pagination},hoverState:{selectorKey:Ji.HOVER_STATE,theme:Vo.theme}},loadMoreButton:{selectorKey:Ji.LOAD_MORE_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:rn.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}}}},nn={tabPosition:{value:"Horizontal",property:"tabPosition",propertyType:kr.CONTROLS},tabLayout:{value:"stretched",property:"tabLayout",propertyType:kr.CONTROLS},tabAlignment:{value:"center",property:"tabAlignment",propertyType:kr.CSS},tabSpacing:{value:20,unit:1,property:"tabSpacing",propertyType:kr.CSS},tabContainer:{value:20,unit:1,property:"tabContainer",propertyType:kr.CSS},horizontalPadding:{value:10,unit:1,property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:10,unit:1,property:"verticalPadding",propertyType:kr.CSS},overflowTabs:{value:"Wrap",property:"overflowTabs",propertyType:kr.CONTROLS},spacingBetweenRows:{value:10,unit:1,property:"spacingBetweenRows",propertyType:kr.CSS},tabContent:{value:[{title:"Tab",contentSource:{title:"Tab 1",content:{id:"cms-c-zurid-m6s61fc6",attributes:{BUILDER:{dataDivType:"element",dataType:"element",dataElementType:"container",dataDropElement:"cms-drop-element",dataElementSubChild:!1},HTML:{role:"container",id:"template1"},CUSTOM:{}},childIds:[],children:{},styles:Object.assign({},Xr()),responsiveBehaviour:"proportional-scaling",uniqueKey:"cmsczuridm6s61fc6",isMaximized:!0,editedStyles:{"--_ctm-con-lt-wh":"300px","--_ctm-con-lt-ht":"100px","--_ctm-con-lt-mn":"7.63% 0% 0% 33.53%","--_ctm-con-lt-pg":"0px 0px 0px 0px","--_ctm-con-lt-ow":"scroll","--_ctm-con-lt-sl":"horizontal","--_ctm-con-lt-dy-sr":"false","--_ctm-con-lt-pn":"fixed","--_ctm-con-lt-pn-to":"page","--_ctm-con-dn-bd-cr":"rgba(221, 221, 221, 1)","--_ctm-con-dn-br-cr":"rgba(237, 23, 51, 1)","--_ctm-con-dn-br-se":"solid","--_ctm-con-dn-br-wh":"0px 0px 0px 0px","--_ctm-con-dn-sw-cr":"rgba(237, 23, 51, 1)","--_ctm-con-dn-sw-br":"0px","--_ctm-con-dn-sw-sd":"0px","--_ctm-con-dn-sw-ae":"0px 0px"},controls:{layout:{},design:{showBorder:{value:!0,propertyType:"controls"},showShadow:{value:!0,property:"showBorder",propertyType:"controls"}},dataConnector:{dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null},property:"dataConnector",propertyType:"controls"},dynamicData:{value:null,property:"dynamicData",propertyType:"controls"}},elementMetaData:{id:"cms-c-zurid-m6s61fc6",dataElementType:"container",propertyType:"controls"}},sort:1}},key:"123456tghjuik"}],property:"tabContent",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState",e.SELECTED_STATE="selected",e.TAB_CONTAINER="tabContainer",e.TAB_CONTENT_CONTAINER="tabContentContainer",e.TABS="tabs"}(on||(on={}));var an,ln={borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,backgroundColor:Vo.backgroundColor,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,highlights:Vo.highlights,shadows:Vo.shadows},pn={theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},dn=function(){return{layout:{selectorKey:on.LAYOUT,adjustment:Vo.adjustment,width:Vo.width,height:Vo.height,margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,tabPosition:nn.tabPosition,tabLayout:nn.tabLayout,tabAlignment:nn.tabAlignment,tabSpacing:nn.tabSpacing,tabContainerSpacing:nn.tabContainer,horizontalPadding:nn.horizontalPadding,verticalPadding:nn.verticalPadding,overflowTabs:nn.overflowTabs,spacingBetweenRows:nn.spacingBetweenRows},design:{selectorKey:on.DESIGN,tabContainer:Object.assign({selectorKey:on.TAB_CONTAINER},ln),tabs:{selectorKey:on.TABS,defaultState:Object.assign(Object.assign({selectorKey:on.DEFAULT_STATE},ln),pn),hoverState:Object.assign(Object.assign({selectorKey:on.HOVER_STATE},ln),pn),selectedState:Object.assign(Object.assign({selectorKey:on.SELECTED_STATE},ln),pn)},tabContentContainer:Object.assign({selectorKey:on.TAB_CONTENT_CONTAINER},ln)},content:{selectorKey:on.CONTENT,tabContent:nn.tabContent}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(an||(an={}));var sn,cn=function(){return{layout:{selectorKey:an.LAYOUT,width:{value:"300",property:"width",unit:1,propertyType:kr.CSS},textData:{value:"<h1 class='et-tt'>Heading 1</h1>",propertyType:kr.CONTROLS},height:{value:"40",property:"height",unit:1,propertyType:kr.CSS},margin:Vo.margin,padding:{isAll:!0,sides:{top:{value:10,unit:1},right:{value:10,unit:1},bottom:{value:10,unit:1},left:{value:10,unit:1}},property:"padding",propertyType:kr.CSS},overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:an.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},dataConnector:{selectorKey:an.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},yn={displayFormat:{value:"Stack Horizontal",property:"displayFormat",propertyType:kr.CONTROLS},showUomPrice:{value:!0,property:"showUomPrice",propertyType:kr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:kr.CSS},onClick:{value:"Show All",property:"onClick",propertyType:kr.CONTROLS},itemPadding:{value:"10",property:"itemPadding",propertyType:kr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:kr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerHeight:{value:"30",property:"headerHeight",propertyType:kr.CSS},rowHeight:{value:"30",property:"rowHeight",propertyType:kr.CSS},headerCellPadding:{value:"30",property:"headerCellPadding",propertyType:kr.CSS},rowCellPadding:{value:"30",property:"rowCellPadding",propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:kr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"Show More Button",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},imageBehavior:{value:"Fixed",property:"imageBehavior",propertyType:kr.CONTROLS},itemsPerRow:{value:"1",property:"itemsPerRow",propertyType:kr.CSS},productPrice:{value:!0,property:"productPrice",propertyType:kr.CONTROLS},sellingPrice:{value:!0,property:"sellingPrice",propertyType:kr.CONTROLS},productPriceDisplayUOM:{value:!0,property:"productPriceDisplayUOM",propertyType:kr.CONTROLS},productPriceDisplayCurrencyCode:{value:!0,property:"productPriceDisplayCurrencyCode",propertyType:kr.CONTROLS},showActualPrice:{value:!0,property:"showActualPrice",propertyType:kr.CONTROLS},actualPrice:{value:!0,property:"actualPrice",propertyType:kr.CONTROLS},actualPriceDisplayUOM:{value:!0,property:"actualPriceDisplayUOM",propertyType:kr.CONTROLS},actualPriceDisplayCurrencyCode:{value:!0,property:"actualPriceDisplayCurrencyCode",propertyType:kr.CONTROLS},discount:{value:!0,property:"discount",propertyType:kr.CONTROLS},discountValue:{value:!0,property:"discountValue",propertyType:kr.CONTROLS},showSavings:{value:!0,property:"showSavings",propertyType:kr.CONTROLS},savings:{value:!0,property:"savings",propertyType:kr.CONTROLS},savingsValue:{value:!0,property:"savingsValue",propertyType:kr.CONTROLS},savingsDisplayCurrencyCode:{value:!0,property:"savingsDisplayCurrencyCode",propertyType:kr.CONTROLS},embellishmentPrice:{value:!0,property:"embellishmentPrice",propertyType:kr.CONTROLS},productTax:{value:!0,property:"productTax",propertyType:kr.CONTROLS},productShippingPrice:{value:!0,property:"productShippingPrice",propertyType:kr.CONTROLS},pricePerUnit:{value:!0,property:"pricePerUnit",propertyType:kr.CONTROLS},uom:{value:!0,property:"uom",propertyType:kr.CONTROLS},uomName:{value:!0,property:"uomName",propertyType:kr.CONTROLS},uomConversion:{value:!0,property:"uomConversion",propertyType:kr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:kr.CSS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:kr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"Round",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.ITEM_STYLE="itemStyle",e.UOM_TITLE_STYLE="uomTitleStyle",e.UOM_CONVERSION_STYLE="uomConversionStyle",e.PRODUCT_PRICE="productPrice",e.UOM_STYLE="uomStyle",e.CURRENCY_CODE_STYLE="currencyCodeStyle",e.ACTUAL_PRICE="actualPrice",e.DISCOUNT="discount",e.DISCOUNT_VALUE="discountValue",e.SAVINGS="savings",e.SAVINGS_VALUE="savingsValue",e.PRICE_PER_UNIT="pricePerUnit",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selectedState"}(sn||(sn={}));var un,Sn=function(){return{layout:{selectorKey:sn.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"250",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"48",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,displayFormat:yn.displayFormat,showUomPrice:yn.showUomPrice,itemSpacing:yn.itemSpacing,itemPadding:yn.itemPadding,itemContentAlignment:yn.itemContentAlignment,maxItemsToDisplay:yn.maxItemsToDisplay,overflowItems:yn.overflowItems,header:yn.header,headerHeight:yn.headerHeight,rowHeight:yn.rowHeight,headerDivider:yn.headerDivider,rowDivider:yn.rowDivider,columnDivider:yn.columnDivider,alternativeRowColors:yn.alternativeRowColors,headerCellPadding:yn.headerCellPadding,rowCellPadding:yn.rowCellPadding,contentAlignment:yn.contentAlignment,overflowControl:yn.overflowControl,paginationType:yn.paginationType,paginationAlignment:yn.paginationAlignment,rowsPerPage:yn.rowsPerPage,imageBehavior:yn.imageBehavior,itemsPerRow:yn.itemsPerRow,onClick:yn.onClick},design:{selectorKey:sn.DESIGN,itemStyle:{selectorKey:sn.ITEM_STYLE,defaultState:{selectorKey:sn.DEFAULT_STATE,contentAlignment:yn.contentAlignment,horizontalPadding:yn.horizontalPadding,verticalPadding:yn.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},selectedState:{selectorKey:sn.SELECTED_STATE,contentAlignment:yn.contentAlignment,horizontalPadding:yn.horizontalPadding,verticalPadding:yn.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius}},uomTitleStyle:{selectorKey:sn.UOM_TITLE_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},uomConversionStyle:{selectorKey:sn.UOM_CONVERSION_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},productPrice:{selectorKey:sn.PRODUCT_PRICE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},uomStyle:{selectorKey:sn.UOM_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},currencyCodeStyle:{selectorKey:sn.CURRENCY_CODE_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},actualPrice:{selectorKey:sn.ACTUAL_PRICE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},discount:{selectorKey:sn.DISCOUNT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},discountValue:{selectorKey:sn.DISCOUNT_VALUE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},savings:{selectorKey:sn.SAVINGS,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},savingsValue:{selectorKey:sn.SAVINGS_VALUE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},pricePerUnit:{selectorKey:sn.PRICE_PER_UNIT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},arrows:{selectorKey:sn.ARROWS,arrowIconStyle:yn.arrowIconStyle,leftArrowIconStyle:yn.leftArrowIconStyle,rightArrowIconStyle:yn.rightArrowIconStyle,backgroundShape:yn.backgroundShape,arrowSize:yn.arrowSize,arrowColor:yn.arrowColor},paginationDots:{selectorKey:sn.PAGINATION_DOTS,dotSize:yn.dotSize,currentDotColor:yn.currentDotColor,otherDotColor:yn.otherDotColor},paginationLine:{selectorKey:sn.PAGINATION_LINE,currentLineColor:yn.currentLineColor,otherLineColor:yn.otherLineColor,lineHeight:yn.lineHeight,lineWidth:yn.lineWidth},table:{selectorKey:sn.TABLE,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:yn.design.table.borderStyle,borderColor:Vo.borderColor,borderPerSlide:yn.design.table.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tableHeader:{selectorKey:sn.TABLE_HEADER,backgroundColor:Vo.backgroundColor},headerText:{selectorKey:sn.HEADER_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},tableRow:{selectorKey:sn.TABLE_ROW,backgroundColor:Vo.backgroundColor,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},rowDividers:{selectorKey:sn.ROW_DIVIDERS,headerDivider:yn.design.rowAndHeaderDividers.headerDivider,rowDivider:yn.design.rowAndHeaderDividers.rowDivider,columnDivider:yn.design.rowAndHeaderDividers.columnDivider},scroll:{selectorKey:sn.SCROLL,scrollBarWidth:yn.design.scrollBar.scrollBarWidth,scrollBarColor:yn.design.scrollBar.scrollBarColor},pagination:{selectorKey:sn.PAGINATION,defaultState:{selectorKey:sn.DEFAULT_STATE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,previousIcon:yn.design.pagination.previousIcon,nextIcon:yn.design.pagination.nextIcon,iconSize:yn.design.pagination.iconSize,iconColor:yn.design.pagination.iconColor,backgroundShape:yn.design.pagination.backgroundShape,backgroundColor:Vo.backgroundColor,pagination:yn.design.pagination.pagination},hoverState:{selectorKey:sn.HOVER_STATE,theme:Vo.theme}},showMoreItemsButton:{selectorKey:sn.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:yn.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},content:{selectorKey:sn.CONTENT,productPrice:yn.productPrice,sellingPrice:yn.sellingPrice,productPriceDisplayUOM:yn.productPriceDisplayUOM,productPriceDisplayCurrencyCode:yn.productPriceDisplayCurrencyCode,showActualPrice:yn.showActualPrice,actualPrice:yn.actualPrice,actualPriceDisplayUOM:yn.actualPriceDisplayUOM,actualPriceDisplayCurrencyCode:yn.actualPriceDisplayCurrencyCode,discount:yn.discount,discountValue:yn.discountValue,showSavings:yn.showSavings,savings:yn.savings,savingsValue:yn.savingsValue,savingsDisplayCurrencyCode:yn.savingsDisplayCurrencyCode,embellishmentPrice:yn.embellishmentPrice,productTax:yn.productTax,productShippingPrice:yn.productShippingPrice,pricePerUnit:yn.pricePerUnit,uom:yn.uom,uomName:yn.uomName,uomConversion:yn.uomConversion},dataConnector:{selectorKey:sn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:null,url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},gn={optionSelection:{value:!0,property:"optionSelection",propertyType:kr.CONTROLS},displayOutOfStockValues:{value:!0,property:"displayOutOfStockValues",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},showMoreRows:{value:"Pagination",property:"showMoreRows",propertyType:kr.CONTROLS},notifyMeButton:{value:!0,property:"notifyMeButton",propertyType:kr.CONTROLS},quantitySelectorForVariantSelector:{value:!0,property:"quantitySelectorForVariantSelector",propertyType:kr.CONTROLS},canCollapseGroups:{value:!0,property:"canCollapseGroups",propertyType:kr.CONTROLS},displayStyle:{value:"Standard",property:"displayStyle",propertyType:kr.CONTROLS},collapseIconPosition:{value:"Right",property:"collapseIconPosition",propertyType:kr.CONTROLS},displayValues:{value:"Horizontally",property:"displayValues",propertyType:kr.CONTROLS},itemSpacing:{value:"10",property:"itemSpacing",unit:1,propertyType:kr.CSS},optionTitleValueSpacing:{value:"10",unit:1,property:"optionTitleValueSpacing",propertyType:kr.CSS},itemPadding:{value:"10",unit:1,property:"itemPadding",propertyType:kr.CSS},maxItemsToDisplay:{value:"10",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},swatchImageType:{value:"Swatch Image",property:"swatchImageType",propertyType:kr.CONTROLS},imageBehaviour:{value:"Fixed",property:"imageBehaviour",propertyType:kr.CONTROLS},itemsPerRow:{value:"4",property:"itemsPerRow",propertyType:kr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:kr.CONTROLS},overflowDirection:{value:"Horizontal",property:"overflowDirection",propertyType:kr.CONTROLS},dropdownStyle:{value:"Vertical List",property:"dropdownStyle",propertyType:kr.CONTROLS},dropdownOptionsSpacing:{value:"10",unit:1,property:"dropdownOptionsSpacing",propertyType:kr.CSS},dropdownOptionsPadding:{value:"10",unit:1,property:"dropdownOptionsPadding",propertyType:kr.CSS},optionAndListSpacing:{value:"10",unit:1,property:"optionAndListSpacing",propertyType:kr.CSS},dropdownListItemSpacing:{value:"10",unit:1,property:"dropdownListItemSpacing",propertyType:kr.CSS},dropdownListItemPadding:{value:"10",unit:1,property:"dropdownListItemPadding",propertyType:kr.CSS},groupsDisplayStyle:{value:"Upfront",property:"groupsDisplayStyle",propertyType:kr.CONTROLS},dividerBetweenListItems:{value:!1,property:"dividerBetweenListItems",propertyType:kr.CONTROLS},groupSpacing:{value:"10",unit:1,property:"groupSpacing",propertyType:kr.CSS},groupPadding:{value:"10",unit:1,property:"groupPadding",propertyType:kr.CSS},groupHeaderAndOptionSpacing:{value:"10",unit:1,property:"groupHeaderAndOptionSpacing",propertyType:kr.CSS},tabDirection:{value:"Horizontal",property:"tabDirection",propertyType:kr.CONTROLS},tabLayout:{value:"Stretched",property:"tabLayout",propertyType:kr.CONTROLS},tabAlignment:{value:"left",property:"tabAlignment",propertyType:kr.CONTROLS},tabSpacing:{value:"10",unit:1,property:"tabSpacing",propertyType:kr.CSS},tabAndContainerSpacing:{value:"10",unit:1,property:"tabAndContainerSpacing",propertyType:kr.CSS},tabHorizontalPadding:{value:"10",unit:1,property:"tabHorizontalPadding",propertyType:kr.CSS},tabVerticalPadding:{value:"10",unit:1,property:"tabVerticalPadding",propertyType:kr.CSS},containerPadding:{value:"10",unit:1,property:"containerPadding",propertyType:kr.CSS},tabRowSpacing:{value:"10",unit:1,property:"tabRowSpacing",propertyType:kr.CSS},remainingDisplayStyle:{value:"Dropdown",property:"remainingDisplayStyle",propertyType:kr.CONTROLS},expandIconPosition:{value:"Right",property:"expandIconPosition",propertyType:kr.CONTROLS},expandFirstItemByDefault:{value:!0,property:"expandFirstItemByDefault",propertyType:kr.CONTROLS},allowMultipleOpenItems:{value:!0,property:"allowMultipleOpenItems",propertyType:kr.CONTROLS},itemDividers:{value:!0,property:"itemDividers",propertyType:kr.CONTROLS},allowUserToSearch:{value:!0,property:"allowUserToSearch",propertyType:kr.CONTROLS},allowUserToFilter:{value:!0,property:"allowUserToFilter",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerHeight:{value:"10",unit:1,property:"headerHeight",propertyType:kr.CSS},rowHeight:{value:"10",unit:1,property:"rowHeight",propertyType:kr.CSS},accordionSpacing:{value:"10",unit:1,property:"accordionSpacing",propertyType:kr.CSS},accordionAndContainerSpacing:{value:"10",unit:1,property:"accordionAndContainerSpacing",propertyType:kr.CSS},accordionHorizontalPadding:{value:"10",unit:1,property:"accordionHorizontalPadding",propertyType:kr.CSS},accordionVerticalPadding:{value:"10",unit:1,property:"accordionVerticalPadding",propertyType:kr.CSS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerCellPadding:{value:"30",unit:1,property:"headerCellPadding",propertyType:kr.CSS},rowCellPadding:{value:"30",unit:1,property:"rowCellPadding",propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:kr.CSS},groupHorizontalPadding:{value:"20",unit:1,property:"groupHorizontalPadding",propertyType:kr.CSS},groupVerticalPadding:{value:"20",unit:1,property:"groupVerticalPadding",propertyType:kr.CSS},groupAndContainerSpacing:{value:"30",unit:1,property:"groupAndContainerSpacing",propertyType:kr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},priceFormat:{value:"Starting Price",property:"priceFormat",propertyType:kr.CONTROLS},noOfOptionValues:{value:!0,property:"noOfOptionValues",propertyType:kr.CONTROLS},optionProperties:{value:!0,property:"optionProperties",propertyType:kr.CONTROLS},optionValueProperties:{value:!0,property:"optionValueProperties",propertyType:kr.CONTROLS},optionName:{value:!0,property:"optionName",propertyType:kr.CONTROLS},optionValueName:{value:!0,property:"optionValueName",propertyType:kr.CONTROLS},optionValueCode:{value:!0,property:"optionValueCode",propertyType:kr.CONTROLS},optionPrice:{value:!0,property:"optionPrice",propertyType:kr.CONTROLS},showSelectedVariant:{value:!0,property:"showSelectedVariant",propertyType:kr.CONTROLS},swatchImage:{value:!0,property:"swatchImage",propertyType:kr.CONTROLS},noOfVariantsAvailable:{value:!0,property:"noOfVariantsAvailable",propertyType:kr.CONTROLS},optionValuePrice:{value:!0,property:"optionValuePrice",propertyType:kr.CONTROLS},showAvailableInventory:{value:!0,property:"showAvailableInventory",propertyType:kr.CONTROLS},showTotalPriceOfAddedItems:{value:!0,property:"showTotalPriceOfAddedItems",propertyType:kr.CONTROLS},horizontalPadding:{value:"10",unit:1,property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",unit:1,propertyType:kr.CSS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:kr.CONTROLS},iconPadding:{value:0,unit:1,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"circle",propertyType:kr.CONTROLS},swatchShape:{value:"circle",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selected",e.COLLAPSED_STATE="collapsed",e.EXPANDED_STATE="expanded",e.SWATFH_TYPE_DISPLAY_STYLE="swatchTypeDisplayStyle",e.SINGLE_SELECT_DISPLAY_STYLE="singleSelectDisplayStyle",e.DROPDOWN_DISPLAY_STYLE="dropdownDisplayStyle",e.GROUPED_OPTION_DISPLAY_STYLE="groupedOptionsDisplayStyle",e.TABLE_DISPLAY_STYLE="tableDisplayStyle",e.GROUPED_TABLE_DISPLAY_STYLE="groupedTableDisplayStyle",e.DATA_CONNECTOR="dataConnector",e.OPTION_STYLE="optionStyle",e.SWATCH_OPTION_VALUE_STYLE="swatchOptionValueStyle",e.SINGLE_OPTION_VALUE_STYLE="singleOptionValueStyle",e.TAB_ITEM_STYLE="tabItemStyle",e.ACCORDION_ITEM_STYLE="accordionItemStyle",e.GROUPED_UPFRONT_STYLE="groupedUpfrontStyle",e.DROPDOWN_STYLE="dropdownStyle",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.OPTION_TITLE="optionTitle",e.NO_OF_OPTION_VALUES="noOfOptionValues",e.OPTION_PRICE="optionPrice",e.SELECTED_VARIENT_NAME="selectedVarientName",e.OPTION_VALUE_NAME="optionValueName",e.OPTION_VALUE_CODE="optionValueCode",e.NO_OF_VARIENTS_AVAILABLE="noOfVariantsAvailable",e.OPTION_VALUE_PRICE="optionValuePrice",e.AVAILABLE_INVENTORY="availableInventory",e.ADDED_ITEMS_TOTAL="addedItemsTotal"}(un||(un={}));var Tn,hn=function(){return{layout:{selectorKey:un.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"48",unit:1}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,optionSelection:gn.optionSelection,displayOutOfStockValues:gn.displayOutOfStockValues,displayStyle:gn.displayStyle,notifyMeButton:gn.notifyMeButton,quantitySelectorForVariantSelector:gn.quantitySelectorForVariantSelector,dividerBetweenItems:gn.dividerBetweenItems,optionTitleValueSpacing:gn.optionTitleValueSpacing,remainingDisplayStyle:gn.remainingDisplayStyle,allowUserToSearch:gn.allowUserToSearch,allowUserToFilter:gn.allowUserToFilter,itemSpacing:gn.itemSpacing,swatchTypeDisplayStyle:{selectorKey:un.SWATFH_TYPE_DISPLAY_STYLE,displayValues:gn.displayValues,itemPadding:gn.itemPadding,itemSpacing:gn.itemSpacing,maxItemsToDisplay:gn.maxItemsToDisplay,overflowItems:gn.overflowItems,swatchImageType:gn.swatchImageType},singleSelectDisplayStyle:{selectorKey:un.SINGLE_SELECT_DISPLAY_STYLE,displayValues:gn.displayValues,itemPadding:gn.itemPadding,itemSpacing:gn.itemSpacing,maxItemsToDisplay:gn.maxItemsToDisplay,overflowItems:gn.overflowItems,imageBehaviour:gn.imageBehaviour,itemsPerRow:gn.itemsPerRow,itemContentAlignment:gn.itemContentAlignment,overflowDirection:gn.overflowDirection},dropdownDisplayStyle:{selectorKey:un.DROPDOWN_DISPLAY_STYLE,dropdownOptionsSpacing:gn.dropdownOptionsSpacing,dropdownOptionsPadding:gn.dropdownOptionsPadding,dropdownStyle:gn.dropdownStyle,optionAndListSpacing:gn.optionAndListSpacing,dropdownListItemSpacing:gn.dropdownListItemSpacing,dropdownListItemPadding:gn.dropdownListItemPadding,dividerBetweenListItems:gn.dividerBetweenListItems,maxItemsToDisplay:gn.maxItemsToDisplay,overflowItems:gn.overflowItems},groupedOptionsDisplayStyle:{selectorKey:un.GROUPED_OPTION_DISPLAY_STYLE,groupsDisplayStyle:gn.groupsDisplayStyle,groupSpacing:gn.groupSpacing,groupPadding:gn.groupPadding,groupHeaderAndOptionSpacing:gn.groupHeaderAndOptionSpacing,tabDirection:gn.tabDirection,tabLayout:gn.tabLayout,tabAlignment:gn.tabAlignment,tabSpacing:gn.tabSpacing,tabAndContainerSpacing:gn.tabAndContainerSpacing,tabHorizontalPadding:gn.tabHorizontalPadding,tabVerticalPadding:gn.tabVerticalPadding,containerPadding:gn.tabVerticalPadding,overflowItems:gn.overflowItems,tabRowSpacing:gn.tabRowSpacing,expandIconPosition:gn.expandIconPosition,expandFirstItemByDefault:gn.expandFirstItemByDefault,allowMultipleOpenItems:gn.allowMultipleOpenItems,itemDividers:gn.itemDividers,accordionSpacing:gn.accordionSpacing,accordionAndContainerSpacing:gn.accordionAndContainerSpacing,accordionHorizontalPadding:gn.accordionHorizontalPadding,accordionVerticalPadding:gn.accordionVerticalPadding,groupAndContainerSpacing:gn.groupAndContainerSpacing,groupHorizontalPadding:gn.groupHorizontalPadding,groupVerticalPadding:gn.groupVerticalPadding,canCollapseGroups:gn.canCollapseGroups,collapseIconPosition:gn.collapseIconPosition},tableDisplayStyle:{selectorKey:un.TABLE_DISPLAY_STYLE,header:gn.header,headerHeight:gn.headerHeight,rowHeight:gn.rowHeight,headerDivider:gn.headerDivider,rowDivider:gn.rowDivider,columnDivider:gn.columnDivider,alternativeRowColors:gn.alternativeRowColors,headerCellPadding:gn.headerCellPadding,rowCellPadding:gn.rowCellPadding,contentAlignment:gn.contentAlignment,overflowControl:gn.overflowControl,paginationType:gn.paginationType,paginationAlignment:gn.paginationAlignment,rowsPerPage:gn.rowsPerPage,showMoreRows:gn.showMoreRows},groupedTableDisplayStyle:{selectorKey:un.GROUPED_TABLE_DISPLAY_STYLE,groupsDisplayStyle:gn.groupsDisplayStyle,groupSpacing:gn.groupSpacing,groupPadding:gn.groupPadding,groupHeaderAndOptionSpacing:gn.groupHeaderAndOptionSpacing}},design:{selectorKey:un.DESIGN,optionStyle:{selectorKey:un.OPTION_STYLE,contentAlignment:gn.contentAlignment,horizontalPadding:gn.horizontalPadding,verticalPadding:gn.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},swatchOptionValueStyle:{selectorKey:un.SWATCH_OPTION_VALUE_STYLE,defaultState:{selectorKey:un.DEFAULT_STATE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,backgroundShape:gn.backgroundShape,swatchShape:gn.swatchShape},hoverState:{selectorKey:un.HOVER_STATE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,backgroundShape:gn.backgroundShape,swatchShape:gn.swatchShape},selectedState:{selectorKey:un.SELECTED_STATE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,backgroundShape:gn.backgroundShape,swatchShape:gn.swatchShape}},singleOptionValueStyle:{selectorKey:un.SINGLE_OPTION_VALUE_STYLE,defaultState:{selectorKey:un.DEFAULT_STATE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundShape:gn.backgroundShape},hoverState:{selectorKey:un.HOVER_STATE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundShape:gn.backgroundShape},selectedState:{selectorKey:un.SELECTED_STATE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundShape:gn.backgroundShape}},tabItemStyle:{selectorKey:un.TAB_ITEM_STYLE,defaultState:{selectorKey:un.DEFAULT_STATE,contentAlignment:gn.contentAlignment,tabAndContainerSpacing:gn.tabAndContainerSpacing,horizontalPadding:gn.horizontalPadding,verticalPadding:gn.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},hoverState:{selectorKey:un.HOVER_STATE,contentAlignment:gn.contentAlignment,tabAndContainerSpacing:gn.tabAndContainerSpacing,horizontalPadding:gn.horizontalPadding,verticalPadding:gn.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},selectedState:{selectorKey:un.SELECTED_STATE,contentAlignment:gn.contentAlignment,tabAndContainerSpacing:gn.tabAndContainerSpacing,horizontalPadding:gn.horizontalPadding,verticalPadding:gn.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius}},accordionItemStyle:{selectorKey:un.ACCORDION_ITEM_STYLE,defaultState:{selectorKey:un.DEFAULT_STATE},collapsedState:{selectorKey:un.COLLAPSED_STATE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},expandedState:{selectorKey:un.EXPANDED_STATE,backgroundColor:Vo.backgroundColor,containerBackgroundColor:Object.assign(Object.assign({},Vo.backgroundColor),{property:"containerBackgroundColor"}),borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius}},groupedUpfrontStyle:{selectorKey:un.GROUPED_UPFRONT_STYLE,backgroundColor:Vo.backgroundColor,containerBackgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},dropdownStyle:{selectorKey:un.DROPDOWN_STYLE,backgroundColor:Vo.backgroundColor,containerBackgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},arrows:{selectorKey:un.ARROWS,arrowIconStyle:gn.arrowIconStyle,leftArrowIconStyle:gn.leftArrowIconStyle,rightArrowIconStyle:gn.rightArrowIconStyle,backgroundShape:gn.backgroundShape,arrowSize:gn.arrowSize,arrowColor:gn.arrowColor},paginationDots:{selectorKey:un.PAGINATION_DOTS,dotSize:gn.dotSize,currentDotColor:gn.currentDotColor,otherDotColor:gn.otherDotColor},paginationLine:{selectorKey:un.PAGINATION_LINE,currentLineColor:gn.currentLineColor,otherLineColor:gn.otherLineColor,lineHeight:gn.lineHeight,lineWidth:gn.lineWidth},table:{selectorKey:un.TABLE,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:gn.design.table.borderStyle,borderColor:Vo.borderColor,borderPerSlide:gn.design.table.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tableHeader:{selectorKey:un.TABLE_HEADER,backgroundColor:Vo.backgroundColor},headerText:{selectorKey:un.HEADER_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},tableRow:{selectorKey:un.TABLE_ROW,backgroundColor:Vo.backgroundColor,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},scroll:{selectorKey:un.SCROLL,scrollBarWidth:gn.design.scrollBar.scrollBarWidth,scrollBarColor:gn.design.scrollBar.scrollBarColor},rowDividers:{selectorKey:un.ROW_DIVIDERS,headerDivider:gn.design.rowAndHeaderDividers.headerDivider,rowDivider:gn.design.rowAndHeaderDividers.rowDivider,columnDivider:gn.design.rowAndHeaderDividers.columnDivider},pagination:{selectorKey:un.PAGINATION,defaultState:{selectorKey:un.DEFAULT_STATE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,previousIcon:gn.design.pagination.previousIcon,nextIcon:gn.design.pagination.nextIcon,iconSize:gn.design.pagination.iconSize,iconColor:gn.design.pagination.iconColor,backgroundShape:gn.design.pagination.backgroundShape,backgroundColor:Vo.backgroundColor,pagination:gn.design.pagination.pagination},hoverState:{selectorKey:un.HOVER_STATE,theme:Vo.theme}},showMoreItemsButton:{selectorKey:un.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:gn.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,icon:Vo.icon,showIcon:Vo.showIcon,iconSize:Vo.iconSize,iconColor:Vo.iconColor},optionTitle:{selectorKey:un.OPTION_TITLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},noOfOptionValues:{selectorKey:un.NO_OF_OPTION_VALUES,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},optionPrice:{selectorKey:un.OPTION_PRICE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},selectedVarientName:{selectorKey:un.SELECTED_VARIENT_NAME,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},optionValueName:{selectorKey:un.OPTION_VALUE_NAME,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},optionValueCode:{selectorKey:un.OPTION_VALUE_CODE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},noOfVariantsAvailable:{selectorKey:un.NO_OF_VARIENTS_AVAILABLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},optionValuePrice:{selectorKey:un.OPTION_VALUE_PRICE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},availableInventory:{selectorKey:un.AVAILABLE_INVENTORY,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},addedItemsTotal:{selectorKey:un.ADDED_ITEMS_TOTAL,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},content:{selectorKey:un.CONTENT,optionProperties:gn.optionProperties,optionName:gn.optionName,noOfOptionValues:gn.noOfOptionValues,optionPrice:gn.optionPrice,priceFormat:gn.priceFormat,showSelectedVariant:gn.showSelectedVariant,optionValueProperties:gn.optionValueProperties,optionValueName:gn.optionValueName,optionValueCode:gn.optionValueCode,swatchImage:gn.swatchImage,swatchImageType:gn.swatchImageType,noOfVariantsAvailable:gn.noOfVariantsAvailable,optionValuePrice:gn.optionValuePrice,showAvailableInventory:gn.showAvailableInventory,showTotalPriceOfAddedItems:gn.showTotalPriceOfAddedItems},dataConnector:{selectorKey:un.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"selectedOptions",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},Cn={layout:{autoplay:{value:"true",propertyType:kr.CONTROLS},showControls:{value:"onHover",propertyType:kr.CONTROLS},loopVideo:{value:!0,propertyType:kr.CONTROLS},loopCount:{value:4,propertyType:kr.CONTROLS}},content:{image:{value:{src:"https://i.pinimg.com/736x/ba/91/a4/ba91a41ba14269c20b2ae3d9bde16e4d.jpg"},propertyType:kr.CONTROLS},videoFile:{value:"https://sellerscommerce.sirv.com/00000000-0000-0000-0000-000000000000/template-images/default-video.mp4",propertyType:kr.CONTROLS,property:"videoFile"},showVideoTitle:{value:!0,propertyType:kr.CONTROLS},videoTitle:{value:"Sample Video",propertyType:kr.CONTROLS},showVideoDescription:{value:!0,propertyType:kr.CONTROLS},videoDescription:{value:"This section contains the description of the video in this section. Double click to edit the content.",propertyType:kr.CONTROLS},showCustomVideoThumbnail:{value:!0,propertyType:kr.CONTROLS},thumbnailImage:{value:"",propertyType:kr.CONTROLS}},design:{textPosition:{value:"top",property:"textPosition",propertyType:kr.CONTROLS},textPositionOnTheImage:{value:"center",property:"textPositionOnTheImage",propertyType:kr.CONTROLS},titleAndDescriptionAndAlignment:{value:"center",property:"titleAndDescriptionAndAlignment",propertyType:kr.CONTROLS},icon:{value:"",propertyType:kr.CONTROLS},iconSize:{value:100,unit:1,property:"iconSize",propertyType:kr.CSS},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS},verticalAlignment:{value:"center",property:"widgetAlignment",propertyType:kr.CONTROLS},widgetTextAndItemSpacing:{value:"10",property:"widgetTextAndItemSpacing",unit:1,propertyType:kr.CSS},titleAndDescriptionAlignment:{value:"left",property:"titleAndDescriptionAlignment",propertyType:kr.CONTROLS},textVerticalPadding:{value:"10",property:"textVerticalPadding",unit:1,propertyType:kr.CSS},textHorizontalPadding:{value:"10",property:"textHorizontalPadding",unit:1,propertyType:kr.CSS},titleAndDescriptionSpacing:{value:"5",property:"titleAndDescriptionSpacing",unit:1,propertyType:kr.CSS},playIcon:{value:"preview",property:"playIcon",propertyType:kr.CONTROLS},pauseIcon:{value:"minus-circle",property:"pauseIcon",propertyType:kr.CONTROLS},size:{value:"20",property:"size",unit:1,propertyType:kr.CSS},backgroundShape:{value:"circle",property:"backgroundShape",unit:1,propertyType:kr.CONTROLS}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.VIDEO_PLAYER_TEXT="videoPlayerText",e.PLAY_PAUSE="playPause",e.VIDEO="video",e.VIDEO_WIDGET_LAYOUT="videoWidgetLayout",e.VIDEO_WIDGET_DESIGN="videoWidgetDesign",e.VIDEO_TEXT_LAYOUT="videoTextLayout",e.VIDEO_TEXT_CONTAINER_DESIGN="videoTextContainerDesign"}(Tn||(Tn={}));var On,bn=function(){return{layout:{selectorKey:Tn.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"330",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"245",unit:4}),margin:Vo.margin,padding:Object.assign(Object.assign({},Vo.padding),{value:"20",unit:1}),autoplay:Cn.layout.autoplay,showControls:Cn.layout.showControls,loopVideo:Cn.layout.loopVideo,loopCount:Cn.layout.loopCount,positionType:Vo.positionType,pinTo:Vo.pinTo},content:{selectorKey:Tn.CONTENT,videoFile:Cn.content.videoFile,showVideoTitle:Cn.content.showVideoTitle,videoTitle:Cn.content.videoTitle,showVideoDescription:Cn.content.showVideoDescription,videoDescription:Cn.content.videoDescription,showCustomVideoThumbnail:Cn.content.showCustomVideoThumbnail,thumbnailImage:Cn.content.thumbnailImage,image:Cn.content.image},design:{selectorKey:Tn.DESIGN,videoWidgetLayout:{selectorKey:Tn.VIDEO_WIDGET_LAYOUT,verticalAlignment:Cn.design.verticalAlignment,widgetTextAndItemSpacing:Cn.design.widgetTextAndItemSpacing,textPosition:Cn.design.textPosition},videoWidgetDesign:{selectorKey:Tn.VIDEO_WIDGET_DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,showIcon:Vo.showIcon,iconSize:Vo.iconSize,iconColor:Vo.iconColor,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},videoTextLayout:{selectorKey:Tn.VIDEO_TEXT_LAYOUT,textVerticalPadding:Cn.design.textVerticalPadding,textHorizontalPadding:Cn.design.textHorizontalPadding,titleAndDescriptionSpacing:Cn.design.titleAndDescriptionSpacing},videoTextContainerDesign:{selectorKey:Tn.VIDEO_TEXT_CONTAINER_DESIGN,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},playPause:{selectorKey:Tn.PLAY_PAUSE,playIcon:Cn.design.playIcon,pauseIcon:Cn.design.pauseIcon,size:Cn.design.size,iconColor:Vo.iconColor,backgroundShape:Cn.design.backgroundShape,backgroundColor:Vo.backgroundColor}}}},vn={layout:{groupSpacing:{value:"10",unit:1,property:"groupSpacing",propertyType:kr.CSS},groupPadding:{value:"10",unit:1,property:"groupPadding",propertyType:kr.CSS},groupHeaderAndOptionSpacing:{value:"10",unit:1,property:"groupHeaderAndOptionSpacing",propertyType:kr.CSS},tabDirection:{value:"Horizontal",property:"tabDirection",propertyType:kr.CONTROLS},tabLayout:{value:"Stretched",property:"tabLayout",propertyType:kr.CONTROLS},tabAlignment:{value:"left",property:"tabAlignment",propertyType:kr.CONTROLS},tabSpacing:{value:"10",unit:1,property:"tabSpacing",propertyType:kr.CSS},tabAndContainerSpacing:{value:"10",unit:1,property:"tabAndContainerSpacing",propertyType:kr.CSS},tabHorizontalPadding:{value:"10",unit:1,property:"tabHorizontalPadding",propertyType:kr.CSS},tabVerticalPadding:{value:"10",unit:1,property:"tabVerticalPadding",propertyType:kr.CSS},containerPadding:{value:"10",unit:1,property:"containerPadding",propertyType:kr.CSS},tabRowSpacing:{value:"10",unit:1,property:"tabRowSpacing",propertyType:kr.CSS},remainingDisplayStyle:{value:"Dropdown",property:"remainingDisplayStyle",propertyType:kr.CONTROLS},expandIconPosition:{value:"Right",property:"expandIconPosition",propertyType:kr.CONTROLS},expandFirstItemByDefault:{value:!0,property:"expandFirstItemByDefault",propertyType:kr.CONTROLS},allowMultipleOpenItems:{value:!0,property:"allowMultipleOpenItems",propertyType:kr.CONTROLS},itemDividers:{value:!0,property:"itemDividers",propertyType:kr.CONTROLS},allowUserToSearch:{value:!0,property:"allowUserToSearch",propertyType:kr.CONTROLS},allowUserToFilter:{value:!0,property:"allowUserToFilter",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerHeight:{value:"10",unit:1,property:"headerHeight",propertyType:kr.CSS},rowHeight:{value:"10",unit:1,property:"rowHeight",propertyType:kr.CSS},accordionSpacing:{value:"10",unit:1,property:"accordionSpacing",propertyType:kr.CSS},accordionAndContainerSpacing:{value:"10",unit:1,property:"accordionAndContainerSpacing",propertyType:kr.CSS},accordionHorizontalPadding:{value:"10",unit:1,property:"accordionHorizontalPadding",propertyType:kr.CSS},accordionVerticalPadding:{value:"10",unit:1,property:"accordionVerticalPadding",propertyType:kr.CSS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerCellPadding:{value:"10",unit:1,property:"headerCellPadding",propertyType:kr.CSS},rowCellPadding:{value:"10",unit:1,property:"rowCellPadding",propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:kr.CSS},groupHorizontalPadding:{value:"10",unit:1,property:"groupHorizontalPadding",propertyType:kr.CSS},groupVerticalPadding:{value:"10",unit:1,property:"groupVerticalPadding",propertyType:kr.CSS},canCollapseGroups:{value:!0,property:"canCollapseGroups",propertyType:kr.CONTROLS},groupAndContainerSpacing:{value:"10",unit:1,property:"groupAndContainerSpacing",propertyType:kr.CSS},collapseIconPosition:{value:"Right",property:"collapseIconPosition",propertyType:kr.CONTROLS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"None",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},priceFormat:{value:"Starting Price",property:"priceFormat",propertyType:kr.CONTROLS},noOfOptionValues:{value:!0,property:"noOfOptionValues",propertyType:kr.CONTROLS},optionProperties:{value:!0,property:"optionProperties",propertyType:kr.CONTROLS},optionValueProperties:{value:!0,property:"optionValueProperties",propertyType:kr.CONTROLS},optionName:{value:!0,property:"optionName",propertyType:kr.CONTROLS},optionValueName:{value:!0,property:"optionValueName",propertyType:kr.CONTROLS},optionValueCode:{value:!0,property:"optionValueCode",propertyType:kr.CONTROLS},optionPrice:{value:!0,property:"optionPrice",propertyType:kr.CONTROLS},showSelectedVariant:{value:!0,property:"showSelectedVariant",propertyType:kr.CONTROLS},swatchImage:{value:!0,property:"swatchImage",propertyType:kr.CONTROLS},noOfVariantsAvailable:{value:!0,property:"noOfVariantsAvailable",propertyType:kr.CONTROLS},optionValuePrice:{value:!0,property:"optionValuePrice",propertyType:kr.CONTROLS},showAvailableInventory:{value:!0,property:"showAvailableInventory",propertyType:kr.CONTROLS},showTotalPriceOfAddedItems:{value:!0,property:"showTotalPriceOfAddedItems",propertyType:kr.CONTROLS},horizontalPadding:{value:"10",unit:1,property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",unit:1,property:"verticalPadding",propertyType:kr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},swatchImageType:{value:"Swatch Image",property:"swatchImageType",propertyType:kr.CONTROLS},itemSpacing:{value:"10",unit:1,property:"itemSpacing",propertyType:kr.CSS},optionTitleValueSpacing:{value:"10",unit:1,property:"optionTitleValueSpacing",propertyType:kr.CSS},itemPadding:{value:"10",unit:1,property:"itemPadding",propertyType:kr.CSS},groupsDisplayStyle:{value:"Upfront",property:"groupsDisplayStyle",propertyType:kr.CONTROLS},displayValues:{value:"Stack Vertical",property:"displayValues",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},sliderDisplayScrollBar:{value:!1,propertyType:kr.CONTROLS,property:"sliderDisplayScrollBar"},showVolumePrice:{value:!0,propertyType:kr.CONTROLS,property:"showVolumePrice"},displayFormat:{value:"Stack Horizontal",propertyType:kr.CONTROLS,property:"displayFormat"},onClick:{value:"showAll",propertyType:kr.CONTROLS,property:"onClick"},sliderControl:{value:"Arrows",propertyType:kr.CONTROLS,property:"sliderControl"},controlPosition:{value:"bottom",propertyType:kr.CONTROLS,property:"controlPosition"},loopImages:{value:!1,propertyType:kr.CONTROLS,property:"loopImages"},autoplay:{value:!1,propertyType:kr.CONTROLS,property:"autoplay"},showMoreRows:{value:"onScroll",propertyType:kr.CONTROLS,property:"showMoreRows"},noOfItemsToLoad:{value:"allItems",propertyType:kr.CONTROLS,property:"noOfItemsToLoad"},groupDisplayStyle:{value:"horizontalTabs",propertyType:kr.CONTROLS,property:"groupDisplayStyle"},optionTitleAndValueSpacing:{value:"20",propertyType:kr.CSS,property:"optionTitleAndValueSpacing"},tabItemSpacing:{value:"20",propertyType:kr.CSS,property:"tabItemSpacing"},accordionItemSpacing:{value:"20",propertyType:kr.CSS,property:"accordionItemSpacing"}},content:{uom:{value:!0,propertyType:kr.CONTROLS,property:"uom"},uomName:{value:!0,propertyType:kr.CONTROLS,property:"uomName"},uomConversion:{value:!0,propertyType:kr.CONTROLS,property:"uomConversion"},productPrice:{value:!0,propertyType:kr.CONTROLS,property:"productPrice"},sellingPrice:{value:!0,propertyType:kr.CONTROLS,property:"sellingPrice"},displayProductUOM:{value:!0,propertyType:kr.CONTROLS,property:"displayProductUOM"},displayProductCurrencyCode:{value:!0,propertyType:kr.CONTROLS,property:"displayProductCurrencyCode"},actualPriceToggle:{value:!0,propertyType:kr.CONTROLS,property:"actualPriceToggle"},actualPrice:{value:!0,propertyType:kr.CONTROLS,property:"actualPrice"},displayPriceUOM:{value:!0,propertyType:kr.CONTROLS,property:"displayPriceUOM"},displayPriceCurrencyCode:{value:!0,propertyType:kr.CONTROLS,property:"displayPriceCurrencyCode"},discountPercentage:{value:!0,propertyType:kr.CONTROLS,property:"discountPercentage"},discountValue:{value:!0,propertyType:kr.CONTROLS,property:"discountValue"},savings:{value:!0,propertyType:kr.CONTROLS,property:"savings"},savingsPercentage:{value:!0,propertyType:kr.CONTROLS,property:"savingsPercentage"},savingsValue:{value:!0,propertyType:kr.CONTROLS,property:"savingsValue"},displaySavingsCurrencyCode:{value:!0,propertyType:kr.CONTROLS,property:"displaySavingsCurrencyCode"},pricePerUnit:{value:!0,propertyType:kr.CONTROLS,property:"pricePerUnit"},EmbellishmentPrice:{value:!0,propertyType:kr.CONTROLS,property:"EmbellishmentPrice"},productTax:{value:!0,propertyType:kr.CONTROLS,property:"productTax"},productShippingPrice:{value:!0,propertyType:kr.CONTROLS,property:"productShippingPrice"}},design:{arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:kr.CSS},table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.GROUPED_OPTION_DISPLAY_STYLE="groupedOptionsDisplayStyle",e.OPTION_DISPLAY_STYLE="optionsDisplayStyle",e.ITEM_STYLE="itemStyle",e.UOM_TITLE_STYLE="uomTitleStyle",e.UOM_CONVERSION_STYLE="uomConversionStyle",e.PRODUCT_PRICE="productPrice",e.UOM_STYLE="uomStyle",e.CURRENCY_CODE_STYLE="currencyCodeStyle",e.ACTUAL_PRICE="actualPrice",e.DISCOUNT="discount",e.DISCOUNT_VALUE="discountValue",e.SAVINGS="savings",e.SAVINGS_VALUE="savingsValue",e.PRICE_PER_UNIT="pricePerUnit",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selectedState"}(On||(On={}));var mn,wn=function(){return{layout:{selectorKey:On.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"48",unit:1}),margin:Vo.margin,padding:Vo.padding,showVolumePrice:vn.layout.showVolumePrice,displayFormat:vn.layout.displayFormat,itemSpacing:vn.layout.itemSpacing,maxItemsToDisplay:vn.layout.maxItemsToDisplay,overflowControl:vn.layout.overflowControl,onClick:vn.layout.onClick,sliderControl:vn.layout.sliderControl,controlPosition:vn.layout.controlPosition,loopImages:vn.layout.loopImages,autoplay:vn.layout.autoplay,header:vn.layout.header,headerHeight:vn.layout.headerHeight,rowHeight:vn.layout.rowHeight,headerDivider:vn.layout.headerDivider,rowDivider:vn.layout.rowDivider,columnDivider:vn.layout.columnDivider,alternativeRowColors:vn.layout.alternativeRowColors,headerCellPadding:vn.layout.headerCellPadding,rowCellPadding:vn.layout.rowCellPadding,contentAlignment:vn.layout.contentAlignment,showMoreRows:vn.layout.showMoreRows,rowsPerPage:vn.layout.rowsPerPage,paginationType:vn.layout.paginationType,paginationAlignment:vn.layout.paginationAlignment,optionTitleAndValueSpacing:vn.layout.optionTitleAndValueSpacing,tabItemSpacing:vn.layout.tabItemSpacing,accordionItemSpacing:vn.layout.accordionItemSpacing,noOfItemsToLoad:vn.layout.noOfItemsToLoad,groupDisplayStyle:vn.layout.groupDisplayStyle,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,sliderDisplayScrollBar:vn.layout.sliderDisplayScrollBar,optionTitleValueSpacing:vn.layout.optionTitleValueSpacing,dividerBetweenItems:vn.layout.dividerBetweenItems,optionsDisplayStyle:{selectorKey:On.OPTION_DISPLAY_STYLE,displayValues:vn.layout.displayValues,itemPadding:vn.layout.itemPadding,itemSpacing:vn.layout.itemSpacing,maxItemsToDisplay:vn.layout.maxItemsToDisplay,overflowItems:vn.layout.overflowItems,swatchImageType:vn.layout.swatchImageType},groupedOptionsDisplayStyle:{selectorKey:On.GROUPED_OPTION_DISPLAY_STYLE,groupsDisplayStyle:vn.layout.groupsDisplayStyle,groupSpacing:vn.layout.groupSpacing,groupPadding:vn.layout.groupPadding,groupHeaderAndOptionSpacing:vn.layout.groupHeaderAndOptionSpacing,tabDirection:vn.layout.tabDirection,tabLayout:vn.layout.tabLayout,tabAlignment:vn.layout.tabAlignment,tabSpacing:vn.layout.tabSpacing,tabAndContainerSpacing:vn.layout.tabAndContainerSpacing,tabHorizontalPadding:vn.layout.tabHorizontalPadding,tabVerticalPadding:vn.layout.tabVerticalPadding,containerPadding:vn.layout.containerPadding,overflowItems:vn.layout.overflowItems,tabRowSpacing:vn.layout.tabRowSpacing,expandIconPosition:vn.layout.expandIconPosition,expandFirstItemByDefault:vn.layout.expandFirstItemByDefault,allowMultipleOpenItems:vn.layout.allowMultipleOpenItems,itemDividers:vn.layout.itemDividers,accordionSpacing:vn.layout.accordionSpacing,accordionAndContainerSpacing:vn.layout.accordionAndContainerSpacing,accordionHorizontalPadding:vn.layout.accordionHorizontalPadding,accordionVerticalPadding:vn.layout.accordionVerticalPadding,groupAndContainerSpacing:vn.layout.groupAndContainerSpacing,groupHorizontalPadding:vn.layout.groupHorizontalPadding,groupVerticalPadding:vn.layout.groupVerticalPadding,canCollapseGroups:vn.layout.canCollapseGroups,collapseIconPosition:vn.layout.collapseIconPosition}},content:{selectorKey:On.CONTENT,uom:vn.content.uom,uomName:vn.content.uomName,uomConversion:vn.content.uomConversion,productPrice:vn.content.productPrice,sellingPrice:vn.content.sellingPrice,displayProductUOM:vn.content.displayProductUOM,displayProductCurrencyCode:vn.content.displayProductCurrencyCode,actualPriceToggle:vn.content.actualPriceToggle,actualPrice:vn.content.actualPrice,displayPriceUOM:vn.content.displayPriceUOM,displayPriceCurrencyCode:vn.content.displayPriceCurrencyCode,discountPercentage:vn.content.discountPercentage,discountValue:vn.content.discountValue,savings:vn.content.savings,savingsPercentage:vn.content.savingsPercentage,savingsValue:vn.content.savingsValue,displaySavingsCurrencyCode:vn.content.displayProductCurrencyCode,pricePerUnit:vn.content.pricePerUnit,EmbellishmentPrice:vn.content.EmbellishmentPrice,productTax:vn.content.productTax,productShippingPrice:vn.content.productShippingPrice},design:{selectorKey:On.DESIGN,itemStyle:{selectorKey:On.ITEM_STYLE,defaultState:{selectorKey:On.DEFAULT_STATE,contentAlignment:vn.design.contentAlignment,horizontalPadding:vn.design.horizontalPadding,verticalPadding:vn.design.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},selectedState:{selectorKey:On.SELECTED_STATE,contentAlignment:vn.design.contentAlignment,horizontalPadding:vn.design.horizontalPadding,verticalPadding:vn.design.verticalPadding,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius}},uomTitleStyle:{selectorKey:On.UOM_TITLE_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},uomConversionStyle:{selectorKey:On.UOM_CONVERSION_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},productPrice:{selectorKey:On.PRODUCT_PRICE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},uomStyle:{selectorKey:On.UOM_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},currencyCodeStyle:{selectorKey:On.CURRENCY_CODE_STYLE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},actualPrice:{selectorKey:On.ACTUAL_PRICE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},discount:{selectorKey:On.DISCOUNT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},discountValue:{selectorKey:On.DISCOUNT_VALUE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},savings:{selectorKey:On.SAVINGS,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},savingsValue:{selectorKey:On.SAVINGS_VALUE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},pricePerUnit:{selectorKey:On.PRICE_PER_UNIT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},arrows:{selectorKey:On.ARROWS,arrowIconStyle:vn.design.pagination.arrowIconStyle,leftArrowIconStyle:vn.design.pagination.leftArrowIconStyle,rightArrowIconStyle:vn.design.pagination.rightArrowIconStyle,backgroundShape:vn.design.pagination.backgroundShape,arrowSize:vn.design.arrowSize,arrowColor:vn.design.arrowColor},paginationDots:{selectorKey:On.PAGINATION_DOTS,dotSize:vn.design.dotSize,currentDotColor:vn.design.currentDotColor,otherDotColor:vn.design.otherDotColor},paginationLine:{selectorKey:On.PAGINATION_LINE,currentLineColor:vn.design.currentLineColor,otherLineColor:vn.design.otherLineColor,lineHeight:vn.design.lineHeight,lineWidth:vn.design.lineWidth},table:{selectorKey:On.TABLE,backgroundColor:Vo.backgroundColor,showBorder:Vo.showBorder,borderStyle:vn.design.table.borderStyle,borderColor:Vo.borderColor,borderPerSlide:vn.design.table.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},tableHeader:{selectorKey:On.TABLE_HEADER,backgroundColor:Vo.backgroundColor},headerText:{selectorKey:On.HEADER_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},tableRow:{selectorKey:On.TABLE_ROW,backgroundColor:Vo.backgroundColor,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},rowDividers:{selectorKey:On.ROW_DIVIDERS,headerDivider:vn.design.rowAndHeaderDividers.headerDivider,rowDivider:vn.design.rowAndHeaderDividers.rowDivider,columnDivider:vn.design.rowAndHeaderDividers.columnDivider},scroll:{selectorKey:On.SCROLL,scrollBarWidth:vn.design.scrollBar.scrollBarWidth,scrollBarColor:vn.design.scrollBar.scrollBarColor},pagination:{selectorKey:On.PAGINATION,defaultState:{selectorKey:On.DEFAULT_STATE,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,previousIcon:vn.design.pagination.previousIcon,nextIcon:vn.design.pagination.nextIcon,iconSize:vn.design.pagination.iconSize,iconColor:vn.design.pagination.iconColor,backgroundShape:vn.design.pagination.backgroundShape,backgroundColor:Vo.backgroundColor,pagination:vn.design.pagination.pagination},hoverState:{selectorKey:On.HOVER_STATE,theme:Vo.theme}},showMoreItemsButton:{selectorKey:On.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:vn.design.pagination.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},dataConnector:{selectorKey:On.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"volumePricingDeatils",url:null,enum:null,id:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},fn={openAutomaticallyOnPage:{value:!0,propertyType:kr.CONTROLS,property:"openAutomaticallyOnPage"},selectPage:{value:"showImageLightbox",propertyType:kr.CONTROLS,property:"selectPage"},closeOnXIcon:{value:!0,propertyType:kr.CONTROLS,property:"closeIcon"},closeOnClickingBackground:{value:!1,propertyType:kr.CONTROLS,property:"closeOnClickingBackground"},lightboxPosition:{value:"Top Left",propertyType:kr.CONTROLS,property:"lightboxPosition"},horizontalOffset:{value:"0",propertyType:kr.CSS,property:"horizontalOffset",unit:1},verticalOffset:{value:"0",propertyType:kr.CSS,property:"verticalOffset",unit:1}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(mn||(mn={}));var Rn,Nn=function(){return{layout:{selectorKey:mn.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"340",unit:1}),openAutomaticallyOnPage:fn.openAutomaticallyOnPage,selectPage:fn.selectPage,closeIcon:fn.closeOnXIcon,closeOnClickingBackground:fn.closeOnClickingBackground,lightboxPosition:fn.lightboxPosition,horizontalOffset:fn.horizontalOffset,verticalOffset:fn.verticalOffset},design:{selectorKey:mn.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius}}},Ln={whenClicked:{value:"Open Full Cart",property:"whenClicked",propertyType:kr.CONTROLS},showCartText:{value:!0,property:"showCartText",propertyType:kr.CONTROLS},cartText:{value:"My Cart",property:"cartText",propertyType:kr.CONTROLS},showNoOfItems:{value:!0,property:"showNoOfItems",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CART_ICON="cartIcon",e.MINI_CART_TEXT="miniCartText",e.CART_ITEMS_COUNT="cartItemsCount"}(Rn||(Rn={}));var Dn,An=function(){return{layout:{selectorKey:Rn.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"135",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"40",unit:1}),margin:Vo.margin,padding:Vo.padding,whenClicked:Ln.whenClicked,showCartText:Ln.showCartText,cartText:Ln.cartText,showNoOfItems:Ln.showNoOfItems,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:Rn.DESIGN,cartIcon:{selectorKey:Rn.CART_ICON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,showIcon:Vo.showIcon,iconSize:Vo.iconSize,iconColor:Vo.iconColor,icon:Object.assign(Object.assign({},Vo.icon),{value:"shopping-cart-01"})},miniCartText:{selectorKey:Rn.MINI_CART_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,themeDesc:Vo.themeDesc,fontDesc:Vo.fontDesc,fontSizeDesc:Vo.fontSizeDesc,textColorDesc:Vo.textColorDesc,boldDesc:Vo.boldDesc,italicDesc:Vo.italicDesc,linethroughDesc:Vo.linethroughDesc,underlineDesc:Vo.underlineDesc,textAlignDesc:Vo.textAlignDesc,characterSpacingDesc:Vo.characterSpacingDesc,lineHeightDesc:Vo.lineHeightDesc},cartItemsCount:{selectorKey:Rn.CART_ITEMS_COUNT,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}}}},In={loggedInButtonStyle:{value:"Avatar & Name",property:"loggedInButtonStyle",propertyType:kr.CONTROLS},beforeLoginText:{value:"My Cart",property:"beforeLoginText",propertyType:kr.CONTROLS},myAccount:{value:!0,property:"myAccount",propertyType:kr.CONTROLS},myOrders:{value:!0,property:"myOrders",propertyType:kr.CONTROLS},myAddresses:{value:!0,property:"myAddresses",propertyType:kr.CONTROLS},myQuotes:{value:!0,property:"myQuotes",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.profile_ICON="profileMenuItems",e.MINI_profile_TEXT="profileNameText",e.PROFILE_AVATAR="profileAvatar"}(Dn||(Dn={}));var xn,En=function(){return{layout:{selectorKey:Dn.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"180",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"75",unit:1}),margin:Vo.margin,padding:Vo.padding,loggedInButtonStyle:In.loggedInButtonStyle,beforeLoginText:In.beforeLoginText,positionType:Vo.positionType,pinTo:Vo.pinTo},content:{selectorKey:Dn.CONTENT,myAccount:In.myAccount,myOrders:In.myOrders,myAddresses:In.myAddresses,myQuotes:In.myQuotes},design:{selectorKey:Dn.DESIGN,profileAvatar:{selectorKey:Dn.PROFILE_AVATAR,showIcon:Object.assign(Object.assign({},Vo.icon),{value:"user-icon"}),iconSize:Vo.iconSize,iconColor:Vo.iconColor},profileMenuItems:{selectorKey:Dn.profile_ICON,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},profileNameText:{selectorKey:Dn.MINI_profile_TEXT,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.CONTENT="content"}(xn||(xn={}));var Pn,_n=function(){return{layout:{selectorKey:xn.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,displayStyle:{value:"grid",property:"displayStyle",propertyType:kr.CONTROLS},itemGap:{property:"itemGap",propertyType:kr.CSS,value:1,unit:Kr.PIXELS},setItemsPerRow:{property:"setItemsPerRow",isShow:!0,value:3,propertyType:kr.CSS},justifyContent:{property:"justifyContent",propertyType:kr.CSS,value:"start"},alignItems:{property:"alignItems",propertyType:kr.CSS,value:"start"},minColumnWidth:{property:"minColumnWidth",propertyType:kr.CSS,value:100,unit:Kr.PIXELS},minRowHeight:{property:"minRowHeight",propertyType:kr.CSS,value:100,unit:Kr.PIXELS},setItemsPerSlide:{property:"setItemsPerSlide",value:3,propertyType:kr.CSS},sliderControl:{property:"sliderControl",value:"Arrows & Dots",propertyType:kr.CONTROLS},arrowIconSize:{property:"arrowIconSize",value:40,unit:Kr.PIXELS,propertyType:kr.CSS},dotSize:{property:"dotSize",value:10,unit:Kr.PIXELS,propertyType:kr.CSS},controlActiveColor:{value:{hex:"#ffffff",rgb:{r:"209",g:"171",b:"240",a:1}},property:"controlActiveColor",propertyType:kr.CSS,parentRef:void 0},selectedSlideControlTheme:{value:1,propertyType:kr.CONTROLS},autoplay:{value:!1,propertyType:kr.CONTROLS},autoplayDuration:{value:3e3,unit:Kr.MS,propertyType:kr.CONTROLS},stopOnMouseEnter:{value:!1,propertyType:kr.CONTROLS},stopOnInteraction:{value:!1,propertyType:kr.CONTROLS},displayAds:{value:!0,propertyType:kr.CONTROLS}},design:Object.assign({selectorKey:xn.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),dataConnector:{selectorKey:xn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null,type:null},property:"dataConnector",propertyType:kr.CONTROLS},dynamicData:{value:null,property:"dynamicData",propertyType:kr.CONTROLS}},content:{selectorKey:xn.CONTENT,adVariationsList:{value:[{id:"",label:"Default Categories",isDefault:!0,displayStyle:"Full Row",ads:[],itemPositionsInGrid:"",repeatItems:!1,shuffleItems:!1,showDetails:!0,range:0}],property:"adVariationsList",propertyType:kr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Pn||(Pn={}));var Hn,Bn=function(){return{layout:{selectorKey:Pn.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:Pn.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt)}},zn={spacingBetweenMenuListItems:{value:20,property:"spacingBetweenMenuListItems",unit:1,propertyType:kr.CSS},fillItemsToContainerWidth:{value:!1,propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,propertyType:kr.CONTROLS},listItemAlignment:{value:"left",property:"listItemAlignment",propertyType:kr.CSS},listItemContentAlignment:{value:"left",property:"listItemContentAlignment",propertyType:kr.CSS},maxItemsToDisplay:{value:50,unit:7,property:"maxItemsToDisplay",propertyType:kr.CSS},overflowControl:{value:"Load More Button",propertyType:kr.CONTROLS},onClick:{value:"Navigate to a page",propertyType:kr.CONTROLS},menuList:{value:[{label:"Home",url:""}],propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.MENU_CONTAINER="menuContainer",e.MENU_ITEM_STYLE="menuItemStyle"}(Hn||(Hn={}));var kn,Kn=function(){return{layout:{selectorKey:Hn.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:200,unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:30}),margin:Vo.margin,padding:Vo.padding,direction:Vo.direction,spacingBetweenMenuListItems:zn.spacingBetweenMenuListItems,fillItemsToContainerWidth:zn.fillItemsToContainerWidth,dividerBetweenItems:zn.dividerBetweenItems,listItemAlignment:zn.listItemAlignment,listItemContentAlignment:zn.listItemContentAlignment,maxItemsToDisplay:zn.maxItemsToDisplay,overflowControl:zn.overflowControl,onClick:zn.onClick,positionType:Vo.positionType,pinTo:Vo.pinTo},content:{menuList:zn.menuList},design:{selectorKey:Hn.DESIGN,menuContainer:{selectorKey:Hn.MENU_CONTAINER,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},menuItemStyle:{selectorKey:Hn.MENU_ITEM_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}}}},jn={itemSpacing:{value:10,unit:1,property:"itemSpacing",propertyType:kr.CSS},optionItemSpacing:{value:6,property:"optionItemSpacing",unit:1,propertyType:kr.CSS},optionItemPadding:{value:2,property:"optionItemPadding",unit:1,propertyType:kr.CSS},showOptionsToSelect:{value:!0,propertyType:kr.CONTROLS},showNoOfOptions:{value:!0,propertyType:kr.CONTROLS},noOfOptionsToShowUpfront:{value:5,unit:7,propertyType:kr.CONTROLS},showRemainingOptionsAs:{value:"Button",propertyType:kr.CONTROLS},whenClicked:{value:"Open Quick View",propertyType:kr.CONTROLS},buttonText:{value:"More Options",propertyType:kr.CONTROLS},dividerBetweenOptions:{value:!0,propertyType:kr.CONTROLS},optionTitleValueSpacing:{value:6,property:"optionTitleValueSpacing",unit:1,propertyType:kr.CSS},displayValues:{value:"Horizontally",propertyType:kr.CONTROLS},displayStyle:{value:"Swatch",propertyType:kr.CONTROLS},swatchItemSpacing:{value:6,property:"swatchItemSpacing",unit:1,propertyType:kr.CSS},swatchItemSize:{value:30,property:"swatchItemSize",unit:1,propertyType:kr.CSS},swatchItemPadding:{value:2,property:"swatchItemPadding",unit:1,propertyType:kr.CSS,isMuted:!0},swatchMaxItemsToDisplay:{value:5,unit:7,propertyType:kr.CONTROLS},swatchOverflowItems:{value:"Wrap",propertyType:kr.CONTROLS},swatchImageType:{value:"Swatch image",propertyType:kr.CONTROLS},singleSelectDisplayValues:{value:"Horizontal",propertyType:kr.CONTROLS},singleSelectItemSpacing:{value:6,property:"singleSelectItemSpacing",unit:1,propertyType:kr.CSS},singleSelectItemPadding:{value:2,property:"singleSelectItemPadding",unit:1,propertyType:kr.CSS},singleSelectMaxItemsToDisplay:{value:5,unit:7,propertyType:kr.CONTROLS},singleSelectOverFlowItems:{value:"Wrap",propertyType:kr.CONTROLS},swatchDropdownOptionsSpacing:{value:6,property:"swatchDropdownOptionsSpacing",unit:1,propertyType:kr.CSS},swatchDropdownOptionsPadding:{value:2,property:"swatchDropdownOptionsPadding",unit:1,propertyType:kr.CSS},swatchDropdownStyle:{value:"Horizontal",propertyType:kr.CONTROLS},swatchOptionAndListSpacing:{value:6,property:"swatchOptionAndListSpacing",unit:1,propertyType:kr.CSS},swatchDropdownListItemSpacing:{value:6,property:"swatchDropdownListItemSpacing",unit:1,propertyType:kr.CSS},swatchDropdownListItemPadding:{value:2,property:"swatchDropdownListItemPadding",unit:1,propertyType:kr.CSS},swatchDividerBetweenLIstItems:{value:!1,propertyType:kr.CONTROLS}},Un={optionSelection:{value:!0,property:"optionSelection",propertyType:kr.CONTROLS},displayOutOfStockValues:{value:!0,property:"displayOutOfStockValues",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},showMoreRows:{value:"Pagination",property:"showMoreRows",propertyType:kr.CONTROLS},notifyMeButton:{value:!0,property:"notifyMeButton",propertyType:kr.CONTROLS},quantitySelectorForVariantSelector:{value:!0,property:"quantitySelectorForVariantSelector",propertyType:kr.CONTROLS},canCollapseGroups:{value:!0,property:"canCollapseGroups",propertyType:kr.CONTROLS},displayStyle:{value:"Standard",property:"displayStyle",propertyType:kr.CONTROLS},collapseIconPosition:{value:"Right",property:"collapseIconPosition",propertyType:kr.CONTROLS},displayValues:{value:"Horizontally",property:"displayValues",propertyType:kr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:kr.CSS},optionTitleValueSpacing:{value:"100",property:"optionTitleValueSpacing",propertyType:kr.CSS},itemPadding:{value:"10",property:"itemPadding",propertyType:kr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:kr.CONTROLS},swatchImageType:{value:"Swatch Image",property:"swatchImageType",propertyType:kr.CONTROLS},imageBehaviour:{value:"Fixed",property:"imageBehaviour",propertyType:kr.CONTROLS},itemsPerRow:{value:"4",property:"itemsPerRow",propertyType:kr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:kr.CONTROLS},overflowDirection:{value:"Horizontal",property:"overflowDirection",propertyType:kr.CONTROLS},dropdownStyle:{value:"Vertical List",property:"dropdownStyle",propertyType:kr.CONTROLS},dropdownOptionsSpacing:{value:6,property:"dropdownOptionsSpacing",propertyType:kr.CSS},dropdownOptionsPadding:{value:0,property:"dropdownOptionsPadding",propertyType:kr.CSS},optionAndListSpacing:{value:6,property:"optionAndListSpacing",propertyType:kr.CSS},dropdownListItemSpacing:{value:6,property:"dropdownListItemSpacing",propertyType:kr.CSS},dropdownListItemPadding:{value:6,property:"dropdownListItemPadding",propertyType:kr.CSS},groupsDisplayStyle:{value:"Upfront",property:"groupsDisplayStyle",propertyType:kr.CONTROLS},dividerBetweenListItems:{value:!1,property:"dividerBetweenListItems",propertyType:kr.CONTROLS},groupSpacing:{value:6,property:"groupSpacing",propertyType:kr.CONTROLS},groupPadding:{value:6,property:"groupPadding",propertyType:kr.CONTROLS},groupHeaderAndOptionSpacing:{value:6,property:"groupHeaderAndOptionSpacing",propertyType:kr.CONTROLS},tabDirection:{value:"Horizontal",property:"tabDirection",propertyType:kr.CONTROLS},tabLayout:{value:"Stretched",property:"tabLayout",propertyType:kr.CONTROLS},tabAlignment:{value:"left",property:"tabAlignment",propertyType:kr.CONTROLS},tabSpacing:{value:6,property:"tabSpacing",propertyType:kr.CSS},tabAndContainerSpacing:{value:6,property:"tabAndContainerSpacing",propertyType:kr.CSS},tabHorizontalPadding:{value:6,property:"tabHorizontalPadding",propertyType:kr.CSS},tabVerticalPadding:{value:6,property:"tabVerticalPadding",propertyType:kr.CSS},containerPadding:{value:6,property:"containerPadding",propertyType:kr.CSS},tabRowSpacing:{value:6,property:"tabRowSpacing",propertyType:kr.CSS},remainingDisplayStyle:{value:"Dropdown",property:"remainingDisplayStyle",propertyType:kr.CONTROLS},expandIconPositon:{value:"Right",property:"expandIconPositon",propertyType:kr.CONTROLS},expandFirstItemByDefault:{value:!0,property:"expandFirstItemByDefault",propertyType:kr.CONTROLS},allowMultipleOpenItems:{value:!0,property:"allowMultipleOpenItems",propertyType:kr.CONTROLS},itemDividers:{value:!0,property:"itemDividers",propertyType:kr.CONTROLS},allowUserToSearch:{value:!0,property:"allowUserToSearch",propertyType:kr.CONTROLS},allowUserToFilter:{value:!0,property:"allowUserToFilter",propertyType:kr.CONTROLS},header:{value:!0,property:"header",propertyType:kr.CONTROLS},headerHeight:{value:6,property:"headerHeight",propertyType:kr.CSS},rowHeight:{value:6,property:"rowHeight",propertyType:kr.CSS},accordionSpacing:{value:6,property:"accordionSpacing",propertyType:kr.CSS},accordionAndContainerSpacing:{value:6,property:"accordionAndContainerSpacing",propertyType:kr.CSS},accordionHorizontalPadding:{value:6,property:"accordionHorizontalPadding",propertyType:kr.CSS},accordionVerticalPadding:{value:6,property:"accordionVerticalPadding",propertyType:kr.CSS},headerDivider:{value:!0,property:"headerDivider",propertyType:kr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:kr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:kr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:kr.CONTROLS},headerCellPadding:{value:"30",property:"headerCellPadding",propertyType:kr.CSS},rowCellPadding:{value:"30",property:"rowCellPadding",propertyType:kr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:kr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:kr.CSS},groupHorizontalPadding:{value:6,property:"groupHorizontalPadding",propertyType:kr.CSS},groupVerticalPadding:{value:6,property:"groupVerticalPadding",propertyType:kr.CSS},groupAndContainerSpacing:{value:6,property:"groupAndContainerSpacing",propertyType:kr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:kr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:kr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:kr.CONTROLS},priceFormat:{value:"Starting Price",property:"priceFormat",propertyType:kr.CONTROLS},noOfOptionValues:{value:!0,property:"noOfOptionValues",propertyType:kr.CONTROLS},optionProperties:{value:!0,property:"optionProperties",propertyType:kr.CONTROLS},optionValueProperties:{value:!0,property:"optionValueProperties",propertyType:kr.CONTROLS},optionName:{value:!0,property:"optionName",propertyType:kr.CONTROLS},optionValueName:{value:!0,property:"optionValueName",propertyType:kr.CONTROLS},optionValueCode:{value:!0,property:"optionValueCode",propertyType:kr.CONTROLS},optionPrice:{value:!0,property:"optionPrice",propertyType:kr.CONTROLS},showSelectedVariant:{value:!0,property:"showSelectedVariant",propertyType:kr.CONTROLS},swatchImage:{value:!0,property:"swatchImage",propertyType:kr.CONTROLS},noOfVariantsAvailable:{value:!0,property:"noOfVariantsAvailable",propertyType:kr.CONTROLS},optionValuePrice:{value:!0,property:"optionValuePrice",propertyType:kr.CONTROLS},showAvailableInventory:{value:!0,property:"showAvailableInventory",propertyType:kr.CONTROLS},showTotalPriceOfAddedItems:{value:!0,property:"showTotalPriceOfAddedItems",propertyType:kr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:kr.CSS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:kr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:kr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:kr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:kr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:kr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:kr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:kr.CSS},buttonType:{value:"primaryButton",propertyType:kr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:kr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:kr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:kr.CONTROLS},backgroundShape:{value:"circle",propertyType:kr.CONTROLS},swatchShape:{value:"circle",propertyType:kr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:kr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:kr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:kr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:kr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:kr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:kr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:kr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:kr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:kr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:kr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:kr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:kr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:kr.CONTROLS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},characterSpacing:{value:"16",propertyType:kr.CSS,unit:1},lineHeight:{value:"16",propertyType:kr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:kr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:kr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:kr.CONTROLS},paginationStyle:{value:"dotted",propertyType:kr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:kr.CONTROLS},arrowSize:{value:"16",propertyType:kr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:kr.CSS},backgroundShape:{value:"rectangle",propertyType:kr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:kr.CSS},font:{value:"lato",propertyType:kr.CSS},fontSize:{value:"16",propertyType:kr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:kr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:kr.CSS},hoverBackgroundShape:{value:"circle",propertyType:kr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:kr.CSS},hoverFont:{value:"lato",propertyType:kr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:kr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:kr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:kr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:kr.CONTROLS},iconSize:{value:"20",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.WIDGET_STYLE="widgetStyle",e.COLLAPSED_ACCRORDION_ITEM="collapsedAccordionItem",e.EXPANDED_ACCRORDION_ITEM="expandedAccordionItem",e.DIVIDER="divider",e.DATA_CONNECTOR="dataConnector",e.SWATFH_TYPE_DISPLAY_STYLE="swatchTypeDisplayStyle",e.SINGLE_SELECT_DISPLAY_STYLE="singleSelectDisplayStyle",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selected",e.SWATCH_OPTION_VALUE_STYLE="swatchOptionValueStyle",e.SINGLE_OPTION_VALUE_STYLE="singleOptionValueStyle",e.DROPDOWN_DISPLAY_STYLE="dropdownDisplayStyle"}(kn||(kn={}));var Mn,Vn=function(){return{layout:{selectorKey:kn.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:300,unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"auto",unit:Kr.CUSTOM}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,pinTo:Vo.pinTo,showOptionsToSelect:jn.showOptionsToSelect,itemSpacing:jn.itemSpacing,showNoOfOptions:jn.showNoOfOptions,noOfOptionsToShowUpfront:jn.noOfOptionsToShowUpfront,showRemainingOptionsAs:jn.showRemainingOptionsAs,whenClicked:jn.whenClicked,buttonText:jn.buttonText,displayStyle:jn.displayStyle,dividerBetweenOptions:jn.dividerBetweenOptions,optionTitleValueSpacing:jn.optionTitleValueSpacing,displayValues:jn.displayValues,swatchItemSpacing:jn.swatchItemSpacing,swatchItemSize:jn.swatchItemSize,swatchItemPadding:jn.swatchItemPadding,optionItemSpacing:jn.optionItemSpacing,optionItemPadding:jn.optionItemPadding,swatchMaxItemsToDisplay:jn.swatchMaxItemsToDisplay,swatchOverflowItems:jn.swatchOverflowItems,swatchImageType:jn.swatchImageType,singleSelectDisplayValues:jn.singleSelectDisplayValues,singleSelectItemSpacing:jn.singleSelectItemSpacing,singleSelectItemPadding:jn.singleSelectItemPadding,singleSelectMaxItemsToDisplay:jn.singleSelectMaxItemsToDisplay,singleSelectOverFlowItems:jn.singleSelectOverFlowItems,swatchDropdownOptionsSpacing:jn.swatchDropdownOptionsSpacing,swatchDropdownOptionsPadding:jn.swatchDropdownOptionsPadding,swatchDropdownStyle:jn.swatchDropdownStyle,swatchOptionAndListSpacing:jn.swatchOptionAndListSpacing,swatchDropdownListItemSpacing:jn.swatchDropdownListItemSpacing,swatchDropdownListItemPadding:jn.swatchDropdownListItemPadding,swatchDividerBetweenLIstItems:jn.swatchDividerBetweenLIstItems,dropdownDisplayStyle:{selectorKey:kn.DROPDOWN_DISPLAY_STYLE,dropdownOptionsSpacing:Un.dropdownOptionsSpacing,dropdownOptionsPadding:Un.dropdownOptionsPadding,dropdownStyle:Un.dropdownStyle,optionAndListSpacing:Un.optionAndListSpacing,dropdownListItemSpacing:Un.dropdownListItemSpacing,dropdownListItemPadding:Un.dropdownListItemPadding,dividerBetweenListItems:Un.dividerBetweenListItems,maxItemsToDisplay:Un.maxItemsToDisplay,overflowItems:Un.overflowItems}},design:{selectorKey:kn.DESIGN,widgetStyle:{selectorKey:kn.WIDGET_STYLE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},optionValueStyle:{selectorKey:kn.SWATCH_OPTION_VALUE_STYLE,defaultState:{selectorKey:kn.DEFAULT_STATE,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,backgroundShape:Un.backgroundShape,swatchShape:Un.swatchShape},hoverState:{selectorKey:kn.HOVER_STATE},selectedState:{selectorKey:kn.SELECTED_STATE}}},dataConnector:{selectorKey:kn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null},property:"dataConnector",propertyType:kr.CONTROLS}}}},Gn={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:kr.CONTROLS},brandName:{value:!0,propertyType:kr.CONTROLS},brandCodes:{value:!0,propertyType:kr.CONTROLS},varientCodes:{value:!0,propertyType:kr.CONTROLS},brandImage:{value:!0,propertyType:kr.CONTROLS},price:{value:!0,propertyType:kr.CONTROLS},brandDescription:{value:!0,propertyType:kr.CONTROLS},showOptions:{value:!0,propertyType:kr.CONTROLS},allowBulkOrdering:{value:!0,propertyType:kr.CONTROLS},actions:{value:!0,propertyType:kr.CONTROLS},quickView:{value:!0,propertyType:kr.CONTROLS},addToCart:{value:!0,propertyType:kr.CONTROLS},wishlist:{value:!0,propertyType:kr.CONTROLS},buyNow:{value:!0,propertyType:kr.CONTROLS},addtoQuote:{value:!0,propertyType:kr.CONTROLS},showUoms:{value:!0,propertyType:kr.CONTROLS},showVolumePricing:{value:!0,propertyType:kr.CONTROLS},showInventory:{value:!0,propertyType:kr.CONTROLS},storeAvailability:{value:!0,propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Mn||(Mn={}));var Wn,Yn=function(){return{layout:{selectorKey:Mn.LAYOUT,width:Object.assign({},Vo.width),height:Object.assign(Object.assign({},Vo.height),{value:"auto",propertyType:kr.CONTROLS,unit:7}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:Mn.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),content:{selectorKey:Mn.CONTENT,brandName:Gn.brandName,brandCodes:Gn.brandCodes,varientCodes:Gn.varientCodes,brandImage:Gn.brandImage,price:Gn.price,brandDescription:Gn.brandDescription,showOptions:Gn.showOptions,allowBulkOrdering:Gn.allowBulkOrdering,actions:Gn.actions,quickView:Gn.quickView,addToCart:Gn.addToCart,wishlist:Gn.wishlist,buyNow:Gn.buyNow,addtoQuote:Gn.addtoQuote,showUoms:Gn.showUoms,showVolumePricing:Gn.showVolumePricing,showInventory:Gn.showInventory,storeAvailability:Gn.storeAvailability},dataConnector:{selectorKey:Mn.DATA_CONNECTOR,dataConnector:Gn.dataConnector}}},Fn={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:kr.CONTROLS},brandName:{value:!0,propertyType:kr.CONTROLS},brandCodes:{value:!0,propertyType:kr.CONTROLS},varientCodes:{value:!0,propertyType:kr.CONTROLS},brandImage:{value:!0,propertyType:kr.CONTROLS},price:{value:!0,propertyType:kr.CONTROLS},brandDescription:{value:!0,propertyType:kr.CONTROLS},showOptions:{value:!0,propertyType:kr.CONTROLS},allowBulkOrdering:{value:!0,propertyType:kr.CONTROLS},actions:{value:!0,propertyType:kr.CONTROLS},quickView:{value:!0,propertyType:kr.CONTROLS},addToCart:{value:!0,propertyType:kr.CONTROLS},wishlist:{value:!0,propertyType:kr.CONTROLS},buyNow:{value:!0,propertyType:kr.CONTROLS},addtoQuote:{value:!0,propertyType:kr.CONTROLS},showUoms:{value:!0,propertyType:kr.CONTROLS},showVolumePricing:{value:!0,propertyType:kr.CONTROLS},showInventory:{value:!0,propertyType:kr.CONTROLS},storeAvailability:{value:!0,propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Wn||(Wn={}));var Xn,qn=function(){return{layout:{selectorKey:Wn.LAYOUT,width:Object.assign({},Vo.width),height:Object.assign(Object.assign({},Vo.height),{value:"auto",propertyType:kr.CONTROLS,unit:7}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:Wn.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),content:{selectorKey:Wn.CONTENT,brandName:Fn.brandName,brandCodes:Fn.brandCodes,varientCodes:Fn.varientCodes,brandImage:Fn.brandImage,price:Fn.price,brandDescription:Fn.brandDescription,showOptions:Fn.showOptions,allowBulkOrdering:Fn.allowBulkOrdering,actions:Fn.actions,quickView:Fn.quickView,addToCart:Fn.addToCart,wishlist:Fn.wishlist,buyNow:Fn.buyNow,addtoQuote:Fn.addtoQuote,showUoms:Fn.showUoms,showVolumePricing:Fn.showVolumePricing,showInventory:Fn.showInventory,storeAvailability:Fn.storeAvailability},dataConnector:{selectorKey:Wn.DATA_CONNECTOR,dataConnector:Fn.dataConnector}}},Qn={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:kr.CONTROLS},categoryName:{value:!0,propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Xn||(Xn={}));var Zn,$n=function(){return{layout:{selectorKey:Xn.LAYOUT,width:Object.assign({},Vo.width),height:Object.assign(Object.assign({},Vo.height),{value:"auto",propertyType:kr.CONTROLS,unit:7}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:Xn.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),content:{selectorKey:Xn.CONTENT,categoryName:Qn.categoryName},dataConnector:{selectorKey:Xn.DATA_CONNECTOR,dataConnector:Qn.dataConnector}}},Jn={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:kr.CONTROLS},categoryName:{value:!0,propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Zn||(Zn={}));var ea,ra=function(){return{layout:{selectorKey:Zn.LAYOUT,width:Object.assign({},Vo.width),height:Object.assign(Object.assign({},Vo.height),{value:"auto",propertyType:kr.CONTROLS,unit:7}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:Zn.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},content:{selectorKey:Zn.CONTENT,categoryName:Jn.categoryName},dataConnector:{selectorKey:Zn.DATA_CONNECTOR,dataConnector:Jn.dataConnector}}},oa={onClick:{value:"Show Image Lightbox",propertyType:kr.CONTROLS},onHover:{value:"Zoom Out",propertyType:kr.CONTROLS},cropRatio:{value:"16:9",propertyType:kr.CONTROLS},fitOptions:{value:"fill",propert:"objectFit",propertyType:kr.CONTROLS},horizontalAlignment:{value:"left",propert:"textAlign",propertyType:kr.CSS},verticalAlignment:{value:"bottom",propert:"textAlign",propertyType:kr.CSS},dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"image",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(ea||(ea={}));var ta,ia=function(){return{layout:{selectorKey:ea.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{propertyType:kr.CONTROLS,unit:1,value:350}),height:Object.assign(Object.assign({},Vo.height),{value:300,propertyType:kr.CONTROLS,unit:1}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,onClick:oa.onClick,onHover:oa.onHover,cropRatio:oa.cropRatio,fitOptions:oa.fitOptions,horizontalAlignment:oa.horizontalAlignment,verticalAlignment:oa.verticalAlignment},design:{selectorKey:ea.DESIGN,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,backgroundColor:Vo.backgroundColor,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,brightness:Vo.brightness,hue:Vo.hue,lightness:Vo.lightness,highlights:Vo.highlights,shadows:Vo.shadows,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},content:{image:{value:{src:"https://vishnu.sirv.com/image_element.png"},propertyType:kr.CONTROLS}},dataConnector:{selectorKey:ea.DATA_CONNECTOR,dataConnector:oa.dataConnector}}},na={displayStyle:{value:"Vertical",property:"displayStyle",propertyType:kr.CONTROLS},openFilterAs:{value:"Lightbox",property:"openFilterAs",propertyType:kr.CONTROLS},displayType:{value:"Upfront",property:"displayType",propertyType:kr.CONTROLS},selectionType:{value:"Single Select",property:"selectionType",propertyType:kr.CONTROLS},allowSearchForEachFilter:{value:!1,property:"allowSearchForEachFilter",propertyType:kr.CONTROLS},dividerBetweenFilters:{value:!1,property:"dividerBetweenFilters",propertyType:kr.CONTROLS},maxValuesToDisplay:{value:10,property:"maxValuesToDisplay",propertyType:kr.CONTROLS},overflowControl:{value:"Scroll",property:"overflowControl",propertyType:kr.CONTROLS},showSubCategoriesFilter:{value:!0,property:"showSubCategoriesFilter",propertyType:kr.CONTROLS},showBrandsFilter:{value:!0,property:"showBrandsFilter",propertyType:kr.CONTROLS},showPriceFilter:{value:!0,property:"showPriceFilter",propertyType:kr.CONTROLS},showCustomAttributesFilter:{value:!0,property:"showCustomAttributesFilter",propertyType:kr.CONTROLS},firstFilterAlwaysOpen:{value:!1,property:"firstFilterAlwaysOpen",propertyType:kr.CONTROLS},allowMultipleFiltersOpen:{value:!1,property:"allowMultipleFiltersOpen",propertyType:kr.CONTROLS},horizontalSpacingBetweenItems:{value:"10",unit:1,property:"horizontalSpacingBetweenItems",propertyType:kr.CONTROLS},sliderControl:{value:"Arrows",property:"sliderControl",propertyType:kr.CONTROLS},controlPosition:{value:"Bottom",property:"controlPosition",propertyType:kr.CONTROLS},loopImages:{value:!1,property:"loopImages",propertyType:kr.CONTROLS},displaySliderScrollbar:{value:!1,property:"displaySliderScrollbar",propertyType:kr.CONTROLS},autoplay:{value:!1,property:"autoplay",propertyType:kr.CONTROLS},openItemsIn:{value:"Lightbox",property:"openItemsIn",propertyType:kr.CONTROLS},showMoreItems:{value:"Expand and Wrap",property:"showMoreItems",propertyType:kr.CONTROLS},verticalSpacingBetweenItems:{value:"10",unit:1,property:"verticalSpacingBetweenItems",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:kr.CONTROLS},title:{value:"",property:"title",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},showAppliedFilters:{value:!0,property:"showAppliedFilters",propertyType:kr.CONTROLS},clearAllButton:{value:!0,property:"clearAllButton",propertyType:kr.CONTROLS},showNoOfValuesForEachFilters:{value:!0,property:"showNoOfValuesForEachFilters",propertyType:kr.CONTROLS},showOptionsFilter:{value:!0,property:"showOptionsFilter",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState",e.SELECTED_STATE="selected",e.TAB_CONTAINER="tabContainer",e.TAB_CONTENT_CONTAINER="tabContentContainer",e.TABS="tabs"}(ta||(ta={})),Vo.borderColor,Vo.borderStyle,Vo.borderPerSlide,Vo.showBorder,Vo.backgroundColor,Vo.showShadow,Vo.shadowColor,Vo.blur,Vo.spread,Vo.angle,Vo.borderRadius,Vo.exposure,Vo.contrast,Vo.saturation,Vo.highlights,Vo.shadows,Vo.theme,Vo.font,Vo.fontSize,Vo.textColor,Vo.bold,Vo.italic,Vo.linethrough,Vo.underline,Vo.textAlign,Vo.characterSpacing,Vo.lineHeight;var aa,la=function(){return{layout:{selectorKey:ta.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:300,unit:Kr.PIXELS}),height:Vo.height,margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,displayStyle:na.displayStyle,openFilterAs:na.openFilterAs,displayType:na.displayType,selectionType:na.selectionType,allowSearchForEachFilter:na.allowSearchForEachFilter,dividerBetweenFilters:na.dividerBetweenFilters,maxValuesToDisplay:na.maxValuesToDisplay,overflowControl:na.overflowControl,showSubCategoriesFilter:na.showSubCategoriesFilter,showBrandsFilter:na.showBrandsFilter,showPriceFilter:na.showPriceFilter,showCustomAttributesFilter:na.showCustomAttributesFilter,firstFilterAlwaysOpen:na.firstFilterAlwaysOpen,allowMultipleFiltersOpen:na.allowMultipleFiltersOpen,horizontalSpacingBetweenItems:na.horizontalSpacingBetweenItems,sliderControl:na.sliderControl,controlPosition:na.controlPosition,loopImages:na.loopImages,displaySliderScrollbar:na.displaySliderScrollbar,autoplay:na.autoplay,openItemsIn:na.openItemsIn,showMoreItems:na.showMoreItems,verticalSpacingBetweenItems:na.verticalSpacingBetweenItems,showOptionsFilter:na.showOptionsFilter},design:{selectorKey:ta.DESIGN},content:{selectorKey:ta.CONTENT,showTitle:na.showTitle,showDescription:na.showDescription,title:na.title,description:na.description,showAppliedFilters:na.showAppliedFilters,clearAllButton:na.clearAllButton,showNoOfValuesForEachFilters:na.showNoOfValuesForEachFilters}}},pa={orderProductsBy:{value:"Default Category Order",property:"orderProductsBy",propertyType:kr.CONTROLS},title:{value:"Sort by",property:"title",propertyType:kr.CONTROLS},sortOptions:{value:[],property:"sortOptions",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState",e.SELECTED_STATE="selected",e.SORT_TITLE="sortTitle",e.SELECTED_OPTION="selectedOption",e.SORT_BUTTON="sortButton"}(aa||(aa={}));var da,sa={borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,backgroundColor:Vo.backgroundColor,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,highlights:Vo.highlights,shadows:Vo.shadows},ca={theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},ya=function(){return{layout:{selectorKey:aa.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:300,unit:Kr.PIXELS}),height:Vo.height,margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:aa.DESIGN,sortTitle:Object.assign({selectorKey:aa.SORT_TITLE},ca),selectedOption:Object.assign({selectorKey:aa.SELECTED_OPTION},ca),sortButton:Object.assign({selectorKey:aa.SORT_BUTTON},sa)},content:{selectorKey:aa.CONTENT,title:pa.title,orderProductsBy:pa.orderProductsBy,sortOptions:pa.sortOptions}}},ua={source:{value:"Past Orders",property:"source",propertyType:kr.CONTROLS},filterOrders:{value:"Apply Filter",property:"filterOrders",propertyType:kr.CONTROLS},sortBy:{value:"Most Recent",property:"sortBy",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},title:{value:"Past Orders",property:"title",propertyType:kr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},viewAllOrdersButton:{value:!0,property:"viewAllOrdersButton",propertyType:kr.CONTROLS},orderId:{value:!0,property:"orderId",propertyType:kr.CONTROLS},orderStatus:{value:!0,property:"orderStatus",propertyType:kr.CONTROLS},orderedOn:{value:!0,property:"orderedOn",propertyType:kr.CONTROLS},orderTotal:{value:!0,property:"orderTotal",propertyType:kr.CONTROLS},numOfItemsOrdered:{value:!0,property:"numOfItemsOrdered",propertyType:kr.CONTROLS},paymentMethodsUsed:{value:!0,property:"paymentMethodsUsed",propertyType:kr.CONTROLS},reOrderButton:{value:!0,property:"reOrderButton",propertyType:kr.CONTROLS},onClick:{value:"Add Items to Cart",property:"onClick",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(da||(da={})),Vo.theme,Vo.font,Vo.fontSize,Vo.textColor,Vo.bold,Vo.italic,Vo.linethrough,Vo.underline,Vo.textAlign,Vo.characterSpacing,Vo.lineHeight,Vo.backgroundColor;var Sa,ga=function(){return{layout:{selectorKey:da.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:300,unit:Kr.PIXELS}),height:Vo.height,margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:da.DESIGN},content:{selectorKey:da.CONTENT,source:ua.source,filterOrders:ua.filterOrders,sortBy:ua.sortBy,showTitle:ua.showTitle,title:ua.title,showDescription:ua.showDescription,description:ua.description,viewAllOrdersButton:ua.viewAllOrdersButton,orderId:ua.orderId,orderStatus:ua.orderStatus,orderedOn:ua.orderedOn,orderTotal:ua.orderTotal,numOfItemsOrdered:ua.numOfItemsOrdered,paymentMethodsUsed:ua.paymentMethodsUsed,reOrderButton:ua.reOrderButton,onClick:ua.onClick}}},Ta={source:{value:"Recent Quotes",property:"source",propertyType:kr.CONTROLS},filterStatements:{value:"Apply Filter",property:"filterStatements",propertyType:kr.CONTROLS},sortBy:{value:"Most Recent",property:"sortBy",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},title:{value:"Past Quotes",property:"title",propertyType:kr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},viewAllQuotesButton:{value:!0,property:"viewAllQuotesButton",propertyType:kr.CONTROLS},quoteId:{value:!0,property:"quoteId",propertyType:kr.CONTROLS},status:{value:!0,property:"status",propertyType:kr.CONTROLS},quoteRaisedDate:{value:!0,property:"quoteRaisedDate",propertyType:kr.CONTROLS},quoteRaisedDisplayFormat:{value:"Date",property:"quoteRaisedDisplayFormat",propertyType:kr.CONTROLS},lastUpdatedDate:{value:!0,property:"lastUpdatedDate",propertyType:kr.CONTROLS},lastUpdatedDisplayFormat:{value:"Date",property:"lastUpdatedDisplayFormat",propertyType:kr.CONTROLS},expiryDate:{value:!0,property:"expiryDate",propertyType:kr.CONTROLS},expiryDateDisplayFormat:{value:"Date",property:"expiryDateDisplayFormat",propertyType:kr.CONTROLS},quoteLineItems:{value:!0,property:"quoteLineItems",propertyType:kr.CONTROLS},quickActions:{value:!0,property:"quickActions",propertyType:kr.CONTROLS},viewQuote:{value:!0,property:"viewQuote",propertyType:kr.CONTROLS},printQuote:{value:!0,property:"printQuote",propertyType:kr.CONTROLS},downloadQuote:{value:!0,property:"downloadQuote",propertyType:kr.CONTROLS},cancelQuote:{value:!0,property:"cancelQuote",propertyType:kr.CONTROLS},sendMessage:{value:!0,property:"sendMessage",propertyType:kr.CONTROLS},displayStyle:{value:"Slider",property:"displayStyle",propertyType:kr.CONTROLS},maxItemsToDisplay:{value:5,property:"maxItemsToDisplay",propertyType:kr.CONTROLS},sliderControl:{value:"Arrows",property:"sliderControl",propertyType:kr.CONTROLS},controlPosition:{value:"Top",property:"controlPosition",propertyType:kr.CONTROLS},loopItems:{value:!1,property:"loopItems",propertyType:kr.CONTROLS},displayScrollbar1:{value:!1,property:"displayScrollbar",propertyType:kr.CONTROLS},autoplay:{value:!1,property:"autoplay",propertyType:kr.CONTROLS},spacingBetweenItems:{value:"500",unit:1,property:"spacingBetweenItems",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},overflowControl:{value:"Load More Button",property:"overflowControl",propertyType:kr.CONTROLS},numOfItemsToLoad:{value:"All Items",property:"numOfItemsToLoad",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(Sa||(Sa={})),Vo.theme,Vo.font,Vo.fontSize,Vo.textColor,Vo.bold,Vo.italic,Vo.linethrough,Vo.underline,Vo.textAlign,Vo.characterSpacing,Vo.lineHeight,Vo.backgroundColor;var ha,Ca=function(){return{layout:{selectorKey:Sa.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:350,unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:150,unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,displayStyle:Ta.displayStyle,maxItemsToDisplay:Ta.maxItemsToDisplay,sliderControl:Ta.sliderControl,controlPosition:Ta.controlPosition,loopItems:Ta.loopItems,displayScrollbar1:Ta.displayScrollbar1,autoplay:Ta.autoplay,spacingBetweenItems:Ta.spacingBetweenItems,dividerBetweenItems:Ta.dividerBetweenItems,overflowControl:Ta.overflowControl,numOfItemsToLoad:Ta.numOfItemsToLoad},design:{selectorKey:Sa.DESIGN},content:{selectorKey:Sa.CONTENT,source:Ta.source,filterStatements:Ta.filterStatements,sortBy:Ta.sortBy,showTitle:Ta.showTitle,title:Ta.title,showDescription:Ta.showDescription,description:Ta.description,viewAllQuotesButton:Ta.viewAllQuotesButton,quoteId:Ta.quoteId,status:Ta.status,quoteRaisedDate:Ta.quoteRaisedDate,quoteRaisedDisplayFormat:Ta.quoteRaisedDisplayFormat,lastUpdatedDate:Ta.lastUpdatedDate,lastUpdatedDisplayFormat:Ta.lastUpdatedDisplayFormat,expiryDate:Ta.expiryDate,expiryDateDisplayFormat:Ta.expiryDateDisplayFormat,quoteLineItems:Ta.quoteLineItems,quickActions:Ta.quickActions,viewQuote:Ta.viewQuote,printQuote:Ta.printQuote,downloadQuote:Ta.downloadQuote,cancelQuote:Ta.cancelQuote,sendMessage:Ta.sendMessage}}},Oa={source:{value:"Recent RFQs",property:"source",propertyType:kr.CONTROLS},filterStatements:{value:"Apply Filter",property:"filterStatements",propertyType:kr.CONTROLS},sortBy:{value:"Most Recent",property:"sortBy",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},title:{value:"Active RFQs",property:"title",propertyType:kr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},viewAllRfqsButton:{value:!0,property:"viewAllRfqsButton",propertyType:kr.CONTROLS},rfqId:{value:!0,property:"rfqId",propertyType:kr.CONTROLS},status:{value:!0,property:"status",propertyType:kr.CONTROLS},rfqRaisedDate:{value:!0,property:"rfqRaisedDate",propertyType:kr.CONTROLS},rfqRaisedDisplayFormat:{value:"Date",property:"rfqRaisedDisplayFormat",propertyType:kr.CONTROLS},lastUpdatedDate:{value:!0,property:"lastUpdatedDate",propertyType:kr.CONTROLS},lastUpdatedDisplayFormat:{value:"Date",property:"lastUpdatedDisplayFormat",propertyType:kr.CONTROLS},rfqLineItems:{value:!0,property:"rfqLineItems",propertyType:kr.CONTROLS},quickActions:{value:!0,property:"quickActions",propertyType:kr.CONTROLS},viewRfq:{value:!0,property:"viewRfq",propertyType:kr.CONTROLS},printRfq:{value:!0,property:"printRfq",propertyType:kr.CONTROLS},downloadRfq:{value:!0,property:"downloadRfq",propertyType:kr.CONTROLS},cancelRfq:{value:!0,property:"cancelRfq",propertyType:kr.CONTROLS},sendMessage:{value:!0,property:"sendMessage",propertyType:kr.CONTROLS},displayStyle:{value:"Slider",property:"displayStyle",propertyType:kr.CONTROLS},maxItemsToDisplay:{value:5,property:"maxItemsToDisplay",propertyType:kr.CONTROLS},sliderControl:{value:"Arrows",property:"sliderControl",propertyType:kr.CONTROLS},controlPosition:{value:"Top",property:"controlPosition",propertyType:kr.CONTROLS},loopItems:{value:!1,property:"loopItems",propertyType:kr.CONTROLS},displayScrollbar1:{value:!1,property:"displayScrollbar",propertyType:kr.CONTROLS},autoplay:{value:!1,property:"autoplay",propertyType:kr.CONTROLS},spacingBetweenItems:{value:"500",unit:1,property:"spacingBetweenItems",propertyType:kr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:kr.CONTROLS},overflowControl:{value:"Load More Button",property:"overflowControl",propertyType:kr.CONTROLS},numOfItemsToLoad:{value:"All Items",property:"numOfItemsToLoad",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(ha||(ha={}));var ba,va=function(){return{layout:{selectorKey:ha.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:350,unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:150,unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,displayStyle:Oa.displayStyle,maxItemsToDisplay:Oa.maxItemsToDisplay,sliderControl:Oa.sliderControl,controlPosition:Oa.controlPosition,loopItems:Oa.loopItems,displayScrollbar1:Oa.displayScrollbar1,autoplay:Oa.autoplay,spacingBetweenItems:Oa.spacingBetweenItems,dividerBetweenItems:Oa.dividerBetweenItems,overflowControl:Oa.overflowControl,numOfItemsToLoad:Oa.numOfItemsToLoad},design:{selectorKey:ha.DESIGN},content:{selectorKey:ha.CONTENT,source:Oa.source,filterStatements:Oa.filterStatements,sortBy:Oa.sortBy,showTitle:Oa.showTitle,title:Oa.title,showDescription:Oa.showDescription,description:Oa.description,viewAllRfqsButton:Oa.viewAllRfqsButton,rfqId:Oa.rfqId,status:Oa.status,rfqRaisedDate:Oa.rfqRaisedDate,rfqRaisedDisplayFormat:Oa.rfqRaisedDisplayFormat,lastUpdatedDate:Oa.lastUpdatedDate,lastUpdatedDisplayFormat:Oa.lastUpdatedDisplayFormat,rfqLineItems:Oa.rfqLineItems,quickActions:Oa.quickActions,viewRfq:Oa.viewRfq,printRfq:Oa.printRfq,downloadRfq:Oa.downloadRfq,cancelRfq:Oa.cancelRfq,sendMessage:Oa.sendMessage}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(ba||(ba={}));var ma,wa=function(){return{layout:{selectorKey:ba.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0,value:400}),margin:Vo.margin,automaticallyOpenLightbox:{value:!0,property:"automaticallyOpenLightbox",propertyType:kr.CONTROLS},selectPage:{value:[],property:"selectPage",propertyType:kr.CONTROLS},delay:{value:100,unit:Kr.MS,propertyType:kr.CONTROLS},closeOnXIcon:{value:!1,propertyType:kr.CONTROLS},closeOnClickingBackground:{value:!1,propertyType:kr.CONTROLS}},design:Object.assign({selectorKey:ba.DESIGN,backgroundOverlay:{parentRef:void 0,value:{hex:"#000",rgb:{r:"0",g:"0",b:"0",a:.25}},property:"backgroundOverlayDesc",propertyType:kr.CONTROLS},borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle},nt),dataConnector:{selectorKey:ba.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null,type:null},property:"dataConnector",propertyType:kr.CONTROLS},dynamicData:{value:null,property:"dynamicData",propertyType:kr.CONTROLS}}}},fa={displayStyle:{value:"Table",property:"displayStyle",propertyType:kr.CONTROLS},displayType:{value:"Horizontally",property:"displayType",propertyType:kr.CONTROLS},rowsToDisplay:{value:5,property:"rowsToDisplay",propertyType:kr.CONTROLS},spacingBetweenItems:{value:10,unit:1,property:"spacingBetweenItems",propertyType:kr.CSS},overflowControl:{value:"Load More Button",property:"overflowControl",propertyType:kr.CONTROLS},numOfItemsToLoad:{value:"All Items",property:"numOfItemsToLoad",propertyType:kr.CONTROLS},maxItemsToDisplay:{value:5,property:"maxItemsToDisplay",propertyType:kr.CONTROLS},sliderControl:{value:"Arrows",property:"sliderControl",propertyType:kr.CONTROLS},controlPosition:{value:"Side",property:"controlPosition",propertyType:kr.CONTROLS},loopItems:{value:!1,property:"loopItems",propertyType:kr.CONTROLS},displayScrollbar1:{value:!1,property:"displayScrollbar1",propertyType:kr.CONTROLS},autoplay:{value:!1,property:"autoplay",propertyType:kr.CONTROLS},source:{value:"Allocations",property:"source",propertyType:kr.CONTROLS},sortBy:{value:"Allocation Left",property:"sortBy",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},title:{value:"",property:"title",propertyType:kr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:kr.CONTROLS},description:{value:"",property:"description",propertyType:kr.CONTROLS},viewAllAllocationsButton:{value:!0,property:"viewAllAllocationsButton",propertyType:kr.CONTROLS},showAllocationCategory:{value:!0,property:"showAllocationCategory",propertyType:kr.CONTROLS},allocationCategory:{value:"Allocation Category",property:"allocationCategory",propertyType:kr.CONTROLS},showAllocationLeft:{value:!0,property:"showAllocationLeft",propertyType:kr.CONTROLS},allocationLeft:{value:"Left",property:"allocationLeft",propertyType:kr.CONTROLS},showAllocationUtilized:{value:!0,property:"showAllocationUtilized",propertyType:kr.CONTROLS},allocationUtilized:{value:"Used",property:"allocationUtilized",propertyType:kr.CONTROLS},showTotalAllocation:{value:!0,property:"showTotalAllocation",propertyType:kr.CONTROLS},totalAllocation:{value:"Total",property:"totalAllocation",propertyType:kr.CONTROLS},showExpiryDate:{value:!0,property:"showExpiryDate",propertyType:kr.CONTROLS},expiryDate:{value:"Expired On",property:"expiryDate",propertyType:kr.CONTROLS},expiryDateDisplayFormat:{value:"Date",property:"expiryDateDisplayFormat",propertyType:kr.CONTROLS},showRenewDate:{value:!0,property:"showRenewDate",propertyType:kr.CONTROLS},renewDate:{value:"Renews On",property:"renewDate",propertyType:kr.CONTROLS},renewDateDisplayFormat:{value:"Days Left",property:"renewDateDisplayFormat",propertyType:kr.CONTROLS},shopAllAllocationProductsButton:{value:!0,property:"shopAllAllocationProductsButton",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(ma||(ma={})),Vo.theme,Vo.font,Vo.fontSize,Vo.textColor,Vo.bold,Vo.italic,Vo.linethrough,Vo.underline,Vo.textAlign,Vo.characterSpacing,Vo.lineHeight,Vo.backgroundColor;var Ra,Na=function(){return{layout:{selectorKey:ma.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:570,unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:300,unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,displayStyle:fa.displayStyle,displayType:fa.displayType,rowsToDisplay:fa.rowsToDisplay,spacingBetweenItems:fa.spacingBetweenItems,overflowControl:fa.overflowControl,numOfItemsToLoad:fa.numOfItemsToLoad,maxItemsToDisplay:fa.maxItemsToDisplay,sliderControl:fa.sliderControl,controlPosition:fa.controlPosition,loopItems:fa.loopItems,displayScrollbar1:fa.displayScrollbar1,autoplay:fa.autoplay},design:{selectorKey:ma.DESIGN},content:{selectorKey:ma.CONTENT,source:fa.source,sortBy:fa.sortBy,showTitle:fa.showTitle,title:fa.title,showDescription:fa.showDescription,description:fa.description,viewAllAllocationsButton:fa.viewAllAllocationsButton,showAllocationCategory:fa.showAllocationCategory,allocationCategory:fa.allocationCategory,showAllocationLeft:fa.showAllocationLeft,allocationLeft:fa.allocationLeft,allocationUtilized:fa.allocationUtilized,showAllocationUtilized:fa.showAllocationUtilized,totalAllocation:fa.totalAllocation,showTotalAllocation:fa.showTotalAllocation,showExpiryDate:fa.showExpiryDate,expiryDate:fa.expiryDate,expiryDateDisplayFormat:fa.expiryDateDisplayFormat,showRenewDate:fa.showRenewDate,renewDate:fa.renewDate,renewDateDisplayFormat:fa.renewDateDisplayFormat,shopAllAllocationProductsButton:fa.shopAllAllocationProductsButton}}},La={whenClicked:{value:"Open Full Search",property:"whenClicked",propertyType:kr.CONTROLS},showSearchText:{value:!0,property:"showSearchText",propertyType:kr.CONTROLS},searchText:{value:"My Search",property:"searchText",propertyType:kr.CONTROLS},showNoOfItems:{value:!0,property:"showNoOfItems",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.SEARCHBAR="searchBar",e.PLACEHOLDER_TEXT="placeholderText",e.SEARCH_ICON="searchIcon",e.MINI_CART_TEXT="miniSearchText",e.DROPDOWN_DISPLAY_STYLE="dropdownDisplayStyle"}(Ra||(Ra={}));var Da,Aa=function(){return{layout:{selectorKey:Ra.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"70",unit:1}),margin:Vo.margin,padding:Vo.padding,whenClicked:La.whenClicked,showSearchText:La.showSearchText,searchText:La.searchText,showNoOfItems:La.showNoOfItems,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:Ra.DESIGN,searchBar:{selectorKey:Ra.SEARCHBAR,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},searchIcon:{selectorKey:Ra.SEARCH_ICON,showIcon:Vo.showIcon,iconSize:Vo.iconSize,iconColor:Vo.iconColor,icon:{value:"search-sm",propertyType:kr.CONTROLS}},placeholderText:{selectorKey:Ra.PLACEHOLDER_TEXT,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Da||(Da={}));var Ia,xa=function(){return{layout:{selectorKey:Da.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,displayStyle:{value:"grid",property:"displayStyle",propertyType:kr.CONTROLS},itemGap:{property:"itemGap",propertyType:kr.CSS,value:1,unit:Kr.PIXELS},setItemsPerRow:{property:"setItemsPerRow",isShow:!0,value:3,propertyType:kr.CSS},justifyContent:{property:"justifyContent",propertyType:kr.CSS,value:"start"},alignItems:{property:"alignItems",propertyType:kr.CSS,value:"start"},minColumnWidth:{property:"minColumnWidth",propertyType:kr.CSS,value:100,unit:Kr.PIXELS},minRowHeight:{property:"minRowHeight",propertyType:kr.CSS,value:100,unit:Kr.PIXELS},setItemsPerSlide:{property:"setItemsPerSlide",value:3,propertyType:kr.CSS},sliderControl:{property:"sliderControl",value:"Arrows & Dots",propertyType:kr.CONTROLS},arrowIconSize:{property:"arrowIconSize",value:40,unit:Kr.PIXELS,propertyType:kr.CSS},dotSize:{property:"dotSize",value:10,unit:Kr.PIXELS,propertyType:kr.CSS},controlActiveColor:{value:{hex:"#ffffff",rgb:{r:"209",g:"171",b:"240",a:1}},property:"controlActiveColor",propertyType:kr.CSS,parentRef:void 0},selectedSlideControlTheme:{value:1,propertyType:kr.CONTROLS},autoplay:{value:!1,propertyType:kr.CONTROLS},autoplayDuration:{value:3e3,unit:Kr.MS,propertyType:kr.CONTROLS},stopOnMouseEnter:{value:!1,propertyType:kr.CONTROLS},stopOnInteraction:{value:!1,propertyType:kr.CONTROLS}},design:Object.assign({selectorKey:Da.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),dataConnector:{selectorKey:Da.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null,type:null},property:"dataConnector",propertyType:kr.CONTROLS},dynamicData:{value:null,property:"dynamicData",propertyType:kr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Ia||(Ia={}));var Ea,Pa=function(){return{layout:{selectorKey:Ia.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),margin:Vo.margin,padding:Vo.padding},design:Object.assign({selectorKey:Ia.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt)}},_a={dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:null,url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Ea||(Ea={}));var Ha,Ba=function(){return{layout:{selectorKey:Ea.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"400",unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:"200",unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign({selectorKey:Ea.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),content:{selectorKey:Ea.CONTENT},dataConnector:{selectorKey:Ea.DATA_CONNECTOR,dataConnector:_a.dataConnector,dynamicData:{value:null,property:"dynamicData",propertyType:kr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Ha||(Ha={}));var za,ka=function(){return{layout:{selectorKey:Ha.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"823",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"542",unit:1}),padding:Vo.padding,margin:Vo.margin,positionType:Vo.positionType,formData:{value:[{id:1743145025967,type:"text",label:"Name",validations:{required:!1}}],propertyType:kr.CONTROLS}},design:{selectorKey:Ha.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderRadius:Vo.borderRadius,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(za||(za={}));var Ka,ja=function(){return{layout:{selectorKey:za.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"400",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"310",unit:1}),padding:Vo.padding,margin:Vo.margin,positionType:Vo.positionType},design:Object.assign(Object.assign({selectorKey:za.DESIGN},nt),it)}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Ka||(Ka={}));var Ua,Ma=function(){return{layout:{selectorKey:Ka.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"620",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"530",unit:1}),padding:Vo.padding,margin:Vo.margin,positionType:Vo.positionType},design:{selectorKey:Ka.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderRadius:Vo.borderRadius,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor}}},Va={displayType:{value:"Full Trail",property:"displayType",propertyType:kr.CONTROLS},showSeparators:{value:!0,property:"showSeparators",propertyType:kr.CONTROLS},displayStyle:{value:"Stack Vertically",property:"displayStyle",propertyType:kr.CONTROLS},itemSpacing:{value:10,unit:1,property:"itemSpacing",propertyType:kr.CSS},maxItemsToDisplay:{value:4,property:"maxItemsToDisplay",propertyType:kr.CONTROLS},overflowItems:{value:"Scroll",property:"overflowItems",propertyType:kr.CONTROLS},numOfItemsToLoad:{value:"Show All",property:"numOfItemsToLoad",propertyType:kr.CONTROLS},itemVerticalSpacing:{value:10,unit:1,property:"itemVerticalSpacing",propertyType:kr.CSS},collapseInTheMiddle:{value:!1,property:"collapseInTheMiddle",propertyType:kr.CONTROLS},showMoreItems:{value:"On Click",property:"showMoreItems",propertyType:kr.CONTROLS},onClick:{value:"Expand and Scroll",property:"onClick",propertyType:kr.CONTROLS},numOfItemsBeforeAndAfterCollapse:{value:4,property:"numOfItemsBeforeAndAfterCollapse",propertyType:kr.CONTROLS},showItems:{value:"Tooltip",property:"showItems",propertyType:kr.CONTROLS},addMedia:{value:!1,property:"addMedia",propertyType:kr.CONTROLS},addPatternOverlay:{value:!1,property:"addPatternOverlay",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.FILL_AND_BACKGROUND="fillAndBackground",e.HOME_PAGE_ITEM_STYLE="homePageItemStyle",e.CURRENT_PAGE_ITEM_STYLE="currentPageItemStyle",e.OTHER_ITEM_STYLES="otherItemStyles",e.ITEM_SEPARATOR="itemSeparator",e.EXPAND_ICON="expandIcon"}(Ua||(Ua={}));var Ga,Wa={borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,backgroundColor:Vo.backgroundColor,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,highlights:Vo.highlights,shadows:Vo.shadows},Ya={theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor},Fa={icon:Vo.icon,showIcon:Vo.showIcon,iconSize:Vo.iconSize,iconColor:Vo.iconColor},Xa=function(){return{layout:{selectorKey:Ua.LAYOUT,adjustment:Vo.adjustment,width:Object.assign(Object.assign({},Vo.width),{value:350,unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:150,unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType,displayType:Va.displayType,showSeparators:Va.showSeparators,displayStyle:Va.displayStyle,itemSpacing:Va.itemSpacing,maxItemsToDisplay:Va.maxItemsToDisplay,overflowItems:Va.overflowItems,numOfItemsToLoad:Va.numOfItemsToLoad,itemVerticalSpacing:Va.itemVerticalSpacing,collapseInTheMiddle:Va.collapseInTheMiddle,showMoreItems:Va.showMoreItems,onClick:Va.onClick,numOfItemsBeforeAndAfterCollapse:Va.numOfItemsBeforeAndAfterCollapse,showItems:Va.showItems},design:{selectorKey:Ua.DESIGN,backgroundAndFill:Object.assign({selectorKey:Ua.FILL_AND_BACKGROUND,addMedia:Va.addMedia,addPatternOverlay:Va.addPatternOverlay},Wa),homePageItemStyle:Object.assign(Object.assign(Object.assign({selectorKey:Ua.HOME_PAGE_ITEM_STYLE,addMedia:Va.addMedia,addPatternOverlay:Va.addPatternOverlay},Wa),Ya),Fa),currentPageItemStyle:Object.assign(Object.assign(Object.assign({selectorKey:Ua.CURRENT_PAGE_ITEM_STYLE,addMedia:Va.addMedia,addPatternOverlay:Va.addPatternOverlay},Wa),Ya),Fa),otherItemStyle:Object.assign(Object.assign(Object.assign({selectorKey:Ua.OTHER_ITEM_STYLES,addMedia:Va.addMedia,addPatternOverlay:Va.addPatternOverlay},Wa),Ya),Fa),itemSeparator:Object.assign({selectorKey:Ua.ITEM_SEPARATOR},Fa),expandIcon:Object.assign({selectorKey:Ua.EXPAND_ICON,backgroundColor:Vo.backgroundColor},Fa)}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.ICON_LIBRARY="iconLibrary"}(Ga||(Ga={}));var qa,Qa={icon:Vo.icon,showIcon:Vo.showIcon,iconSize:Vo.iconSize,iconColor:Vo.iconColor},Za=function(){return{layout:{selectorKey:Ga.LAYOUT,adjustment:Vo.adjustment,width:Object.assign(Object.assign({},Vo.width),{value:20,unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:20,unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,positionType:Vo.positionType},design:Object.assign({selectorKey:Ga.DESIGN,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},Qa)}},$a={searchResultsNumber:{value:"183",property:"searchResultsNumber",propertyType:kr.CONTROLS},searchKeyword:{value:"‘Keyword’",property:"searchKeyword",propertyType:kr.CONTROLS},otherText:{value:"Search Results for",property:"otherText",propertyType:kr.CONTROLS},showSearchKeyword:{value:!0,property:"showSearchKeyword",propertyType:kr.CONTROLS},showNoOfResults:{value:!0,property:"showNoOfResults",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.SEARCH_RESULTS_COUNT="searchResultsNumber",e.SEARCH_RESULTS_KEYWORD="searchKeyword",e.SEARCH_RESULTS_OTHER_TEXT="otherText"}(qa||(qa={}));var Ja,el=function(){return{layout:{selectorKey:qa.LAYOUT,width:{value:"600",property:"width",unit:1,propertyType:kr.CSS},height:{value:"40",property:"height",unit:1,propertyType:kr.CSS},margin:Vo.margin,padding:{isAll:!0,sides:{top:{value:10,unit:1},right:{value:10,unit:1},bottom:{value:10,unit:1},left:{value:10,unit:1}},property:"padding",propertyType:kr.CSS},searchResultsNumber:$a.searchResultsNumber,searchKeyword:$a.searchKeyword,otherText:$a.otherText,showSearchKeyword:$a.showSearchKeyword,showNoOfResults:$a.showNoOfResults,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:qa.DESIGN,searchResultsNumber:{selectorKey:qa.SEARCH_RESULTS_COUNT,backgroundColor:Vo.backgroundColor,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},searchKeyword:{selectorKey:qa.SEARCH_RESULTS_KEYWORD,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},otherText:{selectorKey:qa.SEARCH_RESULTS_OTHER_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},dataConnector:{selectorKey:qa.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},rl={itemStockText:{value:"<h4 class='et-tt'>Item Stock </h4>",property:"itemStockText",propertyType:kr.CONTROLS},showItemStockText:{value:!0,property:"showItemStockText",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.ITEM_STOCK_TEXT="itemStockText"}(Ja||(Ja={}));var ol,tl=function(){return{layout:{selectorKey:Ja.LAYOUT,width:{value:"300",property:"width",unit:1,propertyType:kr.CSS},height:{value:"28",property:"height",unit:1,propertyType:kr.CSS},margin:Vo.margin,padding:{isAll:!0,sides:{top:{value:10,unit:1},right:{value:10,unit:1},bottom:{value:10,unit:1},left:{value:10,unit:1}},property:"padding",propertyType:kr.CSS},itemStockText:rl.itemStockText,showItemStockText:rl.showItemStockText,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:Ja.DESIGN,itemStockText:{selectorKey:Ja.ITEM_STOCK_TEXT,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight}},dataConnector:{selectorKey:Ja.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:kr.CONTROLS}}}},il={margin:{isAll:!1,sides:{top:{value:0,unit:4},right:{value:0,unit:4},bottom:{value:0,unit:4},left:{value:0,unit:4}},property:"margin",propertyType:kr.CSS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showNumberOfItems:{value:!0,property:"showNumberOfItems",propertyType:kr.CONTROLS},showActions:{value:!0,property:"showActions",propertyType:kr.CONTROLS},showContinueShopping:{value:!0,property:"showContinueShopping",propertyType:kr.CONTROLS},continueShoppingLinkTo:{value:null,property:"continueShoppingLinkTo",propertyType:kr.CONTROLS},continueShoppingLink:{value:"",property:"continueShoppingLink",propertyType:kr.CONTROLS},showAddFromWishlist:{value:!0,property:"showAddFromWishlist",propertyType:kr.CONTROLS},showCartGrouping:{value:!0,property:"showCartGrouping",propertyType:kr.CONTROLS},showClearCart:{value:!0,property:"showClearCart",propertyType:kr.CONTROLS},clearCartLinkTo:{value:"Go To Home Page",property:"clearCartLinkTo",propertyType:kr.CONTROLS},clearCartLink:{value:"",property:"clearCartLink",propertyType:kr.CONTROLS},showDownloadCart:{value:!0,property:"showDownloadCart",propertyType:kr.CONTROLS},showShareCart:{value:!0,property:"showShareCart",propertyType:kr.CONTROLS},showPrintCart:{value:!0,property:"showPrintCart",propertyType:kr.CONTROLS},maxNumberOfActionsToShow:{value:5,property:"maxNumberOfActionssToShow",propertyType:kr.CONTROLS},shadowColor:{value:{rgb:{r:237,g:23,b:51,a:1},hex:"#ed1733ff"},property:"shadowColor",propertyType:"css",parentRef:"cs-be-se-1"},showBorder:{value:!0,propertyType:"controls"},showShadow:{value:!0,property:"showBorder",propertyType:"controls"},blur:{value:0,property:"shadowBlur",unit:1,propertyType:"css"},spread:{value:0,property:"shadowSpread",unit:1,propertyType:"css"},angle:{property:"shadowAngle",propertyType:"css",value:{x:{value:0,unit:1},y:{value:0,unit:1}}},borderColor:{value:{rgb:{r:77,g:36,b:42,a:1},hex:"#4d242aff"},property:"borderColor",propertyType:"css",parentRef:"cs-be-se-1"},borderStyle:{value:"solid",property:"borderStyle",propertyType:"css"},borderRadius:{value:{isAll:!0,sides:{topLeft:{value:0,unit:1},topRight:{value:0,unit:1},bottomLeft:{value:0,unit:1},bottomRight:{value:0,unit:1}},property:"border"},property:"borderRadius"}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.CART_ITEM_STYLES="cartItemStyles",e.CART_HEADING_STYLES="cartHeadingStyles",e.CART_ACTION_STYLES="cartActionStyles",e.PRODUCT_ACTIONS_STYLES="productActionsStyles",e.PRODUCT_NAME_STYLES="productNameStyles",e.PRODUCT_PRICE_STYLES="productPriceStyles",e.PRODUCT_INFORMATION_STYLES="productInformationStyles",e.PRODUCT_QUANTITY_STYLES="productQuantityStyles"}(ol||(ol={}));var nl,al={borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,highlights:Vo.highlights,shadows:Vo.shadows},ll={theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor},pl=function(){return{layout:{selectorKey:ol.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:723,unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,showTitle:il.showTitle,showNumberOfItems:il.showNumberOfItems,showActions:il.showActions,showContinueShopping:il.showContinueShopping,continueShoppingLinkTo:il.continueShoppingLinkTo,continueShoppingLink:il.continueShoppingLink,showAddFromWishlist:il.showAddFromWishlist,showCartGrouping:il.showCartGrouping,showClearCart:il.showClearCart,clearCartLinkTo:il.clearCartLinkTo,clearCartLink:il.clearCartLink,showDownloadCart:il.showDownloadCart,showShareCart:il.showShareCart,showPrintCart:il.showPrintCart,maxNumberOfActionsToShow:il.maxNumberOfActionsToShow},design:{selectorKey:ol.DESIGN,cartHeadingStyles:Object.assign({selectorKey:ol.CART_HEADING_STYLES,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle},ll),cartActionStyles:{selectorKey:ol.CART_ACTION_STYLES,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing},cartItemStyles:{selectorKey:ol.CART_ITEM_STYLES,padding:Vo.padding,margin:il.margin,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur,showBorder:Vo.showBorder,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,backgroundColor:Vo.backgroundColor},productActionsStyles:Object.assign(Object.assign({selectorKey:ol.PRODUCT_ACTIONS_STYLES},al),ll),productNameStyles:Object.assign({selectorKey:ol.PRODUCT_NAME_STYLES},ll),productPriceStyles:Object.assign({selectorKey:ol.PRODUCT_PRICE_STYLES},ll),productInformationStyles:Object.assign({selectorKey:ol.PRODUCT_INFORMATION_STYLES},ll),productQuantityStyles:Object.assign(Object.assign({selectorKey:ol.PRODUCT_QUANTITY_STYLES},al),ll)},content:{selectorKey:ol.CONTENT,title:{value:"",property:"title",propertyType:kr.CONTENT},showProductTitle:{value:!0,property:"showProductTitle",propertyType:kr.CONTENT},showQuantity:{value:!0,property:"showQuantity",propertyType:kr.CONTENT},showPrice:{value:!0,property:"showPrice",propertyType:kr.CONTENT},showProductCode:{value:!0,property:"showProductCode",propertyType:kr.CONTENT},showProductOptions:{value:!0,property:"showProductOptions",propertyType:kr.CONTENT},showProductImage:{value:!0,property:"showProductImage",propertyType:kr.CONTENT},showCustomizations:{value:!0,property:"showCustomizations",propertyType:kr.CONTENT},showEdit:{value:!0,property:"showEdit",propertyType:kr.CONTENT},showMoveToWishlist:{value:!0,property:"showMoveToWishlist",propertyType:kr.CONTENT},showRemove:{value:!0,property:"showRemove",propertyType:kr.CONTENT}}}},dl={showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showNumberOfItems:{value:!0,property:"showNumberOfItems",propertyType:kr.CONTROLS},showEnterCouponCode:{value:!0,property:"showEnterCouponCode",propertyType:kr.CONTROLS},showSubTotal:{value:!0,property:"showSubTotal",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(nl||(nl={})),Vo.theme,Vo.font,Vo.fontSize,Vo.textColor,Vo.bold,Vo.italic,Vo.linethrough,Vo.underline,Vo.textAlign,Vo.characterSpacing,Vo.lineHeight,Vo.backgroundColor;var sl,cl=function(){return{layout:{selectorKey:nl.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:570,unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:300,unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,showTitle:dl.showTitle,showNumberOfItems:dl.showNumberOfItems,showEnterCouponCode:dl.showEnterCouponCode,showSubTotal:dl.showSubTotal},design:{selectorKey:nl.DESIGN},content:{selectorKey:nl.CONTENT,title:{value:"",property:"title",propertyType:kr.CONTENT},checkOutButtonText:{value:"",property:"checkOutButtonText",propertyType:kr.CONTENT}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(sl||(sl={}));var yl,ul=function(){return{layout:{selectorKey:sl.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:570,unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:300,unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:sl.DESIGN},content:{selectorKey:sl.CONTENT}}},Sl={layout:{iconAndTextSpacing:{value:10,property:"gap",unit:1,propertyType:kr.CSS},alignment:{value:"horizontal",property:"alignment",propertyType:kr.CONTROLS},lineDirection:{value:"horizontal",property:"lineDirection",propertyType:kr.CONTROLS},lineStyle:{value:"solid",propertyType:kr.CONTROLS,property:"lineStyle"},lineThickness:{value:5,property:"lineThickness",unit:1,propertyType:kr.CSS},dash:{value:"5",property:"dash",propertyType:kr.CONTROLS},gap:{value:"2",property:"gap",propertyType:kr.CONTROLS},showLineEndPoints:{value:!0,propertyType:kr.CONTROLS},lineEndPoints:{value:"round",propertyType:kr.CONTROLS},showLineStartPointIcon:{value:!1,propertyType:kr.CONTROLS},showLineEndPointIcon:{value:!1,propertyType:kr.CONTROLS}},design:{leftIcon:{value:"preview",property:"leftIcon",propertyType:kr.CONTROLS},rightIcon:{value:"minus-circle",property:"rightIcon",propertyType:kr.CONTROLS},lineColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},propertyType:kr.CSS,parentRef:"cs-be-cr-2"},size:{value:"20",property:"size",unit:1,propertyType:kr.CSS},backgroundShape:{value:"circle",property:"backgroundShape",unit:1,propertyType:kr.CONTROLS},iconGap:{value:"20",property:"iconGap",unit:1,propertyType:kr.CSS}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.FILL_AND_BACKGROUND="fillAndBackground",e.ITEM_STYLE="iconStyle",e.SOCIAL_ICONS="lineIcons",e.SOCIAL_WIDGET="lineWidget",e.START_END_ICON="startEndIcons",e.LINE_COLOR="lineColor",e.LINE_CORNERS="lineCorners"}(yl||(yl={}));var gl,Tl=function(){return{layout:{selectorKey:yl.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"250",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"20",unit:1}),margin:Vo.margin,padding:Vo.padding,alignment:Sl.layout.alignment,lineDirection:Sl.layout.lineDirection,lineStyle:Sl.layout.lineStyle,lineThickness:Sl.layout.lineThickness,dash:Sl.layout.dash,gap:Sl.layout.gap,showLineEndPoints:Sl.layout.showLineEndPointIcon,lineEndPoints:Sl.layout.lineEndPoints,showLineStartPointIcon:Sl.layout.showLineStartPointIcon,showLineEndPointIcon:Sl.layout.showLineEndPointIcon,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:yl.DESIGN,lineWidget:{selectorKey:yl.SOCIAL_WIDGET,backgroundColor:Vo.backgroundColor,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},lineCorners:{selectorKey:yl.LINE_CORNERS,leftIcon:Sl.design.leftIcon,rightIcon:Sl.design.rightIcon,size:Sl.design.size,iconColor:Vo.iconColor,backgroundShape:Sl.design.backgroundShape,backgroundColor:Vo.backgroundColor,iconGap:Sl.design},lineColor:{selectorKey:yl.LINE_COLOR,lineColor:Sl.design.lineColor}}}},hl={tabPosition:{value:"horizontal",property:"tabPosition",propertyType:kr.CONTROLS},tabLayout:{value:"contain",property:"tabLayout",propertyType:kr.CONTROLS},alignItems:{value:"start",property:"alignItems",propertyType:kr.CSS},justifyContent:{value:"start",property:"justifyContent",propertyType:kr.CSS},tabSpacing:{value:20,unit:1,property:"tabSpacing",propertyType:kr.CSS},tabAndContainerSpacing:{value:20,unit:1,property:"tabAndContainerSpacing",propertyType:kr.CSS},horizontalPadding:{value:10,unit:1,property:"horizontalPadding",propertyType:kr.CSS},verticalPadding:{value:10,unit:1,property:"verticalPadding",propertyType:kr.CSS},overflowTabs:{value:"wrap",property:"overflowTabs",propertyType:kr.CONTROLS},spacingBetweenRows:{value:10,unit:1,property:"spacingBetweenRows",propertyType:kr.CSS},tabContent:{value:[{title:"Tab",contentSource:{title:"Tab 1",content:{}},key:"123456tghjuik"}],property:"tabContent",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState",e.SELECTED_STATE="selected",e.TAB_CONTAINER="tabContainer",e.TAB_CONTENT_CONTAINER="tabContentContainer",e.TABS="tabs"}(gl||(gl={}));var Cl,Ol={borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,backgroundColor:Vo.backgroundColor,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius,exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,highlights:Vo.highlights,shadows:Vo.shadows},bl={theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight},vl=function(){return{layout:{selectorKey:gl.LAYOUT,width:Vo.width,height:Vo.height,margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo,tabPosition:hl.tabPosition,tabLayout:hl.tabLayout,alignItems:hl.alignItems,justifyContent:hl.justifyContent,tabSpacing:hl.tabSpacing,tabContainerSpacing:hl.tabAndContainerSpacing,horizontalPadding:hl.horizontalPadding,verticalPadding:hl.verticalPadding,overflowTabs:hl.overflowTabs,spacingBetweenRows:hl.spacingBetweenRows},design:{selectorKey:gl.DESIGN,tabContainer:Object.assign({selectorKey:gl.TAB_CONTAINER},Ol),tabs:{selectorKey:gl.TABS,defaultState:Object.assign(Object.assign({selectorKey:gl.DEFAULT_STATE},Ol),bl),hoverState:Object.assign(Object.assign({selectorKey:gl.HOVER_STATE},Ol),bl),selectedState:Object.assign(Object.assign({selectorKey:gl.SELECTED_STATE},Ol),bl)}},content:{selectorKey:gl.CONTENT,tabContent:hl.tabContent}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Cl||(Cl={}));var ml,wl=function(){return{layout:{selectorKey:Cl.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:kr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Vo.height),{isReadOnly:!0}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:{selectorKey:Cl.DESIGN,backgroundColor:Object.assign(Object.assign({},Vo.backgroundColor),{parentRef:void 0,value:{hex:"#dddddd",rgb:{r:"221",g:"221",b:"221",a:1}}}),borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius}}},fl={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:kr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:kr.CONTROLS},showNumberOfItems:{value:!0,property:"showNumberOfItems",propertyType:kr.CONTROLS},showActions:{value:!0,property:"showActions",propertyType:kr.CONTROLS},showContinueShopping:{value:!0,property:"showContinueShopping",propertyType:kr.CONTROLS},continueShoppingLinkTo:{value:"Go To Home Page",property:"continueShoppingLinkTo",propertyType:kr.CONTROLS},continueShoppingLink:{value:"",property:"continueShoppingLink",propertyType:kr.CONTROLS},showAddFromWishlist:{value:!0,property:"showAddFromWishlist",propertyType:kr.CONTROLS},showCartGrouping:{value:!0,property:"showCartGrouping",propertyType:kr.CONTROLS},showClearCart:{value:!0,property:"showClearCart",propertyType:kr.CONTROLS},clearCartLinkTo:{value:"Go To Home Page",property:"clearCartLinkTo",propertyType:kr.CONTROLS},clearCartLink:{value:"",property:"clearCartLink",propertyType:kr.CONTROLS},showDownloadCart:{value:!0,property:"showDownloadCart",propertyType:kr.CONTROLS},showShareCart:{value:!0,property:"showShareCart",propertyType:kr.CONTROLS},showPrintCart:{value:!0,property:"showPrintCart",propertyType:kr.CONTROLS},maxNumberOfActionsToShow:{value:5,property:"maxNumberOfActionssToShow",propertyType:kr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(ml||(ml={})),Vo.borderColor,Vo.borderStyle,Vo.borderPerSlide,Vo.showBorder,Vo.showShadow,Vo.shadowColor,Vo.blur,Vo.spread,Vo.angle,Vo.borderRadius,Vo.exposure,Vo.contrast,Vo.saturation,Vo.highlights,Vo.shadows;var Rl,Nl={theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,backgroundColor:Vo.backgroundColor},Ll=function(){return{layout:{selectorKey:ml.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"400",unit:Kr.PIXELS}),height:Object.assign(Object.assign({},Vo.height),{value:"200",unit:Kr.PIXELS}),margin:Vo.margin,padding:Vo.padding,overflowContent:Vo.overflowContent,scrollDirection:Vo.scrollDirection,displayScrollbar:Vo.displayScrollbar,positionType:Vo.positionType,pinTo:Vo.pinTo},design:Object.assign(Object.assign(Object.assign({selectorKey:ml.DESIGN,borderColor:Vo.borderColor,borderStyle:Vo.borderStyle,borderPerSlide:Vo.borderPerSlide,showBorder:Vo.showBorder,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,blur:Vo.blur,spread:Vo.spread,angle:Vo.angle,borderRadius:Vo.borderRadius},nt),Nl),{exposure:Vo.exposure,contrast:Vo.contrast,saturation:Vo.saturation,highlights:Vo.highlights,shadows:Vo.shadows}),content:{selectorKey:ml.CONTENT,title:{value:"",property:"title",propertyType:kr.CONTENT},showProductTitle:{value:!0,property:"showProductTitle",propertyType:kr.CONTENT},showQuantity:{value:!0,property:"showQuantity",propertyType:kr.CONTENT},showPrice:{value:!0,property:"showPrice",propertyType:kr.CONTENT},showProductCode:{value:!0,property:"showProductCode",propertyType:kr.CONTENT},showOptions:{value:!0,property:"showOptions",propertyType:kr.CONTENT},showProductImage:{value:!0,property:"showProductImage",propertyType:kr.CONTENT},showCustomizations:{value:!0,property:"showCustomizations",propertyType:kr.CONTENT},showEdit:{value:!0,property:"showEdit",propertyType:kr.CONTENT},showMoveToWishlist:{value:!0,property:"showMoveToWishlist",propertyType:kr.CONTENT},showRemove:{value:!0,property:"showRemove",propertyType:kr.CONTENT}},dataConnector:{selectorKey:ml.DATA_CONNECTOR,dataConnector:fl.dataConnector}}},Dl={layout:{iconAndTextSpacing:{value:10,property:"gap",unit:1,propertyType:kr.CSS},displayStyle:{value:"vertical",propertyType:kr.CONTROLS},showIcon:{value:!0,propertyType:kr.CONTROLS},iconPosition:{value:"left",propertyType:kr.CONTROLS}},content:{linksData:{value:[{id:Wi.generateUniqueId(),title:"Amazon",name:"amazon",show:!0,url:"https://amazon.com"},{id:Wi.generateUniqueId(),title:"Website",name:"website",show:!0,url:"https://www.sellerscommerce.com/"},{id:Wi.generateUniqueId(),title:"Instagram",name:"instagram",show:!0,url:"https://instagram.com"},{id:Wi.generateUniqueId(),title:"Twitter",name:"twitter",show:!0,url:"https://x.com/"},{id:Wi.generateUniqueId(),title:"Facebook",name:"facebook",show:!0,url:"https://www.facebook.com/"},{id:Wi.generateUniqueId(),title:"Youtube",name:"youtube",show:!0,url:"https://www.youtube.com/"},{id:Wi.generateUniqueId(),title:"LinkedIn",name:"linkedin",show:!0,url:"https://www.linkedin.com/"}],propertyType:kr.CONTROLS},showTitle:{value:!0,propertyType:kr.CONTROLS},title:{value:"Quick Links",propertyType:kr.CONTROLS},description:{value:"Quick Link Information",propertyType:kr.CONTROLS},showDescription:{value:!0,propertyType:kr.CONTROLS}},design:{icon:{value:"",propertyType:kr.CONTROLS},designiconSize:{value:"30",propertyType:kr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:kr.CSS,parentRef:"cs-be-cr-2"},instagramIcon:{value:"instagram",property:"instagramIcon",propertyType:kr.CONTROLS},facebookIcon:{value:"facebook",property:"facebookIcon",propertyType:kr.CONTROLS},twitterIcon:{value:"twitter",property:"twitterIcon",propertyType:kr.CONTROLS},amazonIcon:{value:"amazon",property:"amazonIcon",propertyType:kr.CONTROLS},websiteIcon:{value:"website",property:"websiteIcon",propertyType:kr.CONTROLS},youtubeIcon:{value:"youtube",property:"youtubeIcon",propertyType:kr.CONTROLS},linkedinIcon:{value:"linkedin",property:"linkedinIcon",propertyType:kr.CONTROLS}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.FILL_AND_BACKGROUND="fillAndBackground",e.ITEM_STYLE="iconStyle",e.QuickLinks_ICONS="QuickLinks",e.QuickLinks_WIDGET="QuickLinksWidget"}(Rl||(Rl={}));var Al,Il,xl,El,Pl=function(){return{layout:{selectorKey:Rl.LAYOUT,width:Object.assign(Object.assign({},Vo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Vo.height),{value:"70",unit:1}),margin:Vo.margin,padding:Vo.padding,displayStyle:Dl.layout.displayStyle,showIcon:Dl,iconPosition:Dl.layout.iconPosition,positionType:Vo.positionType,pinTo:Vo.pinTo},content:{selectorKey:Rl.CONTENT,showTitle:Dl.content.showTitle,title:Dl.content.title,showDescription:Dl.content.showDescription,description:Dl.content.description,linksData:Dl.content.linksData},design:{selectorKey:Rl.DESIGN,QuickLinksWidget:{selectorKey:Rl.QuickLinks_WIDGET,backgroundColor:Vo.backgroundColor,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur},itemStyle:{selectorKey:Rl.ITEM_STYLE,backgroundColor:Vo.backgroundColor,cropRatio:Vo.cropRatio,zoomImage:Vo.zoomImage,flip:Vo.flip,rotate:Vo.rotate,theme:Vo.theme,font:Vo.font,fontSize:Vo.fontSize,textColor:Vo.textColor,bold:Vo.bold,italic:Vo.italic,linethrough:Vo.linethrough,underline:Vo.underline,textAlign:Vo.textAlign,characterSpacing:Vo.characterSpacing,lineHeight:Vo.lineHeight,showBorder:Vo.showBorder,borderStyle:Vo.borderStyle,borderColor:Vo.borderColor,borderPerSlide:Vo.borderPerSlide,borderRadius:Vo.borderRadius,showShadow:Vo.showShadow,shadowColor:Vo.shadowColor,angle:Vo.angle,spread:Vo.spread,blur:Vo.blur,showIcon:Object.assign(Object.assign({},Vo.showIcon),{value:!1}),iconSize:Dl.design.designiconSize,iconColor:Dl.design.iconColor},QuickLinks:{selectorKey:Rl.QuickLinks_ICONS,instagramIcon:Dl.design.instagramIcon,facebookIcon:Dl.design.facebookIcon,twitterIcon:Dl.design.twitterIcon,amazonIcon:Dl.design.amazonIcon,websiteIcon:Dl.design.websiteIcon,youtubeIcon:Dl.design.youtubeIcon,linkedinIcon:Dl.design.linkedinIcon}}}},_l=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"300px",gridTemplateColumns:"100%"}},Hl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Bl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},zl=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box"}},kl=function(){return Object.assign(Object.assign({},zl()),{gridTemplateRows:"1fr",gridTemplateColumns:"1fr"})},Kl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},jl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Ul=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Ml=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"1fr",gridTemplateColumns:"1fr"}},Vl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Gl=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box"}},Wl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",gridTemplateRows:"1fr",gridTemplateColumns:"1fr",justifySelf:"center"}},Yl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Fl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Xl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},ql=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"auto",justifySelf:"center"}},Ql=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},Zl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},$l=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Jl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},ep=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"300px",gridTemplateColumns:"100%"}},rp=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"1fr",gridTemplateColumns:"1fr"}},op=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"300px",gridTemplateColumns:"100%",justifySelf:"center"}},tp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},ip=12,np=4,ap=1,lp=70,pp=20,dp=4,sp=2;!function(e){e[e.Edit=1]="Edit",e[e.Preview=2]="Preview"}(Al||(Al={})),function(e){e[e.Desktop=1]="Desktop",e[e.Mobile=2]="Mobile"}(Il||(Il={})),function(e){e.Input="input",e.Select="select",e.Textarea="textarea",e.Button="button",e.Content="content"}(xl||(xl={})),function(e){e.Text="text",e.Email="email",e.Tel="tel",e.Url="url",e.Number="number",e.Password="password",e.Date="date",e.Textarea="textarea",e.Select="select",e.Checkbox="checkbox",e.Radio="radio",e.Button="button",e.Heading1="heading1",e.Heading2="heading2",e.Paragraph="paragraph",e.Image="image",e.Video="video",e.ListUnordered="list-unordered",e.ListOrdered="list-ordered",e.Link="link",e.Html="html"}(El||(El={}));var cp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",boxSizing:"border-box",gridArea:"1/1/2/2",padding:"0px",justifySelf:"start",alignSelf:"start"}}})(),t})()));
2
+ !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports["storefront-cms-library"]=r():e["storefront-cms-library"]=r()}(this,(()=>(()=>{var e={633:(e,r,o)=>{var t=o(738).default;function i(){"use strict";e.exports=i=function(){return o},e.exports.__esModule=!0,e.exports.default=e.exports;var r,o={},n=Object.prototype,a=n.hasOwnProperty,l=Object.defineProperty||function(e,r,o){e[r]=o.value},p="function"==typeof Symbol?Symbol:{},d=p.iterator||"@@iterator",s=p.asyncIterator||"@@asyncIterator",c=p.toStringTag||"@@toStringTag";function y(e,r,o){return Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}),e[r]}try{y({},"")}catch(r){y=function(e,r,o){return e[r]=o}}function u(e,r,o,t){var i=r&&r.prototype instanceof b?r:b,n=Object.create(i.prototype),a=new P(t||[]);return l(n,"_invoke",{value:A(e,o,a)}),n}function S(e,r,o){try{return{type:"normal",arg:e.call(r,o)}}catch(e){return{type:"throw",arg:e}}}o.wrap=u;var g="suspendedStart",T="suspendedYield",h="executing",C="completed",O={};function b(){}function v(){}function m(){}var w={};y(w,d,(function(){return this}));var f=Object.getPrototypeOf,R=f&&f(f(_([])));R&&R!==n&&a.call(R,d)&&(w=R);var N=m.prototype=b.prototype=Object.create(w);function L(e){["next","throw","return"].forEach((function(r){y(e,r,(function(e){return this._invoke(r,e)}))}))}function D(e,r){function o(i,n,l,p){var d=S(e[i],e,n);if("throw"!==d.type){var s=d.arg,c=s.value;return c&&"object"==t(c)&&a.call(c,"__await")?r.resolve(c.__await).then((function(e){o("next",e,l,p)}),(function(e){o("throw",e,l,p)})):r.resolve(c).then((function(e){s.value=e,l(s)}),(function(e){return o("throw",e,l,p)}))}p(d.arg)}var i;l(this,"_invoke",{value:function(e,t){function n(){return new r((function(r,i){o(e,t,r,i)}))}return i=i?i.then(n,n):n()}})}function A(e,o,t){var i=g;return function(n,a){if(i===h)throw Error("Generator is already running");if(i===C){if("throw"===n)throw a;return{value:r,done:!0}}for(t.method=n,t.arg=a;;){var l=t.delegate;if(l){var p=I(l,t);if(p){if(p===O)continue;return p}}if("next"===t.method)t.sent=t._sent=t.arg;else if("throw"===t.method){if(i===g)throw i=C,t.arg;t.dispatchException(t.arg)}else"return"===t.method&&t.abrupt("return",t.arg);i=h;var d=S(e,o,t);if("normal"===d.type){if(i=t.done?C:T,d.arg===O)continue;return{value:d.arg,done:t.done}}"throw"===d.type&&(i=C,t.method="throw",t.arg=d.arg)}}}function I(e,o){var t=o.method,i=e.iterator[t];if(i===r)return o.delegate=null,"throw"===t&&e.iterator.return&&(o.method="return",o.arg=r,I(e,o),"throw"===o.method)||"return"!==t&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a '"+t+"' method")),O;var n=S(i,e.iterator,o.arg);if("throw"===n.type)return o.method="throw",o.arg=n.arg,o.delegate=null,O;var a=n.arg;return a?a.done?(o[e.resultName]=a.value,o.next=e.nextLoc,"return"!==o.method&&(o.method="next",o.arg=r),o.delegate=null,O):a:(o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,O)}function x(e){var r={tryLoc:e[0]};1 in e&&(r.catchLoc=e[1]),2 in e&&(r.finallyLoc=e[2],r.afterLoc=e[3]),this.tryEntries.push(r)}function E(e){var r=e.completion||{};r.type="normal",delete r.arg,e.completion=r}function P(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(x,this),this.reset(!0)}function _(e){if(e||""===e){var o=e[d];if(o)return o.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,n=function o(){for(;++i<e.length;)if(a.call(e,i))return o.value=e[i],o.done=!1,o;return o.value=r,o.done=!0,o};return n.next=n}}throw new TypeError(t(e)+" is not iterable")}return v.prototype=m,l(N,"constructor",{value:m,configurable:!0}),l(m,"constructor",{value:v,configurable:!0}),v.displayName=y(m,c,"GeneratorFunction"),o.isGeneratorFunction=function(e){var r="function"==typeof e&&e.constructor;return!!r&&(r===v||"GeneratorFunction"===(r.displayName||r.name))},o.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,m):(e.__proto__=m,y(e,c,"GeneratorFunction")),e.prototype=Object.create(N),e},o.awrap=function(e){return{__await:e}},L(D.prototype),y(D.prototype,s,(function(){return this})),o.AsyncIterator=D,o.async=function(e,r,t,i,n){void 0===n&&(n=Promise);var a=new D(u(e,r,t,i),n);return o.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},L(N),y(N,c,"Generator"),y(N,d,(function(){return this})),y(N,"toString",(function(){return"[object Generator]"})),o.keys=function(e){var r=Object(e),o=[];for(var t in r)o.push(t);return o.reverse(),function e(){for(;o.length;){var t=o.pop();if(t in r)return e.value=t,e.done=!1,e}return e.done=!0,e}},o.values=_,P.prototype={constructor:P,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(E),!e)for(var o in this)"t"===o.charAt(0)&&a.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=r)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var o=this;function t(t,i){return l.type="throw",l.arg=e,o.next=t,i&&(o.method="next",o.arg=r),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var n=this.tryEntries[i],l=n.completion;if("root"===n.tryLoc)return t("end");if(n.tryLoc<=this.prev){var p=a.call(n,"catchLoc"),d=a.call(n,"finallyLoc");if(p&&d){if(this.prev<n.catchLoc)return t(n.catchLoc,!0);if(this.prev<n.finallyLoc)return t(n.finallyLoc)}else if(p){if(this.prev<n.catchLoc)return t(n.catchLoc,!0)}else{if(!d)throw Error("try statement without catch or finally");if(this.prev<n.finallyLoc)return t(n.finallyLoc)}}}},abrupt:function(e,r){for(var o=this.tryEntries.length-1;o>=0;--o){var t=this.tryEntries[o];if(t.tryLoc<=this.prev&&a.call(t,"finallyLoc")&&this.prev<t.finallyLoc){var i=t;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=r&&r<=i.finallyLoc&&(i=null);var n=i?i.completion:{};return n.type=e,n.arg=r,i?(this.method="next",this.next=i.finallyLoc,O):this.complete(n)},complete:function(e,r){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&r&&(this.next=r),O},finish:function(e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.finallyLoc===e)return this.complete(o.completion,o.afterLoc),E(o),O}},catch:function(e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc===e){var t=o.completion;if("throw"===t.type){var i=t.arg;E(o)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,o,t){return this.delegate={iterator:_(e),resultName:o,nextLoc:t},"next"===this.method&&(this.arg=r),O}},o}e.exports=i,e.exports.__esModule=!0,e.exports.default=e.exports},738:e=>{function r(o){return e.exports=r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,r(o)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports},756:(e,r,o)=>{var t=o(633)();e.exports=t;try{regeneratorRuntime=t}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}}},r={};function o(t){var i=r[t];if(void 0!==i)return i.exports;var n=r[t]={exports:{}};return e[t](n,n.exports,o),n.exports}o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var t={};return(()=>{"use strict";o.r(t),o.d(t,{ElementEditSchema:()=>ur,addOrderSchema:()=>kr,amountEstimatorSchema:()=>r,brandImageSchema:()=>Or,brandSchema:()=>Cr,bulkVariantPickerSchema:()=>i,bundleSchema:()=>br,buttonSchema:()=>n,cartSchema:()=>gr,categoryDetailsSchema:()=>Ar,cmsTypes:()=>e,codeSchema:()=>a,commonFunctions:()=>qi,contactUsSchema:()=>Rr,containerSchema:()=>l,countdownSchema:()=>p,createFormSchema:()=>Lr,embedSchema:()=>d,enums:()=>j,faqSchema:()=>s,formBuilder:()=>Br,gallerySliderSchema:()=>c,gridSchema:()=>y,imageHotspotSchema:()=>u,imageSchema:()=>S,interfaces:()=>K,itemStockSchema:()=>xr,layouterItemSchema:()=>fr,layouterSchema:()=>wr,lightBoxV2Schema:()=>vr,lightboxSchema:()=>Sr,lineItemSchema:()=>Er,loginSchema:()=>Nr,mapSchema:()=>T,marchandiserSetsSchema:()=>Hr,paymentMethodsSchema:()=>h,pickupLocationsSchema:()=>C,priceSchema:()=>f,productActionsSchema:()=>O,productHighlightsSchema:()=>w,productImageSchema:()=>b,productInventorySchema:()=>v,productPromotionsSchema:()=>m,productSchema:()=>g,profileSchema:()=>Tr,quantitySelectorSchema:()=>R,quickLinksSchema:()=>zr,repeaterSchema:()=>hr,resetPasswordSchema:()=>Dr,scrollSchema:()=>N,searchResultsHeadingSchema:()=>Ir,searchSchema:()=>mr,sectionSchema:()=>L,shippingEstimatorSchema:()=>D,socialIconsSchema:()=>A,stackSchema:()=>I,storeLocationsSchema:()=>x,tabSchema:()=>E,tableSchema:()=>P,tabsContainerSchema:()=>_r,tabsV2Schema:()=>Pr,textSchema:()=>_,uomSelectorSchema:()=>H,variantPickerSchema:()=>B,videoSChema:()=>z,volumePricingSchema:()=>k});var e={};o.r(e);var r={};o.r(r),o.d(r,{getDefaultStyles:()=>Fr});var i={};o.r(i),o.d(i,{getDefaultStyles:()=>Xr});var n={};o.r(n),o.d(n,{getDefaultStyles:()=>qr});var a={};o.r(a),o.d(a,{getDefaultStyles:()=>Qr,getSectionDefaultStyles:()=>Zr});var l={};o.r(l),o.d(l,{getDefaultStyles:()=>$r});var p={};o.r(p),o.d(p,{getDefaultStyles:()=>Jr});var d={};o.r(d),o.d(d,{getDefaultStyles:()=>eo,getSectionDefaultStyles:()=>ro});var s={};o.r(s),o.d(s,{getDefaultStyles:()=>oo});var c={};o.r(c),o.d(c,{getDefaultStyles:()=>to});var y={};o.r(y),o.d(y,{getDefaultStyles:()=>io});var u={};o.r(u),o.d(u,{getDefaultStyles:()=>no});var S={};o.r(S),o.d(S,{getDefaultStyles:()=>ao});var g={};o.r(g),o.d(g,{getDefaultStyles:()=>lo});var T={};o.r(T),o.d(T,{getDefaultStyles:()=>po});var h={};o.r(h),o.d(h,{getDefaultStyles:()=>so});var C={};o.r(C),o.d(C,{getDefaultStyles:()=>co});var O={};o.r(O),o.d(O,{getDefaultStyles:()=>yo});var b={};o.r(b),o.d(b,{getDefaultStyles:()=>uo});var v={};o.r(v),o.d(v,{getDefaultStyles:()=>So});var m={};o.r(m),o.d(m,{getDefaultStyles:()=>go});var w={};o.r(w),o.d(w,{getDefaultStyles:()=>To});var f={};o.r(f),o.d(f,{getDefaultStyles:()=>ho});var R={};o.r(R),o.d(R,{getDefaultStyles:()=>Co});var N={};o.r(N),o.d(N,{getDefaultStyles:()=>Oo});var L={};o.r(L),o.d(L,{getDefaultStyles:()=>bo,getSectionDefaultStyles:()=>vo});var D={};o.r(D),o.d(D,{getDefaultStyles:()=>mo});var A={};o.r(A),o.d(A,{getDefaultSocialIconsStyles:()=>wo});var I={};o.r(I),o.d(I,{getDefaultStyles:()=>fo});var x={};o.r(x),o.d(x,{getDefaultStyles:()=>Ro});var E={};o.r(E),o.d(E,{getDefaultStyles:()=>No});var P={};o.r(P),o.d(P,{getDefaultTableStyles:()=>Lo});var _={};o.r(_),o.d(_,{getDefaultStyles:()=>Do});var H={};o.r(H),o.d(H,{getDefaultStyles:()=>Ao});var B={};o.r(B),o.d(B,{getDefaultStyles:()=>Io});var z={};o.r(z),o.d(z,{getDefaultVideoStyles:()=>xo});var k={};o.r(k),o.d(k,{getDefaultStyles:()=>Eo});var j={};o.r(j),o.d(j,{CMSCSSUnitTypesEnums:()=>Vr,CMSComponentImportTypeEnum:()=>Gr,CMSCustomEventServiceTypesEnum:()=>Ko,CMSCustomEventsListEnums:()=>Uo,CMSDeviceVisibilityHiddenTypeEnums:()=>ko,CMSDeviceVisibilityKeysEnums:()=>jo,CMSElementEditTypes:()=>Mr,CMSElementSelectors:()=>Kr,CMSElementsListEnum:()=>Wo,CMSRepeaterSliderControlTypes:()=>Ho,CMSResponsiveModeEnums:()=>Po,CMSStackDisplayTypeEnum:()=>Wr,CMSToolAttributes:()=>Ur,CMSToolIdTypes:()=>jr,FlexAppVersionEnums:()=>Mo,FlexDefaultValues:()=>Vo,FliterTypes:()=>Bo,FontWeightEnum:()=>Yr,LinkTypes:()=>_o,SkeletonItems:()=>Go,SortOptions:()=>zo});var K={};o.r(K);var U={};o.r(U),o.d(U,{cssInputInstances:()=>Fo});var M={};o.r(M),o.d(M,{AmountEstimatorsSelectorKeysEnum:()=>Yo,getDefaultData:()=>Zo});var V={};o.r(V),o.d(V,{BulkVariantPickerSelectorKeysEnum:()=>qo,getDefaultData:()=>et});var G={};o.r(G),o.d(G,{ButtonSelectorKeysEnum:()=>Jo,getDefaultData:()=>tt});var W={};o.r(W),o.d(W,{codeSelectorKeysEnum:()=>ot,getDefaultData:()=>nt});var Y={};o.r(Y),o.d(Y,{codeSelectorKeysEnum:()=>it,getDefaultData:()=>lt});var F={};o.r(F),o.d(F,{getDefaultData:()=>ct,selfSelectorKeysEnum:()=>at});var X={};o.r(X),o.d(X,{SelectorKeysEnum:()=>st,getDefaultData:()=>gt});var q={};o.r(q),o.d(q,{embedSelectorKeysEnum:()=>St,getDefaultData:()=>ht});var Q={};o.r(Q),o.d(Q,{ButtonSelectorKeysEnum:()=>Tt,getDefaultData:()=>bt});var Z={};o.r(Z),o.d(Z,{SelectorKeysEnum:()=>Ot,getDefaultData:()=>wt});var $={};o.r($),o.d($,{getDefaultData:()=>Rt,gridSelectorKeysEnum:()=>mt});var J={};o.r(J),o.d(J,{SelectorKeysEnum:()=>ft,getDefaultData:()=>Dt});var ee={};o.r(ee),o.d(ee,{SelectorKeysEnum:()=>Lt,getDefaultData:()=>xt});var re={};o.r(re),o.d(re,{SelectorKeysEnum:()=>It,getDefaultData:()=>_t});var oe={};o.r(oe),o.d(oe,{SelectorKeysEnum:()=>Pt,getDefaultData:()=>zt});var te={};o.r(te),o.d(te,{SelectorKeysEnum:()=>Bt,getDefaultData:()=>Kt});var ie={};o.r(ie),o.d(ie,{PaymentMethodSelectorKeysEnum:()=>jt,getDefaultData:()=>Vt});var ne={};o.r(ne),o.d(ne,{PickupLocationsSelectorKeysEnum:()=>Mt,getDefaultData:()=>Yt});var ae={};o.r(ae),o.d(ae,{SelectorKeysEnum:()=>Wt,getDefaultData:()=>qt});var le={};o.r(le),o.d(le,{ButtonSelectorKeysEnum:()=>Xt,getDefaultData:()=>Jt});var pe={};o.r(pe),o.d(pe,{ProductHighlightsSelectorKeysEnum:()=>Zt,getDefaultData:()=>oi});var de={};o.r(de),o.d(de,{ProductInventorySelectorKeysEnum:()=>ri,getDefaultData:()=>ni});var se={};o.r(se),o.d(se,{SelectorKeysEnum:()=>ii,getDefaultData:()=>pi});var ce={};o.r(ce),o.d(ce,{ProductPromotionsSelectorKeysEnum:()=>ai,getDefaultData:()=>ci});var ye={};o.r(ye),o.d(ye,{QuantitySelectorSelectorKeysEnum:()=>si,getDefaultData:()=>Si});var ue={};o.r(ue),o.d(ue,{SelectorKeysEnum:()=>ui,getDefaultData:()=>hi});var Se={};o.r(Se),o.d(Se,{getDefaultData:()=>Oi,sectionSelectorKeysEnum:()=>Ti});var ge={};o.r(ge),o.d(ge,{ShippingEstimatorSelectorKeysEnum:()=>Ci,getDefaultData:()=>vi});var Te={};o.r(Te),o.d(Te,{getDefaultData:()=>wi});var he={};o.r(he),o.d(he,{SocialSelectorKeysEnum:()=>Qi,getDefaultData:()=>Ji});var Ce={};o.r(Ce),o.d(Ce,{getDefaultData:()=>rn,selfSelectorKeysEnum:()=>$i});var Oe={};o.r(Oe),o.d(Oe,{StoreLocationSelectorKeysEnum:()=>en,getDefaultData:()=>nn});var be={};o.r(be),o.d(be,{TableSelectorKeysEnum:()=>tn,getDefaultData:()=>pn});var ve={};o.r(ve),o.d(ve,{SelectorKeysEnum:()=>ln,getDefaultData:()=>un});var me={};o.r(me),o.d(me,{getDefaultData:()=>gn,textSelectorKeysEnum:()=>sn});var we={};o.r(we),o.d(we,{UOMSelectorKeysEnum:()=>Sn,getDefaultData:()=>Cn});var fe={};o.r(fe),o.d(fe,{VariantPickerSelectorKeysEnum:()=>hn,getDefaultData:()=>vn});var Re={};o.r(Re),o.d(Re,{VideoSelectorKeysEnum:()=>bn,getDefaultData:()=>fn});var Ne={};o.r(Ne),o.d(Ne,{VolumePricingSelectorKeysEnum:()=>wn,getDefaultData:()=>Ln});var Le={};o.r(Le),o.d(Le,{getDefaultData:()=>In,lightboxSelectorKeysEnum:()=>Nn});var De={};o.r(De),o.d(De,{cartSelectorKeysEnum:()=>An,getDefaultData:()=>Pn});var Ae={};o.r(Ae),o.d(Ae,{getDefaultData:()=>Bn,profileSelectorKeysEnum:()=>En});var Ie={};o.r(Ie),o.d(Ie,{getDefaultData:()=>kn,selfSelectorKeysEnum:()=>Hn});var xe={};o.r(xe),o.d(xe,{getDefaultData:()=>Kn,selfSelectorKeysEnum:()=>zn});var Ee={};o.r(Ee),o.d(Ee,{SelectorKeysEnum:()=>jn,getDefaultData:()=>Vn});var Pe={};o.r(Pe),o.d(Pe,{SelectorKeysEnum:()=>Mn,getDefaultData:()=>Fn});var _e={};o.r(_e),o.d(_e,{SelectorKeysEnum:()=>Yn,getDefaultData:()=>Qn});var He={};o.r(He),o.d(He,{SelectorKeysEnum:()=>qn,getDefaultData:()=>Jn});var Be={};o.r(Be),o.d(Be,{SelectorKeysEnum:()=>$n,getDefaultData:()=>oa});var ze={};o.r(ze),o.d(ze,{SelectorKeysEnum:()=>ra,getDefaultData:()=>na});var ke={};o.r(ke),o.d(ke,{SelectorKeysEnum:()=>ia,getDefaultData:()=>pa});var je={};o.r(je),o.d(je,{SelectorKeysEnum:()=>la,getDefaultData:()=>ca});var Ke={};o.r(Ke),o.d(Ke,{SelectorKeysEnum:()=>sa,getDefaultData:()=>Ta});var Ue={};o.r(Ue),o.d(Ue,{SelectorKeysEnum:()=>ua,getDefaultData:()=>Oa});var Me={};o.r(Me),o.d(Me,{SelectorKeysEnum:()=>Ca,getDefaultData:()=>ma});var Ve={};o.r(Ve),o.d(Ve,{SelectorKeysEnum:()=>va,getDefaultData:()=>Ra});var Ge={};o.r(Ge),o.d(Ge,{getDefaultData:()=>La,selfSelectorKeysEnum:()=>fa});var We={};o.r(We),o.d(We,{SelectorKeysEnum:()=>Na,getDefaultData:()=>Ia});var Ye={};o.r(Ye),o.d(Ye,{getDefaultData:()=>Pa,searchSelectorKeysEnum:()=>Aa});var Fe={};o.r(Fe),o.d(Fe,{getDefaultData:()=>Ha,selfSelectorKeysEnum:()=>Ea});var Xe={};o.r(Xe),o.d(Xe,{getDefaultData:()=>za,selfSelectorKeysEnum:()=>_a});var qe={};o.r(qe),o.d(qe,{SelectorKeysEnum:()=>Ba,getDefaultData:()=>Ka});var Qe={};o.r(Qe),o.d(Qe,{contactUsSelectorKeysEnum:()=>ja,getDefaultData:()=>Ma});var Ze={};o.r(Ze),o.d(Ze,{getDefaultData:()=>Ga,loginSelectorKeysEnum:()=>Ua});var $e={};o.r($e),o.d($e,{getDefaultData:()=>Ya,resetPasswordSelectorKeysEnum:()=>Va});var Je={};o.r(Je),o.d(Je,{SelectorKeysEnum:()=>Wa,getDefaultData:()=>$a});var er={};o.r(er),o.d(er,{SelectorKeysEnum:()=>Xa,getDefaultData:()=>rl});var rr={};o.r(rr),o.d(rr,{getDefaultData:()=>il,searchResultsHeadingSelectorKeysEnum:()=>Ja});var or={};o.r(or),o.d(or,{getDefaultData:()=>ll,itemStockSelectorKeysEnum:()=>tl});var tr={};o.r(tr),o.d(tr,{SelectorKeysEnum:()=>al,getDefaultData:()=>yl});var ir={};o.r(ir),o.d(ir,{SelectorKeysEnum:()=>dl,getDefaultData:()=>gl});var nr={};o.r(nr),o.d(nr,{SelectorKeysEnum:()=>Sl,getDefaultData:()=>hl});var ar={};o.r(ar),o.d(ar,{LineSelectorKeysEnum:()=>Tl,getDefaultData:()=>bl});var lr={};o.r(lr),o.d(lr,{getDefaultData:()=>Rl});var pr={};o.r(pr),o.d(pr,{getDefaultData:()=>Ll,selfSelectorKeysEnum:()=>ml});var dr={};o.r(dr),o.d(dr,{SelectorKeysEnum:()=>Nl,getDefaultData:()=>xl});var sr={};o.r(sr),o.d(sr,{createFormSelectorKeysEnum:()=>Al,getDefaultData:()=>Pl});var cr={};o.r(cr),o.d(cr,{QuickLinksSelectorKeysEnum:()=>El,getDefaultData:()=>Bl});var yr={};o.r(yr),o.d(yr,{AddOrderSelectorKeysEnum:()=>Hl,getDefaultData:()=>Ml});var ur={};o.r(ur),o.d(ur,{addOrder:()=>yr,allocationDetails:()=>nr,allocations:()=>We,amountEstimator:()=>M,brand:()=>_e,brandImage:()=>ke,breadcrumbs:()=>Je,bulkVariantPicker:()=>V,bundle:()=>He,button:()=>G,cart:()=>De,cartDetails:()=>tr,cartSummary:()=>ir,category:()=>Be,categoryDetails:()=>qe,code:()=>W,common:()=>U,contactUs:()=>Qe,container:()=>F,countdown:()=>X,createForm:()=>sr,embed:()=>q,faq:()=>Q,filters:()=>je,gallerySlider:()=>Z,grid:()=>$,iconLibrary:()=>er,image:()=>J,imageHotspot:()=>oe,itemStock:()=>or,layouter:()=>Fe,layouterItem:()=>Xe,lightBoxV2:()=>Ge,lightbox:()=>Le,line:()=>ar,login:()=>Ze,map:()=>te,marchandiserSets:()=>dr,menu:()=>Ee,pastOrders:()=>Ue,paymentMethods:()=>ie,pickupLocations:()=>ne,price:()=>se,product:()=>ee,productActions:()=>le,productDetails:()=>re,productHighlights:()=>pe,productImage:()=>ae,productInventory:()=>de,productOptions:()=>Pe,productPromotions:()=>ce,profile:()=>Ae,quantitySelector:()=>ye,quickLinks:()=>cr,quotes:()=>Me,repeater:()=>Ie,repeaterItem:()=>xe,resetPassword:()=>$e,rfqs:()=>Ve,scroll:()=>ue,search:()=>Ye,searchResultsHeading:()=>rr,section:()=>Se,shippingEstimator:()=>ge,slideShowLayouter:()=>Te,social:()=>he,sort:()=>Ke,stack:()=>Ce,staticText:()=>Y,storeLocations:()=>Oe,subCategory:()=>ze,tabContainer:()=>pr,table:()=>be,tabs:()=>ve,tabsV2:()=>lr,text:()=>me,uomSelector:()=>we,variantPicker:()=>fe,video:()=>Re,volumePricing:()=>Ne});var Sr={};o.r(Sr),o.d(Sr,{getDefaultStyles:()=>Vl});var gr={};o.r(gr),o.d(gr,{getDefaultStyles:()=>Gl});var Tr={};o.r(Tr),o.d(Tr,{getDefaultStyles:()=>Wl});var hr={};o.r(hr),o.d(hr,{getDefaultStyles:()=>Yl,getDefaultStylesV2:()=>Fl});var Cr={};o.r(Cr),o.d(Cr,{getDefaultStyles:()=>Xl});var Or={};o.r(Or),o.d(Or,{getDefaultStyles:()=>ql});var br={};o.r(br),o.d(br,{getDefaultStyles:()=>Ql});var vr={};o.r(vr),o.d(vr,{getDefaultStyles:()=>Zl});var mr={};o.r(mr),o.d(mr,{getDefaultStyles:()=>$l});var wr={};o.r(wr),o.d(wr,{getDefaultStyles:()=>Jl});var fr={};o.r(fr),o.d(fr,{getDefaultStyles:()=>ep});var Rr={};o.r(Rr),o.d(Rr,{getDefaultStyles:()=>rp});var Nr={};o.r(Nr),o.d(Nr,{getDefaultStyles:()=>op});var Lr={};o.r(Lr),o.d(Lr,{getDefaultStyles:()=>tp});var Dr={};o.r(Dr),o.d(Dr,{getDefaultStyles:()=>ip});var Ar={};o.r(Ar),o.d(Ar,{getDefaultStyles:()=>np,getSectionDefaultStyles:()=>ap});var Ir={};o.r(Ir),o.d(Ir,{getDefaultStyles:()=>lp});var xr={};o.r(xr),o.d(xr,{getDefaultStyles:()=>pp});var Er={};o.r(Er),o.d(Er,{getDefaultStyles:()=>dp});var Pr={};o.r(Pr),o.d(Pr,{getDefaultStyles:()=>sp});var _r={};o.r(_r),o.d(_r,{getDefaultStyles:()=>cp});var Hr={};o.r(Hr),o.d(Hr,{getDefaultStyles:()=>yp,getSectionDefaultStyles:()=>up});var Br={};o.r(Br),o.d(Br,{FBModeEnum:()=>kl,FB_CELL_HEIGHT:()=>hp,FB_CONTAINER_PADDING:()=>Cp,FB_GRID_COLS:()=>Sp,FB_GRID_MIN_WIDTH:()=>Op,FB_GRID_MOBILE_COLS:()=>gp,FB_GRID_MOBILE_MIN_WIDTH:()=>bp,FB_GRID_ROWS:()=>Tp,FormComponentTypeEnum:()=>Kl,FormElementTypeEnum:()=>Ul,ScreenSizeEnums:()=>jl});var zr={};o.r(zr),o.d(zr,{getDefaultQuickLinksStyles:()=>vp});var kr={};o.r(kr),o.d(kr,{getDefaultStyles:()=>mp});var jr,Kr,Ur,Mr,Vr,Gr,Wr,Yr,Fr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Xr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},qr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Qr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"auto",justifySelf:"center"}},Zr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},$r=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"300px",gridTemplateColumns:"100%"}},Jr=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},eo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"auto",justifySelf:"center"}},ro=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},oo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},to=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},io=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"auto"}},no=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},ao=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},lo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},po=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},so=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},co=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},yo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},uo=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},So=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},go=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},To=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},ho=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Co=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Oo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},bo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",gridTemplateRows:"auto",gridTemplateColumns:"auto",justifySelf:"center"}},vo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},mo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},wo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",boxSizing:"border-box",gridArea:"1/1/2/2",padding:"0px",justifySelf:"start",alignSelf:"start"}},fo=function(){return{maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",gridTemplateRows:"300px",gridTemplateColumns:"300px"}},Ro=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},No=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Lo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",boxSizing:"border-box",gridArea:"1/1/2/2",padding:"0px",justifySelf:"start",alignSelf:"start"}},Do=function(){return{height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Ao=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Io=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},xo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",boxSizing:"border-box",gridArea:"1/1/2/2",padding:"0px",justifySelf:"start",alignSelf:"start"}},Eo=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}};!function(e){e.playgroundWrapper="playground_wrapper",e.layers="CMS Layers",e.addGrid="AddGrid",e.toolTip="custom-tooltip",e.customCanvas="custom-canvas",e.pageId="cms__template__editor",e.pageWrapper="page-wrapper",e.iframeContainerDiv="iframe-container-div",e.iframePlaygroud="iframe__playground",e.sectionLayersOverlay="section__layers__overlay",e.gridLayersOverlay="grid__layers__overlay",e.iframeRoot="cms-iframe-root",e.addElementTools="cms-add-element-tools",e.contextMenu="cms-context-menu",e.pageSaveButton="cms-page-save-button",e.elementPopertiesPopup="cms-element-properties",e.addElementComponent="cms-add-element-component",e.addElementCanvas="cms-custom-canvas",e.addElementPopup="cms-add-element-popup",e.sectionWrapper="cms-section-wrapper",e.gridWrapper="cms-grid-wrapper",e.addGridButton="add-grid-button",e.addGridButtonSpan="add-grid-span",e.addGridResizerSpan="add-grid-resizer-span",e.customTooltip="cms-custom-tooltip",e.customCodeModal="cms-custom-code-modal",e.playgroundMain="cms-playground-main",e.themeSettings="cms-theme-settings-component",e.pageLayers="cms-page-layers-component",e.playgroundProperties="cms-playground-properties",e.dragDropPercentage="cms-drag-drop-percentage",e.elementReizer="cms-element-resizer",e.elementReizerData="cms-element-resizer-data",e.cmsPageLoader="cms-page-loader",e.dataDropElement="cms-drop-element",e.containerWrapper="cms-container-wrapper",e.tabsWrapperV2="cms-tabs-v2-wrapper",e.tabsContainerWrapperV2="cms-tabs-container-wrapper",e.stackWrapper="cms-stack-wrapper",e.cmsSubElementLayer="cms-sub-element-layer",e.editorHeader="cms-editor-header",e.cmsAddElementBodyLayer="data-global-temp-body",e.cmsIframePreview="cms-iframe-preview",e.cmsIframeMainElement="cms-iframe-preview-main",e.duplicateElement="cms-element-duplicate",e.addGlobalSectionsPopup="cms-add-global-sections-popup",e.containerElement="div[data-element-type='container']",e.repeaterWrapper="cms-repeater-wrapper",e.layouterWrapper="cms-layouter-wrapper",e.repeaterItemWrapper="cms-repeater-item-wrapper",e.layouterItemWrapper="cms-layouter-item-wrapper",e.cmsElementFullView="cms-element-full-view",e.productWrapper="cms-product-wrapper",e.productDetailsWrapper="cms-product-details-wrapper",e.categoryDetailsWrapper="cms-category-details-wrapper",e.brandWrapper="cms-brand-wrapper",e.categoryWrapper="cms-category-wrapper",e.subCategoryWrapper="cms-sub-category-wrapper",e.categoryWidgetWrapper="cms-category-widget-wrapper",e.tabsWrapper="cms-tabs-wrapper",e.gridSwapBtn="cms-grid-swap-btn",e.lightBox="cms_lt_bx_mn",e.lightBoxV2Wrapper="cms-light-box-wrapper",e.marchandiserSetsWrapper="cms-marchandiser-sets-wrapper"}(jr||(jr={})),function(e){e.iframeSelector="iframe[data-title='iframe__playground']",e.iframePreviewSelector="iframe[data-title='cms-iframe-preview']",e.iframePreviewMainSelector="[data-page-id='cms-iframe-preview-main']",e.templteEditiorSelector="[data-page-id='cms__template__editor']",e.pageWrapper="[data-page-id='page-wrapper']",e.gridSelector="section[data-div-type='section'] > .wrapper > div[data-div-type='grid']",e.insideGridSelector=".wrapper > div[data-div-type='grid']",e.elementSelector="section[data-div-type='section'] > .wrapper > div[data-div-type='grid'] > div[data-div-type='cms-grid-wrapper'] > div[data-div-type='element']",e.newElementSelector="div[data-div-type='element']",e.sectionSelector="section[data-div-type='section']",e.layersParentSelector="section[data-div-type='section'] [data-cms-tool='CMS Layers']",e.layersGridSelector="section[data-div-type='section'] [data-cms-tool='CMS Layers'] > .styles__wrapper > div[data-layer-div-type='grid']",e.layersGridElementSelector="section[data-div-type='section'] [data-cms-tool='CMS Layers'] > .styles__wrapper > div[data-layer-div-type='grid'] > div[data-layer-div-type='element']",e.newLayersGridElementSelector="div[data-layer-div-type='element']",e.sectionLayersOverlay="[data-div-type = 'section__layers__overlay']",e.gridLayersOverlay="[data-div-type='grid__layers__overlay']",e.iframeRoot="#cms-iframe-root",e.playgroundScrollY="playground-srolltop",e.playgroundScrollX="playground-srollleft",e.addElementComponentSelector="[data-cms-tool='cms-add-element-component']",e.playgroundWrapper="[data-cms-tool='playground_wrapper']",e.addElementPopup="[data-cms-tool='cms-add-element-popup']",e.addGlobalSectionsPopup="[data-cms-tool='cms-add-global-sections-popup']",e.addGridButtonSelector="button[data-cms-tool='add-grid-button']",e.customCodeModalSelectr="div[data-cms-tool='cms-custom-code-modal']",e.playgroundMain="main[data-cms-tool='cms-playground-main']",e.themeSettings="div[data-cms-tool='cms-theme-settings-component']",e.pageLayers="div[data-cms-tool='cms-page-layers-component']",e.playgroundProperties="div[data-cms-tool='cms-playground-properties']",e.elementDNDPercentage="div[data-cms-tool='cms-drag-drop-percentage']",e.elementReizer="div[data-cms-tool='cms-element-resizer']",e.elementReizerData="div[data-cms-tool='cms-element-resizer-data']",e.cmsPageLoader="div[data-cms-tool='cms-page-loader']",e.dataDropElement="div[data-drop-element='cms-drop-element']",e.layerDataDropElement="div[data-layer-drop-element='cms-drop-element']",e.layerSubElement="div[data-cms-tool='cms-sub-element-layer']",e.editorHeader="div[data-cms-tool='cms-editor-header']",e.cmsAddElementBodyLayer="div[data-cms-tool='data-global-temp-body']",e.duplicateElement="div[data-cms-tool='cms-element-duplicate']",e.stackWrapper="div[data-div-type='cms-stack-wrapper']",e.containerElement="div[data-element-type='container']",e.repeaterElement="div[data-element-type='repeater']",e.repeaterItemElement="div[data-element-type='repeater-item']",e.cmsElementFullView="div[data-cms-tool='cms-element-full-view']",e.productElement="div[data-element-type='product']",e.productDetailsElement="div[data-element-type='productDetails']",e.categoryDetailsElement="div[data-element-type='categoryDetails']",e.categoryElement="div[data-element-type='category']",e.brandElement="div[data-element-type='brand']",e.subCategoryElement="div[data-element-type='subCategory']",e.categoryWidgetElement="div[data-element-type='categoryWidget']",e.tabsElement="div[data-element-type='tabs']",e.tabsV2Element="div[data-element-type='tabs-v2']",e.imageHotspot="div[data-element-type='imageHotspot']",e.gridSwapBtn="div[data-cms-tool='cms-grid-swap-btn']",e.lightBox="#cms_lt_bx_mn",e.marchandiserSetsElement="div[data-element-type='marchandiserSets']"}(Kr||(Kr={})),function(e){e.id="data-cms-tool",e.state="data-cms-state",e.style="data-style-id",e.pageId="data-page-id",e.dataDivType="data-div-type",e.dataElementSubChild="data-element-sub-child",e.dataChildCount="data-child-count",e.dataToolType="data-tool-type",e.dataGridType="data-grid-type",e.dataElementType="data-element-type",e.layerDataDivType="data-layer-div-type",e.layerDataElementSubChild="data-layer-element-sub-child",e.dataDropElement="data-drop-element",e.layerDataDropElement="data-layer-drop-element",e.layerDataElementType="data-layer-element-type",e.title="data-title",e.layerStyle="data-layer-style-id",e.elementClick="data-has-clicked",e.viewportVisible="data-viewport-visible",e.playgroundScrollY="data-playground-scroll-y",e.playgroundScrollX="data-playground-scroll-x",e.viewportVisibleTop="data-viewport-visible-top",e.viewportVisibleRight="data-viewport-visible-right",e.viewportVisibleBottom="data-viewport-visible-bottom",e.viewportVisibleLeft="data-viewport-visible-left"}(Ur||(Ur={})),function(e){e.CSS="css",e.TOOL="tool",e.CONTROLLED_CSS="controlledCss",e.CONTROLS="controls",e.CONTENT="content"}(Mr||(Mr={})),function(e){e[e.PIXELS=1]="PIXELS",e[e.REM=2]="REM",e[e.EM=3]="EM",e[e.PERCENTAGE=4]="PERCENTAGE",e[e.CUSTOM=5]="CUSTOM",e[e.MS=6]="MS"}(Vr||(Vr={})),function(e){e[e.BUILDER=1]="BUILDER",e[e.PREVIEW=2]="PREVIEW",e[e.WEBSITE=3]="WEBSITE"}(Gr||(Gr={})),function(e){e.HORIZONTAL="horizontal",e.VERTICAL="vertical"}(Wr||(Wr={})),function(e){e[e.THIN=100]="THIN",e[e.EXTRA_LIGHT=200]="EXTRA_LIGHT",e[e.LIGHT=300]="LIGHT",e[e.REGULAR=400]="REGULAR",e[e.MEDIUM=500]="MEDIUM",e[e.SEMI_BOLD=600]="SEMI_BOLD",e.BOLD_NUMERIC="bold",e[e.EXTRA_BOLD=800]="EXTRA_BOLD",e[e.BLACK=900]="BLACK",e.NORMAL="normal",e.BOLDER="bolder",e.LIGHTER="lighter"}(Yr||(Yr={}));var Po,_o,Ho,Bo,zo,ko,jo,Ko,Uo,Mo,Vo,Go,Wo={BUTTON:"button",BUTTON_THEME:"ButtonTheme",PAGE:"page",SECTION:"section",CODE:"code",STATIC_TEXT:"staticText",IMAGE:"image",GRID:"grid",TABS:"tabs",VIDEO:"video",SLIDE_SHOW_LAYOUTER:"slideShowLayouter",CODEEDITOR:"codeEditor",EMBED:"embed",TABLE:"table",SLIDER:"slider",GALLERY_SLIDER:"gallerySlider",SOCIAL:"social",FAQ:"faq",TEXT:"text",SCROLL:"scroll",IMAGE_HOTSPOT:"imageHotspot",COUNTDOWN:"countdown",MAP:"map",CONTAINER:"container",PRODUCT_PRICE:"productPrice",PRODUCT_ACTIONS:"productActions",VOLUME_PRICING:"volumePricing",PRODUCT_INVENTORY:"productInventory",STORE_LOCATIONS:"storeLocations",PICKUP_LOCATIONS:"pickupLocations",PRODUCT_HIGHLIGHTS:"productHighlights",PAYMENT_METHODS:"paymentMethods",SHIPPING_ESTIMATOR:"shippingEstimator",PRODUCT_PROMOTIONS:"productPromotions",AMOUNT_ESTIMATOR:"amountEstimator",QUANTITY_SELECTOR:"quantitySelector",STACK:"stack",UOM_SELECTOR:"uomSelector",VARIANT_PICKER:"variantPicker",BULK_VARIANT_PICKER:"bulkVariantPicker",PRODUCT_IMAGE:"productImage",PRODUCT_NAME:"productName",PRODUCT_DESCRIPTION:"productDescription",PRODUCT_BRAND:"productBrand",PRODUCT_CODE:"productCode",PRODUCT_REVIEW:"productReview",PRODUCT_RATING:"productRating",BRAND_NAME:"brandName",BRAND_DESCRIPTION:"brandDescription",BRAND_CODE:"brandCode",BRAND_IMAGE:"brandImage",BUNDLE_NAME:"bundleName",BUNDLE_CODE:"bundleCode",BUNDLE_IMAGE:"bundleImage",LIGHTBOX:"lightbox",CART:"cart",PROFILE:"profile",PRODUCT:"product",MENU:"menu",PRODUCT_OPTIONS:"productOptions",REPEATER:"repeater",REPEATER_ITEM:"repeater-item",PRODUCT_DETAILS:"productDetails",CATEGORY:"category",CATEGORY_WIDGET:"categoryWidget",CATEGORY_NAME:"categoryName",CATEGORY_IMAGE:"categoryImage",CATEGORY_CODE:"categoryCode",CATEGORY_DESCRIPTION:"categoryDescription",BRAND:"brand",BUNDLE:"bundle",SUB_CATEGORY:"subCategory",FILTERS:"filters",SORT:"sort",PAST_ORDERS:"pastOrders",QUOTES:"quotes",RFQS:"rfqs",LIGHTBOXV2:"lightboxv2",ALLOCATIONS:"allocations",SEARCH:"search",LAYOUTER:"layouter",LAYOUTER_ITEM:"layouter-item",CATEGORY_DETAILS:"categoryDetails",CONTACTUS:"contactUs",LOGIN:"login",CREATE_FORM:"createForm",ADD_EXISTING_FORM:"addExistingForm",RESET_PASSWORD:"resetPassword",FORGOT_PASSWORD:"forgotPassword",BREADCRUMBS:"breadcrumbs",ICON_LIBRARY:"iconLibrary",FORM_PREVIEW:"formPreview",SEARCH_RESULTS_HEADING:"searchResultsHeading",ITEM_STOCK:"itemStock",CART_DETAILS:"cartDetails",CART_SUMMARY:"cartSummary",ALLOCATION_DETAILS:"allocationDetails",LINE:"line",TABS_V2:"tbs-v2",TABS_CONTAINER:"tbsContainer",MARCHANDISER_SETS:"marchandiserSets",QUICK_LINKS:"quickLinks",ADD_ORDER:"addOrder"};!function(e){e.DESKTOP="desktop",e.TABLET="tablet",e.MOBILE="mobile"}(Po||(Po={})),function(e){e.NONE="none",e.PAGE_ON_THE_SITE="pageOnTheSite",e.WEB_ADDRESS="webAddress",e.SCROLL_TO="scrollTo",e.DOWNLOAD_DOCUMENT="downloadDocument",e.EMAIL_ADDRESS="emailAddress",e.PHONE_NUMBER="phoneNumber",e.LIGHTBOX="lightbox"}(_o||(_o={})),function(e){e.ARROWSANDDOTS="Arrows & Dots",e.ARROWS="Arrows",e.DOTS="Dots",e.NONE="None"}(Ho||(Ho={})),function(e){e[e.BRAND_FILTER=1]="BRAND_FILTER",e[e.CATEGORY_FILTER=2]="CATEGORY_FILTER",e[e.OPTION_FILTER=3]="OPTION_FILTER",e[e.CUSTOM_ATTRIBUTE_FILTER=4]="CUSTOM_ATTRIBUTE_FILTER",e[e.PRICE_FILTER=5]="PRICE_FILTER"}(Bo||(Bo={})),function(e){e[e.RECOMMENDED=1]="RECOMMENDED",e[e.NEWEST=2]="NEWEST",e[e.PRICE_LOW_HIGH=3]="PRICE_LOW_HIGH",e[e.PRICE_HIGH_LOW=4]="PRICE_HIGH_LOW",e[e.NAME_A_Z=5]="NAME_A_Z",e[e.NAME_Z_A=6]="NAME_Z_A"}(zo||(zo={})),function(e){e[e.CSS=1]="CSS",e[e.HTML=2]="HTML"}(ko||(ko={})),function(e){e.DESKTOP="desktop",e.TABLET="tablet",e.MOBILE="mobile"}(jo||(jo={})),function(e){e[e.UPSERT=1]="UPSERT",e[e.GET=2]="GET"}(Ko||(Ko={})),function(e){e.LIGHTBOX="customLightBoxV1",e.UOMSELECTOR="uomSelectorV1",e.TEXTELEMENTCODEVIEW="textElementCodeView",e.PRODUCT_DETAILS_STATE="productDetailsState",e.IMAGE_CROP="imageCrop"}(Uo||(Uo={})),function(e){e[e.NESTEDJSON=1]="NESTEDJSON",e[e.FLATJSON=2]="FLATJSON"}(Mo||(Mo={})),function(e){e.FLEXLIGHTBOXCLOSEBTN="isLightboxCloseIconKey"}(Vo||(Vo={})),function(e){e.PLACEHOLDER_IMAGE="/00000000-0000-0000-0000-000000000000/development/img-placeholder.jpg"}(Go||(Go={}));var Yo,Fo={adjustment:{value:"fluid",property:"adjustment",propertyType:Mr.TOOL},verticalAlignment:{value:"center",property:"widgetAlignment",propertyType:Mr.CONTROLS},textHorizontalPadding:{value:2,property:"textHorizontalPadding",unit:1,propertyType:Mr.CSS},width:{value:"100",property:"width",unit:4,propertyType:Mr.CSS},height:{value:"100",property:"height",unit:1,propertyType:Mr.CSS},margin:{isAll:!1,sides:{top:{value:0,unit:1},right:{value:0,unit:1},bottom:{value:0,unit:1},left:{value:0,unit:1}},property:"margin",propertyType:Mr.CSS},textPosition:{value:"top",property:"textPosition",propertyType:Mr.CONTROLS},direction:{value:"Horizontal",propertyType:Mr.CONTROLS},padding:{isAll:!0,sides:{top:{value:0,unit:1},right:{value:0,unit:1},bottom:{value:0,unit:1},left:{value:0,unit:1}},property:"padding",propertyType:Mr.CSS},overflowContent:{value:"scroll",property:"overflow",propertyType:Mr.TOOL},scrollDirection:{value:"horizontal",property:"scroll",propertyType:Mr.TOOL},displayScrollbar:{value:!1,property:"displayScrollbar",propertyType:Mr.TOOL},positionType:{value:"fixed",property:"position",propertyType:Mr.TOOL},pinTo:{value:"page",property:"pinTo",propertyType:Mr.TOOL},backgroundColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"backgroundColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-1"},overlayColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:0}},property:"overlayColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-1"},borderColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"borderColor",propertyType:Mr.CSS,parentRef:"cs-be-se-1"},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:0,unit:1},right:{value:0,unit:1},bottom:{value:0,unit:1},left:{value:0,unit:1}},property:"borderWidth",propertyType:Mr.CSS},dividerWidth:{value:1,property:"dividerWidth",unit:1,propertyType:Mr.CSS},showBorder:{value:!0,propertyType:Mr.CONTROLS},showShadow:{value:!0,property:"showBorder",propertyType:Mr.CONTROLS},shadowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"shadowColor",propertyType:Mr.CSS,parentRef:"cs-be-se-1"},angle:{property:"shadowAngle",propertyType:Mr.CSS,value:{x:{value:0,unit:1},y:{value:0,unit:1}}},spread:{value:0,property:"shadowSpread",unit:1,propertyType:Mr.CSS},blur:{value:0,property:"shadowBlur",unit:1,propertyType:Mr.CSS},borderRadius:{isAll:!0,sides:{topLeft:{value:0,unit:1},topRight:{value:0,unit:1},bottomLeft:{value:0,unit:1},bottomRight:{value:0,unit:1}},property:"borderRadius",propertyType:Mr.CSS},cropRatio:{value:"16:9",propertyType:Mr.CONTROLS},zoomImage:{value:1,property:"zoomImage",propertyType:Mr.CSS},exposure:{value:0,propertyType:Mr.CONTROLS},contrast:{value:0,propertyType:Mr.CONTROLS},saturation:{value:0,propertyType:Mr.CONTROLS},brightness:{value:0,propertyType:Mr.CONTROLS},tint:{value:0,propertyType:Mr.CONTROLS},hue:{value:0,propertyType:Mr.CONTROLS},lightness:{value:0,propertyType:Mr.CONTROLS},highlights:{value:0,propertyType:Mr.CONTROLS},shadows:{value:0,propertyType:Mr.CONTROLS},flip:{value:{x:!1,y:!1},property:"flip",propertyType:Mr.CONTROLS},rotate:{value:0,property:"rotate",propertyType:Mr.CSS},paragraphSpacing:{value:0,unit:1,property:"paragraphSpacing",propertyType:Mr.CSS},textHighlight:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"textHighlight",propertyType:Mr.CSS},theme:{value:"h3",property:"theme",propertyType:Mr.CONTROLS},font:{value:"Lato",property:"fontFamily",propertyType:Mr.CSS,parentRef:"ty-h3-ft-fy"},fontSize:{value:14,unit:1,property:"fontSize",propertyType:Mr.CSS,parentRef:"ty-h3-ft-se"},textColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"color",propertyType:Mr.CSS,parentRef:"ty-h3-cr"},bold:{value:"",property:"fontWeight",propertyType:Mr.CSS,parentRef:"ty-h3-ft-wt"},italic:{value:"",property:"fontStyleItalic",propertyType:Mr.CSS,parentRef:"ty-h3-ft-se-ic"},linethrough:{value:"",property:"linethrough",propertyType:Mr.CSS,parentRef:"ty-h3-le-th"},underline:{value:"",property:"underline",propertyType:Mr.CSS,parentRef:"ty-h3-ue"},textAlign:{value:"left",property:"textAlign",propertyType:Mr.CSS,parentRef:"ty-h3-tt-an"},characterSpacing:{value:0,unit:1,property:"letterSpacing",propertyType:Mr.CSS,parentRef:"ty-h3-lr-sg"},lineHeight:{value:1,unit:2,property:"lineHeight",propertyType:Mr.CSS,parentRef:"ty-h3-le-ht"},themeDesc:{value:"p1",property:"themeDesc",propertyType:Mr.CONTROLS},icon:{value:"check",propertyType:Mr.CONTROLS,customIcon:{isCustomIcon:!1,url:"",name:""}},fontDesc:{value:"Lato",property:"fontFamilyDesc",propertyType:Mr.CSS,parentRef:"ty-p1-ft-fy"},fontSizeDesc:{value:14,unit:1,property:"fontSizeDesc",propertyType:Mr.CSS,parentRef:"ty-p1-ft-se"},textColorDesc:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"colorDesc",propertyType:Mr.CSS,parentRef:"ty-p1-cr"},boldDesc:{value:"",property:"fontWeightDesc",propertyType:Mr.CSS,parentRef:"ty-p1-ft-wt"},italicDesc:{value:"",property:"fontStyleItalicDesc",propertyType:Mr.CSS,parentRef:"ty-p1-ft-se-ic"},linethroughDesc:{value:"",property:"linethroughDesc",propertyType:Mr.CSS,parentRef:"ty-p1-le-th"},underlineDesc:{value:"",property:"underlineDesc",propertyType:Mr.CSS,parentRef:"ty-p1-ue"},textAlignDesc:{value:"left",property:"textAlignDesc",propertyType:Mr.CSS,parentRef:"ty-p1-tt-an"},characterSpacingDesc:{value:0,unit:1,property:"letterSpacingDesc",propertyType:Mr.CSS,parentRef:"ty-p1-lr-sg"},lineHeightDesc:{value:1,unit:2,property:"lineHeightDesc",propertyType:Mr.CSS,parentRef:"ty-p1-le-ht"},iconSize:{value:26,unit:1,property:"iconSize",propertyType:Mr.CSS},iconColor:{value:{hex:"#000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},backgroundImage:{value:"",property:"backgroundImage",propertyType:Mr.CSS},backgroundSize:{value:"cover",property:"backgroundSize",propertyType:Mr.CSS},backgroundPositionY:{value:0,property:"backgroundPositionY",propertyType:Mr.CSS},backgroundPositionX:{value:0,property:"backgroundPositionX",propertyType:Mr.CSS},backgroundPosition:{value:"top left",property:"backgroundPosition",propertyType:Mr.CSS},backgroundAttachment:{value:"fixed",property:"backgroundAttachment",propertyType:Mr.CSS},backgroundRepeat:{value:"repeat",property:"backgroundRepeat",propertyType:Mr.CSS}},Xo={displayType:{value:"Stack Horizontal",property:"displayType",propertyType:Mr.CONTROLS},displayStyle:{value:"Button",property:"displayStyle",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},itemSpacing:{value:"10",property:"itemSpacing",propertyType:Mr.CSS},itemPadding:{value:"10",property:"itemPadding",propertyType:Mr.CSS},ItemContentAlignment:{value:"left",property:"ItemContentAlignment",propertyType:Mr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerHeight:{value:"10",property:"headerHeight",propertyType:Mr.CSS},rowHeight:{value:"10",property:"rowHeight",propertyType:Mr.CSS},headerCellPadding:{value:"10",property:"headerCellPadding",propertyType:Mr.CSS},rowCellPadding:{value:"10",property:"rowCellPadding",propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:Mr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:Mr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},displayResults:{value:"Open Lightbox",property:"displayResults",propertyType:Mr.CONTROLS},imageBehavior:{value:"Fixed",property:"imageBehavior",propertyType:Mr.CONTROLS},itemsPerRow:{value:"1",property:"itemsPerRow",propertyType:Mr.CSS},title:{value:"Estimate Shipping and Tax",property:"title",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"Enter your destination to get a shipping estimate.",property:"description",propertyType:Mr.CONTROLS},country:{value:!0,property:"country",propertyType:Mr.CONTROLS},state:{value:!0,property:"state",propertyType:Mr.CONTROLS},zipCode:{value:!0,property:"zipCode",propertyType:Mr.CONTROLS},shippingMethodName:{value:!0,property:"shippingMethodName",propertyType:Mr.CONTROLS},shippingMethodLogo:{value:!0,property:"shippingMethodLogo",propertyType:Mr.CONTROLS},shippingDescription:{value:!0,property:"shippingDescription",propertyType:Mr.CONTROLS},noOfLinesToShow:{value:"4",property:"noOfLinesToShow",propertyType:Mr.CONTROLS},estimatedShippingCost:{value:!0,property:"estimatedShippingCost",propertyType:Mr.CONTROLS},estimatedShippingTime:{value:!0,property:"estimatedShippingTime",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:Mr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"Round",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.INPUT_STYLE="inputStyle",e.VIEW_OFFERS_BUTTON="viewOffersButton",e.WIDGET_TEXT_STYLES="widgetTextStyles",e.ITEM_STYLE="itemStyle",e.SHIPPING_NAME="shippingName",e.SHIPPING_METHOD_LOGO="shippingMethodLogo",e.SHIPPING_DESCRIPTION="shippingDescription",e.ESTIMATED_SHIPPING_COST="estimatedShippingCost",e.ESTIMATED_SHIPPING_TIME="estimatedShippingTime",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selectedState",e.DATA_CONNECTOR="dataConnector"}(Yo||(Yo={}));var qo,Qo={buttonStyle:Xo.buttonStyle,buttonText:Xo.buttonText,icon:Xo.icon,iconPadding:Xo.iconPadding,iconPosition:Xo.iconPosition,iconAndTextSpacing:Xo.iconAndTextSpacing,alignment:Xo.alignment,buttonType:Xo.buttonType,showIcon:Xo.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},Zo=function(){return{layout:{selectorKey:Yo.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"300",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayStyle:Xo.displayStyle,displayType:Xo.displayType,dividerBetweenItems:Xo.dividerBetweenItems,itemSpacing:Xo.itemSpacing,itemPadding:Xo.itemPadding,ItemContentAlignment:Xo.ItemContentAlignment,maxItemsToDisplay:Xo.maxItemsToDisplay,overflowItems:Xo.overflowItems,header:Xo.header,headerHeight:Xo.headerHeight,rowHeight:Xo.rowHeight,headerDivider:Xo.headerDivider,rowDivider:Xo.rowDivider,columnDivider:Xo.columnDivider,alternativeRowColors:Xo.alternativeRowColors,headerCellPadding:Xo.headerCellPadding,rowCellPadding:Xo.rowCellPadding,contentAlignment:Xo.contentAlignment,overflowControl:Xo.overflowControl,paginationType:Xo.paginationType,paginationAlignment:Xo.paginationAlignment,rowsPerPage:Xo.rowsPerPage,displayResults:Xo.displayResults,imageBehavior:Xo.imageBehavior,itemsPerRow:Xo.itemsPerRow},design:{selectorKey:Yo.DESIGN,inputStyle:{selectorKey:Yo.INPUT_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,icon:Xo.icon,iconPadding:Xo.iconPadding,iconPosition:Xo.iconPosition,iconAndTextSpacing:Xo.iconAndTextSpacing,alignment:Xo.alignment,buttonType:Xo.buttonType,showIcon:Xo.showIcon,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},viewOffersButton:{selectorKey:Yo.VIEW_OFFERS_BUTTON,defaultState:Object.assign({selectorKey:Yo.DEFAULT_STATE},Qo),hoverState:Object.assign({selectorKey:Yo.HOVER_STATE},Qo),selectedState:Object.assign({selectorKey:Yo.SELECTED_STATE},Qo)},widgetTextStyles:{selectorKey:Yo.WIDGET_TEXT_STYLES,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},itemStyle:{selectorKey:Yo.ITEM_STYLE,contentAlignment:Xo.contentAlignment,horizontalPadding:Xo.horizontalPadding,verticalPadding:Xo.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},shippingName:{selectorKey:Yo.SHIPPING_NAME,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},shippingMethodLogo:{selectorKey:Yo.SHIPPING_METHOD_LOGO,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},shippingDescription:{selectorKey:Yo.SHIPPING_DESCRIPTION,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},estimatedShippingCost:{selectorKey:Yo.ESTIMATED_SHIPPING_COST,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},estimatedShippingTime:{selectorKey:Yo.ESTIMATED_SHIPPING_TIME,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},arrows:{selectorKey:Yo.ARROWS,arrowIconStyle:Xo.arrowIconStyle,leftArrowIconStyle:Xo.leftArrowIconStyle,rightArrowIconStyle:Xo.rightArrowIconStyle,backgroundShape:Xo.backgroundShape,arrowSize:Xo.arrowSize,arrowColor:Xo.arrowColor},paginationDots:{selectorKey:Yo.PAGINATION_DOTS,dotSize:Xo.dotSize,currentDotColor:Xo.currentDotColor,otherDotColor:Xo.otherDotColor},paginationLine:{selectorKey:Yo.PAGINATION_LINE,currentLineColor:Xo.currentLineColor,otherLineColor:Xo.otherLineColor,lineHeight:Xo.lineHeight,lineWidth:Xo.lineWidth},table:{selectorKey:Yo.TABLE,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Xo.design.table.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Xo.design.table.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tableHeader:{selectorKey:Yo.TABLE_HEADER,backgroundColor:Fo.backgroundColor},headerText:{selectorKey:Yo.HEADER_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},tableRow:{selectorKey:Yo.TABLE_ROW,backgroundColor:Fo.backgroundColor,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},scroll:{selectorKey:Yo.SCROLL,scrollBarWidth:Xo.design.scrollBar.scrollBarWidth,scrollBarColor:Xo.design.scrollBar.scrollBarColor},rowDividers:{selectorKey:Yo.ROW_DIVIDERS,headerDivider:Xo.design.rowAndHeaderDividers.headerDivider,rowDivider:Xo.design.rowAndHeaderDividers.rowDivider,columnDivider:Xo.design.rowAndHeaderDividers.columnDivider},pagination:{selectorKey:Yo.PAGINATION,defaultState:{selectorKey:Yo.DEFAULT_STATE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,previousIcon:Xo.design.pagination.previousIcon,nextIcon:Xo.design.pagination.nextIcon,iconSize:Xo.design.pagination.iconSize,iconColor:Xo.design.pagination.iconColor,backgroundShape:Xo.design.pagination.backgroundShape,backgroundColor:Fo.backgroundColor,pagination:Xo.design.pagination.pagination},hoverState:{selectorKey:Yo.HOVER_STATE,theme:Fo.theme}},showMoreItemsButton:{selectorKey:Yo.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Xo.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},content:{selectorKey:Yo.CONTENT,title:Xo.title,showTitle:Xo.showTitle,description:Xo.description,showDescription:Xo.showDescription,noOfLinesToShow:Xo.noOfLinesToShow,country:Xo.country,state:Xo.state,zipCode:Xo.zipCode,promotionSchedule:Xo.showDescription,shippingMethodName:Xo.shippingMethodName,shippingMethodLogo:Xo.shippingMethodLogo,shippingDescription:Xo.shippingDescription,estimatedShippingCost:Xo.estimatedShippingCost,estimatedDeliveryTime:Xo.estimatedShippingTime},dataConnector:{selectorKey:Yo.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},$o={optionSelection:{value:!0,property:"optionSelection",propertyType:Mr.CONTROLS},displayOutOfStockValues:{value:!0,property:"displayOutOfStockValues",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},notifyMeButton:{value:!0,property:"notifyMeButton",propertyType:Mr.CONTROLS},quantitySelectorForVariantSelector:{value:!0,property:"quantitySelectorForVariantSelector",propertyType:Mr.CONTROLS},displayStyle:{value:"Matrix",property:"displayStyle",propertyType:Mr.CONTROLS},displayValues:{value:"Horizontally",property:"displayValues",propertyType:Mr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:Mr.CSS},optionTitleValueSpacing:{value:"100",property:"optionTitleValueSpacing",propertyType:Mr.CSS},itemPadding:{value:"10",property:"itemPadding",propertyType:Mr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},swatchImageType:{value:"Swatch Image",property:"swatchImageType",propertyType:Mr.CONTROLS},imageBehaviour:{value:"Fixed",property:"imageBehaviour",propertyType:Mr.CONTROLS},itemsPerRow:{value:"4",property:"itemsPerRow",propertyType:Mr.CONTROLS},itemContentAlignment:{value:"Left",property:"itemContentAlignment",propertyType:Mr.CONTROLS},overflowDirection:{value:"Horizontal",property:"overflowDirection",propertyType:Mr.CONTROLS},dropdownStyle:{value:"Vertical List",property:"dropdownStyle",propertyType:Mr.CONTROLS},dropdownOptionsSpacing:{value:"50",property:"dropdownOptionsSpacing",propertyType:Mr.CSS},dropdownOptionsPadding:{value:"50",property:"dropdownOptionsPadding",propertyType:Mr.CSS},optionAndListSpacing:{value:"10",unit:1,property:"optionAndListSpacing",propertyType:Mr.CSS},dropdownListItemSpacing:{value:"10",unit:1,property:"dropdownListItemSpacing",propertyType:Mr.CSS},dropdownListItemPadding:{value:"10",unit:1,property:"dropdownListItemPadding",propertyType:Mr.CSS},groupsDisplayStyle:{value:"Upfront",property:"groupsDisplayStyle",propertyType:Mr.CONTROLS},dividerBetweenListItems:{value:!1,property:"dividerBetweenListItems",propertyType:Mr.CONTROLS},groupSpacing:{value:"10",unit:1,property:"groupSpacing",propertyType:Mr.CSS},groupPadding:{value:"10",unit:1,property:"groupPadding",propertyType:Mr.CSS},groupHeaderAndOptionSpacing:{value:"10",unit:1,property:"groupHeaderAndOptionSpacing",propertyType:Mr.CSS},tabDirection:{value:"Horizontal",property:"tabDirection",propertyType:Mr.CONTROLS},tabLayout:{value:"Stretched",property:"tabLayout",propertyType:Mr.CONTROLS},tabAlignment:{value:"Left",property:"tabAlignment",propertyType:Mr.CONTROLS},tabSpacing:{value:"10",unit:1,property:"tabSpacing",propertyType:Mr.CSS},tabAndContainerSpacing:{value:"10",unit:1,property:"tabAndContainerSpacing",propertyType:Mr.CSS},tabHorizontalPadding:{value:"10",unit:1,property:"tabHorizontalPadding",propertyType:Mr.CSS},tabVerticalPadding:{value:"10",unit:1,property:"tabVerticalPadding",propertyType:Mr.CSS},containerPadding:{value:"10",unit:1,property:"containerPadding",propertyType:Mr.CSS},tabRowSpacing:{value:"10",unit:1,property:"tabRowSpacing",propertyType:Mr.CSS},remainingDisplayStyle:{value:"Dropdown",property:"remainingDisplayStyle",propertyType:Mr.CONTROLS},expandIconPositon:{value:"Right",property:"expandIconPositon",propertyType:Mr.CONTROLS},expandFirstItemByDefault:{value:!0,property:"expandFirstItemByDefault",propertyType:Mr.CONTROLS},allowMultipleOpenItems:{value:!0,property:"allowMultipleOpenItems",propertyType:Mr.CONTROLS},itemDividers:{value:!0,property:"itemDividers",propertyType:Mr.CONTROLS},allowUserToSearch:{value:!0,property:"allowUserToSearch",propertyType:Mr.CONTROLS},allowUserToFilter:{value:!0,property:"allowUserToFilter",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerHeight:{value:"10",unit:1,property:"headerHeight",propertyType:Mr.CSS},rowHeight:{value:"10",unit:1,property:"rowHeight",propertyType:Mr.CSS},accordionSpacing:{value:"10",unit:1,property:"accordionSpacing",propertyType:Mr.CSS},accordionAndContainerSpacing:{value:"10",unit:1,property:"accordionAndContainerSpacing",propertyType:Mr.CSS},accordionHorizontalPadding:{value:"10",unit:1,property:"accordionHorizontalPadding",propertyType:Mr.CSS},accordionVerticalPadding:{value:"10",unit:1,property:"accordionVerticalPadding",propertyType:Mr.CSS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerCellPadding:{value:"10",unit:1,property:"headerCellPadding",propertyType:Mr.CSS},rowCellPadding:{value:"10",unit:1,property:"rowCellPadding",propertyType:Mr.CSS},contentAlignment:{value:"Left",property:"contentAlignment",propertyType:Mr.CSS},paginationAliginment:{value:"Left",property:"paginationAliginment",propertyType:Mr.CSS},groupHorizontalPadding:{value:"50",property:"groupHorizontalPadding",propertyType:Mr.CSS},groupVerticalPadding:{value:"50",property:"groupVerticalPadding",propertyType:Mr.CSS},groupAndContainerSpacing:{value:"50",property:"groupAndContainerSpacing",propertyType:Mr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},priceFormat:{value:"Starting Price",property:"priceFormat",propertyType:Mr.CONTROLS},noOfOptionValues:{value:!0,property:"noOfOptionValues",propertyType:Mr.CONTROLS},optionProperties:{value:!0,property:"optionProperties",propertyType:Mr.CONTROLS},optionValueProperties:{value:!0,property:"optionValueProperties",propertyType:Mr.CONTROLS},optionName:{value:!0,property:"optionName",propertyType:Mr.CONTROLS},optionValueName:{value:!0,property:"optionValueName",propertyType:Mr.CONTROLS},optionValueCode:{value:!0,property:"optionValueCode",propertyType:Mr.CONTROLS},optionPrice:{value:!0,property:"optionPrice",propertyType:Mr.CONTROLS},showselectedVariant:{value:!0,property:"showselectedVariant",propertyType:Mr.CONTROLS},swatchImage:{value:!0,property:"swatchImage",propertyType:Mr.CONTROLS},noOfVariantsAvailable:{value:!0,property:"noOfVariantsAvailable",propertyType:Mr.CONTROLS},optionValuePrice:{value:!0,property:"optionValuePrice",propertyType:Mr.CONTROLS},showAvailableInventory:{value:!0,property:"showAvailableInventory",propertyType:Mr.CONTROLS},showTotalPriceOfAddedItems:{value:!0,property:"showTotalPriceOfAddedItems",propertyType:Mr.CONTROLS},canCollapseGroups:{value:!0,property:"canCollapseGroups",propertyType:Mr.CONTROLS},showTotalAddedQuantity:{value:!0,property:"showTotalAddedQuantity",propertyType:Mr.CONTROLS},showMoreRows:{value:"Scroll",property:"showMoreRows",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.SWATFH_TYPE_DISPLAY_STYLE="swatchTypeDisplayStyle",e.SINGLE_SELECT_DISPLAY_STYLE="singleSelectDisplayStyle",e.DROPDOWN_DISPLAY_STYLE="dropdownDisplayStyle",e.GROUPED_OPTION_DISPLAY_STYLE="groupedOptionsDisplayStyle",e.MATRIX_DISPLAY_STYLE="matrixDisplayStyle",e.GROUPED_MATRIX_DISPLAY_STYLE="groupedMatrixDisplayStyle",e.DATA_CONNECTOR="dataConnector"}(qo||(qo={}));var Jo,et=function(){return{layout:{selectorKey:qo.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"270",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,optionSelection:$o.optionSelection,displayOutOfStockValues:$o.displayOutOfStockValues,displayStyle:$o.displayStyle,notifyMeButton:$o.notifyMeButton,quantitySelectorForVariantSelector:$o.quantitySelectorForVariantSelector,dividerBetweenItems:$o.dividerBetweenItems,optionTitleValueSpacing:$o.optionTitleValueSpacing,remainingDisplayStyle:$o.remainingDisplayStyle,allowUserToSearch:$o.allowUserToSearch,allowUserToFilter:$o.allowUserToFilter,swatchTypeDisplayStyle:{selectorKey:qo.SWATFH_TYPE_DISPLAY_STYLE,displayValues:$o.displayValues,itemPadding:$o.itemPadding,itemSpacing:$o.itemSpacing,maxItemsToDisplay:$o.maxItemsToDisplay,overflowItems:$o.overflowItems,swatchImageType:$o.swatchImageType},singleSelectDisplayStyle:{selectorKey:qo.SINGLE_SELECT_DISPLAY_STYLE,displayValues:$o.displayValues,itemPadding:$o.itemPadding,itemSpacing:$o.itemSpacing,maxItemsToDisplay:$o.maxItemsToDisplay,overflowItems:$o.overflowItems,imageBehaviour:$o.imageBehaviour,itemsPerRow:$o.itemsPerRow,itemContentAlignment:$o.itemContentAlignment,overflowDirection:$o.overflowDirection},dropdownDisplayStyle:{selectorKey:qo.DROPDOWN_DISPLAY_STYLE,dropdownOptionsSpacing:$o.dropdownOptionsSpacing,dropdownOptionsPadding:$o.dropdownOptionsPadding,dropdownStyle:$o.dropdownStyle,optionAndListSpacing:$o.optionAndListSpacing,dropdownListItemSpacing:$o.dropdownListItemSpacing,dropdownListItemPadding:$o.dropdownListItemPadding,dividerBetweenListItems:$o.dividerBetweenListItems,maxItemsToDisplay:$o.maxItemsToDisplay,overflowItems:$o.overflowItems},groupedOptionsDisplayStyle:{selectorKey:qo.GROUPED_OPTION_DISPLAY_STYLE,groupsDisplayStyle:$o.groupsDisplayStyle,groupSpacing:$o.groupSpacing,groupPadding:$o.groupPadding,groupHeaderAndOptionSpacing:$o.groupHeaderAndOptionSpacing,tabDirection:$o.tabDirection,tabLayout:$o.tabLayout,tabAlignment:$o.tabAlignment,tabSpacing:$o.tabSpacing,tabAndContainerSpacing:$o.tabAndContainerSpacing,tabHorizontalPadding:$o.tabHorizontalPadding,tabVerticalPadding:$o.tabVerticalPadding,containerPadding:$o.tabVerticalPadding,overflowItems:$o.overflowItems,tabRowSpacing:$o.tabRowSpacing,expandIconPositon:$o.expandIconPositon,expandFirstItemByDefault:$o.expandFirstItemByDefault,allowMultipleOpenItems:$o.allowMultipleOpenItems,itemDividers:$o.itemDividers,accordionSpacing:$o.accordionSpacing,accordionAndContainerSpacing:$o.accordionAndContainerSpacing,accordionHorizontalPadding:$o.accordionHorizontalPadding,accordionVerticalPadding:$o.accordionVerticalPadding,groupAndContainerSpacing:$o.groupAndContainerSpacing,groupHorizontalPadding:$o.groupHorizontalPadding,groupVerticalPadding:$o.groupVerticalPadding,canCollapseGroups:$o.canCollapseGroups},matrixDisplayStyle:{selectorKey:qo.MATRIX_DISPLAY_STYLE,header:$o.header,headerHeight:$o.headerHeight,rowHeight:$o.rowHeight,headerDivider:$o.headerDivider,rowDivider:$o.rowDivider,columnDivider:$o.columnDivider,alternativeRowColors:$o.alternativeRowColors,headerCellPadding:$o.headerCellPadding,rowCellPadding:$o.rowCellPadding,contentAlignment:$o.contentAlignment,overflowControl:$o.overflowControl,paginationType:$o.paginationType,paginationAliginment:$o.paginationAliginment,rowsPerPage:$o.rowsPerPage,showMoreRows:$o.showMoreRows},groupedMatrixDisplayStyle:{selectorKey:qo.GROUPED_MATRIX_DISPLAY_STYLE,groupsDisplayStyle:$o.groupsDisplayStyle,groupSpacing:$o.groupSpacing,groupPadding:$o.groupPadding,groupHeaderAndOptionSpacing:$o.groupHeaderAndOptionSpacing}},design:{selectorKey:qo.DESIGN},content:{selectorKey:qo.CONTENT,optionProperties:$o.optionProperties,optionName:$o.optionName,noOfOptionValues:$o.noOfOptionValues,optionPrice:$o.optionPrice,priceFormat:$o.priceFormat,showselectedVariant:$o.showselectedVariant,optionValueProperties:$o.optionValueProperties,optionValueName:$o.optionValueName,optionValueCode:$o.optionValueCode,swatchImage:$o.swatchImage,swatchImageType:$o.swatchImageType,noOfVariantsAvailable:$o.noOfVariantsAvailable,optionValuePrice:$o.optionValuePrice,showAvailableInventory:$o.showAvailableInventory,showTotalPriceOfAddedItems:$o.showTotalPriceOfAddedItems,showTotalAddedQuantity:$o.showTotalAddedQuantity},dataConnector:{selectorKey:qo.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},rt={buttonStyle:{value:null,parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},buttonText:{value:"Get Started",property:"buttonText",propertyType:Mr.CONTROLS},buttonIcon:{value:"shopping-cart-01",property:"buttonIcon",propertyType:Mr.CONTROLS},iconPosition:{value:null,parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:null,property:"gap",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:null,property:"textAlign",parentRef:"bs-at",propertyType:Mr.CSS},linkTo:{value:{type:"lightbox",target:"lightbox1"},property:"linkTo",propertyType:Mr.CONTROLS}};!function(e){e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Jo||(Jo={}));var ot,tt=function(){return{layout:{selectorKey:Jo.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"40",unit:1}),margin:Fo.margin,positionType:Fo.positionType,pinTo:Fo.pinTo,buttonStyle:rt.buttonStyle,buttonText:rt.buttonText,buttonIcon:rt.buttonIcon,iconPosition:rt.iconPosition,iconAndTextSpacing:rt.iconAndTextSpacing,alignment:rt.alignment,buttonType:rt.buttonType,linkTo:rt.linkTo},design:{selectorKey:Jo.DESIGN,defaultState:{selectorKey:Jo.DEFAULT_STATE,backgroundColor:Object.assign(Object.assign({},Fo.backgroundColor),{value:null,parentRef:"bs-dt-se-bd-cr"}),borderColor:Object.assign(Object.assign({},Fo.borderColor),{value:null,parentRef:"bs-dt-se-br-cr"}),borderStyle:Object.assign(Object.assign({},Fo.borderStyle),{value:null,parentRef:"bs-dt-se-br-se"}),borderPerSlide:Object.assign(Object.assign({},Fo.borderPerSlide),{value:null,parentRef:"bs-dt-se-br-pr-se"}),showBorder:Object.assign(Object.assign({},Fo.showBorder),{value:null,parentRef:"bs-dt-se-sw-br"}),showShadow:Object.assign(Object.assign({},Fo.showShadow),{value:null,parentRef:"bs-dt-se-sw-sw"}),shadowColor:Object.assign(Object.assign({},Fo.shadowColor),{value:null,parentRef:"bs-dt-se-sw-cr"}),blur:Object.assign(Object.assign({},Fo.blur),{value:null,parentRef:"bs-dt-se-br"}),spread:Object.assign(Object.assign({},Fo.spread),{value:null,parentRef:"bs-dt-se-sd"}),angle:Object.assign(Object.assign({},Fo.angle),{value:null,parentRef:"bs-dt-se-ae"}),borderRadius:Object.assign(Object.assign({},Fo.borderRadius),{value:null,parentRef:"bs-dt-se-br-rs"}),font:Object.assign(Object.assign({},Fo.font),{value:null,parentRef:"bs-dt-se-ft"}),theme:Object.assign({},Fo.theme),fontSize:Object.assign(Object.assign({},Fo.fontSize),{value:null,parentRef:"bs-dt-se-ft-se"}),textColor:Object.assign(Object.assign({},Fo.textColor),{value:null,parentRef:"bs-dt-se-tt-cr"}),bold:Object.assign(Object.assign({},Fo.bold),{value:null,parentRef:"bs-dt-se-bd"}),italic:Object.assign(Object.assign({},Fo.italic),{value:null,parentRef:"bs-dt-se-ic"}),linethrough:Object.assign(Object.assign({},Fo.linethrough),{value:null,parentRef:"bs-dt-se-lh"}),underline:Object.assign(Object.assign({},Fo.underline),{value:null,parentRef:"bs-dt-se-ue"}),textAlign:Object.assign(Object.assign({},Fo.textAlign),{value:null,parentRef:"bs-dt-se-tt-an"}),characterSpacing:Object.assign(Object.assign({},Fo.characterSpacing),{value:null,parentRef:"bs-dt-se-cr-sg"}),lineHeight:Object.assign(Object.assign({},Fo.lineHeight),{value:null,parentRef:"bs-dt-se-le-ht"}),icon:Fo.icon,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:null,parentRef:"bs-dt-se-sw-in"}),iconSize:Object.assign(Object.assign({},Fo.iconSize),{value:null,parentRef:"bs-dt-se-in-se"}),iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:null,parentRef:"bs-dt-se-in-cr"})},hoverState:{selectorKey:Jo.HOVER_STATE,backgroundColor:Object.assign(Object.assign({},Fo.backgroundColor),{value:null,parentRef:"bs-hr-se-bd-cr"})}},content:{},dataConnector:{selectorKey:Jo.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"button",url:null,enum:null,dataSource:null,childSource:null,connectedKey:null,keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.CONTENT="content"}(ot||(ot={}));var it,nt=function(){return{layout:{selectorKey:ot.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{unit:1,value:300}),height:Object.assign(Object.assign({},Fo.height),{unit:1,value:300}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:ot.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},content:{selectorKey:ot.CONTENT,code:{file:{"index.html":{name:"index.html",language:"html",value:"<h1 id='header'>Customize by code</h1>"},"style.css":{name:"style.css",language:"css",value:""},"script.js":{name:"script.js",language:"javascript",value:""}}}},dataConnector:{selectorKey:ot.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null},property:"dataConnector",propertyType:Mr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(it||(it={}));var at,lt=function(){return{layout:{selectorKey:it.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{unit:1,value:300}),height:Object.assign(Object.assign({},Fo.height),{unit:1,value:300}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,textData:{value:"",propertyType:Mr.CONTROLS}},design:{selectorKey:it.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},content:{}}},pt={theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor},dt={backgroundColor:Fo.backgroundColor,backgroundRepeat:Fo.backgroundRepeat,backgroundSize:Fo.backgroundSize,backgroundAttachment:Fo.backgroundAttachment,backgroundPosition:Fo.backgroundPosition,backgroundPositionX:Fo.backgroundPositionX,backgroundPositionY:Fo.backgroundPositionY,backgroundImage:Fo.backgroundImage};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(at||(at={}));var st,ct=function(e){return{layout:{selectorKey:at.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:at.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),dataConnector:{selectorKey:at.DATA_CONNECTOR,dataConnector:{isConnected:!1,dataSource:null,childSource:null,key:"container",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""},property:"dataConnector",propertyType:Mr.CONTROLS}}}},yt=(new Date).toISOString().slice(0,16),ut={type:{value:"countdown",property:"itemSpacing",propertyType:Mr.CONTROLS},counterStyle:{value:"joined",property:"counterStyle",propertyType:Mr.CONTROLS},countdownAnimation:{value:"fadeIn",property:"countdownAnimation",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:"true",property:"dividerBetweenItems",propertyType:Mr.CONTROLS},source:{value:"manual",property:"source",propertyType:Mr.CONTROLS},showCountdownTitle:{value:"true",property:"showCountdownTitle",propertyType:Mr.CONTROLS},title:{value:"Sales Ends In",property:"title",propertyType:Mr.CONTROLS},showCountdownDescription:{value:"true",property:"showCountdownDescription",propertyType:Mr.CONTROLS},description:{value:"Sale ends in next few mins hurry up garb the offer",property:"description",propertyType:Mr.CONTROLS},chooseSchedules:{value:"05-11-2024",property:"chooseSchedules",propertyType:Mr.CONTROLS},startDate:{value:yt,property:"startDate",propertyType:Mr.CONTROLS},endDate:{value:"2024-11-15T15:01",property:"endDate",propertyType:Mr.CONTROLS},days:{value:"true",property:"days",propertyType:Mr.CONTROLS},daysTitle:{value:"Days",property:"daysTitle",propertyType:Mr.CONTROLS},hours:{value:"true",property:"hours",propertyType:Mr.CONTROLS},hoursTitle:{value:"Hours",property:"hoursTitle",propertyType:Mr.CONTROLS},minutes:{value:"true",property:"minutes",propertyType:Mr.CONTROLS},minutesTitle:{value:"Minutes",property:"minutesTitle",propertyType:Mr.CONTROLS},seconds:{value:"true",property:"seconds",propertyType:Mr.CONTROLS},secondsTitle:{value:"Seconds",property:"secondsTitle",propertyType:Mr.CONTROLS},shape:{value:"shopping-cart-01",property:"shape",propertyType:Mr.CONTROLS},size:{value:"20",property:"size",unit:1,propertyType:Mr.CSS},verticalAlignment:{value:"center",property:"verticalAlignment",propertyType:Mr.CONTROLS},widgetTextAndItemSpacing:{value:"10",property:"widgetTextAndItemSpacing",unit:1,propertyType:Mr.CSS},titleAndDescriptionAlignment:{value:"left",property:"titleAndDescriptionAlignment",propertyType:Mr.CONTROLS},textVerticalPadding:{value:"10",property:"textVerticalPadding",unit:1,propertyType:Mr.CSS},textHorizontalPadding:{value:"10",property:"textHorizontalPadding",unit:1,propertyType:Mr.CSS},titleAndDescriptionSpacing:{value:"5",property:"titleAndDescriptionSpacing",unit:1,propertyType:Mr.CSS},textPosition:{value:"top",property:"textPosition",propertyType:Mr.CONTROLS},iconColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"iconColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.COUNTDOWN_WIDGET="countdownWidget",e.COUNTDOWN_LAYOUT="countdownLayout",e.COUNTER_STYLE="counterStyle",e.DIVIDER_STYLE="dividerStyle",e.COUNTDOWN_WIDGET_TEXT_CONTAINER_DESIGN="countdownWidgetTextContainerDesign",e.COUNTDOWN_WIDGET_TEXT_CONTAINER_LAYOUT="countdownWidgetTextContainerLayout"}(st||(st={}));var St,gt=function(){return{layout:{selectorKey:st.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"500",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"200",unit:1}),margin:Fo.margin,padding:Fo.padding,type:ut.type,counterStyle:ut.counterStyle,countdownAnimation:ut.countdownAnimation,dividerBetweenItems:ut.dividerBetweenItems,positionType:Fo.positionType,pinTo:Fo.pinTo},content:{selectorKey:st.CONTENT,source:ut.source,showCountdownTitle:ut.showCountdownTitle,title:ut.title,showCountdownDescription:ut.showCountdownDescription,description:ut.description,chooseSchedules:ut.chooseSchedules,startDate:ut.startDate,endDate:ut.endDate,days:ut.days,daysTitle:ut.daysTitle,hours:ut.hours,hoursTitle:ut.hoursTitle,minutes:ut.minutes,minutesTitle:ut.minutesTitle,seconds:ut.seconds,secondsTitle:ut.secondsTitle},design:{selectorKey:st.DESIGN,countdownWidget:{selectorKey:st.COUNTDOWN_WIDGET,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},countdownWidgetTextContainerLayout:{selectorKey:st.COUNTDOWN_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:ut.textVerticalPadding,textHorizontalPadding:ut.textHorizontalPadding,titleAndDescriptionSpacing:ut.titleAndDescriptionSpacing},countdownWidgetTextContainerDesign:{selectorKey:st.COUNTDOWN_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},countdownLayout:{selectorKey:st.COUNTDOWN_LAYOUT,verticalAlignment:ut.verticalAlignment,widgetTextAndItemSpacing:ut.widgetTextAndItemSpacing,textPosition:ut.textPosition},counterStyle:{selectorKey:st.COUNTER_STYLE,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},dividerStyle:{selectorKey:st.DIVIDER_STYLE,shape:ut.shape,size:ut.size,iconColor:ut.iconColor}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.CONTENT="content"}(St||(St={}));var Tt,ht=function(){return{layout:{selectorKey:St.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{unit:1,value:300}),height:Object.assign(Object.assign({},Fo.height),{unit:1,value:300}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:St.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},content:{selectorKey:St.CONTENT,code:{file:{"index.html":{name:"index.html",language:"html",value:"<h1 id='header'>Embed customize by code</h1>"},"style.css":{name:"style.css",language:"css",value:""},"script.js":{name:"script.js",language:"javascript",value:""}},embed:{selectedValue:0,url:""}}},dataConnector:{selectorKey:St.DATA_CONNECTOR,value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null},property:"dataConnector",propertyType:Mr.CONTROLS}}},Ct={expandFirstItemByDefault:{value:!0,propertyType:Mr.CONTROLS},allowMultipleOpenItems:{value:!1,propertyType:Mr.CONTROLS},itemDividers:{value:!1,propertyType:Mr.CONTROLS},iconPosition:{value:"Right",propertyType:Mr.CONTROLS},accordionsList:{value:[{title:"What is your return policy?",description:"You can return any item within 30 days of purchase for a full refund. Please ensure the item is in its original condition."},{title:"How can I track my order?",description:"Once your order is shipped, you will receive an email with the tracking number. You can use this number on our website to track your order."},{title:"Do you offer international shipping?",description:"Yes, we offer international shipping to many countries. Shipping fees and delivery times vary depending on the destination."},{title:"How can I contact customer service?",description:"You can contact our customer service team via email at support@example.com or call us at 1-800-123-4567. Our team is available Monday to Friday, 9 AM to 5 PM."},{title:"What payment methods do you accept?",description:"We accept all major credit cards, PayPal, and Apple Pay. You can select your preferred payment method at checkout."}],propertyType:Mr.CONTROLS},itemHorizontalPadding:{value:10,unit:1,property:"itemHorizontalPadding",propertyType:Mr.CSS},itemVerticalPadding:{value:2,unit:1,property:"itemVerticalPadding",propertyType:Mr.CSS},itemSpacing:{value:10,unit:1,property:"itemSpacing",propertyType:Mr.CSS},titleAndDescriptionSpacing:{value:5,unit:1,property:"titleAndDescriptionSpacing",propertyType:Mr.CSS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.FAQ_WIDGET="faqWidget",e.COLLAPSED_ACCRORDION_ITEM="collapsedAccordionItem",e.EXPANDED_ACCRORDION_ITEM="expandedAccordionItem",e.DIVIDER="divider"}(Tt||(Tt={}));var Ot,bt=function(){return{layout:{selectorKey:Tt.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:300,unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"auto",unit:Vr.CUSTOM}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,expandFirstItemByDefault:Ct.expandFirstItemByDefault,allowMultipleOpenItems:Ct.allowMultipleOpenItems,itemDividers:Ct.itemDividers,iconPosition:Ct.iconPosition,itemHorizontalPadding:Ct.itemHorizontalPadding,itemVerticalPadding:Ct.itemVerticalPadding,itemSpacing:Ct.itemSpacing,titleAndDescriptionSpacing:Ct.titleAndDescriptionSpacing},content:{accordionsList:Ct.accordionsList},design:{selectorKey:Tt.DESIGN,faqWidget:{selectorKey:Tt.FAQ_WIDGET,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},collapsedAccordionItem:{selectorKey:Tt.COLLAPSED_ACCRORDION_ITEM,backgroundColor:Fo.backgroundColor,backgroundColorDesc:Object.assign(Object.assign({},Fo.backgroundColor),{property:"backgroundColorDesc"}),borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Fo.showIcon,iconSize:Fo.iconSize,iconColor:Fo.iconColor,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},expandedAccordionItem:{selectorKey:Tt.EXPANDED_ACCRORDION_ITEM,backgroundColor:Fo.backgroundColor,backgroundColorDesc:Object.assign(Object.assign({},Fo.backgroundColor),{property:"backgroundColorDesc"}),borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Object.assign({},Fo.theme),font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Fo.showIcon,iconSize:Fo.iconSize,iconColor:Fo.iconColor,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},divider:{selectorKey:Tt.DIVIDER,dividerColor:Fo.borderColor,dividerStyle:Fo.borderStyle,dividerWidth:Fo.dividerWidth}}}},vt={displayStyle:{value:"Slider",propertyType:Mr.CONTROLS},scrollDirection:{value:"Vertical",propertyType:Mr.CONTROLS},noOfItemsToLoad:{value:"All Items",propertyType:Mr.CONTROLS},scrollControl:{value:"Non",propertyType:Mr.CONTROLS},itemsPerSlide:{value:1,unit:7,property:"itemsPerSlide",propertyType:Mr.CSS},itemsPerRow:{value:1,unit:7,property:"itemsPerRow",propertyType:Mr.CSS},itemsPerColumn:{value:1,unit:7,property:"itemsPerColumn",propertyType:Mr.CSS},itemGap:{value:"0",property:"itemGap",unit:1,propertyType:Mr.CSS},rowGap:{value:"0",property:"rowGap",unit:4,propertyType:Mr.CSS},sliderControl:{value:"Arrows",propertyType:Mr.CONTROLS},controlPosition:{value:"Side-Overflow",propertyType:Mr.CONTROLS},loopImages:{value:!1,propertyType:Mr.CONTROLS},setItemsPerRow:{value:!1,propertyType:Mr.CONTROLS},sliderDisplayScrollbar:{value:!1,propertyType:Mr.CONTROLS},autoplay:{value:!1,propertyType:Mr.CONTROLS},autoplayStyle:{value:"Intervals",propertyType:Mr.CONTROLS},autoplayDuration:{value:3e3,unit:6,propertyType:Mr.CONTROLS},sliderSpeed:{value:3e3,unit:6,propertyType:Mr.CONTROLS},showGalleryTitle:{value:!1,propertyType:Mr.CONTROLS},galleryTitle:{value:"",propertyType:Mr.CONTROLS},showGalleryDescription:{value:!1,propertyType:Mr.CONTROLS},galleryDescription:{value:"",propertyType:Mr.CONTROLS},showItemTitle:{value:!1,propertyType:Mr.CONTROLS},showItemDescription:{value:!1,propertyType:Mr.CONTROLS},allowLinkToOtherPage:{value:!1,propertyType:Mr.CONTROLS},slides:{value:[{src:"https://vishnu.sirv.com/image_element.png",alt:"Place holder image",title:"",description:""},{src:"https://vishnu.sirv.com/New%20folder/newton-s-cradle-balls-sphere-action-60582.webp",alt:"Place holder image",title:"",description:""},{src:"https://vishnu.sirv.com/New%20folder/art-2.jfif",alt:"Place holder image",title:"",description:""}],propertyType:Mr.CONTROLS},galleryTextAndItemAlignment:{value:"left",property:"align",propertyType:Mr.CSS},galleryTextAndItemSpacing:{value:20,property:"galleryTextAndItemSpacing",unit:1,propertyType:Mr.CSS},galleryTextAndDescriptionSpacing:{value:20,property:"textAndDescriptionSpacing",unit:1,propertyType:Mr.CSS},imageRatio:{value:"16:9",property:"aspectRatio",propertyType:Mr.CSS},fitOptions:{value:"fill",property:"objectFit",propertyType:Mr.CSS},textLayout:{value:"fill",property:"objectFit",propertyType:Mr.CSS},itemTitleAndDescriptionAlignment:{value:"left",property:"align",propertyType:Mr.CSS},thumbnailPlacement:{value:"bottom",property:"thumbnailPlacement",propertyType:Mr.CONTROLS},thumbnailSize:{value:200,property:"thumbnailSize",unit:1,propertyType:Mr.CSS},thumbnailSpacing:{value:50,property:"thumbnailSpacing",unit:1,propertyType:Mr.CSS},textVerticalPadding:{value:2,property:"textVerticalPadding",unit:1,propertyType:Mr.CSS},texHorizontalPadding:{value:20,property:"gap",unit:1,propertyType:Mr.CSS},titleAndDescriptionSpacing:{value:10,property:"titleAndDescriptionSpacing",unit:1,propertyType:Mr.CSS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"Round",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:36,property:"lineWidth",unit:1,propertyType:Mr.CSS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.GALLERY_WIDGET_STYLE="gallery-widget-style",e.GALLERY_LAYOUT="gallery-layout",e.ITEM_STYLE="item-style",e.PAGINATION_ARROWS="pagination-arrows",e.PAGINATION_DOTS="pagination-dots",e.PAGINATION_LINE="pagination-lines",e.MAP_WIDGET_TEXT_CONTAINER_DESIGN="galleryWidgetTextContainerDesign",e.MAP_WIDGET_TEXT_CONTAINER_LAYOUT="galleryWidgetTextContainerLayout"}(Ot||(Ot={}));var mt,wt=function(){return{layout:{selectorKey:Ot.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"400",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"300",unit:1}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,displayStyle:vt.displayStyle,scrollDirection:vt.scrollDirection,noOfItemsToLoad:vt.noOfItemsToLoad,scrollControl:vt.scrollControl,itemsPerSlide:vt.itemsPerSlide,itemsPerRow:vt.itemsPerRow,itemsPerColumn:vt.itemsPerColumn,itemGap:vt.itemGap,rowGap:vt.rowGap,sliderControl:vt.sliderControl,controlPosition:vt.controlPosition,loopImages:vt.loopImages,setItemsPerRow:vt.setItemsPerRow,sliderDisplayScrollbar:vt.sliderDisplayScrollbar,autoplay:vt.autoplay,autoplayStyle:vt.autoplayStyle,autoplayDuration:vt.autoplayDuration,sliderSpeed:vt.sliderSpeed,thumbnailPlacement:vt.thumbnailPlacement,thumbnailSize:vt.thumbnailSize,thumbnailSpacing:vt.thumbnailSpacing},content:{showGalleryTitle:vt.showGalleryTitle,galleryTitle:vt.galleryTitle,showGalleryDescription:vt.showGalleryDescription,galleryDescription:vt.galleryDescription,showItemTitle:vt.showItemTitle,showItemDescription:vt.showItemDescription,allowLinkToOtherPage:vt.allowLinkToOtherPage,slides:vt.slides},design:{selectorKey:Ot.DESIGN,galleryWidgetStyle:{selectorKey:Ot.GALLERY_WIDGET_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},galleryWidgetLayout:{selectorKey:Ot.GALLERY_LAYOUT,galleryTextAndItemAlignment:vt.galleryTextAndItemAlignment,galleryTextAndItemSpacing:vt.galleryTextAndItemSpacing,galleryTitleAndDescriptionSpacing:vt.galleryTextAndDescriptionSpacing,textPosition:Fo.textPosition,verticalAlignment:Fo.verticalAlignment},galleryWidgetTextContainerLayout:{selectorKey:Ot.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:vt.textVerticalPadding,textHorizontalPadding:Fo.textHorizontalPadding,titleAndDescriptionSpacing:vt.titleAndDescriptionSpacing},galleryWidgetTextContainerDesign:{selectorKey:Ot.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},itemStyle:{selectorKey:Ot.GALLERY_WIDGET_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},itemLayout:{selectorKey:Ot.GALLERY_LAYOUT,galleryTextAndItemAlignment:vt.galleryTextAndItemAlignment,textAndImageSpacing:vt.galleryTextAndItemSpacing,galleryTitleAndDescriptionSpacing:vt.galleryTextAndDescriptionSpacing,textPosition:Object.assign(Object.assign({},Fo.textPosition),{value:"On Image"}),verticalAlignment:Fo.verticalAlignment},itemTextContainerLayout:{selectorKey:Ot.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:vt.textVerticalPadding,textHorizontalPadding:Fo.textHorizontalPadding,titleAndDescriptionSpacing:vt.titleAndDescriptionSpacing},itemTextContainerDesign:{selectorKey:Ot.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},paginationArrows:{selectorKey:Ot.PAGINATION_ARROWS,arrowIconStyle:vt.arrowIconStyle,leftArrowIconStyle:vt.leftArrowIconStyle,rightArrowIconStyle:vt.rightArrowIconStyle,backgroundShape:vt.backgroundShape,arrowSize:vt.arrowSize,arrowColor:vt.arrowColor},paginationDots:{selectorKey:Ot.PAGINATION_DOTS,dotSize:vt.dotSize,currentDotColor:vt.currentDotColor,otherDotColor:vt.otherDotColor},paginationLine:{selectorKey:Ot.PAGINATION_LINE,currentLineColor:vt.currentLineColor,otherLineColor:vt.otherLineColor,lineHeight:vt.lineHeight,lineWidth:vt.lineWidth}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(mt||(mt={}));var ft,Rt=function(e){return{layout:{selectorKey:mt.LAYOUT,width:{value:"100",property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:mt.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt)}},Nt={onClick:{value:"Show Image Lightbox",propertyType:Mr.CONTROLS},onHover:{value:"Zoom Out",propertyType:Mr.CONTROLS},cropRatio:{value:"16:9",propertyType:Mr.CONTROLS},fitOptions:{value:"fill",propert:"objectFit",propertyType:Mr.CONTROLS},horizontalAlignment:{value:"left",propert:"textAlign",propertyType:Mr.CSS},verticalAlignment:{value:"bottom",propert:"textAlign",propertyType:Mr.CSS},dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"image",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(ft||(ft={}));var Lt,Dt=function(){return{layout:{selectorKey:ft.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{propertyType:Mr.CONTROLS,unit:Vr.PIXELS,value:350}),height:Object.assign(Object.assign({},Fo.height),{value:300,propertyType:Mr.CONTROLS,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,onClick:Nt.onClick,onHover:Nt.onHover,cropRatio:Nt.cropRatio,fitOptions:Nt.fitOptions,horizontalAlignment:Nt.horizontalAlignment,verticalAlignment:Nt.verticalAlignment},design:{selectorKey:ft.DESIGN,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,backgroundColor:Fo.backgroundColor,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,brightness:Fo.brightness,hue:Fo.hue,lightness:Fo.lightness,highlights:Fo.highlights,shadows:Fo.shadows,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},content:{image:{value:{src:"https://vishnu.sirv.com/image_element.png"},propertyType:Mr.CONTROLS}},dataConnector:{selectorKey:ft.DATA_CONNECTOR,dataConnector:Nt.dataConnector}}},At={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:Mr.CONTROLS},productName:{value:!0,propertyType:Mr.CONTROLS},productCodes:{value:!0,propertyType:Mr.CONTROLS},varientCodes:{value:!0,propertyType:Mr.CONTROLS},productImage:{value:!0,propertyType:Mr.CONTROLS},price:{value:!0,propertyType:Mr.CONTROLS},productDescription:{value:!0,propertyType:Mr.CONTROLS},showOptions:{value:!0,propertyType:Mr.CONTROLS},allowBulkOrdering:{value:!0,propertyType:Mr.CONTROLS},actions:{value:!0,propertyType:Mr.CONTROLS},quickView:{value:!0,propertyType:Mr.CONTROLS},addToCart:{value:!0,propertyType:Mr.CONTROLS},wishlist:{value:!0,propertyType:Mr.CONTROLS},buyNow:{value:!0,propertyType:Mr.CONTROLS},addtoQuote:{value:!0,propertyType:Mr.CONTROLS},showUoms:{value:!0,propertyType:Mr.CONTROLS},showVolumePricing:{value:!0,propertyType:Mr.CONTROLS},showInventory:{value:!0,propertyType:Mr.CONTROLS},storeAvailability:{value:!0,propertyType:Mr.CONTROLS},categoryCode:{value:!0,propertyType:Mr.CONTROLS},categoryName:{value:!0,propertyType:Mr.CONTROLS},categoryImage:{value:!0,propertyType:Mr.CONTROLS},categoryDescription:{value:!0,propertyType:Mr.CONTROLS},subCategoryCode:{value:!0,propertyType:Mr.CONTROLS},subCategoryName:{value:!0,propertyType:Mr.CONTROLS},subCategoryImage:{value:!0,propertyType:Mr.CONTROLS},subCategoryDescription:{value:!0,propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Lt||(Lt={}));var It,xt=function(){return{layout:{selectorKey:Lt.LAYOUT,width:Object.assign({},Fo.width),height:Object.assign(Object.assign({},Fo.height),{value:"auto",propertyType:Mr.CONTROLS,unit:7}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:Lt.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),content:{selectorKey:Lt.CONTENT,productName:At.productName,productCodes:At.productCodes,varientCodes:At.varientCodes,productImage:At.productImage,price:At.price,productDescription:At.productDescription,showOptions:At.showOptions,allowBulkOrdering:At.allowBulkOrdering,actions:At.actions,quickView:At.quickView,addToCart:At.addToCart,wishlist:At.wishlist,buyNow:At.buyNow,addtoQuote:At.addtoQuote,showUoms:At.showUoms,showVolumePricing:At.showVolumePricing,showInventory:At.showInventory,storeAvailability:At.storeAvailability,categoryCode:At.categoryCode,categoryName:At.categoryName,categoryImage:At.categoryImage,categoryDescription:At.categoryDescription,subCategoryCode:At.subCategoryCode,subCategoryName:At.subCategoryName,subCategoryImage:At.subCategoryImage,subCategoryDescription:At.subCategoryDescription},dataConnector:{selectorKey:Lt.DATA_CONNECTOR,dataConnector:At.dataConnector}}},Et={dataConnector:{value:{isConnected:!1,dataSource:null,childSource:null,key:null,url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS},showOptions:{value:!0,propertyType:Mr.CONTROLS},productVolume:{value:!0,propertyType:Mr.CONTROLS},productPrice:{value:!0,propertyType:Mr.CONTROLS},productActions:{value:!0,propertyType:Mr.CONTROLS},productInventory:{value:!0,propertyType:Mr.CONTROLS},storeLocations:{value:!0,propertyType:Mr.CONTROLS},pickupLocations:{value:!0,propertyType:Mr.CONTROLS},productHighlights:{value:!0,propertyType:Mr.CONTROLS},paymentMethods:{value:!0,propertyType:Mr.CONTROLS},shippingEstimator:{value:!0,propertyType:Mr.CONTROLS},productPromotions:{value:!0,propertyType:Mr.CONTROLS},amountEstimator:{value:!0,propertyType:Mr.CONTROLS},quantitySelector:{value:!0,propertyType:Mr.CONTROLS},uomSelector:{value:!0,propertyType:Mr.CONTROLS},variantPicker:{value:!0,propertyType:Mr.CONTROLS},bulkVariantPicker:{value:!0,propertyType:Mr.CONTROLS},productImage:{value:!0,propertyType:Mr.CONTROLS},productName:{value:!0,propertyType:Mr.CONTROLS},productDescription:{value:!0,propertyType:Mr.CONTROLS},productBrand:{value:!0,propertyType:Mr.CONTROLS},productCode:{value:!0,propertyType:Mr.CONTROLS},productReview:{value:!0,propertyType:Mr.CONTROLS},productRating:{value:!0,propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(It||(It={}));var Pt,_t=function(){return{layout:{selectorKey:It.LAYOUT,width:Object.assign({},Fo.width),height:Object.assign(Object.assign({},Fo.height),{value:"auto",propertyType:Mr.CONTROLS,unit:7}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:It.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),content:{selectorKey:It.CONTENT,showOptions:Et.showOptions,productVolume:Et.productVolume,productPrice:Et.productPrice,productActions:Et.productActions,productInventory:Et.productInventory,storeLocations:Et.storeLocations,pickupLocations:Et.pickupLocations,productHighlights:Et.productHighlights,paymentMethods:Et.paymentMethods,shippingEstimator:Et.shippingEstimator,productPromotions:Et.productPromotions,amountEstimator:Et.amountEstimator,quantitySelector:Et.quantitySelector,uomSelector:Et.uomSelector,variantPicker:Et.variantPicker,bulkVariantPicker:Et.bulkVariantPicker,productImage:Et.productImage,productName:Et.productName,productDescription:Et.productDescription,productBrand:Et.productBrand,productCode:Et.productCode,productReview:Et.productReview,productRating:Et.productRating},dataConnector:{selectorKey:It.DATA_CONNECTOR,dataConnector:Et.dataConnector,dynamicData:{value:null,property:"dynamicData",propertyType:Mr.CONTROLS}}}},Ht={position:{value:"topLeft",property:"position",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},onClick:{value:"Show Image Lightbox",propertyType:Mr.CONTROLS},onHover:{value:"Zoom In",propertyType:Mr.CONTROLS},hotspotStyle:{value:"shape",propertyType:Mr.CONTROLS},showContent:{value:"onClick",propertyType:Mr.CONTROLS},canOpenMultipleHotspots:{value:!0,propertyType:Mr.CONTROLS},showIcon:{value:!0,propertyType:Mr.CONTROLS},shape:{value:"circle",propertyType:Mr.CONTROLS},hotspots:{value:[{title:"Hotspot",position:{x:10,y:10},contentSource:{source:"text",showTitle:!0,title:"sellerscommerce"},key:"123456tghjuik"}],propertyType:Mr.CONTROLS},iconStyle:{value:"icon with circle",property:"iconStyle",propertyType:Mr.CSS},hotspotSize:{value:"30",property:"hotspotSize",propertyType:Mr.CSS},iconSize:{value:"30",property:"iconSize",propertyType:Mr.CSS},tooltipWidth:{value:"100",property:"tooltipWidth",propertyType:Mr.CSS},tooltipHeight:{value:"100",property:"tooltipHeight",propertyType:Mr.CSS},horizontalAlignment:{value:"left",property:"horizontalAlignment",propertyType:Mr.CSS},verticalAlignment:{value:"bottom",property:"verticalAlignment",propertyType:Mr.CSS},imageRatio:{value:"16:9",property:"imageRatio",propertyType:Mr.CSS},fitOptions:{value:"fill",property:"fitOptions",propertyType:Mr.CSS},productInfoAlignment:{value:"left",property:"productInfoAlignment",propertyType:Mr.CSS},infoVerticalPadding:{value:"500",property:"infoVerticalPadding",propertyType:Mr.CSS},infoHorizontalPadding:{value:"500",property:"infoHorizontalPadding",propertyType:Mr.CSS},infoSpacing:{value:"500",property:"infoSpacing",propertyType:Mr.CSS},cardLayout:{value:"onImage",property:"cardLayout",propertyType:Mr.CSS},productCardStyle:{value:"https://vishnu.sirv.com/image_element.png",propertyType:Mr.CONTROLS},animationStyle:{value:"rippleEffect",propertyType:Mr.CONTROLS},animationFrequency:{value:"0",property:"animationFrequency",propertyType:Mr.CSS},linkDetails:{value:"",property:"linkDetails",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.HOTSPOT_IMAGE_STYLE="hotSpotStyle",e.HOTSPOT_STYLE="hotspotStyle",e.TOOL_TIP_DESIGN="tooltipDesign",e.TOOL_TIP_TEXT="tooltipTextDesign",e.TOOL_TIP_PRODUCT_DESIGN="tooltipProductDesign",e.TOOL_TIP_IMAGE_DESIGN="tooltipImageDesign"}(Pt||(Pt={}));var Bt,zt=function(){return{layout:{selectorKey:Pt.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{propertyType:Mr.CONTROLS,unit:1,value:350}),height:Object.assign(Object.assign({},Fo.height),{value:300,propertyType:Mr.CONTROLS,unit:1}),margin:Fo.margin,padding:Fo.padding,showContent:Ht.showContent,canOpenMultipleHotspots:Ht.canOpenMultipleHotspots,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:Pt.DESIGN,imageStyle:{selectorKey:Pt.HOTSPOT_IMAGE_STYLE,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,backgroundColor:Fo.backgroundColor,overlayColor:Fo.overlayColor,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,brightness:Fo.brightness,hue:Fo.hue,lightness:Fo.lightness,highlights:Fo.highlights,shadows:Fo.shadows,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},hotspotStyle:{selectorKey:Pt.HOTSPOT_STYLE,hotspotStyle:Ht.hotspotStyle,hotspotSize:Ht.hotspotSize,iconSize:Fo.iconSize,iconColor:Fo.iconColor,icon:Ht.icon,showIcon:Ht.showIcon,shape:Ht.shape,animationStyle:Ht.animationStyle,animationFrequency:Ht.animationFrequency,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tooltipDesign:{selectorKey:Pt.TOOL_TIP_DESIGN,tooltipWidth:Ht.tooltipWidth,tooltipHeight:Ht.tooltipHeight,horizontalAlignment:Ht.horizontalAlignment,verticalAlignment:Ht.verticalAlignment,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur,position:Ht.position},tooltipTextDesign:{selectorKey:Pt.TOOL_TIP_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},tooltipProductDesign:{selectorKey:Pt.TOOL_TIP_PRODUCT_DESIGN,imageRatio:Ht.imageRatio,fitOptions:Ht.fitOptions,productInfoAlignment:Ht.productInfoAlignment,infoVerticalPadding:Ht.infoVerticalPadding,infoHorizontalPadding:Ht.infoHorizontalPadding,infoSpacing:Ht.infoSpacing,cardLayout:Ht.cardLayout,productCardStyle:Ht.productCardStyle},tooltipImageDesign:{selectorKey:Pt.TOOL_TIP_IMAGE_DESIGN,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,backgroundColor:Fo.backgroundColor,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,brightness:Fo.brightness,hue:Fo.hue,lightness:Fo.lightness,highlights:Fo.highlights,shadows:Fo.shadows,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur,imageRatio:Ht.imageRatio,fitOptions:Ht.fitOptions,horizontalAlignment:Ht.horizontalAlignment,verticalAlignment:Ht.verticalAlignment,onClick:Ht.onClick,onHover:Ht.onHover,linkDetails:Ht.linkDetails}},content:{selectorKey:Pt.CONTENT,image:{value:{src:"https://vishnu.sirv.com/image_element.png"},propertyType:Mr.CONTROLS},hotspots:Ht.hotspots}}},kt={zoom:{value:3,propertyType:Mr.CONTROLS},icon:{value:"map-marker",property:"icon",propertyType:Mr.CONTROLS},showIcon:{value:!0,propertyType:Mr.CONTROLS},showZoomControls:{value:!0,propertyType:Mr.CONTROLS},showMapAndSatelliteView:{value:!0,propertyType:Mr.CONTROLS},showStreetView:{value:!0,propertyType:Mr.CONTROLS},showDirectionsLink:{value:!1,propertyType:Mr.CONTROLS},showTitle:{value:!1,propertyType:Mr.CONTROLS},title:{value:"",propertyType:Mr.CONTROLS},showDescription:{value:!1,propertyType:Mr.CONTROLS},description:{value:"",propertyType:Mr.CONTROLS},chooseMapDesign:{value:"",propertyType:Mr.CONTROLS},locationsList:{value:[{addressLine1:"",addressLine2:"",country:"",postalCode:"",state:""}],propertyType:Mr.CONTROLS},geometry:{value:null,propertyType:Mr.CONTROLS},textContainerPosition:{value:"Top",propertyType:Mr.CONTROLS},mapAndTextContainerAlignment:{value:"center",propertyType:Mr.CONTROLS},mapAndTextContainerSpacing:{value:20,property:"mapAndTextContainerSpacing",unit:1,propertyType:Mr.CSS},onClick:{value:"Show Image Lightbox",propertyType:Mr.CONTROLS},onHover:{value:"Zoom In",propertyType:Mr.CONTROLS},pinStyle:{value:"icon",propertyType:Mr.CONTROLS},showContent:{value:"onClick",propertyType:Mr.CONTROLS},canOpenMultipleHotspots:{value:!0,propertyType:Mr.CONTROLS},shape:{value:"circle",propertyType:Mr.CONTROLS},hotspots:{value:[{title:"Hotspot",position:{x:10,y:10},contentSource:{source:"text",showTitle:!0,title:"sellerscommerce"},key:"123456tghjuik"}],propertyType:Mr.CONTROLS},iconStyle:{value:"icon with circle",propertyType:Mr.CSS},pinSize:{value:"0",property:"hotspotSize",propertyType:Mr.CSS},iconSize:{value:"100",propertyType:Mr.CSS},tooltipWidth:{value:"120",property:"tooltipWidth",propertyType:Mr.CSS},tooltipHeight:{value:"120",property:"tooltipHeight",propertyType:Mr.CSS},horizontalAlignment:{value:"left",property:"horizontalAlignment",propertyType:Mr.CSS},verticalAlignment:{value:"bottom",property:"verticalAlignment",propertyType:Mr.CSS},imageRatio:{value:"16:9",property:"aspectRatio",propertyType:Mr.CSS},fitOptions:{value:"fill",property:"objectFit",propertyType:Mr.CSS},productInfoAlignment:{value:"left",property:"textAlign",propertyType:Mr.CSS},infoVerticalPadding:{value:"500",propertyType:Mr.CSS},infoHorizontalPadding:{value:"500",propertyType:Mr.CSS},infoSpacing:{value:"500",propertyType:Mr.CSS},cardLayout:{value:"onImage",propertyType:Mr.CSS},productCardStyle:{value:"https://vishnu.sirv.com/image_element.png",propertyType:Mr.CONTROLS},animationStyle:{value:"rippleEffect",propertyType:Mr.CONTROLS},animationFrequency:{value:"0",property:"animationFrequency",propertyType:Mr.CSS},textVerticalPadding:{value:2,property:"textVerticalPadding",unit:1,propertyType:Mr.CSS},textHorizontalPadding:{value:2,property:"textHorizontalPadding",unit:1,propertyType:Mr.CSS},titleAndDescriptionSpacing:{value:2,property:"titleAndDescriptionSpacing",unit:1,propertyType:Mr.CSS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.HOTSPOT_IMAGE_STYLE="HOTSPOT_IMAGE_STYLE",e.PIN_STYLE="pinStyle",e.TOOL_TIP_DESIGN="tooltipDesign",e.TOOL_TIP_TEXT="tooltipTextDesign",e.TOOL_TIP_PRODUCT_DESIGN="tooltipProductDesign",e.TOOL_TIP_IMAGE_DESIGN="tooltipImageDesign",e.GALLERY_WIDGET_STYLE="gallery-widget-style",e.MAP_WIDGET_LAYOUT="mapWidgetLayout",e.MAP_WIDGET_TEXT_CONTAINER_DESIGN="mapWidgetTextContainerDesign",e.MAP_WIDGET_TEXT_CONTAINER_LAYOUT="mapWidgetTextContainerLayout",e.MAP_STYLE="mapStyle"}(Bt||(Bt={}));var jt,Kt=function(){return{layout:{selectorKey:Bt.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"500",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"500",unit:1}),margin:Fo.margin,padding:Fo.padding,showContent:kt.showContent,canOpenMultipleHotspots:kt.canOpenMultipleHotspots,positionType:Fo.positionType,pinTo:Fo.pinTo,zoom:kt.zoom,showZoomControls:kt.showZoomControls,showMapAndSatelliteView:kt.showMapAndSatelliteView,showStreetView:kt.showStreetView,showDirectionsLink:kt.showDirectionsLink},content:{selectorKey:Bt.CONTENT,showTitle:kt.showTitle,title:kt.title,showDescription:kt.showDescription,description:kt.description,locationsList:kt.locationsList,geometry:kt.geometry},design:{selectorKey:Bt.DESIGN,mapWidget:{selectorKey:Bt.GALLERY_WIDGET_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},mapWidgetLayout:{selectorKey:Bt.MAP_WIDGET_LAYOUT,textContainerPosition:kt.textContainerPosition,mapAndTextContainerAlignment:kt.mapAndTextContainerAlignment,mapAndTextContainerSpacing:kt.mapAndTextContainerSpacing},mapWidgetTextContainerLayout:{selectorKey:Bt.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:kt.textVerticalPadding,textHorizontalPadding:kt.textHorizontalPadding,titleAndDescriptionSpacing:kt.titleAndDescriptionSpacing},mapWidgetTextContainerDesign:{selectorKey:Bt.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},mapStyle:{selectorKey:Bt.MAP_STYLE,chooseMapDesign:kt.chooseMapDesign},pinStyle:{selectorKey:Bt.PIN_STYLE,pinStyle:kt.pinStyle,pinSize:kt.pinSize,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),icon:kt.icon,showIcon:kt.showIcon,shape:kt.shape,animationStyle:kt.animationStyle,animationFrequency:kt.animationFrequency,backgroundColor:Object.assign(Object.assign({},Fo.backgroundColor),{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:0}}}),showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tooltipDesign:{selectorKey:Bt.TOOL_TIP_DESIGN,tooltipWidth:kt.tooltipWidth,tooltipHeight:kt.tooltipHeight,horizontalAlignment:kt.horizontalAlignment,verticalAlignment:kt.verticalAlignment,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tooltipTextDesign:{selectorKey:Bt.TOOL_TIP_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,lineHeight:Fo.lineHeight,characterSpacing:Fo.characterSpacing,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc}}}},Ut={noOfItemsToLoad:{value:"allItems",propertyType:Mr.CONTROLS,property:"noOfItemsToLoad"},displayStyle:{value:"Stack Horizontal",property:"displayStyle",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},itemSpacing:{value:20,property:"itemSpacing",propertyType:Mr.CSS,unit:1},itemPadding:{value:"10",property:"itemPadding",unit:1,propertyType:Mr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:Mr.CSS},maxItemsToDisplay:{value:1,property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerHeight:{value:"30",property:"headerHeight",unit:1,propertyType:Mr.CSS},rowHeight:{value:"30",property:"rowHeight",propertyType:Mr.CSS,unit:1},headerCellPadding:{value:"30",property:"headerCellPadding",unit:1,propertyType:Mr.CSS},rowCellPadding:{value:"30",property:"rowCellPadding",unit:1,propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},paginationAliginment:{value:"left",property:"paginationAliginment",propertyType:Mr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"pagination",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},displayResults:{value:"Open Lightbox",property:"displayResults",propertyType:Mr.CONTROLS},title:{value:"Payment Methods",property:"title",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showDescription:{value:!1,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},paymentProgramName:{value:!0,property:"paymentProgramName",propertyType:Mr.CONTROLS},paymentMethods:{value:!0,property:"paymentMethods",propertyType:Mr.CONTROLS},showAmountLeft:{value:!0,property:"showAmountLeft",propertyType:Mr.CONTROLS},amountLeft:{value:"Left",property:"amountLeft",propertyType:Mr.CONTROLS},showAmountUtilized:{value:!0,property:"showAmountUtilized",propertyType:Mr.CONTROLS},amountUtilized:{value:"Used",property:"amountUtilized",propertyType:Mr.CONTROLS},showTotalAmount:{value:!0,property:"showTotalAmount",propertyType:Mr.CONTROLS},totalAmount:{value:"Total",property:"totalAmount",propertyType:Mr.CONTROLS},showExpiryDate:{value:!0,property:"showExpiryDate",propertyType:Mr.CONTROLS},expiryDate:{value:"Expires On",property:"expiryDate",propertyType:Mr.CONTROLS},expiryDateDisplayFormat:{value:"Days Left",property:"expiryDateDisplayFormat",propertyType:Mr.CONTROLS},showRenewalDate:{value:!0,property:"showRenewalDate",propertyType:Mr.CONTROLS},renewalDate:{value:"Renews On",property:"renewalDate",propertyType:Mr.CONTROLS},renewalDateDisplayFormat:{value:"Days Left",property:"renewalDateDisplayFormat",propertyType:Mr.CONTROLS},paginationAlignment:{value:"center",propertyType:Mr.CSS,property:"paginationAlignment"}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(jt||(jt={}));var Mt,Vt=function(){return{layout:{selectorKey:jt.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"75",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayStyle:Ut.displayStyle,dividerBetweenItems:Ut.dividerBetweenItems,itemSpacing:Ut.itemSpacing,itemPadding:Ut.itemPadding,itemContentAlignment:Ut.itemContentAlignment,maxItemsToDisplay:Ut.maxItemsToDisplay,overflowItems:Ut.overflowItems,header:Ut.header,headerHeight:Ut.headerHeight,rowHeight:Ut.rowHeight,headerDivider:Ut.headerDivider,rowDivider:Ut.rowDivider,columnDivider:Ut.columnDivider,alternativeRowColors:Ut.alternativeRowColors,headerCellPadding:Ut.headerCellPadding,rowCellPadding:Ut.rowCellPadding,contentAlignment:Ut.contentAlignment,overflowControl:Ut.overflowControl,paginationType:Ut.paginationType,paginationAliginment:Ut.paginationAliginment,rowsPerPage:Ut.rowsPerPage,displayResults:Ut.displayResults,noOfItemsToLoad:Ut.noOfItemsToLoad,paginationAlignment:Ut.paginationAlignment},design:{selectorKey:jt.DESIGN},content:{selectorKey:jt.CONTENT,title:Ut.title,showTitle:Ut.showTitle,description:Ut.description,showDescription:Ut.showDescription,paymentProgramName:Ut.paymentProgramName,paymentMethods:Ut.paymentMethods,showAmountLeft:Ut.showAmountLeft,amountLeft:Ut.amountLeft,showAmountUtilized:Ut.showAmountUtilized,amountUtilized:Ut.amountUtilized,showTotalAmount:Ut.showTotalAmount,totalAmount:Ut.totalAmount,showExpiryDate:Ut.showExpiryDate,expiryDate:Ut.expiryDate,expiryDateDisplayFormat:Ut.expiryDateDisplayFormat,showRenewalDate:Ut.showRenewalDate,renewalDate:Ut.renewalDate,renewalDateDisplayFormat:Ut.renewalDateDisplayFormat},dataConnector:{selectorKey:jt.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"paymentMethods",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},Gt={displayStyle:{value:"Upfront",property:"displayStyle",propertyType:Mr.CONTROLS},displayType:{value:"Horizontal",property:"displayType",propertyType:Mr.CONTROLS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:Mr.CSS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},displayResults:{value:"Upfront",property:"displayResults",propertyType:Mr.CONTROLS},locationName:{value:!0,property:"locationName",propertyType:Mr.CONTROLS},locationAddress:{value:!0,property:"locationAddress",propertyType:Mr.CONTROLS},locationInventory:{value:!0,property:"locationInventory",propertyType:Mr.CONTROLS},locationTimings:{value:!0,property:"locationTimings",propertyType:Mr.CONTROLS},title:{value:"Store Pick Up Locations",property:"title",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},noOfItemToShow:{value:"Show All Items",property:"noOfItemToShow",propertyType:Mr.CONTROLS},searchPlaceholderText:{value:"Search by Product/ SKU name or code",property:"searchPlaceholderText",propertyType:Mr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:Mr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"Round",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.INPUT_STYLE="inputStyle",e.STORE_LOCATIONS_BUTTON="storeLocationButton",e.INVENTORY_TEXT_STYLE="inventoryTextStyle",e.ITEM_STYLE="itemStyle",e.LOCATION_NAME="locationName",e.LOCATION_ADDRESS="locationAddress",e.LOCATION_INVENTORY="locationInventory",e.LOCATION_TIMINGS="locationTimings",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButtons",e.HOVER_STATE="hover",e.DEFAULT_STATE="default"}(Mt||(Mt={}));var Wt,Yt=function(){return{layout:{selectorKey:Mt.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"130",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayStyle:Gt.displayStyle,displayType:Gt.displayType,maxItemsToDisplay:Gt.maxItemsToDisplay,itemSpacing:Gt.itemSpacing,overflowItems:Gt.overflowItems,displayResults:Gt.displayResults,searchPlaceholderText:Gt.searchPlaceholderText,noOfItemToShow:Gt.noOfItemToShow},content:{selectorKey:Mt.CONTENT,locationName:Gt.locationName,locationAddress:Gt.locationAddress,locationInventory:Gt.locationInventory,locationTimings:Gt.locationTimings,title:Gt.title,showTitle:Gt.showTitle,description:Gt.description,showDescription:Gt.showDescription},design:{selectorKey:Mt.DESIGN,inputStyle:{selectorKey:Mt.INPUT_STYLE,defaultState:{selectorKey:Mt.DEFAULT_STATE,buttonStyle:Gt.buttonStyle,buttonText:Gt.buttonText,icon:Gt.icon,iconPadding:Gt.iconPadding,iconPosition:Gt.iconPosition,iconAndTextSpacing:Gt.iconAndTextSpacing,alignment:Gt.alignment,buttonType:Gt.buttonType,showIcon:Gt.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:Mt.HOVER_STATE,buttonStyle:Gt.buttonStyle,buttonText:Gt.buttonText,icon:Gt.icon,iconPadding:Gt.iconPadding,iconPosition:Gt.iconPosition,iconAndTextSpacing:Gt.iconAndTextSpacing,alignment:Gt.alignment,buttonType:Gt.buttonType,showIcon:Gt.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},storeLocationsButton:{selectorKey:Mt.INPUT_STYLE,defaultState:{selectorKey:Mt.DEFAULT_STATE,buttonStyle:Gt.buttonStyle,buttonText:Gt.buttonText,icon:Gt.icon,iconPadding:Gt.iconPadding,iconPosition:Gt.iconPosition,iconAndTextSpacing:Gt.iconAndTextSpacing,alignment:Gt.alignment,buttonType:Gt.buttonType,showIcon:Gt.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:Mt.HOVER_STATE,buttonStyle:Gt.buttonStyle,buttonText:Gt.buttonText,icon:Gt.icon,iconPadding:Gt.iconPadding,iconPosition:Gt.iconPosition,iconAndTextSpacing:Gt.iconAndTextSpacing,alignment:Gt.alignment,buttonType:Gt.buttonType,showIcon:Gt.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},inventoryTextStyle:{selectorKey:Mt.INVENTORY_TEXT_STYLE,themeDynamic:Fo.theme,fontDynamic:Fo.font,fontSizeDynamic:Fo.fontSize,textColorDynamic:Fo.textColor,boldDynamic:Fo.bold,italicDynamic:Fo.italic,linethroughDynamic:Fo.linethrough,underlineDynamic:Fo.underline,textAlignDynamic:Fo.textAlign,characterSpacingDynamic:Fo.characterSpacing,lineHeightDynamic:Fo.lineHeight,themeStatic:Fo.themeDesc,fontStatic:Fo.fontDesc,fontSizeStatic:Fo.fontSizeDesc,textColorStatic:Fo.textColorDesc,boldStatic:Fo.boldDesc,italicStatic:Fo.italicDesc,linethroughStatic:Fo.linethroughDesc,underlineStatic:Fo.underlineDesc,textAlignStatic:Fo.textAlignDesc,characterSpacingStatic:Fo.characterSpacingDesc,lineHeightStatic:Fo.lineHeightDesc},itemStyle:{selectorKey:Mt.ITEM_STYLE,contentAlignment:Gt.contentAlignment,horizontalPadding:Gt.horizontalPadding,verticalPadding:Gt.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},locationName:{selectorKey:Mt.LOCATION_NAME,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationAddress:{selectorKey:Mt.LOCATION_ADDRESS,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationTimings:{selectorKey:Mt.LOCATION_TIMINGS,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationInventory:{selectorKey:Mt.LOCATION_INVENTORY,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},arrows:{selectorKey:Mt.ARROWS,arrowIconStyle:Gt.arrowIconStyle,leftArrowIconStyle:Gt.leftArrowIconStyle,rightArrowIconStyle:Gt.rightArrowIconStyle,backgroundShape:Gt.backgroundShape,arrowSize:Gt.arrowSize,arrowColor:Gt.arrowColor},paginationDots:{selectorKey:Mt.PAGINATION_DOTS,dotSize:Gt.dotSize,currentDotColor:Gt.currentDotColor,otherDotColor:Gt.otherDotColor},paginationLine:{selectorKey:Mt.PAGINATION_LINE,currentLineColor:Gt.currentLineColor,otherLineColor:Gt.otherLineColor,lineHeight:Gt.lineHeight,lineWidth:Gt.lineWidth},showMoreItemsButton:{selectorKey:Mt.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Gt.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},dataConnector:{selectorKey:Mt.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"locationDetails",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},Ft={displayStyle:{value:"Slider",propertyType:Mr.CONTROLS},scrollDirection:{value:"Vertical",propertyType:Mr.CONTROLS},noOfItemsToLoad:{value:"All Items",propertyType:Mr.CONTROLS},scrollControl:{value:"Non",propertyType:Mr.CONTROLS},itemsPerSlide:{value:1,unit:7,property:"itemsPerSlide",propertyType:Mr.CSS},itemsPerRow:{value:1,unit:7,property:"itemsPerRow",propertyType:Mr.CSS},itemsPerColumn:{value:1,unit:7,property:"itemsPerColumn",propertyType:Mr.CSS},itemGap:{value:"0",property:"itemGap",unit:1,propertyType:Mr.CSS},rowGap:{value:"0",property:"rowGap",unit:4,propertyType:Mr.CSS},sliderControl:{value:"Arrows",propertyType:Mr.CONTROLS},controlPosition:{value:"Side-Overflow",propertyType:Mr.CONTROLS},loopImages:{value:!1,propertyType:Mr.CONTROLS},setItemsPerRow:{value:!1,propertyType:Mr.CONTROLS},sliderDisplayScrollbar:{value:!1,propertyType:Mr.CONTROLS},autoplay:{value:!1,propertyType:Mr.CONTROLS},autoplayStyle:{value:"Intervals",propertyType:Mr.CONTROLS},autoplayDuration:{value:3e3,unit:6,propertyType:Mr.CONTROLS},sliderSpeed:{value:3e3,unit:6,propertyType:Mr.CONTROLS},showGalleryTitle:{value:!1,propertyType:Mr.CONTROLS},galleryTitle:{value:"",propertyType:Mr.CONTROLS},showGalleryDescription:{value:!1,propertyType:Mr.CONTROLS},galleryDescription:{value:"",propertyType:Mr.CONTROLS},showItemTitle:{value:!1,propertyType:Mr.CONTROLS},showItemDescription:{value:!1,propertyType:Mr.CONTROLS},allowLinkToOtherPage:{value:!1,propertyType:Mr.CONTROLS},slides:{value:[{src:"https://vishnu.sirv.com/image_element.png",alt:"Place holder image",title:"",description:""},{src:"https://vishnu.sirv.com/New%20folder/newton-s-cradle-balls-sphere-action-60582.webp",alt:"Place holder image",title:"",description:""},{src:"https://vishnu.sirv.com/New%20folder/art-2.jfif",alt:"Place holder image",title:"",description:""}],propertyType:Mr.CONTROLS},galleryTextAndItemAlignment:{value:"left",property:"align",propertyType:Mr.CSS},galleryTextAndItemSpacing:{value:20,property:"galleryTextAndItemSpacing",unit:1,propertyType:Mr.CSS},galleryTextAndDescriptionSpacing:{value:20,property:"textAndDescriptionSpacing",unit:1,propertyType:Mr.CSS},imageRatio:{value:"16:9",property:"aspectRatio",propertyType:Mr.CSS},fitOptions:{value:"fill",property:"objectFit",propertyType:Mr.CSS},textLayout:{value:"fill",property:"objectFit",propertyType:Mr.CSS},itemTitleAndDescriptionAlignment:{value:"left",property:"align",propertyType:Mr.CSS},thumbnailPlacement:{value:"bottom",property:"thumbnailPlacement",propertyType:Mr.CONTROLS},thumbnailSize:{value:200,property:"thumbnailSize",unit:1,propertyType:Mr.CSS},thumbnailSpacing:{value:50,property:"thumbnailSpacing",unit:1,propertyType:Mr.CSS},textVerticalPadding:{value:2,property:"textVerticalPadding",unit:1,propertyType:Mr.CSS},texHorizontalPadding:{value:20,property:"gap",unit:1,propertyType:Mr.CSS},titleAndDescriptionSpacing:{value:10,property:"titleAndDescriptionSpacing",unit:1,propertyType:Mr.CSS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"Round",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:36,property:"lineWidth",unit:1,propertyType:Mr.CSS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.GALLERY_WIDGET_STYLE="gallery-widget-style",e.GALLERY_LAYOUT="gallery-layout",e.ITEM_STYLE="item-style",e.PAGINATION_ARROWS="pagination-arrows",e.PAGINATION_DOTS="pagination-dots",e.PAGINATION_LINE="pagination-lines",e.MAP_WIDGET_TEXT_CONTAINER_DESIGN="galleryWidgetTextContainerDesign",e.MAP_WIDGET_TEXT_CONTAINER_LAYOUT="galleryWidgetTextContainerLayout",e.DATA_CONNECTOR="dataConnector"}(Wt||(Wt={}));var Xt,qt=function(){return{layout:{selectorKey:Wt.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"400",unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:"200",unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,displayStyle:Ft.displayStyle,scrollDirection:Ft.scrollDirection,noOfItemsToLoad:Ft.noOfItemsToLoad,scrollControl:Ft.scrollControl,itemsPerSlide:Ft.itemsPerSlide,itemsPerRow:Ft.itemsPerRow,itemsPerColumn:Ft.itemsPerColumn,itemGap:Ft.itemGap,rowGap:Ft.rowGap,sliderControl:Ft.sliderControl,controlPosition:Ft.controlPosition,loopImages:Ft.loopImages,setItemsPerRow:Ft.setItemsPerRow,sliderDisplayScrollbar:Ft.sliderDisplayScrollbar,autoplay:Ft.autoplay,autoplayStyle:Ft.autoplayStyle,autoplayDuration:Ft.autoplayDuration,sliderSpeed:Ft.sliderSpeed,thumbnailPlacement:Ft.thumbnailPlacement,thumbnailSize:Ft.thumbnailSize,thumbnailSpacing:Ft.thumbnailSpacing},content:{showGalleryTitle:Ft.showGalleryTitle,galleryTitle:Ft.galleryTitle,showGalleryDescription:Ft.showGalleryDescription,galleryDescription:Ft.galleryDescription,showItemTitle:Ft.showItemTitle,showItemDescription:Ft.showItemDescription,allowLinkToOtherPage:Ft.allowLinkToOtherPage,slides:Ft.slides},design:{selectorKey:Wt.DESIGN,galleryWidgetStyle:{selectorKey:Wt.GALLERY_WIDGET_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},galleryWidgetLayout:{selectorKey:Wt.GALLERY_LAYOUT,galleryTextAndItemAlignment:Ft.galleryTextAndItemAlignment,galleryTextAndItemSpacing:Ft.galleryTextAndItemSpacing,galleryTitleAndDescriptionSpacing:Ft.galleryTextAndDescriptionSpacing,textPosition:Fo.textPosition,verticalAlignment:Fo.verticalAlignment},galleryWidgetTextContainerLayout:{selectorKey:Wt.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:Ft.textVerticalPadding,textHorizontalPadding:Fo.textHorizontalPadding,titleAndDescriptionSpacing:Ft.titleAndDescriptionSpacing},galleryWidgetTextContainerDesign:{selectorKey:Wt.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},itemStyle:{selectorKey:Wt.GALLERY_WIDGET_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}}),themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},itemLayout:{selectorKey:Wt.GALLERY_LAYOUT,galleryTextAndItemAlignment:Ft.galleryTextAndItemAlignment,textAndImageSpacing:Ft.galleryTextAndItemSpacing,galleryTitleAndDescriptionSpacing:Ft.galleryTextAndDescriptionSpacing,textPosition:Object.assign(Object.assign({},Fo.textPosition),{value:"On Image"}),verticalAlignment:Fo.verticalAlignment},itemTextContainerLayout:{selectorKey:Wt.MAP_WIDGET_TEXT_CONTAINER_LAYOUT,textVerticalPadding:Ft.textVerticalPadding,textHorizontalPadding:Fo.textHorizontalPadding,titleAndDescriptionSpacing:Ft.titleAndDescriptionSpacing},itemTextContainerDesign:{selectorKey:Wt.MAP_WIDGET_TEXT_CONTAINER_DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},paginationArrows:{selectorKey:Wt.PAGINATION_ARROWS,arrowIconStyle:Ft.arrowIconStyle,leftArrowIconStyle:Ft.leftArrowIconStyle,rightArrowIconStyle:Ft.rightArrowIconStyle,backgroundShape:Ft.backgroundShape,arrowSize:Ft.arrowSize,arrowColor:Ft.arrowColor},paginationDots:{selectorKey:Wt.PAGINATION_DOTS,dotSize:Ft.dotSize,currentDotColor:Ft.currentDotColor,otherDotColor:Ft.otherDotColor},paginationLine:{selectorKey:Wt.PAGINATION_LINE,currentLineColor:Ft.currentLineColor,otherLineColor:Ft.otherLineColor,lineHeight:Ft.lineHeight,lineWidth:Ft.lineWidth}},dataConnector:{selectorKey:Wt.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"images",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},Qt={actions:{value:!0,property:"actions",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CSS},addToCart:{value:!0,property:"addToCart",propertyType:Mr.CONTROLS},addToCartWhenClicked:{value:"Show Cart Confirmation",property:"addToCartWhenClicked",propertyType:Mr.CONTROLS},addToCartValue:{value:"",property:"addToCartValue",propertyType:Mr.CONTROLS},buyNow:{value:!0,property:"buyNow",propertyType:Mr.CONTROLS},buyNowWhenClicked:{value:"Navigate to Checkout",property:"buyNowWhenClicked",propertyType:Mr.CONTROLS},wishlist:{value:!0,property:"wishlist",propertyType:Mr.CONTROLS},wishlistWhenClicked:{value:"Lightbox",property:"wishlistWhenClicked",propertyType:Mr.CONTROLS},wishlistValue:{value:"",property:"addToCartValue",propertyType:Mr.CONTROLS},compareProduct:{value:!0,property:"compareProduct",propertyType:Mr.CONTROLS},compareProductWhenClicked:{value:"Add to Compare List",property:"compareProductWhenClicked",propertyType:Mr.CONTROLS},showCompareListAs:{value:"Floating List",property:"showCompareListAs",propertyType:Mr.CONTROLS},addToQuote:{value:!0,property:"addToQuote",propertyType:Mr.CONTROLS},addToOrderTemplate:{value:!0,property:"addToOrderTemplate",propertyType:Mr.CONTROLS},notifyMeInventoryNotifications:{property:"notifyMeInventoryNotifications",value:!0,propertyType:Mr.CONTROLS},downloadProductInformation:{property:"downloadProductInformation",value:!0,propertyType:Mr.CONTROLS},displayStyle:{property:"displayStyle",value:"Stack Vertically",propertyType:Mr.CONTROLS},itemSpacing:{property:"itemSpacing",value:"10",unit:1,propertyType:Mr.CSS},itemVerticalSpacing:{property:"itemVerticalSpacing",value:"10",unit:1,propertyType:Mr.CSS},maxItemsToDisplay:{property:"maxItemsToDisplay",value:"4",propertyType:Mr.CONTROLS},overflowItems:{property:"overflowItems",value:"Show More Button",propertyType:Mr.CONTROLS},openItemsIn:{value:"Dropdown",property:"openItemsIn",propertyType:Mr.CONTROLS},addToCartMetaData:{value:"",property:"addToCartMetaData",propertyType:Mr.CONTROLS},wishlistMetaData:{value:"",property:"wishlistMetaData",propertyType:Mr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"center",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"center",property:"alignment",parentRef:"bs-at",propertyType:Mr.CSS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS}};!function(e){e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selected",e.LAYOUT="layout",e.DESIGN="design",e.ADD_TO_CART="addToCart",e.BUY_NOW="buyNow",e.WISHLIST="wishlist",e.COMPARE="compare",e.ADD_TO_QUOTE="addToQuote",e.ADD_TO_ORDER_TEMPLATE="addToOrderTemplate",e.NOTIFY_ME="notifyMe",e.DOWNLOAD="download",e.MORE="more",e.DATA_CONNECTOR="dataConnector"}(Xt||(Xt={}));var Zt,$t={buttonStyle:Qt.buttonStyle,buttonText:Qt.buttonText,icon:Qt.icon,iconPadding:Qt.iconPadding,iconPosition:Qt.iconPosition,iconAndTextSpacing:Qt.iconAndTextSpacing,alignment:Qt.alignment,buttonType:Qt.buttonType,showIcon:Qt.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},Jt=function(){return{layout:{selectorKey:Xt.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"125",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"40",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,actions:Qt.actions,addToCart:Qt.addToCart,addToCartWhenClicked:Qt.addToCartWhenClicked,addToCartValue:Qt.addToCartValue,buyNow:Qt.buyNow,buyNowWhenClicked:Qt.buyNowWhenClicked,wishlist:Qt.wishlist,wishlistWhenClicked:Qt.wishlistWhenClicked,wishlistValue:Qt.wishlistValue,compareProduct:Qt.compareProduct,compareProductWhenClicked:Qt.compareProductWhenClicked,showCompareListAs:Qt.showCompareListAs,addToQuote:Qt.addToQuote,addToOrderTemplate:Qt.addToOrderTemplate,notifyMeInventoryNotifications:Qt.notifyMeInventoryNotifications,downloadProductInformation:Qt.downloadProductInformation,displayStyle:Qt.displayStyle,itemSpacing:Qt.itemSpacing,itemVerticalSpacing:Qt.itemVerticalSpacing,maxItemsToDisplay:Qt.maxItemsToDisplay,overflowItems:Qt.overflowItems,openItemsIn:Qt.openItemsIn,addToCartMetaData:Qt.addToCartMetaData,wishlistMetaData:Qt.wishlistMetaData,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar},design:{selectorKey:Xt.DESIGN,addToCart:{selectorKey:Xt.ADD_TO_CART,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)},buyNow:{selectorKey:Xt.BUY_NOW,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)},wishlist:{selectorKey:Xt.WISHLIST,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)},compare:{selectorKey:Xt.COMPARE,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)},addToQuote:{selectorKey:Xt.ADD_TO_QUOTE,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)},addToOrderTemplate:{selectorKey:Xt.ADD_TO_ORDER_TEMPLATE,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)},notifyMe:{selectorKey:Xt.NOTIFY_ME,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)},download:{selectorKey:Xt.DOWNLOAD,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)},more:{selectorKey:Xt.MORE,defaultState:Object.assign({selectorKey:Xt.DEFAULT_STATE},$t),hoverState:Object.assign({selectorKey:Xt.HOVER_STATE},$t),selectedState:Object.assign({selectorKey:Xt.SELECTED_STATE},$t)}},content:{},dataConnector:{selectorKey:Xt.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"productActions",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},ei={displayStyle:{value:"Stack Horizontal",property:"displayStyle",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},itemSpacing:{value:"10",property:"itemSpacing",propertyType:Mr.CSS,unit:1},itemPadding:{value:"10",property:"itemPadding",propertyType:Mr.CSS,unit:1},ItemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:Mr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},imageBehavior:{value:"Fixed",property:"imageBehavior",propertyType:Mr.CONTROLS},itemsPerRow:{value:"1",property:"itemsPerRow",propertyType:Mr.CSS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Zt||(Zt={}));var ri,oi=function(){return{layout:{selectorKey:Zt.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"230",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"48",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayStyle:ei.displayStyle,dividerBetweenItems:ei.dividerBetweenItems,itemSpacing:ei.itemSpacing,itemPadding:ei.itemPadding,ItemContentAlignment:ei.ItemContentAlignment,maxItemsToDisplay:ei.maxItemsToDisplay,overflowItems:ei.overflowItems,imageBehavior:ei.imageBehavior,itemsPerRow:ei.itemsPerRow},design:{selectorKey:Zt.DESIGN},content:{selectorKey:Zt.CONTENT},dataConnector:{selectorKey:Zt.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"highlights",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},ti={displayStyle:{value:"Simple",property:"displayStyle",propertyType:Mr.CONTROLS},displayType:{value:"Horizontal",property:"displayType",propertyType:Mr.CONTROLS},noOfItemsToLoad:{value:"allItems",propertyType:Mr.CONTROLS,property:"noOfItemsToLoad"},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},itemSpacing:{value:"20",unit:1,property:"itemSpacing",propertyType:Mr.CSS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerHeight:{value:"10",property:"headerHeight",propertyType:Mr.CSS},rowHeight:{value:"10",property:"rowHeight",propertyType:Mr.CSS},headerCellPadding:{value:"10",property:"headerCellPadding",propertyType:Mr.CSS},rowCellPadding:{value:"10",property:"rowCellPadding",propertyType:Mr.CSS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:Mr.CSS},contentAlignment:{value:"center",property:"contentAlignment",propertyType:Mr.CSS},paginationAlignment:{value:"center",property:"paginationAlignment",propertyType:Mr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},displayResults:{value:"Open Lightbox",property:"displayResults",propertyType:Mr.CONTROLS},totalInventory:{value:!0,property:"totalInventory",propertyType:Mr.CONTROLS},inventoryStatus:{value:!0,property:"inventoryStatus",propertyType:Mr.CONTROLS},noOfAvailableLocations:{value:!0,property:"noOfAvailableLocations",propertyType:Mr.CONTROLS},locationNames:{value:!0,property:"locationNames",propertyType:Mr.CONTROLS},locationDetails:{value:!0,property:"locationDetails",propertyType:Mr.CONTROLS},locationName:{value:!0,property:"locationName",propertyType:Mr.CONTROLS},locationAddress:{value:!0,property:"locationAddress",propertyType:Mr.CONTROLS},locationInventory:{value:!0,property:"locationInventory",propertyType:Mr.CONTROLS},locationInventoryStatus:{value:!0,property:"locationInventoryStatus",propertyType:Mr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:Mr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"Round",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.INVENTORY_TEXT_STYLE="inventoryTextStyle",e.VIEW_INVENTORY_BUTTON="viewInventoryButton",e.ITEM_STYLE="itemStyle",e.LOCATION_NAME="locationName",e.LOCATION_ADDRESS="locationAddress",e.LOCATION_INVENTORY="locationInventory",e.LOCATION_INVENTORY_STATUS="locationInventoryStatus",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButtons",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.DATA_CONNECTOR="dataConnector"}(ri||(ri={}));var ii,ni=function(){return{layout:{selectorKey:ri.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"320",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"130",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayStyle:ti.displayStyle,displayType:ti.displayType,maxItemsToDisplay:ti.maxItemsToDisplay,itemSpacing:ti.itemSpacing,overflowItems:ti.overflowItems,header:ti.header,headerHeight:ti.headerHeight,rowHeight:ti.rowHeight,headerDivider:ti.headerDivider,rowDivider:ti.rowDivider,columnDivider:ti.columnDivider,alternativeRowColors:ti.alternativeRowColors,headerCellPadding:ti.headerCellPadding,rowCellPadding:ti.rowCellPadding,contentAlignment:ti.contentAlignment,rowsPerPage:ti.rowsPerPage,overflowControl:ti.overflowControl,paginationType:ti.paginationType,paginationAlignment:ti.paginationAlignment,displayResults:ti.displayResults,noOfItemsToLoad:ti.noOfItemsToLoad},content:{selectorKey:ri.CONTENT,totalInventory:ti.totalInventory,inventoryStatus:ti.inventoryStatus,noOfAvailableLocations:ti.noOfAvailableLocations,locationNames:ti.locationNames,locationDetails:ti.locationDetails,locationName:ti.locationName,locationAddress:ti.locationAddress,locationInventory:ti.locationInventory,locationInventoryStatus:ti.locationInventoryStatus},design:{selectorKey:ri.DESIGN,inventoryTextStyle:{selectorKey:ri.INVENTORY_TEXT_STYLE,themeDynamic:Fo.theme,fontDynamic:Fo.font,fontSizeDynamic:Fo.fontSize,textColorDynamic:Fo.textColor,boldDynamic:Fo.bold,italicDynamic:Fo.italic,linethroughDynamic:Fo.linethrough,underlineDynamic:Fo.underline,textAlignDynamic:Fo.textAlign,characterSpacingDynamic:Fo.characterSpacing,lineHeightDynamic:Fo.lineHeight,themeStatic:Fo.themeDesc,fontStatic:Fo.fontDesc,fontSizeStatic:Fo.fontSizeDesc,textColorStatic:Fo.textColorDesc,boldStatic:Fo.boldDesc,italicStatic:Fo.italicDesc,linethroughStatic:Fo.linethroughDesc,underlineStatic:Fo.underlineDesc,textAlignStatic:Fo.textAlignDesc,characterSpacingStatic:Fo.characterSpacingDesc,lineHeightStatic:Fo.lineHeightDesc},viewInventoryButton:{selectorKey:ri.VIEW_INVENTORY_BUTTON,defaultState:{selectorKey:ri.DEFAULT_STATE,buttonStyle:ti.buttonStyle,buttonText:ti.buttonText,icon:ti.icon,iconPadding:ti.iconPadding,iconPosition:ti.iconPosition,iconAndTextSpacing:ti.iconAndTextSpacing,alignment:ti.alignment,buttonType:ti.buttonType,showIcon:ti.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:ri.HOVER_STATE,buttonStyle:ti.buttonStyle,buttonText:ti.buttonText,icon:ti.icon,iconPadding:ti.iconPadding,iconPosition:ti.iconPosition,iconAndTextSpacing:ti.iconAndTextSpacing,alignment:ti.alignment,buttonType:ti.buttonType,showIcon:ti.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},itemStyle:{selectorKey:ri.ITEM_STYLE,contentAlignment:ti.contentAlignment,horizontalPadding:ti.horizontalPadding,verticalPadding:ti.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},locationName:{selectorKey:ri.LOCATION_NAME,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationAddress:{selectorKey:ri.LOCATION_ADDRESS,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationInventoryStatus:{selectorKey:ri.LOCATION_INVENTORY_STATUS,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationInventory:{selectorKey:ri.LOCATION_INVENTORY,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},arrows:{selectorKey:ri.ARROWS,arrowIconStyle:ti.arrowIconStyle,leftArrowIconStyle:ti.leftArrowIconStyle,rightArrowIconStyle:ti.rightArrowIconStyle,backgroundShape:ti.backgroundShape,arrowSize:ti.arrowSize,arrowColor:ti.arrowColor},paginationDots:{selectorKey:ri.PAGINATION_DOTS,dotSize:ti.dotSize,currentDotColor:ti.currentDotColor,otherDotColor:ti.otherDotColor},paginationLine:{selectorKey:ri.PAGINATION_LINE,currentLineColor:ti.currentLineColor,otherLineColor:ti.otherLineColor,lineHeight:ti.lineHeight,lineWidth:ti.lineWidth},table:{selectorKey:ri.TABLE,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:ti.design.table.borderStyle,borderColor:Fo.borderColor,borderPerSlide:ti.design.table.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tableHeader:{selectorKey:ri.TABLE_HEADER,backgroundColor:Fo.backgroundColor},headerText:{selectorKey:ri.HEADER_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},tableRow:{selectorKey:ri.TABLE_ROW,backgroundColor:Fo.backgroundColor,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},rowDividers:{selectorKey:ri.ROW_DIVIDERS,headerDivider:ti.design.rowAndHeaderDividers.headerDivider,rowDivider:ti.design.rowAndHeaderDividers.rowDivider,columnDivider:ti.design.rowAndHeaderDividers.columnDivider},scroll:{selectorKey:ri.SCROLL,scrollBarWidth:ti.design.scrollBar.scrollBarWidth,scrollBarColor:ti.design.scrollBar.scrollBarColor},pagination:{selectorKey:ri.PAGINATION,defaultState:{selectorKey:ri.DEFAULT_STATE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,previousIcon:ti.design.pagination.previousIcon,nextIcon:ti.design.pagination.nextIcon,iconSize:ti.design.pagination.iconSize,iconColor:ti.design.pagination.iconColor,backgroundShape:ti.design.pagination.backgroundShape,backgroundColor:Fo.backgroundColor,pagination:ti.design.pagination.pagination},hoverState:{selectorKey:ri.HOVER_STATE,theme:Fo.theme}},showMoreItemsButton:{selectorKey:ri.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:ti.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},dataConnector:{selectorKey:ri.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"locationDetails",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.PRODUCT_PRICE="productPrice",e.UOM_STYLE="uomStyle",e.CURRENCY_CODE_STYLE="currencyCodeStyle",e.ACTUAL_PRICE="actualPrice",e.DISCOUNT="discount",e.SAVINGS="savings",e.DISCOUNT_VALUE="discountValue",e.SAVINGS_VALUE="savingsValue",e.EMBELLISHMENT_PRICE="embellishmentPrice",e.PRODUCT_TAX="productTax",e.PRODUCT_SHIPPING_PRICE="productShippingPrice",e.DATA_CONNECTOR="dataConnector"}(ii||(ii={}));var ai,li={showPrice:{value:!0,property:"showPrice",propertyType:Mr.CONTROLS},displayMinQtySet:{value:!0,property:"displayMinQtySet",propertyType:Mr.CONTROLS},priceFormat:{value:"MSRP",property:"priceFormat",propertyType:Mr.CONTROLS},priceSuffix:{value:"",property:"priceSuffix",propertyType:Mr.CONTROLS},pricePrefix:{value:"",property:"pricePrefix",propertyType:Mr.CONTROLS},displayFormat:{value:"Tool-tip",property:"displayFormat",propertyType:Mr.CONTROLS},productPrice:{value:!0,property:"productPrice",propertyType:Mr.CONTROLS},sellingPrice:{value:!0,property:"sellingPrice",propertyType:Mr.CONTROLS},productPriceDisplayUOM:{value:!1,property:"productPriceDisplayUOM",propertyType:Mr.CONTROLS},productPriceDisplayCurrencyCode:{value:!1,property:"productPriceDisplayCurrencyCode",propertyType:Mr.CONTROLS},showActualPrice:{value:!1,property:"showActualPrice",propertyType:Mr.CONTROLS},actualPrice:{value:!1,property:"actualPrice",propertyType:Mr.CONTROLS},actualPriceDisplayUOM:{value:!1,property:"actualPriceDisplayUOM",propertyType:Mr.CONTROLS},actualPriceDisplayCurrencyCode:{value:!1,property:"actualPriceDisplayCurrencyCode",propertyType:Mr.CONTROLS},discount:{value:!1,property:"discount",propertyType:Mr.CONTROLS},discountValue:{value:!1,property:"discountValue",propertyType:Mr.CONTROLS},showSavings:{value:!1,property:"showSavings",propertyType:Mr.CONTROLS},savings:{value:!1,property:"savings",propertyType:Mr.CONTROLS},savingsValue:{value:!1,property:"savingsValue",propertyType:Mr.CONTROLS},savingsDisplayCurrencyCode:{value:!1,property:"savingsDisplayCurrencyCode",propertyType:Mr.CONTROLS},embellishmentPrice:{value:!1,property:"embellishmentPrice",propertyType:Mr.CONTROLS},productTax:{value:!1,property:"productTax",propertyType:Mr.CONTROLS},productShippingPrice:{value:!1,property:"productShippingPrice",propertyType:Mr.CONTROLS}},pi=function(){return{layout:{selectorKey:ii.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"100",unit:1}),margin:Fo.margin,padding:Fo.padding,showPrice:li.showPrice,displayMinQtySet:li.displayMinQtySet,priceFormat:li.priceFormat,displayFormat:li.displayFormat,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:ii.DESIGN,productPrice:{selectorKey:ii.PRODUCT_PRICE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},uomStyle:{selectorKey:ii.UOM_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},currencyCodeStyle:{selectorKey:ii.CURRENCY_CODE_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},actualPrice:{selectorKey:ii.ACTUAL_PRICE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},discount:{selectorKey:ii.DISCOUNT,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},savings:{selectorKey:ii.SAVINGS,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},discountValue:{selectorKey:ii.DISCOUNT_VALUE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},savingsValue:{selectorKey:ii.SAVINGS_VALUE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},embellishmentPrice:{selectorKey:ii.EMBELLISHMENT_PRICE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},productTax:{selectorKey:ii.PRODUCT_TAX,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},productShippingPrice:{selectorKey:ii.PRODUCT_SHIPPING_PRICE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!0}),iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},content:{selectorKey:ii.CONTENT,productPrice:li.productPrice,sellingPrice:li.sellingPrice,productPriceDisplayUOM:li.productPriceDisplayUOM,productPriceDisplayCurrencyCode:li.productPriceDisplayCurrencyCode,showActualPrice:li.showActualPrice,actualPrice:li.actualPrice,actualPriceDisplayUOM:li.actualPriceDisplayUOM,actualPriceDisplayCurrencyCode:li.actualPriceDisplayCurrencyCode,discount:li.discount,discountValue:li.discountValue,showSavings:li.showSavings,savings:li.savings,savingsValue:li.savingsValue,savingsDisplayCurrencyCode:li.savingsDisplayCurrencyCode,embellishmentPrice:li.embellishmentPrice,productTax:li.productTax,productShippingPrice:li.productShippingPrice,pricePrefix:li.pricePrefix,priceSuffix:li.priceSuffix},dataConnector:{selectorKey:ii.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"priceDetails",url:"",enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},di={displayStyle:{value:"Stack Horizontal",property:"displayStyle",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:Mr.CSS},itemPadding:{value:"10",property:"itemPadding",propertyType:Mr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:Mr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerHeight:{value:"30",property:"headerHeight",propertyType:Mr.CSS},rowHeight:{value:"30",property:"rowHeight",propertyType:Mr.CSS},headerCellPadding:{value:"30",property:"headerCellPadding",propertyType:Mr.CSS},rowCellPadding:{value:"30",property:"rowCellPadding",propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:Mr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},displayResults:{value:"Open Lightbox",property:"displayResults",propertyType:Mr.CONTROLS},imageBehavior:{value:"Fixed",property:"imageBehavior",propertyType:Mr.CONTROLS},itemsPerRow:{value:"1",property:"itemsPerRow",propertyType:Mr.CSS},title:{value:"Promotions",property:"title",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showDescription:{value:!1,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},promotionName:{value:!0,property:"promotionName",propertyType:Mr.CONTROLS},promotionDescription:{value:!0,property:"promotionDescription",propertyType:Mr.CONTROLS},noOfLinesToShow:{value:"4",property:"noOfLinesToShow",propertyType:Mr.CONTROLS},couponCode:{value:!0,property:"couponCode",propertyType:Mr.CONTROLS},promotionSchedule:{value:!0,property:"promotionSchedule",propertyType:Mr.CONTROLS},minimumPurchaseAmount:{value:!0,property:"minimumPurchaseAmount",propertyType:Mr.CONTROLS},eligibleProducts:{value:!0,property:"eligibleProducts",propertyType:Mr.CONTROLS},promotionPrice:{value:!0,property:"promotionPrice",propertyType:Mr.CONTROLS},maxRedemptionAmount:{value:!0,property:"maxRedemptionAmount",propertyType:Mr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:Mr.CSS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:Mr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"Round",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DESIGN_WIDGET_STYLE="widgetStyle",e.DESIGN_ITEM_STYLE="itemStyle",e.DESIGN_VIEW_OFFERS_BUTTON="viewOffersButton",e.DESIGN_PROMOTION_NAME="promotionName",e.DESIGN_PROMOTION_DESCRIPTION="promotionDescription",e.DESIGN_COUPON_CODE="couponCode",e.DESIGN_PROMOTION_SCHEDULE="promotionSchedule",e.DESIGN_MINIMUM_PURCHASE_AMOUNT="minimumPurchaseAmount",e.DESIGN_ELIGIBLE_PRODUCTS_BUTTON="eligibleProductsButton",e.DESIGN_PRICE_AFTER_PROMOTION="priceAfterPromotion",e.DESIGN_MAX_READEMPTION_AMOUNT="maxRedemptionAmount",e.DESIGN_ARROWS="arrows",e.DESIGN_PAGINATION_DOTS="paginationDots",e.DESIGN_SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.DESIGN_PAGINATION_LINE="paginationLine",e.DESIGN_TABLE="table",e.DESIGN_TABLE_HEADER="tableHeader",e.DESIGN_HEADER_TEXT="headerText",e.DESIGN_TABLE_ROW="tableRow",e.DESIGN_SCROLL="scroll",e.DESIGN_ROW_DIVIDERS="rowDividers",e.DESIGN_PAGINATION="pagination",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.DATA_CONNECTOR="dataConnector"}(ai||(ai={}));var si,ci=function(){return{layout:{selectorKey:ai.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"650",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"400",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayStyle:di.displayStyle,dividerBetweenItems:di.dividerBetweenItems,itemSpacing:di.itemSpacing,itemPadding:di.itemPadding,itemContentAlignment:di.itemContentAlignment,maxItemsToDisplay:di.maxItemsToDisplay,overflowItems:di.overflowItems,header:di.header,headerHeight:di.headerHeight,rowHeight:di.rowHeight,headerDivider:di.headerDivider,rowDivider:di.rowDivider,columnDivider:di.columnDivider,alternativeRowColors:di.alternativeRowColors,headerCellPadding:di.headerCellPadding,rowCellPadding:di.rowCellPadding,contentAlignment:di.contentAlignment,overflowControl:di.overflowControl,paginationType:di.paginationType,paginationAlignment:di.paginationAlignment,rowsPerPage:di.rowsPerPage,displayResults:di.displayResults,imageBehavior:di.imageBehavior,itemsPerRow:di.itemsPerRow},content:{selectorKey:ai.CONTENT,title:di.title,showTitle:di.showTitle,description:di.description,showDescription:di.showDescription,promotionName:di.promotionName,promotionDescription:di.promotionDescription,noOfLinesToShow:di.noOfLinesToShow,couponCode:di.couponCode,promotionSchedule:di.showDescription,minimumPurchaseAmount:di.minimumPurchaseAmount,eligibleProducts:di.eligibleProducts,promotionPrice:di.promotionPrice,maxRedemptionAmount:di.maxRedemptionAmount},design:{selectorKey:ai.DESIGN,widgetStyle:{selectorKey:ai.DESIGN_WIDGET_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},itemStyle:{selectorKey:ai.DESIGN_ITEM_STYLE,contentAlignment:di.contentAlignment,horizontalPadding:di.horizontalPadding,verticalPadding:di.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},viewOffersButton:{selectorKey:ai.DESIGN_VIEW_OFFERS_BUTTON,defaultState:{selectorKey:ai.DEFAULT_STATE,buttonStyle:di.buttonStyle,buttonText:di.buttonText,icon:di.icon,iconPadding:di.iconPadding,iconPosition:di.iconPosition,iconAndTextSpacing:di.iconAndTextSpacing,alignment:di.alignment,buttonType:di.buttonType,showIcon:di.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:ai.HOVER_STATE,buttonStyle:di.buttonStyle,buttonText:di.buttonText,icon:di.icon,iconPadding:di.iconPadding,iconPosition:di.iconPosition,iconAndTextSpacing:di.iconAndTextSpacing,alignment:di.alignment,buttonType:di.buttonType,showIcon:di.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},promotionName:{selectorKey:ai.DESIGN_PROMOTION_NAME,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},promotionDescription:{selectorKey:ai.DESIGN_PROMOTION_DESCRIPTION,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},couponCode:{selectorKey:ai.DESIGN_COUPON_CODE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},promotionSchedule:{selectorKey:ai.DESIGN_PROMOTION_SCHEDULE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},minimumPurchaseAmount:{selectorKey:ai.DESIGN_MINIMUM_PURCHASE_AMOUNT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},eligibleProductsButton:{selectorKey:ai.DESIGN_ELIGIBLE_PRODUCTS_BUTTON,defaultState:{selectorKey:ai.DEFAULT_STATE,buttonStyle:di.buttonStyle,buttonText:di.buttonText,icon:di.icon,iconPadding:di.iconPadding,iconPosition:di.iconPosition,iconAndTextSpacing:di.iconAndTextSpacing,alignment:di.alignment,buttonType:di.buttonType,showIcon:di.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:ai.HOVER_STATE,buttonStyle:di.buttonStyle,buttonText:di.buttonText,icon:di.icon,iconPadding:di.iconPadding,iconPosition:di.iconPosition,iconAndTextSpacing:di.iconAndTextSpacing,alignment:di.alignment,buttonType:di.buttonType,showIcon:di.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},priceAfterPromotion:{selectorKey:ai.DESIGN_PRICE_AFTER_PROMOTION,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},maxRedemptionAmount:{selectorKey:ai.DESIGN_MINIMUM_PURCHASE_AMOUNT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},arrows:{selectorKey:ai.DESIGN_ARROWS,arrowIconStyle:di.arrowIconStyle,leftArrowIconStyle:di.leftArrowIconStyle,rightArrowIconStyle:di.rightArrowIconStyle,backgroundShape:di.backgroundShape,arrowSize:di.arrowSize,arrowColor:di.arrowColor},paginationDots:{selectorKey:ai.DESIGN_PAGINATION_DOTS,dotSize:di.dotSize,currentDotColor:di.currentDotColor,otherDotColor:di.otherDotColor},paginationLine:{selectorKey:ai.DESIGN_PAGINATION_LINE,currentLineColor:di.currentLineColor,otherLineColor:di.otherLineColor,lineHeight:di.lineHeight,lineWidth:di.lineWidth},table:{selectorKey:ai.DESIGN_TABLE,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:di.design.table.borderStyle,borderColor:Fo.borderColor,borderPerSlide:di.design.table.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tableHeader:{selectorKey:ai.DESIGN_TABLE_HEADER,backgroundColor:Fo.backgroundColor},headerText:{selectorKey:ai.DESIGN_HEADER_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},tableRow:{selectorKey:ai.DESIGN_TABLE_ROW,backgroundColor:Fo.backgroundColor,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},rowDividers:{selectorKey:ai.DESIGN_ROW_DIVIDERS,headerDivider:di.design.rowAndHeaderDividers.headerDivider,rowDivider:di.design.rowAndHeaderDividers.rowDivider,columnDivider:di.design.rowAndHeaderDividers.columnDivider},scroll:{selectorKey:ai.DESIGN_SCROLL,scrollBarWidth:di.design.scrollBar.scrollBarWidth,scrollBarColor:di.design.scrollBar.scrollBarColor},pagination:{selectorKey:ai.DESIGN_PAGINATION,defaultState:{selectorKey:ai.DEFAULT_STATE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,previousIcon:di.design.pagination.previousIcon,nextIcon:di.design.pagination.nextIcon,iconSize:di.design.pagination.iconSize,iconColor:di.design.pagination.iconColor,backgroundShape:di.design.pagination.backgroundShape,backgroundColor:Fo.backgroundColor,pagination:di.design.pagination.pagination},hoverState:{selectorKey:ai.HOVER_STATE,theme:Fo.theme}},showMoreItemsButton:{selectorKey:ai.DESIGN_SHOW_MORE_ITEMS_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:di.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},dataConnector:{selectorKey:ai.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"promotions",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},yi={displayStyle:{value:"Open Input",property:"displayStyle",propertyType:Mr.CONTROLS},displayMinQtyToPurchase:{value:!1,property:"displayMinQtyToPurchase",propertyType:Mr.CONTROLS},quantity:{value:1,property:"quantity",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(si||(si={}));var ui,Si=function(){return{layout:{selectorKey:si.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"70",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayStyle:yi.displayStyle,displayMinQtyToPurchase:yi.displayMinQtyToPurchase},design:{selectorKey:si.DESIGN},content:{selectorKey:si.CONTENT,quantity:yi.quantity},dataConnector:{selectorKey:si.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:null,url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},gi={itemSpacing:{value:"20",property:"itemSpacing",propertyType:Mr.CSS,unit:1},repeatElements:{value:"false",property:"repeatElements",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:"true",property:"dividerBetweenItems",propertyType:Mr.CONTROLS},pauseOnHover:{value:"true",property:"pauseOnHover",propertyType:Mr.CONTROLS},scrollDirection:{value:"leftToRight",property:"scrollDirection",propertyType:Mr.CONTROLS},scrollSpeed:{value:"1x",property:"scrollSpeed",propertyType:Mr.CONTROLS},style:{value:"line",property:"style",propertyType:Mr.CONTROLS},shape:{value:"shopping-cart-01",customIcon:{isCustomIcon:!1,url:"",name:""},property:"shape",propertyType:Mr.CONTROLS},size:{value:"20",property:"size",unit:1,propertyType:Mr.CSS},scrollContent:{value:[{itemId:1,content:"Sale",selectorKey:"item1"},{itemId:2,content:"Till 29nd November",selectorKey:"item2"},{itemId:3,content:"Get Ready",selectorKey:"item3"}],propertyType:Mr.CONTROLS,property:"scrollContent"},dividerColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"dividerColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.SCROLL_CONTAINER="scrollContainer",e.DIVIDER_STYLE="dividerStyle",e.ITEM_1="item1",e.ITEM_2="item2",e.ITEM_3="item3"}(ui||(ui={}));var Ti,hi=function(){return{layout:{selectorKey:ui.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"400",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"40",unit:1}),margin:Fo.margin,padding:Fo.padding,itemSpacing:gi.itemSpacing,repeatElements:gi.repeatElements,dividerBetweenItems:gi.dividerBetweenItems,scrollSpeed:gi.scrollSpeed,scrollDirection:gi.scrollDirection,pauseOnHover:gi.pauseOnHover},content:{selectorKey:ui.CONTENT,scrollContent:gi.scrollContent},design:{selectorKey:ui.DESIGN,scrollContainer:{selectorKey:ui.SCROLL_CONTAINER,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},dividerStyle:{selectorKey:ui.DIVIDER_STYLE,style:gi.style,shape:gi.shape,size:gi.size,backgroundColor:Fo.backgroundColor,dividerColor:gi.dividerColor},defaultItem:{theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},item1:{selectorKey:ui.ITEM_1,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},item2:{selectorKey:ui.ITEM_2,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},item3:{selectorKey:ui.ITEM_3,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.SETTINGS="settings",e.VISIBILITY="visibility",e.SCHEDULES="schedules",e.DEVICE_VISIBILITY="deviceVisibility"}(Ti||(Ti={}));var Ci,Oi=function(e){return{layout:{selectorKey:Ti.LAYOUT,adjustment:Fo.adjustment,width:{fixedWidth:{value:"".concat(null==e?void 0:e.value),property:"width",unit:parseFloat(null==e?void 0:e.unit)||1,propertyType:Mr.CSS,isReadOnly:!0},fluidWidth:{value:"100",property:"width",unit:4,propertyType:Mr.CSS,isReadOnly:!0},value:"100",property:"width",unit:4,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),padding:Fo.padding,columnGap:{value:0,propertyType:Mr.CSS,unit:Vr.PIXELS,property:"columnGap"},rowGap:{value:0,propertyType:Mr.CSS,unit:Vr.PIXELS,property:"rowGap"},overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:Ti.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle},dt),settings:{selectorKey:Ti.SETTINGS,visibility:{selectorKey:Ti.VISIBILITY,visibilityContent:{value:[{name:"P69BT-QaMCgcVfsApeb0k",type:2,default:!0,filterGroups:[{type:1,filterGroups:[],filter:{filterType:1,attributeModule:-1,isCustomAttribute:!1,attributeKey:"",attributeDataType:-1,filterCondition:-1,filterValue:{textValue:"",boolValue:null,numberValue:-1,endNumberValue:-1,dateValue:"",endDateValue:"",optionValues:[]}},seq:0,id:""}],isOpen:!1,status:1,variationId:"P69BT-QaMCgcVfsApeb0k",displayName:"",filter:{filterType:1,attributeModule:-1,isCustomAttribute:!1,attributeKey:"",attributeDataType:-1,filterCondition:-1,filterValue:{textValue:"",boolValue:null,numberValue:-1,endNumberValue:-1,dateValue:null,endDateValue:null,optionValues:[]}},seq:0,id:""}],propertyType:Mr.CONTROLS,property:"visibilityContent"}},schedules:{selectorKey:Ti.SCHEDULES,scheduleData:{value:[],propertyType:Mr.CONTROLS,property:"scheduleData"}},deviceVisibility:{selectorKey:Ti.DEVICE_VISIBILITY}},code:{}}},bi={source:{value:"Manually",property:"source",propertyType:Mr.CONTROLS},orderBefore:{value:!0,property:"orderBefore",propertyType:Mr.CONTROLS},orderBeforeTime:{value:"4",property:"orderBeforeTime",propertyType:Mr.CONTROLS,unit:1},orderBeforeDisplayTime:{value:"Hours Left",property:"orderBeforeDisplayTime",propertyType:Mr.CONTROLS},deliveryBefore:{value:!1,property:"deliveryBefore",propertyType:Mr.CONTROLS},deliveryEndsBefore:{value:"4",property:"deliveryEndsBefore",unit:3,propertyType:Mr.CONTROLS},deliveryBeforeDisplayTime:{value:"Hours Left",property:"deliveryBeforeDisplayTime",propertyType:Mr.CONTROLS},deliveryStartingDate:{value:!1,property:"deliveryStartingDate",propertyType:Mr.CONTROLS},deliveryStartsAfter:{value:"4",property:"deliveryStartsAfter",unit:1,propertyType:Mr.CONTROLS},deliveryStartingDateDisplayTime:{value:"Hours Left",property:"deliveryStartingDateDisplayTime",propertyType:Mr.CONTROLS},configureMessage:{value:"",property:"configureMessage",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Ci||(Ci={}));var vi=function(){return{layout:{selectorKey:Ci.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"40",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar},design:{},content:{selectorKey:Ci.CONTENT,source:bi.source,orderBefore:bi.orderBefore,orderBeforeTime:bi.orderBeforeTime,orderBeforeDisplayTime:bi.orderBeforeDisplayTime,deliveryBefore:bi.deliveryBefore,deliveryEndsBefore:bi.deliveryEndsBefore,deliveryBeforeDisplayTime:bi.deliveryBeforeDisplayTime,deliveryStartingDate:bi.deliveryStartingDate,deliveryStartsAfter:bi.deliveryStartsAfter,deliveryStartingDateDisplayTime:bi.deliveryStartingDateDisplayTime,configureMessage:bi.configureMessage},dataConnector:{selectorKey:Ci.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:null,url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},mi={onClick:{value:"Show Image Lightbox",propertyType:Mr.CONTROLS},onHover:{value:"Zoom Image",propertyType:Mr.CONTROLS},imageRatio:{value:"16:9",property:"aspectRatio",propertyType:Mr.CSS},fitOptions:{value:"fill",propert:"objectFit",propertyType:Mr.CSS},horizontalAlignment:{value:"left",propert:"textAlign",propertyType:Mr.CSS},verticalAlignment:{value:"bottom",propert:"textAlign",propertyType:Mr.CSS}},wi=function(){return{layout:{adjustment:Fo.adjustment,width:Fo.width,height:Fo.height,margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,onClick:mi.onClick,onHover:mi.onHover,imageRatio:mi.imageRatio,fitOptions:mi.fitOptions,horizontalAlignment:mi.horizontalAlignment,verticalAlignment:mi.verticalAlignment},design:{layouter:{backgroundColor:Fo.backgroundColor}},content:{url:"https://vishnu.sirv.com/image_element.png"}}};function fi(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,t=Array(r);o<r;o++)t[o]=e[o];return t}function Ri(e,r){if(e){if("string"==typeof e)return fi(e,r);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?fi(e,r):void 0}}function Ni(e,r){return function(e){if(Array.isArray(e))return e}(e)||function(e,r){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var t,i,n,a,l=[],p=!0,d=!1;try{if(n=(o=o.call(e)).next,0===r){if(Object(o)!==o)return;p=!1}else for(;!(p=(t=n.call(o)).done)&&(l.push(t.value),l.length!==r);p=!0);}catch(e){d=!0,i=e}finally{try{if(!p&&null!=o.return&&(a=o.return(),Object(a)!==a))return}finally{if(d)throw i}}return l}}(e,r)||Ri(e,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Li(e){return function(e){if(Array.isArray(e))return fi(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Ri(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Di(e){return Di="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Di(e)}function Ai(e,r,o){return(r=function(e){var r=function(e){if("object"!=Di(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=Di(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==Di(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var Ii=o(756),xi=o.n(Ii);function Ei(e,r){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,r){if(e){if("string"==typeof e)return Pi(e,r);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?Pi(e,r):void 0}}(e))||r&&e&&"number"==typeof e.length){o&&(e=o);var t=0,i=function(){};return{s:i,n:function(){return t>=e.length?{done:!0}:{done:!1,value:e[t++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var n,a=!0,l=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return a=e.done,e},e:function(e){l=!0,n=e},f:function(){try{a||null==o.return||o.return()}finally{if(l)throw n}}}}function Pi(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,t=Array(r);o<r;o++)t[o]=e[o];return t}var _i=function(e,r,o,t){return new(o||(o=Promise))((function(i,n){function a(e){try{p(t.next(e))}catch(e){n(e)}}function l(e){try{p(t.throw(e))}catch(e){n(e)}}function p(e){var r;e.done?i(e.value):(r=e.value,r instanceof o?r:new o((function(e){e(r)}))).then(a,l)}p((t=t.apply(e,r||[])).next())}))};function Hi(e,r){var o,t=Ei(e.base);try{for(t.s();!(o=t.n()).done;)if(o.value.label===r)return"base"}catch(e){t.e(e)}finally{t.f()}var i,n=Ei(e.accent);try{for(n.s();!(i=n.n()).done;)if(i.value.label===r)return"accent"}catch(e){n.e(e)}finally{n.f()}return null}function Bi(e){return"rgba(".concat(null==e?void 0:e.r,", ").concat(null==e?void 0:e.g,", ").concat(null==e?void 0:e.b,", ").concat(null==e?void 0:e.a,")")}function zi(e,r,o,t){return _i(this,void 0,void 0,xi().mark((function i(){var n,a,l,p,d;return xi().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return n=e.parentNode,a=e.textContent.substring(0,r),l=e.textContent.substring(r+o),p=document.createTextNode(a),d=document.createTextNode(l),n.insertBefore(p,e),n.insertBefore(t,e),n.insertBefore(d,e.nextSibling),i.next=10,n.removeChild(e);case 10:case"end":return i.stop()}}),i)})))}function ki(e){var r=[];if(e.nodeType===Node.TEXT_NODE)r.push(e);else for(var o=e.childNodes,t=0;t<o.length;t++)r=r.concat(ki(o[t]));return r}function ji(e){return e.replace(/-([a-z])/g,(function(e,r){return r.toUpperCase()}))}var Ki={fontSize:{px:[12,14,16,18,20,24,30,36,48,60,72],rem:[.75,.875,1,1.125,1.25,1.5,1.875,2.25,3,3.75,4.5]},lineHeight:{px:[18,20,24,28,30,32,38,44,60,72,90],rem:[1.125,1.25,1.5,1.75,1.875,2,2.375,2.75,3.75,4.5,5.625]}},Ui=[{id:1,label:"px",value:1},{id:2,label:"rem",value:2},{id:3,label:"em",value:3},{id:4,label:"%",value:4},{id:5,label:"✎",value:5},{id:6,label:"ms",value:6},{id:7,label:"noUnit",value:7}];function Mi(e){return!(e&&Object.keys(e).length>0)}function Vi(e){return!(e&&null!==e)}function Gi(e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o="all"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"all"),t=Kr.iframeSelector,i=Kr.iframePreviewSelector,n=document.querySelector(r?i:t),a=null==n?void 0:n.contentDocument;return o?null==a?void 0:a.querySelectorAll("".concat(e)):null==a?void 0:a.querySelector("".concat(e))}var Wi=function(e){return{desktop:{min:"1024px",preferred:"1280px",max:"100%"},tablet:{min:"768px",preferred:"768px",max:"1023px"},mobile:{min:"auto",preferred:"390px",max:"767px"}}[e]},Yi=function(e,r){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"tablet",t=arguments.length>3?arguments[3]:void 0,i=Wi(o),n=t&&(null==t?void 0:t.length)>0?t:"#".concat(e),a="";if(i&&(null==i?void 0:i.max)&&(null==i?void 0:i.min)&&r)switch(o){case"tablet":a="@media only screen and (max-width: ".concat(null==i?void 0:i.max,") and (min-width: 320px){").concat(n," {").concat(Xi.stylesToString(r),"}}");break;case"mobile":a="@media only screen and (max-width: ".concat(null==i?void 0:i.max,") and (min-width: 10px){").concat(n," {").concat(Xi.stylesToString(r),"}}")}return a},Fi=function(e){var r,o,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"tablet",i={editedStyles:e},n=null===(r=Object.entries(e))||void 0===r?void 0:r.filter((function(e,r){var o=Ni(e,2),i=o[0];return o[1],i.includes("--_ctm-".concat(t.slice(0,3)))}));if(n&&n[0]&&(null===(o=n[0])||void 0===o?void 0:o.length)>0){i.data=Object.fromEntries(n);var a=Object.entries(e).filter((function(e,r){var o=Ni(e,2),i=o[0];return o[1],!i.includes("--_ctm-".concat(t.slice(0,3)))}));a&&(i.editedStyles=Object.fromEntries(a))}return i},Xi={ReorderObj:function(e,r){var o={};return r.forEach((function(r){e.hasOwnProperty(r)&&(o[r]=e[r])})),o},reorderSections:function(e,r,o){var t=e[r],i=t.index,n="up"===o?i-1:i+1;if(n>=1&&n<=Object.keys(e).length){var a=Object.keys(e).find((function(r){return e[r].index===n}));return Object.assign(Object.assign({},e),Ai(Ai({},r,Object.assign(Object.assign({},t),{index:n})),a,Object.assign(Object.assign({},e[a]),{index:i})))}return e},returnUpdatedButton:function(e,r,o,t){var i={};return Object.keys(e).forEach((function(n){i[n]=Object.assign({},e[n]),Object.keys(e[n].children).forEach((function(a){Object.keys(e[n].children[a].children).forEach((function(l){var p=e[n].children[a].children[l];p.isDirty||p.attributes.datadivtype!==r||(i[n]=Object.assign(Object.assign({},i[n]),{children:Object.assign(Object.assign({},i[n].children),Ai({},a,Object.assign(Object.assign({},i[n].children[a]),{children:Object.assign(Object.assign({},i[n].children[a].children),Ai({},l,Object.assign(Object.assign({},i[n].children[a].children[l]),{properties:Object.assign(Object.assign({},i[n].children[a].children[l].properties),o.design),styles:Object.assign(Object.assign({},i[n].children[a].children[l].styles),t)})))})))}))}))}))})),i},getTextValue:function(e,r){if(void 0!==(null==r?void 0:r.type)){if("custom"===r.type)return Bi(e.customColors.find((function(e){return e.label===r.label})).value.rgb);var o=e.selectedTheme.colors;return Bi(o[Hi(o,r.type)].find((function(e){return e.label===r.type})).value.rgb)}return Bi(r.rgb)},returnFontStyle:function(e,r){var o=["bold","italic","lineThrough","underline"],t=o.findIndex((function(r){return""!==e[r].value}));return-1!==t?o[t]:r},convertToSlug:function(e){return e.toLowerCase().replace(/\s+/g,"-")},convertToCamelCase:function(e){return e.toLowerCase().split(" ").map((function(e,r){return 0===r?e:e.charAt(0).toUpperCase()+e.slice(1)})).join("")},convertIntoNumbers:function(e){var r=e.replace(/[^0-9.]/g,"").replace(/(\..*?)\..*/g,"$1");return""===r?0:parseFloat(r)},convertFormatToMask:function(e,r){return e.find((function(e){return e.value===r})).format.replaceAll("X","9")},convertToNumericValue:function(e){var r=parseInt(e,10);if(isNaN(r))throw new Error("Invalid size: ".concat(e));if(e.includes("vh"))return r/100*window.innerHeight;if(e.includes("px"))return r;throw new Error("Invalid unit in size: ".concat(e))},convertCamelCaseToWords:function(e){return e.replace(/([a-z])([A-Z])/g,"$1 $2").replace(/^\w/,(function(e){return e.toUpperCase()}))},convertIntoRawCSS:function(e){var r,o=null==e?void 0:e.property,t=null==e?void 0:e.value,i=null===(r=Ui.filter((function(r){return r.value===(null==e?void 0:e.unit)}))[0])||void 0===r?void 0:r.label,n="".concat(t).concat(i);if(["padding","margin","pagePadding","sectionPadding"].some((function(e){return e===o}))){var a=e.sides,l=Li(Object.keys(a));n="",l.forEach((function(e,r){var o,t=a[e].value,i=null===(o=Ui.filter((function(r){return r.value===a[e].unit}))[0])||void 0===o?void 0:o.label;n+="".concat(0!==r?" ":"").concat(t).concat(i)}))}return Ai({},o,n)},convertAlphaNumericToText:function(e){return e.replace(/([a-zA-Z]+)(\d+)/,"$1 $2")},convertrgbObjToString:Bi,capitalizeFirstLetter:function(e){return e.charAt(0).toUpperCase()+e.slice(1)},convertStylesToVar:function(e){var r=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return Object.keys(e).reduce((function(o,t){return Object.assign(Object.assign({},o),Ai({},"--_"+r+t,e[t]))}),{})},o=r(e.defaultState.default),t=r(e.defaultState.text),i={},n={};return e.hoverState&&(e.hoverState.default&&(i=r(e.hoverState.default,"hover-")),e.hoverState.text&&(n=r(e.hoverState.text,"hover-"))),{parent:Object.assign(Object.assign({},o),i),child:Object.assign(Object.assign({},t),n)}},convertUpperCaseToCapitalise:function(e){return e.toLowerCase().replace(/\b\w/g,(function(e){return e.toUpperCase()}))},convertObjectToCssString:function(e){return Object.entries(e).map((function(e){var r=Ni(e,2),o=r[0],t=r[1];return"".concat(o,": ").concat(""===t?"fontStyle"===o||"fontWeight"===o?"normal":"none":t,";")})).join(" ").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()},returnColorsArrName:Hi,convertPagesToDropdownList:function(e){var r=[];return e.forEach((function(e,o){var t={id:o+1,label:e.displayName,value:o+1};r.push(t)})),r},returnTheCharacter:function(e){return _i(this,void 0,void 0,xi().mark((function r(){var o,t,i,n,a,l,p,d,s,c,y,u,S,g,T;return xi().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(o=window.getSelection(),!(t=null==o?void 0:o.toString())){r.next=36;break}i=null==o?void 0:o.getRangeAt(0),n=i.startContainer,a=i.startOffset,l=ki(null==n?void 0:n.parentElement),p=null,d=0,s=Ei(l),r.prev=10,s.s();case 12:if((c=s.n()).done){r.next=21;break}if(y=c.value,u=y.textContent.length,!(a>=d&&a<=d+u)){r.next=18;break}return p=y,r.abrupt("break",21);case 18:d+=u;case 19:r.next=12;break;case 21:r.next=26;break;case 23:r.prev=23,r.t0=r.catch(10),s.e(r.t0);case 26:return r.prev=26,s.f(),r.finish(26);case 29:return(S=document.createElement("span")).textContent=t,g=Object.keys(e),T=Object.values(e),S.style[g[0]]=T[0],r.next=36,zi(p,a,t.length,S);case 36:case"end":return r.stop()}}),r,null,[[10,23,26,29]])})))},generateSpanStylesToProperties:function(e,r){var o=Object.assign({},r),t={};return Object.keys(o).forEach((function(r){var i={};r===ji(e[0])?i=Object.assign(Object.assign({},o[r]),{value:e[o[r].property]}):(o[r].property===ji(e[0])&&(i=Object.assign(Object.assign({},o[r]),{value:"none"===e[o[r].property]||"normal"===e[o[r].property]?"":e[o[r].property]})),i=o[r]),t[r]=i})),t},checkIfInactiveColorsAndModify:function(e,r){var o=Li(r.general),t=Li(r.text),i=o.map((function(r){var o=Hi(e,r.value.value),t=e[o].find((function(e){return e.label===r.value.value}));if(!t.active){var i=Xi.returnColorsArrName(e,t.value.value),n=e[i].find((function(e){return e.label===t.value.value}));return Object.assign(Object.assign({},r),{value:{value:n.label}})}return Object.assign({},r)})),n=t.map((function(r){var o=Hi(e,r.value.value),t=e[o].find((function(e){return e.label===r.value.value}));if(!t.active){var i=Xi.returnColorsArrName(e,t.value.value),n=e[i].find((function(e){return e.label===t.value.value}));return Object.assign(Object.assign({},r),{value:{value:n.label}})}return Object.assign({},r)}));return{general:Li(i),text:Li(n)}},kebabToCamelCase:ji,returnDefaultValue:function(e,r,o,t,i){var n,a,l=Ki;if(1===o||2===o){var p=null===(n=null==Ui?void 0:Ui.find((function(e){return e.value===o})))||void 0===n?void 0:n.label,d=null===(a=null==Ui?void 0:Ui.find((function(e){return e.value===i})))||void 0===a?void 0:a.label;if(o===i){var s=l.fontSize["".concat(p)].findIndex((function(e){return e===r}));if(-1===s){for(var c=0,y=l.fontSize["".concat(p)].length-1,u=null;c<=y;){var S=Math.floor((c+y)/2);if(l.fontSize["".concat(p)][S]===r)return l.fontSize["".concat(p)][S];l.fontSize["".concat(p)][S]<r?(u=l.fontSize["".concat(p)][S],c=S+1):y=S-1}s=l.fontSize["".concat(p)].findIndex((function(e){return e===u}))}var g=l.lineHeight["".concat(d)][s];return"bool"===e?t===g:{value:g,unit:i}}d=p;var T=l.fontSize["".concat(p)].findIndex((function(e){return e===r}));if(-1===T){for(var h=0,C=l.fontSize["".concat(p)].length-1,O=null;h<=C;){var b=Math.floor((h+C)/2);if(l.fontSize["".concat(p)][b]===r)return l.fontSize["".concat(p)][b];l.fontSize["".concat(p)][b]<r?(O=l.fontSize["".concat(p)][b],h=b+1):C=b-1}T=l.fontSize["".concat(p)].findIndex((function(e){return e===O}))}var v=l.lineHeight["".concat(d)][T];return"bool"===e?t===v:{value:v,unit:o}}return"bool"===e||{}},rgbaToHex:function(e){var r=e.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*([\d.]+))?\)$/);if(!r)return e;var o=parseInt(r[1]),t=parseInt(r[2]),i=parseInt(r[3]),n=1;void 0!==r[4]&&(n=parseFloat(r[4]));var a=o.toString(16).padStart(2,"0"),l=t.toString(16).padStart(2,"0"),p=i.toString(16).padStart(2,"0"),d=Math.round(255*n).toString(16).padStart(2,"0");return"ff"===d?"#".concat(a).concat(l).concat(p):"#".concat(a).concat(l).concat(p).concat(d)},convertToKebabCase:function(e){var r={};return Object.keys(e).forEach((function(o){var t=o.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();r[t]=e[o]})),r},loadNAppendStyleTag:function(e,r){var o=arguments.length>2&&void 0!==arguments[2]&&arguments[2],t=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=Kr.iframeSelector,n=Kr.templteEditiorSelector,a=Kr.iframePreviewSelector,l=(Kr.iframePreviewMainSelector,Kr.iframeRoot),p=document.querySelector(o?a:i),d=null==p?void 0:p.contentDocument,s=null==d?void 0:d.querySelector(o?l:n);if(s&&null!==s){var c=s.querySelector("[".concat(Ur.style,'="').concat(r,'"]'));null!==t&&(c=t.querySelector("[".concat(Ur.layerStyle,'="').concat(r,'"]'))),c&&null!==c&&c.remove(),null===t?s.appendChild(e):t.appendChild(e)}},stylesToString:function(e){return Object.entries(e).map((function(e){var r=Ni(e,2),o=r[0],t=r[1],i=o.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()}));return"".concat(i,": ").concat(t,";")})).join(" ")},IsObjectNull:Mi,IsNullOrEmpty:Vi,IsArrayOrEmpty:function(e){return!(e&&e.length>0)},removeHyphens:function(e){return null==e?void 0:e.replaceAll("-","")},getCMSElementType:function(e){var r=null;if(!Mi(e)){var o=null==e?void 0:e.attributes;if(!Mi(o)){var t=null==o?void 0:o.BUILDER;Mi(t)||(r=null==t?void 0:t.dataElementType)}}return r},getCMSDataDivType:function(e){var r=null;if(!Mi(e)){var o=null==e?void 0:e.attributes;if(!Mi(o)){var t=null==o?void 0:o.BUILDER;Mi(t)||(r=null==t?void 0:t.dataDivType)}}return r},GetCMSElementBySelector:Gi,CreateAspectRationNWidthConvertion:function(e,r,o){var t,i=arguments.length>3&&void 0!==arguments[3]&&arguments[3],n=parseFloat(r)/parseFloat(e),a=Gi("#".concat(o),"single",i),l=e;if(!Vi(a)){var p=(null==a?void 0:a.matches(Kr.dataDropElement))?null===(t=null==a?void 0:a.parentElement)||void 0===t?void 0:t.closest(Kr.dataDropElement):null==a?void 0:a.closest(Kr.dataDropElement),d=null==p?void 0:p.getBoundingClientRect();(null==e?void 0:e.includes("%"))&&(n=parseFloat(r)/d.width*(parseFloat(e)/100)),[].concat(["px","em","rem"]).some((function(r){var o;return null===(o="".concat(e))||void 0===o?void 0:o.includes(r)}))&&(n=parseFloat(r)/parseFloat(e),/px/.test(e)||(l*=16),l=parseFloat(e)/(null==d?void 0:d.width)*100)}return{width:parseFloat(l),aspectRatio:n}},convertToCamelCaseCss:function(e){return e.split(" ").map((function(e,r){return 0===r?e:e.charAt(0).toUpperCase()+e.slice(1)})).join("")},CSSUnits:Ui,getCMSElementAttributeValue:function(e,r,o){var t=null;if(!Mi(e)){var i=null==e?void 0:e.attributes;if(!Mi(i)){var n=i[r];Mi(n)||(t=n[o])}}return t},setTimeoutAsync:function(e){return new Promise((function(r,o){try{window.setTimeout((function(){r()}),e,[])}catch(e){o(e)}}))},setTimeoutAsyncV2:function(e){return new Promise((function(r,o){try{window.setTimeout((function(){r()}),e,[])}catch(e){o(e)}}))},generateUniqueId:function(){return"".concat(Math.random().toString(36).substr(2,9))},createQueryStringForCollection:function(e){return Object.entries(e).filter((function(e){var r=Ni(e,2);return null!=(r[0],r[1])})).map((function(e){var r=Ni(e,2),o=r[0],t=r[1];return"".concat(encodeURIComponent(o),"=").concat(encodeURIComponent(t))})).join("&")},GetResponsiveValue:Wi,CMSSetAndGetResponsiveMediaQueriesExtension:function(e,r,o,t,i){var n=Object.assign({},e),a=r,l=null==n?void 0:n.tablet,p=null==n?void 0:n.mobile;null==n||delete n.tablet,null==n||delete n.mobile,t.innerHTML+="#".concat(o," {").concat(Xi.stylesToString(n),"}");var d=Fi(a);(null==d?void 0:d.editedStyles)&&(a=Object.assign({},null==d?void 0:d.editedStyles)),(null==d?void 0:d.data)&&(l=Object.assign(Object.assign({},l),null==d?void 0:d.data));var s=Fi(a,"mobile");if((null==s?void 0:s.editedStyles)&&(a=Object.assign({},null==s?void 0:s.editedStyles)),(null==s?void 0:s.data)&&(p=Object.assign(Object.assign({},p),null==s?void 0:s.data)),l){var c=Yi(o,l,"tablet");t.innerHTML+=c}if(p){var y=Yi(o,p,"mobile");t.innerHTML+=y}return{styles:n,editedStyles:a,styleElement:t}},reponsiveExtension:Yi,getResponsiveEditedVariables:Fi,CMSDeviceVisibilityHiddenTypesList:[{id:1,label:"CSS",value:1,info:"Hides the element using display: none via CSS media queries. The element remains in the DOM but is not visible."},{id:2,label:"HTML",value:2,info:"\tRemoves the element from the DOM using JavaScript (e.g., window.matchMedia). This ensures the element is not present in the HTML structure."}],CMSDeviceVisibilityConditionExtension:function(e){var r=e.media,o=e.deviceVisibility,t=e.isBuilderType,i=!0;if(r&&!Mi(r)&&!Mi(o)){var n=o,a=jo.DESKTOP,l=jo.MOBILE,p=jo.TABLET,d=n[a],s=n[p],c=n[l],y=ko.CSS;ko.HTML,i=r.desktop&&((null==d?void 0:d.hide)?(null==d?void 0:d.hiddenType)===y:null==d?void 0:d.show)||r.tablet&&((null==s?void 0:s.hide)?(null==s?void 0:s.hiddenType)===y:null==s?void 0:s.show)||r.mobile&&((null==c?void 0:c.hide)?(null==c?void 0:c.hiddenType)===y:null==c?void 0:c.show)||t}return i},CMSGetDeviceVisibilityClassNameByMode:function(e){var r=e.deviceVisibility,o=e.isBuilderType,t="";if(r&&!Mi(r)){var i=r,n=ko.CSS,a=(ko.HTML,{show:!0,hide:!1,hiddenType:n}),l=jo.DESKTOP,p=jo.MOBILE,d=jo.TABLET,s=(null==i?void 0:i.desktop)?i[l]:a,c=(null==i?void 0:i.tablet)?i[d]:a,y=(null==i?void 0:i.mobile)?i[p]:a;o||((null==s?void 0:s.hide)&&(null==s?void 0:s.hiddenType)===n&&(t+="dp_d_none"),(null==c?void 0:c.hide)&&(null==c?void 0:c.hiddenType)===n&&(t+=" tb_d_none"),(null==y?void 0:y.hide)&&(null==y?void 0:y.hiddenType)===n&&(t+=" mb_d_none"))}return t},CMSGetDeviceVisibilityDefaultData:function(){return{deviceVisibility:{desktop:{show:!0,hide:!1,hiddenType:ko.CSS},tablet:{show:!0,hide:!1,hiddenType:ko.CSS},mobile:{show:!0,hide:!1,hiddenType:ko.CSS}}}},CMSCustomEventService:function(e){var r=e.type,o=e.value;e.serviceType===Ko.UPSERT&&document.dispatchEvent(new CustomEvent(r,{detail:o}))},roundTo:function(e,r){return Number(Math.round(Number(e+"e"+r))+"e-"+r)}};const qi=Xi;var Qi,Zi={layout:{iconAndTextSpacing:{value:10,property:"gap",unit:1,propertyType:Mr.CSS},alignment:{value:"horizontal",property:"alignment",propertyType:Mr.CONTROLS},textAlignment:{value:"center",property:"textAlignment",propertyType:Mr.CONTROLS},itemSpacing:{value:"10",propertyType:Mr.CSS,unit:1,property:"itemSpacing"},iconPosition:{value:"left",property:"iconPosition",propertyType:Mr.CONTROLS},clickToNavigate:{value:"false",property:"iconPosition",propertyType:Mr.CSS},iconStyle:{value:"Icon",propertyType:Mr.CONTROLS}},content:{socialIcons:{value:[{id:qi.generateUniqueId(),title:"Amazon",name:"amazon",show:!0,url:"https://amazon.com",icon:{value:"amazon",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:qi.generateUniqueId(),title:"Website",name:"website",show:!0,url:"https://www.sellerscommerce.com/",icon:{value:"website",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:qi.generateUniqueId(),title:"Instagram",name:"instagram",show:!0,url:"https://instagram.com",icon:{value:"instagram",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:qi.generateUniqueId(),title:"Twitter",name:"twitter",show:!0,url:"https://x.com/",icon:{value:"twitter",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:qi.generateUniqueId(),title:"Facebook",name:"facebook",show:!0,url:"https://www.facebook.com/",icon:{value:"facebook",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:qi.generateUniqueId(),title:"Youtube",name:"youtube",show:!0,url:"https://www.youtube.com/",icon:{value:"youtube",customIcon:{isCustomIcon:!1,url:"",name:""}}},{id:qi.generateUniqueId(),title:"LinkedIn",name:"linkedin",show:!0,url:"https://www.linkedin.com/",icon:{value:"linkedin",customIcon:{isCustomIcon:!1,url:"",name:""}}}],propertyType:Mr.CONTROLS},website:{value:!0,propertyType:Mr.CONTROLS},websiteUrl:{value:"https://www.sellerscommerce.com/",propertyType:Mr.CONTROLS},instagram:{value:!0,propertyType:Mr.CONTROLS},instagramUrl:{value:"https://instagram.com",propertyType:Mr.CONTROLS},facebook:{value:!0,propertyType:Mr.CONTROLS},facebookUrl:{value:"https://facebook.com",propertyType:Mr.CONTROLS},linkedIn:{value:!1,propertyType:Mr.CONTROLS},linkedInUrl:{value:"https://www.linkedin.com/",propertyType:Mr.CONTROLS},twitter:{value:!0,propertyType:Mr.CONTROLS},twitterUrl:{value:"https://x.com/",propertyType:Mr.CONTROLS},amazon:{value:!0,propertyType:Mr.CONTROLS},amazonUrl:{value:"https://amazon.com",propertyType:Mr.CONTROLS}},design:{icon:{value:"",propertyType:Mr.CONTROLS},designiconSize:{value:"30",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},instagramIcon:{value:"instagram",property:"instagramIcon",propertyType:Mr.CONTROLS},facebookIcon:{value:"facebook",property:"facebookIcon",propertyType:Mr.CONTROLS},twitterIcon:{value:"twitter",property:"twitterIcon",propertyType:Mr.CONTROLS},amazonIcon:{value:"amazon",property:"amazonIcon",propertyType:Mr.CONTROLS},websiteIcon:{value:"website",property:"websiteIcon",propertyType:Mr.CONTROLS},youtubeIcon:{value:"youtube",property:"youtubeIcon",propertyType:Mr.CONTROLS},linkedinIcon:{value:"linkedin",property:"linkedinIcon",propertyType:Mr.CONTROLS}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.FILL_AND_BACKGROUND="fillAndBackground",e.ITEM_STYLE="iconStyle",e.SOCIAL_ICONS="socialIcons",e.SOCIAL_WIDGET="socialWidget"}(Qi||(Qi={}));var $i,Ji=function(){return{layout:{selectorKey:Qi.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"70",unit:1}),margin:Fo.margin,padding:Fo.padding,alignment:Zi.layout.alignment,textAlignment:Zi.layout.textAlignment,clickToNavigate:Zi.layout.clickToNavigate,iconStyle:Zi.layout.iconStyle,iconPosition:Zi.layout.iconPosition,iconAndTextSpacing:Zi.layout.iconAndTextSpacing,itemSpacing:Zi.layout.itemSpacing,positionType:Fo.positionType,pinTo:Fo.pinTo},content:{selectorKey:Qi.CONTENT,socialContent:Zi.content.socialIcons},design:{selectorKey:Qi.DESIGN,socialWidget:{selectorKey:Qi.SOCIAL_WIDGET,backgroundColor:Fo.backgroundColor,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},itemStyle:{selectorKey:Qi.ITEM_STYLE,backgroundColor:Fo.backgroundColor,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!1}),iconSize:Zi.design.designiconSize,iconColor:Zi.design.iconColor},socialIcons:{selectorKey:Qi.SOCIAL_ICONS,instagramIcon:Zi.design.instagramIcon,facebookIcon:Zi.design.facebookIcon,twitterIcon:Zi.design.twitterIcon,amazonIcon:Zi.design.amazonIcon,websiteIcon:Zi.design.websiteIcon,youtubeIcon:Zi.design.youtubeIcon,linkedinIcon:Zi.design.linkedinIcon}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}($i||($i={}));var en,rn=function(e){return{layout:{selectorKey:$i.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,direction:{value:"vertical",property:"direction",propertyType:Mr.CONTROLS},itemGap:{property:"itemGap",propertyType:Mr.CSS,value:0,unit:Vr.PIXELS},justifyContent:{property:"justifyContent",propertyType:Mr.CSS,value:"start"},alignItems:{property:"alignItems",propertyType:Mr.CSS,value:"start"}},design:Object.assign({selectorKey:$i.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),dataConnector:{selectorKey:$i.DATA_CONNECTOR,dataConnector:{isConnected:!1,dataSource:null,childSource:null,key:"stack",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""},property:"dataConnector",propertyType:Mr.CONTROLS}}}},on={displayStyle:{value:"Button",property:"displayStyle",propertyType:Mr.CONTROLS},displayResults:{value:"Upfront",property:"displayResults",propertyType:Mr.CONTROLS},whenClicked:{value:"Open Lightbox",property:"whenClicked",propertyType:Mr.CONTROLS},displayType:{value:"Vertical",property:"displayType",propertyType:Mr.CONTROLS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},itemSpacing:{value:"20",property:"itemSpacing",unit:1,propertyType:Mr.CSS},overflowItems:{value:"Show More Button",property:"overflowItems",propertyType:Mr.CONTROLS},noOfItemToShow:{value:"Show All Items",property:"noOfItemToShow",propertyType:Mr.CONTROLS},searchPlaceholderText:{value:"Search by Product/ SKU name or code",property:"searchPlaceholderText",propertyType:Mr.CONTROLS},locationName:{value:!0,property:"locationName",propertyType:Mr.CONTROLS},locationAddress:{value:!0,property:"locationAddress",propertyType:Mr.CONTROLS},locationInventory:{value:!0,property:"locationInventory",propertyType:Mr.CONTROLS},locationTimings:{value:!0,property:"locationTimings",propertyType:Mr.CONTROLS},title:{value:"Available Locations",property:"title",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:Mr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"Round",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.INPUT_STYLE="inputStyle",e.STORE_LOCATIONS_BUTTON="storeLocationButton",e.INVENTORY_TEXT_STYLE="inventoryTextStyle",e.ITEM_STYLE="itemStyle",e.LOCATION_NAME="locationName",e.LOCATION_ADDRESS="locationAddress",e.LOCATION_INVENTORY="locationInventory",e.LOCATION_TIMINGS="locationTimings",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButtons",e.HOVER_STATE="hover",e.DEFAULT_STATE="default"}(en||(en={}));var tn,nn=function(){return{layout:{selectorKey:en.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"130",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayStyle:on.displayStyle,displayResults:on.displayResults,whenClicked:on.whenClicked,displayType:on.displayType,maxItemsToDisplay:on.maxItemsToDisplay,itemSpacing:on.itemSpacing,overflowItems:on.overflowItems,noOfItemToShow:on.noOfItemToShow,searchPlaceholderText:on.searchPlaceholderText},content:{selectorKey:en.CONTENT,locationName:on.locationName,locationAddress:on.locationAddress,locationInventory:on.locationInventory,locationTimings:on.locationTimings,title:on.title,showTitle:on.showTitle,description:on.description,showDescription:on.showDescription},design:{selectorKey:en.DESIGN,inputStyle:{selectorKey:en.INPUT_STYLE,defaultState:{selectorKey:en.DEFAULT_STATE,buttonStyle:on.buttonStyle,buttonText:on.buttonText,icon:on.icon,iconPadding:on.iconPadding,iconPosition:on.iconPosition,iconAndTextSpacing:on.iconAndTextSpacing,alignment:on.alignment,buttonType:on.buttonType,showIcon:on.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:en.HOVER_STATE,buttonStyle:on.buttonStyle,buttonText:on.buttonText,icon:on.icon,iconPadding:on.iconPadding,iconPosition:on.iconPosition,iconAndTextSpacing:on.iconAndTextSpacing,alignment:on.alignment,buttonType:on.buttonType,showIcon:on.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},storeLocationsButton:{selectorKey:en.INPUT_STYLE,defaultState:{selectorKey:en.DEFAULT_STATE,buttonStyle:on.buttonStyle,buttonText:on.buttonText,icon:on.icon,iconPadding:on.iconPadding,iconPosition:on.iconPosition,iconAndTextSpacing:on.iconAndTextSpacing,alignment:on.alignment,buttonType:on.buttonType,showIcon:on.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})},hoverState:{selectorKey:en.HOVER_STATE,buttonStyle:on.buttonStyle,buttonText:on.buttonText,icon:on.icon,iconPadding:on.iconPadding,iconPosition:on.iconPosition,iconAndTextSpacing:on.iconAndTextSpacing,alignment:on.alignment,buttonType:on.buttonType,showIcon:on.showIcon,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,iconSize:Fo.iconSize,iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:{rgb:{r:255,g:15,b:15,a:1},hex:"#ff0f0fff"}})}},inventoryTextStyle:{selectorKey:en.INVENTORY_TEXT_STYLE,themeDynamic:Fo.theme,fontDynamic:Fo.font,fontSizeDynamic:Fo.fontSize,textColorDynamic:Fo.textColor,boldDynamic:Fo.bold,italicDynamic:Fo.italic,linethroughDynamic:Fo.linethrough,underlineDynamic:Fo.underline,textAlignDynamic:Fo.textAlign,characterSpacingDynamic:Fo.characterSpacing,lineHeightDynamic:Fo.lineHeight,themeStatic:Fo.themeDesc,fontStatic:Fo.fontDesc,fontSizeStatic:Fo.fontSizeDesc,textColorStatic:Fo.textColorDesc,boldStatic:Fo.boldDesc,italicStatic:Fo.italicDesc,linethroughStatic:Fo.linethroughDesc,underlineStatic:Fo.underlineDesc,textAlignStatic:Fo.textAlignDesc,characterSpacingStatic:Fo.characterSpacingDesc,lineHeightStatic:Fo.lineHeightDesc},itemStyle:{selectorKey:en.ITEM_STYLE,contentAlignment:on.contentAlignment,horizontalPadding:on.horizontalPadding,verticalPadding:on.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},locationName:{selectorKey:en.LOCATION_NAME,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationAddress:{selectorKey:en.LOCATION_ADDRESS,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationTimings:{selectorKey:en.LOCATION_TIMINGS,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},locationInventory:{selectorKey:en.LOCATION_INVENTORY,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},arrows:{selectorKey:en.ARROWS,arrowIconStyle:on.arrowIconStyle,leftArrowIconStyle:on.leftArrowIconStyle,rightArrowIconStyle:on.rightArrowIconStyle,backgroundShape:on.backgroundShape,arrowSize:on.arrowSize,arrowColor:on.arrowColor},paginationDots:{selectorKey:en.PAGINATION_DOTS,dotSize:on.dotSize,currentDotColor:on.currentDotColor,otherDotColor:on.otherDotColor},paginationLine:{selectorKey:en.PAGINATION_LINE,currentLineColor:on.currentLineColor,otherLineColor:on.otherLineColor,lineHeight:on.lineHeight,lineWidth:on.lineWidth},showMoreItemsButton:{selectorKey:en.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:on.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}}}},an={layout:{header:{value:!0,propertyType:Mr.CONTROLS,property:"header"},headerHeight:{value:0,propertyType:Mr.CSS,unit:1,property:"headerHeight"},rowHeight:{value:0,propertyType:Mr.CSS,unit:1,property:"rowHeight"},layoutHeaderDivider:{value:!0,propertyType:Mr.CONTROLS,property:"layoutHeaderDivider"},layoutRowDivider:{value:!0,propertyType:Mr.CONTROLS,property:"layoutRowDivider"},layoutColumnDivider:{value:!0,propertyType:Mr.CONTROLS,property:"layoutColumnDivider"},alternativeRowColors:{value:!1,propertyType:Mr.CONTROLS,property:"alternativeRowColors"},headerCellPadding:{value:0,propertyType:Mr.CSS,unit:1,property:"headerCellPadding"},rowCellPadding:{value:0,propertyType:Mr.CSS,unit:1,property:"rowCellPadding"},contentAlignment:{value:"left",propertyType:Mr.CSS,property:"contentAlignment"},showMoreRows:{value:"onScroll",propertyType:Mr.CONTROLS,property:"showMoreRows"},rowsPerPage:{value:5,propertyType:Mr.CONTROLS,property:"rowsPerPage"},paginationType:{value:"arrows",propertyType:Mr.CONTROLS,property:"paginationType"},paginationAlignment:{value:"center",propertyType:Mr.CSS,property:"paginationAlignment"},noOfItemsToLoad:{value:"allItems",propertyType:Mr.CONTROLS,property:"noOfItemsToLoad"}},content:{showTitle:{value:!0,propertyType:Mr.CONTROLS,property:"showTitle"},tableTitle:{value:"Your Quota",propertyType:Mr.CONTROLS,property:"tableTitle"},connectWith:{value:"static",propertyType:Mr.CONTROLS,property:"static"},columns:{value:[{columnId:1,columnTitle:"Name",columnMapsTo:"name"},{columnId:2,columnTitle:"Age",columnMapsTo:"age"},{columnId:3,columnTitle:"Occupation",columnMapsTo:"occupation"}],propertyType:Mr.CONTROLS,property:"columns"},rows:{value:[{rowId:1,name:"John Doe",age:"30",occupation:"Engineer"},{rowId:2,name:"John",age:"25",occupation:"Designer"},{rowId:3,name:"Priya",age:"40",occupation:"Manager"}],propertyType:Mr.CONTROLS,property:"rows"}},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"32",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"32",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"32",propertyType:Mr.CSS,unit:1},lineHeight:{value:"32",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"32",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"32",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"32",propertyType:Mr.CSS,unit:1},lineHeight:{value:"32",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"32",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"32",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"32",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"30",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.TABLE_WIDGET="tableWidget",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.ROW_TEXT="rowText",e.ROW_AND_HEADER_DIVIDER="rowAndHeaderDividers",e.SCROLL_BAR="scrollBar",e.PAGINATION="pagination",e.LOAD_MORE_BUTTON="loadMoreButton",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState"}(tn||(tn={}));var ln,pn=function(){return{layout:{selectorKey:tn.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"150",unit:1}),margin:Fo.margin,padding:Fo.padding,header:an.layout.header,headerHeight:an.layout.headerHeight,rowHeight:an.layout.rowHeight,layoutHeaderDivider:an.layout.layoutHeaderDivider,layoutRowDivider:an.layout.layoutRowDivider,layoutColumnDivider:an.layout.layoutColumnDivider,alternativeRowColors:an.layout.alternativeRowColors,headerCellPadding:an.layout.headerCellPadding,rowCellPadding:an.layout.rowCellPadding,contentAlignment:an.layout.contentAlignment,showMoreRows:an.layout.showMoreRows,rowsPerPage:an.layout.rowsPerPage,paginationType:an.layout.paginationType,paginationAlignment:an.layout.paginationAlignment,noOfItemsToLoad:an.layout.noOfItemsToLoad},content:{selectorKey:tn.CONTENT,showTitle:an.content.showTitle,tableTitle:an.content.tableTitle,connectWith:an.content.connectWith,columns:an.content.columns,rows:an.content.rows},design:{selectorKey:tn.DESIGN,tableWidget:{selectorKey:tn.TABLE_WIDGET,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},table:{selectorKey:tn.TABLE,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:an.design.table.borderStyle,borderColor:Fo.borderColor,borderPerSlide:an.design.table.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tableHeader:{selectorKey:tn.TABLE_HEADER,backgroundColor:Fo.backgroundColor},headerText:{selectorKey:tn.HEADER_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},tableRow:{selectorKey:tn.TABLE_ROW,backgroundColor:Fo.backgroundColor},rowText:{selectorKey:tn.ROW_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},rowAndHeaderDividers:{selectorKey:tn.ROW_AND_HEADER_DIVIDER,headerDivider:an.design.rowAndHeaderDividers.headerDivider,rowDivider:an.design.rowAndHeaderDividers.rowDivider,columnDivider:an.design.rowAndHeaderDividers.columnDivider},scrollBar:{selectorKey:tn.SCROLL_BAR,scrollBarWidth:an.design.scrollBar.scrollBarWidth,scrollBarColor:an.design.scrollBar.scrollBarColor},pagination:{selectorKey:tn.PAGINATION,defaultState:{selectorKey:tn.DEFAULT_STATE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,previousIcon:an.design.pagination.previousIcon,nextIcon:an.design.pagination.nextIcon,iconSize:an.design.pagination.iconSize,iconColor:an.design.pagination.iconColor,backgroundShape:an.design.pagination.backgroundShape,backgroundColor:Fo.backgroundColor,pagination:an.design.pagination.pagination},hoverState:{selectorKey:tn.HOVER_STATE,theme:Fo.theme}},loadMoreButton:{selectorKey:tn.LOAD_MORE_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:an.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}}}},dn={tabPosition:{value:"Horizontal",property:"tabPosition",propertyType:Mr.CONTROLS},tabLayout:{value:"stretched",property:"tabLayout",propertyType:Mr.CONTROLS},tabAlignment:{value:"center",property:"tabAlignment",propertyType:Mr.CSS},tabSpacing:{value:20,unit:1,property:"tabSpacing",propertyType:Mr.CSS},tabContainer:{value:20,unit:1,property:"tabContainer",propertyType:Mr.CSS},horizontalPadding:{value:10,unit:1,property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:10,unit:1,property:"verticalPadding",propertyType:Mr.CSS},overflowTabs:{value:"Wrap",property:"overflowTabs",propertyType:Mr.CONTROLS},spacingBetweenRows:{value:10,unit:1,property:"spacingBetweenRows",propertyType:Mr.CSS},tabContent:{value:[{title:"Tab",contentSource:{title:"Tab 1",content:{id:"cms-c-zurid-m6s61fc6",attributes:{BUILDER:{dataDivType:"element",dataType:"element",dataElementType:"container",dataDropElement:"cms-drop-element",dataElementSubChild:!1},HTML:{role:"container",id:"template1"},CUSTOM:{}},childIds:[],children:{},styles:Object.assign({},$r()),responsiveBehaviour:"proportional-scaling",uniqueKey:"cmsczuridm6s61fc6",isMaximized:!0,editedStyles:{"--_ctm-con-lt-wh":"300px","--_ctm-con-lt-ht":"100px","--_ctm-con-lt-mn":"7.63% 0% 0% 33.53%","--_ctm-con-lt-pg":"0px 0px 0px 0px","--_ctm-con-lt-ow":"scroll","--_ctm-con-lt-sl":"horizontal","--_ctm-con-lt-dy-sr":"false","--_ctm-con-lt-pn":"fixed","--_ctm-con-lt-pn-to":"page","--_ctm-con-dn-bd-cr":"rgba(221, 221, 221, 1)","--_ctm-con-dn-br-cr":"rgba(237, 23, 51, 1)","--_ctm-con-dn-br-se":"solid","--_ctm-con-dn-br-wh":"0px 0px 0px 0px","--_ctm-con-dn-sw-cr":"rgba(237, 23, 51, 1)","--_ctm-con-dn-sw-br":"0px","--_ctm-con-dn-sw-sd":"0px","--_ctm-con-dn-sw-ae":"0px 0px"},controls:{layout:{},design:{showBorder:{value:!0,propertyType:"controls"},showShadow:{value:!0,property:"showBorder",propertyType:"controls"}},dataConnector:{dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null},property:"dataConnector",propertyType:"controls"},dynamicData:{value:null,property:"dynamicData",propertyType:"controls"}},elementMetaData:{id:"cms-c-zurid-m6s61fc6",dataElementType:"container",propertyType:"controls"}},sort:1}},key:"123456tghjuik"}],property:"tabContent",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState",e.SELECTED_STATE="selected",e.TAB_CONTAINER="tabContainer",e.TAB_CONTENT_CONTAINER="tabContentContainer",e.TABS="tabs"}(ln||(ln={}));var sn,cn={borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,backgroundColor:Fo.backgroundColor,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,highlights:Fo.highlights,shadows:Fo.shadows},yn={theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},un=function(){return{layout:{selectorKey:ln.LAYOUT,adjustment:Fo.adjustment,width:Fo.width,height:Fo.height,margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,tabPosition:dn.tabPosition,tabLayout:dn.tabLayout,tabAlignment:dn.tabAlignment,tabSpacing:dn.tabSpacing,tabContainerSpacing:dn.tabContainer,horizontalPadding:dn.horizontalPadding,verticalPadding:dn.verticalPadding,overflowTabs:dn.overflowTabs,spacingBetweenRows:dn.spacingBetweenRows},design:{selectorKey:ln.DESIGN,tabContainer:Object.assign({selectorKey:ln.TAB_CONTAINER},cn),tabs:{selectorKey:ln.TABS,defaultState:Object.assign(Object.assign({selectorKey:ln.DEFAULT_STATE},cn),yn),hoverState:Object.assign(Object.assign({selectorKey:ln.HOVER_STATE},cn),yn),selectedState:Object.assign(Object.assign({selectorKey:ln.SELECTED_STATE},cn),yn)},tabContentContainer:Object.assign({selectorKey:ln.TAB_CONTENT_CONTAINER},cn)},content:{selectorKey:ln.CONTENT,tabContent:dn.tabContent}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(sn||(sn={}));var Sn,gn=function(){return{layout:{selectorKey:sn.LAYOUT,width:{value:"300",property:"width",unit:1,propertyType:Mr.CSS},textData:{value:"<h1 class='et-tt'>Heading 1</h1>",propertyType:Mr.CONTROLS},height:{value:"40",property:"height",unit:1,propertyType:Mr.CSS},margin:Fo.margin,padding:{isAll:!0,sides:{top:{value:10,unit:1},right:{value:10,unit:1},bottom:{value:10,unit:1},left:{value:10,unit:1}},property:"padding",propertyType:Mr.CSS},overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:sn.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},dataConnector:{selectorKey:sn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},Tn={displayFormat:{value:"Stack Horizontal",property:"displayFormat",propertyType:Mr.CONTROLS},showUomPrice:{value:!0,property:"showUomPrice",propertyType:Mr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:Mr.CSS},onClick:{value:"Show All",property:"onClick",propertyType:Mr.CONTROLS},itemPadding:{value:"10",property:"itemPadding",propertyType:Mr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:Mr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerHeight:{value:"30",property:"headerHeight",propertyType:Mr.CSS},rowHeight:{value:"30",property:"rowHeight",propertyType:Mr.CSS},headerCellPadding:{value:"30",property:"headerCellPadding",propertyType:Mr.CSS},rowCellPadding:{value:"30",property:"rowCellPadding",propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:Mr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"Show More Button",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},imageBehavior:{value:"Fixed",property:"imageBehavior",propertyType:Mr.CONTROLS},itemsPerRow:{value:"1",property:"itemsPerRow",propertyType:Mr.CSS},productPrice:{value:!0,property:"productPrice",propertyType:Mr.CONTROLS},sellingPrice:{value:!0,property:"sellingPrice",propertyType:Mr.CONTROLS},productPriceDisplayUOM:{value:!0,property:"productPriceDisplayUOM",propertyType:Mr.CONTROLS},productPriceDisplayCurrencyCode:{value:!0,property:"productPriceDisplayCurrencyCode",propertyType:Mr.CONTROLS},showActualPrice:{value:!0,property:"showActualPrice",propertyType:Mr.CONTROLS},actualPrice:{value:!0,property:"actualPrice",propertyType:Mr.CONTROLS},actualPriceDisplayUOM:{value:!0,property:"actualPriceDisplayUOM",propertyType:Mr.CONTROLS},actualPriceDisplayCurrencyCode:{value:!0,property:"actualPriceDisplayCurrencyCode",propertyType:Mr.CONTROLS},discount:{value:!0,property:"discount",propertyType:Mr.CONTROLS},discountValue:{value:!0,property:"discountValue",propertyType:Mr.CONTROLS},showSavings:{value:!0,property:"showSavings",propertyType:Mr.CONTROLS},savings:{value:!0,property:"savings",propertyType:Mr.CONTROLS},savingsValue:{value:!0,property:"savingsValue",propertyType:Mr.CONTROLS},savingsDisplayCurrencyCode:{value:!0,property:"savingsDisplayCurrencyCode",propertyType:Mr.CONTROLS},embellishmentPrice:{value:!0,property:"embellishmentPrice",propertyType:Mr.CONTROLS},productTax:{value:!0,property:"productTax",propertyType:Mr.CONTROLS},productShippingPrice:{value:!0,property:"productShippingPrice",propertyType:Mr.CONTROLS},pricePerUnit:{value:!0,property:"pricePerUnit",propertyType:Mr.CONTROLS},uom:{value:!0,property:"uom",propertyType:Mr.CONTROLS},uomName:{value:!0,property:"uomName",propertyType:Mr.CONTROLS},uomConversion:{value:!0,property:"uomConversion",propertyType:Mr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:Mr.CSS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:Mr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"Round",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.ITEM_STYLE="itemStyle",e.UOM_TITLE_STYLE="uomTitleStyle",e.UOM_CONVERSION_STYLE="uomConversionStyle",e.PRODUCT_PRICE="productPrice",e.UOM_STYLE="uomStyle",e.CURRENCY_CODE_STYLE="currencyCodeStyle",e.ACTUAL_PRICE="actualPrice",e.DISCOUNT="discount",e.DISCOUNT_VALUE="discountValue",e.SAVINGS="savings",e.SAVINGS_VALUE="savingsValue",e.PRICE_PER_UNIT="pricePerUnit",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selectedState"}(Sn||(Sn={}));var hn,Cn=function(){return{layout:{selectorKey:Sn.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"250",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"48",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,displayFormat:Tn.displayFormat,showUomPrice:Tn.showUomPrice,itemSpacing:Tn.itemSpacing,itemPadding:Tn.itemPadding,itemContentAlignment:Tn.itemContentAlignment,maxItemsToDisplay:Tn.maxItemsToDisplay,overflowItems:Tn.overflowItems,header:Tn.header,headerHeight:Tn.headerHeight,rowHeight:Tn.rowHeight,headerDivider:Tn.headerDivider,rowDivider:Tn.rowDivider,columnDivider:Tn.columnDivider,alternativeRowColors:Tn.alternativeRowColors,headerCellPadding:Tn.headerCellPadding,rowCellPadding:Tn.rowCellPadding,contentAlignment:Tn.contentAlignment,overflowControl:Tn.overflowControl,paginationType:Tn.paginationType,paginationAlignment:Tn.paginationAlignment,rowsPerPage:Tn.rowsPerPage,imageBehavior:Tn.imageBehavior,itemsPerRow:Tn.itemsPerRow,onClick:Tn.onClick},design:{selectorKey:Sn.DESIGN,itemStyle:{selectorKey:Sn.ITEM_STYLE,defaultState:{selectorKey:Sn.DEFAULT_STATE,contentAlignment:Tn.contentAlignment,horizontalPadding:Tn.horizontalPadding,verticalPadding:Tn.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},selectedState:{selectorKey:Sn.SELECTED_STATE,contentAlignment:Tn.contentAlignment,horizontalPadding:Tn.horizontalPadding,verticalPadding:Tn.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius}},uomTitleStyle:{selectorKey:Sn.UOM_TITLE_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},uomConversionStyle:{selectorKey:Sn.UOM_CONVERSION_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},productPrice:{selectorKey:Sn.PRODUCT_PRICE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},uomStyle:{selectorKey:Sn.UOM_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},currencyCodeStyle:{selectorKey:Sn.CURRENCY_CODE_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},actualPrice:{selectorKey:Sn.ACTUAL_PRICE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},discount:{selectorKey:Sn.DISCOUNT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},discountValue:{selectorKey:Sn.DISCOUNT_VALUE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},savings:{selectorKey:Sn.SAVINGS,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},savingsValue:{selectorKey:Sn.SAVINGS_VALUE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},pricePerUnit:{selectorKey:Sn.PRICE_PER_UNIT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},arrows:{selectorKey:Sn.ARROWS,arrowIconStyle:Tn.arrowIconStyle,leftArrowIconStyle:Tn.leftArrowIconStyle,rightArrowIconStyle:Tn.rightArrowIconStyle,backgroundShape:Tn.backgroundShape,arrowSize:Tn.arrowSize,arrowColor:Tn.arrowColor},paginationDots:{selectorKey:Sn.PAGINATION_DOTS,dotSize:Tn.dotSize,currentDotColor:Tn.currentDotColor,otherDotColor:Tn.otherDotColor},paginationLine:{selectorKey:Sn.PAGINATION_LINE,currentLineColor:Tn.currentLineColor,otherLineColor:Tn.otherLineColor,lineHeight:Tn.lineHeight,lineWidth:Tn.lineWidth},table:{selectorKey:Sn.TABLE,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Tn.design.table.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Tn.design.table.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tableHeader:{selectorKey:Sn.TABLE_HEADER,backgroundColor:Fo.backgroundColor},headerText:{selectorKey:Sn.HEADER_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},tableRow:{selectorKey:Sn.TABLE_ROW,backgroundColor:Fo.backgroundColor,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},rowDividers:{selectorKey:Sn.ROW_DIVIDERS,headerDivider:Tn.design.rowAndHeaderDividers.headerDivider,rowDivider:Tn.design.rowAndHeaderDividers.rowDivider,columnDivider:Tn.design.rowAndHeaderDividers.columnDivider},scroll:{selectorKey:Sn.SCROLL,scrollBarWidth:Tn.design.scrollBar.scrollBarWidth,scrollBarColor:Tn.design.scrollBar.scrollBarColor},pagination:{selectorKey:Sn.PAGINATION,defaultState:{selectorKey:Sn.DEFAULT_STATE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,previousIcon:Tn.design.pagination.previousIcon,nextIcon:Tn.design.pagination.nextIcon,iconSize:Tn.design.pagination.iconSize,iconColor:Tn.design.pagination.iconColor,backgroundShape:Tn.design.pagination.backgroundShape,backgroundColor:Fo.backgroundColor,pagination:Tn.design.pagination.pagination},hoverState:{selectorKey:Sn.HOVER_STATE,theme:Fo.theme}},showMoreItemsButton:{selectorKey:Sn.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Tn.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},content:{selectorKey:Sn.CONTENT,productPrice:Tn.productPrice,sellingPrice:Tn.sellingPrice,productPriceDisplayUOM:Tn.productPriceDisplayUOM,productPriceDisplayCurrencyCode:Tn.productPriceDisplayCurrencyCode,showActualPrice:Tn.showActualPrice,actualPrice:Tn.actualPrice,actualPriceDisplayUOM:Tn.actualPriceDisplayUOM,actualPriceDisplayCurrencyCode:Tn.actualPriceDisplayCurrencyCode,discount:Tn.discount,discountValue:Tn.discountValue,showSavings:Tn.showSavings,savings:Tn.savings,savingsValue:Tn.savingsValue,savingsDisplayCurrencyCode:Tn.savingsDisplayCurrencyCode,embellishmentPrice:Tn.embellishmentPrice,productTax:Tn.productTax,productShippingPrice:Tn.productShippingPrice,pricePerUnit:Tn.pricePerUnit,uom:Tn.uom,uomName:Tn.uomName,uomConversion:Tn.uomConversion},dataConnector:{selectorKey:Sn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:null,url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},On={optionSelection:{value:!0,property:"optionSelection",propertyType:Mr.CONTROLS},displayOutOfStockValues:{value:!0,property:"displayOutOfStockValues",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},showMoreRows:{value:"Pagination",property:"showMoreRows",propertyType:Mr.CONTROLS},notifyMeButton:{value:!0,property:"notifyMeButton",propertyType:Mr.CONTROLS},quantitySelectorForVariantSelector:{value:!0,property:"quantitySelectorForVariantSelector",propertyType:Mr.CONTROLS},canCollapseGroups:{value:!0,property:"canCollapseGroups",propertyType:Mr.CONTROLS},displayStyle:{value:"Standard",property:"displayStyle",propertyType:Mr.CONTROLS},collapseIconPosition:{value:"Right",property:"collapseIconPosition",propertyType:Mr.CONTROLS},displayValues:{value:"Horizontally",property:"displayValues",propertyType:Mr.CONTROLS},itemSpacing:{value:"10",property:"itemSpacing",unit:1,propertyType:Mr.CSS},optionTitleValueSpacing:{value:"10",unit:1,property:"optionTitleValueSpacing",propertyType:Mr.CSS},itemPadding:{value:"10",unit:1,property:"itemPadding",propertyType:Mr.CSS},maxItemsToDisplay:{value:"10",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},swatchImageType:{value:"Swatch Image",property:"swatchImageType",propertyType:Mr.CONTROLS},imageBehaviour:{value:"Fixed",property:"imageBehaviour",propertyType:Mr.CONTROLS},itemsPerRow:{value:"4",property:"itemsPerRow",propertyType:Mr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:Mr.CONTROLS},overflowDirection:{value:"Horizontal",property:"overflowDirection",propertyType:Mr.CONTROLS},dropdownStyle:{value:"Vertical List",property:"dropdownStyle",propertyType:Mr.CONTROLS},dropdownOptionsSpacing:{value:"10",unit:1,property:"dropdownOptionsSpacing",propertyType:Mr.CSS},dropdownOptionsPadding:{value:"10",unit:1,property:"dropdownOptionsPadding",propertyType:Mr.CSS},optionAndListSpacing:{value:"10",unit:1,property:"optionAndListSpacing",propertyType:Mr.CSS},dropdownListItemSpacing:{value:"10",unit:1,property:"dropdownListItemSpacing",propertyType:Mr.CSS},dropdownListItemPadding:{value:"10",unit:1,property:"dropdownListItemPadding",propertyType:Mr.CSS},groupsDisplayStyle:{value:"Upfront",property:"groupsDisplayStyle",propertyType:Mr.CONTROLS},dividerBetweenListItems:{value:!1,property:"dividerBetweenListItems",propertyType:Mr.CONTROLS},groupSpacing:{value:"10",unit:1,property:"groupSpacing",propertyType:Mr.CSS},groupPadding:{value:"10",unit:1,property:"groupPadding",propertyType:Mr.CSS},groupHeaderAndOptionSpacing:{value:"10",unit:1,property:"groupHeaderAndOptionSpacing",propertyType:Mr.CSS},tabDirection:{value:"Horizontal",property:"tabDirection",propertyType:Mr.CONTROLS},tabLayout:{value:"Stretched",property:"tabLayout",propertyType:Mr.CONTROLS},tabAlignment:{value:"left",property:"tabAlignment",propertyType:Mr.CONTROLS},tabSpacing:{value:"10",unit:1,property:"tabSpacing",propertyType:Mr.CSS},tabAndContainerSpacing:{value:"10",unit:1,property:"tabAndContainerSpacing",propertyType:Mr.CSS},tabHorizontalPadding:{value:"10",unit:1,property:"tabHorizontalPadding",propertyType:Mr.CSS},tabVerticalPadding:{value:"10",unit:1,property:"tabVerticalPadding",propertyType:Mr.CSS},containerPadding:{value:"10",unit:1,property:"containerPadding",propertyType:Mr.CSS},tabRowSpacing:{value:"10",unit:1,property:"tabRowSpacing",propertyType:Mr.CSS},remainingDisplayStyle:{value:"Dropdown",property:"remainingDisplayStyle",propertyType:Mr.CONTROLS},expandIconPosition:{value:"Right",property:"expandIconPosition",propertyType:Mr.CONTROLS},expandFirstItemByDefault:{value:!0,property:"expandFirstItemByDefault",propertyType:Mr.CONTROLS},allowMultipleOpenItems:{value:!0,property:"allowMultipleOpenItems",propertyType:Mr.CONTROLS},itemDividers:{value:!0,property:"itemDividers",propertyType:Mr.CONTROLS},allowUserToSearch:{value:!0,property:"allowUserToSearch",propertyType:Mr.CONTROLS},allowUserToFilter:{value:!0,property:"allowUserToFilter",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerHeight:{value:"10",unit:1,property:"headerHeight",propertyType:Mr.CSS},rowHeight:{value:"10",unit:1,property:"rowHeight",propertyType:Mr.CSS},accordionSpacing:{value:"10",unit:1,property:"accordionSpacing",propertyType:Mr.CSS},accordionAndContainerSpacing:{value:"10",unit:1,property:"accordionAndContainerSpacing",propertyType:Mr.CSS},accordionHorizontalPadding:{value:"10",unit:1,property:"accordionHorizontalPadding",propertyType:Mr.CSS},accordionVerticalPadding:{value:"10",unit:1,property:"accordionVerticalPadding",propertyType:Mr.CSS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerCellPadding:{value:"30",unit:1,property:"headerCellPadding",propertyType:Mr.CSS},rowCellPadding:{value:"30",unit:1,property:"rowCellPadding",propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:Mr.CSS},groupHorizontalPadding:{value:"20",unit:1,property:"groupHorizontalPadding",propertyType:Mr.CSS},groupVerticalPadding:{value:"20",unit:1,property:"groupVerticalPadding",propertyType:Mr.CSS},groupAndContainerSpacing:{value:"30",unit:1,property:"groupAndContainerSpacing",propertyType:Mr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},priceFormat:{value:"Starting Price",property:"priceFormat",propertyType:Mr.CONTROLS},noOfOptionValues:{value:!0,property:"noOfOptionValues",propertyType:Mr.CONTROLS},optionProperties:{value:!0,property:"optionProperties",propertyType:Mr.CONTROLS},optionValueProperties:{value:!0,property:"optionValueProperties",propertyType:Mr.CONTROLS},optionName:{value:!0,property:"optionName",propertyType:Mr.CONTROLS},optionValueName:{value:!0,property:"optionValueName",propertyType:Mr.CONTROLS},optionValueCode:{value:!0,property:"optionValueCode",propertyType:Mr.CONTROLS},optionPrice:{value:!0,property:"optionPrice",propertyType:Mr.CONTROLS},showSelectedVariant:{value:!0,property:"showSelectedVariant",propertyType:Mr.CONTROLS},swatchImage:{value:!0,property:"swatchImage",propertyType:Mr.CONTROLS},noOfVariantsAvailable:{value:!0,property:"noOfVariantsAvailable",propertyType:Mr.CONTROLS},optionValuePrice:{value:!0,property:"optionValuePrice",propertyType:Mr.CONTROLS},showAvailableInventory:{value:!0,property:"showAvailableInventory",propertyType:Mr.CONTROLS},showTotalPriceOfAddedItems:{value:!0,property:"showTotalPriceOfAddedItems",propertyType:Mr.CONTROLS},horizontalPadding:{value:"10",unit:1,property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",unit:1,propertyType:Mr.CSS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:Mr.CONTROLS},iconPadding:{value:0,unit:1,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"circle",propertyType:Mr.CONTROLS},swatchShape:{value:"circle",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selected",e.COLLAPSED_STATE="collapsed",e.EXPANDED_STATE="expanded",e.SWATFH_TYPE_DISPLAY_STYLE="swatchTypeDisplayStyle",e.SINGLE_SELECT_DISPLAY_STYLE="singleSelectDisplayStyle",e.DROPDOWN_DISPLAY_STYLE="dropdownDisplayStyle",e.GROUPED_OPTION_DISPLAY_STYLE="groupedOptionsDisplayStyle",e.TABLE_DISPLAY_STYLE="tableDisplayStyle",e.GROUPED_TABLE_DISPLAY_STYLE="groupedTableDisplayStyle",e.DATA_CONNECTOR="dataConnector",e.OPTION_STYLE="optionStyle",e.SWATCH_OPTION_VALUE_STYLE="swatchOptionValueStyle",e.SINGLE_OPTION_VALUE_STYLE="singleOptionValueStyle",e.TAB_ITEM_STYLE="tabItemStyle",e.ACCORDION_ITEM_STYLE="accordionItemStyle",e.GROUPED_UPFRONT_STYLE="groupedUpfrontStyle",e.DROPDOWN_STYLE="dropdownStyle",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.OPTION_TITLE="optionTitle",e.NO_OF_OPTION_VALUES="noOfOptionValues",e.OPTION_PRICE="optionPrice",e.SELECTED_VARIENT_NAME="selectedVarientName",e.OPTION_VALUE_NAME="optionValueName",e.OPTION_VALUE_CODE="optionValueCode",e.NO_OF_VARIENTS_AVAILABLE="noOfVariantsAvailable",e.OPTION_VALUE_PRICE="optionValuePrice",e.AVAILABLE_INVENTORY="availableInventory",e.ADDED_ITEMS_TOTAL="addedItemsTotal"}(hn||(hn={}));var bn,vn=function(){return{layout:{selectorKey:hn.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"48",unit:1}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,optionSelection:On.optionSelection,displayOutOfStockValues:On.displayOutOfStockValues,displayStyle:On.displayStyle,notifyMeButton:On.notifyMeButton,quantitySelectorForVariantSelector:On.quantitySelectorForVariantSelector,dividerBetweenItems:On.dividerBetweenItems,optionTitleValueSpacing:On.optionTitleValueSpacing,remainingDisplayStyle:On.remainingDisplayStyle,allowUserToSearch:On.allowUserToSearch,allowUserToFilter:On.allowUserToFilter,itemSpacing:On.itemSpacing,swatchTypeDisplayStyle:{selectorKey:hn.SWATFH_TYPE_DISPLAY_STYLE,displayValues:On.displayValues,itemPadding:On.itemPadding,itemSpacing:On.itemSpacing,maxItemsToDisplay:On.maxItemsToDisplay,overflowItems:On.overflowItems,swatchImageType:On.swatchImageType},singleSelectDisplayStyle:{selectorKey:hn.SINGLE_SELECT_DISPLAY_STYLE,displayValues:On.displayValues,itemPadding:On.itemPadding,itemSpacing:On.itemSpacing,maxItemsToDisplay:On.maxItemsToDisplay,overflowItems:On.overflowItems,imageBehaviour:On.imageBehaviour,itemsPerRow:On.itemsPerRow,itemContentAlignment:On.itemContentAlignment,overflowDirection:On.overflowDirection},dropdownDisplayStyle:{selectorKey:hn.DROPDOWN_DISPLAY_STYLE,dropdownOptionsSpacing:On.dropdownOptionsSpacing,dropdownOptionsPadding:On.dropdownOptionsPadding,dropdownStyle:On.dropdownStyle,optionAndListSpacing:On.optionAndListSpacing,dropdownListItemSpacing:On.dropdownListItemSpacing,dropdownListItemPadding:On.dropdownListItemPadding,dividerBetweenListItems:On.dividerBetweenListItems,maxItemsToDisplay:On.maxItemsToDisplay,overflowItems:On.overflowItems},groupedOptionsDisplayStyle:{selectorKey:hn.GROUPED_OPTION_DISPLAY_STYLE,groupsDisplayStyle:On.groupsDisplayStyle,groupSpacing:On.groupSpacing,groupPadding:On.groupPadding,groupHeaderAndOptionSpacing:On.groupHeaderAndOptionSpacing,tabDirection:On.tabDirection,tabLayout:On.tabLayout,tabAlignment:On.tabAlignment,tabSpacing:On.tabSpacing,tabAndContainerSpacing:On.tabAndContainerSpacing,tabHorizontalPadding:On.tabHorizontalPadding,tabVerticalPadding:On.tabVerticalPadding,containerPadding:On.tabVerticalPadding,overflowItems:On.overflowItems,tabRowSpacing:On.tabRowSpacing,expandIconPosition:On.expandIconPosition,expandFirstItemByDefault:On.expandFirstItemByDefault,allowMultipleOpenItems:On.allowMultipleOpenItems,itemDividers:On.itemDividers,accordionSpacing:On.accordionSpacing,accordionAndContainerSpacing:On.accordionAndContainerSpacing,accordionHorizontalPadding:On.accordionHorizontalPadding,accordionVerticalPadding:On.accordionVerticalPadding,groupAndContainerSpacing:On.groupAndContainerSpacing,groupHorizontalPadding:On.groupHorizontalPadding,groupVerticalPadding:On.groupVerticalPadding,canCollapseGroups:On.canCollapseGroups,collapseIconPosition:On.collapseIconPosition},tableDisplayStyle:{selectorKey:hn.TABLE_DISPLAY_STYLE,header:On.header,headerHeight:On.headerHeight,rowHeight:On.rowHeight,headerDivider:On.headerDivider,rowDivider:On.rowDivider,columnDivider:On.columnDivider,alternativeRowColors:On.alternativeRowColors,headerCellPadding:On.headerCellPadding,rowCellPadding:On.rowCellPadding,contentAlignment:On.contentAlignment,overflowControl:On.overflowControl,paginationType:On.paginationType,paginationAlignment:On.paginationAlignment,rowsPerPage:On.rowsPerPage,showMoreRows:On.showMoreRows},groupedTableDisplayStyle:{selectorKey:hn.GROUPED_TABLE_DISPLAY_STYLE,groupsDisplayStyle:On.groupsDisplayStyle,groupSpacing:On.groupSpacing,groupPadding:On.groupPadding,groupHeaderAndOptionSpacing:On.groupHeaderAndOptionSpacing}},design:{selectorKey:hn.DESIGN,optionStyle:{selectorKey:hn.OPTION_STYLE,contentAlignment:On.contentAlignment,horizontalPadding:On.horizontalPadding,verticalPadding:On.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},swatchOptionValueStyle:{selectorKey:hn.SWATCH_OPTION_VALUE_STYLE,defaultState:{selectorKey:hn.DEFAULT_STATE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,backgroundShape:On.backgroundShape,swatchShape:On.swatchShape},hoverState:{selectorKey:hn.HOVER_STATE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,backgroundShape:On.backgroundShape,swatchShape:On.swatchShape},selectedState:{selectorKey:hn.SELECTED_STATE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,backgroundShape:On.backgroundShape,swatchShape:On.swatchShape}},singleOptionValueStyle:{selectorKey:hn.SINGLE_OPTION_VALUE_STYLE,defaultState:{selectorKey:hn.DEFAULT_STATE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundShape:On.backgroundShape},hoverState:{selectorKey:hn.HOVER_STATE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundShape:On.backgroundShape},selectedState:{selectorKey:hn.SELECTED_STATE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundShape:On.backgroundShape}},tabItemStyle:{selectorKey:hn.TAB_ITEM_STYLE,defaultState:{selectorKey:hn.DEFAULT_STATE,contentAlignment:On.contentAlignment,tabAndContainerSpacing:On.tabAndContainerSpacing,horizontalPadding:On.horizontalPadding,verticalPadding:On.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},hoverState:{selectorKey:hn.HOVER_STATE,contentAlignment:On.contentAlignment,tabAndContainerSpacing:On.tabAndContainerSpacing,horizontalPadding:On.horizontalPadding,verticalPadding:On.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},selectedState:{selectorKey:hn.SELECTED_STATE,contentAlignment:On.contentAlignment,tabAndContainerSpacing:On.tabAndContainerSpacing,horizontalPadding:On.horizontalPadding,verticalPadding:On.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius}},accordionItemStyle:{selectorKey:hn.ACCORDION_ITEM_STYLE,defaultState:{selectorKey:hn.DEFAULT_STATE},collapsedState:{selectorKey:hn.COLLAPSED_STATE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},expandedState:{selectorKey:hn.EXPANDED_STATE,backgroundColor:Fo.backgroundColor,containerBackgroundColor:Object.assign(Object.assign({},Fo.backgroundColor),{property:"containerBackgroundColor"}),borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius}},groupedUpfrontStyle:{selectorKey:hn.GROUPED_UPFRONT_STYLE,backgroundColor:Fo.backgroundColor,containerBackgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dropdownStyle:{selectorKey:hn.DROPDOWN_STYLE,backgroundColor:Fo.backgroundColor,containerBackgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},arrows:{selectorKey:hn.ARROWS,arrowIconStyle:On.arrowIconStyle,leftArrowIconStyle:On.leftArrowIconStyle,rightArrowIconStyle:On.rightArrowIconStyle,backgroundShape:On.backgroundShape,arrowSize:On.arrowSize,arrowColor:On.arrowColor},paginationDots:{selectorKey:hn.PAGINATION_DOTS,dotSize:On.dotSize,currentDotColor:On.currentDotColor,otherDotColor:On.otherDotColor},paginationLine:{selectorKey:hn.PAGINATION_LINE,currentLineColor:On.currentLineColor,otherLineColor:On.otherLineColor,lineHeight:On.lineHeight,lineWidth:On.lineWidth},table:{selectorKey:hn.TABLE,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:On.design.table.borderStyle,borderColor:Fo.borderColor,borderPerSlide:On.design.table.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tableHeader:{selectorKey:hn.TABLE_HEADER,backgroundColor:Fo.backgroundColor},headerText:{selectorKey:hn.HEADER_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},tableRow:{selectorKey:hn.TABLE_ROW,backgroundColor:Fo.backgroundColor,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},scroll:{selectorKey:hn.SCROLL,scrollBarWidth:On.design.scrollBar.scrollBarWidth,scrollBarColor:On.design.scrollBar.scrollBarColor},rowDividers:{selectorKey:hn.ROW_DIVIDERS,headerDivider:On.design.rowAndHeaderDividers.headerDivider,rowDivider:On.design.rowAndHeaderDividers.rowDivider,columnDivider:On.design.rowAndHeaderDividers.columnDivider},pagination:{selectorKey:hn.PAGINATION,defaultState:{selectorKey:hn.DEFAULT_STATE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,previousIcon:On.design.pagination.previousIcon,nextIcon:On.design.pagination.nextIcon,iconSize:On.design.pagination.iconSize,iconColor:On.design.pagination.iconColor,backgroundShape:On.design.pagination.backgroundShape,backgroundColor:Fo.backgroundColor,pagination:On.design.pagination.pagination},hoverState:{selectorKey:hn.HOVER_STATE,theme:Fo.theme}},showMoreItemsButton:{selectorKey:hn.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:On.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,icon:Fo.icon,showIcon:Fo.showIcon,iconSize:Fo.iconSize,iconColor:Fo.iconColor},optionTitle:{selectorKey:hn.OPTION_TITLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},noOfOptionValues:{selectorKey:hn.NO_OF_OPTION_VALUES,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},optionPrice:{selectorKey:hn.OPTION_PRICE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},selectedVarientName:{selectorKey:hn.SELECTED_VARIENT_NAME,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},optionValueName:{selectorKey:hn.OPTION_VALUE_NAME,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},optionValueCode:{selectorKey:hn.OPTION_VALUE_CODE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},noOfVariantsAvailable:{selectorKey:hn.NO_OF_VARIENTS_AVAILABLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},optionValuePrice:{selectorKey:hn.OPTION_VALUE_PRICE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},availableInventory:{selectorKey:hn.AVAILABLE_INVENTORY,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},addedItemsTotal:{selectorKey:hn.ADDED_ITEMS_TOTAL,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},content:{selectorKey:hn.CONTENT,optionProperties:On.optionProperties,optionName:On.optionName,noOfOptionValues:On.noOfOptionValues,optionPrice:On.optionPrice,priceFormat:On.priceFormat,showSelectedVariant:On.showSelectedVariant,optionValueProperties:On.optionValueProperties,optionValueName:On.optionValueName,optionValueCode:On.optionValueCode,swatchImage:On.swatchImage,swatchImageType:On.swatchImageType,noOfVariantsAvailable:On.noOfVariantsAvailable,optionValuePrice:On.optionValuePrice,showAvailableInventory:On.showAvailableInventory,showTotalPriceOfAddedItems:On.showTotalPriceOfAddedItems},dataConnector:{selectorKey:hn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"selectedOptions",url:null,enum:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},mn={layout:{autoplay:{value:"true",propertyType:Mr.CONTROLS},showControls:{value:"onHover",propertyType:Mr.CONTROLS},loopVideo:{value:!0,propertyType:Mr.CONTROLS},loopCount:{value:4,propertyType:Mr.CONTROLS}},content:{image:{value:{src:"https://i.pinimg.com/736x/ba/91/a4/ba91a41ba14269c20b2ae3d9bde16e4d.jpg"},propertyType:Mr.CONTROLS},videoFile:{value:"https://sellerscommerce.sirv.com/00000000-0000-0000-0000-000000000000/template-images/default-video.mp4",propertyType:Mr.CONTROLS,property:"videoFile"},showVideoTitle:{value:!0,propertyType:Mr.CONTROLS},videoTitle:{value:"Sample Video",propertyType:Mr.CONTROLS},showVideoDescription:{value:!0,propertyType:Mr.CONTROLS},videoDescription:{value:"This section contains the description of the video in this section. Double click to edit the content.",propertyType:Mr.CONTROLS},showCustomVideoThumbnail:{value:!0,propertyType:Mr.CONTROLS},thumbnailImage:{value:"",propertyType:Mr.CONTROLS}},design:{textPosition:{value:"top",property:"textPosition",propertyType:Mr.CONTROLS},textPositionOnTheImage:{value:"center",property:"textPositionOnTheImage",propertyType:Mr.CONTROLS},titleAndDescriptionAndAlignment:{value:"center",property:"titleAndDescriptionAndAlignment",propertyType:Mr.CONTROLS},icon:{value:"",propertyType:Mr.CONTROLS},iconSize:{value:100,unit:1,property:"iconSize",propertyType:Mr.CSS},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS},verticalAlignment:{value:"center",property:"widgetAlignment",propertyType:Mr.CONTROLS},widgetTextAndItemSpacing:{value:"10",property:"widgetTextAndItemSpacing",unit:1,propertyType:Mr.CSS},titleAndDescriptionAlignment:{value:"left",property:"titleAndDescriptionAlignment",propertyType:Mr.CONTROLS},textVerticalPadding:{value:"10",property:"textVerticalPadding",unit:1,propertyType:Mr.CSS},textHorizontalPadding:{value:"10",property:"textHorizontalPadding",unit:1,propertyType:Mr.CSS},titleAndDescriptionSpacing:{value:"5",property:"titleAndDescriptionSpacing",unit:1,propertyType:Mr.CSS},playIcon:{value:"preview",property:"playIcon",propertyType:Mr.CONTROLS},pauseIcon:{value:"minus-circle",property:"pauseIcon",propertyType:Mr.CONTROLS},size:{value:"20",property:"size",unit:1,propertyType:Mr.CSS},backgroundShape:{value:"circle",property:"backgroundShape",unit:1,propertyType:Mr.CONTROLS}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.VIDEO_PLAYER_TEXT="videoPlayerText",e.PLAY_PAUSE="playPause",e.VIDEO="video",e.VIDEO_WIDGET_LAYOUT="videoWidgetLayout",e.VIDEO_WIDGET_DESIGN="videoWidgetDesign",e.VIDEO_TEXT_LAYOUT="videoTextLayout",e.VIDEO_TEXT_CONTAINER_DESIGN="videoTextContainerDesign"}(bn||(bn={}));var wn,fn=function(){return{layout:{selectorKey:bn.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"330",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"245",unit:4}),margin:Fo.margin,padding:Object.assign(Object.assign({},Fo.padding),{value:"20",unit:1}),autoplay:mn.layout.autoplay,showControls:mn.layout.showControls,loopVideo:mn.layout.loopVideo,loopCount:mn.layout.loopCount,positionType:Fo.positionType,pinTo:Fo.pinTo},content:{selectorKey:bn.CONTENT,videoFile:mn.content.videoFile,showVideoTitle:mn.content.showVideoTitle,videoTitle:mn.content.videoTitle,showVideoDescription:mn.content.showVideoDescription,videoDescription:mn.content.videoDescription,showCustomVideoThumbnail:mn.content.showCustomVideoThumbnail,thumbnailImage:mn.content.thumbnailImage,image:mn.content.image},design:{selectorKey:bn.DESIGN,videoWidgetLayout:{selectorKey:bn.VIDEO_WIDGET_LAYOUT,verticalAlignment:mn.design.verticalAlignment,widgetTextAndItemSpacing:mn.design.widgetTextAndItemSpacing,textPosition:mn.design.textPosition},videoWidgetDesign:{selectorKey:bn.VIDEO_WIDGET_DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,showIcon:Fo.showIcon,iconSize:Fo.iconSize,iconColor:Fo.iconColor,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},videoTextLayout:{selectorKey:bn.VIDEO_TEXT_LAYOUT,textVerticalPadding:mn.design.textVerticalPadding,textHorizontalPadding:mn.design.textHorizontalPadding,titleAndDescriptionSpacing:mn.design.titleAndDescriptionSpacing},videoTextContainerDesign:{selectorKey:bn.VIDEO_TEXT_CONTAINER_DESIGN,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},playPause:{selectorKey:bn.PLAY_PAUSE,playIcon:mn.design.playIcon,pauseIcon:mn.design.pauseIcon,size:mn.design.size,iconColor:Fo.iconColor,backgroundShape:mn.design.backgroundShape,backgroundColor:Fo.backgroundColor}}}},Rn={layout:{groupSpacing:{value:"10",unit:1,property:"groupSpacing",propertyType:Mr.CSS},groupPadding:{value:"10",unit:1,property:"groupPadding",propertyType:Mr.CSS},groupHeaderAndOptionSpacing:{value:"10",unit:1,property:"groupHeaderAndOptionSpacing",propertyType:Mr.CSS},tabDirection:{value:"Horizontal",property:"tabDirection",propertyType:Mr.CONTROLS},tabLayout:{value:"Stretched",property:"tabLayout",propertyType:Mr.CONTROLS},tabAlignment:{value:"left",property:"tabAlignment",propertyType:Mr.CONTROLS},tabSpacing:{value:"10",unit:1,property:"tabSpacing",propertyType:Mr.CSS},tabAndContainerSpacing:{value:"10",unit:1,property:"tabAndContainerSpacing",propertyType:Mr.CSS},tabHorizontalPadding:{value:"10",unit:1,property:"tabHorizontalPadding",propertyType:Mr.CSS},tabVerticalPadding:{value:"10",unit:1,property:"tabVerticalPadding",propertyType:Mr.CSS},containerPadding:{value:"10",unit:1,property:"containerPadding",propertyType:Mr.CSS},tabRowSpacing:{value:"10",unit:1,property:"tabRowSpacing",propertyType:Mr.CSS},remainingDisplayStyle:{value:"Dropdown",property:"remainingDisplayStyle",propertyType:Mr.CONTROLS},expandIconPosition:{value:"Right",property:"expandIconPosition",propertyType:Mr.CONTROLS},expandFirstItemByDefault:{value:!0,property:"expandFirstItemByDefault",propertyType:Mr.CONTROLS},allowMultipleOpenItems:{value:!0,property:"allowMultipleOpenItems",propertyType:Mr.CONTROLS},itemDividers:{value:!0,property:"itemDividers",propertyType:Mr.CONTROLS},allowUserToSearch:{value:!0,property:"allowUserToSearch",propertyType:Mr.CONTROLS},allowUserToFilter:{value:!0,property:"allowUserToFilter",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerHeight:{value:"10",unit:1,property:"headerHeight",propertyType:Mr.CSS},rowHeight:{value:"10",unit:1,property:"rowHeight",propertyType:Mr.CSS},accordionSpacing:{value:"10",unit:1,property:"accordionSpacing",propertyType:Mr.CSS},accordionAndContainerSpacing:{value:"10",unit:1,property:"accordionAndContainerSpacing",propertyType:Mr.CSS},accordionHorizontalPadding:{value:"10",unit:1,property:"accordionHorizontalPadding",propertyType:Mr.CSS},accordionVerticalPadding:{value:"10",unit:1,property:"accordionVerticalPadding",propertyType:Mr.CSS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerCellPadding:{value:"10",unit:1,property:"headerCellPadding",propertyType:Mr.CSS},rowCellPadding:{value:"10",unit:1,property:"rowCellPadding",propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:Mr.CSS},groupHorizontalPadding:{value:"10",unit:1,property:"groupHorizontalPadding",propertyType:Mr.CSS},groupVerticalPadding:{value:"10",unit:1,property:"groupVerticalPadding",propertyType:Mr.CSS},canCollapseGroups:{value:!0,property:"canCollapseGroups",propertyType:Mr.CONTROLS},groupAndContainerSpacing:{value:"10",unit:1,property:"groupAndContainerSpacing",propertyType:Mr.CSS},collapseIconPosition:{value:"Right",property:"collapseIconPosition",propertyType:Mr.CONTROLS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"None",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},priceFormat:{value:"Starting Price",property:"priceFormat",propertyType:Mr.CONTROLS},noOfOptionValues:{value:!0,property:"noOfOptionValues",propertyType:Mr.CONTROLS},optionProperties:{value:!0,property:"optionProperties",propertyType:Mr.CONTROLS},optionValueProperties:{value:!0,property:"optionValueProperties",propertyType:Mr.CONTROLS},optionName:{value:!0,property:"optionName",propertyType:Mr.CONTROLS},optionValueName:{value:!0,property:"optionValueName",propertyType:Mr.CONTROLS},optionValueCode:{value:!0,property:"optionValueCode",propertyType:Mr.CONTROLS},optionPrice:{value:!0,property:"optionPrice",propertyType:Mr.CONTROLS},showSelectedVariant:{value:!0,property:"showSelectedVariant",propertyType:Mr.CONTROLS},swatchImage:{value:!0,property:"swatchImage",propertyType:Mr.CONTROLS},noOfVariantsAvailable:{value:!0,property:"noOfVariantsAvailable",propertyType:Mr.CONTROLS},optionValuePrice:{value:!0,property:"optionValuePrice",propertyType:Mr.CONTROLS},showAvailableInventory:{value:!0,property:"showAvailableInventory",propertyType:Mr.CONTROLS},showTotalPriceOfAddedItems:{value:!0,property:"showTotalPriceOfAddedItems",propertyType:Mr.CONTROLS},horizontalPadding:{value:"10",unit:1,property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",unit:1,property:"verticalPadding",propertyType:Mr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},swatchImageType:{value:"Swatch Image",property:"swatchImageType",propertyType:Mr.CONTROLS},itemSpacing:{value:"10",unit:1,property:"itemSpacing",propertyType:Mr.CSS},optionTitleValueSpacing:{value:"10",unit:1,property:"optionTitleValueSpacing",propertyType:Mr.CSS},itemPadding:{value:"10",unit:1,property:"itemPadding",propertyType:Mr.CSS},groupsDisplayStyle:{value:"Upfront",property:"groupsDisplayStyle",propertyType:Mr.CONTROLS},displayValues:{value:"Stack Vertical",property:"displayValues",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},sliderDisplayScrollBar:{value:!1,propertyType:Mr.CONTROLS,property:"sliderDisplayScrollBar"},showVolumePrice:{value:!0,propertyType:Mr.CONTROLS,property:"showVolumePrice"},displayFormat:{value:"Stack Horizontal",propertyType:Mr.CONTROLS,property:"displayFormat"},onClick:{value:"showAll",propertyType:Mr.CONTROLS,property:"onClick"},sliderControl:{value:"Arrows",propertyType:Mr.CONTROLS,property:"sliderControl"},controlPosition:{value:"bottom",propertyType:Mr.CONTROLS,property:"controlPosition"},loopImages:{value:!1,propertyType:Mr.CONTROLS,property:"loopImages"},autoplay:{value:!1,propertyType:Mr.CONTROLS,property:"autoplay"},showMoreRows:{value:"onScroll",propertyType:Mr.CONTROLS,property:"showMoreRows"},noOfItemsToLoad:{value:"allItems",propertyType:Mr.CONTROLS,property:"noOfItemsToLoad"},groupDisplayStyle:{value:"horizontalTabs",propertyType:Mr.CONTROLS,property:"groupDisplayStyle"},optionTitleAndValueSpacing:{value:"20",propertyType:Mr.CSS,property:"optionTitleAndValueSpacing"},tabItemSpacing:{value:"20",propertyType:Mr.CSS,property:"tabItemSpacing"},accordionItemSpacing:{value:"20",propertyType:Mr.CSS,property:"accordionItemSpacing"}},content:{uom:{value:!0,propertyType:Mr.CONTROLS,property:"uom"},uomName:{value:!0,propertyType:Mr.CONTROLS,property:"uomName"},uomConversion:{value:!0,propertyType:Mr.CONTROLS,property:"uomConversion"},productPrice:{value:!0,propertyType:Mr.CONTROLS,property:"productPrice"},sellingPrice:{value:!0,propertyType:Mr.CONTROLS,property:"sellingPrice"},displayProductUOM:{value:!0,propertyType:Mr.CONTROLS,property:"displayProductUOM"},displayProductCurrencyCode:{value:!0,propertyType:Mr.CONTROLS,property:"displayProductCurrencyCode"},actualPriceToggle:{value:!0,propertyType:Mr.CONTROLS,property:"actualPriceToggle"},actualPrice:{value:!0,propertyType:Mr.CONTROLS,property:"actualPrice"},displayPriceUOM:{value:!0,propertyType:Mr.CONTROLS,property:"displayPriceUOM"},displayPriceCurrencyCode:{value:!0,propertyType:Mr.CONTROLS,property:"displayPriceCurrencyCode"},discountPercentage:{value:!0,propertyType:Mr.CONTROLS,property:"discountPercentage"},discountValue:{value:!0,propertyType:Mr.CONTROLS,property:"discountValue"},savings:{value:!0,propertyType:Mr.CONTROLS,property:"savings"},savingsPercentage:{value:!0,propertyType:Mr.CONTROLS,property:"savingsPercentage"},savingsValue:{value:!0,propertyType:Mr.CONTROLS,property:"savingsValue"},displaySavingsCurrencyCode:{value:!0,propertyType:Mr.CONTROLS,property:"displaySavingsCurrencyCode"},pricePerUnit:{value:!0,propertyType:Mr.CONTROLS,property:"pricePerUnit"},EmbellishmentPrice:{value:!0,propertyType:Mr.CONTROLS,property:"EmbellishmentPrice"},productTax:{value:!0,propertyType:Mr.CONTROLS,property:"productTax"},productShippingPrice:{value:!0,propertyType:Mr.CONTROLS,property:"productShippingPrice"}},design:{arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:Mr.CSS},table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.GROUPED_OPTION_DISPLAY_STYLE="groupedOptionsDisplayStyle",e.OPTION_DISPLAY_STYLE="optionsDisplayStyle",e.ITEM_STYLE="itemStyle",e.UOM_TITLE_STYLE="uomTitleStyle",e.UOM_CONVERSION_STYLE="uomConversionStyle",e.PRODUCT_PRICE="productPrice",e.UOM_STYLE="uomStyle",e.CURRENCY_CODE_STYLE="currencyCodeStyle",e.ACTUAL_PRICE="actualPrice",e.DISCOUNT="discount",e.DISCOUNT_VALUE="discountValue",e.SAVINGS="savings",e.SAVINGS_VALUE="savingsValue",e.PRICE_PER_UNIT="pricePerUnit",e.ARROWS="arrows",e.PAGINATION_DOTS="paginationDots",e.PAGINATION_LINE="paginationLine",e.TABLE="table",e.TABLE_HEADER="tableHeader",e.HEADER_TEXT="headerText",e.TABLE_ROW="tableRow",e.SCROLL="scroll",e.ROW_DIVIDERS="rowDividers",e.PAGINATION="pagination",e.SHOW_MORE_ITEMS_BUTTON="showMoreItemsButton",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selectedState"}(wn||(wn={}));var Nn,Ln=function(){return{layout:{selectorKey:wn.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"48",unit:1}),margin:Fo.margin,padding:Fo.padding,showVolumePrice:Rn.layout.showVolumePrice,displayFormat:Rn.layout.displayFormat,itemSpacing:Rn.layout.itemSpacing,maxItemsToDisplay:Rn.layout.maxItemsToDisplay,overflowControl:Rn.layout.overflowControl,onClick:Rn.layout.onClick,sliderControl:Rn.layout.sliderControl,controlPosition:Rn.layout.controlPosition,loopImages:Rn.layout.loopImages,autoplay:Rn.layout.autoplay,header:Rn.layout.header,headerHeight:Rn.layout.headerHeight,rowHeight:Rn.layout.rowHeight,headerDivider:Rn.layout.headerDivider,rowDivider:Rn.layout.rowDivider,columnDivider:Rn.layout.columnDivider,alternativeRowColors:Rn.layout.alternativeRowColors,headerCellPadding:Rn.layout.headerCellPadding,rowCellPadding:Rn.layout.rowCellPadding,contentAlignment:Rn.layout.contentAlignment,showMoreRows:Rn.layout.showMoreRows,rowsPerPage:Rn.layout.rowsPerPage,paginationType:Rn.layout.paginationType,paginationAlignment:Rn.layout.paginationAlignment,optionTitleAndValueSpacing:Rn.layout.optionTitleAndValueSpacing,tabItemSpacing:Rn.layout.tabItemSpacing,accordionItemSpacing:Rn.layout.accordionItemSpacing,noOfItemsToLoad:Rn.layout.noOfItemsToLoad,groupDisplayStyle:Rn.layout.groupDisplayStyle,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,sliderDisplayScrollBar:Rn.layout.sliderDisplayScrollBar,optionTitleValueSpacing:Rn.layout.optionTitleValueSpacing,dividerBetweenItems:Rn.layout.dividerBetweenItems,optionsDisplayStyle:{selectorKey:wn.OPTION_DISPLAY_STYLE,displayValues:Rn.layout.displayValues,itemPadding:Rn.layout.itemPadding,itemSpacing:Rn.layout.itemSpacing,maxItemsToDisplay:Rn.layout.maxItemsToDisplay,overflowItems:Rn.layout.overflowItems,swatchImageType:Rn.layout.swatchImageType},groupedOptionsDisplayStyle:{selectorKey:wn.GROUPED_OPTION_DISPLAY_STYLE,groupsDisplayStyle:Rn.layout.groupsDisplayStyle,groupSpacing:Rn.layout.groupSpacing,groupPadding:Rn.layout.groupPadding,groupHeaderAndOptionSpacing:Rn.layout.groupHeaderAndOptionSpacing,tabDirection:Rn.layout.tabDirection,tabLayout:Rn.layout.tabLayout,tabAlignment:Rn.layout.tabAlignment,tabSpacing:Rn.layout.tabSpacing,tabAndContainerSpacing:Rn.layout.tabAndContainerSpacing,tabHorizontalPadding:Rn.layout.tabHorizontalPadding,tabVerticalPadding:Rn.layout.tabVerticalPadding,containerPadding:Rn.layout.containerPadding,overflowItems:Rn.layout.overflowItems,tabRowSpacing:Rn.layout.tabRowSpacing,expandIconPosition:Rn.layout.expandIconPosition,expandFirstItemByDefault:Rn.layout.expandFirstItemByDefault,allowMultipleOpenItems:Rn.layout.allowMultipleOpenItems,itemDividers:Rn.layout.itemDividers,accordionSpacing:Rn.layout.accordionSpacing,accordionAndContainerSpacing:Rn.layout.accordionAndContainerSpacing,accordionHorizontalPadding:Rn.layout.accordionHorizontalPadding,accordionVerticalPadding:Rn.layout.accordionVerticalPadding,groupAndContainerSpacing:Rn.layout.groupAndContainerSpacing,groupHorizontalPadding:Rn.layout.groupHorizontalPadding,groupVerticalPadding:Rn.layout.groupVerticalPadding,canCollapseGroups:Rn.layout.canCollapseGroups,collapseIconPosition:Rn.layout.collapseIconPosition}},content:{selectorKey:wn.CONTENT,uom:Rn.content.uom,uomName:Rn.content.uomName,uomConversion:Rn.content.uomConversion,productPrice:Rn.content.productPrice,sellingPrice:Rn.content.sellingPrice,displayProductUOM:Rn.content.displayProductUOM,displayProductCurrencyCode:Rn.content.displayProductCurrencyCode,actualPriceToggle:Rn.content.actualPriceToggle,actualPrice:Rn.content.actualPrice,displayPriceUOM:Rn.content.displayPriceUOM,displayPriceCurrencyCode:Rn.content.displayPriceCurrencyCode,discountPercentage:Rn.content.discountPercentage,discountValue:Rn.content.discountValue,savings:Rn.content.savings,savingsPercentage:Rn.content.savingsPercentage,savingsValue:Rn.content.savingsValue,displaySavingsCurrencyCode:Rn.content.displayProductCurrencyCode,pricePerUnit:Rn.content.pricePerUnit,EmbellishmentPrice:Rn.content.EmbellishmentPrice,productTax:Rn.content.productTax,productShippingPrice:Rn.content.productShippingPrice},design:{selectorKey:wn.DESIGN,itemStyle:{selectorKey:wn.ITEM_STYLE,defaultState:{selectorKey:wn.DEFAULT_STATE,contentAlignment:Rn.design.contentAlignment,horizontalPadding:Rn.design.horizontalPadding,verticalPadding:Rn.design.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},selectedState:{selectorKey:wn.SELECTED_STATE,contentAlignment:Rn.design.contentAlignment,horizontalPadding:Rn.design.horizontalPadding,verticalPadding:Rn.design.verticalPadding,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius}},uomTitleStyle:{selectorKey:wn.UOM_TITLE_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},uomConversionStyle:{selectorKey:wn.UOM_CONVERSION_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},productPrice:{selectorKey:wn.PRODUCT_PRICE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},uomStyle:{selectorKey:wn.UOM_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},currencyCodeStyle:{selectorKey:wn.CURRENCY_CODE_STYLE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},actualPrice:{selectorKey:wn.ACTUAL_PRICE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},discount:{selectorKey:wn.DISCOUNT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},discountValue:{selectorKey:wn.DISCOUNT_VALUE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},savings:{selectorKey:wn.SAVINGS,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},savingsValue:{selectorKey:wn.SAVINGS_VALUE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},pricePerUnit:{selectorKey:wn.PRICE_PER_UNIT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},arrows:{selectorKey:wn.ARROWS,arrowIconStyle:Rn.design.pagination.arrowIconStyle,leftArrowIconStyle:Rn.design.pagination.leftArrowIconStyle,rightArrowIconStyle:Rn.design.pagination.rightArrowIconStyle,backgroundShape:Rn.design.pagination.backgroundShape,arrowSize:Rn.design.arrowSize,arrowColor:Rn.design.arrowColor},paginationDots:{selectorKey:wn.PAGINATION_DOTS,dotSize:Rn.design.dotSize,currentDotColor:Rn.design.currentDotColor,otherDotColor:Rn.design.otherDotColor},paginationLine:{selectorKey:wn.PAGINATION_LINE,currentLineColor:Rn.design.currentLineColor,otherLineColor:Rn.design.otherLineColor,lineHeight:Rn.design.lineHeight,lineWidth:Rn.design.lineWidth},table:{selectorKey:wn.TABLE,backgroundColor:Fo.backgroundColor,showBorder:Fo.showBorder,borderStyle:Rn.design.table.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Rn.design.table.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},tableHeader:{selectorKey:wn.TABLE_HEADER,backgroundColor:Fo.backgroundColor},headerText:{selectorKey:wn.HEADER_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},tableRow:{selectorKey:wn.TABLE_ROW,backgroundColor:Fo.backgroundColor,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},rowDividers:{selectorKey:wn.ROW_DIVIDERS,headerDivider:Rn.design.rowAndHeaderDividers.headerDivider,rowDivider:Rn.design.rowAndHeaderDividers.rowDivider,columnDivider:Rn.design.rowAndHeaderDividers.columnDivider},scroll:{selectorKey:wn.SCROLL,scrollBarWidth:Rn.design.scrollBar.scrollBarWidth,scrollBarColor:Rn.design.scrollBar.scrollBarColor},pagination:{selectorKey:wn.PAGINATION,defaultState:{selectorKey:wn.DEFAULT_STATE,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,previousIcon:Rn.design.pagination.previousIcon,nextIcon:Rn.design.pagination.nextIcon,iconSize:Rn.design.pagination.iconSize,iconColor:Rn.design.pagination.iconColor,backgroundShape:Rn.design.pagination.backgroundShape,backgroundColor:Fo.backgroundColor,pagination:Rn.design.pagination.pagination},hoverState:{selectorKey:wn.HOVER_STATE,theme:Fo.theme}},showMoreItemsButton:{selectorKey:wn.SHOW_MORE_ITEMS_BUTTON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Rn.design.pagination.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},dataConnector:{selectorKey:wn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"volumePricingDeatils",url:null,enum:null,id:null,dataSource:"",childSource:"",keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},Dn={openAutomaticallyOnPage:{value:!0,propertyType:Mr.CONTROLS,property:"openAutomaticallyOnPage"},selectPage:{value:"showImageLightbox",propertyType:Mr.CONTROLS,property:"selectPage"},closeOnXIcon:{value:!0,propertyType:Mr.CONTROLS,property:"closeIcon"},closeOnClickingBackground:{value:!1,propertyType:Mr.CONTROLS,property:"closeOnClickingBackground"},lightboxPosition:{value:"Top Left",propertyType:Mr.CONTROLS,property:"lightboxPosition"},horizontalOffset:{value:"0",propertyType:Mr.CSS,property:"horizontalOffset",unit:1},verticalOffset:{value:"0",propertyType:Mr.CSS,property:"verticalOffset",unit:1}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Nn||(Nn={}));var An,In=function(){return{layout:{selectorKey:Nn.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"340",unit:1}),openAutomaticallyOnPage:Dn.openAutomaticallyOnPage,selectPage:Dn.selectPage,closeIcon:Dn.closeOnXIcon,closeOnClickingBackground:Dn.closeOnClickingBackground,lightboxPosition:Dn.lightboxPosition,horizontalOffset:Dn.horizontalOffset,verticalOffset:Dn.verticalOffset},design:{selectorKey:Nn.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius}}},xn={whenClicked:{value:"Open Full Cart",property:"whenClicked",propertyType:Mr.CONTROLS},showCartText:{value:!0,property:"showCartText",propertyType:Mr.CONTROLS},cartText:{value:"My Cart",property:"cartText",propertyType:Mr.CONTROLS},showNoOfItems:{value:!0,property:"showNoOfItems",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CART_ICON="cartIcon",e.MINI_CART_TEXT="miniCartText",e.CART_ITEMS_COUNT="cartItemsCount"}(An||(An={}));var En,Pn=function(){return{layout:{selectorKey:An.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"135",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"40",unit:1}),margin:Fo.margin,padding:Fo.padding,whenClicked:xn.whenClicked,showCartText:xn.showCartText,cartText:xn.cartText,showNoOfItems:xn.showNoOfItems,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:An.DESIGN,cartIcon:{selectorKey:An.CART_ICON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,showIcon:Fo.showIcon,iconSize:Fo.iconSize,iconColor:Fo.iconColor,icon:Object.assign(Object.assign({},Fo.icon),{value:"shopping-cart-01"})},miniCartText:{selectorKey:An.MINI_CART_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,themeDesc:Fo.themeDesc,fontDesc:Fo.fontDesc,fontSizeDesc:Fo.fontSizeDesc,textColorDesc:Fo.textColorDesc,boldDesc:Fo.boldDesc,italicDesc:Fo.italicDesc,linethroughDesc:Fo.linethroughDesc,underlineDesc:Fo.underlineDesc,textAlignDesc:Fo.textAlignDesc,characterSpacingDesc:Fo.characterSpacingDesc,lineHeightDesc:Fo.lineHeightDesc},cartItemsCount:{selectorKey:An.CART_ITEMS_COUNT,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}}}},_n={loggedInButtonStyle:{value:"Avatar & Name",property:"loggedInButtonStyle",propertyType:Mr.CONTROLS},beforeLoginText:{value:"My Cart",property:"beforeLoginText",propertyType:Mr.CONTROLS},myAccount:{value:!0,property:"myAccount",propertyType:Mr.CONTROLS},myOrders:{value:!0,property:"myOrders",propertyType:Mr.CONTROLS},myAddresses:{value:!0,property:"myAddresses",propertyType:Mr.CONTROLS},myQuotes:{value:!0,property:"myQuotes",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.profile_ICON="profileMenuItems",e.MINI_profile_TEXT="profileNameText",e.PROFILE_AVATAR="profileAvatar"}(En||(En={}));var Hn,Bn=function(){return{layout:{selectorKey:En.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"180",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"75",unit:1}),margin:Fo.margin,padding:Fo.padding,loggedInButtonStyle:_n.loggedInButtonStyle,beforeLoginText:_n.beforeLoginText,positionType:Fo.positionType,pinTo:Fo.pinTo},content:{selectorKey:En.CONTENT,myAccount:_n.myAccount,myOrders:_n.myOrders,myAddresses:_n.myAddresses,myQuotes:_n.myQuotes},design:{selectorKey:En.DESIGN,profileAvatar:{selectorKey:En.PROFILE_AVATAR,showIcon:Object.assign(Object.assign({},Fo.icon),{value:"user-icon"}),iconSize:Fo.iconSize,iconColor:Fo.iconColor},profileMenuItems:{selectorKey:En.profile_ICON,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},profileNameText:{selectorKey:En.MINI_profile_TEXT,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.CONTENT="content"}(Hn||(Hn={}));var zn,kn=function(){return{layout:{selectorKey:Hn.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,displayStyle:{value:"grid",property:"displayStyle",propertyType:Mr.CONTROLS},itemGap:{property:"itemGap",propertyType:Mr.CSS,value:1,unit:Vr.PIXELS},setItemsPerRow:{property:"setItemsPerRow",isShow:!0,value:3,propertyType:Mr.CSS},justifyContent:{property:"justifyContent",propertyType:Mr.CSS,value:"start"},alignItems:{property:"alignItems",propertyType:Mr.CSS,value:"start"},minColumnWidth:{property:"minColumnWidth",propertyType:Mr.CSS,value:100,unit:Vr.PIXELS},minRowHeight:{property:"minRowHeight",propertyType:Mr.CSS,value:100,unit:Vr.PIXELS},setItemsPerSlide:{property:"setItemsPerSlide",value:3,propertyType:Mr.CSS},sliderControl:{property:"sliderControl",value:"Arrows & Dots",propertyType:Mr.CONTROLS},arrowIconSize:{property:"arrowIconSize",value:40,unit:Vr.PIXELS,propertyType:Mr.CSS},dotSize:{property:"dotSize",value:10,unit:Vr.PIXELS,propertyType:Mr.CSS},controlActiveColor:{value:{hex:"#ffffff",rgb:{r:"209",g:"171",b:"240",a:1}},property:"controlActiveColor",propertyType:Mr.CSS,parentRef:void 0},selectedSlideControlTheme:{value:1,propertyType:Mr.CONTROLS},autoplay:{value:!1,propertyType:Mr.CONTROLS},autoplayDuration:{value:3e3,unit:Vr.MS,propertyType:Mr.CONTROLS},stopOnMouseEnter:{value:!1,propertyType:Mr.CONTROLS},stopOnInteraction:{value:!1,propertyType:Mr.CONTROLS},displayAds:{value:!0,propertyType:Mr.CONTROLS}},design:Object.assign({selectorKey:Hn.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),dataConnector:{selectorKey:Hn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null,type:null},property:"dataConnector",propertyType:Mr.CONTROLS},dynamicData:{value:null,property:"dynamicData",propertyType:Mr.CONTROLS}},content:{selectorKey:Hn.CONTENT,adVariationsList:{value:[{id:"",label:"Default Categories",isDefault:!0,displayStyle:"Full Row",ads:[],itemPositionsInGrid:"",repeatItems:!1,shuffleItems:!1,showDetails:!0,range:0}],property:"adVariationsList",propertyType:Mr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(zn||(zn={}));var jn,Kn=function(){return{layout:{selectorKey:zn.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:zn.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt)}},Un={spacingBetweenMenuListItems:{value:20,property:"spacingBetweenMenuListItems",unit:1,propertyType:Mr.CSS},fillItemsToContainerWidth:{value:!1,propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,propertyType:Mr.CONTROLS},listItemAlignment:{value:"left",property:"listItemAlignment",propertyType:Mr.CSS},listItemContentAlignment:{value:"left",property:"listItemContentAlignment",propertyType:Mr.CSS},maxItemsToDisplay:{value:50,unit:7,property:"maxItemsToDisplay",propertyType:Mr.CSS},overflowControl:{value:"Load More Button",propertyType:Mr.CONTROLS},onClick:{value:"Navigate to a page",propertyType:Mr.CONTROLS},menuList:{value:[{label:"Home",url:""}],propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.MENU_CONTAINER="menuContainer",e.MENU_ITEM_STYLE="menuItemStyle"}(jn||(jn={}));var Mn,Vn=function(){return{layout:{selectorKey:jn.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:200,unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:30}),margin:Fo.margin,padding:Fo.padding,direction:Fo.direction,spacingBetweenMenuListItems:Un.spacingBetweenMenuListItems,fillItemsToContainerWidth:Un.fillItemsToContainerWidth,dividerBetweenItems:Un.dividerBetweenItems,listItemAlignment:Un.listItemAlignment,listItemContentAlignment:Un.listItemContentAlignment,maxItemsToDisplay:Un.maxItemsToDisplay,overflowControl:Un.overflowControl,onClick:Un.onClick,positionType:Fo.positionType,pinTo:Fo.pinTo},content:{menuList:Un.menuList},design:{selectorKey:jn.DESIGN,menuContainer:{selectorKey:jn.MENU_CONTAINER,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},menuItemStyle:{selectorKey:jn.MENU_ITEM_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}}}},Gn={itemSpacing:{value:10,unit:1,property:"itemSpacing",propertyType:Mr.CSS},optionItemSpacing:{value:6,property:"optionItemSpacing",unit:1,propertyType:Mr.CSS},optionItemPadding:{value:2,property:"optionItemPadding",unit:1,propertyType:Mr.CSS},showOptionsToSelect:{value:!0,propertyType:Mr.CONTROLS},showNoOfOptions:{value:!0,propertyType:Mr.CONTROLS},noOfOptionsToShowUpfront:{value:5,unit:7,propertyType:Mr.CONTROLS},showRemainingOptionsAs:{value:"Button",propertyType:Mr.CONTROLS},whenClicked:{value:"Open Quick View",propertyType:Mr.CONTROLS},buttonText:{value:"More Options",propertyType:Mr.CONTROLS},dividerBetweenOptions:{value:!0,propertyType:Mr.CONTROLS},optionTitleValueSpacing:{value:6,property:"optionTitleValueSpacing",unit:1,propertyType:Mr.CSS},displayValues:{value:"Horizontally",propertyType:Mr.CONTROLS},displayStyle:{value:"Swatch",propertyType:Mr.CONTROLS},swatchItemSpacing:{value:6,property:"swatchItemSpacing",unit:1,propertyType:Mr.CSS},swatchItemSize:{value:30,property:"swatchItemSize",unit:1,propertyType:Mr.CSS},swatchItemPadding:{value:2,property:"swatchItemPadding",unit:1,propertyType:Mr.CSS,isMuted:!0},swatchMaxItemsToDisplay:{value:5,unit:7,propertyType:Mr.CONTROLS},swatchOverflowItems:{value:"Wrap",propertyType:Mr.CONTROLS},swatchImageType:{value:"Swatch image",propertyType:Mr.CONTROLS},singleSelectDisplayValues:{value:"Horizontal",propertyType:Mr.CONTROLS},singleSelectItemSpacing:{value:6,property:"singleSelectItemSpacing",unit:1,propertyType:Mr.CSS},singleSelectItemPadding:{value:2,property:"singleSelectItemPadding",unit:1,propertyType:Mr.CSS},singleSelectMaxItemsToDisplay:{value:5,unit:7,propertyType:Mr.CONTROLS},singleSelectOverFlowItems:{value:"Wrap",propertyType:Mr.CONTROLS},swatchDropdownOptionsSpacing:{value:6,property:"swatchDropdownOptionsSpacing",unit:1,propertyType:Mr.CSS},swatchDropdownOptionsPadding:{value:2,property:"swatchDropdownOptionsPadding",unit:1,propertyType:Mr.CSS},swatchDropdownStyle:{value:"Horizontal",propertyType:Mr.CONTROLS},swatchOptionAndListSpacing:{value:6,property:"swatchOptionAndListSpacing",unit:1,propertyType:Mr.CSS},swatchDropdownListItemSpacing:{value:6,property:"swatchDropdownListItemSpacing",unit:1,propertyType:Mr.CSS},swatchDropdownListItemPadding:{value:2,property:"swatchDropdownListItemPadding",unit:1,propertyType:Mr.CSS},swatchDividerBetweenLIstItems:{value:!1,propertyType:Mr.CONTROLS}},Wn={optionSelection:{value:!0,property:"optionSelection",propertyType:Mr.CONTROLS},displayOutOfStockValues:{value:!0,property:"displayOutOfStockValues",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},showMoreRows:{value:"Pagination",property:"showMoreRows",propertyType:Mr.CONTROLS},notifyMeButton:{value:!0,property:"notifyMeButton",propertyType:Mr.CONTROLS},quantitySelectorForVariantSelector:{value:!0,property:"quantitySelectorForVariantSelector",propertyType:Mr.CONTROLS},canCollapseGroups:{value:!0,property:"canCollapseGroups",propertyType:Mr.CONTROLS},displayStyle:{value:"Standard",property:"displayStyle",propertyType:Mr.CONTROLS},collapseIconPosition:{value:"Right",property:"collapseIconPosition",propertyType:Mr.CONTROLS},displayValues:{value:"Horizontally",property:"displayValues",propertyType:Mr.CONTROLS},itemSpacing:{value:"100",property:"itemSpacing",propertyType:Mr.CSS},optionTitleValueSpacing:{value:"100",property:"optionTitleValueSpacing",propertyType:Mr.CSS},itemPadding:{value:"10",property:"itemPadding",propertyType:Mr.CSS},maxItemsToDisplay:{value:"4",property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Wrap",property:"overflowItems",propertyType:Mr.CONTROLS},swatchImageType:{value:"Swatch Image",property:"swatchImageType",propertyType:Mr.CONTROLS},imageBehaviour:{value:"Fixed",property:"imageBehaviour",propertyType:Mr.CONTROLS},itemsPerRow:{value:"4",property:"itemsPerRow",propertyType:Mr.CSS},itemContentAlignment:{value:"left",property:"itemContentAlignment",propertyType:Mr.CONTROLS},overflowDirection:{value:"Horizontal",property:"overflowDirection",propertyType:Mr.CONTROLS},dropdownStyle:{value:"Vertical List",property:"dropdownStyle",propertyType:Mr.CONTROLS},dropdownOptionsSpacing:{value:6,property:"dropdownOptionsSpacing",propertyType:Mr.CSS},dropdownOptionsPadding:{value:0,property:"dropdownOptionsPadding",propertyType:Mr.CSS},optionAndListSpacing:{value:6,property:"optionAndListSpacing",propertyType:Mr.CSS},dropdownListItemSpacing:{value:6,property:"dropdownListItemSpacing",propertyType:Mr.CSS},dropdownListItemPadding:{value:6,property:"dropdownListItemPadding",propertyType:Mr.CSS},groupsDisplayStyle:{value:"Upfront",property:"groupsDisplayStyle",propertyType:Mr.CONTROLS},dividerBetweenListItems:{value:!1,property:"dividerBetweenListItems",propertyType:Mr.CONTROLS},groupSpacing:{value:6,property:"groupSpacing",propertyType:Mr.CONTROLS},groupPadding:{value:6,property:"groupPadding",propertyType:Mr.CONTROLS},groupHeaderAndOptionSpacing:{value:6,property:"groupHeaderAndOptionSpacing",propertyType:Mr.CONTROLS},tabDirection:{value:"Horizontal",property:"tabDirection",propertyType:Mr.CONTROLS},tabLayout:{value:"Stretched",property:"tabLayout",propertyType:Mr.CONTROLS},tabAlignment:{value:"left",property:"tabAlignment",propertyType:Mr.CONTROLS},tabSpacing:{value:6,property:"tabSpacing",propertyType:Mr.CSS},tabAndContainerSpacing:{value:6,property:"tabAndContainerSpacing",propertyType:Mr.CSS},tabHorizontalPadding:{value:6,property:"tabHorizontalPadding",propertyType:Mr.CSS},tabVerticalPadding:{value:6,property:"tabVerticalPadding",propertyType:Mr.CSS},containerPadding:{value:6,property:"containerPadding",propertyType:Mr.CSS},tabRowSpacing:{value:6,property:"tabRowSpacing",propertyType:Mr.CSS},remainingDisplayStyle:{value:"Dropdown",property:"remainingDisplayStyle",propertyType:Mr.CONTROLS},expandIconPositon:{value:"Right",property:"expandIconPositon",propertyType:Mr.CONTROLS},expandFirstItemByDefault:{value:!0,property:"expandFirstItemByDefault",propertyType:Mr.CONTROLS},allowMultipleOpenItems:{value:!0,property:"allowMultipleOpenItems",propertyType:Mr.CONTROLS},itemDividers:{value:!0,property:"itemDividers",propertyType:Mr.CONTROLS},allowUserToSearch:{value:!0,property:"allowUserToSearch",propertyType:Mr.CONTROLS},allowUserToFilter:{value:!0,property:"allowUserToFilter",propertyType:Mr.CONTROLS},header:{value:!0,property:"header",propertyType:Mr.CONTROLS},headerHeight:{value:6,property:"headerHeight",propertyType:Mr.CSS},rowHeight:{value:6,property:"rowHeight",propertyType:Mr.CSS},accordionSpacing:{value:6,property:"accordionSpacing",propertyType:Mr.CSS},accordionAndContainerSpacing:{value:6,property:"accordionAndContainerSpacing",propertyType:Mr.CSS},accordionHorizontalPadding:{value:6,property:"accordionHorizontalPadding",propertyType:Mr.CSS},accordionVerticalPadding:{value:6,property:"accordionVerticalPadding",propertyType:Mr.CSS},headerDivider:{value:!0,property:"headerDivider",propertyType:Mr.CONTROLS},rowDivider:{value:!0,property:"rowDivider",propertyType:Mr.CONTROLS},columnDivider:{value:!0,property:"columnDivider",propertyType:Mr.CONTROLS},alternativeRowColors:{value:!0,property:"alternativeRowColors",propertyType:Mr.CONTROLS},headerCellPadding:{value:"30",property:"headerCellPadding",propertyType:Mr.CSS},rowCellPadding:{value:"30",property:"rowCellPadding",propertyType:Mr.CSS},contentAlignment:{value:"left",property:"contentAlignment",propertyType:Mr.CSS},paginationAlignment:{value:"left",property:"paginationAlignment",propertyType:Mr.CSS},groupHorizontalPadding:{value:6,property:"groupHorizontalPadding",propertyType:Mr.CSS},groupVerticalPadding:{value:6,property:"groupVerticalPadding",propertyType:Mr.CSS},groupAndContainerSpacing:{value:6,property:"groupAndContainerSpacing",propertyType:Mr.CSS},rowsPerPage:{value:"10",property:"rowsPerPage",propertyType:Mr.CONTROLS},overflowControl:{value:"Pagination",property:"overflowControl",propertyType:Mr.CONTROLS},paginationType:{value:"Arrows",property:"paginationType",propertyType:Mr.CONTROLS},priceFormat:{value:"Starting Price",property:"priceFormat",propertyType:Mr.CONTROLS},noOfOptionValues:{value:!0,property:"noOfOptionValues",propertyType:Mr.CONTROLS},optionProperties:{value:!0,property:"optionProperties",propertyType:Mr.CONTROLS},optionValueProperties:{value:!0,property:"optionValueProperties",propertyType:Mr.CONTROLS},optionName:{value:!0,property:"optionName",propertyType:Mr.CONTROLS},optionValueName:{value:!0,property:"optionValueName",propertyType:Mr.CONTROLS},optionValueCode:{value:!0,property:"optionValueCode",propertyType:Mr.CONTROLS},optionPrice:{value:!0,property:"optionPrice",propertyType:Mr.CONTROLS},showSelectedVariant:{value:!0,property:"showSelectedVariant",propertyType:Mr.CONTROLS},swatchImage:{value:!0,property:"swatchImage",propertyType:Mr.CONTROLS},noOfVariantsAvailable:{value:!0,property:"noOfVariantsAvailable",propertyType:Mr.CONTROLS},optionValuePrice:{value:!0,property:"optionValuePrice",propertyType:Mr.CONTROLS},showAvailableInventory:{value:!0,property:"showAvailableInventory",propertyType:Mr.CONTROLS},showTotalPriceOfAddedItems:{value:!0,property:"showTotalPriceOfAddedItems",propertyType:Mr.CONTROLS},horizontalPadding:{value:"10",property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:"10",property:"verticalPadding",propertyType:Mr.CSS},buttonStyle:{value:"Text with Icon",parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonText:{value:"",property:"buttonText",propertyType:Mr.CONTROLS},icon:{value:"shopping-cart-01",property:"icon",propertyType:Mr.CONTROLS},iconPosition:{value:"left",parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:16,property:"iconAndTextSpacing",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:"left",property:"alignment",parentRef:"bs-at",propertyType:Mr.CONTROLS},iconPadding:{value:0,property:"iconPadding",parentRef:"bs-at",propertyType:Mr.CSS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},showIcon:{value:!0,property:"showIcon",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},rightArrowIconStyle:{value:"chevron-right",propertyType:Mr.CONTROLS},leftArrowIconStyle:{value:"chevron-left",propertyType:Mr.CONTROLS},backgroundShape:{value:"circle",propertyType:Mr.CONTROLS},swatchShape:{value:"circle",propertyType:Mr.CONTROLS},arrowSize:{value:20,property:"arrowSize",unit:1,propertyType:Mr.CSS},arrowColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},property:"arrowColor",propertyType:Mr.CSS},dotSize:{value:8,property:"dotSize",unit:1,propertyType:Mr.CSS},currentDotColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentDotColor",propertyType:Mr.CSS},otherDotColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherDotColor",propertyType:Mr.CSS},currentLineColor:{value:{hex:"#ffffff",rgb:{r:"255",g:"255",b:"255",a:1}},property:"currentLineColor",propertyType:Mr.CSS},otherLineColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"otherLineColor",propertyType:Mr.CSS},lineHeight:{value:7,property:"lineHeight",unit:1,propertyType:Mr.CSS},lineWidth:{value:16,property:"lineWidth",unit:1,propertyType:Mr.CSS},design:{table:{borderColor:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"borderColor",propertyType:Mr.CSS},borderStyle:{value:"solid",property:"borderStyle",propertyType:Mr.CSS},borderPerSlide:{isAll:!0,sides:{top:{value:1,unit:1},right:{value:1,unit:1},bottom:{value:1,unit:1},left:{value:1,unit:1}},property:"borderWidth",propertyType:Mr.CSS}},rowAndHeaderDividers:{rowDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"rowDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},columnDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"columnDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},headerDivider:{value:{hex:"#667085",rgb:{r:"102",g:"112",b:"133",a:1}},property:"headerDivider",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},headerText:{font:{value:"lato",propertyType:Mr.CONTROLS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},defaultCharacterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},rowText:{font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CONTROLS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},characterSpacing:{value:"16",propertyType:Mr.CSS,unit:1},lineHeight:{value:"16",propertyType:Mr.CSS,unit:1},paragraphSpacing:{value:"16",propertyType:Mr.CSS,unit:1}},scrollBar:{scrollBarWidth:{value:"5",propertyType:Mr.CSS,unit:1,property:"scrollBarWidth"},scrollBarColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"scrollBarColor",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}},pagination:{pagination:{value:"defaultState",propertyType:Mr.CONTROLS},paginationStyle:{value:"dotted",propertyType:Mr.CONTROLS},arrowIconStyle:{value:"Content 1",propertyType:Mr.CONTROLS},arrowSize:{value:"16",propertyType:Mr.CSS,unit:1},arrowColor:{value:"#BE6C00",propertyType:Mr.CSS},backgroundShape:{value:"rectangle",propertyType:Mr.CONTROLS},backgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},font:{value:"lato",propertyType:Mr.CSS},fontSize:{value:"16",propertyType:Mr.CSS,unit:1},textColor:{value:"#BE6C00",propertyType:Mr.CSS,property:"textColor"},textHighlight:{value:"#BE6C00",propertyType:Mr.CSS},hoverBackgroundShape:{value:"circle",propertyType:Mr.CSS},hoverBackgroundColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverFont:{value:"lato",propertyType:Mr.CSS},hoverFontSize:{value:"#BE6C00",propertyType:Mr.CSS,unit:1},hoverTextColor:{value:"#BE6C00",propertyType:Mr.CSS},hoverTextHighlight:{value:"#BE6C00",propertyType:Mr.CSS},previousIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},nextIcon:{value:"shopping-cart-01",propertyType:Mr.CONTROLS},iconSize:{value:"20",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.WIDGET_STYLE="widgetStyle",e.COLLAPSED_ACCRORDION_ITEM="collapsedAccordionItem",e.EXPANDED_ACCRORDION_ITEM="expandedAccordionItem",e.DIVIDER="divider",e.DATA_CONNECTOR="dataConnector",e.SWATFH_TYPE_DISPLAY_STYLE="swatchTypeDisplayStyle",e.SINGLE_SELECT_DISPLAY_STYLE="singleSelectDisplayStyle",e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.SELECTED_STATE="selected",e.SWATCH_OPTION_VALUE_STYLE="swatchOptionValueStyle",e.SINGLE_OPTION_VALUE_STYLE="singleOptionValueStyle",e.DROPDOWN_DISPLAY_STYLE="dropdownDisplayStyle"}(Mn||(Mn={}));var Yn,Fn=function(){return{layout:{selectorKey:Mn.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:300,unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"auto",unit:Vr.CUSTOM}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,pinTo:Fo.pinTo,showOptionsToSelect:Gn.showOptionsToSelect,itemSpacing:Gn.itemSpacing,showNoOfOptions:Gn.showNoOfOptions,noOfOptionsToShowUpfront:Gn.noOfOptionsToShowUpfront,showRemainingOptionsAs:Gn.showRemainingOptionsAs,whenClicked:Gn.whenClicked,buttonText:Gn.buttonText,displayStyle:Gn.displayStyle,dividerBetweenOptions:Gn.dividerBetweenOptions,optionTitleValueSpacing:Gn.optionTitleValueSpacing,displayValues:Gn.displayValues,swatchItemSpacing:Gn.swatchItemSpacing,swatchItemSize:Gn.swatchItemSize,swatchItemPadding:Gn.swatchItemPadding,optionItemSpacing:Gn.optionItemSpacing,optionItemPadding:Gn.optionItemPadding,swatchMaxItemsToDisplay:Gn.swatchMaxItemsToDisplay,swatchOverflowItems:Gn.swatchOverflowItems,swatchImageType:Gn.swatchImageType,singleSelectDisplayValues:Gn.singleSelectDisplayValues,singleSelectItemSpacing:Gn.singleSelectItemSpacing,singleSelectItemPadding:Gn.singleSelectItemPadding,singleSelectMaxItemsToDisplay:Gn.singleSelectMaxItemsToDisplay,singleSelectOverFlowItems:Gn.singleSelectOverFlowItems,swatchDropdownOptionsSpacing:Gn.swatchDropdownOptionsSpacing,swatchDropdownOptionsPadding:Gn.swatchDropdownOptionsPadding,swatchDropdownStyle:Gn.swatchDropdownStyle,swatchOptionAndListSpacing:Gn.swatchOptionAndListSpacing,swatchDropdownListItemSpacing:Gn.swatchDropdownListItemSpacing,swatchDropdownListItemPadding:Gn.swatchDropdownListItemPadding,swatchDividerBetweenLIstItems:Gn.swatchDividerBetweenLIstItems,dropdownDisplayStyle:{selectorKey:Mn.DROPDOWN_DISPLAY_STYLE,dropdownOptionsSpacing:Wn.dropdownOptionsSpacing,dropdownOptionsPadding:Wn.dropdownOptionsPadding,dropdownStyle:Wn.dropdownStyle,optionAndListSpacing:Wn.optionAndListSpacing,dropdownListItemSpacing:Wn.dropdownListItemSpacing,dropdownListItemPadding:Wn.dropdownListItemPadding,dividerBetweenListItems:Wn.dividerBetweenListItems,maxItemsToDisplay:Wn.maxItemsToDisplay,overflowItems:Wn.overflowItems}},design:{selectorKey:Mn.DESIGN,widgetStyle:{selectorKey:Mn.WIDGET_STYLE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},optionValueStyle:{selectorKey:Mn.SWATCH_OPTION_VALUE_STYLE,defaultState:{selectorKey:Mn.DEFAULT_STATE,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,backgroundShape:Wn.backgroundShape,swatchShape:Wn.swatchShape},hoverState:{selectorKey:Mn.HOVER_STATE},selectedState:{selectorKey:Mn.SELECTED_STATE}}},dataConnector:{selectorKey:Mn.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null},property:"dataConnector",propertyType:Mr.CONTROLS}}}},Xn={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:Mr.CONTROLS},brandName:{value:!0,propertyType:Mr.CONTROLS},brandCodes:{value:!0,propertyType:Mr.CONTROLS},varientCodes:{value:!0,propertyType:Mr.CONTROLS},brandImage:{value:!0,propertyType:Mr.CONTROLS},price:{value:!0,propertyType:Mr.CONTROLS},brandDescription:{value:!0,propertyType:Mr.CONTROLS},showOptions:{value:!0,propertyType:Mr.CONTROLS},allowBulkOrdering:{value:!0,propertyType:Mr.CONTROLS},actions:{value:!0,propertyType:Mr.CONTROLS},quickView:{value:!0,propertyType:Mr.CONTROLS},addToCart:{value:!0,propertyType:Mr.CONTROLS},wishlist:{value:!0,propertyType:Mr.CONTROLS},buyNow:{value:!0,propertyType:Mr.CONTROLS},addtoQuote:{value:!0,propertyType:Mr.CONTROLS},showUoms:{value:!0,propertyType:Mr.CONTROLS},showVolumePricing:{value:!0,propertyType:Mr.CONTROLS},showInventory:{value:!0,propertyType:Mr.CONTROLS},storeAvailability:{value:!0,propertyType:Mr.CONTROLS},brandCode:{value:!0,propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Yn||(Yn={}));var qn,Qn=function(){return{layout:{selectorKey:Yn.LAYOUT,width:Object.assign({},Fo.width),height:Object.assign(Object.assign({},Fo.height),{value:"auto",propertyType:Mr.CONTROLS,unit:7}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:Yn.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),content:{selectorKey:Yn.CONTENT,brandName:Xn.brandName,brandDescription:Xn.brandDescription,brandCode:Xn.brandCode,brandImage:Xn.brandImage},dataConnector:{selectorKey:Yn.DATA_CONNECTOR,dataConnector:Xn.dataConnector}}},Zn={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:Mr.CONTROLS},brandName:{value:!0,propertyType:Mr.CONTROLS},brandCodes:{value:!0,propertyType:Mr.CONTROLS},varientCodes:{value:!0,propertyType:Mr.CONTROLS},brandImage:{value:!0,propertyType:Mr.CONTROLS},price:{value:!0,propertyType:Mr.CONTROLS},brandDescription:{value:!0,propertyType:Mr.CONTROLS},showOptions:{value:!0,propertyType:Mr.CONTROLS},allowBulkOrdering:{value:!0,propertyType:Mr.CONTROLS},actions:{value:!0,propertyType:Mr.CONTROLS},quickView:{value:!0,propertyType:Mr.CONTROLS},addToCart:{value:!0,propertyType:Mr.CONTROLS},wishlist:{value:!0,propertyType:Mr.CONTROLS},buyNow:{value:!0,propertyType:Mr.CONTROLS},addtoQuote:{value:!0,propertyType:Mr.CONTROLS},showUoms:{value:!0,propertyType:Mr.CONTROLS},showVolumePricing:{value:!0,propertyType:Mr.CONTROLS},showInventory:{value:!0,propertyType:Mr.CONTROLS},storeAvailability:{value:!0,propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(qn||(qn={}));var $n,Jn=function(){return{layout:{selectorKey:qn.LAYOUT,width:Object.assign({},Fo.width),height:Object.assign(Object.assign({},Fo.height),{value:"auto",propertyType:Mr.CONTROLS,unit:7}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:qn.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),content:{selectorKey:qn.CONTENT,brandName:Zn.brandName,brandCodes:Zn.brandCodes,varientCodes:Zn.varientCodes,brandImage:Zn.brandImage,price:Zn.price,brandDescription:Zn.brandDescription,showOptions:Zn.showOptions,allowBulkOrdering:Zn.allowBulkOrdering,actions:Zn.actions,quickView:Zn.quickView,addToCart:Zn.addToCart,wishlist:Zn.wishlist,buyNow:Zn.buyNow,addtoQuote:Zn.addtoQuote,showUoms:Zn.showUoms,showVolumePricing:Zn.showVolumePricing,showInventory:Zn.showInventory,storeAvailability:Zn.storeAvailability},dataConnector:{selectorKey:qn.DATA_CONNECTOR,dataConnector:Zn.dataConnector}}},ea={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:Mr.CONTROLS},categoryName:{value:!0,propertyType:Mr.CONTROLS},categoryImage:{value:!0,propertyType:Mr.CONTROLS},categoryCode:{value:!0,propertyType:Mr.CONTROLS},categoryDescription:{value:!0,propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}($n||($n={}));var ra,oa=function(){return{layout:{selectorKey:$n.LAYOUT,width:Object.assign({},Fo.width),height:Object.assign(Object.assign({},Fo.height),{value:"auto",propertyType:Mr.CONTROLS,unit:7}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:$n.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),content:{selectorKey:$n.CONTENT,categoryName:ea.categoryName,categoryDescription:ea.categoryDescription,categoryCode:ea.categoryCode,categoryImage:ea.categoryImage},dataConnector:{selectorKey:$n.DATA_CONNECTOR,dataConnector:ea.dataConnector}}},ta={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:Mr.CONTROLS},categoryName:{value:!0,propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(ra||(ra={}));var ia,na=function(){return{layout:{selectorKey:ra.LAYOUT,width:Object.assign({},Fo.width),height:Object.assign(Object.assign({},Fo.height),{value:"auto",propertyType:Mr.CONTROLS,unit:7}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:ra.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},content:{selectorKey:ra.CONTENT,categoryName:ta.categoryName},dataConnector:{selectorKey:ra.DATA_CONNECTOR,dataConnector:ta.dataConnector}}},aa={onClick:{value:"Show Image Lightbox",propertyType:Mr.CONTROLS},onHover:{value:"Zoom Out",propertyType:Mr.CONTROLS},cropRatio:{value:"16:9",propertyType:Mr.CONTROLS},fitOptions:{value:"fill",propert:"objectFit",propertyType:Mr.CONTROLS},horizontalAlignment:{value:"left",propert:"textAlign",propertyType:Mr.CSS},verticalAlignment:{value:"bottom",propert:"textAlign",propertyType:Mr.CSS},dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"image",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(ia||(ia={}));var la,pa=function(){return{layout:{selectorKey:ia.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{propertyType:Mr.CONTROLS,unit:1,value:350}),height:Object.assign(Object.assign({},Fo.height),{value:300,propertyType:Mr.CONTROLS,unit:1}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,onClick:aa.onClick,onHover:aa.onHover,cropRatio:aa.cropRatio,fitOptions:aa.fitOptions,horizontalAlignment:aa.horizontalAlignment,verticalAlignment:aa.verticalAlignment},design:{selectorKey:ia.DESIGN,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,backgroundColor:Fo.backgroundColor,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,brightness:Fo.brightness,hue:Fo.hue,lightness:Fo.lightness,highlights:Fo.highlights,shadows:Fo.shadows,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},content:{image:{value:{src:"https://vishnu.sirv.com/image_element.png"},propertyType:Mr.CONTROLS}},dataConnector:{selectorKey:ia.DATA_CONNECTOR,dataConnector:aa.dataConnector}}},da={displayStyle:{value:"Vertical",property:"displayStyle",propertyType:Mr.CONTROLS},openFilterAs:{value:"Lightbox",property:"openFilterAs",propertyType:Mr.CONTROLS},displayType:{value:"Upfront",property:"displayType",propertyType:Mr.CONTROLS},selectionType:{value:"Single Select",property:"selectionType",propertyType:Mr.CONTROLS},allowSearchForEachFilter:{value:!1,property:"allowSearchForEachFilter",propertyType:Mr.CONTROLS},dividerBetweenFilters:{value:!1,property:"dividerBetweenFilters",propertyType:Mr.CONTROLS},maxValuesToDisplay:{value:10,property:"maxValuesToDisplay",propertyType:Mr.CONTROLS},overflowControl:{value:"Scroll",property:"overflowControl",propertyType:Mr.CONTROLS},showSubCategoriesFilter:{value:!0,property:"showSubCategoriesFilter",propertyType:Mr.CONTROLS},showBrandsFilter:{value:!0,property:"showBrandsFilter",propertyType:Mr.CONTROLS},showPriceFilter:{value:!0,property:"showPriceFilter",propertyType:Mr.CONTROLS},showCustomAttributesFilter:{value:!0,property:"showCustomAttributesFilter",propertyType:Mr.CONTROLS},firstFilterAlwaysOpen:{value:!1,property:"firstFilterAlwaysOpen",propertyType:Mr.CONTROLS},allowMultipleFiltersOpen:{value:!1,property:"allowMultipleFiltersOpen",propertyType:Mr.CONTROLS},horizontalSpacingBetweenItems:{value:"10",unit:1,property:"horizontalSpacingBetweenItems",propertyType:Mr.CONTROLS},sliderControl:{value:"Arrows",property:"sliderControl",propertyType:Mr.CONTROLS},controlPosition:{value:"Bottom",property:"controlPosition",propertyType:Mr.CONTROLS},loopImages:{value:!1,property:"loopImages",propertyType:Mr.CONTROLS},displaySliderScrollbar:{value:!1,property:"displaySliderScrollbar",propertyType:Mr.CONTROLS},autoplay:{value:!1,property:"autoplay",propertyType:Mr.CONTROLS},openItemsIn:{value:"Lightbox",property:"openItemsIn",propertyType:Mr.CONTROLS},showMoreItems:{value:"Expand and Wrap",property:"showMoreItems",propertyType:Mr.CONTROLS},verticalSpacingBetweenItems:{value:"10",unit:1,property:"verticalSpacingBetweenItems",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:Mr.CONTROLS},title:{value:"",property:"title",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},showAppliedFilters:{value:!0,property:"showAppliedFilters",propertyType:Mr.CONTROLS},clearAllButton:{value:!0,property:"clearAllButton",propertyType:Mr.CONTROLS},showNoOfValuesForEachFilters:{value:!0,property:"showNoOfValuesForEachFilters",propertyType:Mr.CONTROLS},showOptionsFilter:{value:!0,property:"showOptionsFilter",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState",e.SELECTED_STATE="selected",e.TAB_CONTAINER="tabContainer",e.TAB_CONTENT_CONTAINER="tabContentContainer",e.TABS="tabs"}(la||(la={})),Fo.borderColor,Fo.borderStyle,Fo.borderPerSlide,Fo.showBorder,Fo.backgroundColor,Fo.showShadow,Fo.shadowColor,Fo.blur,Fo.spread,Fo.angle,Fo.borderRadius,Fo.exposure,Fo.contrast,Fo.saturation,Fo.highlights,Fo.shadows,Fo.theme,Fo.font,Fo.fontSize,Fo.textColor,Fo.bold,Fo.italic,Fo.linethrough,Fo.underline,Fo.textAlign,Fo.characterSpacing,Fo.lineHeight;var sa,ca=function(){return{layout:{selectorKey:la.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:300,unit:Vr.PIXELS}),height:Fo.height,margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,displayStyle:da.displayStyle,openFilterAs:da.openFilterAs,displayType:da.displayType,selectionType:da.selectionType,allowSearchForEachFilter:da.allowSearchForEachFilter,dividerBetweenFilters:da.dividerBetweenFilters,maxValuesToDisplay:da.maxValuesToDisplay,overflowControl:da.overflowControl,showSubCategoriesFilter:da.showSubCategoriesFilter,showBrandsFilter:da.showBrandsFilter,showPriceFilter:da.showPriceFilter,showCustomAttributesFilter:da.showCustomAttributesFilter,firstFilterAlwaysOpen:da.firstFilterAlwaysOpen,allowMultipleFiltersOpen:da.allowMultipleFiltersOpen,horizontalSpacingBetweenItems:da.horizontalSpacingBetweenItems,sliderControl:da.sliderControl,controlPosition:da.controlPosition,loopImages:da.loopImages,displaySliderScrollbar:da.displaySliderScrollbar,autoplay:da.autoplay,openItemsIn:da.openItemsIn,showMoreItems:da.showMoreItems,verticalSpacingBetweenItems:da.verticalSpacingBetweenItems,showOptionsFilter:da.showOptionsFilter},design:{selectorKey:la.DESIGN},content:{selectorKey:la.CONTENT,showTitle:da.showTitle,showDescription:da.showDescription,title:da.title,description:da.description,showAppliedFilters:da.showAppliedFilters,clearAllButton:da.clearAllButton,showNoOfValuesForEachFilters:da.showNoOfValuesForEachFilters}}},ya={orderProductsBy:{value:"Default Category Order",property:"orderProductsBy",propertyType:Mr.CONTROLS},title:{value:"Sort by",property:"title",propertyType:Mr.CONTROLS},sortOptions:{value:[],property:"sortOptions",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState",e.SELECTED_STATE="selected",e.SORT_TITLE="sortTitle",e.SELECTED_OPTION="selectedOption",e.SORT_BUTTON="sortButton"}(sa||(sa={}));var ua,Sa={borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,backgroundColor:Fo.backgroundColor,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,highlights:Fo.highlights,shadows:Fo.shadows},ga={theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},Ta=function(){return{layout:{selectorKey:sa.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:300,unit:Vr.PIXELS}),height:Fo.height,margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:sa.DESIGN,sortTitle:Object.assign({selectorKey:sa.SORT_TITLE},ga),selectedOption:Object.assign({selectorKey:sa.SELECTED_OPTION},ga),sortButton:Object.assign({selectorKey:sa.SORT_BUTTON},Sa)},content:{selectorKey:sa.CONTENT,title:ya.title,orderProductsBy:ya.orderProductsBy,sortOptions:ya.sortOptions}}},ha={source:{value:"Past Orders",property:"source",propertyType:Mr.CONTROLS},filterOrders:{value:"Apply Filter",property:"filterOrders",propertyType:Mr.CONTROLS},sortBy:{value:"Most Recent",property:"sortBy",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},title:{value:"Past Orders",property:"title",propertyType:Mr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},viewAllOrdersButton:{value:!0,property:"viewAllOrdersButton",propertyType:Mr.CONTROLS},orderId:{value:!0,property:"orderId",propertyType:Mr.CONTROLS},orderStatus:{value:!0,property:"orderStatus",propertyType:Mr.CONTROLS},orderedOn:{value:!0,property:"orderedOn",propertyType:Mr.CONTROLS},orderTotal:{value:!0,property:"orderTotal",propertyType:Mr.CONTROLS},numOfItemsOrdered:{value:!0,property:"numOfItemsOrdered",propertyType:Mr.CONTROLS},paymentMethodsUsed:{value:!0,property:"paymentMethodsUsed",propertyType:Mr.CONTROLS},reOrderButton:{value:!0,property:"reOrderButton",propertyType:Mr.CONTROLS},onClick:{value:"Add Items to Cart",property:"onClick",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(ua||(ua={})),Fo.theme,Fo.font,Fo.fontSize,Fo.textColor,Fo.bold,Fo.italic,Fo.linethrough,Fo.underline,Fo.textAlign,Fo.characterSpacing,Fo.lineHeight,Fo.backgroundColor;var Ca,Oa=function(){return{layout:{selectorKey:ua.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:300,unit:Vr.PIXELS}),height:Fo.height,margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:ua.DESIGN},content:{selectorKey:ua.CONTENT,source:ha.source,filterOrders:ha.filterOrders,sortBy:ha.sortBy,showTitle:ha.showTitle,title:ha.title,showDescription:ha.showDescription,description:ha.description,viewAllOrdersButton:ha.viewAllOrdersButton,orderId:ha.orderId,orderStatus:ha.orderStatus,orderedOn:ha.orderedOn,orderTotal:ha.orderTotal,numOfItemsOrdered:ha.numOfItemsOrdered,paymentMethodsUsed:ha.paymentMethodsUsed,reOrderButton:ha.reOrderButton,onClick:ha.onClick}}},ba={source:{value:"Recent Quotes",property:"source",propertyType:Mr.CONTROLS},filterStatements:{value:"Apply Filter",property:"filterStatements",propertyType:Mr.CONTROLS},sortBy:{value:"Most Recent",property:"sortBy",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},title:{value:"Past Quotes",property:"title",propertyType:Mr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},viewAllQuotesButton:{value:!0,property:"viewAllQuotesButton",propertyType:Mr.CONTROLS},quoteId:{value:!0,property:"quoteId",propertyType:Mr.CONTROLS},status:{value:!0,property:"status",propertyType:Mr.CONTROLS},quoteRaisedDate:{value:!0,property:"quoteRaisedDate",propertyType:Mr.CONTROLS},quoteRaisedDisplayFormat:{value:"Date",property:"quoteRaisedDisplayFormat",propertyType:Mr.CONTROLS},lastUpdatedDate:{value:!0,property:"lastUpdatedDate",propertyType:Mr.CONTROLS},lastUpdatedDisplayFormat:{value:"Date",property:"lastUpdatedDisplayFormat",propertyType:Mr.CONTROLS},expiryDate:{value:!0,property:"expiryDate",propertyType:Mr.CONTROLS},expiryDateDisplayFormat:{value:"Date",property:"expiryDateDisplayFormat",propertyType:Mr.CONTROLS},quoteLineItems:{value:!0,property:"quoteLineItems",propertyType:Mr.CONTROLS},quickActions:{value:!0,property:"quickActions",propertyType:Mr.CONTROLS},viewQuote:{value:!0,property:"viewQuote",propertyType:Mr.CONTROLS},printQuote:{value:!0,property:"printQuote",propertyType:Mr.CONTROLS},downloadQuote:{value:!0,property:"downloadQuote",propertyType:Mr.CONTROLS},cancelQuote:{value:!0,property:"cancelQuote",propertyType:Mr.CONTROLS},sendMessage:{value:!0,property:"sendMessage",propertyType:Mr.CONTROLS},displayStyle:{value:"Slider",property:"displayStyle",propertyType:Mr.CONTROLS},maxItemsToDisplay:{value:5,property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},sliderControl:{value:"Arrows",property:"sliderControl",propertyType:Mr.CONTROLS},controlPosition:{value:"Top",property:"controlPosition",propertyType:Mr.CONTROLS},loopItems:{value:!1,property:"loopItems",propertyType:Mr.CONTROLS},displayScrollbar1:{value:!1,property:"displayScrollbar",propertyType:Mr.CONTROLS},autoplay:{value:!1,property:"autoplay",propertyType:Mr.CONTROLS},spacingBetweenItems:{value:"500",unit:1,property:"spacingBetweenItems",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},overflowControl:{value:"Load More Button",property:"overflowControl",propertyType:Mr.CONTROLS},numOfItemsToLoad:{value:"All Items",property:"numOfItemsToLoad",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(Ca||(Ca={})),Fo.theme,Fo.font,Fo.fontSize,Fo.textColor,Fo.bold,Fo.italic,Fo.linethrough,Fo.underline,Fo.textAlign,Fo.characterSpacing,Fo.lineHeight,Fo.backgroundColor;var va,ma=function(){return{layout:{selectorKey:Ca.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:350,unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:150,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,displayStyle:ba.displayStyle,maxItemsToDisplay:ba.maxItemsToDisplay,sliderControl:ba.sliderControl,controlPosition:ba.controlPosition,loopItems:ba.loopItems,displayScrollbar1:ba.displayScrollbar1,autoplay:ba.autoplay,spacingBetweenItems:ba.spacingBetweenItems,dividerBetweenItems:ba.dividerBetweenItems,overflowControl:ba.overflowControl,numOfItemsToLoad:ba.numOfItemsToLoad},design:{selectorKey:Ca.DESIGN},content:{selectorKey:Ca.CONTENT,source:ba.source,filterStatements:ba.filterStatements,sortBy:ba.sortBy,showTitle:ba.showTitle,title:ba.title,showDescription:ba.showDescription,description:ba.description,viewAllQuotesButton:ba.viewAllQuotesButton,quoteId:ba.quoteId,status:ba.status,quoteRaisedDate:ba.quoteRaisedDate,quoteRaisedDisplayFormat:ba.quoteRaisedDisplayFormat,lastUpdatedDate:ba.lastUpdatedDate,lastUpdatedDisplayFormat:ba.lastUpdatedDisplayFormat,expiryDate:ba.expiryDate,expiryDateDisplayFormat:ba.expiryDateDisplayFormat,quoteLineItems:ba.quoteLineItems,quickActions:ba.quickActions,viewQuote:ba.viewQuote,printQuote:ba.printQuote,downloadQuote:ba.downloadQuote,cancelQuote:ba.cancelQuote,sendMessage:ba.sendMessage}}},wa={source:{value:"Recent RFQs",property:"source",propertyType:Mr.CONTROLS},filterStatements:{value:"Apply Filter",property:"filterStatements",propertyType:Mr.CONTROLS},sortBy:{value:"Most Recent",property:"sortBy",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},title:{value:"Active RFQs",property:"title",propertyType:Mr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},viewAllRfqsButton:{value:!0,property:"viewAllRfqsButton",propertyType:Mr.CONTROLS},rfqId:{value:!0,property:"rfqId",propertyType:Mr.CONTROLS},status:{value:!0,property:"status",propertyType:Mr.CONTROLS},rfqRaisedDate:{value:!0,property:"rfqRaisedDate",propertyType:Mr.CONTROLS},rfqRaisedDisplayFormat:{value:"Date",property:"rfqRaisedDisplayFormat",propertyType:Mr.CONTROLS},lastUpdatedDate:{value:!0,property:"lastUpdatedDate",propertyType:Mr.CONTROLS},lastUpdatedDisplayFormat:{value:"Date",property:"lastUpdatedDisplayFormat",propertyType:Mr.CONTROLS},rfqLineItems:{value:!0,property:"rfqLineItems",propertyType:Mr.CONTROLS},quickActions:{value:!0,property:"quickActions",propertyType:Mr.CONTROLS},viewRfq:{value:!0,property:"viewRfq",propertyType:Mr.CONTROLS},printRfq:{value:!0,property:"printRfq",propertyType:Mr.CONTROLS},downloadRfq:{value:!0,property:"downloadRfq",propertyType:Mr.CONTROLS},cancelRfq:{value:!0,property:"cancelRfq",propertyType:Mr.CONTROLS},sendMessage:{value:!0,property:"sendMessage",propertyType:Mr.CONTROLS},displayStyle:{value:"Slider",property:"displayStyle",propertyType:Mr.CONTROLS},maxItemsToDisplay:{value:5,property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},sliderControl:{value:"Arrows",property:"sliderControl",propertyType:Mr.CONTROLS},controlPosition:{value:"Top",property:"controlPosition",propertyType:Mr.CONTROLS},loopItems:{value:!1,property:"loopItems",propertyType:Mr.CONTROLS},displayScrollbar1:{value:!1,property:"displayScrollbar",propertyType:Mr.CONTROLS},autoplay:{value:!1,property:"autoplay",propertyType:Mr.CONTROLS},spacingBetweenItems:{value:"500",unit:1,property:"spacingBetweenItems",propertyType:Mr.CONTROLS},dividerBetweenItems:{value:!1,property:"dividerBetweenItems",propertyType:Mr.CONTROLS},overflowControl:{value:"Load More Button",property:"overflowControl",propertyType:Mr.CONTROLS},numOfItemsToLoad:{value:"All Items",property:"numOfItemsToLoad",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(va||(va={}));var fa,Ra=function(){return{layout:{selectorKey:va.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:350,unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:150,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,displayStyle:wa.displayStyle,maxItemsToDisplay:wa.maxItemsToDisplay,sliderControl:wa.sliderControl,controlPosition:wa.controlPosition,loopItems:wa.loopItems,displayScrollbar1:wa.displayScrollbar1,autoplay:wa.autoplay,spacingBetweenItems:wa.spacingBetweenItems,dividerBetweenItems:wa.dividerBetweenItems,overflowControl:wa.overflowControl,numOfItemsToLoad:wa.numOfItemsToLoad},design:{selectorKey:va.DESIGN},content:{selectorKey:va.CONTENT,source:wa.source,filterStatements:wa.filterStatements,sortBy:wa.sortBy,showTitle:wa.showTitle,title:wa.title,showDescription:wa.showDescription,description:wa.description,viewAllRfqsButton:wa.viewAllRfqsButton,rfqId:wa.rfqId,status:wa.status,rfqRaisedDate:wa.rfqRaisedDate,rfqRaisedDisplayFormat:wa.rfqRaisedDisplayFormat,lastUpdatedDate:wa.lastUpdatedDate,lastUpdatedDisplayFormat:wa.lastUpdatedDisplayFormat,rfqLineItems:wa.rfqLineItems,quickActions:wa.quickActions,viewRfq:wa.viewRfq,printRfq:wa.printRfq,downloadRfq:wa.downloadRfq,cancelRfq:wa.cancelRfq,sendMessage:wa.sendMessage}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(fa||(fa={}));var Na,La=function(){return{layout:{selectorKey:fa.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0,value:400}),margin:Fo.margin,automaticallyOpenLightbox:{value:!0,property:"automaticallyOpenLightbox",propertyType:Mr.CONTROLS},selectPage:{value:[],property:"selectPage",propertyType:Mr.CONTROLS},delay:{value:100,unit:Vr.MS,propertyType:Mr.CONTROLS},closeOnXIcon:{value:!1,propertyType:Mr.CONTROLS},closeOnClickingBackground:{value:!1,propertyType:Mr.CONTROLS}},design:Object.assign({selectorKey:fa.DESIGN,backgroundOverlay:{parentRef:void 0,value:{hex:"#000",rgb:{r:"0",g:"0",b:"0",a:.25}},property:"backgroundOverlayDesc",propertyType:Mr.CONTROLS},borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle},dt),dataConnector:{selectorKey:fa.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null,type:null},property:"dataConnector",propertyType:Mr.CONTROLS},dynamicData:{value:null,property:"dynamicData",propertyType:Mr.CONTROLS}}}},Da={displayStyle:{value:"Table",property:"displayStyle",propertyType:Mr.CONTROLS},displayType:{value:"Horizontally",property:"displayType",propertyType:Mr.CONTROLS},rowsToDisplay:{value:5,property:"rowsToDisplay",propertyType:Mr.CONTROLS},spacingBetweenItems:{value:10,unit:1,property:"spacingBetweenItems",propertyType:Mr.CSS},overflowControl:{value:"Load More Button",property:"overflowControl",propertyType:Mr.CONTROLS},numOfItemsToLoad:{value:"All Items",property:"numOfItemsToLoad",propertyType:Mr.CONTROLS},maxItemsToDisplay:{value:5,property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},sliderControl:{value:"Arrows",property:"sliderControl",propertyType:Mr.CONTROLS},controlPosition:{value:"Side",property:"controlPosition",propertyType:Mr.CONTROLS},loopItems:{value:!1,property:"loopItems",propertyType:Mr.CONTROLS},displayScrollbar1:{value:!1,property:"displayScrollbar1",propertyType:Mr.CONTROLS},autoplay:{value:!1,property:"autoplay",propertyType:Mr.CONTROLS},source:{value:"Allocations",property:"source",propertyType:Mr.CONTROLS},sortBy:{value:"Allocation Left",property:"sortBy",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},title:{value:"",property:"title",propertyType:Mr.CONTROLS},showDescription:{value:!0,property:"showDescription",propertyType:Mr.CONTROLS},description:{value:"",property:"description",propertyType:Mr.CONTROLS},viewAllAllocationsButton:{value:!0,property:"viewAllAllocationsButton",propertyType:Mr.CONTROLS},showAllocationCategory:{value:!0,property:"showAllocationCategory",propertyType:Mr.CONTROLS},allocationCategory:{value:"Allocation Category",property:"allocationCategory",propertyType:Mr.CONTROLS},showAllocationLeft:{value:!0,property:"showAllocationLeft",propertyType:Mr.CONTROLS},allocationLeft:{value:"Left",property:"allocationLeft",propertyType:Mr.CONTROLS},showAllocationUtilized:{value:!0,property:"showAllocationUtilized",propertyType:Mr.CONTROLS},allocationUtilized:{value:"Used",property:"allocationUtilized",propertyType:Mr.CONTROLS},showTotalAllocation:{value:!0,property:"showTotalAllocation",propertyType:Mr.CONTROLS},totalAllocation:{value:"Total",property:"totalAllocation",propertyType:Mr.CONTROLS},showExpiryDate:{value:!0,property:"showExpiryDate",propertyType:Mr.CONTROLS},expiryDate:{value:"Expired On",property:"expiryDate",propertyType:Mr.CONTROLS},expiryDateDisplayFormat:{value:"Date",property:"expiryDateDisplayFormat",propertyType:Mr.CONTROLS},showRenewDate:{value:!0,property:"showRenewDate",propertyType:Mr.CONTROLS},renewDate:{value:"Renews On",property:"renewDate",propertyType:Mr.CONTROLS},renewDateDisplayFormat:{value:"Days Left",property:"renewDateDisplayFormat",propertyType:Mr.CONTROLS},shopAllAllocationProductsButton:{value:!0,property:"shopAllAllocationProductsButton",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(Na||(Na={})),Fo.theme,Fo.font,Fo.fontSize,Fo.textColor,Fo.bold,Fo.italic,Fo.linethrough,Fo.underline,Fo.textAlign,Fo.characterSpacing,Fo.lineHeight,Fo.backgroundColor;var Aa,Ia=function(){return{layout:{selectorKey:Na.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:570,unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:300,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,displayStyle:Da.displayStyle,displayType:Da.displayType,rowsToDisplay:Da.rowsToDisplay,spacingBetweenItems:Da.spacingBetweenItems,overflowControl:Da.overflowControl,numOfItemsToLoad:Da.numOfItemsToLoad,maxItemsToDisplay:Da.maxItemsToDisplay,sliderControl:Da.sliderControl,controlPosition:Da.controlPosition,loopItems:Da.loopItems,displayScrollbar1:Da.displayScrollbar1,autoplay:Da.autoplay},design:{selectorKey:Na.DESIGN},content:{selectorKey:Na.CONTENT,source:Da.source,sortBy:Da.sortBy,showTitle:Da.showTitle,title:Da.title,showDescription:Da.showDescription,description:Da.description,viewAllAllocationsButton:Da.viewAllAllocationsButton,showAllocationCategory:Da.showAllocationCategory,allocationCategory:Da.allocationCategory,showAllocationLeft:Da.showAllocationLeft,allocationLeft:Da.allocationLeft,allocationUtilized:Da.allocationUtilized,showAllocationUtilized:Da.showAllocationUtilized,totalAllocation:Da.totalAllocation,showTotalAllocation:Da.showTotalAllocation,showExpiryDate:Da.showExpiryDate,expiryDate:Da.expiryDate,expiryDateDisplayFormat:Da.expiryDateDisplayFormat,showRenewDate:Da.showRenewDate,renewDate:Da.renewDate,renewDateDisplayFormat:Da.renewDateDisplayFormat,shopAllAllocationProductsButton:Da.shopAllAllocationProductsButton}}},xa={whenClicked:{value:"Open Full Search",property:"whenClicked",propertyType:Mr.CONTROLS},showSearchText:{value:!0,property:"showSearchText",propertyType:Mr.CONTROLS},searchText:{value:"My Search",property:"searchText",propertyType:Mr.CONTROLS},showNoOfItems:{value:!0,property:"showNoOfItems",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.SEARCHBAR="searchBar",e.PLACEHOLDER_TEXT="placeholderText",e.SEARCH_ICON="searchIcon",e.MINI_CART_TEXT="miniSearchText",e.DROPDOWN_DISPLAY_STYLE="dropdownDisplayStyle"}(Aa||(Aa={}));var Ea,Pa=function(){return{layout:{selectorKey:Aa.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"70",unit:1}),margin:Fo.margin,padding:Fo.padding,whenClicked:xa.whenClicked,showSearchText:xa.showSearchText,searchText:xa.searchText,showNoOfItems:xa.showNoOfItems,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:Aa.DESIGN,searchBar:{selectorKey:Aa.SEARCHBAR,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},searchIcon:{selectorKey:Aa.SEARCH_ICON,showIcon:Fo.showIcon,iconSize:Fo.iconSize,iconColor:Fo.iconColor,icon:{value:"search-sm",propertyType:Mr.CONTROLS}},placeholderText:{selectorKey:Aa.PLACEHOLDER_TEXT,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Ea||(Ea={}));var _a,Ha=function(){return{layout:{selectorKey:Ea.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,displayStyle:{value:"grid",property:"displayStyle",propertyType:Mr.CONTROLS},itemGap:{property:"itemGap",propertyType:Mr.CSS,value:1,unit:Vr.PIXELS},setItemsPerRow:{property:"setItemsPerRow",isShow:!0,value:3,propertyType:Mr.CSS},justifyContent:{property:"justifyContent",propertyType:Mr.CSS,value:"start"},alignItems:{property:"alignItems",propertyType:Mr.CSS,value:"start"},minColumnWidth:{property:"minColumnWidth",propertyType:Mr.CSS,value:100,unit:Vr.PIXELS},minRowHeight:{property:"minRowHeight",propertyType:Mr.CSS,value:100,unit:Vr.PIXELS},setItemsPerSlide:{property:"setItemsPerSlide",value:3,propertyType:Mr.CSS},sliderControl:{property:"sliderControl",value:"Arrows & Dots",propertyType:Mr.CONTROLS},arrowIconSize:{property:"arrowIconSize",value:40,unit:Vr.PIXELS,propertyType:Mr.CSS},dotSize:{property:"dotSize",value:10,unit:Vr.PIXELS,propertyType:Mr.CSS},controlActiveColor:{value:{hex:"#ffffff",rgb:{r:"209",g:"171",b:"240",a:1}},property:"controlActiveColor",propertyType:Mr.CSS,parentRef:void 0},selectedSlideControlTheme:{value:1,propertyType:Mr.CONTROLS},autoplay:{value:!1,propertyType:Mr.CONTROLS},autoplayDuration:{value:3e3,unit:Vr.MS,propertyType:Mr.CONTROLS},stopOnMouseEnter:{value:!1,propertyType:Mr.CONTROLS},stopOnInteraction:{value:!1,propertyType:Mr.CONTROLS}},design:Object.assign({selectorKey:Ea.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),dataConnector:{selectorKey:Ea.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"container",url:null,enum:null,dataSource:null,selectedItem:null,keyMappings:null,type:null},property:"dataConnector",propertyType:Mr.CONTROLS},dynamicData:{value:null,property:"dynamicData",propertyType:Mr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(_a||(_a={}));var Ba,za=function(){return{layout:{selectorKey:_a.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),margin:Fo.margin,padding:Fo.padding},design:Object.assign({selectorKey:_a.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt)}},ka={dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:null,url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.DATA_CONNECTOR="dataConnector"}(Ba||(Ba={}));var ja,Ka=function(){return{layout:{selectorKey:Ba.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"400",unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:"200",unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign({selectorKey:Ba.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),content:{selectorKey:Ba.CONTENT},dataConnector:{selectorKey:Ba.DATA_CONNECTOR,dataConnector:ka.dataConnector,dynamicData:{value:null,property:"dynamicData",propertyType:Mr.CONTROLS}}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(ja||(ja={}));var Ua,Ma=function(){return{layout:{selectorKey:ja.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"823",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"542",unit:1}),padding:Fo.padding,margin:Fo.margin,positionType:Fo.positionType,formData:{value:[{id:1743145025967,type:"text",label:"Name",validations:{required:!1}}],propertyType:Mr.CONTROLS}},design:{selectorKey:ja.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderRadius:Fo.borderRadius,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Ua||(Ua={}));var Va,Ga=function(){return{layout:{selectorKey:Ua.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"400",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"310",unit:1}),padding:Fo.padding,margin:Fo.margin,positionType:Fo.positionType},design:Object.assign(Object.assign({selectorKey:Ua.DESIGN},dt),pt)}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Va||(Va={}));var Wa,Ya=function(){return{layout:{selectorKey:Va.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"620",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"530",unit:1}),padding:Fo.padding,margin:Fo.margin,positionType:Fo.positionType},design:{selectorKey:Va.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderRadius:Fo.borderRadius,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor}}},Fa={displayType:{value:"Full Trail",property:"displayType",propertyType:Mr.CONTROLS},showSeparators:{value:!0,property:"showSeparators",propertyType:Mr.CONTROLS},displayStyle:{value:"Stack Vertically",property:"displayStyle",propertyType:Mr.CONTROLS},itemSpacing:{value:10,unit:1,property:"itemSpacing",propertyType:Mr.CSS},maxItemsToDisplay:{value:4,property:"maxItemsToDisplay",propertyType:Mr.CONTROLS},overflowItems:{value:"Scroll",property:"overflowItems",propertyType:Mr.CONTROLS},numOfItemsToLoad:{value:"Show All",property:"numOfItemsToLoad",propertyType:Mr.CONTROLS},itemVerticalSpacing:{value:10,unit:1,property:"itemVerticalSpacing",propertyType:Mr.CSS},collapseInTheMiddle:{value:!1,property:"collapseInTheMiddle",propertyType:Mr.CONTROLS},showMoreItems:{value:"On Click",property:"showMoreItems",propertyType:Mr.CONTROLS},onClick:{value:"Expand and Scroll",property:"onClick",propertyType:Mr.CONTROLS},numOfItemsBeforeAndAfterCollapse:{value:4,property:"numOfItemsBeforeAndAfterCollapse",propertyType:Mr.CONTROLS},showItems:{value:"Tooltip",property:"showItems",propertyType:Mr.CONTROLS},addMedia:{value:!1,property:"addMedia",propertyType:Mr.CONTROLS},addPatternOverlay:{value:!1,property:"addPatternOverlay",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.FILL_AND_BACKGROUND="fillAndBackground",e.HOME_PAGE_ITEM_STYLE="homePageItemStyle",e.CURRENT_PAGE_ITEM_STYLE="currentPageItemStyle",e.OTHER_ITEM_STYLES="otherItemStyles",e.ITEM_SEPARATOR="itemSeparator",e.EXPAND_ICON="expandIcon"}(Wa||(Wa={}));var Xa,qa={borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,backgroundColor:Fo.backgroundColor,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,highlights:Fo.highlights,shadows:Fo.shadows},Qa={theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor},Za={icon:Fo.icon,showIcon:Fo.showIcon,iconSize:Fo.iconSize,iconColor:Fo.iconColor},$a=function(){return{layout:{selectorKey:Wa.LAYOUT,adjustment:Fo.adjustment,width:Object.assign(Object.assign({},Fo.width),{value:350,unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:150,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType,displayType:Fa.displayType,showSeparators:Fa.showSeparators,displayStyle:Fa.displayStyle,itemSpacing:Fa.itemSpacing,maxItemsToDisplay:Fa.maxItemsToDisplay,overflowItems:Fa.overflowItems,numOfItemsToLoad:Fa.numOfItemsToLoad,itemVerticalSpacing:Fa.itemVerticalSpacing,collapseInTheMiddle:Fa.collapseInTheMiddle,showMoreItems:Fa.showMoreItems,onClick:Fa.onClick,numOfItemsBeforeAndAfterCollapse:Fa.numOfItemsBeforeAndAfterCollapse,showItems:Fa.showItems},design:{selectorKey:Wa.DESIGN,backgroundAndFill:Object.assign({selectorKey:Wa.FILL_AND_BACKGROUND,addMedia:Fa.addMedia,addPatternOverlay:Fa.addPatternOverlay},qa),homePageItemStyle:Object.assign(Object.assign(Object.assign({selectorKey:Wa.HOME_PAGE_ITEM_STYLE,addMedia:Fa.addMedia,addPatternOverlay:Fa.addPatternOverlay},qa),Qa),Za),currentPageItemStyle:Object.assign(Object.assign(Object.assign({selectorKey:Wa.CURRENT_PAGE_ITEM_STYLE,addMedia:Fa.addMedia,addPatternOverlay:Fa.addPatternOverlay},qa),Qa),Za),otherItemStyle:Object.assign(Object.assign(Object.assign({selectorKey:Wa.OTHER_ITEM_STYLES,addMedia:Fa.addMedia,addPatternOverlay:Fa.addPatternOverlay},qa),Qa),Za),itemSeparator:Object.assign({selectorKey:Wa.ITEM_SEPARATOR},Za),expandIcon:Object.assign({selectorKey:Wa.EXPAND_ICON,backgroundColor:Fo.backgroundColor},Za)}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.ICON_LIBRARY="iconLibrary"}(Xa||(Xa={}));var Ja,el={icon:Fo.icon,showIcon:Fo.showIcon,iconSize:Fo.iconSize,iconColor:Fo.iconColor},rl=function(){return{layout:{selectorKey:Xa.LAYOUT,adjustment:Fo.adjustment,width:Object.assign(Object.assign({},Fo.width),{value:20,unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:20,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,positionType:Fo.positionType},design:Object.assign({selectorKey:Xa.DESIGN,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},el)}},ol={searchResultsNumber:{value:"183",property:"searchResultsNumber",propertyType:Mr.CONTROLS},searchKeyword:{value:"‘Keyword’",property:"searchKeyword",propertyType:Mr.CONTROLS},otherText:{value:"Search Results for",property:"otherText",propertyType:Mr.CONTROLS},showSearchKeyword:{value:!0,property:"showSearchKeyword",propertyType:Mr.CONTROLS},showNoOfResults:{value:!0,property:"showNoOfResults",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.SEARCH_RESULTS_COUNT="searchResultsNumber",e.SEARCH_RESULTS_KEYWORD="searchKeyword",e.SEARCH_RESULTS_OTHER_TEXT="otherText"}(Ja||(Ja={}));var tl,il=function(){return{layout:{selectorKey:Ja.LAYOUT,width:{value:"600",property:"width",unit:1,propertyType:Mr.CSS},height:{value:"40",property:"height",unit:1,propertyType:Mr.CSS},margin:Fo.margin,padding:{isAll:!0,sides:{top:{value:10,unit:1},right:{value:10,unit:1},bottom:{value:10,unit:1},left:{value:10,unit:1}},property:"padding",propertyType:Mr.CSS},searchResultsNumber:ol.searchResultsNumber,searchKeyword:ol.searchKeyword,otherText:ol.otherText,showSearchKeyword:ol.showSearchKeyword,showNoOfResults:ol.showNoOfResults,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:Ja.DESIGN,searchResultsNumber:{selectorKey:Ja.SEARCH_RESULTS_COUNT,backgroundColor:Fo.backgroundColor,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},searchKeyword:{selectorKey:Ja.SEARCH_RESULTS_KEYWORD,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},otherText:{selectorKey:Ja.SEARCH_RESULTS_OTHER_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},dataConnector:{selectorKey:Ja.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},nl={itemStockText:{value:"<h4 class='et-tt'>Item Stock </h4>",property:"itemStockText",propertyType:Mr.CONTROLS},showItemStockText:{value:!0,property:"showItemStockText",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector",e.ITEM_STOCK_TEXT="itemStockText"}(tl||(tl={}));var al,ll=function(){return{layout:{selectorKey:tl.LAYOUT,width:{value:"300",property:"width",unit:1,propertyType:Mr.CSS},height:{value:"28",property:"height",unit:1,propertyType:Mr.CSS},margin:Fo.margin,padding:{isAll:!0,sides:{top:{value:10,unit:1},right:{value:10,unit:1},bottom:{value:10,unit:1},left:{value:10,unit:1}},property:"padding",propertyType:Mr.CSS},itemStockText:nl.itemStockText,showItemStockText:nl.showItemStockText,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:tl.DESIGN,itemStockText:{selectorKey:tl.ITEM_STOCK_TEXT,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight}},dataConnector:{selectorKey:tl.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,dataSource:"",childSource:"",key:"name",url:"",enum:null,connectedKey:null,selectedItem:[],keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},pl={margin:{isAll:!1,sides:{top:{value:0,unit:4},right:{value:0,unit:4},bottom:{value:0,unit:4},left:{value:0,unit:4}},property:"margin",propertyType:Mr.CSS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showNumberOfItems:{value:!0,property:"showNumberOfItems",propertyType:Mr.CONTROLS},showActions:{value:!0,property:"showActions",propertyType:Mr.CONTROLS},showContinueShopping:{value:!0,property:"showContinueShopping",propertyType:Mr.CONTROLS},continueShoppingLinkTo:{value:null,property:"continueShoppingLinkTo",propertyType:Mr.CONTROLS},continueShoppingLink:{value:"",property:"continueShoppingLink",propertyType:Mr.CONTROLS},showAddFromWishlist:{value:!0,property:"showAddFromWishlist",propertyType:Mr.CONTROLS},showCartGrouping:{value:!0,property:"showCartGrouping",propertyType:Mr.CONTROLS},showClearCart:{value:!0,property:"showClearCart",propertyType:Mr.CONTROLS},clearCartLinkTo:{value:"Go To Home Page",property:"clearCartLinkTo",propertyType:Mr.CONTROLS},clearCartLink:{value:"",property:"clearCartLink",propertyType:Mr.CONTROLS},showDownloadCart:{value:!0,property:"showDownloadCart",propertyType:Mr.CONTROLS},showShareCart:{value:!0,property:"showShareCart",propertyType:Mr.CONTROLS},showPrintCart:{value:!0,property:"showPrintCart",propertyType:Mr.CONTROLS},maxNumberOfActionsToShow:{value:5,property:"maxNumberOfActionssToShow",propertyType:Mr.CONTROLS},shadowColor:{value:{rgb:{r:237,g:23,b:51,a:1},hex:"#ed1733ff"},property:"shadowColor",propertyType:"css",parentRef:"cs-be-se-1"},showBorder:{value:!0,propertyType:"controls"},showShadow:{value:!0,property:"showBorder",propertyType:"controls"},blur:{value:0,property:"shadowBlur",unit:1,propertyType:"css"},spread:{value:0,property:"shadowSpread",unit:1,propertyType:"css"},angle:{property:"shadowAngle",propertyType:"css",value:{x:{value:0,unit:1},y:{value:0,unit:1}}},borderColor:{value:{rgb:{r:77,g:36,b:42,a:1},hex:"#4d242aff"},property:"borderColor",propertyType:"css",parentRef:"cs-be-se-1"},borderStyle:{value:"solid",property:"borderStyle",propertyType:"css"},borderRadius:{value:{isAll:!0,sides:{topLeft:{value:0,unit:1},topRight:{value:0,unit:1},bottomLeft:{value:0,unit:1},bottomRight:{value:0,unit:1}},property:"border"},property:"borderRadius"}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.CART_ITEM_STYLES="cartItemStyles",e.CART_HEADING_STYLES="cartHeadingStyles",e.CART_ACTION_STYLES="cartActionStyles",e.PRODUCT_ACTIONS_STYLES="productActionsStyles",e.PRODUCT_NAME_STYLES="productNameStyles",e.PRODUCT_PRICE_STYLES="productPriceStyles",e.PRODUCT_INFORMATION_STYLES="productInformationStyles",e.PRODUCT_QUANTITY_STYLES="productQuantityStyles"}(al||(al={}));var dl,sl={borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,highlights:Fo.highlights,shadows:Fo.shadows},cl={theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor},yl=function(){return{layout:{selectorKey:al.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:723,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,showTitle:pl.showTitle,showNumberOfItems:pl.showNumberOfItems,showActions:pl.showActions,showContinueShopping:pl.showContinueShopping,continueShoppingLinkTo:pl.continueShoppingLinkTo,continueShoppingLink:pl.continueShoppingLink,showAddFromWishlist:pl.showAddFromWishlist,showCartGrouping:pl.showCartGrouping,showClearCart:pl.showClearCart,clearCartLinkTo:pl.clearCartLinkTo,clearCartLink:pl.clearCartLink,showDownloadCart:pl.showDownloadCart,showShareCart:pl.showShareCart,showPrintCart:pl.showPrintCart,maxNumberOfActionsToShow:pl.maxNumberOfActionsToShow},design:{selectorKey:al.DESIGN,cartHeadingStyles:Object.assign({selectorKey:al.CART_HEADING_STYLES,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle},cl),cartActionStyles:{selectorKey:al.CART_ACTION_STYLES,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing},cartItemStyles:{selectorKey:al.CART_ITEM_STYLES,padding:Fo.padding,margin:pl.margin,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur,showBorder:Fo.showBorder,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,backgroundColor:Fo.backgroundColor},productActionsStyles:Object.assign(Object.assign({selectorKey:al.PRODUCT_ACTIONS_STYLES},sl),cl),productNameStyles:Object.assign({selectorKey:al.PRODUCT_NAME_STYLES},cl),productPriceStyles:Object.assign({selectorKey:al.PRODUCT_PRICE_STYLES},cl),productInformationStyles:Object.assign({selectorKey:al.PRODUCT_INFORMATION_STYLES},cl),productQuantityStyles:Object.assign(Object.assign({selectorKey:al.PRODUCT_QUANTITY_STYLES},sl),cl)},content:{selectorKey:al.CONTENT,title:{value:"",property:"title",propertyType:Mr.CONTENT},showProductTitle:{value:!0,property:"showProductTitle",propertyType:Mr.CONTENT},showQuantity:{value:!0,property:"showQuantity",propertyType:Mr.CONTENT},showPrice:{value:!0,property:"showPrice",propertyType:Mr.CONTENT},showProductCode:{value:!0,property:"showProductCode",propertyType:Mr.CONTENT},showProductOptions:{value:!0,property:"showProductOptions",propertyType:Mr.CONTENT},showProductImage:{value:!0,property:"showProductImage",propertyType:Mr.CONTENT},showCustomizations:{value:!0,property:"showCustomizations",propertyType:Mr.CONTENT},showEdit:{value:!0,property:"showEdit",propertyType:Mr.CONTENT},showMoveToWishlist:{value:!0,property:"showMoveToWishlist",propertyType:Mr.CONTENT},showRemove:{value:!0,property:"showRemove",propertyType:Mr.CONTENT}}}},ul={showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showNumberOfItems:{value:!0,property:"showNumberOfItems",propertyType:Mr.CONTROLS},showEnterCouponCode:{value:!0,property:"showEnterCouponCode",propertyType:Mr.CONTROLS},showSubTotal:{value:!0,property:"showSubTotal",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(dl||(dl={})),Fo.theme,Fo.font,Fo.fontSize,Fo.textColor,Fo.bold,Fo.italic,Fo.linethrough,Fo.underline,Fo.textAlign,Fo.characterSpacing,Fo.lineHeight,Fo.backgroundColor;var Sl,gl=function(){return{layout:{selectorKey:dl.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:570,unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:300,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,showTitle:ul.showTitle,showNumberOfItems:ul.showNumberOfItems,showEnterCouponCode:ul.showEnterCouponCode,showSubTotal:ul.showSubTotal},design:{selectorKey:dl.DESIGN},content:{selectorKey:dl.CONTENT,title:{value:"",property:"title",propertyType:Mr.CONTENT},checkOutButtonText:{value:"",property:"checkOutButtonText",propertyType:Mr.CONTENT}}}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design"}(Sl||(Sl={}));var Tl,hl=function(){return{layout:{selectorKey:Sl.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:570,unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:300,unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:Sl.DESIGN},content:{selectorKey:Sl.CONTENT}}},Cl={layout:{iconAndTextSpacing:{value:10,property:"gap",unit:1,propertyType:Mr.CSS},alignment:{value:"horizontal",property:"alignment",propertyType:Mr.CONTROLS},lineDirection:{value:"horizontal",property:"lineDirection",propertyType:Mr.CONTROLS},lineStyle:{value:"solid",propertyType:Mr.CONTROLS,property:"lineStyle"},lineThickness:{value:5,property:"lineThickness",unit:1,propertyType:Mr.CSS},dash:{value:"5",property:"dash",propertyType:Mr.CONTROLS},gap:{value:"2",property:"gap",propertyType:Mr.CONTROLS},showLineEndPoints:{value:!0,propertyType:Mr.CONTROLS},lineEndPoints:{value:"round",propertyType:Mr.CONTROLS},showLineStartPointIcon:{value:!1,propertyType:Mr.CONTROLS},showLineEndPointIcon:{value:!1,propertyType:Mr.CONTROLS}},design:{leftIcon:{value:"preview",property:"leftIcon",propertyType:Mr.CONTROLS},rightIcon:{value:"minus-circle",property:"rightIcon",propertyType:Mr.CONTROLS},lineColor:{value:{hex:"#000000",rgb:{r:"0",g:"0",b:"0",a:1}},propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},size:{value:"20",property:"size",unit:1,propertyType:Mr.CSS},backgroundShape:{value:"circle",property:"backgroundShape",unit:1,propertyType:Mr.CONTROLS},iconGap:{value:"20",property:"iconGap",unit:1,propertyType:Mr.CSS}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.FILL_AND_BACKGROUND="fillAndBackground",e.ITEM_STYLE="iconStyle",e.SOCIAL_ICONS="lineIcons",e.SOCIAL_WIDGET="lineWidget",e.START_END_ICON="startEndIcons",e.LINE_COLOR="lineColor",e.LINE_CORNERS="lineCorners"}(Tl||(Tl={}));var Ol,bl=function(){return{layout:{selectorKey:Tl.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"250",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"20",unit:1}),margin:Fo.margin,padding:Fo.padding,alignment:Cl.layout.alignment,lineDirection:Cl.layout.lineDirection,lineStyle:Cl.layout.lineStyle,lineThickness:Cl.layout.lineThickness,dash:Cl.layout.dash,gap:Cl.layout.gap,showLineEndPoints:Cl.layout.showLineEndPointIcon,lineEndPoints:Cl.layout.lineEndPoints,showLineStartPointIcon:Cl.layout.showLineStartPointIcon,showLineEndPointIcon:Cl.layout.showLineEndPointIcon,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:Tl.DESIGN,lineWidget:{selectorKey:Tl.SOCIAL_WIDGET,backgroundColor:Fo.backgroundColor,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},lineCorners:{selectorKey:Tl.LINE_CORNERS,leftIcon:Cl.design.leftIcon,rightIcon:Cl.design.rightIcon,size:Cl.design.size,iconColor:Fo.iconColor,backgroundShape:Cl.design.backgroundShape,backgroundColor:Fo.backgroundColor,iconGap:Cl.design},lineColor:{selectorKey:Tl.LINE_COLOR,lineColor:Cl.design.lineColor}}}},vl={tabPosition:{value:"horizontal",property:"tabPosition",propertyType:Mr.CONTROLS},tabLayout:{value:"contain",property:"tabLayout",propertyType:Mr.CONTROLS},alignItems:{value:"start",property:"alignItems",propertyType:Mr.CSS},justifyContent:{value:"start",property:"justifyContent",propertyType:Mr.CSS},tabSpacing:{value:20,unit:1,property:"tabSpacing",propertyType:Mr.CSS},tabAndContainerSpacing:{value:20,unit:1,property:"tabAndContainerSpacing",propertyType:Mr.CSS},horizontalPadding:{value:10,unit:1,property:"horizontalPadding",propertyType:Mr.CSS},verticalPadding:{value:10,unit:1,property:"verticalPadding",propertyType:Mr.CSS},overflowTabs:{value:"wrap",property:"overflowTabs",propertyType:Mr.CONTROLS},spacingBetweenRows:{value:10,unit:1,property:"spacingBetweenRows",propertyType:Mr.CSS},tabContent:{value:[{title:"Tab",contentSource:{title:"Tab 1",content:{}},key:"123456tghjuik"}],property:"tabContent",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DEFAULT_STATE="defaultState",e.HOVER_STATE="hoverState",e.SELECTED_STATE="selected",e.TAB_CONTAINER="tabContainer",e.TAB_CONTENT_CONTAINER="tabContentContainer",e.TABS="tabs"}(Ol||(Ol={}));var ml,wl={borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,backgroundColor:Fo.backgroundColor,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius,exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,highlights:Fo.highlights,shadows:Fo.shadows},fl={theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight},Rl=function(){return{layout:{selectorKey:Ol.LAYOUT,width:Fo.width,height:Fo.height,margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo,tabPosition:vl.tabPosition,tabLayout:vl.tabLayout,alignItems:vl.alignItems,justifyContent:vl.justifyContent,tabSpacing:vl.tabSpacing,tabContainerSpacing:vl.tabAndContainerSpacing,horizontalPadding:vl.horizontalPadding,verticalPadding:vl.verticalPadding,overflowTabs:vl.overflowTabs,spacingBetweenRows:vl.spacingBetweenRows},design:{selectorKey:Ol.DESIGN,tabContainer:Object.assign({selectorKey:Ol.TAB_CONTAINER},wl),tabs:{selectorKey:Ol.TABS,defaultState:Object.assign(Object.assign({selectorKey:Ol.DEFAULT_STATE},wl),fl),hoverState:Object.assign(Object.assign({selectorKey:Ol.HOVER_STATE},wl),fl),selectedState:Object.assign(Object.assign({selectorKey:Ol.SELECTED_STATE},wl),fl)}},content:{selectorKey:Ol.CONTENT,tabContent:vl.tabContent}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(ml||(ml={}));var Nl,Ll=function(){return{layout:{selectorKey:ml.LAYOUT,width:{value:300,property:"width",unit:1,propertyType:Mr.CSS,isReadOnly:!0},height:Object.assign(Object.assign({},Fo.height),{isReadOnly:!0}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:{selectorKey:ml.DESIGN,backgroundColor:Object.assign(Object.assign({},Fo.backgroundColor),{parentRef:void 0,value:{hex:"#dddddd",rgb:{r:"221",g:"221",b:"221",a:1}}}),borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius}}},Dl={dataConnector:{value:{dataSource:"",childSource:"",keyMappings:{image:""}},property:"dataConnector",propertyType:Mr.CONTROLS},showTitle:{value:!0,property:"showTitle",propertyType:Mr.CONTROLS},showNumberOfItems:{value:!0,property:"showNumberOfItems",propertyType:Mr.CONTROLS},showActions:{value:!0,property:"showActions",propertyType:Mr.CONTROLS},showContinueShopping:{value:!0,property:"showContinueShopping",propertyType:Mr.CONTROLS},continueShoppingLinkTo:{value:"Go To Home Page",property:"continueShoppingLinkTo",propertyType:Mr.CONTROLS},continueShoppingLink:{value:"",property:"continueShoppingLink",propertyType:Mr.CONTROLS},showAddFromWishlist:{value:!0,property:"showAddFromWishlist",propertyType:Mr.CONTROLS},showCartGrouping:{value:!0,property:"showCartGrouping",propertyType:Mr.CONTROLS},showClearCart:{value:!0,property:"showClearCart",propertyType:Mr.CONTROLS},clearCartLinkTo:{value:"Go To Home Page",property:"clearCartLinkTo",propertyType:Mr.CONTROLS},clearCartLink:{value:"",property:"clearCartLink",propertyType:Mr.CONTROLS},showDownloadCart:{value:!0,property:"showDownloadCart",propertyType:Mr.CONTROLS},showShareCart:{value:!0,property:"showShareCart",propertyType:Mr.CONTROLS},showPrintCart:{value:!0,property:"showPrintCart",propertyType:Mr.CONTROLS},maxNumberOfActionsToShow:{value:5,property:"maxNumberOfActionssToShow",propertyType:Mr.CONTROLS}};!function(e){e.LAYOUT="layout",e.CONTENT="content",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Nl||(Nl={})),Fo.borderColor,Fo.borderStyle,Fo.borderPerSlide,Fo.showBorder,Fo.showShadow,Fo.shadowColor,Fo.blur,Fo.spread,Fo.angle,Fo.borderRadius,Fo.exposure,Fo.contrast,Fo.saturation,Fo.highlights,Fo.shadows;var Al,Il={theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,backgroundColor:Fo.backgroundColor},xl=function(){return{layout:{selectorKey:Nl.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"400",unit:Vr.PIXELS}),height:Object.assign(Object.assign({},Fo.height),{value:"200",unit:Vr.PIXELS}),margin:Fo.margin,padding:Fo.padding,overflowContent:Fo.overflowContent,scrollDirection:Fo.scrollDirection,displayScrollbar:Fo.displayScrollbar,positionType:Fo.positionType,pinTo:Fo.pinTo},design:Object.assign(Object.assign(Object.assign({selectorKey:Nl.DESIGN,borderColor:Fo.borderColor,borderStyle:Fo.borderStyle,borderPerSlide:Fo.borderPerSlide,showBorder:Fo.showBorder,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,blur:Fo.blur,spread:Fo.spread,angle:Fo.angle,borderRadius:Fo.borderRadius},dt),Il),{exposure:Fo.exposure,contrast:Fo.contrast,saturation:Fo.saturation,highlights:Fo.highlights,shadows:Fo.shadows}),content:{selectorKey:Nl.CONTENT,title:{value:"",property:"title",propertyType:Mr.CONTENT},showProductTitle:{value:!0,property:"showProductTitle",propertyType:Mr.CONTENT},showQuantity:{value:!0,property:"showQuantity",propertyType:Mr.CONTENT},showPrice:{value:!0,property:"showPrice",propertyType:Mr.CONTENT},showProductCode:{value:!0,property:"showProductCode",propertyType:Mr.CONTENT},showOptions:{value:!0,property:"showOptions",propertyType:Mr.CONTENT},showProductImage:{value:!0,property:"showProductImage",propertyType:Mr.CONTENT},showCustomizations:{value:!0,property:"showCustomizations",propertyType:Mr.CONTENT},showEdit:{value:!0,property:"showEdit",propertyType:Mr.CONTENT},showMoveToWishlist:{value:!0,property:"showMoveToWishlist",propertyType:Mr.CONTENT},showRemove:{value:!0,property:"showRemove",propertyType:Mr.CONTENT}},dataConnector:{selectorKey:Nl.DATA_CONNECTOR,dataConnector:Dl.dataConnector}}};!function(e){e.LAYOUT="layout",e.DESIGN="design"}(Al||(Al={}));var El,Pl=function(){return{layout:{selectorKey:Al.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"400",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"310",unit:1}),padding:Fo.padding,margin:Fo.margin,positionType:Fo.positionType},design:Object.assign(Object.assign({selectorKey:Al.DESIGN},dt),pt)}},_l={layout:{iconAndTextSpacing:{value:10,property:"gap",unit:1,propertyType:Mr.CSS},displayStyle:{value:"vertical",propertyType:Mr.CONTROLS},showIcon:{value:!0,propertyType:Mr.CONTROLS},iconPosition:{value:"left",propertyType:Mr.CONTROLS}},content:{linksData:{value:[{id:qi.generateUniqueId(),title:"Amazon",name:"amazon",show:!0,url:"https://amazon.com"},{id:qi.generateUniqueId(),title:"Website",name:"website",show:!0,url:"https://www.sellerscommerce.com/"},{id:qi.generateUniqueId(),title:"Instagram",name:"instagram",show:!0,url:"https://instagram.com"},{id:qi.generateUniqueId(),title:"Twitter",name:"twitter",show:!0,url:"https://x.com/"},{id:qi.generateUniqueId(),title:"Facebook",name:"facebook",show:!0,url:"https://www.facebook.com/"},{id:qi.generateUniqueId(),title:"Youtube",name:"youtube",show:!0,url:"https://www.youtube.com/"},{id:qi.generateUniqueId(),title:"LinkedIn",name:"linkedin",show:!0,url:"https://www.linkedin.com/"}],propertyType:Mr.CONTROLS},showTitle:{value:!0,propertyType:Mr.CONTROLS},title:{value:"Quick Links",propertyType:Mr.CONTROLS},description:{value:"Quick Link Information",propertyType:Mr.CONTROLS},showDescription:{value:!0,propertyType:Mr.CONTROLS}},design:{icon:{value:"",propertyType:Mr.CONTROLS},designiconSize:{value:"30",propertyType:Mr.CSS,unit:1,property:"iconSize"},iconColor:{value:{hex:"#BE6C00",rgb:{r:"190",g:"108",b:"0",a:1}},property:"iconColor1",propertyType:Mr.CSS,parentRef:"cs-be-cr-2"},instagramIcon:{value:"instagram",property:"instagramIcon",propertyType:Mr.CONTROLS},facebookIcon:{value:"facebook",property:"facebookIcon",propertyType:Mr.CONTROLS},twitterIcon:{value:"twitter",property:"twitterIcon",propertyType:Mr.CONTROLS},amazonIcon:{value:"amazon",property:"amazonIcon",propertyType:Mr.CONTROLS},websiteIcon:{value:"website",property:"websiteIcon",propertyType:Mr.CONTROLS},youtubeIcon:{value:"youtube",property:"youtubeIcon",propertyType:Mr.CONTROLS},linkedinIcon:{value:"linkedin",property:"linkedinIcon",propertyType:Mr.CONTROLS}}};!function(e){e.LAYOUT="layout",e.DESIGN="design",e.CONTENT="content",e.FILL_AND_BACKGROUND="fillAndBackground",e.ITEM_STYLE="iconStyle",e.QuickLinks_ICONS="QuickLinks",e.QuickLinks_WIDGET="QuickLinksWidget"}(El||(El={}));var Hl,Bl=function(){return{layout:{selectorKey:El.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"300",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"70",unit:1}),margin:Fo.margin,padding:Fo.padding,displayStyle:_l.layout.displayStyle,showIcon:_l,iconPosition:_l.layout.iconPosition,positionType:Fo.positionType,pinTo:Fo.pinTo},content:{selectorKey:El.CONTENT,showTitle:_l.content.showTitle,title:_l.content.title,showDescription:_l.content.showDescription,description:_l.content.description,linksData:_l.content.linksData},design:{selectorKey:El.DESIGN,QuickLinksWidget:{selectorKey:El.QuickLinks_WIDGET,backgroundColor:Fo.backgroundColor,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur},itemStyle:{selectorKey:El.ITEM_STYLE,backgroundColor:Fo.backgroundColor,cropRatio:Fo.cropRatio,zoomImage:Fo.zoomImage,flip:Fo.flip,rotate:Fo.rotate,theme:Fo.theme,font:Fo.font,fontSize:Fo.fontSize,textColor:Fo.textColor,bold:Fo.bold,italic:Fo.italic,linethrough:Fo.linethrough,underline:Fo.underline,textAlign:Fo.textAlign,characterSpacing:Fo.characterSpacing,lineHeight:Fo.lineHeight,showBorder:Fo.showBorder,borderStyle:Fo.borderStyle,borderColor:Fo.borderColor,borderPerSlide:Fo.borderPerSlide,borderRadius:Fo.borderRadius,showShadow:Fo.showShadow,shadowColor:Fo.shadowColor,angle:Fo.angle,spread:Fo.spread,blur:Fo.blur,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:!1}),iconSize:_l.design.designiconSize,iconColor:_l.design.iconColor},QuickLinks:{selectorKey:El.QuickLinks_ICONS,instagramIcon:_l.design.instagramIcon,facebookIcon:_l.design.facebookIcon,twitterIcon:_l.design.twitterIcon,amazonIcon:_l.design.amazonIcon,websiteIcon:_l.design.websiteIcon,youtubeIcon:_l.design.youtubeIcon,linkedinIcon:_l.design.linkedinIcon}}}},zl={buttonStyle:{value:null,parentRef:"bs-bn-se",propertyType:Mr.CONTROLS},buttonType:{value:"primaryButton",propertyType:Mr.CONTROLS},buttonText:{value:"Add Order",property:"buttonText",propertyType:Mr.CONTROLS},buttonIcon:{value:"shopping-cart-01",property:"buttonIcon",propertyType:Mr.CONTROLS},iconPosition:{value:null,parentRef:"bs-in-pn",propertyType:Mr.CONTROLS},iconAndTextSpacing:{value:null,property:"gap",unit:1,parentRef:"bs-in-ad-tt-sg",propertyType:Mr.CSS},alignment:{value:null,property:"textAlign",parentRef:"bs-at",propertyType:Mr.CSS},linkTo:{value:{type:"lightbox",target:"lightbox1"},property:"linkTo",propertyType:Mr.CONTROLS}};!function(e){e.HOVER_STATE="hover",e.DEFAULT_STATE="default",e.LAYOUT="layout",e.DESIGN="design",e.DATA_CONNECTOR="dataConnector"}(Hl||(Hl={}));var kl,jl,Kl,Ul,Ml=function(){return{layout:{selectorKey:Hl.LAYOUT,width:Object.assign(Object.assign({},Fo.width),{value:"200",unit:1}),height:Object.assign(Object.assign({},Fo.height),{value:"40",unit:1}),margin:Fo.margin,positionType:Fo.positionType,pinTo:Fo.pinTo,buttonStyle:zl.buttonStyle,buttonText:zl.buttonText,buttonIcon:zl.buttonIcon,iconPosition:zl.iconPosition,iconAndTextSpacing:zl.iconAndTextSpacing,alignment:zl.alignment,buttonType:zl.buttonType,linkTo:zl.linkTo},design:{selectorKey:Hl.DESIGN,defaultState:{selectorKey:Hl.DEFAULT_STATE,backgroundColor:Object.assign(Object.assign({},Fo.backgroundColor),{value:null,parentRef:"bs-dt-se-bd-cr"}),borderColor:Object.assign(Object.assign({},Fo.borderColor),{value:null,parentRef:"bs-dt-se-br-cr"}),borderStyle:Object.assign(Object.assign({},Fo.borderStyle),{value:null,parentRef:"bs-dt-se-br-se"}),borderPerSlide:Object.assign(Object.assign({},Fo.borderPerSlide),{value:null,parentRef:"bs-dt-se-br-pr-se"}),showBorder:Object.assign(Object.assign({},Fo.showBorder),{value:null,parentRef:"bs-dt-se-sw-br"}),showShadow:Object.assign(Object.assign({},Fo.showShadow),{value:null,parentRef:"bs-dt-se-sw-sw"}),shadowColor:Object.assign(Object.assign({},Fo.shadowColor),{value:null,parentRef:"bs-dt-se-sw-cr"}),blur:Object.assign(Object.assign({},Fo.blur),{value:null,parentRef:"bs-dt-se-br"}),spread:Object.assign(Object.assign({},Fo.spread),{value:null,parentRef:"bs-dt-se-sd"}),angle:Object.assign(Object.assign({},Fo.angle),{value:null,parentRef:"bs-dt-se-ae"}),borderRadius:Object.assign(Object.assign({},Fo.borderRadius),{value:null,parentRef:"bs-dt-se-br-rs"}),font:Object.assign(Object.assign({},Fo.font),{value:null,parentRef:"bs-dt-se-ft"}),theme:Object.assign({},Fo.theme),fontSize:Object.assign(Object.assign({},Fo.fontSize),{value:null,parentRef:"bs-dt-se-ft-se"}),textColor:Object.assign(Object.assign({},Fo.textColor),{value:null,parentRef:"bs-dt-se-tt-cr"}),bold:Object.assign(Object.assign({},Fo.bold),{value:null,parentRef:"bs-dt-se-bd"}),italic:Object.assign(Object.assign({},Fo.italic),{value:null,parentRef:"bs-dt-se-ic"}),linethrough:Object.assign(Object.assign({},Fo.linethrough),{value:null,parentRef:"bs-dt-se-lh"}),underline:Object.assign(Object.assign({},Fo.underline),{value:null,parentRef:"bs-dt-se-ue"}),textAlign:Object.assign(Object.assign({},Fo.textAlign),{value:null,parentRef:"bs-dt-se-tt-an"}),characterSpacing:Object.assign(Object.assign({},Fo.characterSpacing),{value:null,parentRef:"bs-dt-se-cr-sg"}),lineHeight:Object.assign(Object.assign({},Fo.lineHeight),{value:null,parentRef:"bs-dt-se-le-ht"}),icon:Fo.icon,showIcon:Object.assign(Object.assign({},Fo.showIcon),{value:null,parentRef:"bs-dt-se-sw-in"}),iconSize:Object.assign(Object.assign({},Fo.iconSize),{value:null,parentRef:"bs-dt-se-in-se"}),iconColor:Object.assign(Object.assign({},Fo.iconColor),{value:null,parentRef:"bs-dt-se-in-cr"})},hoverState:{selectorKey:Hl.HOVER_STATE,backgroundColor:Object.assign(Object.assign({},Fo.backgroundColor),{value:null,parentRef:"bs-hr-se-bd-cr"})}},content:{},dataConnector:{selectorKey:Hl.DATA_CONNECTOR,dataConnector:{value:{isConnected:!1,key:"button",url:null,enum:null,dataSource:null,childSource:null,connectedKey:null,keyMappings:{text:""}},property:"dataConnector",propertyType:Mr.CONTROLS}}}},Vl=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"300px",gridTemplateColumns:"100%"}},Gl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Wl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Yl=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box"}},Fl=function(){return Object.assign(Object.assign({},Yl()),{gridTemplateRows:"1fr",gridTemplateColumns:"1fr"})},Xl=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},ql=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Ql=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Zl=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"1fr",gridTemplateColumns:"1fr"}},$l=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},Jl=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box"}},ep=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",gridTemplateRows:"1fr",gridTemplateColumns:"1fr",justifySelf:"center"}},rp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},op=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},tp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},ip=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},np=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"auto",justifySelf:"center"}},ap=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},lp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},pp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},dp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}},sp=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"300px",gridTemplateColumns:"100%"}},cp=function(){return{minHeight:"0px",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"1fr",gridTemplateColumns:"1fr"}},yp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"300px",gridTemplateColumns:"100%",justifySelf:"center"}},up=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",display:"grid",boxSizing:"border-box",rowGap:"0px",columnGap:"0px",gridTemplateRows:"auto",gridTemplateColumns:"100%"}},Sp=12,gp=4,Tp=1,hp=70,Cp=20,Op=4,bp=2;!function(e){e[e.Edit=1]="Edit",e[e.Preview=2]="Preview"}(kl||(kl={})),function(e){e.Desktop="desktop",e.Mobile="mobile"}(jl||(jl={})),function(e){e.Input="input",e.Select="select",e.Textarea="textarea",e.Button="button",e.Content="content"}(Kl||(Kl={})),function(e){e.Text="text",e.Email="email",e.Tel="tel",e.Url="url",e.Number="number",e.Password="password",e.Date="date",e.Textarea="textarea",e.Select="select",e.Checkbox="checkbox",e.Radio="radio",e.Button="button",e.Heading1="heading1",e.Heading2="heading2",e.Paragraph="paragraph",e.Image="image",e.Video="video",e.ListUnordered="list-unordered",e.ListOrdered="list-ordered",e.Link="link",e.Html="html"}(Ul||(Ul={}));var vp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",boxSizing:"border-box",gridArea:"1/1/2/2",padding:"0px",justifySelf:"start",alignSelf:"start"}},mp=function(){return{minHeight:"0px",height:"auto",minWidth:"0px",maxWidth:"99999px",maxHeight:"99999px",gridArea:"1/1/2/2",boxSizing:"border-box",padding:"0px",justifySelf:"start",alignSelf:"start"}}})(),t})()));