.header-mega *,.header-mega *:before,.header-mega *:after{box-sizing:border-box;margin:0;padding:0}.header-mega{position:sticky;top:0;z-index:1000;font-family:inherit;transition:transform .35s cubic-bezier(.25,.1,.25,1),box-shadow .3s ease}.header-mega.hm-header--hidden{transform:translateY(-100%)}.header-mega.hm-header--scrolled .hm-desktop,.header-mega.hm-header--scrolled .hm-mobile{box-shadow:0 2px 16px #00000014}.header-mega .cart-count-bubble{display:none!important}.hm-desktop{display:none;background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:0 1px 6px #0000000a}@media screen and (min-width:990px){.hm-desktop{display:block}.hm-mobile{display:none!important}}.hm-desktop__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 var(--header-padding-x);max-width:1400px;margin:0 auto}.hm-desktop__logo{flex:0 0 auto;min-width:var(--header-logo-width);text-decoration:none;color:var(--header-text)}.hm-desktop__logo-img{display:block;max-width:var(--header-logo-width);height:auto;object-fit:contain}.hm-desktop__logo-text{font-size:1.75rem;font-weight:700;color:var(--header-text);letter-spacing:-.02em;white-space:nowrap}.hm-desktop__nav{flex:1 1 auto;display:flex;justify-content:center}.hm-desktop__menu{display:flex;list-style:none;align-items:center;gap:0}.hm-desktop__menu-item{position:relative}.hm-desktop__menu-link{display:flex;align-items:center;gap:.4rem;padding:.6rem 1.15rem;font-size:var(--nav-font-size);font-weight:600;color:var(--header-text);text-decoration:none;letter-spacing:.01em;white-space:nowrap;transition:color .2s ease}.hm-desktop__menu-link:hover,.hm-desktop__menu-link:focus-visible{color:var(--header-text-hover)}.hm-desktop__chevron{transition:transform .25s ease;flex-shrink:0}.hm-desktop__menu-item:hover .hm-desktop__chevron,.hm-desktop__menu-link[aria-expanded=true] .hm-desktop__chevron{transform:rotate(180deg)}.hm-desktop__icons{flex:0 0 auto;display:flex;align-items:center;gap:.5rem;min-width:var(--header-logo-width);justify-content:flex-end}.hm-desktop__icon-btn{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;color:var(--header-text);background:transparent;border:none;cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease;position:relative}.hm-desktop__icon-btn:hover{background:#0000000d;color:var(--header-text-hover)}.hm-cart-badge{position:absolute;top:-3px;right:-5px;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;line-height:1;color:var(--cart-badge-text);background:var(--cart-badge-bg);border-radius:999px;padding:0 6px;pointer-events:none}.hm-mega{position:fixed;left:0;right:0;top:0;background:var(--mega-bg);border-top:1px solid var(--header-border);box-shadow:0 12px 40px #0000001a;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease,visibility .25s;pointer-events:none;z-index:999}.hm-mega.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.hm-mega__inner{max-width:1400px;margin:0 auto;padding:2.25rem 2.5rem}.hm-mega__columns{display:flex;flex-wrap:wrap;gap:2rem 3rem}.hm-mega__column{min-width:140px;flex:0 0 auto}.hm-mega__heading{display:block;font-size:1.35rem;font-weight:700;color:var(--mega-heading);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.hm-mega__heading--link{text-decoration:none;transition:color .2s ease}.hm-mega__heading--link:hover{color:var(--mega-link-hover)}.hm-mega__links{list-style:none;display:flex;flex-direction:column;gap:.1rem}.hm-mega__link{display:block;padding:.55rem 0;font-size:1.25rem;color:var(--mega-text);text-decoration:none;transition:color .15s ease,padding-left .2s ease}.hm-mega__link:hover{color:var(--mega-link-hover);padding-left:4px}.hm-mega__featured{margin-left:auto;min-width:260px}.hm-mega__featured-grid{display:flex;gap:1rem}.hm-mega__promo{display:flex;flex-direction:column;gap:.5rem;text-decoration:none;border-radius:8px;overflow:hidden;flex:1;background:var(--mega-featured-bg);transition:transform .2s ease,box-shadow .2s ease}.hm-mega__promo:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.hm-mega__promo-img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.hm-mega__promo-title{padding:.5rem .75rem .75rem;font-size:1.15rem;font-weight:700;color:var(--mega-heading);text-transform:uppercase;letter-spacing:.02em}.hm-mobile{display:block;background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:0 1px 4px #0000000a}@media screen and (min-width:990px){.hm-mobile{display:none!important}}.hm-mobile__bar{display:flex;align-items:center;justify-content:space-between;height:var(--header-height-mobile);padding:0 var(--header-padding-x)}.hm-mobile__hamburger{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;color:var(--header-text);cursor:pointer}.hm-mobile__logo{flex:1 1 auto;display:flex;align-items:center;justify-content:center;text-decoration:none}.hm-mobile__logo-img{max-width:calc(var(--header-logo-width) * .75);height:auto;display:block}.hm-mobile__logo-text{font-size:1.4rem;font-weight:700;color:var(--header-text)}.hm-mobile__icons{flex:0 0 auto;display:flex;align-items:center;gap:.15rem}.hm-mobile__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--header-text);background:none;border:none;cursor:pointer;text-decoration:none;border-radius:50%;position:relative}.hm-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none}.hm-drawer.is-open{visibility:visible;pointer-events:auto}.hm-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s ease}.hm-drawer.is-open .hm-drawer__overlay{opacity:1}.hm-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(88vw,400px);background:var(--mobile-bg);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s cubic-bezier(.25,.1,.25,1);overflow:hidden}.hm-drawer.is-open .hm-drawer__panel{transform:translate(0)}.hm-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--mobile-border);flex-shrink:0;min-height:56px}.hm-drawer__back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:var(--mobile-text);cursor:pointer;border-radius:50%;transition:background .2s ease;flex-shrink:0}.hm-drawer__back:hover{background:var(--mobile-active-bg)}.hm-drawer__title{flex:1;text-align:center;font-size:1.35rem;font-weight:700;color:var(--mobile-text);letter-spacing:.01em}.hm-drawer__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:var(--mobile-text);cursor:pointer;border-radius:50%;transition:background .2s ease;flex-shrink:0}.hm-drawer__close:hover{background:var(--mobile-active-bg)}.hm-drawer__slides{flex:1;position:relative;overflow:hidden}.hm-drawer__slide{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translate(100%);transition:transform .3s cubic-bezier(.25,.1,.25,1);visibility:hidden}.hm-drawer__slide.is-active{transform:translate(0);visibility:visible}.hm-drawer__promos{display:flex;gap:.75rem;padding:1rem 1.25rem .5rem}.hm-drawer__promo-card{flex:1;display:block;border-radius:var(--drawer-promo-radius);overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hm-drawer__promo-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.hm-drawer__promo-card-img{width:100%;height:auto;display:block;aspect-ratio:4 / 3;object-fit:cover}.hm-drawer__list{list-style:none;padding:.25rem 0}.hm-drawer__list-item{border-bottom:1px solid var(--mobile-border)}.hm-drawer__list-item:last-child{border-bottom:none}.hm-drawer__list-link,.hm-drawer__list-btn{display:flex;align-items:center;gap:.65rem;width:100%;padding:1.2rem 1.35rem;font-size:1.35rem;font-weight:500;color:var(--mobile-text);text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.hm-drawer__list-link:active,.hm-drawer__list-btn:active{background:var(--mobile-active-bg)}.hm-drawer__list-link--all{font-weight:600;opacity:.65;font-size:1.2rem}.hm-drawer__item-icon{flex-shrink:0;width:var(--mobile-icon-size);height:var(--mobile-icon-size);display:flex;align-items:center;justify-content:center}.hm-drawer__item-icon-img{width:100%;height:100%;object-fit:contain;border-radius:4px}.hm-drawer__item-text{flex:1}.hm-drawer__arrow{flex-shrink:0;opacity:.4;width:20px;height:20px}.hm-drawer__footer{flex-shrink:0;padding:0;border-top:1px solid var(--mobile-border)}.hm-drawer__bottom-menu{display:flex;flex-wrap:wrap;gap:0;padding:.85rem 1.25rem;border-bottom:1px solid var(--mobile-border)}.hm-drawer__bottom-menu-link{padding:.4rem .75rem;font-size:1.1rem;font-weight:500;color:var(--drawer-bottom-menu-color);text-decoration:none;white-space:nowrap;transition:opacity .15s ease}.hm-drawer__bottom-menu-link:hover{opacity:.65}.hm-drawer__trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;padding:1rem 1.25rem;border-bottom:1px solid var(--mobile-border)}.hm-drawer__trust-badge{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;flex:0 0 auto;min-width:80px}.hm-drawer__trust-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--drawer-trust-icon-color)}.hm-drawer__trust-icon--custom{width:36px;height:36px}.hm-drawer__trust-icon-img{width:100%;height:100%;object-fit:contain}.hm-drawer__trust-text{display:flex;flex-direction:column;align-items:center;gap:.05rem}.hm-drawer__trust-title{font-size:.95rem;font-weight:700;color:var(--mobile-text);line-height:1.2}.hm-drawer__trust-subtitle{font-size:.85rem;font-weight:500;color:var(--mobile-text);opacity:.65;line-height:1.2}.hm-drawer__socials{display:flex;justify-content:center;align-items:center;gap:1.25rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--mobile-border)}.hm-drawer__social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--drawer-social-color);text-decoration:none;border-radius:50%;transition:color .2s ease,background .2s ease}.hm-drawer__social-link:hover{color:var(--drawer-social-hover);background:#0000000a}.hm-drawer__footer-link{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:1.25rem;font-weight:500;color:var(--mobile-text);text-decoration:none;transition:opacity .2s ease}.hm-drawer__footer-link:hover{opacity:.7}.hm-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;visibility:hidden;pointer-events:none}.hm-search.is-open{visibility:visible;pointer-events:auto}.hm-search__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease;cursor:pointer}.hm-search.is-open .hm-search__overlay{opacity:1}.hm-search__bar{position:absolute;top:0;left:0;right:0;background:var(--header-bg);box-shadow:0 8px 32px #0000001f;transform:translateY(-100%);transition:transform .35s cubic-bezier(.25,.1,.25,1)}.hm-search.is-open .hm-search__bar{transform:translateY(0)}.hm-search__inner{display:flex;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:1.25rem var(--header-padding-x)}.hm-search__icon{flex-shrink:0;color:var(--header-text);opacity:.5}.hm-search__form{flex:1;display:flex}.hm-search__input{width:100%;border:none;outline:none;background:transparent;font-size:1.5rem;font-weight:400;color:var(--header-text);font-family:inherit;padding:.5rem 0}.hm-search__input::placeholder{color:var(--header-text);opacity:.4}.hm-search__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;color:var(--header-text);cursor:pointer;border-radius:50%;transition:background .2s ease}.hm-search__close:hover{background:#0000000d}.hm-search__results{border-top:1px solid var(--header-border);max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.hm-search__results-inner{max-width:1400px;margin:0 auto;padding:1.25rem var(--header-padding-x) 1.5rem}.hm-search__loading{padding:2rem 0;text-align:center;font-size:1.3rem;color:var(--header-text);opacity:.5}.hm-search__no-results{padding:2rem 0;text-align:center;font-size:1.35rem;color:var(--header-text);opacity:.6}.hm-search__group{margin-bottom:1.5rem}.hm-search__group:last-of-type{margin-bottom:1rem}.hm-search__group-title{display:block;font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--header-text);opacity:.45;margin-bottom:.75rem}.hm-search__group-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.hm-search__group-items--list{grid-template-columns:1fr;gap:.25rem}.hm-search__item{display:flex;align-items:center;gap:1rem;padding:.75rem .85rem;text-decoration:none;color:var(--header-text);border-radius:8px;transition:background .15s ease}.hm-search__item:hover{background:#0000000a}.hm-search__item--text{padding:.65rem .85rem}.hm-search__item-img-wrap{flex-shrink:0;width:64px;height:64px;border-radius:6px;overflow:hidden;background:#00000008}.hm-search__item-img{width:100%;height:100%;object-fit:cover;display:block}.hm-search__item-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.hm-search__item-title{font-size:1.25rem;font-weight:500;color:var(--header-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hm-search__item-prices{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.hm-search__item-price{font-size:1.15rem;font-weight:600;color:var(--header-text)}.hm-search__item-price--sale{color:#c0392b}.hm-search__item-compare{font-size:1rem;font-weight:400;color:var(--header-text);opacity:.45;text-decoration:line-through}.hm-search__item-save{font-size:.85rem;font-weight:700;color:#27ae60;background:#27ae601a;padding:.15rem .5rem;border-radius:4px;white-space:nowrap}.hm-search__view-all{display:block;text-align:center;padding:1.1rem;font-size:1.25rem;font-weight:600;color:var(--header-text);text-decoration:none;border-top:1px solid var(--header-border);margin-top:.5rem;transition:background .15s ease}.hm-search__view-all:hover{background:#00000008}@media screen and (max-width:600px){.hm-search__group-items{grid-template-columns:1fr}.hm-search__item-img-wrap{width:56px;height:56px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-header-mega.css.map */
