.eco-header{background:var(--bar);color:var(--ink);border-bottom:1px solid var(--line);transition:box-shadow .28s ease}.eco-header.is-stuck{box-shadow:0 8px 24px -16px #0f171957}.eco-header *,.eco-drawer *{box-sizing:border-box}.eco-header a,.eco-drawer a{text-decoration:none;color:inherit}.eco-header ul,.eco-drawer ul{list-style:none;margin:0;padding:0}.eco-header button,.eco-drawer button{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer}.eco-header img{display:block;max-width:100%}.eco-bar__wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;display:flex;align-items:center;flex-wrap:wrap;column-gap:18px;row-gap:0;min-height:66px}.eco-burger{display:none;width:44px;height:44px;border-radius:999px;align-items:center;justify-content:center;flex:0 0 auto;order:1}.eco-burger svg{width:24px;height:24px}.eco-burger:hover{background:var(--soft);color:var(--acc)}.eco-logo{order:2;flex:0 0 auto;display:flex;align-items:center;padding:9px 0}.eco-logo img{width:var(--lw);height:auto}.eco-logo__text{font-size:22px;font-weight:600;letter-spacing:.02em;color:var(--acc)}.eco-search{order:3;position:relative;flex:1 1 240px;max-width:400px;margin-left:auto}.eco-search__field{display:flex;align-items:center;gap:10px;height:44px;padding:0 16px;border:1px solid var(--edge);border-radius:999px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.eco-search__field:focus-within{border-color:var(--acc);box-shadow:0 0 0 3px var(--ring)}.eco-search__field>svg{width:18px;height:18px;color:var(--muted);flex:0 0 18px}.eco-search__field input[type=search],.eco-search__field input[type=search]:hover,.eco-search__field input[type=search]:focus,.eco-search__field input[type=search]:focus-visible,.eco-search__field input[type=search]:active{flex:1 1 auto;min-width:0;width:100%;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;background-image:none!important;border-radius:0!important;padding:0!important;margin:0!important;height:auto!important;min-height:0!important;line-height:1.3!important;font:inherit;font-size:14.5px;font-weight:400;color:var(--ink);-webkit-appearance:none!important;appearance:none!important}.eco-search__field input[type=search]::placeholder{color:var(--muted);opacity:1}.eco-search__field input[type=search]::-webkit-search-decoration,.eco-search__field input[type=search]::-webkit-search-cancel-button,.eco-search__field input[type=search]::-webkit-search-results-button{-webkit-appearance:none;display:none}.eco-search__field .field,.eco-search__field .field__input,.eco-search__field label{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important}.eco-search__clear{display:none;width:20px;height:20px;border-radius:999px;background:#0f171914;align-items:center;justify-content:center;flex:0 0 20px}.eco-search__clear svg{width:11px;height:11px;color:var(--ink)}.eco-search.has-value .eco-search__clear{display:inline-flex}.eco-sugg{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border-radius:16px;padding:8px;box-shadow:0 26px 60px -22px #0f171957,0 3px 10px #0f17190f,0 0 0 1px var(--line);max-height:min(70vh,460px);overflow-y:auto;display:none;z-index:80}.eco-sugg.is-open{display:block}.eco-sugg__label{padding:8px 10px 6px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.eco-sugg a{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:10px;transition:background .15s ease}.eco-sugg a:hover{background:var(--soft)}.eco-sugg img{width:46px;height:46px;object-fit:cover;border-radius:8px;background:var(--band);flex:0 0 46px}.eco-sugg__ph{width:46px;height:46px;border-radius:8px;background:var(--band);flex:0 0 46px;display:block}.eco-sugg__t{font-size:13.5px;font-weight:500;line-height:1.35;color:var(--ink)}.eco-sugg__p{font-size:13px;font-weight:600;color:var(--acc);margin-top:2px;display:block}.eco-sugg__all{display:block;text-align:center;padding:11px;margin-top:4px;border-top:1px solid var(--line);font-size:13.5px;font-weight:500;color:var(--acc)}.eco-sugg__empty{padding:18px 12px;text-align:center;font-size:13.5px;color:var(--muted)}.eco-actions{order:4;display:flex;align-items:center;gap:6px;flex:0 0 auto}.eco-act{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:background .2s ease,color .2s ease,border-color .2s ease}.eco-act:hover{background:var(--soft);color:var(--acc)}.eco-act svg{width:21px;height:21px}.eco-act__label{display:none}.eco-count{position:absolute;top:1px;right:1px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--acc);color:#fff;font-size:10.5px;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center}.eco-count[hidden]{display:none}.eco-nav{order:5;flex:1 0 100%;border-top:1px solid var(--line)}.eco-nav__list{display:flex;align-items:center;gap:2px;flex-wrap:wrap}.eco-nav__item{position:relative}.eco-header .eco-nav__link{display:inline-flex;align-items:center;gap:6px;padding:11px 12px;font-size:14px;font-weight:500;letter-spacing:.004em;position:relative;transition:color .2s ease}.eco-nav__link:hover{color:var(--acc)}.eco-nav__link svg{width:12px;height:12px;opacity:.5;transition:transform .25s ease,opacity .2s ease}.eco-nav__link:after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:2px;border-radius:2px;background:var(--acc);transform:scaleX(0);transform-origin:left center;transition:transform .28s cubic-bezier(.2,.7,.3,1)}.eco-nav__link.is-active:after,.eco-nav__item:hover .eco-nav__link:after,.eco-nav__item:focus-within .eco-nav__link:after{transform:scaleX(1)}.eco-nav__item:hover .eco-nav__link svg{transform:rotate(180deg);opacity:1}.eco-dd{position:absolute;top:calc(100% - 4px);left:6px;min-width:252px;background:#fff;border-radius:14px;padding:8px;box-shadow:0 26px 60px -22px #0f171957,0 3px 10px #0f17190f,0 0 0 1px var(--line);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:70;pointer-events:none}.eco-nav__item:hover>.eco-dd,.eco-nav__item:focus-within>.eco-dd,.eco-dd.is-open{opacity:1;visibility:visible;transform:none;pointer-events:auto}.eco-header .eco-dd a{display:block;position:relative;padding:10px 14px;margin:1px 0;border-radius:9px;font-size:14px;font-weight:500;color:var(--ink);transition:background .18s ease,color .18s ease,padding-left .18s ease}.eco-dd a:before{content:"";position:absolute;left:8px;top:50%;width:3px;height:0;border-radius:2px;background:var(--acc);transform:translateY(-50%);transition:height .18s ease}.eco-header .eco-dd a:hover{background:var(--soft);color:var(--acc);padding-left:20px}.eco-dd a:hover:before{height:16px}.eco-chips{background:var(--band);border-top:1px solid var(--line)}.eco-chips__wrap{max-width:var(--maxw);margin:0 auto;padding:10px 24px;display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;justify-content:space-between;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.eco-chips__wrap::-webkit-scrollbar{display:none}.eco-header .eco-chip{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:7px 14px;background:#fff;border:1px solid var(--edge);border-radius:999px;font-size:13px;font-weight:500;white-space:nowrap;color:var(--ink);box-shadow:0 1px 2px #0f17190a;transition:border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease}.eco-chip__ico{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.eco-chip__ico svg{width:17px;height:17px;color:var(--acc)}.eco-header .eco-chip:hover{border-color:var(--acc);color:var(--acc);box-shadow:0 7px 16px -11px var(--glow);transform:translateY(-1px)}.eco-header.is-stuck .eco-bar__wrap{min-height:58px}.eco-header.is-stuck .eco-logo{padding:6px 0}.eco-header.is-stuck .eco-search__field{height:40px}.eco-header.is-stuck .eco-chips{display:none}@media(min-width:990px){.eco-logo{flex:1 1 0;justify-content:flex-start;min-width:0}.eco-search{flex:0 0 auto;width:min(430px,42%);max-width:none;margin:0}.eco-actions{flex:1 1 0;justify-content:flex-end}.eco-act--cart{width:auto;height:44px;padding:0 18px;gap:9px;border:1px solid var(--edge);border-radius:999px;font-size:14.5px;font-weight:600}.eco-act--cart .eco-act__label{display:inline}.eco-act--cart:hover{border-color:var(--acc);background:var(--soft);color:var(--acc)}.eco-act--cart .eco-count{top:-7px;right:-5px}.eco-header.is-stuck .eco-logo img{width:var(--lws)}.eco-header.is-stuck .eco-nav{order:3;flex:0 1 auto;border-top:0;margin-left:10px}.eco-header.is-stuck .eco-nav__link{padding:9px 11px;font-size:13.5px}.eco-header.is-stuck .eco-nav__link:after{bottom:3px;left:11px;right:11px}}@media(min-width:990px)and (max-width:1259px){.eco-header.is-stuck .eco-nav__link{padding:9px 8px;font-size:13px}}@media(max-width:989px){.eco-bar__wrap{min-height:0;padding:6px 12px 0;column-gap:4px}.eco-burger{display:inline-flex;flex:0 0 92px;justify-content:flex-start;order:1}.eco-logo{order:2;flex:1 1 auto;justify-content:center;margin:0;padding:6px 0;min-width:0}.eco-logo img{width:var(--lwm)}.eco-actions{order:3;flex:0 0 auto;gap:2px}.eco-act{width:44px;height:44px}.eco-nav{display:none}.eco-search{order:4;flex:1 0 100%;max-width:none;margin:2px 0 11px}.eco-search__field{height:44px}.eco-header.is-stuck .eco-search,.eco-header.is-stuck .eco-chips{display:none}.eco-header.is-stuck .eco-bar__wrap{min-height:58px;padding:4px 12px;flex-wrap:nowrap}.eco-header.is-stuck .eco-logo{padding:4px 0}.eco-header.is-stuck .eco-logo img{width:calc(var(--lwm) * .9)}.eco-chips__wrap{padding:8px 10px 10px;gap:2px;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.eco-header .eco-chip{flex-direction:column;gap:6px;padding:4px 5px;background:transparent;border:0;font-size:11.5px;font-weight:500;line-height:1.25;text-align:center;white-space:normal;width:72px;flex:0 0 72px;box-shadow:none}.eco-chip__label{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.eco-chip__ico{width:44px;height:44px;border-radius:14px;background:#fff;border:1px solid var(--edge);transition:border-color .22s ease,background .22s ease}.eco-chip__ico svg{width:21px;height:21px}.eco-header .eco-chip:hover{background:transparent;transform:none;box-shadow:none;border:0}.eco-chip:hover .eco-chip__ico{border-color:var(--acc);background:var(--soft)}.eco-sugg{position:fixed;left:10px;right:10px;top:auto;max-height:62vh}}.eco-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f17196b;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;z-index:98}.eco-scrim.is-open{opacity:1;visibility:visible}.eco-drawer{position:fixed;top:0;bottom:0;left:0;right:auto;width:min(390px,86vw);background:#fff;color:var(--ink);z-index:99;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .34s cubic-bezier(.2,.7,.3,1);box-shadow:20px 0 50px -30px #0f171980}.eco-drawer.is-open{transform:none}.eco-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--line);flex:0 0 auto}.eco-drawer__title{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.eco-drawer__close{width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-right:-8px}.eco-drawer__close:hover{background:var(--soft);color:var(--acc)}.eco-drawer__close svg{width:22px;height:22px}.eco-drawer__body{flex:1 1 auto;overflow-y:auto;padding:0 0 32px;-webkit-overflow-scrolling:touch}.eco-dhead{margin:0;padding:20px 20px 8px;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.eco-drawer .eco-drow{display:flex;align-items:center;gap:15px;width:100%;min-height:54px;padding:11px 20px;font-size:15px;font-weight:500;line-height:1.35;text-align:left;color:var(--ink);transition:background .16s ease,color .16s ease}.eco-drawer .eco-drow:hover{background:var(--soft);color:var(--acc)}.eco-drow__ico{flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;color:var(--acc)}.eco-drow__ico svg{width:22px;height:22px}.eco-drow__label{flex:1 1 auto;min-width:0}.eco-drow__chev{flex:0 0 auto;opacity:.45;transition:transform .26s ease;display:inline-flex;color:var(--muted)}.eco-drow__chev svg{width:16px;height:16px}.eco-drow[aria-expanded=true]{color:var(--acc)}.eco-drow[aria-expanded=true] .eco-drow__chev{transform:rotate(90deg);opacity:1;color:var(--acc)}.eco-dsub{overflow:hidden;background:var(--band)}.eco-drawer .eco-dsub a{min-height:46px;padding:11px 20px 11px 59px;font-size:14px;font-weight:400;color:var(--muted);display:flex;align-items:center;line-height:1.35}.eco-drawer .eco-dsub a:hover{color:var(--acc);background:transparent}.eco-ddiv{height:1px;background:var(--line);margin:14px 20px 0}.eco-drawer .eco-dutil .eco-drow{font-size:14.5px;font-weight:400;min-height:50px}@media(prefers-reduced-motion:reduce){.eco-drawer,.eco-scrim,.eco-dd,.eco-chip,.eco-nav__link:after,.eco-drow__chev{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/eco-header.css.map */
