.bk-no-scroll{overflow:hidden!important}.bk-header{position:relative;z-index:200;width:100%;padding:15px 0;background:var(--bkh-bg, #ffffff);border-bottom:1px solid var(--bkh-border, #e5e7eb);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.bk-header.bk-header--sticky{position:sticky;top:0}.bk-header.bk-header--transparent{position:absolute;top:0;left:0;right:0;background:transparent;border-bottom-color:transparent}.bk-header.bk-header--transparent .bk-header__inner{color:var(--bkh-transparent-text, #ffffff)}.bk-header--container .bk-header__inner{max-width:var(--container-max, 1400px)}.bk-header--full .bk-header__inner{max-width:none}.bk-header.bk-header--transparent .bk-header__logo-text,.bk-header.bk-header--transparent .bk-nav__link,.bk-header.bk-header--transparent .bk-header__icon-btn{color:var(--bkh-transparent-text, #ffffff)}.bk-header.bk-header--transparent .bk-header__icon-btn svg{stroke:var(--bkh-transparent-text, #ffffff)}.bk-header.bk-header--scrolled{background:var(--bkh-scrolled-bg, #ffffff)!important;border-bottom-color:var(--bkh-border, #e5e7eb)!important;box-shadow:0 2px 12px #00000014}.bk-header.bk-header--scrolled .bk-header__logo-text,.bk-header.bk-header--scrolled .bk-nav__link,.bk-header.bk-header--scrolled .bk-header__icon-btn{color:var(--bkh-text, #1a1a1a)}.bk-header.bk-header--scrolled .bk-header__icon-btn svg{stroke:var(--bkh-text, #1a1a1a)}.bk-header__inner{display:flex;align-items:center;gap:20px 20px;flex-wrap:wrap;margin:0 auto}.bk-header__logo{flex-shrink:0;text-decoration:none}.bk-header__logo img{display:block;height:var(--bkh-logo-height, 48px);width:auto;object-fit:contain}.bk-header__logo-text{font-size:var(--bkh-logo-font-size, 22px);font-weight:700;color:var(--bkh-text, #1a1a1a);text-decoration:none}.bk-nav__list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:4px}.bk-nav__item{position:relative}.bk-nav__link{display:inline-block;padding:6px 12px;font-size:14px;font-weight:500;color:var(--bkh-text, #1a1a1a);text-decoration:none;border-radius:6px;transition:background .18s,color .18s}.bk-nav__link:hover,.bk-nav__link:focus-visible{background:var(--bkh-hover-bg, #f3f4f6);color:var(--bkh-accent, #2e8b57)}.bk-header__icons{display:flex;align-items:center;gap:2px;margin-left:auto}.bk-header__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:8px;color:var(--bkh-text, #1a1a1a);position:relative;transition:background .18s}.bk-header__icon-btn svg{display:block;stroke:currentColor}.bk-header__icon-btn:hover,.bk-header__icon-btn:focus-visible{background:var(--bkh-hover-bg, #f3f4f6)}.bk-header__icon-btn:focus-visible{outline:2px solid var(--bkh-accent, #2e8b57);outline-offset:2px}.bk-header__cart-count{position:absolute;top:3px;right:3px;min-width:17px;height:17px;background:var(--bkh-accent, #2e8b57);color:#fff;font-size:10px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;line-height:1;padding:0 3px;pointer-events:none;transition:transform .15s}.bk-header__cart-count[data-count="0"]{display:none}.bk-header__cta{display:inline-flex;align-items:center;padding:var(--bkh-cta-pad, 9px 20px);background:var(--bkh-cta-bg, #2e8b57);color:var(--bkh-cta-text, #ffffff)!important;font-size:14px;font-weight:600;text-decoration:none;border-radius:var(--bkh-cta-radius, 8px);white-space:nowrap;transition:opacity .18s,transform .18s;flex-shrink:0}.bk-header__cta:hover{opacity:.88;transform:translateY(-1px)}.bk-header__burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:8px;color:var(--bkh-text, #1a1a1a);flex-shrink:0}.bk-header__burger svg{stroke:currentColor}.bk-header__burger:focus-visible{outline:2px solid var(--bkh-accent, #2e8b57);outline-offset:2px}.bk-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:var(--bkh-search-overlay-bg, rgba(0,0,0,.55));display:flex;align-items:flex-start;justify-content:center;padding-top:80px;opacity:0;pointer-events:none;transition:opacity .25s ease}.bk-search-overlay.is-open{opacity:1;pointer-events:all}.bk-search__box{width:100%;max-width:var(--bkh-search-width, 680px);background:var(--bkh-search-bg, #ffffff);border-radius:var(--bkh-search-radius, 16px);box-shadow:var(--bkh-search-shadow, 0 20px 60px rgba(0,0,0,.2));overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 120px)}.bk-search__input-row{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--bkh-border, #e5e7eb)}.bk-search__input-row svg{flex-shrink:0;stroke:var(--bkh-text-muted, #9ca3af)}.bk-search__input{flex:1;border:none;outline:none;background:transparent;font-size:16px;color:var(--bkh-text, #1a1a1a);font-family:inherit}.bk-search__input::placeholder{color:var(--bkh-text-muted, #9ca3af)}.bk-search__clear-btn{display:none;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:var(--bkh-hover-bg, #f3f4f6);border-radius:50%;cursor:pointer;color:var(--bkh-text, #1a1a1a);flex-shrink:0}.bk-search__close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;color:var(--bkh-text, #1a1a1a);flex-shrink:0;border-radius:6px;transition:background .15s}.bk-search__close-btn:hover{background:var(--bkh-hover-bg, #f3f4f6)}.bk-search__spinner{display:none;align-items:center;justify-content:center;padding:28px}.bk-search__spinner-ring{width:32px;height:32px;border:3px solid var(--bkh-border, #e5e7eb);border-top-color:var(--bkh-accent, #2e8b57);border-radius:50%;animation:bkhSpin .6s linear infinite}@keyframes bkhSpin{to{transform:rotate(360deg)}}.bk-search__default{padding:18px 18px 8px}.bk-search__section-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--bkh-text-muted, #9ca3af);margin:0 0 10px}.bk-search__tags{display:flex;flex-wrap:wrap;gap:8px}.bk-search__tag{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;background:var(--bkh-hover-bg, #f3f4f6);border:1px solid var(--bkh-border, #e5e7eb);border-radius:20px;font-size:13px;color:var(--bkh-text, #1a1a1a);cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit}.bk-search__tag:hover{background:var(--bkh-accent-light, #e8f5ee);border-color:var(--bkh-accent, #2e8b57);color:var(--bkh-accent, #2e8b57)}.bk-search__results{overflow-y:auto;flex:1}.bk-search__group{padding:8px 0;border-bottom:1px solid var(--bkh-border, #e5e7eb)}.bk-search__group:last-child{border-bottom:none}.bk-search__group-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--bkh-text-muted, #9ca3af);padding:4px 18px 6px;margin:0}.bk-search__item{display:flex;align-items:center;gap:12px;padding:10px 18px;text-decoration:none;color:inherit;transition:background .15s}.bk-search__item:hover,.bk-search__item.is-focused{background:var(--bkh-hover-bg, #f3f4f6)}.bk-search__item-img{width:56px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0;background:var(--bkh-hover-bg, #f3f4f6)}.bk-search__item-img--placeholder{display:flex;align-items:center;justify-content:center;color:var(--bkh-text-muted, #9ca3af)}.bk-search__item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.bk-search__item-title{font-size:14px;font-weight:500;color:var(--bkh-text, #1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bk-search__item-meta{font-size:12px;color:var(--bkh-text-muted, #9ca3af)}.bk-search__item-price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.bk-search__item-price{font-size:14px;font-weight:600;color:var(--bkh-accent, #2e8b57)}.bk-search__item-compare{font-size:12px;color:var(--bkh-text-muted, #9ca3af);text-decoration:line-through}.bk-search__empty{padding:24px 18px;font-size:14px;color:var(--bkh-text-muted, #9ca3af);text-align:center;margin:0}.bk-search__footer{padding:14px 18px;border-top:1px solid var(--bkh-border, #e5e7eb);text-align:center}.bk-search__footer a{font-size:13px;font-weight:600;color:var(--bkh-accent, #2e8b57);text-decoration:none}.bk-search__footer a:hover{text-decoration:underline}.bk-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;pointer-events:none}.bk-mobile-drawer.is-open{pointer-events:all}.bk-mobile-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.bk-mobile-drawer.is-open .bk-mobile-drawer__overlay{opacity:1}.bk-mobile-drawer__panel{position:absolute;top:0;left:0;width:min(320px,90vw);height:100%;background:#fff;overflow-y:auto;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.bk-mobile-drawer.is-open .bk-mobile-drawer__panel{transform:translate(0)}.bk-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.bk-mobile-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer}.bk-mobile-nav{flex:1;overflow-y:auto;padding:8px 0}.bk-mobile-nav__list{list-style:none;margin:0;padding:0}.bk-mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;font-size:15px;font-weight:500;color:#1a1a1a;text-decoration:none;transition:background .15s}.bk-mobile-nav__link:hover{background:#f9fafb}.bk-mobile-nav__toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;color:#6b7280;transition:transform .25s}.bk-mobile-nav__toggle[aria-expanded=true]{transform:rotate(180deg)}.bk-mobile-nav__sub{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#f9fafb}.bk-mobile-nav__sub.is-open{max-height:400px}.bk-mobile-nav__sub .bk-mobile-nav__link{padding-left:34px;font-size:14px;font-weight:400}@media(max-width:1023px){.bk-nav,.bk-header__cta{display:none}.bk-header__burger{display:flex}}@media(min-width:1024px){.bk-header__burger{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/bk-header.css.map */
