.dev-header{position:relative;background:var(--dev-header-bg, #000);border-bottom:1px solid var(--dev-header-border, #535353);color:var(--dev-header-text, #fff);z-index:50;isolation:isolate}.dev-header--blur{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dev-header--sticky{position:sticky;top:0}.dev-header__legacy-anchor{display:block;width:0;height:0;overflow:hidden}.dev-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:var(--dev-header-pt-d, 16px) 104px var(--dev-header-pb-d, 16px);box-sizing:border-box;max-width:1920px;margin-inline:auto}@media not (min-width:1440px){.dev-header__inner{padding-left:40px;padding-right:40px}}@media(max-width:1280px){.dev-header__inner{padding-inline:40px}}@media(max-width:749px){.dev-header__inner{padding:var(--dev-header-pt-m, 16px) 20px var(--dev-header-pb-m, 16px);gap:12px;height:auto}}.dev-header__logo{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none;color:inherit}.dev-header__logo-img{display:block;width:var(--dev-header-logo-w, 96px);height:auto;max-height:56px;object-fit:contain}@media(max-width:749px){.dev-header__logo-img{width:100%;height:56px}}.dev-header__logo-text{font-family:Space Grotesk,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;font-size:18px;letter-spacing:-.5px;color:inherit}.dev-header__nav{flex:1 1 auto;display:flex;justify-content:center;min-width:0}.dev-header__nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:32px}.dev-header__nav-item{position:relative;display:flex;align-items:center}.dev-header__nav-item--megamenu{position:static}.dev-header__nav-link{position:relative;display:inline-flex;align-items:center;gap:6px;font-family:Radio Canada Big,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.35px;color:inherit;text-decoration:none;text-transform:uppercase;white-space:nowrap;padding:4px 0;transition:opacity .15s ease}.dev-header__nav-link:hover svg path{stroke:#005995!important}.dev-header__nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--dev-header-accent, #005995);opacity:0;transition:opacity .15s ease}.dev-header__nav-item--has-children:hover>.dev-header__nav-link:after,.dev-header__nav-item--has-children:focus-within>.dev-header__nav-link:after,.dev-header__nav-link:hover:after,.dev-header__nav-link:focus-visible:after{opacity:1}.dev-header__nav-chevron{display:inline-flex;width:10px;height:10px;flex-shrink:0;transition:transform .2s ease}.dev-header__nav-item--has-children:hover .dev-header__nav-chevron,.dev-header__nav-item--has-children:focus-within .dev-header__nav-chevron{transform:rotate(180deg)}.dev-header__nav-chevron svg{width:100%;height:100%;display:block;fill:none!important}.dev-header__dropdown{position:absolute;top:100%;left:0;margin:0;padding:12px 0;list-style:none;background:var(--dev-header-bg, #000);border:1px solid var(--dev-header-border, #535353);border-radius:4px;min-width:220px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),visibility .35s;z-index:10}.dev-header__dropdown:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:12px}.dev-header__nav-item--has-children:hover>.dev-header__dropdown,.dev-header__nav-item--has-children:focus-within>.dev-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dev-header__dropdown-link{display:block;padding:8px 20px;font-family:Radio Canada Big,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:inherit;text-decoration:none;text-transform:uppercase;letter-spacing:-.35px;white-space:nowrap;transition:background .15s ease}.dev-header__dropdown-link:hover,.dev-header__dropdown-link:focus-visible{background:#ffffff0f}.dev-header__megamenu{position:absolute;top:100%;left:0;right:0;background:var(--dev-header-bg, #000);border-top:1px solid var(--dev-header-border, #535353);border-bottom:1px solid var(--dev-header-border, #535353);padding:24px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),visibility .35s;z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dev-header__megamenu:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:24px}.dev-header__nav-item--megamenu:hover>.dev-header__megamenu,.dev-header__nav-item--megamenu:focus-within>.dev-header__megamenu{opacity:1;visibility:visible;transform:translateY(0)}.dev-header__megamenu-inner{max-width:1920px;margin:0 auto;padding:0 104px;box-sizing:border-box}@media(max-width:1280px){.dev-header__megamenu-inner{padding:0 40px}}.dev-header__megamenu-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.dev-header__megamenu-col{min-width:0;display:flex;flex-direction:column;gap:6px}.dev-header__megamenu-heading{display:block;font-family:Radio Canada Big,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;font-size:12px;line-height:16px;letter-spacing:.5px;text-transform:uppercase;color:var(--dev-header-accent, #005995);text-decoration:none;margin:0;transition:opacity .15s ease}a.dev-header__megamenu-heading:hover,a.dev-header__megamenu-heading:focus-visible{opacity:.75}.dev-header__megamenu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.dev-header__megamenu-list li{margin:0}.dev-header__megamenu-link{display:inline-block;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;font-size:13px;line-height:1.4;color:inherit;text-decoration:none;transition:opacity .15s ease}.dev-header__megamenu-link:hover,.dev-header__megamenu-link:focus-visible{opacity:.7}.dev-header__utility{display:flex;align-items:center;gap:24px;flex-shrink:0}.dev-header__currency{display:inline-flex;align-items:center;gap:8px}.dev-header__currency form{margin-right:0!important}.dev-header__flag{display:block;width:20px;height:14px;object-fit:contain;filter:drop-shadow(0 0 .5px rgba(0,0,0,.2))}.dev-header__currency-label{font-family:Radio Canada Big,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:500;font-size:12px;line-height:1;color:inherit;white-space:nowrap}.dev-header__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:0;padding:0;color:inherit;cursor:pointer;position:relative;text-decoration:none;transition:opacity .15s ease}.dev-header__icon-btn:hover,.dev-header__icon-btn:focus-visible{opacity:.75}.dev-header__icon-btn svg{width:20px;height:20px;display:block;fill:none}.dev-header__icon-btn--wishlist svg path{fill:#fff}.dev-header__hamburger svg{width:24px;height:24px}.dev-header__cart{position:relative}.dev-header__cart-mount,.dev-header__search-mount{position:absolute;width:0;height:0;overflow:visible;pointer-events:none}.dev-header__cart-mount>.js-mini-cart>.js-toggle-cart,.dev-header__search-mount .modal__toggle{display:none!important}.dev-header__cart-mount .mini-cart-content,.dev-header__cart-mount .overlaycart,.dev-header__search-mount .search-modal,.dev-header__search-mount .modal-overlay{pointer-events:auto}.dev-header__cart-mount .mini-cart-content{position:fixed;top:0;right:0;height:100%;width:500px;max-width:100%;padding:24px;background:#fff;color:#000c;z-index:9999;transform:translate(100%);transition:transform .4s cubic-bezier(.19,1,.22,1);overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.dev-header__cart-mount .js-mini-cart.cardraw.active .mini-cart-content{transform:translate(0)}.dev-header__cart-mount .overlaycart{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.dev-header__cart-mount .js-mini-cart.cardraw.active .overlaycart{opacity:1;visibility:visible}@media(max-width:500px){.dev-header__cart-mount .mini-cart-content{width:100%}}.template-cart .dev-header__cart-mount{display:none}.dev-header__cart-mount .js-cart-count{position:static}.dev-header__cart-mount .js-cart-total{font-weight:700}.dev-header__cart-mount .mini-cart-content .alert{margin:0}.dev-header__cart-mount .mini-cart-header{color:#1b1c1c}.dev-header__cart-mount .mini-cart-header .modal-header .close{position:relative;top:0;right:0}.dev-header__cart-mount .js-mini-cart-content{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.dev-header__cart-mount .js-mini-cart-content .mini-cart-image{flex:0 0 104px;padding-right:24px}.dev-header__cart-mount .js-mini-cart-content .mini-cart-meta{flex:0 0 calc(100% - 104px);padding-right:0}.dev-header__cart-mount .mini-cart-meta{flex:0 0 calc(100% - 85px);font-size:14px;text-align:left;line-height:20px;padding-right:10px}.dev-header__cart-mount .mini-cart-meta p{font-size:14px;line-height:20px;margin-bottom:5px}.dev-header__cart-mount .mini-cart-meta a{color:#1b1c1c;text-decoration:none}.dev-header__cart-mount .mini-cart-item{display:flex;width:100%;position:relative}.dev-header__cart-mount .mini-cart-item:not(:first-child){margin-top:16px}.dev-header__cart-mount .js-remove-mini-cart{font-weight:400;margin-left:16px;font-size:12px}.dev-header__cart-mount .mini-cart-btns{display:flex;gap:8px}.dev-header__cart-mount .mini-cart-btns .btn{margin-bottom:5px}.dev-header__cart-mount .mini-cart-taxes{font-size:12px;margin:8px 0;text-align:left;color:#0009}.dev-header__cart-mount .mini-cart-safe-checkout{margin-top:10px}.dev-header__cart-mount .mini-cart-footer{position:relative}.dev-header__cart-mount .bottom-total{font-size:16px;font-weight:700;text-align:left;display:flex;justify-content:space-between;align-items:center}.dev-header__cart-mount .mini-cart-empty .iconcart-empty{background-color:#0000000d;width:80px;height:80px;line-height:78px;border-radius:50%;margin:0 auto 24px}.dev-header__cart-mount .modal-header{border:0;padding:0}.dev-header__cart-mount .modal-header .close{background:transparent;border:0;font-size:24px;line-height:1;cursor:pointer;width:16px;height:16px;margin-top:-10px;margin-right:5px}.dev-header__cart-mount .modal-header .close:hover{opacity:1}.modal-dialog--login{max-width:500px}.modal-dialog--login .content-block{padding:0}#SearchDrawer,.search-drawer,.search-modal,.predictive-search,.predictive-search__results,.predictive-search__list{background-color:#fff!important}.dev-header__cart-badge{position:absolute;top:-2px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--dev-header-cart-badge, #1172ba);color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;font-size:10px;line-height:16px;text-align:center;box-sizing:border-box}.dev-header__hamburger{display:none}@media(max-width:1280px){.dev-header__nav{display:none}.dev-header__hamburger{display:inline-flex}.dev-header__icon-btn--desktop,.dev-header__currency{display:none}}.dev-header__drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:60}.dev-header__drawer-backdrop[hidden]{display:none}.dev-header__drawer-backdrop.is-open{opacity:1;pointer-events:auto}.dev-header__drawer{position:fixed;top:0;right:0;bottom:0;width:min(360px,92vw);background:var(--dev-header-bg, #000);color:var(--dev-header-text, #fff);border-left:1px solid var(--dev-header-border, #535353);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;z-index:70;overflow-y:auto}.dev-header__drawer[hidden]{display:none}.dev-header__drawer.is-open{transform:translate(0)}.dev-header__drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--dev-header-border, #535353)}.dev-header__drawer-title{font-family:Radio Canada Big,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;font-size:14px;letter-spacing:1px;text-transform:uppercase}.dev-header__drawer-nav{flex:1 1 auto;padding:8px 0}.dev-header__drawer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.dev-header__drawer-item{border-bottom:1px solid rgba(255,255,255,.08)}.dev-header__drawer-link,.dev-header__drawer-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;font-family:Radio Canada Big,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;font-size:14px;letter-spacing:-.35px;text-transform:uppercase;color:inherit;text-decoration:none;cursor:pointer;list-style:none}.dev-header__drawer-summary{-webkit-user-select:none;user-select:none}.dev-header__drawer-summary::-webkit-details-marker{display:none}.dev-header__drawer-summary-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:22px;line-height:1;font-weight:300;flex-shrink:0}.dev-header__drawer-summary-icon:before{content:"+"}.dev-header__drawer-details[open]>.dev-header__drawer-summary .dev-header__drawer-summary-icon:before{content:"\2212"}.dev-header__drawer-sublist{list-style:none;margin:0;padding:0 0 12px;background:#ffffff08}.dev-header__drawer-sublink{display:block;padding:10px 36px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#ffffffd9;text-decoration:none}.dev-header__drawer-sublink:hover,.dev-header__drawer-sublink:focus-visible{background:#ffffff0f;color:#fff}.dev-header__drawer-utility{border-top:1px solid var(--dev-header-border, #535353);padding:16px 20px;display:flex;flex-direction:column;gap:12px}.dev-header__drawer-utility-link{display:inline-flex;align-items:center;gap:12px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;color:inherit;text-decoration:none}.dev-header__drawer-utility-link svg{width:18px;height:18px}.dev-header__drawer-localization{display:flex;align-items:center;gap:24px;padding-top:4px}.dev-header__drawer-localization-item{display:inline-flex;align-items:center}.dev-header__drawer-localization .localization-form{margin:0!important}@media(min-width:1281px){.dev-header__drawer,.dev-header__drawer-backdrop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/dev-header.css.map */
