.ap-market-header {position:var(--zv-header-position, sticky);top:0;z-index:1000;background:var(--zv-header-bg, #fff);box-shadow:0 1px 0 rgba(0,0,0,var(--zv-shadow-strength, .08))}
.ap-market-header__top{background:var(--zv-topbar-bg, #f5f7fb);color:var(--zv-topbar-text-color, #606775);font-size:12px}
.ap-market-header__top-inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--zv-topbar-height, 34px);gap:18px}
.ap-market-header__region,.ap-market-header__top-links{display:flex;align-items:center;gap:16px;min-width:0}
.ap-market-header__top a{color:var(--zv-topbar-text-color, #606775);text-decoration:none;white-space:nowrap}
.ap-market-header__top a:hover{color:var(--zv-primary-color, #1f4fd8);text-decoration:none}
.ap-market-header__pin{width:8px;height:8px;border:2px solid var(--zv-topbar-text-color, #606775);border-radius:50%;box-shadow:0 5px 0 -2px var(--zv-topbar-text-color, #606775)}
.ap-market-header__main-wrap{background:var(--zv-header-bg, #fff)}
.ap-market-header__main{display:grid;grid-template-columns:minmax(128px,auto) auto minmax(260px,1fr) auto;align-items:center;gap:12px;min-height:var(--zv-header-height, 72px)}
.ap-market-header__mobile-catalog{display:none}
.ap-market-header__logo{display:flex;align-items:center;min-width:0}
.ap-market-header__logo img{max-width:var(--zv-logo-width, 180px);max-height:var(--zv-logo-height, 46px);width:auto}
.ap-market-header__logo-text{color:var(--zv-text-color, #1b1f2a);font-size:24px;font-weight:800;text-decoration:none;white-space:nowrap}
.ap-market-header__catalog-btn,.ap-market-header__mobile-catalog{align-items:center;justify-content:center;gap:9px;height:var(--zv-catalog-button-height, 44px);border:0;border-radius:var(--zv-catalog-button-radius, 10px);background:var(--zv-catalog-button-bg, #1f4fd8);color:var(--zv-catalog-button-color, #fff);font-weight:800;line-height:1}
.ap-market-header__catalog-btn{display:inline-flex;padding:0 18px}
.ap-market-header__catalog-btn.is-active{background:var(--zv-button-hover-bg, #183fb0)}
.ap-market-header__burger,.ap-market-header__burger:before,.ap-market-header__burger:after{display:block;width:18px;height:2px;border-radius:2px;background:currentColor}
.ap-market-header__burger{position:relative}
.ap-market-header__burger:before,.ap-market-header__burger:after{position:absolute;left:0;content:""}
.ap-market-header__burger:before{top:-6px}
.ap-market-header__burger:after{top:6px}
.ap-market-header__search{display:flex;align-items:center;min-width:0;height:var(--zv-search-height, 46px);border:2px solid var(--zv-search-border-color, #1f4fd8);border-radius:var(--zv-radius-base, 11px);overflow:hidden;background:var(--zv-search-bg, #fff)}
#search.ap-market-header__search{margin:0;width:100%}
.ap-market-header__search-input{flex:1 1 auto;min-width:0;height:100%;padding:0 16px;border:0;outline:0;color:var(--zv-text-color, #1b1f2a);font-size:16px;background:var(--zv-search-bg, #fff)}
.ap-market-header__search-btn{height:100%;padding:0 22px;border:0;background:var(--zv-search-button-bg, #1f4fd8);color:#fff;font-weight:800}
.ap-market-header__actions{display:flex;align-items:center;gap:8px}
.ap-market-header__action,.ap-market-header #cart.zv-cart>.btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:54px;height:48px;padding:4px 6px;border:0;border-radius:9px;background:transparent;color:#303747;font-size:12px;line-height:1.1;text-decoration:none}
.ap-market-header__action:hover,.ap-market-header #cart.zv-cart>.btn:hover{background:#f1f4fb;color:var(--zv-primary-color, #1f4fd8);text-decoration:none}
.ap-market-header__action-icon{position:relative;width:22px;height:22px;margin-bottom:3px}
.ap-market-header__action-icon--user{border:2px solid currentColor;border-radius:50%}
.ap-market-header__action-icon--user:after{position:absolute;left:2px;right:2px;bottom:-7px;height:10px;border:2px solid currentColor;border-bottom:0;border-radius:12px 12px 0 0;content:""}
.ap-market-header__action-icon--orders{border:2px solid currentColor;border-radius:5px}
.ap-market-header__action-icon--orders:before,.ap-market-header__action-icon--orders:after{position:absolute;left:4px;right:4px;height:2px;background:currentColor;content:""}
.ap-market-header__action-icon--orders:before{top:6px}
.ap-market-header__action-icon--orders:after{top:12px}
.ap-market-header__action-icon--heart:before{display:block;color:currentColor;font-size:22px;line-height:22px;content:"\2661"}
.ap-market-header #cart.zv-cart{margin:0;min-width:78px}
.ap-market-header #cart.zv-cart>.btn{width:auto;min-width:78px;box-shadow:none}
.ap-market-header #cart.zv-cart>.btn i{margin:0 0 3px;color:currentColor;font-size:20px}
.ap-market-header #cart.zv-cart #cart-total{max-width:82px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ap-market-header #cart.zv-cart .dropdown-menu{z-index:1055}
.ap-market-header__nav{border-top:1px solid #eef1f6;background:var(--zv-category-strip-bg, #fff)}
.ap-market-header__category-strip{display:flex;align-items:center;gap:18px;min-height:var(--zv-category-strip-height, 42px);overflow-x:auto;scrollbar-width:none}
.ap-market-header__category-strip::-webkit-scrollbar{display:none}
.ap-market-header__category-strip a{flex:0 0 auto;color:#303747;font-size:14px;text-decoration:none;white-space:nowrap}
.ap-market-header__category-strip a:hover{color:var(--zv-primary-color, #1f4fd8)}
.ap-market-catalog{position:absolute;top:100%;left:0;right:0;z-index:1040;background:rgba(25,30,42,.26)}
.ap-market-catalog[hidden],.ap-market-mobile-drawer[hidden]{display:none!important}
.ap-market-catalog__inner{display:grid;grid-template-columns:var(--zv-megamenu-sidebar-width, 280px) minmax(0,1fr);width:var(--zv-megamenu-width, 100%);max-height:min(var(--zv-megamenu-max-height, 620px),calc(100vh - 148px));overflow:hidden;border-radius:0 0 14px 14px;background:var(--zv-megamenu-bg, #fff);box-shadow:0 16px 46px rgba(20,24,35,.16)}
.ap-market-catalog__sidebar{padding:10px;overflow-y:auto;background:var(--zv-megamenu-active-bg, #f6f8fc)}
.ap-market-catalog__main-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 12px;border-radius:9px;color:#263044;font-weight:700;text-decoration:none}
.ap-market-catalog__main-item:hover,.ap-market-catalog__main-item.is-active{background:var(--zv-megamenu-bg, #fff);color:var(--zv-primary-color, #1f4fd8);text-decoration:none}
.ap-market-catalog__chevron{width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.ap-market-catalog__content{overflow-y:auto;padding:24px 28px}
.ap-market-catalog__section{display:none}
.ap-market-catalog__section.is-active{display:block}
.ap-market-catalog__section-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:18px}
.ap-market-catalog__section-head h3{margin:0;color:#1b1f2a;font-size:24px;font-weight:800}
.ap-market-catalog__section-head a,.ap-market-catalog__empty a{color:var(--zv-primary-color, #1f4fd8);font-weight:700;text-decoration:none}
.ap-market-catalog__columns{display:grid;grid-template-columns:repeat(var(--zv-megamenu-columns, 3),minmax(0,1fr));gap:10px 28px}
.ap-market-catalog__column{display:grid;align-content:start;gap:10px}
.ap-market-catalog__column a{color:#303747;text-decoration:none}
.ap-market-catalog__column a:hover{color:var(--zv-primary-color, #1f4fd8)}
.ap-market-catalog__promo{display:grid;gap:5px;margin-top:28px;padding:16px;border-radius:12px;background:#f5f7fb;color:#606775}
.ap-market-catalog__promo strong{color:#1b1f2a}
.ap-market-mobile-drawer{position:fixed;inset:0;z-index:1100}
.ap-market-mobile-drawer__overlay{position:absolute;inset:0;border:0;background:rgba(20,24,35,.42)}
.ap-market-mobile-drawer__panel{position:absolute;inset:0 auto 0 0;width:min(var(--zv-mobile-drawer-width, 86vw),360px);overflow-y:auto;background:var(--zv-mobile-drawer-bg, #fff);box-shadow:16px 0 42px rgba(20,24,35,.2)}
.ap-market-mobile-drawer__head{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 16px;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08)}
.ap-market-mobile-drawer__head button{width:36px;height:36px;border:0;border-radius:50%;background:#f1f4fb;font-size:24px;line-height:1}
.ap-market-mobile-drawer__list{display:grid;padding:10px}
.ap-market-mobile-drawer__list>a{padding:13px 10px;border-radius:9px;color:#1b1f2a;font-weight:800;text-decoration:none}
.ap-market-mobile-drawer__children{display:grid;gap:2px;padding:0 0 8px 16px}
.ap-market-mobile-drawer__children a{padding:8px 10px;border-radius:8px;color:#606775;text-decoration:none}
body.ap-market-catalog-open,body.ap-market-drawer-open{overflow:hidden}
@media (max-width:1199px){.ap-market-header__main{grid-template-columns:minmax(110px,auto) auto minmax(220px,1fr) auto;gap:8px}.ap-market-header__action-text{display:none}.ap-market-header__action,.ap-market-header #cart.zv-cart>.btn{min-width:44px}}
@media (max-width:767px){.ap-market-header{position:var(--zv-mobile-header-position, sticky)}.ap-market-header__top{display:none}.ap-market-header__main{grid-template-columns:42px minmax(92px,1fr) auto auto;grid-template-areas:"catalog logo actions actions" "search search search search";min-height:var(--zv-mobile-header-height, 104px);padding:8px 0 10px}.ap-market-header__mobile-catalog{display:inline-flex;grid-area:catalog;width:42px;height:40px;padding:0}.ap-market-header__brand{grid-area:logo}.ap-market-header__catalog-btn{display:none}.ap-market-header__search{grid-area:search;height:var(--zv-mobile-search-height, 42px);display:var(--zv-mobile-search-display, flex)}.ap-market-header__search-input{font-size:15px}.ap-market-header__search-btn{padding:0 14px}.ap-market-header__actions{grid-area:actions;justify-self:end;gap:2px}.ap-market-header__action{min-width:38px;height:40px;padding:0 4px}.ap-market-header__actions .ap-market-header__action:nth-child(2),.ap-market-header__actions .ap-market-header__action:nth-child(3){display:none}.ap-market-header #cart.zv-cart{min-width:44px}.ap-market-header #cart.zv-cart>.btn{min-width:44px;height:40px;padding:0 4px}.ap-market-header #cart.zv-cart #cart-total{display:none}.ap-market-header__logo img{max-height:36px}.ap-market-header__logo-text{font-size:20px}.ap-market-header__category-strip{min-height:38px;gap:14px}.ap-market-catalog{display:none!important}}
