.ton-header{--ton-white:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ton-text);position:relative;z-index:var(--ton-z,9999);font-size:15px}.ton-header *{box-sizing:border-box}.ton-header .ton-container{max-width:var(--ton-container);padding:0 24px;margin:auto}.ton-header.is-sticky{position:sticky;top:0}.admin-bar .ton-header.is-sticky{top:32px}.ton-topbar{color:#fff;background:var(--ton-topbar);font-size:12px}.ton-topbar .ton-container{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}.ton-topbar-left,.ton-topbar-right{display:flex;gap:7px;align-items:center}.ton-icon{width:18px;height:18px;flex:none}.ton-topbar .ton-icon{width:15px;height:15px}.ton-navbar{background:#fff;border-bottom:1px solid var(--ton-border);box-shadow:0 2px 12px rgba(20,40,80,.04)}.ton-navbar>.ton-container{height:96px;display:flex;align-items:center;gap:24px}.ton-logo{display:inline-flex;align-items:center;color:var(--ton-primary);font-size:19px;font-weight:800;text-decoration:none}.ton-logo img{display:block;width:auto;max-width:230px;height:auto}.ton-desktop-nav{flex:1;min-width:0}.ton-menu{list-style:none;margin:0;padding:0}.ton-desktop-menu{display:flex;align-items:center;justify-content:center;gap:2px}.ton-menu-item{position:relative;display:flex;align-items:center}.ton-menu-link,.ton-account-trigger,.ton-cart,.ton-cta{color:var(--ton-text);text-decoration:none;border:0;background:transparent;font:inherit;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.ton-menu-link{padding:12px 13px;border-radius:22px;font-weight:600}.ton-menu-link:hover,.ton-menu-link:focus-visible{color:var(--ton-primary)}.ton-menu-item.current-menu-item>.ton-menu-link,.ton-menu-item.current_page_item>.ton-menu-link,.ton-menu-item.current-menu-ancestor>.ton-menu-link{color:#fff;background:var(--ton-primary)}.ton-submenu-toggle{padding:8px 4px;border:0;background:transparent;color:var(--ton-text);cursor:pointer}.ton-submenu-toggle .ton-icon{width:15px}.ton-menu .sub-menu,.ton-action-menu{position:absolute;top:calc(100% + 10px);left:0;z-index:3;min-width:210px;padding:8px;list-style:none;background:#fff;border:1px solid var(--ton-border);border-radius:14px;box-shadow:0 12px 30px rgba(20,40,80,.1);opacity:0;visibility:hidden;transform:translateY(-4px);transition:.2s ease}.ton-menu-item:hover>.sub-menu,.ton-menu-item:focus-within>.sub-menu,.ton-menu-item.ton-submenu-open>.sub-menu,.ton-action-dropdown:focus-within>.ton-action-menu,.ton-action-dropdown.ton-dropdown-open>.ton-action-menu{opacity:1;visibility:visible;transform:none}.ton-menu .sub-menu .ton-menu-link{display:flex;border-radius:8px;width:100%;padding:10px}.ton-desktop-actions{display:flex;align-items:center;gap:13px;padding-left:18px;border-left:1px solid var(--ton-border)}.ton-account{position:relative}.ton-account-trigger{cursor:pointer;padding:10px 0;font-weight:600}.ton-action-menu{right:0;left:auto}.ton-action-menu a{display:block;color:var(--ton-text);text-decoration:none;padding:9px 10px;border-radius:7px;white-space:nowrap}.ton-action-menu a:hover{background:#f4f7fd;color:var(--ton-primary)}.ton-cart{font-weight:600;position:relative;padding:10px 0}.ton-cart-count{font-size:11px;background:var(--ton-yellow);color:#fff;min-width:18px;height:18px;padding:1px 5px;border-radius:99px;text-align:center;line-height:16px}.ton-cta{background:var(--ton-primary);color:#fff;padding:13px 17px;border-radius:22px;font-weight:700}.ton-cta:hover,.ton-cta:focus-visible{color:#fff;background:var(--ton-primary-dark)}.ton-mobile-actions,.ton-mobile-panel,.ton-overlay{display:none}.ton-header.ton-scrolled .ton-topbar{max-height:0;min-height:0;opacity:0;overflow:hidden}.ton-topbar{max-height:40px;transition:max-height .22s ease,opacity .18s ease}
@media(max-width:1100px) and (min-width:881px){.ton-navbar>.ton-container{gap:12px;height:86px}.ton-logo img{max-width:190px}.ton-menu-link{padding:10px 8px;font-size:13px}.ton-desktop-actions{gap:8px;padding-left:10px}.ton-account-trigger span,.ton-cart span{display:none}.ton-cta{padding:11px 13px;font-size:13px}}
@media(max-width:880px){.ton-header .ton-container{padding:0 16px}.ton-topbar.ton-hide-mobile{display:none}.ton-topbar-right{display:none}.ton-navbar>.ton-container{height:72px;justify-content:space-between}.ton-logo img{max-width:160px;max-height:48px}.ton-desktop-nav,.ton-desktop-actions{display:none}.ton-mobile-actions{display:flex;align-items:center;gap:12px}.ton-menu-button,.ton-close-button{border:0;background:transparent;color:var(--ton-text);width:44px;height:44px;padding:10px;cursor:pointer}.ton-menu-button .ton-icon,.ton-close-button .ton-icon{width:24px;height:24px}.ton-overlay{position:fixed;z-index:20;inset:0;background:var(--ton-overlay);opacity:0;transition:opacity .28s ease}.ton-overlay[hidden]{display:none}.ton-mobile-panel{display:flex;position:fixed;z-index:21;right:0;top:0;bottom:0;width:min(var(--ton-panel),92vw);padding:18px 20px 25px;background:#fff;flex-direction:column;overflow-y:auto;transform:translateX(100%);visibility:hidden;transition:transform .28s ease,visibility .28s ease;box-shadow:-10px 0 30px rgba(0,20,60,.12)}.ton-header[data-panel-position=left] .ton-mobile-panel{left:0;right:auto;transform:translateX(-100%)}.ton-header.ton-menu-open .ton-mobile-panel{transform:none;visibility:visible}.ton-header.ton-menu-open .ton-overlay{opacity:1}.ton-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--ton-border)}.ton-mobile-menu{padding:12px 0}.ton-mobile-menu .ton-menu-item{display:grid;grid-template-columns:1fr 44px;border-bottom:1px solid var(--ton-border)}.ton-mobile-menu .ton-menu-link{padding:14px 4px;border-radius:0;min-height:48px}.ton-mobile-menu .ton-submenu-toggle{width:44px;min-height:44px;padding:10px}.ton-mobile-menu .sub-menu{display:none;grid-column:1/-1;position:static;opacity:1;visibility:visible;transform:none;border:0;box-shadow:none;min-width:0;padding:0 0 8px 16px}.ton-mobile-menu .ton-submenu-open>.sub-menu{display:block}.ton-mobile-menu .ton-submenu-open>.ton-submenu-toggle .ton-icon{transform:rotate(180deg)}.ton-mobile-extra{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid var(--ton-border)}.ton-mobile-extra .ton-account{padding:0}.ton-mobile-extra .ton-account-trigger{width:100%;justify-content:flex-start;min-height:44px}.ton-mobile-extra .ton-action-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 8px 26px}.ton-mobile-extra .ton-dropdown-open .ton-action-menu{display:block}.ton-mobile-extra .ton-cart{min-height:44px}.ton-mobile-extra .ton-cta{justify-content:center;margin-top:10px;min-height:48px}.ton-mobile-contact{display:grid;gap:5px;padding-top:24px;font-size:14px}.ton-mobile-contact .ton-icon{color:var(--ton-primary);margin-bottom:4px}.ton-mobile-contact a{color:var(--ton-primary);font-weight:700;text-decoration:none}.ton-mobile-contact span{color:#69758d}.ton-header.ton-menu-open~*{pointer-events:none}.ton-header.ton-menu-open{z-index:10000}.ton-header.ton-menu-open .ton-overlay{display:block}body.ton-menu-open{overflow:hidden}}
@media(max-width:480px){.admin-bar .ton-header.is-sticky{top:46px}.ton-topbar .ton-container{min-height:32px;font-size:10px}.ton-topbar-left span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ton-navbar>.ton-container{height:66px}.ton-mobile-actions{gap:4px}.ton-cart span{display:none}.ton-logo img{max-width:145px}}
@media(prefers-reduced-motion:reduce){.ton-header *{transition:none!important}}
.ton-header :focus-visible{outline:3px solid rgba(7,63,196,.3);outline-offset:3px}
.ton-header .ton-topbar{background:var(--ton-topbar-bg,var(--ton-topbar))}.ton-header .ton-navbar{background:var(--ton-navbar-bg,#fff)}.ton-header.ton-glass .ton-topbar,.ton-header.ton-glass .ton-navbar{backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%)}.ton-header.ton-glass .ton-navbar{box-shadow:0 8px 26px rgba(9,30,73,.08)}.ton-header .ton-logo img{max-width:var(--ton-logo-desktop,230px)}.ton-header .ton-mobile-panel .ton-logo img{max-width:var(--ton-logo-mobile,160px)}.ton-header.ton-glass .ton-cta{background:var(--ton-accent)}.ton-header.ton-glass .ton-cta:hover,.ton-header.ton-glass .ton-cta:focus-visible{background:#dc7200}
.ton-header .ton-desktop-menu .ton-menu-link{position:relative;border-radius:0}.ton-header .ton-desktop-menu .ton-menu-item.current-menu-item>.ton-menu-link,.ton-header .ton-desktop-menu .ton-menu-item.current_page_item>.ton-menu-link,.ton-header .ton-desktop-menu .ton-menu-item.current-menu-ancestor>.ton-menu-link{background:transparent;color:var(--ton-text)}.ton-header .ton-desktop-menu .ton-menu-item.current-menu-item>.ton-menu-link::after,.ton-header .ton-desktop-menu .ton-menu-item.current_page_item>.ton-menu-link::after,.ton-header .ton-desktop-menu .ton-menu-item.current-menu-ancestor>.ton-menu-link::after{content:"";position:absolute;right:12px;bottom:2px;left:12px;height:4px;border-radius:999px;background:var(--ton-accent,var(--ton-yellow))}.ton-header .ton-desktop-menu .ton-menu-item.current-menu-item>.ton-menu-link .ton-icon,.ton-header .ton-desktop-menu .ton-menu-item.current_page_item>.ton-menu-link .ton-icon,.ton-header .ton-desktop-menu .ton-menu-item.current-menu-ancestor>.ton-menu-link .ton-icon{color:var(--ton-primary)}
.ton-header .ton-desktop-logo{position:relative;display:flex;align-items:center;align-self:stretch;padding-right:42px;margin-right:4px}.ton-header .ton-desktop-logo::after{content:"";position:absolute;top:8px;right:14px;bottom:8px;width:4px;background:var(--ton-accent,var(--ton-yellow));transform:skewX(-19deg);transform-origin:center;box-shadow:0 0 8px rgba(246,139,31,.2)}
@media(max-width:880px){.ton-header .ton-desktop-logo{padding-right:0;margin-right:0}.ton-header .ton-desktop-logo::after{display:none}}
.ton-header .ton-topbar{background:#061b4b}.ton-header .ton-topbar .ton-container{min-height:39px;font-size:12px}.ton-header .ton-navbar>.ton-container{height:100px;padding-right:20px;padding-left:20px;gap:10px}.ton-header .ton-desktop-logo{flex:0 0 310px;padding-right:33px;margin-right:0}.ton-header .ton-desktop-logo::after{top:0;right:12px;bottom:0;width:4px;transform:skewX(-20deg);box-shadow:none}.ton-header .ton-logo img{max-width:min(var(--ton-logo-desktop,230px),250px)}.ton-header .ton-desktop-nav{flex:1}.ton-header .ton-desktop-menu{justify-content:flex-start;height:100%}.ton-header .ton-desktop-menu>.ton-menu-item{height:100%;padding:0 2px}.ton-header .ton-desktop-menu>.ton-menu-item:not(:last-child)::after{content:"";position:absolute;top:31px;right:0;bottom:31px;width:1px;background:#e9edf4}.ton-header .ton-desktop-menu .ton-menu-link{height:100%;padding:0 18px;font-size:14px;color:#172a52}.ton-header .ton-desktop-menu .ton-menu-item.current-menu-item>.ton-menu-link,.ton-header .ton-desktop-menu .ton-menu-item.current_page_item>.ton-menu-link,.ton-header .ton-desktop-menu .ton-menu-item.current-menu-ancestor>.ton-menu-link{background:#fafbfd;color:#071b4b;font-weight:700}.ton-header .ton-desktop-menu .ton-menu-item.current-menu-item>.ton-menu-link::after,.ton-header .ton-desktop-menu .ton-menu-item.current_page_item>.ton-menu-link::after,.ton-header .ton-desktop-menu .ton-menu-item.current-menu-ancestor>.ton-menu-link::after{right:17px;bottom:12px;left:17px;height:4px;background:var(--ton-accent,#f68b1f);border-radius:2px}.ton-header .ton-desktop-actions{gap:10px;padding-left:15px}.ton-header .ton-cta,.ton-header.ton-glass .ton-cta{min-height:56px;padding:0 20px;border-radius:8px;background:var(--ton-accent,#f68b1f);font-size:14px}.ton-header .ton-cta:hover,.ton-header.ton-glass .ton-cta:hover{background:#dd760c}
@media(max-width:1100px) and (min-width:881px){.ton-header .ton-desktop-logo{flex-basis:230px;padding-right:22px}.ton-header .ton-desktop-menu .ton-menu-link{padding:0 10px;font-size:13px}.ton-header .ton-desktop-actions{padding-left:9px}.ton-header .ton-navbar>.ton-container{height:86px}}
.ton-header .ton-desktop-menu{height:auto}.ton-header .ton-desktop-menu>.ton-menu-item{height:auto}.ton-header .ton-desktop-menu .ton-menu-link{height:auto;padding:18px 18px 20px}.ton-header .ton-desktop-menu .ton-menu-item.current-menu-item>.ton-menu-link::after,.ton-header .ton-desktop-menu .ton-menu-item.current_page_item>.ton-menu-link::after,.ton-header .ton-desktop-menu .ton-menu-item.current-menu-ancestor>.ton-menu-link::after{right:18px;bottom:7px;left:18px}
@media(max-width:1100px) and (min-width:881px){.ton-header .ton-desktop-menu .ton-menu-link{height:auto;padding:16px 10px 18px}}
.ton-header .ton-desktop-menu .ton-icon-user-circle,.ton-header .ton-desktop-menu .ton-icon-shopping-cart{width:20px;height:20px;color:var(--ton-primary)}
.ton-header .ton-desktop-menu .ton-menu-account-link{height:56px;padding:0 18px;border:2px solid #93a6ca;border-radius:10px;color:var(--ton-primary);font-weight:700}.ton-header .ton-desktop-menu .ton-menu-account-link:hover{border-color:var(--ton-primary);background:#f7f9ff}.ton-header .ton-desktop-menu .ton-menu-cart-link{position:relative;justify-content:center;width:58px;height:56px;padding:0;border:1px solid #e2e6ec;border-radius:10px;background:#fff}.ton-header .ton-desktop-menu .ton-menu-cart-link>span{display:none}.ton-header .ton-desktop-menu .ton-menu-cart-link .ton-icon{width:28px;height:28px}.ton-header .ton-menu-cart-count{position:absolute;top:-8px;right:-8px;min-width:25px;height:25px;padding:3px 6px;border-radius:99px;background:var(--ton-accent,#f68b1f);color:#fff;font-size:12px;line-height:19px;text-align:center}.ton-header .ton-desktop-menu .ton-menu-item:has(.ton-menu-account-link)::after,.ton-header .ton-desktop-menu .ton-menu-item:has(.ton-menu-cart-link)::after{display:none}
