.promand-header{--ph-height: 72px;background:var(--ph-bg, #fff);color:var(--ph-text, #111);border-bottom:1px solid var(--ph-border, #e5e5e5);position:relative;z-index:100}.promand-header--sticky{position:sticky;top:0}.promand-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:var(--ph-height);padding:0 1.25rem}.promand-header__logo-link{display:block;line-height:0}.promand-header__logo-img{max-width:var(--ph-logo-width, 160px);height:auto;display:block}.promand-header__logo-text{font-weight:700;font-size:1.25rem;color:var(--ph-text)}.promand-header__nav{flex:1 1 auto;display:none}@media(min-width:990px){.promand-header__nav{display:block}}.promand-header__menu{display:flex;align-items:center;justify-content:center;gap:.25rem;margin:0;padding:0;list-style:none}.promand-header__menu-item{position:relative}.promand-header__menu-link{display:inline-flex;align-items:center;gap:.35rem;padding:.75rem .9rem;font-size:.9375rem;font-weight:500;color:var(--ph-text);text-decoration:none;white-space:nowrap;transition:color .15s ease}.promand-header__menu-link:hover,.promand-header__menu-item.is-active>.promand-header__menu-link{color:var(--ph-accent)}.promand-header__caret{display:inline-flex;transition:transform .2s ease}.promand-header__menu-item:hover .promand-header__caret,.promand-header__menu-item[aria-expanded=true] .promand-header__caret{transform:rotate(180deg)}.promand-header__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--ph-mega-bg, #fff);border:1px solid var(--ph-border);border-radius:6px;box-shadow:0 12px 32px #00000014;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:20}.promand-header__menu-item:hover>.promand-header__dropdown,.promand-header__menu-item:focus-within>.promand-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.promand-header__dropdown-link{display:block;padding:.5rem 1rem;color:var(--ph-text);text-decoration:none;font-size:.875rem}.promand-header__dropdown-link:hover{background:#0000000a;color:var(--ph-accent)}.promand-header__mega{position:absolute;top:100%;left:0;right:0;width:100vw;margin-left:calc(-50vw + 50%);background:var(--ph-mega-bg, #fff);border-top:1px solid var(--ph-border);box-shadow:0 16px 40px #00000014;padding:1.75rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:30}.promand-header__menu-item:hover>.promand-header__mega,.promand-header__menu-item:focus-within>.promand-header__mega,.promand-header__menu-item[aria-expanded=true]>.promand-header__mega{opacity:1;visibility:visible;transform:translateY(0)}.promand-mega__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;gap:1.5rem}.promand-mega__links{display:grid;grid-template-columns:repeat(var(--mega-cols, 3),1fr);gap:1.5rem}.promand-mega__heading{display:block;font-weight:600;font-size:.9375rem;margin-bottom:.5rem;color:var(--ph-text);text-decoration:none}.promand-mega__list a{display:block;padding:.25rem 0;font-size:.875rem;color:var(--ph-text-muted);text-decoration:none}.promand-mega__list a:hover{color:var(--ph-accent)}.promand-mega__view-all{display:inline-block;margin-top:1rem;font-weight:600;font-size:.875rem;color:var(--ph-accent);text-decoration:none}.promand-header__actions{display:flex;align-items:center;gap:.75rem}.promand-header__icon-link,.promand-header__search-toggle,.promand-header__mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--ph-text);background:transparent;border:none;cursor:pointer;position:relative;text-decoration:none}.promand-header__icon-link:hover,.promand-header__search-toggle:hover{color:var(--ph-accent)}.promand-header__cart-count{position:absolute;top:4px;right:2px;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:16px;text-align:center;background:var(--ph-accent);color:#fff;border-radius:99px}.promand-header__search-panel{position:absolute;top:100%;right:0;width:min(420px,92vw);background:var(--ph-mega-bg);border:1px solid var(--ph-border);border-radius:8px;box-shadow:0 16px 40px #0000001a;padding:1rem;z-index:40}.promand-header__search-form{display:flex;gap:.5rem}.promand-header__search-input{flex:1;padding:.6rem .85rem;border:1px solid var(--ph-border);border-radius:6px;font-size:.9375rem}.promand-header__search-submit{background:var(--ph-accent);color:#fff;border:none;border-radius:6px;width:42px;display:flex;align-items:center;justify-content:center;cursor:pointer}.promand-header__advanced-btn{display:block;width:100%;margin-top:.75rem;padding:.5rem;background:transparent;border:1px solid var(--ph-border);border-radius:6px;font-size:.8125rem;cursor:pointer}.promand-header__mobile-toggle{display:inline-flex}@media(min-width:990px){.promand-header__mobile-toggle{display:none}}.promand-header__burger,.promand-header__burger:before,.promand-header__burger:after{display:block;width:20px;height:2px;background:currentColor;position:relative;transition:transform .2s ease}.promand-header__burger:before,.promand-header__burger:after{content:"";position:absolute;left:0}.promand-header__burger:before{top:-6px}.promand-header__burger:after{top:6px}.promand-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s}.promand-header__drawer.is-open{opacity:1;visibility:visible}.promand-drawer{position:absolute;top:0;right:0;width:min(360px,92vw);height:100%;background:var(--ph-bg);padding:1.25rem;overflow-y:auto;transform:translate(100%);transition:transform .25s ease}.promand-header__drawer.is-open .promand-drawer{transform:translate(0)}.promand-advanced-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s}.promand-advanced-modal.is-open{opacity:1;visibility:visible}.promand-advanced-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.promand-advanced-modal__panel{position:relative;background:var(--ph-bg);width:min(640px,94vw);max-height:90vh;overflow-y:auto;border-radius:10px;padding:1.75rem;box-shadow:0 24px 60px #0000002e}.promand-advanced-modal__close{position:absolute;top:.75rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--ph-text-muted)}.list-unstyled{list-style:none;margin:0;padding:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.promand-advanced-form fieldset{border:1px solid var(--ph-border);border-radius:6px;padding:.75rem 1rem;margin-bottom:1rem}.promand-advanced-form legend{font-weight:600;font-size:.875rem;padding:0 .35rem}.promand-advanced-form label{display:block;margin:.35rem 0;font-size:.875rem;cursor:pointer}.promand-advanced-form__actions{display:flex;gap:.75rem;margin-top:1.25rem}
/*# sourceMappingURL=/cdn/shop/t/19/assets/promand-header.css.map */
