.dev-header-wrapper{position:relative}.dev-header{display:flex;justify-content:space-between;align-items:center;gap:40px}.dev-header__logo{max-width:216px;width:100%;object-fit:contain}.dev-header__menu{display:flex;justify-content:center;gap:40px;align-items:center}.dev-header__menu__item,.dev-header__menu__item--has-submenu{position:relative}.dev-header__menu__link{text-decoration:none;color:var(--Black-900, #231f20);leading-trim:both;text-edge:cap;font-feature-settings:"liga" off,"clig" off;font-family:Degular Display Demo;font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.3px;display:flex;align-items:center;gap:6px;transition:color .3s ease}.dev-header__menu__link:hover{color:#231f20cc}.dev-header__menu__caret{width:10px;height:10px;transform-origin:center;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.dev-header__menu__item--has-submenu:hover .dev-header__menu__caret{transform:rotate(180deg)}.dev-header__submenu{position:absolute;top:100%;left:0;background:#fff;border:none;border-radius:0;box-shadow:0 1px 8px #0000000f;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;z-index:1000;min-width:200px;padding:8px 0;margin-top:12px;list-style:none}.dev-header__menu__item--has-submenu:hover .dev-header__submenu--level-1{opacity:1;visibility:visible;transform:translateY(0)}.dev-header__submenu--level-2{top:0;left:100%;margin-top:0;margin-left:8px}.dev-header__submenu__item{position:relative;list-style:none;margin:0;padding:0}.dev-header__submenu__item--has-submenu{position:relative}.dev-header__submenu__item--has-submenu:hover .dev-header__submenu--level-2{opacity:1;visibility:visible;transform:translateY(0)}.dev-header__submenu__link{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;color:var(--Black-900, #231f20);text-decoration:none;font-family:Degular Display Demo;font-size:16px;font-weight:500;line-height:1.3;transition:background-color .2s ease,color .2s ease;border:none;margin:0}.dev-header__submenu__link:hover{background-color:#231f2008;color:var(--Black-900, #231f20)}.dev-header__submenu__caret{width:8px;height:8px;margin-left:6px;transform-origin:center;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.dev-header__icons{display:flex;align-items:center;gap:20px}.dev-header__icons a{display:flex;justify-content:center;align-items:center;text-decoration:none}.dev-header__icons__cart{position:relative}.dev-header__icons__cart__count{color:var(--White, #fff);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:700;line-height:10px;border-radius:50%;max-height:22px;padding:5px 6px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#231f20}.hamburger{width:20px;cursor:pointer;display:flex;flex-direction:column;gap:5px}.hamburger span{height:2px;background:#000;border-radius:2px;transition:.3s}.hamburger{display:none}.dev-header__mobile-menu{position:fixed;top:0;right:0;height:100dvh;width:96%;background-color:#fff;z-index:100;border-radius:0;overflow:hidden;-webkit-overflow-scrolling:touch}.dev-header__mobile-menu__menu{display:flex;flex-direction:column;gap:0;background-color:#fff;padding:60px 24px 24px;list-style:none;margin:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width:600px){.dev-header__mobile-menu__menu,.dev-header__mobile-menu{background-color:#f5f5f7}}.dev-header__mobile-menu__close{position:absolute;top:0;right:0;cursor:pointer;z-index:10;padding:10px 16px;width:100%;display:flex;justify-content:flex-end;background:#f5f5f7}.dev-header__mobile-menu{display:none}.dev-header__mobile-menu__menu a{text-decoration:none;color:var(--Black-900, #231f20);leading-trim:both;text-edge:cap;font-feature-settings:"liga" off,"clig" off;font-family:Degular Display Demo;font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.3px;padding:18px 0;display:block}.dev-header__mobile-submenu__item--has-submenu .dev-header__mobile-submenu a,.dev-header__mobile-menu__item .dev-header__mobile-submenu a{width:100%;background:none;border:none;padding:14px 0;display:flex;align-items:center;justify-content:space-between;color:#231f20cc;font-family:Degular Display Demo;font-size:16px;font-weight:500;cursor:pointer;text-align:left}.dev-header__mobile-menu__item{margin-bottom:0;list-style:none}.dev-header__mobile-menu__toggle{width:100%;background:none;border:none;padding:18px 0;display:flex;align-items:center;justify-content:space-between;color:var(--Black-900, #231f20);font-family:Degular Display Demo;font-size:20px;font-weight:600;letter-spacing:.3px;cursor:pointer;text-align:left}.dev-header__mobile-menu__caret{width:16px;height:16px;transform-origin:center;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.dev-header__mobile-menu__toggle[aria-expanded=true] .dev-header__mobile-menu__caret{transform:rotate(180deg)}.dev-header__mobile-submenu{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);padding-left:24px;margin-left:0;list-style:none}.dev-header__mobile-submenu__item{opacity:0;transform:translateY(-8px);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);margin-bottom:0;list-style:none}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item{opacity:1;transform:translateY(0)}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item:nth-child(1){transition-delay:.08s}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item:nth-child(2){transition-delay:.12s}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item:nth-child(3){transition-delay:.16s}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item:nth-child(4){transition-delay:.2s}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item:nth-child(5){transition-delay:.24s}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item:nth-child(6){transition-delay:.28s}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item:nth-child(7){transition-delay:.32s}.dev-header__mobile-submenu.active .dev-header__mobile-submenu__item:nth-child(8){transition-delay:.36s}.dev-header__mobile-submenu__toggle{width:100%;background:none;border:none;padding:14px 0;display:flex;align-items:center;justify-content:space-between;color:#231f20cc;font-family:Degular Display Demo;font-size:16px;font-weight:500;cursor:pointer;text-align:left}.dev-header__mobile-submenu__caret{width:14px;height:14px;transform-origin:center;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.dev-header__mobile-submenu__toggle[aria-expanded=true] .dev-header__mobile-submenu__caret{transform:rotate(180deg)}.dev-header__mobile-submenu--level-2{padding-left:20px;margin-left:0;list-style:none}.dev-header__mobile-submenu__link{display:block;padding:10px 0;color:#231f20b3;font-family:Degular Display Demo;font-size:16px;font-weight:400;text-decoration:none}.dev-header__mobile-submenu__link:hover{color:var(--Black-900, #231f20)}@media(max-width:1200px){.dev-header__menu{gap:20px}.dev-header__icons{gap:10px}.dev-header__logo{max-width:170px}}@media(max-width:1030px){.dev-header__logo{max-width:216px}.dev-header__menu{display:none}.hamburger{display:flex}}@media(max-width:600px){.dev-header__logo img{max-width:180px}.dev-header{gap:20px}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/dev-header.css.map */
