"use strict";var cookieNoticeViewModel=function(o){var i={parent:o};return i.visible=ko.observable(!1),i.show=function(){i.visible(!0)},i.hide=function(){i.visible(!1)},i.init=function(){i.show()},i.accept=function(){document.cookie="cookie-notice=done; expires=Fri, 31 Dec 9999 23:59:59 GMT; SameSite=Lax; Secure; Path=/","function"==typeof window.allConsentGranted&&window.allConsentGranted(),i.hide()},i};window.addLoadFunction((function(){var o;null==(null===(o=document.cookie.split("; ").find((function(o){return o.startsWith("cookie-notice=")})))||void 0===o?void 0:o.split("=")[1])&&(window.cookieNoticeModel=cookieNoticeViewModel(),ko.applyBindings(window.cookieNoticeModel,document.querySelector("#cookie-notice")),window.setTimeout((function(){window.cookieNoticeModel.init()}),200))}));
///*# sourceMappingURL=https://www.designersguild.com/js/dist/models/common/cookie-notice.min.js.map */
;
