.section-pill-navbar{position:sticky;top:0;z-index:9999;margin:0;padding:0}.pill-navbar-sticky-container{position:relative;left:0;right:0;z-index:9999;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 16px #0000000a}.pill-navbar-logo-wrapper{display:flex;justify-content:center;align-items:center;padding:10px 24px 0;position:relative}.pill-navbar-logo-link{display:inline-block;line-height:0}.pill-navbar-logo{height:60px;width:auto;max-width:200px;object-fit:contain;transition:height .3s ease}.pill-navbar-hamburger{position:absolute;left:24px;top:50%;transform:translateY(-50%);background:#f0f0f0;border:none;border-radius:50%;width:44px;height:44px;display:none;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:background .2s ease;z-index:2}.pill-navbar-hamburger:hover{background:#e0e0e0}.pill-navbar-hamburger-spacer{position:absolute;right:24px;width:44px;height:44px;display:none}.pill-navbar-header-icons{position:absolute;right:24px;top:50%;transform:translateY(-50%);display:none;align-items:center;gap:8px;z-index:2}.pill-navbar-header-icon{position:relative;width:40px;height:40px;border-radius:50%;background:#f0f0f0;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;text-decoration:none;transition:background .2s ease}.pill-navbar-header-icon:hover{background:#e0e0e0;color:#374151}.pill-navbar-header-icon__badge{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.pill-navbar-header-icon__badge.pill-navbar__fav-badge-mobile{opacity:0;transform:scale(0);transition:opacity .2s ease,transform .2s ease}.pill-navbar-header-icon__badge.pill-navbar__fav-badge-mobile.is-visible{opacity:1;transform:scale(1)}@media screen and (max-width:989px){.pill-navbar-hamburger{display:flex}.pill-navbar-hamburger-spacer{display:block}.pill-navbar-header-icons{display:flex}}.pill-navbar-sticky-container.is-scrolled .pill-navbar-hamburger{display:flex}.pill-navbar-sticky-container.is-scrolled .pill-navbar-hamburger-spacer{display:block}.pill-navbar-sticky-container.is-scrolled .pill-navbar-header-icons{display:flex}.pill-navbar-sticky-container.is-scrolled .pill-navbar-wrapper{display:none}.pill-navbar-sticky-container.is-scrolled .pill-navbar-logo{height:50px}.pill-navbar-sticky-container.is-scrolled .pill-navbar-logo-wrapper{padding:10px 24px}.pill-navbar-wrapper{padding:8px 24px 10px;max-height:200px;opacity:1;transition:max-height .3s ease,opacity .2s ease,padding .3s ease}.pill-navbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1200px;margin:0 auto;gap:16px}.pill-navbar__left{display:flex;align-items:center;justify-content:flex-start}.pill-navbar__center{display:flex;align-items:center;justify-content:center;gap:6px;background:#f5f5f5cc;border-radius:999px;padding:5px}.pill-navbar__right{display:flex;align-items:center;justify-content:flex-end;gap:6px}.pill-navbar__item{display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:10px 18px;background:#e8e8e8;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;color:#6b7280;gap:8px;overflow:hidden;white-space:nowrap;border:none;cursor:pointer;font:inherit}.pill-navbar__item:hover{background:#d4d4d4;color:#374151}.pill-navbar__item.is-active{background:#22c55e;color:#fff}.pill-navbar__item.is-active:hover{background:#16a34a;color:#fff}.pill-navbar__icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.pill-navbar__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pill-navbar__label{font-size:13px;font-weight:600;letter-spacing:.01em}.pill-navbar__badge{position:absolute;top:2px;right:2px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.pill-navbar__item.is-active .pill-navbar__badge{top:4px;right:6px}.pill-navbar__search-form{display:flex;align-items:center;gap:0;max-width:0;opacity:0;overflow:hidden;transition:max-width .3s ease,opacity .2s ease}.pill-navbar__item[data-nav-search].is-active .pill-navbar__search-form{max-width:160px;opacity:1}.pill-navbar__search-input{border:none;outline:none;background:transparent;color:#fff;font-size:13px;font-weight:500;width:120px;padding:0}.pill-navbar__search-input::placeholder{color:#ffffffb3}@media screen and (max-width:989px){.pill-navbar-wrapper{display:none}.pill-navbar-logo{height:40px;max-width:150px}.pill-navbar-logo-wrapper{padding:8px 16px}.pill-navbar-hamburger{left:16px;width:40px;height:40px}.pill-navbar-header-icons{right:16px;gap:6px}.pill-navbar-header-icon{width:36px;height:36px}.pill-navbar-header-icon svg{width:20px;height:20px}}.pill-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#0006;z-index:99999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.pill-sidebar-overlay.is-open{opacity:1;visibility:visible}.pill-sidebar{position:fixed;top:0;left:0;width:300px;max-width:85vw;height:100%;background:#fff;z-index:100000;box-shadow:4px 0 24px #0000001f;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}.pill-sidebar.is-open{transform:translate(0)}.pill-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.pill-sidebar__title{font-size:18px;font-weight:700;color:#111827}.pill-sidebar__close{background:none;border:none;cursor:pointer;color:#6b7280;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.pill-sidebar__close:hover{background:#f3f4f6;color:#111827}.pill-sidebar__nav{display:flex;flex-direction:column;padding:16px 12px;gap:4px}.pill-sidebar__link{display:flex;align-items:center;gap:14px;padding:14px 16px;text-decoration:none;color:#374151;font-size:15px;font-weight:500;border-radius:12px;transition:background .2s ease,color .2s ease}.pill-sidebar__link:hover{background:#f3f4f6}.pill-sidebar__link.is-active{background:#22c55e;color:#fff}.pill-sidebar__link.is-active:hover{background:#16a34a}.pill-sidebar__link svg{flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-pill-navbar.css.map */
