@orangesk/orange-design-system 2.0.0-beta.7 → 2.0.0-beta.8

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 (43) hide show
  1. package/build/components/index.js +4 -4
  2. package/build/components/index.js.map +1 -1
  3. package/build/components/tsconfig.tsbuildinfo +1 -1
  4. package/build/components/types/index.d.ts +2 -2
  5. package/build/components/types/src/components/AnchorNavigation/AnchorNavigation.d.ts +1 -1
  6. package/build/components/types/src/components/AnchorNavigation/AnchorNavigation.static.d.ts +19 -17
  7. package/build/components/types/src/components/Card/Card.d.ts +1 -1
  8. package/build/components/types/src/components/Megamenu/constants.d.ts +2 -0
  9. package/build/components/types/src/scripts/index.d.ts +5 -0
  10. package/build/lib/after-components.css +1 -1
  11. package/build/lib/after-components.css.map +1 -1
  12. package/build/lib/before-components.css +1 -1
  13. package/build/lib/before-components.css.map +1 -1
  14. package/build/lib/components.css +1 -1
  15. package/build/lib/components.css.map +1 -1
  16. package/build/lib/megamenu.css +1 -1
  17. package/build/lib/megamenu.css.map +1 -1
  18. package/build/lib/megamenu.js +1 -1
  19. package/build/lib/megamenu.js.map +1 -1
  20. package/build/lib/scripts.js +4 -4
  21. package/build/lib/scripts.js.map +1 -1
  22. package/build/lib/style.css +1 -1
  23. package/build/lib/style.css.map +1 -1
  24. package/build/lib/tsconfig.tsbuildinfo +1 -1
  25. package/package.json +10 -10
  26. package/src/components/AnchorNavigation/AnchorNavigation.static.ts +253 -73
  27. package/src/components/AnchorNavigation/AnchorNavigation.tsx +31 -24
  28. package/src/components/AnchorNavigation/styles/mixins.scss +14 -17
  29. package/src/components/AnchorNavigation/tests/AnchorNavigation.conformance.test.js +67 -0
  30. package/src/components/AnchorNavigation/tests/AnchorNavigation.unit.test.js +163 -0
  31. package/src/components/BlockAction/styles/mixins.scss +0 -6
  32. package/src/components/Card/Card.tsx +1 -0
  33. package/src/components/Link/styles/style.scss +1 -1
  34. package/src/components/Link/tests/Link.conformance.test.js +5 -20
  35. package/src/components/Link/tests/Link.unit.test.js +1 -10
  36. package/src/components/Megamenu/Megamenu.static.ts +2 -0
  37. package/src/components/Megamenu/Megamenu.tsx +671 -665
  38. package/src/components/Megamenu/MegamenuBlog.tsx +187 -183
  39. package/src/components/Megamenu/constants.ts +2 -0
  40. package/src/components/Megamenu/styles/mixins.scss +30 -1
  41. package/src/components/Megamenu/styles/style.scss +8 -0
  42. package/src/styles/base/globals.scss +18 -0
  43. package/src/styles/utilities/color.scss +4 -0
@@ -1,2 +1,2 @@
1
- .megamenu .is-highlighted{background-color:var(--color-surface-accent)}.megamenu .sr-only{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.megamenu .hide{display:none!important}.megamenu ul{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.megamenu ul>li{margin-bottom:0}.megamenu ul>li:before{content:" ";height:0;position:absolute;width:0}.megamenu ul{margin-bottom:1.875rem}.megamenu h3{font-size:1rem;font-weight:400;line-height:1.25;margin:0 0 .9375rem}.megamenu a,.megamenu h3{color:var(--color-text-default)}.megamenu a{font-size:inherit;font-weight:700;text-decoration:none}.megamenu a:active,.megamenu a:focus,.megamenu a:hover{text-decoration:underline;text-underline-offset:.25rem}.megamenu a:focus-visible{outline:2px solid var(--color-border-accent);outline-offset:2px}.megamenu [contentEditable=true]:focus,.megamenu [tabindex]:not([tabindex="-1"]):focus,.megamenu [type=button]:focus,.megamenu a[href]:focus,.megamenu area[href]:focus,.megamenu button:focus,.megamenu iframe:focus,.megamenu input:focus,.megamenu select:focus,.megamenu textarea:focus{outline:2px solid var(--color-border-contrast);outline-offset:2px}.megamenu [contentEditable=true]:focus-visible,.megamenu [tabindex]:not([tabindex="-1"]):focus-visible,.megamenu [type=button]:focus-visible,.megamenu a[href]:focus-visible,.megamenu area[href]:focus-visible,.megamenu button:focus-visible,.megamenu iframe:focus-visible,.megamenu input:focus-visible,.megamenu select:focus-visible,.megamenu textarea:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:2px}.megamenu [contentEditable=true]:focus:not(:focus-visible),.megamenu [tabindex]:not([tabindex="-1"]):focus:not(:focus-visible),.megamenu [type=button]:focus:not(:focus-visible),.megamenu a[href]:focus:not(:focus-visible),.megamenu area[href]:focus:not(:focus-visible),.megamenu button:focus:not(:focus-visible),.megamenu iframe:focus:not(:focus-visible),.megamenu input:focus:not(:focus-visible),.megamenu select:focus:not(:focus-visible),.megamenu textarea:focus:not(:focus-visible){outline-color:transparent;outline-width:0}.megamenu *{box-sizing:border-box;letter-spacing:-.00625rem;line-height:1.125rem}.megamenu ::selection{background-color:rgba(241,110,0,.9);color:var(--color-text-default)}.megamenu,.megamenu.is-light{--color-background-primary:#fff;--color-background-secondary:#f4f4f4;--color-background-contrast:#141414;--color-background-accent:#fff6ed;--color-background-accent1-blog:#fff6cc;--color-background-accent2-blog:#eee7f7;--color-surface-primary:#fff;--color-surface-secondary:#ff7900;--color-surface-tertiary:#f16e00;--color-surface-subtle:#eee;--color-surface-moderate:#ddd;--color-surface-contrast:#141414;--color-surface-accent:#fff6ed;--color-fill-primary:#fff;--color-fill-secondary:#ff7900;--color-fill-tertiary:#f16e00;--color-fill-subtle:#eee;--color-fill-moderate:#ddd;--color-fill-disabled:#ccc;--color-fill-contrast:#000;--color-fill-accent1:#4bb4e6;--color-fill-accent2:#50be87;--color-fill-accent3:#ffb4e6;--color-fill-accent4:#a885d8;--color-fill-accent5:#ffd200;--color-fill-information:rgba(65,112,216,.078);--color-fill-positive:rgba(34,135,34,.078);--color-fill-warning:rgba(255,204,0,.078);--color-fill-negative:rgba(205,60,20,.078);--color-border-subtle:#ddd;--color-border-strong:#ccc;--color-border-contrast:#000;--color-border-accent:#f16e00;--color-border-information:#4170d8;--color-border-positive:#228722;--color-border-warning:#fc0;--color-border-negative:#cd3c14;--color-icon-default:#000;--color-icon-inverse:#fff;--color-icon-brand:#f16e00;--color-icon-accent:#ffc48f;--color-icon-disabled:#ccc;--color-icon-information:#4170d8;--color-icon-positive:#228722;--color-icon-warning:#fc0;--color-icon-negative:#cd3c14;--color-text-default:#000;--color-text-secondary:#000;--color-text-disabled:#ccc;--color-text-inverse:#fff;--color-text-accent:#f16e00}.megamenu.is-dark{--color-background-primary:#141414;--color-background-secondary:#333;--color-background-contrast:#fff;--color-background-accent:#2b1a10;--color-background-accent1-blog:#62342d;--color-background-accent2-blog:#2b1a10;--color-surface-primary:#141414;--color-surface-secondary:#ff7900;--color-surface-tertiary:#f16e00;--color-surface-subtle:#333;--color-surface-moderate:#595959;--color-surface-contrast:#fff;--color-surface-accent:#2b1a10;--color-fill-primary:#000;--color-fill-secondary:#ff7900;--color-fill-tertiary:#f16e00;--color-fill-subtle:#333;--color-fill-moderate:#595959;--color-fill-disabled:#666;--color-fill-contrast:#fff;--color-fill-accent1:#4bb4e6;--color-fill-accent2:#50be87;--color-fill-accent3:#ffb4e6;--color-fill-accent4:#a885d8;--color-fill-accent5:#ffd200;--color-fill-information:rgba(65,112,216,.2);--color-fill-positive:rgba(34,135,34,.2);--color-fill-warning:rgba(255,204,0,.2);--color-fill-negative:rgba(205,60,20,.2);--color-border-subtle:#333;--color-border-strong:#666;--color-border-contrast:#fff;--color-border-accent:#ff7900;--color-border-information:#69f;--color-border-positive:#6c6;--color-border-warning:#fc0;--color-border-negative:#ff4d4d;--color-icon-default:#fff;--color-icon-inverse:#000;--color-icon-brand:#ff7900;--color-icon-accent:#da8436;--color-icon-disabled:#666;--color-icon-information:#69f;--color-icon-positive:#6c6;--color-icon-warning:#fc0;--color-icon-negative:#ff4d4d;--color-text-default:#fff;--color-text-secondary:#ccc;--color-text-disabled:#666;--color-text-inverse:#000;--color-text-accent:#ff7900}.megamenu{background-color:var(--color-surface-primary);box-sizing:border-box;color:var(--color-text-default);font-family:OrangeSK Neue,Helvetica Neue,helvetica,arial,sans-serif;font-size:1rem;left:0;top:0;width:100%;z-index:11}.megamenu.is-sticky{position:fixed}.megamenu.is-sticky .megamenu__main{position:sticky;top:0;z-index:12}@media screen and (min-width:992px){.megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true]{transition:transform .2s ease-in-out,opacity .2s ease-in-out}.megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.megamenu.is-sticky .megamenu__main{transition:transform .2s ease-in-out}.megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden~.megamenu__main{transform:translateY(-2.5rem)}}.megamenu__nav{align-items:center;display:flex;flex:1;gap:1.875rem;list-style:none;margin:0;max-width:none;padding:0}@media screen and (max-width:991.98px){.megamenu__nav{gap:1.25rem}}.megamenu__nav-item{display:flex;height:100%}.megamenu__nav--vertical{align-items:stretch;flex-direction:column;gap:.9375rem;padding:.625rem 0;width:100%}.megamenu__nav--vertical>.megamenu__nav-item>.is-active,.megamenu__nav--vertical>.megamenu__nav-item>:active,.megamenu__nav--vertical>.megamenu__nav-item>:focus,.megamenu__nav--vertical>.megamenu__nav-item>:hover{box-shadow:none!important}.megamenu__nav--space-small{gap:.9375rem}.megamenu__nav-dropdown{background-color:var(--color-surface-primary);display:none;left:0;opacity:0;padding:1.25rem 0;position:absolute;top:calc(100% + 1px);width:100%;z-index:15}.megamenu__nav-dropdown.is-visible{opacity:1}.megamenu__nav-logo{align-items:center;display:flex}.megamenu__nav-logo>img,.megamenu__nav-logo>svg{height:2.5rem;width:2.5rem}.megamenu__nav-logo>img+*,.megamenu__nav-logo>svg+*{margin-left:1.25rem}.megamenu__nav-logo>*{font-size:2.125rem;line-height:2.5rem}@media screen and (max-width:991.98px){.megamenu__nav-logo>img,.megamenu__nav-logo>svg{height:1.875rem;width:1.875rem}.megamenu__nav-logo>img+*,.megamenu__nav-logo>svg+*{margin-left:.625rem}.megamenu__nav-logo>*{font-size:1.25rem;line-height:1.875rem}}.megamenu__nav-link{align-items:center;color:var(--color-text-default);display:flex;font-size:1rem;font-weight:700;text-decoration:none}.megamenu__nav-link.is-active,.megamenu__nav-link:active,.megamenu__nav-link:focus,.megamenu__nav-link:hover{box-shadow:0 -4px 0 var(--color-border-accent) inset;text-decoration:none!important}.megamenu__nav-cart-icon{position:relative}.megamenu__nav-cart-icon:after{align-items:center;background-color:var(--color-icon-information);border-radius:50%;color:#fff;content:attr(data-items-in-cart);display:flex;font-size:.875rem;height:1.125rem;justify-content:center;position:absolute;right:-25%;top:-25%;width:1.125rem}.megamenu__nav-button{align-items:center;background:none;border:none;color:var(--color-text-default);cursor:pointer;display:flex;font-size:1rem;font-weight:700;padding:0;position:relative}.megamenu__nav-button.is-active,.megamenu__nav-button:active,.megamenu__nav-button:focus,.megamenu__nav-button:hover{box-shadow:0 -4px 0 var(--color-border-accent) inset}.megamenu__nav-button:focus-visible{outline:2px solid var(--color-border-accent);outline-offset:2px}.megamenu__nav-button--indicator{padding:0 1.25rem 0 0}.megamenu__nav-button--indicator:after{border-color:currentcolor transparent transparent;border-style:solid;border-width:7px 7px 0;bottom:2.25rem;content:"";height:0;margin-left:.5em;position:absolute;right:0;transition:transform .1s ease-out;width:0}.megamenu__nav-button--indicator.is-active:after{transform:rotate(180deg)}.megamenu__nav-icon{display:flex;margin-right:.3125rem}.megamenu__nav-spacer{display:flex;flex:1 0 1px;visibility:hidden}.megamenu__subnav{margin:0 0 1.875rem}.megamenu__subnav:last-child{margin-bottom:0}.megamenu__subnav-item{margin-bottom:.625rem!important}.megamenu__subnav-item:last-child{margin-bottom:0}.megamenu__top{min-height:2.5rem}.megamenu__main,.megamenu__top{border-bottom:1px solid var(--color-border-subtle);display:flex}.megamenu__main{min-height:5rem}@media screen and (max-width:991.98px){.megamenu__main{min-height:3.75rem}}.megamenu__submain{border-bottom:1px solid var(--color-border-subtle);display:flex;padding:1.25rem 0}.megamenu__mobile{height:0;overflow:hidden;position:fixed;right:0;top:0;transition:visibility 0s linear .2s,width 0s linear .2s,height 0s linear .2s;visibility:hidden;width:0;z-index:100}.megamenu__mobile:after{background-color:color-mix(in srgb,var(--color-surface-contrast) 75%,transparent);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:-1}.megamenu__mobile.is-active{height:100vh;transition-delay:0s;visibility:visible;width:100vw}.megamenu__mobile.is-active.is-active .megamenu__mobile-wrapper{transform:translateX(0)}.megamenu__mobile.is-active:after{opacity:1}.megamenu__mobile .megamenu__container{padding-left:1.25rem;padding-right:1.25rem}.megamenu__mobile-overlay{appearance:none;-webkit-appearance:none;background:transparent;border:none;display:block;height:100%;left:0;position:absolute;top:0;width:100%}.megamenu__mobile-wrapper{background-color:var(--color-surface-primary);height:100%;max-width:90vw;overflow-x:inherit;overflow-y:auto;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .2s ease-out;width:23.75rem}@media screen and (max-width:479.98px){.megamenu__mobile-wrapper{max-width:100%;width:100%}}.megamenu__mobile-header{border-bottom:1px solid var(--color-border-subtle);display:flex;min-height:3.75rem}.megamenu__mobile-body{padding-top:.9375rem}.megamenu__container{margin-left:auto;margin-right:auto;max-width:none;padding-left:.625rem;padding-right:.625rem;width:100%}@media screen and (min-width:768px){.megamenu__container{max-width:744px}}@media screen and (min-width:992px){.megamenu__container{max-width:960px}}@media screen and (min-width:1240px){.megamenu__container{max-width:1200px}}@media screen and (min-width:1380px){.megamenu__container{max-width:1320px}}.megamenu__container>:last-child{margin-bottom:0}.megamenu__container{display:flex;flex:1;flex-direction:column}.megamenu__grid{display:grid;gap:1.25rem;grid-auto-columns:1fr;grid-auto-flow:column}@media screen and (max-width:991.98px){.megamenu__grid{grid-auto-columns:100%;grid-auto-flow:row}}.megamenu__card{border-radius:1.25rem;padding:1.875rem}@media screen and (max-width:991.98px){.megamenu__card{padding:.9375rem}}.megamenu__text--large{font-size:1.75rem!important;font-weight:700;line-height:2rem}@media screen and (max-width:991.98px){.megamenu__text--large{font-size:1.5rem!important;line-height:1.75rem}}.megamenu-icon{fill:currentColor;display:inline-block;vertical-align:middle}.megamenu-icon__use,.megamenu-icon__use--light{display:inline}.dark .megamenu-icon__use--light,.is-dark .megamenu-icon__use--light,.megamenu-icon__use--dark,[data-theme=dark] .megamenu-icon__use--light{display:none}.dark .megamenu-icon__use--dark,.is-dark .megamenu-icon__use--dark,[data-theme=dark] .megamenu-icon__use--dark{display:inline}.megamenu__overlay{appearance:none;-webkit-appearance:none;background-color:color-mix(in srgb,var(--color-surface-contrast) 75%,transparent);border:none;height:0;left:0;opacity:0;outline:none;pointer-events:none;position:absolute;top:100%;transition:opacity .15s ease-out,visibility .15s ease-out;visibility:hidden;width:100%;z-index:10}.megamenu__overlay.is-active{height:100vh;opacity:1;pointer-events:auto;visibility:visible}@media screen and (max-width:1239.98px){.megamenu__overlay{display:none}}.megamenu__accordion{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.megamenu__accordion>li{margin-bottom:0}.megamenu__accordion>li:before{content:" ";height:0;position:absolute;width:0}.megamenu__accordion{margin-bottom:1.25rem;padding-left:0}.megamenu__accordion-item{border-bottom:1px solid var(--color-border-strong);display:flex;flex-direction:column;justify-content:center}.megamenu__accordion-item:last-child{border-bottom:0}.megamenu__accordion-item ul{list-style-type:square}.megamenu__accordion-item ul ul{list-style-type:disc}.megamenu__accordion-item ul ul ul{list-style-type:circle}.megamenu__accordion-item{border-bottom:1px solid var(--color-border-subtle);border-top:none}.megamenu__accordion-item:last-child{border-bottom:none}.megamenu__accordion-header{margin-bottom:0;max-width:none;width:100%;z-index:1}.megamenu__accordion-button{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%}.megamenu__accordion-button:focus-visible,.megamenu__accordion-button:hover{color:#f16e00;cursor:pointer}.megamenu__accordion-button:focus{outline:2px solid var(--color-border-contrast);outline-offset:0!important}.megamenu__accordion-button:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:0!important}.megamenu__accordion-button:focus:not(:focus-visible){outline-color:transparent;outline-width:0}.megamenu__accordion-button{background:none;border:none;color:var(--color-text-default);font-size:1.125rem;font-weight:700;padding:.9375rem 0}.megamenu__accordion-button[aria-expanded=true]{border-bottom:2px solid var(--color-border-accent)}.megamenu__accordion-title{display:block;flex:1 1 auto;font-size:1.125rem;font-weight:700;line-height:1.4375rem;max-width:30em;text-align:left;white-space:normal}.megamenu__accordion-icon{display:block;flex:0 0 auto;transform:rotate(90deg)}.megamenu__accordion-icon.is-active,[aria-expanded=true]>.megamenu__accordion-icon{transform:rotate(180deg);transform:rotate(270deg)}.megamenu__accordion-body{margin-bottom:1.25rem}.megamenu__accordion-body p:last-child{margin-bottom:0}.megamenu__accordion-body{display:none;margin-bottom:0;padding:1.25rem 0 1.875rem}.megamenu__accordion-body.is-visible{display:block}.megamenu__accordion-body h3{margin-top:1.25rem}.megamenu__accordion-body h3:first-child{margin-top:0}.megamenu__input{background-color:#fff;border:2px solid var(--color-surface-moderate);border-radius:.3125rem;display:inline-block;font-weight:700;position:relative;transform:translateZ(0)}.megamenu__input:focus{border-color:var(--color-border-contrast);box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast)}.megamenu__input:disabled{-webkit-text-fill-color:#666;background-color:var(--color-surface-subtle);border-color:var(--color-surface-moderate);color:#666;opacity:1}.megamenu__input:read-only{background-color:var(--color-surface-subtle);color:#666}.megamenu__input.is-invalid{border-color:var(--color-icon-negative)}.megamenu__input.is-valid{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,15 C3.35786438,15 0,11.6421356 0,7.5 C0,3.35786438 3.35786438,0 7.5,0 C11.6421356,0 15,3.35786438 15,7.5 C15,11.6421356 11.6421356,15 7.5,15 Z M3.40550597,6.68901229 C2.99100286,7.0539857 2.95085113,7.6858763 3.31582458,8.1003794 L5.77477826,10.8930318 C6.1397517,11.3075349 6.7716423,11.3476866 7.18614541,10.9827132 C7.20478962,10.9662968 7.22281563,10.9491914 7.24018594,10.9314326 L11.8941565,6.17336831 C12.2803381,5.7785491 12.2733359,5.14542284 11.8785167,4.75924123 C11.4836975,4.37305961 10.8505712,4.38006176 10.4643896,4.77488097 L7.31720124,7.9924615 C6.93101963,8.3872807 6.29789337,8.3942828 5.90307416,8.0081012 C5.88531533,7.9907309 5.86820993,7.9727049 5.85179355,7.9540607 L4.81687313,6.77869369 C4.45189969,6.36419058 3.82000909,6.32403885 3.40550597,6.68901229 Z' fill='%2332c832' /%3E%3C/svg%3E");background-position:calc(100% - .625rem);background-repeat:no-repeat;background-size:1rem;padding-right:2.25rem}.megamenu__input{margin-bottom:1.875rem}@media screen and (max-width:991.98px){.megamenu__input{margin-bottom:.9375rem}}.megamenu__input{height:2.5rem;padding:.5rem}.megamenu__input--large{height:3.125rem;padding:.8125rem}.megamenu__input{max-width:21.875rem;width:100%}.megamenu__input--3ch{max-width:5rem}.megamenu__input--8ch{max-width:7.5rem}.megamenu__input--12ch{max-width:10rem}.megamenu__input--fullwidth{max-width:100%}.megamenu__input--search-icon-with-placeholder{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23999' fill-rule='evenodd' d='m19.82 18-5.64-5.65a7.81 7.81 0 1 0-1.83 1.82L18 19.82a.63.63 0 0 0 .88 0l.94-.94a.63.63 0 0 0 0-.88Zm-12-4.88a5.32 5.32 0 1 1 0-10.63 5.32 5.32 0 0 1 0 10.63Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:.5rem .5rem;background-repeat:no-repeat}.megamenu__input--search-icon-with-placeholder.text-input--large{background-position:.8125rem .8125rem}.megamenu__input--search-icon-with-placeholder{padding-left:2.5rem}.megamenu__input--search-icon-with-placeholder:focus,.megamenu__input--search-icon-with-placeholder:not(:placeholder-shown){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23999' fill-rule='evenodd' d='m19.82 18-5.64-5.65a7.81 7.81 0 1 0-1.83 1.82L18 19.82a.63.63 0 0 0 .88 0l.94-.94a.63.63 0 0 0 0-.88Zm-12-4.88a5.32 5.32 0 1 1 0-10.63 5.32 5.32 0 0 1 0 10.63Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.megamenu__tag{border-radius:9999px;box-decoration-break:clone;display:inline-flex;font-size:.875rem;font-weight:700;line-height:1rem;padding:.4375rem .75rem;vertical-align:baseline}.megamenu__tag--small{font-size:.75rem;font-weight:400;line-height:.875rem;padding:.125rem .5rem}.megamenu__tag--large{font-size:1rem;font-weight:700;line-height:1.125rem;padding:.78125rem .9375rem}.megamenu__tag{background-color:var(--color-fill-subtle);color:var(--color-text-default)}.megamenu__tag--orange{background-color:#ffc48f;color:#000}.megamenu__tag--black{background-color:#333;color:#fff}.megamenu__tag--yellow{background-color:#fff6b6;color:#000}.megamenu__tag--green{background-color:#b8ebd6;color:#000}.megamenu__tag--blue{background-color:#b5e8f7;color:#000}.megamenu__tag--success{background-color:#228722;color:#fff}.megamenu__tag--danger{background-color:#cd3c14;color:#fff}.megamenu__tag--info{background-color:#4170d8;color:#fff}.megamenu__tag--warning{background-color:#fc0;color:#000}.megamenu__tag--transparent{background-color:transparent;border:1px solid var(--color-border-strong);color:var(--color-text-default)}.megamenu__tag--transparent:where(button){background-color:transparent;color:var(--color-text-default);cursor:pointer;outline-offset:2px}@media (hover:hover){.megamenu__tag--transparent:where(button):hover{border-color:var(--color-fill-secondary)}}.megamenu__tag--transparent:where(button):focus-visible{background-color:transparent;border-color:transparent;color:var(--color-text-default);outline:2px solid var(--color-background-contrast)!important}.megamenu__tag--transparent:where(button).is-active,.megamenu__tag--transparent:where(button):active{background-color:var(--color-fill-secondary);border-color:var(--color-fill-secondary);color:var(--color-text-inverse);z-index:2}.megamenu__tag--transparent:where(button){z-index:2}.megamenu__tag--transparent:where(a){background-color:transparent;color:var(--color-text-default);cursor:pointer;outline-offset:2px}@media (hover:hover){.megamenu__tag--transparent:where(a):hover{border-color:var(--color-fill-secondary)}}.megamenu__tag--transparent:where(a):focus-visible{background-color:transparent;border-color:transparent;color:var(--color-text-default);outline:2px solid var(--color-background-contrast)!important}.megamenu__tag--transparent:where(a).is-active,.megamenu__tag--transparent:where(a):active{background-color:var(--color-fill-secondary);border-color:var(--color-fill-secondary);color:var(--color-text-inverse);z-index:2}.megamenu__tag--transparent:where(a){text-decoration:none;z-index:2}.megamenu__tag--transparent:where(a).is-active,.megamenu__tag--transparent:where(a):active,.megamenu__tag--transparent:where(a):focus,.megamenu__tag--transparent:where(a):hover{text-decoration:none!important}.megamenu__tag--transparent[aria-disabled=true],.megamenu__tag--transparent[disabled]{background-color:transparent;border-color:var(--color-border-strong);color:var(--color-text-disabled);cursor:not-allowed}.megamenu__list--inline{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.megamenu__list--inline>li{margin-bottom:0}.megamenu__list--inline>li:before{content:" ";height:0;position:absolute;width:0}.megamenu__list--inline>li{display:inline-block}.megamenu__list--inline>li:not(:last-child){margin-right:.625rem}.megamenu__list--gap-small{display:flex;flex-direction:column;gap:.625rem}@media screen and (max-width:991.98px){.megamenu--hide-md-down{display:none!important}}@media screen and (min-width:992px){.megamenu--hide-lg-up{display:none!important}}.megamenu--align-center{text-align:center!important}
1
+ .megamenu .is-highlighted{background-color:var(--color-surface-accent)}.megamenu .sr-only{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.megamenu .hide{display:none!important}.megamenu ul{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.megamenu ul>li{margin-bottom:0}.megamenu ul>li:before{content:" ";height:0;position:absolute;width:0}.megamenu ul{margin-bottom:1.875rem}.megamenu h3{font-size:1rem;font-weight:400;line-height:1.25;margin:0 0 .9375rem}.megamenu a,.megamenu h3{color:var(--color-text-default)}.megamenu a{font-size:inherit;font-weight:700;text-decoration:none}.megamenu a:active,.megamenu a:focus,.megamenu a:hover{text-decoration:underline;text-underline-offset:.25rem}.megamenu a:focus-visible{outline:2px solid var(--color-border-accent);outline-offset:2px}.megamenu [contentEditable=true]:focus,.megamenu [tabindex]:not([tabindex="-1"]):focus,.megamenu [type=button]:focus,.megamenu a[href]:focus,.megamenu area[href]:focus,.megamenu button:focus,.megamenu iframe:focus,.megamenu input:focus,.megamenu select:focus,.megamenu textarea:focus{outline:2px solid var(--color-border-contrast);outline-offset:2px}.megamenu [contentEditable=true]:focus-visible,.megamenu [tabindex]:not([tabindex="-1"]):focus-visible,.megamenu [type=button]:focus-visible,.megamenu a[href]:focus-visible,.megamenu area[href]:focus-visible,.megamenu button:focus-visible,.megamenu iframe:focus-visible,.megamenu input:focus-visible,.megamenu select:focus-visible,.megamenu textarea:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:2px}.megamenu [contentEditable=true]:focus:not(:focus-visible),.megamenu [tabindex]:not([tabindex="-1"]):focus:not(:focus-visible),.megamenu [type=button]:focus:not(:focus-visible),.megamenu a[href]:focus:not(:focus-visible),.megamenu area[href]:focus:not(:focus-visible),.megamenu button:focus:not(:focus-visible),.megamenu iframe:focus:not(:focus-visible),.megamenu input:focus:not(:focus-visible),.megamenu select:focus:not(:focus-visible),.megamenu textarea:focus:not(:focus-visible){outline-color:transparent;outline-width:0}.megamenu *{box-sizing:border-box;letter-spacing:-.00625rem;line-height:1.125rem}.megamenu ::selection{background-color:rgba(241,110,0,.9);color:var(--color-text-default)}.megamenu,.megamenu.is-light{--color-background-primary:#fff;--color-background-secondary:#f4f4f4;--color-background-contrast:#141414;--color-background-accent:#fff6ed;--color-background-accent1-blog:#fff6cc;--color-background-accent2-blog:#eee7f7;--color-surface-primary:#fff;--color-surface-secondary:#ff7900;--color-surface-tertiary:#f16e00;--color-surface-subtle:#eee;--color-surface-moderate:#ddd;--color-surface-contrast:#141414;--color-surface-accent:#fff6ed;--color-fill-primary:#fff;--color-fill-secondary:#ff7900;--color-fill-tertiary:#f16e00;--color-fill-subtle:#eee;--color-fill-moderate:#ddd;--color-fill-disabled:#ccc;--color-fill-contrast:#000;--color-fill-accent1:#4bb4e6;--color-fill-accent2:#50be87;--color-fill-accent3:#ffb4e6;--color-fill-accent4:#a885d8;--color-fill-accent5:#ffd200;--color-fill-information:rgba(65,112,216,.078);--color-fill-positive:rgba(34,135,34,.078);--color-fill-warning:rgba(255,204,0,.078);--color-fill-negative:rgba(205,60,20,.078);--color-border-subtle:#ddd;--color-border-strong:#ccc;--color-border-contrast:#000;--color-border-accent:#f16e00;--color-border-information:#4170d8;--color-border-positive:#228722;--color-border-warning:#fc0;--color-border-negative:#cd3c14;--color-icon-default:#000;--color-icon-inverse:#fff;--color-icon-brand:#f16e00;--color-icon-accent:#ffc48f;--color-icon-disabled:#ccc;--color-icon-information:#4170d8;--color-icon-positive:#228722;--color-icon-warning:#fc0;--color-icon-negative:#cd3c14;--color-text-default:#000;--color-text-secondary:#000;--color-text-disabled:#ccc;--color-text-inverse:#fff;--color-text-accent:#f16e00}.megamenu.is-dark{--color-background-primary:#141414;--color-background-secondary:#333;--color-background-contrast:#fff;--color-background-accent:#2b1a10;--color-background-accent1-blog:#62342d;--color-background-accent2-blog:#2b1a10;--color-surface-primary:#141414;--color-surface-secondary:#ff7900;--color-surface-tertiary:#f16e00;--color-surface-subtle:#333;--color-surface-moderate:#595959;--color-surface-contrast:#fff;--color-surface-accent:#2b1a10;--color-fill-primary:#000;--color-fill-secondary:#ff7900;--color-fill-tertiary:#f16e00;--color-fill-subtle:#333;--color-fill-moderate:#595959;--color-fill-disabled:#666;--color-fill-contrast:#fff;--color-fill-accent1:#4bb4e6;--color-fill-accent2:#50be87;--color-fill-accent3:#ffb4e6;--color-fill-accent4:#a885d8;--color-fill-accent5:#ffd200;--color-fill-information:rgba(65,112,216,.2);--color-fill-positive:rgba(34,135,34,.2);--color-fill-warning:rgba(255,204,0,.2);--color-fill-negative:rgba(205,60,20,.2);--color-border-subtle:#333;--color-border-strong:#666;--color-border-contrast:#fff;--color-border-accent:#ff7900;--color-border-information:#69f;--color-border-positive:#6c6;--color-border-warning:#fc0;--color-border-negative:#ff4d4d;--color-icon-default:#fff;--color-icon-inverse:#000;--color-icon-brand:#ff7900;--color-icon-accent:#da8436;--color-icon-disabled:#666;--color-icon-information:#69f;--color-icon-positive:#6c6;--color-icon-warning:#fc0;--color-icon-negative:#ff4d4d;--color-text-default:#fff;--color-text-secondary:#ccc;--color-text-disabled:#666;--color-text-inverse:#000;--color-text-accent:#ff7900}.megamenu{background-color:var(--color-surface-primary);box-sizing:border-box;color:var(--color-text-default);font-family:OrangeSK Neue,Helvetica Neue,helvetica,arial,sans-serif;font-size:1rem;left:0;top:0;width:100%;z-index:11}.megamenu.is-sticky{position:fixed}.megamenu.is-sticky .megamenu__main{position:sticky;top:0;z-index:12}@media screen and (min-width:992px){.megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true]{transition:transform .2s ease-in-out,opacity .2s ease-in-out}.megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.megamenu.is-sticky .megamenu__main{transition:transform .2s ease-in-out}.megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden~.megamenu__main{transform:translateY(-2.5rem)}.megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden{height:2.5rem;overflow:hidden}.megamenu.is-sticky.top-hidden{height:5rem!important}}.megamenu__nav{align-items:center;display:flex;flex:1;gap:1.875rem;list-style:none;margin:0;max-width:none;padding:0}@media screen and (max-width:991.98px){.megamenu__nav{gap:1.25rem}}.megamenu__nav-item{display:flex;height:100%}.megamenu__nav--vertical{align-items:stretch;flex-direction:column;gap:.9375rem;padding:.625rem 0;width:100%}.megamenu__nav--vertical>.megamenu__nav-item>.is-active,.megamenu__nav--vertical>.megamenu__nav-item>:active,.megamenu__nav--vertical>.megamenu__nav-item>:focus,.megamenu__nav--vertical>.megamenu__nav-item>:hover{box-shadow:none!important}.megamenu__nav--space-small{gap:.9375rem}.megamenu__nav-dropdown{background-color:var(--color-surface-primary);display:none;left:0;opacity:0;padding:1.25rem 0;position:absolute;top:calc(100% + 1px);width:100%;z-index:15}.megamenu__nav-dropdown.is-visible{opacity:1}.megamenu__nav-logo{align-items:center;display:flex}.megamenu__nav-logo>img,.megamenu__nav-logo>svg{height:2.5rem;width:2.5rem}.megamenu__nav-logo>img+*,.megamenu__nav-logo>svg+*{margin-left:1.25rem}.megamenu__nav-logo>*{font-size:2.125rem;line-height:2.5rem}@media screen and (max-width:991.98px){.megamenu__nav-logo>img,.megamenu__nav-logo>svg{height:1.875rem;width:1.875rem}.megamenu__nav-logo>img+*,.megamenu__nav-logo>svg+*{margin-left:.625rem}.megamenu__nav-logo>*{font-size:1.25rem;line-height:1.875rem}}.megamenu__nav-link{align-items:center;color:var(--color-text-default);display:flex;font-size:1rem!important;font-weight:700;text-decoration:none}.megamenu__nav-link.is-active,.megamenu__nav-link:active,.megamenu__nav-link:focus,.megamenu__nav-link:hover{box-shadow:0 -4px 0 var(--color-border-accent) inset;text-decoration:none!important}.megamenu__nav-cart-icon{position:relative}.megamenu__nav-cart-icon:after{align-items:center;background-color:var(--color-icon-information);border-radius:50%;color:#fff;content:attr(data-items-in-cart);display:flex;font-size:.875rem;height:1.125rem;justify-content:center;position:absolute;right:-25%;top:-25%;width:1.125rem}.megamenu__nav-button{align-items:center;background:none;border:none;color:var(--color-text-default);cursor:pointer;display:flex;font-size:1rem;font-weight:700;padding:0;position:relative}.megamenu__nav-button.is-active,.megamenu__nav-button:active,.megamenu__nav-button:focus,.megamenu__nav-button:hover{box-shadow:0 -4px 0 var(--color-border-accent) inset}.megamenu__nav-button:focus-visible{outline:2px solid var(--color-border-accent);outline-offset:2px}.megamenu__nav-button--indicator{padding:0 1.25rem 0 0}.megamenu__nav-button--indicator:after{border-color:currentcolor transparent transparent;border-style:solid;border-width:7px 7px 0;bottom:2.25rem;content:"";height:0;margin-left:.5em;position:absolute;right:0;transition:transform .1s ease-out;width:0}.megamenu__nav-button--indicator.is-active:after{transform:rotate(180deg)}.megamenu__nav-icon{display:flex;margin-right:.3125rem}.megamenu__nav-spacer{display:flex;flex:1 0 1px;visibility:hidden}.megamenu__subnav{margin:0 0 1.875rem}.megamenu__subnav:last-child{margin-bottom:0}.megamenu__subnav-item{margin-bottom:.625rem!important}.megamenu__subnav-item:last-child{margin-bottom:0}.megamenu__top{min-height:2.5rem}.megamenu__main,.megamenu__top{border-bottom:1px solid var(--color-border-subtle);display:flex}.megamenu__main{min-height:5rem}@media screen and (max-width:991.98px){.megamenu__main{min-height:3.75rem}}.megamenu__submain{border-bottom:1px solid var(--color-border-subtle);display:flex;padding:1.25rem 0}.megamenu__mobile{height:0;overflow:hidden;position:fixed;right:0;top:0;transition:visibility 0s linear .2s,width 0s linear .2s,height 0s linear .2s;visibility:hidden;width:0;z-index:100}.megamenu__mobile:after{background-color:color-mix(in srgb,var(--color-surface-contrast) 75%,transparent);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:-1}.megamenu__mobile.is-active{height:100vh;transition-delay:0s;visibility:visible;width:100vw}.megamenu__mobile.is-active.is-active .megamenu__mobile-wrapper{transform:translateX(0)}.megamenu__mobile.is-active:after{opacity:1}.megamenu__mobile .megamenu__container{padding-left:1.25rem;padding-right:1.25rem}.megamenu__mobile-overlay{appearance:none;-webkit-appearance:none;background:transparent;border:none;display:block;height:100%;left:0;position:absolute;top:0;width:100%}.megamenu__mobile-wrapper{background-color:var(--color-surface-primary);height:100%;max-width:90vw;overflow-x:inherit;overflow-y:auto;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .2s ease-out;width:23.75rem}@media screen and (max-width:479.98px){.megamenu__mobile-wrapper{max-width:100%;width:100%}}.megamenu__mobile-header{border-bottom:1px solid var(--color-border-subtle);display:flex;min-height:3.75rem}.megamenu__mobile-body{padding-top:.9375rem}.megamenu__container{margin-left:auto;margin-right:auto;max-width:none;padding-left:.625rem;padding-right:.625rem;width:100%}@media screen and (min-width:768px){.megamenu__container{max-width:744px}}@media screen and (min-width:992px){.megamenu__container{max-width:960px}}@media screen and (min-width:1240px){.megamenu__container{max-width:1200px}}@media screen and (min-width:1380px){.megamenu__container{max-width:1320px}}.megamenu__container>:last-child{margin-bottom:0}.megamenu__container{display:flex;flex:1;flex-direction:column}.megamenu__grid{display:grid;gap:1.25rem;grid-auto-columns:1fr;grid-auto-flow:column}@media screen and (max-width:991.98px){.megamenu__grid{grid-auto-columns:100%;grid-auto-flow:row}}.megamenu__card{border-radius:1.25rem;padding:1.875rem}@media screen and (max-width:991.98px){.megamenu__card{padding:.9375rem}}.megamenu__text--large{font-size:1.75rem!important;font-weight:700;line-height:2rem}@media screen and (max-width:991.98px){.megamenu__text--large{font-size:1.5rem!important;line-height:1.75rem}}.megamenu-icon{fill:currentColor;display:inline-block;vertical-align:middle}.megamenu-icon__use,.megamenu-icon__use--light{display:inline}.dark .megamenu-icon__use--light,.is-dark .megamenu-icon__use--light,.megamenu-icon__use--dark,[data-theme=dark] .megamenu-icon__use--light{display:none}.dark .megamenu-icon__use--dark,.is-dark .megamenu-icon__use--dark,[data-theme=dark] .megamenu-icon__use--dark{display:inline}.megamenu__overlay{appearance:none;-webkit-appearance:none;background-color:color-mix(in srgb,var(--color-surface-contrast) 75%,transparent);border:none;height:0;left:0;opacity:0;outline:none;pointer-events:none;position:absolute;top:100%;transition:opacity .15s ease-out,visibility .15s ease-out;visibility:hidden;width:100%;z-index:10}.megamenu__overlay.is-active{height:100vh;opacity:1;pointer-events:auto;visibility:visible}@media screen and (max-width:1239.98px){.megamenu__overlay{display:none}}.megamenu-spacer{height:7.375rem}@media screen and (max-width:991.98px){.megamenu-spacer{height:3.625rem}}.megamenu-spacer--small{height:4.875rem}@media screen and (max-width:991.98px){.megamenu-spacer--small{height:3.625rem}}.megamenu__accordion{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.megamenu__accordion>li{margin-bottom:0}.megamenu__accordion>li:before{content:" ";height:0;position:absolute;width:0}.megamenu__accordion{margin-bottom:1.25rem;padding-left:0}.megamenu__accordion-item{border-bottom:1px solid var(--color-border-strong);display:flex;flex-direction:column;justify-content:center}.megamenu__accordion-item:last-child{border-bottom:0}.megamenu__accordion-item ul{list-style-type:square}.megamenu__accordion-item ul ul{list-style-type:disc}.megamenu__accordion-item ul ul ul{list-style-type:circle}.megamenu__accordion-item{border-bottom:1px solid var(--color-border-subtle);border-top:none}.megamenu__accordion-item:last-child{border-bottom:none}.megamenu__accordion-header{margin-bottom:0;max-width:none;width:100%;z-index:1}.megamenu__accordion-button{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%}.megamenu__accordion-button:focus-visible,.megamenu__accordion-button:hover{color:#f16e00;cursor:pointer}.megamenu__accordion-button:focus{outline:2px solid var(--color-border-contrast);outline-offset:0!important}.megamenu__accordion-button:focus-visible{outline:2px solid var(--color-border-contrast);outline-offset:0!important}.megamenu__accordion-button:focus:not(:focus-visible){outline-color:transparent;outline-width:0}.megamenu__accordion-button{background:none;border:none;color:var(--color-text-default);font-size:1.125rem;font-weight:700;padding:.9375rem 0}.megamenu__accordion-button[aria-expanded=true]{border-bottom:2px solid var(--color-border-accent)}.megamenu__accordion-title{display:block;flex:1 1 auto;font-size:1.125rem;font-weight:700;line-height:1.4375rem;max-width:30em;text-align:left;white-space:normal}.megamenu__accordion-icon{display:block;flex:0 0 auto;transform:rotate(90deg)}.megamenu__accordion-icon.is-active,[aria-expanded=true]>.megamenu__accordion-icon{transform:rotate(180deg);transform:rotate(270deg)}.megamenu__accordion-body{margin-bottom:1.25rem}.megamenu__accordion-body p:last-child{margin-bottom:0}.megamenu__accordion-body{display:none;margin-bottom:0;padding:1.25rem 0 1.875rem}.megamenu__accordion-body.is-visible{display:block}.megamenu__accordion-body h3{margin-top:1.25rem}.megamenu__accordion-body h3:first-child{margin-top:0}.megamenu__input{background-color:#fff;border:2px solid var(--color-surface-moderate);border-radius:.3125rem;display:inline-block;font-weight:700;position:relative;transform:translateZ(0)}.megamenu__input:focus{border-color:var(--color-border-contrast);box-shadow:0 0 0 2px var(--color-background-primary),0 0 0 4px var(--color-border-contrast)}.megamenu__input:disabled{-webkit-text-fill-color:#666;background-color:var(--color-surface-subtle);border-color:var(--color-surface-moderate);color:#666;opacity:1}.megamenu__input:read-only{background-color:var(--color-surface-subtle);color:#666}.megamenu__input.is-invalid{border-color:var(--color-icon-negative)}.megamenu__input.is-valid{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,15 C3.35786438,15 0,11.6421356 0,7.5 C0,3.35786438 3.35786438,0 7.5,0 C11.6421356,0 15,3.35786438 15,7.5 C15,11.6421356 11.6421356,15 7.5,15 Z M3.40550597,6.68901229 C2.99100286,7.0539857 2.95085113,7.6858763 3.31582458,8.1003794 L5.77477826,10.8930318 C6.1397517,11.3075349 6.7716423,11.3476866 7.18614541,10.9827132 C7.20478962,10.9662968 7.22281563,10.9491914 7.24018594,10.9314326 L11.8941565,6.17336831 C12.2803381,5.7785491 12.2733359,5.14542284 11.8785167,4.75924123 C11.4836975,4.37305961 10.8505712,4.38006176 10.4643896,4.77488097 L7.31720124,7.9924615 C6.93101963,8.3872807 6.29789337,8.3942828 5.90307416,8.0081012 C5.88531533,7.9907309 5.86820993,7.9727049 5.85179355,7.9540607 L4.81687313,6.77869369 C4.45189969,6.36419058 3.82000909,6.32403885 3.40550597,6.68901229 Z' fill='%2332c832' /%3E%3C/svg%3E");background-position:calc(100% - .625rem);background-repeat:no-repeat;background-size:1rem;padding-right:2.25rem}.megamenu__input{margin-bottom:1.875rem}@media screen and (max-width:991.98px){.megamenu__input{margin-bottom:.9375rem}}.megamenu__input{height:2.5rem;padding:.5rem}.megamenu__input--large{height:3.125rem;padding:.8125rem}.megamenu__input{max-width:21.875rem;width:100%}.megamenu__input--3ch{max-width:5rem}.megamenu__input--8ch{max-width:7.5rem}.megamenu__input--12ch{max-width:10rem}.megamenu__input--fullwidth{max-width:100%}.megamenu__input--search-icon-with-placeholder{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23999' fill-rule='evenodd' d='m19.82 18-5.64-5.65a7.81 7.81 0 1 0-1.83 1.82L18 19.82a.63.63 0 0 0 .88 0l.94-.94a.63.63 0 0 0 0-.88Zm-12-4.88a5.32 5.32 0 1 1 0-10.63 5.32 5.32 0 0 1 0 10.63Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:.5rem .5rem;background-repeat:no-repeat}.megamenu__input--search-icon-with-placeholder.text-input--large{background-position:.8125rem .8125rem}.megamenu__input--search-icon-with-placeholder{padding-left:2.5rem}.megamenu__input--search-icon-with-placeholder:focus,.megamenu__input--search-icon-with-placeholder:not(:placeholder-shown){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23999' fill-rule='evenodd' d='m19.82 18-5.64-5.65a7.81 7.81 0 1 0-1.83 1.82L18 19.82a.63.63 0 0 0 .88 0l.94-.94a.63.63 0 0 0 0-.88Zm-12-4.88a5.32 5.32 0 1 1 0-10.63 5.32 5.32 0 0 1 0 10.63Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.megamenu__tag{border-radius:9999px;box-decoration-break:clone;display:inline-flex;font-size:.875rem;font-weight:700;line-height:1rem;padding:.4375rem .75rem;vertical-align:baseline}.megamenu__tag--small{font-size:.75rem;font-weight:400;line-height:.875rem;padding:.125rem .5rem}.megamenu__tag--large{font-size:1rem;font-weight:700;line-height:1.125rem;padding:.78125rem .9375rem}.megamenu__tag{background-color:var(--color-fill-subtle);color:var(--color-text-default)}.megamenu__tag--orange{background-color:#ffc48f;color:#000}.megamenu__tag--black{background-color:#333;color:#fff}.megamenu__tag--yellow{background-color:#fff6b6;color:#000}.megamenu__tag--green{background-color:#b8ebd6;color:#000}.megamenu__tag--blue{background-color:#b5e8f7;color:#000}.megamenu__tag--success{background-color:#228722;color:#fff}.megamenu__tag--danger{background-color:#cd3c14;color:#fff}.megamenu__tag--info{background-color:#4170d8;color:#fff}.megamenu__tag--warning{background-color:#fc0;color:#000}.megamenu__tag--transparent{background-color:transparent;border:1px solid var(--color-border-strong);color:var(--color-text-default)}.megamenu__tag--transparent:where(button){background-color:transparent;color:var(--color-text-default);cursor:pointer;outline-offset:2px}@media (hover:hover){.megamenu__tag--transparent:where(button):hover{border-color:var(--color-fill-secondary)}}.megamenu__tag--transparent:where(button):focus-visible{background-color:transparent;border-color:transparent;color:var(--color-text-default);outline:2px solid var(--color-background-contrast)!important}.megamenu__tag--transparent:where(button).is-active,.megamenu__tag--transparent:where(button):active{background-color:var(--color-fill-secondary);border-color:var(--color-fill-secondary);color:var(--color-text-inverse);z-index:2}.megamenu__tag--transparent:where(button){z-index:2}.megamenu__tag--transparent:where(a){background-color:transparent;color:var(--color-text-default);cursor:pointer;outline-offset:2px}@media (hover:hover){.megamenu__tag--transparent:where(a):hover{border-color:var(--color-fill-secondary)}}.megamenu__tag--transparent:where(a):focus-visible{background-color:transparent;border-color:transparent;color:var(--color-text-default);outline:2px solid var(--color-background-contrast)!important}.megamenu__tag--transparent:where(a).is-active,.megamenu__tag--transparent:where(a):active{background-color:var(--color-fill-secondary);border-color:var(--color-fill-secondary);color:var(--color-text-inverse);z-index:2}.megamenu__tag--transparent:where(a){text-decoration:none;z-index:2}.megamenu__tag--transparent:where(a).is-active,.megamenu__tag--transparent:where(a):active,.megamenu__tag--transparent:where(a):focus,.megamenu__tag--transparent:where(a):hover{text-decoration:none!important}.megamenu__tag--transparent[aria-disabled=true],.megamenu__tag--transparent[disabled]{background-color:transparent;border-color:var(--color-border-strong);color:var(--color-text-disabled);cursor:not-allowed}.megamenu__list--inline{list-style:none;list-style-type:none!important;margin:0;max-width:none;padding:0}.megamenu__list--inline>li{margin-bottom:0}.megamenu__list--inline>li:before{content:" ";height:0;position:absolute;width:0}.megamenu__list--inline>li{display:inline-block}.megamenu__list--inline>li:not(:last-child){margin-right:.625rem}.megamenu__list--gap-small{display:flex;flex-direction:column;gap:.625rem}@media screen and (max-width:991.98px){.megamenu--hide-md-down{display:none!important}}@media screen and (min-width:992px){.megamenu--hide-lg-up{display:none!important}}.megamenu--align-center{text-align:center!important}
2
2
  /*# sourceMappingURL=megamenu.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.scss"],"names":[],"mappings":"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,0CACE,4BAA6B,CAC7B,+BAAgC,CAChC,cAAe,CACf,kBACF,CACA,qBACE,gDACE,wCACF,CACF,CACA,wDACE,4BAA6B,CAG7B,wBAAyB,CAFzB,+BAAgC,CAChC,4DAEF,CACA,qGAEE,4CAA6C,CAC7C,wCAAyC,CAFzC,+BAAgC,CAGhC,SACF,CACA,0CACE,SACF,CACA,qCACE,4BAA6B,CAC7B,+BAAgC,CAChC,cAAe,CACf,kBACF,CACA,qBACE,2CACE,wCACF,CACF,CACA,mDACE,4BAA6B,CAG7B,wBAAyB,CAFzB,+BAAgC,CAChC,4DAEF,CACA,2FAEE,4CAA6C,CAC7C,wCAAyC,CAFzC,+BAAgC,CAGhC,SACF,CACA,qCAEE,oBAAqB,CADrB,SAEF,CACA,iLACE,8BACF,CACA,sFAEE,4BAA6B,CAC7B,uCAAwC,CAFxC,gCAAiC,CAGjC,kBACF,CACA,wBACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,2BACE,eAEF,CACA,kCACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,2BACE,oBACF,CACA,4CACE,oBACF,CACA,2BACE,YAAa,CACb,qBAAsB,CACtB,WACF,CACA,uCACE,wBACE,sBACF,CACF,CACA,oCACE,sBACE,sBACF,CACF,CACA,wBACE,2BACF","file":"megamenu.css","sourcesContent":[".megamenu .is-highlighted {\n background-color: var(--color-surface-accent);\n}\n.megamenu .sr-only {\n height: 1px;\n width: 1px;\n margin: -1px;\n padding: 0;\n border: 0;\n position: absolute;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n clip: rect(1px, 1px, 1px, 1px);\n}\n.megamenu .hide {\n display: none !important;\n}\n.megamenu ul {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n}\n.megamenu ul > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n}\n.megamenu ul > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n}\n.megamenu ul {\n margin-bottom: 1.875rem;\n}\n.megamenu h3 {\n margin: 0 0 0.9375rem 0;\n font-size: 1rem;\n line-height: 1.25;\n font-weight: 400;\n color: var(--color-text-default);\n}\n.megamenu a {\n color: var(--color-text-default);\n font-weight: 700;\n text-decoration: none;\n font-size: inherit;\n}\n.megamenu a:hover, .megamenu a:focus, .megamenu a:active {\n text-decoration: underline;\n text-underline-offset: 0.25rem;\n}\n.megamenu a:focus-visible {\n outline: 2px solid var(--color-border-accent);\n outline-offset: 2px;\n}\n.megamenu a[href]:focus,\n.megamenu area[href]:focus,\n.megamenu input:focus,\n.megamenu select:focus,\n.megamenu textarea:focus,\n.megamenu button:focus,\n.megamenu [type=button]:focus,\n.megamenu iframe:focus,\n.megamenu [tabindex]:not([tabindex=\"-1\"]):focus,\n.megamenu [contentEditable=true]:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n}\n.megamenu a[href]:focus-visible,\n.megamenu area[href]:focus-visible,\n.megamenu input:focus-visible,\n.megamenu select:focus-visible,\n.megamenu textarea:focus-visible,\n.megamenu button:focus-visible,\n.megamenu [type=button]:focus-visible,\n.megamenu iframe:focus-visible,\n.megamenu [tabindex]:not([tabindex=\"-1\"]):focus-visible,\n.megamenu [contentEditable=true]:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n}\n.megamenu a[href]:focus:not(:focus-visible),\n.megamenu area[href]:focus:not(:focus-visible),\n.megamenu input:focus:not(:focus-visible),\n.megamenu select:focus:not(:focus-visible),\n.megamenu textarea:focus:not(:focus-visible),\n.megamenu button:focus:not(:focus-visible),\n.megamenu [type=button]:focus:not(:focus-visible),\n.megamenu iframe:focus:not(:focus-visible),\n.megamenu [tabindex]:not([tabindex=\"-1\"]):focus:not(:focus-visible),\n.megamenu [contentEditable=true]:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n}\n.megamenu * {\n box-sizing: border-box;\n letter-spacing: -0.00625rem;\n line-height: 1.125rem;\n}\n.megamenu ::selection {\n background-color: rgba(241, 110, 0, 0.9);\n color: var(--color-text-default);\n}\n\n.megamenu,\n.megamenu.is-light {\n --color-background-primary: #ffffff;\n --color-background-secondary: #f4f4f4;\n --color-background-contrast: #141414;\n --color-background-accent: #fff6ed;\n --color-background-accent1-blog: #fff6cc;\n --color-background-accent2-blog: #eee7f7;\n --color-surface-primary: #ffffff;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f16e00;\n --color-surface-subtle: #eeeeee;\n --color-surface-moderate: #dddddd;\n --color-surface-contrast: #141414;\n --color-surface-accent: #fff6ed;\n --color-fill-primary: #ffffff;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f16e00;\n --color-fill-subtle: #eeeeee;\n --color-fill-moderate: #dddddd;\n --color-fill-disabled: #cccccc;\n --color-fill-contrast: #000000;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.0784313725);\n --color-fill-positive: rgba(34, 135, 34, 0.0784313725);\n --color-fill-warning: rgba(255, 204, 0, 0.0784313725);\n --color-fill-negative: rgba(205, 60, 20, 0.0784313725);\n --color-border-subtle: #dddddd;\n --color-border-strong: #cccccc;\n --color-border-contrast: #000000;\n --color-border-accent: #f16e00;\n --color-border-information: #4170d8;\n --color-border-positive: #228722;\n --color-border-warning: #ffcc00;\n --color-border-negative: #cd3c14;\n --color-icon-default: #000000;\n --color-icon-inverse: #ffffff;\n --color-icon-brand: #f16e00;\n --color-icon-accent: #ffc48f;\n --color-icon-disabled: #cccccc;\n --color-icon-information: #4170d8;\n --color-icon-positive: #228722;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #cd3c14;\n --color-text-default: #000000;\n --color-text-secondary: #000000;\n --color-text-disabled: #cccccc;\n --color-text-inverse: #ffffff;\n --color-text-accent: #f16e00;\n}\n\n.megamenu.is-dark {\n --color-background-primary: #141414;\n --color-background-secondary: #333333;\n --color-background-contrast: #ffffff;\n --color-background-accent: #2b1a10;\n --color-background-accent1-blog: #62342d;\n --color-background-accent2-blog: #2b1a10;\n --color-surface-primary: #141414;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f16e00;\n --color-surface-subtle: #333333;\n --color-surface-moderate: #595959;\n --color-surface-contrast: #ffffff;\n --color-surface-accent: #2b1a10;\n --color-fill-primary: #000000;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f16e00;\n --color-fill-subtle: #333333;\n --color-fill-moderate: #595959;\n --color-fill-disabled: #666666;\n --color-fill-contrast: #ffffff;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.2);\n --color-fill-positive: rgba(34, 135, 34, 0.2);\n --color-fill-warning: rgba(255, 204, 0, 0.2);\n --color-fill-negative: rgba(205, 60, 20, 0.2);\n --color-border-subtle: #333333;\n --color-border-strong: #666666;\n --color-border-contrast: #ffffff;\n --color-border-accent: #ff7900;\n --color-border-information: #6699ff;\n --color-border-positive: #66cc66;\n --color-border-warning: #ffcc00;\n --color-border-negative: #ff4d4d;\n --color-icon-default: #ffffff;\n --color-icon-inverse: #000000;\n --color-icon-brand: #ff7900;\n --color-icon-accent: #da8436;\n --color-icon-disabled: #666666;\n --color-icon-information: #6699ff;\n --color-icon-positive: #66cc66;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #ff4d4d;\n --color-text-default: #ffffff;\n --color-text-secondary: #cccccc;\n --color-text-disabled: #666666;\n --color-text-inverse: #000000;\n --color-text-accent: #ff7900;\n}\n\n.megamenu {\n top: 0;\n left: 0;\n width: 100%;\n z-index: 11;\n font-size: 1rem;\n color: var(--color-text-default);\n background-color: var(--color-surface-primary);\n box-sizing: border-box;\n font-family: 'OrangeSK Neue', Helvetica Neue, helvetica, arial, sans-serif;\n}\n.megamenu.is-sticky {\n position: fixed;\n}\n.megamenu.is-sticky .megamenu__main {\n position: sticky;\n top: 0;\n z-index: 12;\n}\n@media screen and (min-width: 992px) {\n .megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true] {\n transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;\n }\n .megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden {\n transform: translateY(-100%);\n opacity: 0;\n pointer-events: none;\n }\n .megamenu.is-sticky .megamenu__main {\n transition: transform 0.2s ease-in-out;\n }\n .megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden ~ .megamenu__main {\n transform: translateY(-2.5rem);\n }\n}\n.megamenu__nav {\n display: flex;\n flex: 1;\n list-style: none;\n margin: 0;\n padding: 0;\n max-width: none;\n align-items: center;\n gap: 1.875rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__nav {\n gap: 1.25rem;\n }\n}\n.megamenu__nav-item {\n display: flex;\n height: 100%;\n}\n.megamenu__nav--vertical {\n flex-direction: column;\n align-items: stretch;\n width: 100%;\n padding: 0.625rem 0;\n gap: 0.9375rem;\n}\n.megamenu__nav--vertical > .megamenu__nav-item > *.is-active, .megamenu__nav--vertical > .megamenu__nav-item > *:hover, .megamenu__nav--vertical > .megamenu__nav-item > *:focus, .megamenu__nav--vertical > .megamenu__nav-item > *:active {\n box-shadow: none !important;\n}\n.megamenu__nav--space-small {\n gap: 0.9375rem;\n}\n.megamenu__nav-dropdown {\n position: absolute;\n top: calc(100% + 1px);\n left: 0;\n width: 100%;\n background-color: var(--color-surface-primary);\n padding: 1.25rem 0;\n display: none;\n opacity: 0;\n z-index: 15;\n}\n.megamenu__nav-dropdown.is-visible {\n opacity: 1;\n}\n.megamenu__nav-logo {\n display: flex;\n align-items: center;\n}\n.megamenu__nav-logo > svg,\n.megamenu__nav-logo > img {\n width: 2.5rem;\n height: 2.5rem;\n}\n.megamenu__nav-logo > svg + *,\n.megamenu__nav-logo > img + * {\n margin-left: 1.25rem;\n}\n.megamenu__nav-logo > * {\n font-size: 2.125rem;\n line-height: 2.5rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__nav-logo > svg,\n .megamenu__nav-logo > img {\n width: 1.875rem;\n height: 1.875rem;\n }\n .megamenu__nav-logo > svg + *,\n .megamenu__nav-logo > img + * {\n margin-left: 0.625rem;\n }\n .megamenu__nav-logo > * {\n font-size: 1.25rem;\n line-height: 1.875rem;\n }\n}\n.megamenu__nav-link {\n display: flex;\n font-weight: 700;\n font-size: 1rem;\n align-items: center;\n color: var(--color-text-default);\n text-decoration: none;\n}\n.megamenu__nav-link:hover, .megamenu__nav-link:focus, .megamenu__nav-link:active, .megamenu__nav-link.is-active {\n box-shadow: 0 -4px 0 var(--color-border-accent) inset;\n text-decoration: none !important;\n}\n.megamenu__nav-cart-icon {\n position: relative;\n}\n.megamenu__nav-cart-icon:after {\n content: attr(data-items-in-cart);\n position: absolute;\n right: -25%;\n top: -25%;\n width: 1.125rem;\n height: 1.125rem;\n background-color: var(--color-icon-information);\n border-radius: 50%;\n font-size: 0.875rem;\n color: #ffffff;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.megamenu__nav-button {\n position: relative;\n display: flex;\n font-size: 1rem;\n font-weight: 700;\n align-items: center;\n color: var(--color-text-default);\n background: none;\n border: none;\n cursor: pointer;\n padding: 0;\n}\n.megamenu__nav-button:hover, .megamenu__nav-button:focus, .megamenu__nav-button:active, .megamenu__nav-button.is-active {\n box-shadow: 0 -4px 0 var(--color-border-accent) inset;\n}\n.megamenu__nav-button:focus-visible {\n outline: 2px solid var(--color-border-accent);\n outline-offset: 2px;\n}\n.megamenu__nav-button--indicator {\n padding: 0 1.25rem 0 0;\n}\n.megamenu__nav-button--indicator:after {\n content: \"\";\n position: absolute;\n right: 0;\n bottom: 2.25rem;\n width: 0;\n height: 0;\n margin-left: 0.5em;\n border-color: currentcolor transparent transparent;\n border-style: solid;\n border-width: 7px 7px 0;\n transition: transform 0.1s ease-out;\n}\n.megamenu__nav-button--indicator.is-active:after {\n transform: rotate(180deg);\n}\n.megamenu__nav-icon {\n display: flex;\n margin-right: 0.3125rem;\n}\n.megamenu__nav-spacer {\n display: flex;\n flex: 1 0 1px;\n visibility: hidden;\n}\n.megamenu__subnav {\n margin: 0 0 1.875rem 0;\n}\n.megamenu__subnav:last-child {\n margin-bottom: 0;\n}\n.megamenu__subnav-item {\n margin-bottom: 0.625rem !important;\n}\n.megamenu__subnav-item:last-child {\n margin-bottom: 0;\n}\n.megamenu__top {\n display: flex;\n border-bottom: 1px solid var(--color-border-subtle);\n min-height: 2.5rem;\n}\n.megamenu__main {\n display: flex;\n border-bottom: 1px solid var(--color-border-subtle);\n min-height: 5rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__main {\n min-height: 3.75rem;\n }\n}\n.megamenu__submain {\n display: flex;\n border-bottom: 1px solid var(--color-border-subtle);\n padding: 1.25rem 0;\n}\n.megamenu__mobile {\n position: fixed;\n z-index: 100;\n width: 0;\n height: 0;\n top: 0;\n right: 0;\n overflow: hidden;\n visibility: hidden;\n transition: visibility 0s linear 0.2s, width 0s linear 0.2s, height 0s linear 0.2s;\n}\n.megamenu__mobile:after {\n content: \"\";\n position: absolute;\n z-index: -1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: color-mix(in srgb, var(--color-surface-contrast) 75%, transparent);\n opacity: 0;\n transition: opacity 0.2s ease-out;\n}\n.megamenu__mobile.is-active {\n visibility: visible;\n width: 100vw;\n height: 100vh;\n transition-delay: 0s;\n}\n.megamenu__mobile.is-active.is-active .megamenu__mobile-wrapper {\n transform: translateX(0);\n}\n.megamenu__mobile.is-active:after {\n opacity: 1;\n}\n.megamenu__mobile .megamenu__container {\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n.megamenu__mobile-overlay {\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n background: transparent;\n border: none;\n appearance: none;\n -webkit-appearance: none;\n}\n.megamenu__mobile-wrapper {\n position: absolute;\n width: 23.75rem;\n max-width: 90vw;\n height: 100%;\n top: 0;\n right: 0;\n overflow-x: inherit;\n overflow-y: auto;\n transform: translateX(100%);\n transition: transform 0.2s ease-out;\n background-color: var(--color-surface-primary);\n}\n@media screen and (max-width: 479.98px) {\n .megamenu__mobile-wrapper {\n width: 100%;\n max-width: 100%;\n }\n}\n.megamenu__mobile-header {\n display: flex;\n min-height: 3.75rem;\n border-bottom: 1px solid var(--color-border-subtle);\n}\n.megamenu__mobile-body {\n padding-top: 0.9375rem;\n}\n.megamenu__container {\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n}\n@media screen and (min-width: 768px) {\n .megamenu__container {\n max-width: 744px;\n }\n}\n@media screen and (min-width: 992px) {\n .megamenu__container {\n max-width: 960px;\n }\n}\n@media screen and (min-width: 1240px) {\n .megamenu__container {\n max-width: 1200px;\n }\n}\n@media screen and (min-width: 1380px) {\n .megamenu__container {\n max-width: 1320px;\n }\n}\n.megamenu__container > *:last-child {\n margin-bottom: 0;\n}\n.megamenu__container {\n display: flex;\n flex-direction: column;\n flex: 1;\n}\n.megamenu__grid {\n display: grid;\n grid-auto-flow: column;\n grid-auto-columns: 1fr;\n gap: 1.25rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__grid {\n grid-auto-flow: row;\n grid-auto-columns: 100%;\n }\n}\n.megamenu__card {\n border-radius: 1.25rem;\n padding: 1.875rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__card {\n padding: 0.9375rem;\n }\n}\n.megamenu__text--large {\n font-size: 1.75rem !important;\n font-weight: 700;\n line-height: 2rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__text--large {\n font-size: 1.5rem !important;\n line-height: 1.75rem;\n }\n}\n.megamenu-icon {\n fill: currentColor;\n display: inline-block;\n vertical-align: middle;\n}\n.megamenu-icon__use {\n display: inline;\n}\n.megamenu-icon__use--light {\n display: inline;\n}\n.megamenu-icon__use--dark {\n display: none;\n}\n.is-dark .megamenu-icon__use--light, [data-theme=dark] .megamenu-icon__use--light, .dark .megamenu-icon__use--light {\n display: none;\n}\n.is-dark .megamenu-icon__use--dark, [data-theme=dark] .megamenu-icon__use--dark, .dark .megamenu-icon__use--dark {\n display: inline;\n}\n.megamenu__overlay {\n position: absolute;\n top: 100%;\n left: 0;\n width: 100%;\n height: 0;\n background-color: color-mix(in srgb, var(--color-surface-contrast) 75%, transparent);\n border: none;\n appearance: none;\n -webkit-appearance: none;\n z-index: 10;\n pointer-events: none;\n opacity: 0;\n visibility: hidden;\n transition: opacity 0.15s ease-out, visibility 0.15s ease-out;\n outline: none;\n}\n.megamenu__overlay.is-active {\n pointer-events: auto;\n opacity: 1;\n visibility: visible;\n height: 100vh;\n}\n@media screen and (max-width: 1239.98px) {\n .megamenu__overlay {\n display: none;\n }\n}\n.megamenu__accordion {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n}\n.megamenu__accordion > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n}\n.megamenu__accordion > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n}\n.megamenu__accordion {\n margin-bottom: 1.25rem;\n padding-left: 0;\n margin-bottom: 1.25rem;\n}\n.megamenu__accordion-item {\n display: flex;\n flex-direction: column;\n justify-content: center;\n border-bottom: 1px solid var(--color-border-strong);\n}\n.megamenu__accordion-item:last-child {\n border-bottom: 0px;\n}\n.megamenu__accordion-item ul {\n list-style-type: square;\n}\n.megamenu__accordion-item ul ul {\n list-style-type: disc;\n}\n.megamenu__accordion-item ul ul ul {\n list-style-type: circle;\n}\n.megamenu__accordion-item {\n border-top: none;\n border-bottom: 1px solid var(--color-border-subtle);\n}\n.megamenu__accordion-item:last-child {\n border-bottom: none;\n}\n.megamenu__accordion-header {\n z-index: 1;\n margin-bottom: 0;\n width: 100%;\n max-width: none;\n}\n.megamenu__accordion-button {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n}\n.megamenu__accordion-button:hover, .megamenu__accordion-button:focus-visible {\n color: #f16e00;\n cursor: pointer;\n}\n.megamenu__accordion-button:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 0 !important;\n}\n.megamenu__accordion-button:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 0 !important;\n}\n.megamenu__accordion-button:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n}\n.megamenu__accordion-button {\n padding: 0.9375rem 0;\n background: none;\n border: none;\n font-weight: 700;\n font-size: 1.125rem;\n color: var(--color-text-default);\n}\n.megamenu__accordion-button[aria-expanded=true] {\n border-bottom: 2px solid var(--color-border-accent);\n}\n.megamenu__accordion-title {\n flex: 1 1 auto;\n display: block;\n max-width: 30em;\n line-height: 1.4375rem;\n text-align: left;\n white-space: normal;\n font-size: 1.125rem;\n font-size: 1.125rem;\n font-weight: 700;\n}\n.megamenu__accordion-icon {\n flex: 0 0 auto;\n display: block;\n transform: rotate(90deg);\n}\n[aria-expanded=true] > .megamenu__accordion-icon, .megamenu__accordion-icon.is-active {\n transform: rotate(180deg);\n transform: rotate(270deg);\n}\n.megamenu__accordion-body {\n margin-bottom: 1.25rem;\n}\n.megamenu__accordion-body p:last-child {\n margin-bottom: 0;\n}\n.megamenu__accordion-body {\n display: none;\n margin-bottom: 0;\n padding: 1.25rem 0 1.875rem 0;\n}\n.megamenu__accordion-body.is-visible {\n display: block;\n}\n.megamenu__accordion-body h3 {\n margin-top: 1.25rem;\n}\n.megamenu__accordion-body h3:first-child {\n margin-top: 0;\n}\n.megamenu__input {\n font-weight: bold;\n border-radius: 0.3125rem;\n position: relative;\n display: inline-block;\n transform: translateZ(0);\n background-color: #ffffff;\n border: 2px solid var(--color-surface-moderate);\n}\n.megamenu__input:focus {\n border-color: var(--color-border-contrast);\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n}\n.megamenu__input:disabled {\n opacity: 1;\n -webkit-text-fill-color: #666;\n background-color: var(--color-surface-subtle);\n border-color: var(--color-surface-moderate);\n color: #666;\n}\n.megamenu__input:read-only {\n background-color: var(--color-surface-subtle);\n color: #666;\n}\n.megamenu__input.is-invalid {\n border-color: var(--color-icon-negative);\n}\n.megamenu__input.is-valid {\n padding-right: 2.25rem;\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,15 C3.35786438,15 0,11.6421356 0,7.5 C0,3.35786438 3.35786438,0 7.5,0 C11.6421356,0 15,3.35786438 15,7.5 C15,11.6421356 11.6421356,15 7.5,15 Z M3.40550597,6.68901229 C2.99100286,7.0539857 2.95085113,7.6858763 3.31582458,8.1003794 L5.77477826,10.8930318 C6.1397517,11.3075349 6.7716423,11.3476866 7.18614541,10.9827132 C7.20478962,10.9662968 7.22281563,10.9491914 7.24018594,10.9314326 L11.8941565,6.17336831 C12.2803381,5.7785491 12.2733359,5.14542284 11.8785167,4.75924123 C11.4836975,4.37305961 10.8505712,4.38006176 10.4643896,4.77488097 L7.31720124,7.9924615 C6.93101963,8.3872807 6.29789337,8.3942828 5.90307416,8.0081012 C5.88531533,7.9907309 5.86820993,7.9727049 5.85179355,7.9540607 L4.81687313,6.77869369 C4.45189969,6.36419058 3.82000909,6.32403885 3.40550597,6.68901229 Z' fill='%2332c832' /%3E%3C/svg%3E\");\n background-size: 1rem;\n background-position: calc(100% - 0.625rem);\n background-repeat: no-repeat;\n}\n.megamenu__input {\n margin-bottom: 1.875rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__input {\n margin-bottom: 0.9375rem;\n }\n}\n.megamenu__input {\n height: 2.5rem;\n padding: 0.5rem;\n}\n.megamenu__input--large {\n height: 3.125rem;\n padding: 0.8125rem;\n}\n.megamenu__input {\n width: 100%;\n max-width: 21.875rem;\n}\n.megamenu__input--3ch {\n max-width: 5rem;\n}\n.megamenu__input--8ch {\n max-width: 7.5rem;\n}\n.megamenu__input--12ch {\n max-width: 10rem;\n}\n.megamenu__input--fullwidth {\n max-width: 100%;\n}\n.megamenu__input--search-icon-with-placeholder {\n background-image: url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"none\"><path fill=\"%23999999\" fill-rule=\"evenodd\" d=\"m19.82 18-5.64-5.65a7.81 7.81 0 1 0-1.83 1.82L18 19.82a.63.63 0 0 0 .88 0l.94-.94a.63.63 0 0 0 0-.88Zm-12-4.88a5.32 5.32 0 1 1 0-10.63 5.32 5.32 0 0 1 0 10.63Z\" clip-rule=\"evenodd\"/></svg>');\n background-repeat: no-repeat;\n background-position: 0.5rem 0.5rem;\n}\n.megamenu__input--search-icon-with-placeholder.text-input--large {\n background-position: 0.8125rem 0.8125rem;\n}\n.megamenu__input--search-icon-with-placeholder {\n padding-left: 2.5rem;\n}\n.megamenu__input--search-icon-with-placeholder:not(:placeholder-shown), .megamenu__input--search-icon-with-placeholder:focus {\n background-image: url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"none\"><path fill=\"%23999999\" fill-rule=\"evenodd\" d=\"m19.82 18-5.64-5.65a7.81 7.81 0 1 0-1.83 1.82L18 19.82a.63.63 0 0 0 .88 0l.94-.94a.63.63 0 0 0 0-.88Zm-12-4.88a5.32 5.32 0 1 1 0-10.63 5.32 5.32 0 0 1 0 10.63Z\" clip-rule=\"evenodd\"/></svg>');\n}\n.megamenu__tag {\n display: inline-flex;\n vertical-align: baseline;\n border-radius: 9999px;\n box-decoration-break: clone;\n}\n.megamenu__tag {\n padding: 0.4375rem 0.75rem;\n font-size: 0.875rem;\n line-height: 1rem;\n font-weight: 700;\n}\n.megamenu__tag--small {\n padding: 0.125rem 0.5rem;\n font-size: 0.75rem;\n line-height: 0.875rem;\n font-weight: 400;\n}\n.megamenu__tag--large {\n padding: 0.78125rem 0.9375rem;\n font-size: 1rem;\n line-height: 1.125rem;\n font-weight: 700;\n}\n.megamenu__tag {\n color: var(--color-text-default);\n background-color: var(--color-fill-subtle);\n}\n.megamenu__tag--orange {\n color: #000000;\n background-color: #ffc48f;\n}\n.megamenu__tag--black {\n color: #ffffff;\n background-color: #333333;\n}\n.megamenu__tag--yellow {\n color: #000000;\n background-color: #fff6b6;\n}\n.megamenu__tag--green {\n color: #000000;\n background-color: #b8ebd6;\n}\n.megamenu__tag--blue {\n color: #000000;\n background-color: #b5e8f7;\n}\n.megamenu__tag--success {\n color: #ffffff;\n background-color: #228722;\n}\n.megamenu__tag--danger {\n color: #ffffff;\n background-color: #cd3c14;\n}\n.megamenu__tag--info {\n color: #ffffff;\n background-color: #4170d8;\n}\n.megamenu__tag--warning {\n color: #000000;\n background-color: #ffcc00;\n}\n.megamenu__tag--transparent {\n color: var(--color-text-default);\n background-color: transparent;\n}\n.megamenu__tag--transparent {\n border: 1px solid var(--color-border-strong);\n}\n.megamenu__tag--transparent:where(button) {\n background-color: transparent;\n color: var(--color-text-default);\n cursor: pointer;\n outline-offset: 2px;\n}\n@media (hover: hover) {\n .megamenu__tag--transparent:where(button):hover {\n border-color: var(--color-fill-secondary);\n }\n}\n.megamenu__tag--transparent:where(button):focus-visible {\n background-color: transparent;\n color: var(--color-text-default);\n outline: 2px solid var(--color-background-contrast) !important;\n border-color: transparent;\n}\n.megamenu__tag--transparent:where(button):active, .megamenu__tag--transparent:where(button).is-active {\n color: var(--color-text-inverse);\n background-color: var(--color-fill-secondary);\n border-color: var(--color-fill-secondary);\n z-index: 2;\n}\n.megamenu__tag--transparent:where(button) {\n z-index: 2;\n}\n.megamenu__tag--transparent:where(a) {\n background-color: transparent;\n color: var(--color-text-default);\n cursor: pointer;\n outline-offset: 2px;\n}\n@media (hover: hover) {\n .megamenu__tag--transparent:where(a):hover {\n border-color: var(--color-fill-secondary);\n }\n}\n.megamenu__tag--transparent:where(a):focus-visible {\n background-color: transparent;\n color: var(--color-text-default);\n outline: 2px solid var(--color-background-contrast) !important;\n border-color: transparent;\n}\n.megamenu__tag--transparent:where(a):active, .megamenu__tag--transparent:where(a).is-active {\n color: var(--color-text-inverse);\n background-color: var(--color-fill-secondary);\n border-color: var(--color-fill-secondary);\n z-index: 2;\n}\n.megamenu__tag--transparent:where(a) {\n z-index: 2;\n text-decoration: none;\n}\n.megamenu__tag--transparent:where(a):hover, .megamenu__tag--transparent:where(a):focus, .megamenu__tag--transparent:where(a):active, .megamenu__tag--transparent:where(a).is-active {\n text-decoration: none !important;\n}\n.megamenu__tag--transparent[aria-disabled=true], .megamenu__tag--transparent[disabled] {\n color: var(--color-text-disabled);\n background-color: transparent;\n border-color: var(--color-border-strong);\n cursor: not-allowed;\n}\n.megamenu__list--inline {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n}\n.megamenu__list--inline > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n}\n.megamenu__list--inline > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n}\n.megamenu__list--inline > li {\n display: inline-block;\n}\n.megamenu__list--inline > li:not(:last-child) {\n margin-right: 0.625rem;\n}\n.megamenu__list--gap-small {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu--hide-md-down {\n display: none !important;\n }\n}\n@media screen and (min-width: 992px) {\n .megamenu--hide-lg-up {\n display: none !important;\n }\n}\n.megamenu--align-center {\n text-align: center !important;\n}"]}
1
+ {"version":3,"sources":["style.scss"],"names":[],"mappings":"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","file":"megamenu.css","sourcesContent":[".megamenu .is-highlighted {\n background-color: var(--color-surface-accent);\n}\n.megamenu .sr-only {\n height: 1px;\n width: 1px;\n margin: -1px;\n padding: 0;\n border: 0;\n position: absolute;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n clip: rect(1px, 1px, 1px, 1px);\n}\n.megamenu .hide {\n display: none !important;\n}\n.megamenu ul {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n}\n.megamenu ul > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n}\n.megamenu ul > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n}\n.megamenu ul {\n margin-bottom: 1.875rem;\n}\n.megamenu h3 {\n margin: 0 0 0.9375rem 0;\n font-size: 1rem;\n line-height: 1.25;\n font-weight: 400;\n color: var(--color-text-default);\n}\n.megamenu a {\n color: var(--color-text-default);\n font-weight: 700;\n text-decoration: none;\n font-size: inherit;\n}\n.megamenu a:hover, .megamenu a:focus, .megamenu a:active {\n text-decoration: underline;\n text-underline-offset: 0.25rem;\n}\n.megamenu a:focus-visible {\n outline: 2px solid var(--color-border-accent);\n outline-offset: 2px;\n}\n.megamenu a[href]:focus,\n.megamenu area[href]:focus,\n.megamenu input:focus,\n.megamenu select:focus,\n.megamenu textarea:focus,\n.megamenu button:focus,\n.megamenu [type=button]:focus,\n.megamenu iframe:focus,\n.megamenu [tabindex]:not([tabindex=\"-1\"]):focus,\n.megamenu [contentEditable=true]:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n}\n.megamenu a[href]:focus-visible,\n.megamenu area[href]:focus-visible,\n.megamenu input:focus-visible,\n.megamenu select:focus-visible,\n.megamenu textarea:focus-visible,\n.megamenu button:focus-visible,\n.megamenu [type=button]:focus-visible,\n.megamenu iframe:focus-visible,\n.megamenu [tabindex]:not([tabindex=\"-1\"]):focus-visible,\n.megamenu [contentEditable=true]:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n}\n.megamenu a[href]:focus:not(:focus-visible),\n.megamenu area[href]:focus:not(:focus-visible),\n.megamenu input:focus:not(:focus-visible),\n.megamenu select:focus:not(:focus-visible),\n.megamenu textarea:focus:not(:focus-visible),\n.megamenu button:focus:not(:focus-visible),\n.megamenu [type=button]:focus:not(:focus-visible),\n.megamenu iframe:focus:not(:focus-visible),\n.megamenu [tabindex]:not([tabindex=\"-1\"]):focus:not(:focus-visible),\n.megamenu [contentEditable=true]:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n}\n.megamenu * {\n box-sizing: border-box;\n letter-spacing: -0.00625rem;\n line-height: 1.125rem;\n}\n.megamenu ::selection {\n background-color: rgba(241, 110, 0, 0.9);\n color: var(--color-text-default);\n}\n\n.megamenu,\n.megamenu.is-light {\n --color-background-primary: #ffffff;\n --color-background-secondary: #f4f4f4;\n --color-background-contrast: #141414;\n --color-background-accent: #fff6ed;\n --color-background-accent1-blog: #fff6cc;\n --color-background-accent2-blog: #eee7f7;\n --color-surface-primary: #ffffff;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f16e00;\n --color-surface-subtle: #eeeeee;\n --color-surface-moderate: #dddddd;\n --color-surface-contrast: #141414;\n --color-surface-accent: #fff6ed;\n --color-fill-primary: #ffffff;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f16e00;\n --color-fill-subtle: #eeeeee;\n --color-fill-moderate: #dddddd;\n --color-fill-disabled: #cccccc;\n --color-fill-contrast: #000000;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.0784313725);\n --color-fill-positive: rgba(34, 135, 34, 0.0784313725);\n --color-fill-warning: rgba(255, 204, 0, 0.0784313725);\n --color-fill-negative: rgba(205, 60, 20, 0.0784313725);\n --color-border-subtle: #dddddd;\n --color-border-strong: #cccccc;\n --color-border-contrast: #000000;\n --color-border-accent: #f16e00;\n --color-border-information: #4170d8;\n --color-border-positive: #228722;\n --color-border-warning: #ffcc00;\n --color-border-negative: #cd3c14;\n --color-icon-default: #000000;\n --color-icon-inverse: #ffffff;\n --color-icon-brand: #f16e00;\n --color-icon-accent: #ffc48f;\n --color-icon-disabled: #cccccc;\n --color-icon-information: #4170d8;\n --color-icon-positive: #228722;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #cd3c14;\n --color-text-default: #000000;\n --color-text-secondary: #000000;\n --color-text-disabled: #cccccc;\n --color-text-inverse: #ffffff;\n --color-text-accent: #f16e00;\n}\n\n.megamenu.is-dark {\n --color-background-primary: #141414;\n --color-background-secondary: #333333;\n --color-background-contrast: #ffffff;\n --color-background-accent: #2b1a10;\n --color-background-accent1-blog: #62342d;\n --color-background-accent2-blog: #2b1a10;\n --color-surface-primary: #141414;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f16e00;\n --color-surface-subtle: #333333;\n --color-surface-moderate: #595959;\n --color-surface-contrast: #ffffff;\n --color-surface-accent: #2b1a10;\n --color-fill-primary: #000000;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f16e00;\n --color-fill-subtle: #333333;\n --color-fill-moderate: #595959;\n --color-fill-disabled: #666666;\n --color-fill-contrast: #ffffff;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.2);\n --color-fill-positive: rgba(34, 135, 34, 0.2);\n --color-fill-warning: rgba(255, 204, 0, 0.2);\n --color-fill-negative: rgba(205, 60, 20, 0.2);\n --color-border-subtle: #333333;\n --color-border-strong: #666666;\n --color-border-contrast: #ffffff;\n --color-border-accent: #ff7900;\n --color-border-information: #6699ff;\n --color-border-positive: #66cc66;\n --color-border-warning: #ffcc00;\n --color-border-negative: #ff4d4d;\n --color-icon-default: #ffffff;\n --color-icon-inverse: #000000;\n --color-icon-brand: #ff7900;\n --color-icon-accent: #da8436;\n --color-icon-disabled: #666666;\n --color-icon-information: #6699ff;\n --color-icon-positive: #66cc66;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #ff4d4d;\n --color-text-default: #ffffff;\n --color-text-secondary: #cccccc;\n --color-text-disabled: #666666;\n --color-text-inverse: #000000;\n --color-text-accent: #ff7900;\n}\n\n.megamenu {\n top: 0;\n left: 0;\n width: 100%;\n z-index: 11;\n font-size: 1rem;\n color: var(--color-text-default);\n background-color: var(--color-surface-primary);\n box-sizing: border-box;\n font-family: 'OrangeSK Neue', Helvetica Neue, helvetica, arial, sans-serif;\n}\n.megamenu.is-sticky {\n position: fixed;\n}\n.megamenu.is-sticky .megamenu__main {\n position: sticky;\n top: 0;\n z-index: 12;\n}\n@media screen and (min-width: 992px) {\n .megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true] {\n transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;\n }\n .megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden {\n transform: translateY(-100%);\n opacity: 0;\n pointer-events: none;\n }\n .megamenu.is-sticky .megamenu__main {\n transition: transform 0.2s ease-in-out;\n }\n .megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden ~ .megamenu__main {\n transform: translateY(-2.5rem);\n }\n .megamenu.is-sticky .megamenu__top[data-hide-when-sticky=true].is-hidden {\n height: 2.5rem;\n overflow: hidden;\n }\n}\n@media screen and (min-width: 992px) {\n .megamenu.is-sticky.top-hidden {\n height: 5rem !important;\n }\n}\n.megamenu__nav {\n display: flex;\n flex: 1;\n list-style: none;\n margin: 0;\n padding: 0;\n max-width: none;\n align-items: center;\n gap: 1.875rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__nav {\n gap: 1.25rem;\n }\n}\n.megamenu__nav-item {\n display: flex;\n height: 100%;\n}\n.megamenu__nav--vertical {\n flex-direction: column;\n align-items: stretch;\n width: 100%;\n padding: 0.625rem 0;\n gap: 0.9375rem;\n}\n.megamenu__nav--vertical > .megamenu__nav-item > *.is-active, .megamenu__nav--vertical > .megamenu__nav-item > *:hover, .megamenu__nav--vertical > .megamenu__nav-item > *:focus, .megamenu__nav--vertical > .megamenu__nav-item > *:active {\n box-shadow: none !important;\n}\n.megamenu__nav--space-small {\n gap: 0.9375rem;\n}\n.megamenu__nav-dropdown {\n position: absolute;\n top: calc(100% + 1px);\n left: 0;\n width: 100%;\n background-color: var(--color-surface-primary);\n padding: 1.25rem 0;\n display: none;\n opacity: 0;\n z-index: 15;\n}\n.megamenu__nav-dropdown.is-visible {\n opacity: 1;\n}\n.megamenu__nav-logo {\n display: flex;\n align-items: center;\n}\n.megamenu__nav-logo > svg,\n.megamenu__nav-logo > img {\n width: 2.5rem;\n height: 2.5rem;\n}\n.megamenu__nav-logo > svg + *,\n.megamenu__nav-logo > img + * {\n margin-left: 1.25rem;\n}\n.megamenu__nav-logo > * {\n font-size: 2.125rem;\n line-height: 2.5rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__nav-logo > svg,\n .megamenu__nav-logo > img {\n width: 1.875rem;\n height: 1.875rem;\n }\n .megamenu__nav-logo > svg + *,\n .megamenu__nav-logo > img + * {\n margin-left: 0.625rem;\n }\n .megamenu__nav-logo > * {\n font-size: 1.25rem;\n line-height: 1.875rem;\n }\n}\n.megamenu__nav-link {\n display: flex;\n font-weight: 700;\n font-size: 1rem !important;\n align-items: center;\n color: var(--color-text-default);\n text-decoration: none;\n}\n.megamenu__nav-link:hover, .megamenu__nav-link:focus, .megamenu__nav-link:active, .megamenu__nav-link.is-active {\n box-shadow: 0 -4px 0 var(--color-border-accent) inset;\n text-decoration: none !important;\n}\n.megamenu__nav-cart-icon {\n position: relative;\n}\n.megamenu__nav-cart-icon:after {\n content: attr(data-items-in-cart);\n position: absolute;\n right: -25%;\n top: -25%;\n width: 1.125rem;\n height: 1.125rem;\n background-color: var(--color-icon-information);\n border-radius: 50%;\n font-size: 0.875rem;\n color: #ffffff;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.megamenu__nav-button {\n position: relative;\n display: flex;\n font-size: 1rem;\n font-weight: 700;\n align-items: center;\n color: var(--color-text-default);\n background: none;\n border: none;\n cursor: pointer;\n padding: 0;\n}\n.megamenu__nav-button:hover, .megamenu__nav-button:focus, .megamenu__nav-button:active, .megamenu__nav-button.is-active {\n box-shadow: 0 -4px 0 var(--color-border-accent) inset;\n}\n.megamenu__nav-button:focus-visible {\n outline: 2px solid var(--color-border-accent);\n outline-offset: 2px;\n}\n.megamenu__nav-button--indicator {\n padding: 0 1.25rem 0 0;\n}\n.megamenu__nav-button--indicator:after {\n content: \"\";\n position: absolute;\n right: 0;\n bottom: 2.25rem;\n width: 0;\n height: 0;\n margin-left: 0.5em;\n border-color: currentcolor transparent transparent;\n border-style: solid;\n border-width: 7px 7px 0;\n transition: transform 0.1s ease-out;\n}\n.megamenu__nav-button--indicator.is-active:after {\n transform: rotate(180deg);\n}\n.megamenu__nav-icon {\n display: flex;\n margin-right: 0.3125rem;\n}\n.megamenu__nav-spacer {\n display: flex;\n flex: 1 0 1px;\n visibility: hidden;\n}\n.megamenu__subnav {\n margin: 0 0 1.875rem 0;\n}\n.megamenu__subnav:last-child {\n margin-bottom: 0;\n}\n.megamenu__subnav-item {\n margin-bottom: 0.625rem !important;\n}\n.megamenu__subnav-item:last-child {\n margin-bottom: 0;\n}\n.megamenu__top {\n display: flex;\n border-bottom: 1px solid var(--color-border-subtle);\n min-height: 2.5rem;\n}\n.megamenu__main {\n display: flex;\n border-bottom: 1px solid var(--color-border-subtle);\n min-height: 5rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__main {\n min-height: 3.75rem;\n }\n}\n.megamenu__submain {\n display: flex;\n border-bottom: 1px solid var(--color-border-subtle);\n padding: 1.25rem 0;\n}\n.megamenu__mobile {\n position: fixed;\n z-index: 100;\n width: 0;\n height: 0;\n top: 0;\n right: 0;\n overflow: hidden;\n visibility: hidden;\n transition: visibility 0s linear 0.2s, width 0s linear 0.2s, height 0s linear 0.2s;\n}\n.megamenu__mobile:after {\n content: \"\";\n position: absolute;\n z-index: -1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: color-mix(in srgb, var(--color-surface-contrast) 75%, transparent);\n opacity: 0;\n transition: opacity 0.2s ease-out;\n}\n.megamenu__mobile.is-active {\n visibility: visible;\n width: 100vw;\n height: 100vh;\n transition-delay: 0s;\n}\n.megamenu__mobile.is-active.is-active .megamenu__mobile-wrapper {\n transform: translateX(0);\n}\n.megamenu__mobile.is-active:after {\n opacity: 1;\n}\n.megamenu__mobile .megamenu__container {\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n.megamenu__mobile-overlay {\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n background: transparent;\n border: none;\n appearance: none;\n -webkit-appearance: none;\n}\n.megamenu__mobile-wrapper {\n position: absolute;\n width: 23.75rem;\n max-width: 90vw;\n height: 100%;\n top: 0;\n right: 0;\n overflow-x: inherit;\n overflow-y: auto;\n transform: translateX(100%);\n transition: transform 0.2s ease-out;\n background-color: var(--color-surface-primary);\n}\n@media screen and (max-width: 479.98px) {\n .megamenu__mobile-wrapper {\n width: 100%;\n max-width: 100%;\n }\n}\n.megamenu__mobile-header {\n display: flex;\n min-height: 3.75rem;\n border-bottom: 1px solid var(--color-border-subtle);\n}\n.megamenu__mobile-body {\n padding-top: 0.9375rem;\n}\n.megamenu__container {\n width: 100%;\n max-width: none;\n margin-left: auto;\n margin-right: auto;\n padding-left: 0.625rem;\n padding-right: 0.625rem;\n}\n@media screen and (min-width: 768px) {\n .megamenu__container {\n max-width: 744px;\n }\n}\n@media screen and (min-width: 992px) {\n .megamenu__container {\n max-width: 960px;\n }\n}\n@media screen and (min-width: 1240px) {\n .megamenu__container {\n max-width: 1200px;\n }\n}\n@media screen and (min-width: 1380px) {\n .megamenu__container {\n max-width: 1320px;\n }\n}\n.megamenu__container > *:last-child {\n margin-bottom: 0;\n}\n.megamenu__container {\n display: flex;\n flex-direction: column;\n flex: 1;\n}\n.megamenu__grid {\n display: grid;\n grid-auto-flow: column;\n grid-auto-columns: 1fr;\n gap: 1.25rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__grid {\n grid-auto-flow: row;\n grid-auto-columns: 100%;\n }\n}\n.megamenu__card {\n border-radius: 1.25rem;\n padding: 1.875rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__card {\n padding: 0.9375rem;\n }\n}\n.megamenu__text--large {\n font-size: 1.75rem !important;\n font-weight: 700;\n line-height: 2rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__text--large {\n font-size: 1.5rem !important;\n line-height: 1.75rem;\n }\n}\n.megamenu-icon {\n fill: currentColor;\n display: inline-block;\n vertical-align: middle;\n}\n.megamenu-icon__use {\n display: inline;\n}\n.megamenu-icon__use--light {\n display: inline;\n}\n.megamenu-icon__use--dark {\n display: none;\n}\n.is-dark .megamenu-icon__use--light, [data-theme=dark] .megamenu-icon__use--light, .dark .megamenu-icon__use--light {\n display: none;\n}\n.is-dark .megamenu-icon__use--dark, [data-theme=dark] .megamenu-icon__use--dark, .dark .megamenu-icon__use--dark {\n display: inline;\n}\n.megamenu__overlay {\n position: absolute;\n top: 100%;\n left: 0;\n width: 100%;\n height: 0;\n background-color: color-mix(in srgb, var(--color-surface-contrast) 75%, transparent);\n border: none;\n appearance: none;\n -webkit-appearance: none;\n z-index: 10;\n pointer-events: none;\n opacity: 0;\n visibility: hidden;\n transition: opacity 0.15s ease-out, visibility 0.15s ease-out;\n outline: none;\n}\n.megamenu__overlay.is-active {\n pointer-events: auto;\n opacity: 1;\n visibility: visible;\n height: 100vh;\n}\n@media screen and (max-width: 1239.98px) {\n .megamenu__overlay {\n display: none;\n }\n}\n.megamenu-spacer {\n height: 7.375rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu-spacer {\n height: 3.625rem;\n }\n}\n.megamenu-spacer--small {\n height: 4.875rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu-spacer--small {\n height: 3.625rem;\n }\n}\n.megamenu__accordion {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n}\n.megamenu__accordion > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n}\n.megamenu__accordion > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n}\n.megamenu__accordion {\n margin-bottom: 1.25rem;\n padding-left: 0;\n margin-bottom: 1.25rem;\n}\n.megamenu__accordion-item {\n display: flex;\n flex-direction: column;\n justify-content: center;\n border-bottom: 1px solid var(--color-border-strong);\n}\n.megamenu__accordion-item:last-child {\n border-bottom: 0px;\n}\n.megamenu__accordion-item ul {\n list-style-type: square;\n}\n.megamenu__accordion-item ul ul {\n list-style-type: disc;\n}\n.megamenu__accordion-item ul ul ul {\n list-style-type: circle;\n}\n.megamenu__accordion-item {\n border-top: none;\n border-bottom: 1px solid var(--color-border-subtle);\n}\n.megamenu__accordion-item:last-child {\n border-bottom: none;\n}\n.megamenu__accordion-header {\n z-index: 1;\n margin-bottom: 0;\n width: 100%;\n max-width: none;\n}\n.megamenu__accordion-button {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n}\n.megamenu__accordion-button:hover, .megamenu__accordion-button:focus-visible {\n color: #f16e00;\n cursor: pointer;\n}\n.megamenu__accordion-button:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 0 !important;\n}\n.megamenu__accordion-button:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 0 !important;\n}\n.megamenu__accordion-button:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n}\n.megamenu__accordion-button {\n padding: 0.9375rem 0;\n background: none;\n border: none;\n font-weight: 700;\n font-size: 1.125rem;\n color: var(--color-text-default);\n}\n.megamenu__accordion-button[aria-expanded=true] {\n border-bottom: 2px solid var(--color-border-accent);\n}\n.megamenu__accordion-title {\n flex: 1 1 auto;\n display: block;\n max-width: 30em;\n line-height: 1.4375rem;\n text-align: left;\n white-space: normal;\n font-size: 1.125rem;\n font-size: 1.125rem;\n font-weight: 700;\n}\n.megamenu__accordion-icon {\n flex: 0 0 auto;\n display: block;\n transform: rotate(90deg);\n}\n[aria-expanded=true] > .megamenu__accordion-icon, .megamenu__accordion-icon.is-active {\n transform: rotate(180deg);\n transform: rotate(270deg);\n}\n.megamenu__accordion-body {\n margin-bottom: 1.25rem;\n}\n.megamenu__accordion-body p:last-child {\n margin-bottom: 0;\n}\n.megamenu__accordion-body {\n display: none;\n margin-bottom: 0;\n padding: 1.25rem 0 1.875rem 0;\n}\n.megamenu__accordion-body.is-visible {\n display: block;\n}\n.megamenu__accordion-body h3 {\n margin-top: 1.25rem;\n}\n.megamenu__accordion-body h3:first-child {\n margin-top: 0;\n}\n.megamenu__input {\n font-weight: bold;\n border-radius: 0.3125rem;\n position: relative;\n display: inline-block;\n transform: translateZ(0);\n background-color: #ffffff;\n border: 2px solid var(--color-surface-moderate);\n}\n.megamenu__input:focus {\n border-color: var(--color-border-contrast);\n box-shadow: 0 0 0 2px var(--color-background-primary), 0 0 0 4px var(--color-border-contrast);\n}\n.megamenu__input:disabled {\n opacity: 1;\n -webkit-text-fill-color: #666;\n background-color: var(--color-surface-subtle);\n border-color: var(--color-surface-moderate);\n color: #666;\n}\n.megamenu__input:read-only {\n background-color: var(--color-surface-subtle);\n color: #666;\n}\n.megamenu__input.is-invalid {\n border-color: var(--color-icon-negative);\n}\n.megamenu__input.is-valid {\n padding-right: 2.25rem;\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,15 C3.35786438,15 0,11.6421356 0,7.5 C0,3.35786438 3.35786438,0 7.5,0 C11.6421356,0 15,3.35786438 15,7.5 C15,11.6421356 11.6421356,15 7.5,15 Z M3.40550597,6.68901229 C2.99100286,7.0539857 2.95085113,7.6858763 3.31582458,8.1003794 L5.77477826,10.8930318 C6.1397517,11.3075349 6.7716423,11.3476866 7.18614541,10.9827132 C7.20478962,10.9662968 7.22281563,10.9491914 7.24018594,10.9314326 L11.8941565,6.17336831 C12.2803381,5.7785491 12.2733359,5.14542284 11.8785167,4.75924123 C11.4836975,4.37305961 10.8505712,4.38006176 10.4643896,4.77488097 L7.31720124,7.9924615 C6.93101963,8.3872807 6.29789337,8.3942828 5.90307416,8.0081012 C5.88531533,7.9907309 5.86820993,7.9727049 5.85179355,7.9540607 L4.81687313,6.77869369 C4.45189969,6.36419058 3.82000909,6.32403885 3.40550597,6.68901229 Z' fill='%2332c832' /%3E%3C/svg%3E\");\n background-size: 1rem;\n background-position: calc(100% - 0.625rem);\n background-repeat: no-repeat;\n}\n.megamenu__input {\n margin-bottom: 1.875rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu__input {\n margin-bottom: 0.9375rem;\n }\n}\n.megamenu__input {\n height: 2.5rem;\n padding: 0.5rem;\n}\n.megamenu__input--large {\n height: 3.125rem;\n padding: 0.8125rem;\n}\n.megamenu__input {\n width: 100%;\n max-width: 21.875rem;\n}\n.megamenu__input--3ch {\n max-width: 5rem;\n}\n.megamenu__input--8ch {\n max-width: 7.5rem;\n}\n.megamenu__input--12ch {\n max-width: 10rem;\n}\n.megamenu__input--fullwidth {\n max-width: 100%;\n}\n.megamenu__input--search-icon-with-placeholder {\n background-image: url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"none\"><path fill=\"%23999999\" fill-rule=\"evenodd\" d=\"m19.82 18-5.64-5.65a7.81 7.81 0 1 0-1.83 1.82L18 19.82a.63.63 0 0 0 .88 0l.94-.94a.63.63 0 0 0 0-.88Zm-12-4.88a5.32 5.32 0 1 1 0-10.63 5.32 5.32 0 0 1 0 10.63Z\" clip-rule=\"evenodd\"/></svg>');\n background-repeat: no-repeat;\n background-position: 0.5rem 0.5rem;\n}\n.megamenu__input--search-icon-with-placeholder.text-input--large {\n background-position: 0.8125rem 0.8125rem;\n}\n.megamenu__input--search-icon-with-placeholder {\n padding-left: 2.5rem;\n}\n.megamenu__input--search-icon-with-placeholder:not(:placeholder-shown), .megamenu__input--search-icon-with-placeholder:focus {\n background-image: url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"none\"><path fill=\"%23999999\" fill-rule=\"evenodd\" d=\"m19.82 18-5.64-5.65a7.81 7.81 0 1 0-1.83 1.82L18 19.82a.63.63 0 0 0 .88 0l.94-.94a.63.63 0 0 0 0-.88Zm-12-4.88a5.32 5.32 0 1 1 0-10.63 5.32 5.32 0 0 1 0 10.63Z\" clip-rule=\"evenodd\"/></svg>');\n}\n.megamenu__tag {\n display: inline-flex;\n vertical-align: baseline;\n border-radius: 9999px;\n box-decoration-break: clone;\n}\n.megamenu__tag {\n padding: 0.4375rem 0.75rem;\n font-size: 0.875rem;\n line-height: 1rem;\n font-weight: 700;\n}\n.megamenu__tag--small {\n padding: 0.125rem 0.5rem;\n font-size: 0.75rem;\n line-height: 0.875rem;\n font-weight: 400;\n}\n.megamenu__tag--large {\n padding: 0.78125rem 0.9375rem;\n font-size: 1rem;\n line-height: 1.125rem;\n font-weight: 700;\n}\n.megamenu__tag {\n color: var(--color-text-default);\n background-color: var(--color-fill-subtle);\n}\n.megamenu__tag--orange {\n color: #000000;\n background-color: #ffc48f;\n}\n.megamenu__tag--black {\n color: #ffffff;\n background-color: #333333;\n}\n.megamenu__tag--yellow {\n color: #000000;\n background-color: #fff6b6;\n}\n.megamenu__tag--green {\n color: #000000;\n background-color: #b8ebd6;\n}\n.megamenu__tag--blue {\n color: #000000;\n background-color: #b5e8f7;\n}\n.megamenu__tag--success {\n color: #ffffff;\n background-color: #228722;\n}\n.megamenu__tag--danger {\n color: #ffffff;\n background-color: #cd3c14;\n}\n.megamenu__tag--info {\n color: #ffffff;\n background-color: #4170d8;\n}\n.megamenu__tag--warning {\n color: #000000;\n background-color: #ffcc00;\n}\n.megamenu__tag--transparent {\n color: var(--color-text-default);\n background-color: transparent;\n}\n.megamenu__tag--transparent {\n border: 1px solid var(--color-border-strong);\n}\n.megamenu__tag--transparent:where(button) {\n background-color: transparent;\n color: var(--color-text-default);\n cursor: pointer;\n outline-offset: 2px;\n}\n@media (hover: hover) {\n .megamenu__tag--transparent:where(button):hover {\n border-color: var(--color-fill-secondary);\n }\n}\n.megamenu__tag--transparent:where(button):focus-visible {\n background-color: transparent;\n color: var(--color-text-default);\n outline: 2px solid var(--color-background-contrast) !important;\n border-color: transparent;\n}\n.megamenu__tag--transparent:where(button):active, .megamenu__tag--transparent:where(button).is-active {\n color: var(--color-text-inverse);\n background-color: var(--color-fill-secondary);\n border-color: var(--color-fill-secondary);\n z-index: 2;\n}\n.megamenu__tag--transparent:where(button) {\n z-index: 2;\n}\n.megamenu__tag--transparent:where(a) {\n background-color: transparent;\n color: var(--color-text-default);\n cursor: pointer;\n outline-offset: 2px;\n}\n@media (hover: hover) {\n .megamenu__tag--transparent:where(a):hover {\n border-color: var(--color-fill-secondary);\n }\n}\n.megamenu__tag--transparent:where(a):focus-visible {\n background-color: transparent;\n color: var(--color-text-default);\n outline: 2px solid var(--color-background-contrast) !important;\n border-color: transparent;\n}\n.megamenu__tag--transparent:where(a):active, .megamenu__tag--transparent:where(a).is-active {\n color: var(--color-text-inverse);\n background-color: var(--color-fill-secondary);\n border-color: var(--color-fill-secondary);\n z-index: 2;\n}\n.megamenu__tag--transparent:where(a) {\n z-index: 2;\n text-decoration: none;\n}\n.megamenu__tag--transparent:where(a):hover, .megamenu__tag--transparent:where(a):focus, .megamenu__tag--transparent:where(a):active, .megamenu__tag--transparent:where(a).is-active {\n text-decoration: none !important;\n}\n.megamenu__tag--transparent[aria-disabled=true], .megamenu__tag--transparent[disabled] {\n color: var(--color-text-disabled);\n background-color: transparent;\n border-color: var(--color-border-strong);\n cursor: not-allowed;\n}\n.megamenu__list--inline {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n}\n.megamenu__list--inline > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n}\n.megamenu__list--inline > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n}\n.megamenu__list--inline > li {\n display: inline-block;\n}\n.megamenu__list--inline > li:not(:last-child) {\n margin-right: 0.625rem;\n}\n.megamenu__list--gap-small {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n}\n@media screen and (max-width: 991.98px) {\n .megamenu--hide-md-down {\n display: none !important;\n }\n}\n@media screen and (min-width: 992px) {\n .megamenu--hide-lg-up {\n display: none !important;\n }\n}\n.megamenu--align-center {\n text-align: center !important;\n}"]}
@@ -1,2 +1,2 @@
1
- function e(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function t(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,i(o.key),o)}}function n(t){return function(t){if(Array.isArray(t))return e(t)}(t)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(t)||function(t,n){if(t){if("string"==typeof t)return e(t,n);var i={}.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?e(t,n):void 0}}(t)||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 i(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e){return o="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},o(e)}var r,s="megamenu",a="".concat(s,"__nav-button"),l="".concat(s,"__nav-dropdown"),c="".concat(s,"__overlay"),u="".concat(s,"--hide-lg-up"),d="".concat(s,"__mobile"),h="".concat(s,"__mobile-overlay"),f="".concat(s,"__accordion-button"),v="".concat(s,"__accordion-icon"),m={dataToggle:"data-toggle",activeClass:"is-active",removeOnDestroy:!1},y=function(){return e=function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t.ODS_Megamenu?t.ODS_Megamenu:(this.element=t,this.config=Object.assign(Object.assign({},m),n),this.handleToggleClick=this.handleToggleClick.bind(this),this.handleKeyPress=this.handleKeyPress.bind(this),this.handleScroll=this.handleScroll.bind(this),this.handleAccordionClick=this.handleAccordionClick.bind(this),this.handleArrowNavigation=this.handleArrowNavigation.bind(this),this.trapFocus=this.trapFocus.bind(this),this.element.ODS_Megamenu=this,this.init(),this)},n=[{key:"init",value:function(){var e=this;this.toggleButtons=this.element.querySelectorAll(".".concat(a,"[aria-controls]")),this.dropdowns=this.element.querySelectorAll(".".concat(l)),this.mobileMenuButton=this.element.querySelector(".".concat(u," button")),this.mobileMenu=this.element.querySelector(".".concat(d)),this.mobileOverlay=this.element.querySelector(".".concat(h)),this.mobileCloseButton=this.element.querySelector("[data-megamenu-close-button]"),this.desktopOverlay=this.element.querySelector(".".concat(c)),this.accordionButtons=this.element.querySelectorAll(".".concat(f)),this.toggleButtons.forEach(function(t){t.addEventListener("click",e.handleToggleClick)}),this.mobileMenuButton&&this.mobileMenuButton.addEventListener("click",this.handleMobileMenuToggle.bind(this)),this.mobileOverlay&&this.mobileOverlay.addEventListener("click",this.closeMobileMenu.bind(this)),this.mobileCloseButton&&this.mobileCloseButton.addEventListener("click",this.closeMobileMenu.bind(this)),this.desktopOverlay&&this.desktopOverlay.addEventListener("click",this.closeAllDropdowns.bind(this)),this.accordionButtons.forEach(function(t){t.addEventListener("click",e.handleAccordionClick)}),this.element.addEventListener("keydown",this.handleKeyPress),window.addEventListener("scroll",this.handleScroll),this.isKeyboardUser=!1,this.keydownHandler=function(t){"Tab"!==t.key&&" "!==t.key&&"Enter"!==t.key||(e.isKeyboardUser=!0)},this.mousedownHandler=function(){e.isKeyboardUser=!1},this.touchstartHandler=function(){e.isKeyboardUser=!1},this.element.addEventListener("keydown",this.keydownHandler),this.element.addEventListener("mousedown",this.mousedownHandler),this.element.addEventListener("touchstart",this.touchstartHandler),this.updateTabIndices()}},{key:"handleToggleClick",value:function(e){var t=e.currentTarget,n=t.classList.contains(this.config.activeClass);this.closeAllDropdowns(),n?t.focus():this.openDropdown(t)}},{key:"handleKeyPress",value:function(e){var t,n,i;if("Escape"===e.key){var o=Array.from(this.toggleButtons).find(function(e){return"true"===e.getAttribute("aria-expanded")});this.closeAllDropdowns(),this.closeMobileMenu(),this.closeAllAccordions(),o&&o.focus()}if("Enter"===e.key||" "===e.key){var r=e.target;("BUTTON"===r.tagName&&r.hasAttribute("aria-controls")||r.classList.contains(f))&&(e.preventDefault(),r.click())}if("Home"===e.key||"End"===e.key){var s=null===(t=e.target)||void 0===t?void 0:t.closest(".".concat(l));if(s){e.preventDefault();var a=Array.from(s.querySelectorAll('a, button, [tabindex]:not([tabindex="-1"])'));"Home"===e.key&&a.length>0?a[0].focus():"End"===e.key&&a.length>0&&a[a.length-1].focus()}}if("ArrowDown"===e.key){var c=e.target;if("BUTTON"===c.tagName&&c.hasAttribute("aria-controls")){if("true"===c.getAttribute("aria-expanded")){e.preventDefault();var u=null===(n=c.parentElement)||void 0===n?void 0:n.querySelector(".".concat(l)),d=null==u?void 0:u.querySelector("a, button");d&&d.focus()}}else{var h=c.closest(".".concat(l));h&&(e.preventDefault(),this.handleArrowNavigation(e,h))}}if("ArrowUp"===e.key){var v=null===(i=e.target)||void 0===i?void 0:i.closest(".".concat(l));v&&(e.preventDefault(),this.handleArrowNavigation(e,v))}}},{key:"handleAccordionClick",value:function(e){var t=e.currentTarget,n="true"===t.getAttribute("aria-expanded");this.closeAllAccordions(),n||this.openAccordion(t)}},{key:"handleScroll",value:function(){var e=this.element.querySelector('[data-hide-when-sticky="true"]');e&&(window.scrollY>15?e.classList.add("is-hidden"):e.classList.remove("is-hidden"))}},{key:"openDropdown",value:function(e){var t,n=null===(t=e.parentElement)||void 0===t?void 0:t.querySelector(".".concat(l));n&&(e.classList.add(this.config.activeClass),e.setAttribute("aria-expanded","true"),n.style.display="block",n.classList.add("is-visible"),this.showDesktopOverlay(),this.updateTabIndices())}},{key:"closeDropdown",value:function(e){var t,n=null===(t=e.parentElement)||void 0===t?void 0:t.querySelector(".".concat(l));n&&(e.classList.remove(this.config.activeClass),e.setAttribute("aria-expanded","false"),n.classList.remove("is-visible"),n.style.display="none",this.updateTabIndices())}},{key:"closeAllDropdowns",value:function(){var e=this;this.toggleButtons.forEach(function(t){e.closeDropdown(t)}),this.hideDesktopOverlay()}},{key:"handleMobileMenuToggle",value:function(e){var t;e.preventDefault(),(null===(t=this.mobileMenu)||void 0===t?void 0:t.classList.contains(this.config.activeClass))?this.closeMobileMenu():this.openMobileMenu()}},{key:"openMobileMenu",value:function(){if(this.mobileMenu&&(this.lastFocusedElement=document.activeElement,this.mobileMenu.classList.add(this.config.activeClass),document.body.style.overflow="hidden",this.trapFocus(this.mobileMenu),this.isKeyboardUser)){var e=this.mobileMenu.querySelector("button, a");e&&setTimeout(function(){return e.focus()},50)}}},{key:"closeMobileMenu",value:function(){this.mobileMenu&&(this.mobileMenu.classList.remove(this.config.activeClass),document.body.style.overflow="",this.closeAllAccordions(),this.removeFocusTrap(),this.isKeyboardUser&&this.lastFocusedElement&&this.lastFocusedElement.focus(),this.lastFocusedElement=null)}},{key:"showDesktopOverlay",value:function(){this.desktopOverlay&&this.desktopOverlay.classList.add(this.config.activeClass)}},{key:"hideDesktopOverlay",value:function(){this.desktopOverlay&&this.desktopOverlay.classList.remove(this.config.activeClass)}},{key:"openAccordion",value:function(e){var t=e.getAttribute("aria-controls"),n=t?this.element.querySelector("#".concat(t)):null,i=e.querySelector(".".concat(v));n&&(e.setAttribute("aria-expanded","true"),e.classList.add(this.config.activeClass),n.classList.add("is-visible"),n.style.display="block",i&&i.classList.add(this.config.activeClass))}},{key:"closeAccordion",value:function(e){var t=e.getAttribute("aria-controls"),n=t?this.element.querySelector("#".concat(t)):null,i=e.querySelector(".".concat(v));n&&(e.setAttribute("aria-expanded","false"),e.classList.remove(this.config.activeClass),n.classList.remove("is-visible"),n.style.display="none",i&&i.classList.remove(this.config.activeClass))}},{key:"closeAllAccordions",value:function(){var e=this;this.accordionButtons.forEach(function(t){e.closeAccordion(t)})}},{key:"handleArrowNavigation",value:function(e,t){var n=Array.from(t.querySelectorAll('a, button, [tabindex]:not([tabindex="-1"])'));if(0!==n.length){var i,o=n.findIndex(function(t){return t===e.target});if("ArrowDown"===e.key)i=o<n.length-1?o+1:0;else{if("ArrowUp"!==e.key)return;i=o>0?o-1:n.length-1}i>=0&&i<n.length&&n[i]&&n[i].focus()}}},{key:"trapFocus",value:function(e){var t=e.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),n=t[0],i=t[t.length-1];this.focusTrapHandler=function(e){"Tab"===e.key&&(e.shiftKey?document.activeElement===n&&(e.preventDefault(),i.focus()):document.activeElement===i&&(e.preventDefault(),n.focus()))},e.addEventListener("keydown",this.focusTrapHandler)}},{key:"removeFocusTrap",value:function(){this.mobileMenu&&this.focusTrapHandler&&this.mobileMenu.removeEventListener("keydown",this.focusTrapHandler)}},{key:"updateTabIndices",value:function(){if(this.dropdowns.forEach(function(e){var t=e.classList.contains("is-visible");e.querySelectorAll("a, button, [tabindex]:not([tabindex='-1'])").forEach(function(e){var n=t;n&&-1===e.tabIndex?e.tabIndex=0:n||-1===e.tabIndex||(e.tabIndex=-1)})}),this.mobileMenu){var e=this.mobileMenu.classList.contains(this.config.activeClass);this.mobileMenu.querySelectorAll("a, button, [tabindex]:not([tabindex='-1'])").forEach(function(t){t.tabIndex=e?0:-1})}}},{key:"destroy",value:function(){var e=this;this.toggleButtons.forEach(function(t){t.removeEventListener("click",e.handleToggleClick)}),this.mobileMenuButton&&this.mobileMenuButton.removeEventListener("click",this.handleMobileMenuToggle.bind(this)),this.mobileOverlay&&this.mobileOverlay.removeEventListener("click",this.closeMobileMenu.bind(this)),this.mobileCloseButton&&this.mobileCloseButton.removeEventListener("click",this.closeMobileMenu.bind(this)),this.desktopOverlay&&this.desktopOverlay.removeEventListener("click",this.closeAllDropdowns.bind(this)),this.accordionButtons.forEach(function(t){t.removeEventListener("click",e.handleAccordionClick)}),this.element.removeEventListener("keydown",this.handleKeyPress),window.removeEventListener("scroll",this.handleScroll),this.element.removeEventListener("keydown",this.keydownHandler),this.element.removeEventListener("mousedown",this.mousedownHandler),this.element.removeEventListener("touchstart",this.touchstartHandler),document.body.style.overflow="",this.element.ODS_Megamenu=null,this.config.removeOnDestroy&&this.element.remove()}}],i=[{key:"getInstance",value:function(e){return e&&e.ODS_Megamenu?e.ODS_Megamenu:null}}],n&&t(e.prototype,n),i&&t(e,i),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,n,i}(),b={exports:{}};r||(r=1,b.exports=function(){var e=["decimals","thousand","mark","prefix","suffix","encoder","decoder","negativeBefore","negative","edit","undo"];function t(e){return e.split("").reverse().join("")}function n(e,t){return e.substring(0,t.length)===t}function i(e,t){return e.slice(-1*t.length)===t}function o(e,t,n){if((e[t]||e[n])&&e[t]===e[n])throw new Error(t)}function r(e){return"number"==typeof e&&isFinite(e)}function s(e,t){return e=e.toString().split("e"),(+((e=(e=Math.round(+(e[0]+"e"+(e[1]?+e[1]+t:t)))).toString().split("e"))[0]+"e"+(e[1]?+e[1]-t:-t))).toFixed(t)}function a(e,n,i,o,a,l,c,u,d,h,f,v){var m,y,b,g=v,p="",w="";return l&&(v=l(v)),!!r(v)&&(!1!==e&&0===parseFloat(v.toFixed(e))&&(v=0),v<0&&(m=!0,v=Math.abs(v)),!1!==e&&(v=s(v,e)),-1!==(v=v.toString()).indexOf(".")?(b=(y=v.split("."))[0],i&&(p=i+y[1])):b=v,n&&(b=t(b).match(/.{1,3}/g),b=t(b.join(t(n)))),m&&u&&(w+=u),o&&(w+=o),m&&d&&(w+=d),w+=b,w+=p,a&&(w+=a),h&&(w=h(w,g)),w)}function l(e,t,o,s,a,l,c,u,d,h,f,v){var m,y="";return f&&(v=f(v)),!(!v||"string"!=typeof v)&&(u&&n(v,u)&&(v=v.replace(u,""),m=!0),s&&n(v,s)&&(v=v.replace(s,"")),d&&n(v,d)&&(v=v.replace(d,""),m=!0),a&&i(v,a)&&(v=v.slice(0,-1*a.length)),t&&(v=v.split(t).join("")),o&&(v=v.replace(o,".")),m&&(y+="-"),""!==(y=(y+=v).replace(/[^0-9\.\-.]/g,""))&&(y=Number(y),c&&(y=c(y)),!!r(y)&&y))}function c(t){var n,i,r,s={};for(void 0===t.suffix&&(t.suffix=t.postfix),n=0;n<e.length;n+=1)if(void 0===(r=t[i=e[n]]))"negative"!==i||s.negativeBefore?"mark"===i&&"."!==s.thousand?s[i]=".":s[i]=!1:s[i]="-";else if("decimals"===i){if(!(r>=0&&r<8))throw new Error(i);s[i]=r}else if("encoder"===i||"decoder"===i||"edit"===i||"undo"===i){if("function"!=typeof r)throw new Error(i);s[i]=r}else{if("string"!=typeof r)throw new Error(i);s[i]=r}return o(s,"mark","thousand"),o(s,"prefix","negative"),o(s,"prefix","negativeBefore"),s}function u(t,n,i){var o,r=[];for(o=0;o<e.length;o+=1)r.push(t[e[o]]);return r.push(i),n.apply("",r)}function d(e){if(!(this instanceof d))return new d(e);"object"==typeof e&&(e=c(e),this.to=function(t){return u(e,a,t)},this.from=function(t){return u(e,l,t)})}return d}());var g=[{Module:y,name:"Megamenu",selector:"[data-megamenu]"}];window.ODSMegamenu=window.ODSMegamenu||{Megamenu:y,instances:[],init:function(){var e=document.querySelectorAll("[data-megamenu]");console.log("Found elements with data-megamenu:",e.length),window.ODSMegamenu.instances=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Array.from(document.querySelectorAll(t)).map(function(t){return new e(t,n)})}(y,"[data-megamenu]"),console.log("ODSMegamenu instances created:",window.ODSMegamenu.instances.length),console.log("ODSMegamenu loaded and initialized")},destroy:function(){window.ODSMegamenu.instances.forEach(function(e){e&&"function"==typeof e.destroy&&e.destroy()}),window.ODSMegamenu.instances=[]},initModulesWithin:function(e){var t={};return window.ODS.moduleSelectorPairs.forEach(function(i){var o,r=(o=i.name).charAt(0).toLowerCase()+o.slice(1),s=Array.from(e.querySelectorAll(i.selector));window&&window.ODS&&window.ODS.instances[r]&&window.ODS.instances[r].forEach(function(e){s.forEach(function(t,n){t.isSameNode(e.element)&&s.splice(n,1)})}),s.length&&(Array.isArray(window.ODS.instances[r])||(window.ODS.instances[r]=[]),t[r]=s.map(function(e){return new i.Module(e)}),window.ODS.instances[r]=[].concat(n(window.ODS.instances[r]),n(t[r])))}),t},destroyModulesWithin:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n={};return Object.keys(window.ODS.instances).forEach(function(i){window.ODS.instances[i].forEach(function(r){var s;"object"!==o(n[i])&&(n[i]=[]);var a=e.contains(r.element);"modal"===i?a=null===(s=r.instance)||void 0===s?void 0:s._openers.every(function(t){return e.contains(t)}):"tooltip"===i&&(a=e.contains(r.trigger)),a&&(r.destroy(),n[i].push(r)),a&&t&&["modal","tooltip"].includes(i)&&r.element.remove()}),window.ODS.instances[i]=window.ODS.instances[i].filter(function(e){return!n[i].includes(e)})}),n}},"loading"===document.readyState?document.addEventListener("DOMContentLoaded",function(){window.ODSMegamenu.init()}):window.ODSMegamenu.init();export{y as Megamenu,g as customMegamenuModuleSelectorPairs,y as default};
1
+ function e(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function t(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,i(o.key),o)}}function n(t){return function(t){if(Array.isArray(t))return e(t)}(t)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(t)||function(t,n){if(t){if("string"==typeof t)return e(t,n);var i={}.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?e(t,n):void 0}}(t)||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 i(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e){return o="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},o(e)}var s,r="megamenu",a="".concat(r,"__nav-button"),l="".concat(r,"__nav-dropdown"),c="".concat(r,"__overlay"),u="".concat(r,"--hide-lg-up"),d="".concat(r,"__mobile"),h="".concat(r,"__mobile-overlay"),f="".concat(r,"__accordion-button"),v="".concat(r,"__accordion-icon"),m={dataToggle:"data-toggle",activeClass:"is-active",removeOnDestroy:!1},y=function(){return e=function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t.ODS_Megamenu?t.ODS_Megamenu:(this.element=t,this.config=Object.assign(Object.assign({},m),n),this.handleToggleClick=this.handleToggleClick.bind(this),this.handleKeyPress=this.handleKeyPress.bind(this),this.handleScroll=this.handleScroll.bind(this),this.handleAccordionClick=this.handleAccordionClick.bind(this),this.handleArrowNavigation=this.handleArrowNavigation.bind(this),this.trapFocus=this.trapFocus.bind(this),this.element.ODS_Megamenu=this,this.init(),this)},n=[{key:"init",value:function(){var e=this;this.toggleButtons=this.element.querySelectorAll(".".concat(a,"[aria-controls]")),this.dropdowns=this.element.querySelectorAll(".".concat(l)),this.mobileMenuButton=this.element.querySelector(".".concat(u," button")),this.mobileMenu=this.element.querySelector(".".concat(d)),this.mobileOverlay=this.element.querySelector(".".concat(h)),this.mobileCloseButton=this.element.querySelector("[data-megamenu-close-button]"),this.desktopOverlay=this.element.querySelector(".".concat(c)),this.accordionButtons=this.element.querySelectorAll(".".concat(f)),this.toggleButtons.forEach(function(t){t.addEventListener("click",e.handleToggleClick)}),this.mobileMenuButton&&this.mobileMenuButton.addEventListener("click",this.handleMobileMenuToggle.bind(this)),this.mobileOverlay&&this.mobileOverlay.addEventListener("click",this.closeMobileMenu.bind(this)),this.mobileCloseButton&&this.mobileCloseButton.addEventListener("click",this.closeMobileMenu.bind(this)),this.desktopOverlay&&this.desktopOverlay.addEventListener("click",this.closeAllDropdowns.bind(this)),this.accordionButtons.forEach(function(t){t.addEventListener("click",e.handleAccordionClick)}),this.element.addEventListener("keydown",this.handleKeyPress),window.addEventListener("scroll",this.handleScroll),this.isKeyboardUser=!1,this.keydownHandler=function(t){"Tab"!==t.key&&" "!==t.key&&"Enter"!==t.key||(e.isKeyboardUser=!0)},this.mousedownHandler=function(){e.isKeyboardUser=!1},this.touchstartHandler=function(){e.isKeyboardUser=!1},this.element.addEventListener("keydown",this.keydownHandler),this.element.addEventListener("mousedown",this.mousedownHandler),this.element.addEventListener("touchstart",this.touchstartHandler),this.updateTabIndices()}},{key:"handleToggleClick",value:function(e){var t=e.currentTarget,n=t.classList.contains(this.config.activeClass);this.closeAllDropdowns(),n?t.focus():this.openDropdown(t)}},{key:"handleKeyPress",value:function(e){var t,n,i;if("Escape"===e.key){var o=Array.from(this.toggleButtons).find(function(e){return"true"===e.getAttribute("aria-expanded")});this.closeAllDropdowns(),this.closeMobileMenu(),this.closeAllAccordions(),o&&o.focus()}if("Enter"===e.key||" "===e.key){var s=e.target;("BUTTON"===s.tagName&&s.hasAttribute("aria-controls")||s.classList.contains(f))&&(e.preventDefault(),s.click())}if("Home"===e.key||"End"===e.key){var r=null===(t=e.target)||void 0===t?void 0:t.closest(".".concat(l));if(r){e.preventDefault();var a=Array.from(r.querySelectorAll('a, button, [tabindex]:not([tabindex="-1"])'));"Home"===e.key&&a.length>0?a[0].focus():"End"===e.key&&a.length>0&&a[a.length-1].focus()}}if("ArrowDown"===e.key){var c=e.target;if("BUTTON"===c.tagName&&c.hasAttribute("aria-controls")){if("true"===c.getAttribute("aria-expanded")){e.preventDefault();var u=null===(n=c.parentElement)||void 0===n?void 0:n.querySelector(".".concat(l)),d=null==u?void 0:u.querySelector("a, button");d&&d.focus()}}else{var h=c.closest(".".concat(l));h&&(e.preventDefault(),this.handleArrowNavigation(e,h))}}if("ArrowUp"===e.key){var v=null===(i=e.target)||void 0===i?void 0:i.closest(".".concat(l));v&&(e.preventDefault(),this.handleArrowNavigation(e,v))}}},{key:"handleAccordionClick",value:function(e){var t=e.currentTarget,n="true"===t.getAttribute("aria-expanded");this.closeAllAccordions(),n||this.openAccordion(t)}},{key:"handleScroll",value:function(){var e=this.element.querySelector('[data-hide-when-sticky="true"]');e&&(window.scrollY>15?(e.classList.add("is-hidden"),this.element.classList.add("top-hidden")):(e.classList.remove("is-hidden"),this.element.classList.remove("top-hidden")))}},{key:"openDropdown",value:function(e){var t,n=null===(t=e.parentElement)||void 0===t?void 0:t.querySelector(".".concat(l));n&&(e.classList.add(this.config.activeClass),e.setAttribute("aria-expanded","true"),n.style.display="block",n.classList.add("is-visible"),this.showDesktopOverlay(),this.updateTabIndices())}},{key:"closeDropdown",value:function(e){var t,n=null===(t=e.parentElement)||void 0===t?void 0:t.querySelector(".".concat(l));n&&(e.classList.remove(this.config.activeClass),e.setAttribute("aria-expanded","false"),n.classList.remove("is-visible"),n.style.display="none",this.updateTabIndices())}},{key:"closeAllDropdowns",value:function(){var e=this;this.toggleButtons.forEach(function(t){e.closeDropdown(t)}),this.hideDesktopOverlay()}},{key:"handleMobileMenuToggle",value:function(e){var t;e.preventDefault(),(null===(t=this.mobileMenu)||void 0===t?void 0:t.classList.contains(this.config.activeClass))?this.closeMobileMenu():this.openMobileMenu()}},{key:"openMobileMenu",value:function(){if(this.mobileMenu&&(this.lastFocusedElement=document.activeElement,this.mobileMenu.classList.add(this.config.activeClass),document.body.style.overflow="hidden",this.trapFocus(this.mobileMenu),this.isKeyboardUser)){var e=this.mobileMenu.querySelector("button, a");e&&setTimeout(function(){return e.focus()},50)}}},{key:"closeMobileMenu",value:function(){this.mobileMenu&&(this.mobileMenu.classList.remove(this.config.activeClass),document.body.style.overflow="",this.closeAllAccordions(),this.removeFocusTrap(),this.isKeyboardUser&&this.lastFocusedElement&&this.lastFocusedElement.focus(),this.lastFocusedElement=null)}},{key:"showDesktopOverlay",value:function(){this.desktopOverlay&&this.desktopOverlay.classList.add(this.config.activeClass)}},{key:"hideDesktopOverlay",value:function(){this.desktopOverlay&&this.desktopOverlay.classList.remove(this.config.activeClass)}},{key:"openAccordion",value:function(e){var t=e.getAttribute("aria-controls"),n=t?this.element.querySelector("#".concat(t)):null,i=e.querySelector(".".concat(v));n&&(e.setAttribute("aria-expanded","true"),e.classList.add(this.config.activeClass),n.classList.add("is-visible"),n.style.display="block",i&&i.classList.add(this.config.activeClass))}},{key:"closeAccordion",value:function(e){var t=e.getAttribute("aria-controls"),n=t?this.element.querySelector("#".concat(t)):null,i=e.querySelector(".".concat(v));n&&(e.setAttribute("aria-expanded","false"),e.classList.remove(this.config.activeClass),n.classList.remove("is-visible"),n.style.display="none",i&&i.classList.remove(this.config.activeClass))}},{key:"closeAllAccordions",value:function(){var e=this;this.accordionButtons.forEach(function(t){e.closeAccordion(t)})}},{key:"handleArrowNavigation",value:function(e,t){var n=Array.from(t.querySelectorAll('a, button, [tabindex]:not([tabindex="-1"])'));if(0!==n.length){var i,o=n.findIndex(function(t){return t===e.target});if("ArrowDown"===e.key)i=o<n.length-1?o+1:0;else{if("ArrowUp"!==e.key)return;i=o>0?o-1:n.length-1}i>=0&&i<n.length&&n[i]&&n[i].focus()}}},{key:"trapFocus",value:function(e){var t=e.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),n=t[0],i=t[t.length-1];this.focusTrapHandler=function(e){"Tab"===e.key&&(e.shiftKey?document.activeElement===n&&(e.preventDefault(),i.focus()):document.activeElement===i&&(e.preventDefault(),n.focus()))},e.addEventListener("keydown",this.focusTrapHandler)}},{key:"removeFocusTrap",value:function(){this.mobileMenu&&this.focusTrapHandler&&this.mobileMenu.removeEventListener("keydown",this.focusTrapHandler)}},{key:"updateTabIndices",value:function(){if(this.dropdowns.forEach(function(e){var t=e.classList.contains("is-visible");e.querySelectorAll("a, button, [tabindex]:not([tabindex='-1'])").forEach(function(e){var n=t;n&&-1===e.tabIndex?e.tabIndex=0:n||-1===e.tabIndex||(e.tabIndex=-1)})}),this.mobileMenu){var e=this.mobileMenu.classList.contains(this.config.activeClass);this.mobileMenu.querySelectorAll("a, button, [tabindex]:not([tabindex='-1'])").forEach(function(t){t.tabIndex=e?0:-1})}}},{key:"destroy",value:function(){var e=this;this.toggleButtons.forEach(function(t){t.removeEventListener("click",e.handleToggleClick)}),this.mobileMenuButton&&this.mobileMenuButton.removeEventListener("click",this.handleMobileMenuToggle.bind(this)),this.mobileOverlay&&this.mobileOverlay.removeEventListener("click",this.closeMobileMenu.bind(this)),this.mobileCloseButton&&this.mobileCloseButton.removeEventListener("click",this.closeMobileMenu.bind(this)),this.desktopOverlay&&this.desktopOverlay.removeEventListener("click",this.closeAllDropdowns.bind(this)),this.accordionButtons.forEach(function(t){t.removeEventListener("click",e.handleAccordionClick)}),this.element.removeEventListener("keydown",this.handleKeyPress),window.removeEventListener("scroll",this.handleScroll),this.element.removeEventListener("keydown",this.keydownHandler),this.element.removeEventListener("mousedown",this.mousedownHandler),this.element.removeEventListener("touchstart",this.touchstartHandler),document.body.style.overflow="",this.element.ODS_Megamenu=null,this.config.removeOnDestroy&&this.element.remove()}}],i=[{key:"getInstance",value:function(e){return e&&e.ODS_Megamenu?e.ODS_Megamenu:null}}],n&&t(e.prototype,n),i&&t(e,i),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,n,i}(),b={exports:{}};s||(s=1,b.exports=function(){var e=["decimals","thousand","mark","prefix","suffix","encoder","decoder","negativeBefore","negative","edit","undo"];function t(e){return e.split("").reverse().join("")}function n(e,t){return e.substring(0,t.length)===t}function i(e,t){return e.slice(-1*t.length)===t}function o(e,t,n){if((e[t]||e[n])&&e[t]===e[n])throw new Error(t)}function s(e){return"number"==typeof e&&isFinite(e)}function r(e,t){return e=e.toString().split("e"),(+((e=(e=Math.round(+(e[0]+"e"+(e[1]?+e[1]+t:t)))).toString().split("e"))[0]+"e"+(e[1]?+e[1]-t:-t))).toFixed(t)}function a(e,n,i,o,a,l,c,u,d,h,f,v){var m,y,b,g=v,p="",w="";return l&&(v=l(v)),!!s(v)&&(!1!==e&&0===parseFloat(v.toFixed(e))&&(v=0),v<0&&(m=!0,v=Math.abs(v)),!1!==e&&(v=r(v,e)),-1!==(v=v.toString()).indexOf(".")?(b=(y=v.split("."))[0],i&&(p=i+y[1])):b=v,n&&(b=t(b).match(/.{1,3}/g),b=t(b.join(t(n)))),m&&u&&(w+=u),o&&(w+=o),m&&d&&(w+=d),w+=b,w+=p,a&&(w+=a),h&&(w=h(w,g)),w)}function l(e,t,o,r,a,l,c,u,d,h,f,v){var m,y="";return f&&(v=f(v)),!(!v||"string"!=typeof v)&&(u&&n(v,u)&&(v=v.replace(u,""),m=!0),r&&n(v,r)&&(v=v.replace(r,"")),d&&n(v,d)&&(v=v.replace(d,""),m=!0),a&&i(v,a)&&(v=v.slice(0,-1*a.length)),t&&(v=v.split(t).join("")),o&&(v=v.replace(o,".")),m&&(y+="-"),""!==(y=(y+=v).replace(/[^0-9\.\-.]/g,""))&&(y=Number(y),c&&(y=c(y)),!!s(y)&&y))}function c(t){var n,i,s,r={};for(void 0===t.suffix&&(t.suffix=t.postfix),n=0;n<e.length;n+=1)if(void 0===(s=t[i=e[n]]))"negative"!==i||r.negativeBefore?"mark"===i&&"."!==r.thousand?r[i]=".":r[i]=!1:r[i]="-";else if("decimals"===i){if(!(s>=0&&s<8))throw new Error(i);r[i]=s}else if("encoder"===i||"decoder"===i||"edit"===i||"undo"===i){if("function"!=typeof s)throw new Error(i);r[i]=s}else{if("string"!=typeof s)throw new Error(i);r[i]=s}return o(r,"mark","thousand"),o(r,"prefix","negative"),o(r,"prefix","negativeBefore"),r}function u(t,n,i){var o,s=[];for(o=0;o<e.length;o+=1)s.push(t[e[o]]);return s.push(i),n.apply("",s)}function d(e){if(!(this instanceof d))return new d(e);"object"==typeof e&&(e=c(e),this.to=function(t){return u(e,a,t)},this.from=function(t){return u(e,l,t)})}return d}());var g=[{Module:y,name:"Megamenu",selector:"[data-megamenu]"}];window.ODSMegamenu=window.ODSMegamenu||{Megamenu:y,instances:[],init:function(){var e=document.querySelectorAll("[data-megamenu]");console.log("Found elements with data-megamenu:",e.length),window.ODSMegamenu.instances=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Array.from(document.querySelectorAll(t)).map(function(t){return new e(t,n)})}(y,"[data-megamenu]"),console.log("ODSMegamenu instances created:",window.ODSMegamenu.instances.length),console.log("ODSMegamenu loaded and initialized")},destroy:function(){window.ODSMegamenu.instances.forEach(function(e){e&&"function"==typeof e.destroy&&e.destroy()}),window.ODSMegamenu.instances=[]},initModulesWithin:function(e){var t={};return window.ODS.moduleSelectorPairs.forEach(function(i){var o,s=(o=i.name).charAt(0).toLowerCase()+o.slice(1),r=Array.from(e.querySelectorAll(i.selector));window&&window.ODS&&window.ODS.instances[s]&&window.ODS.instances[s].forEach(function(e){r.forEach(function(t,n){t.isSameNode(e.element)&&r.splice(n,1)})}),r.length&&(Array.isArray(window.ODS.instances[s])||(window.ODS.instances[s]=[]),t[s]=r.map(function(e){return new i.Module(e)}),window.ODS.instances[s]=[].concat(n(window.ODS.instances[s]),n(t[s])))}),t},destroyModulesWithin:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n={};return Object.keys(window.ODS.instances).forEach(function(i){window.ODS.instances[i].forEach(function(s){var r;"object"!==o(n[i])&&(n[i]=[]);var a=e.contains(s.element);"modal"===i?a=null===(r=s.instance)||void 0===r?void 0:r._openers.every(function(t){return e.contains(t)}):"tooltip"===i&&(a=e.contains(s.trigger)),a&&(s.destroy(),n[i].push(s)),a&&t&&["modal","tooltip"].includes(i)&&s.element.remove()}),window.ODS.instances[i]=window.ODS.instances[i].filter(function(e){return!n[i].includes(e)})}),n}},"loading"===document.readyState?document.addEventListener("DOMContentLoaded",function(){window.ODSMegamenu.init()}):window.ODSMegamenu.init();export{y as Megamenu,g as customMegamenuModuleSelectorPairs,y as default};
2
2
  //# sourceMappingURL=megamenu.js.map