.lw-header{position:relative;z-index:40;display:block;width:100%;background:var(--lw-header-bg, #F8FAFC);color:var(--lw-header-text, #111827);border-bottom:1px solid var(--lw-header-border, #E5E7EB);box-sizing:border-box;isolation:isolate}.lw-header--sticky{position:sticky;top:0}.lw-header *,.lw-header *:before,.lw-header *:after{box-sizing:border-box}.lw-header .visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lw-header__inner{max-width:var(--lw-header-max-width, 1600px);margin:0 auto;padding:var(--lw-header-padding-y, 18px) var(--lw-header-padding-x, 32px);display:grid;grid-template-columns:auto auto minmax(260px,var(--lw-header-search-width, 520px)) auto;align-items:center;justify-content:center;gap:clamp(28px,3.3vw,58px)}.lw-header__brand{display:inline-flex;align-items:center;color:inherit;text-decoration:none;min-width:0}.lw-header__logo{display:block;width:var(--lw-header-logo-width, 220px);max-width:100%;height:auto}.lw-header__wordmark{display:grid;gap:2px;color:#000;font-family:var(--font-heading-family, inherit);font-size:clamp(28px,2.1vw,42px);line-height:.9;font-weight:900;letter-spacing:-.055em}.lw-header__wordmark-blue{color:var(--lw-header-blue, #2F5FD0)}.lw-header__wordmark small{display:block;font-family:var(--font-body-family, inherit);font-size:.29em;line-height:1.05;letter-spacing:-.01em;color:var(--lw-header-green, #1FA34A);font-weight:800}.lw-header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.1vw,34px);min-width:max-content}.lw-header__nav a,.lw-header__mobile-nav a{color:var(--lw-header-menu-color, #111827);font-family:var(--font-body-family, inherit);font-size:18px;line-height:1.2;font-weight:400;text-decoration:none;letter-spacing:-.01em;transition:color .18s ease,opacity .18s ease}.lw-header__nav a:hover,.lw-header__nav a:focus-visible,.lw-header__nav a.is-active{color:var(--lw-header-menu-hover, #2F5FD0)}.lw-header__search{width:min(100%,var(--lw-header-search-width, 520px));height:var(--lw-header-search-height, 54px);display:grid;grid-template-columns:minmax(0,1fr) var(--lw-header-search-height, 54px);align-items:stretch;border:1.5px solid var(--lw-header-blue, #2F5FD0);border-radius:8px;overflow:hidden;background:#fff}.lw-header__search input[type=search]{width:100%;min-width:0;height:100%;border:0;padding:0 20px;background:#fff;color:var(--lw-header-text, #111827);font-family:var(--font-body-family, inherit);font-size:16px;line-height:1;outline:none;box-shadow:none}.lw-header__search input[type=search]::placeholder{color:var(--lw-header-muted, #6B7280);opacity:1}.lw-header__search button{width:var(--lw-header-search-height, 54px);min-width:var(--lw-header-search-height, 54px);height:100%;border:0;border-radius:0;display:inline-flex;align-items:center;justify-content:center;background:var(--lw-header-green, #1FA34A);color:#fff;cursor:pointer;transition:background .18s ease,transform .18s ease}.lw-header__search button:hover,.lw-header__search button:focus-visible{background:#008a2e}.lw-header__search:focus-within{box-shadow:0 0 0 4px #2f5fd024}.lw-header__search svg{width:25px;height:25px;fill:currentColor}.lw-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;min-width:max-content}.lw-header__action{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--lw-header-action-color, #2F5FD0);text-decoration:none;font-family:var(--font-body-family, inherit);font-size:14px;line-height:1.1;font-weight:500;letter-spacing:0;white-space:nowrap}.lw-header__action svg{width:31px;height:31px;fill:currentColor}.lw-header__action:hover,.lw-header__action:focus-visible{color:var(--lw-header-action-hover, #1FA34A)}.lw-header__mobile-menu{display:none}.lw-header__mobile-menu summary{list-style:none}.lw-header__mobile-menu summary::-webkit-details-marker{display:none}.lw-header__icon-button{width:44px;height:44px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--lw-header-mobile-icon-color, #2F5FD0);cursor:pointer}.lw-header__hamburger{flex-direction:column;gap:5px}.lw-header__hamburger span{display:block;width:26px;height:2px;border-radius:999px;background:currentColor}.lw-header__mobile-panel{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--lw-header-border, #E5E7EB);border-bottom:1px solid var(--lw-header-border, #E5E7EB);box-shadow:0 18px 34px #0f172a1f;padding:18px 22px}.lw-header__mobile-nav{display:grid;gap:14px}.lw-header__mobile-nav a{display:block;font-size:18px}.lw-header__accent{width:min(320px,calc(100% - 40px));height:4px;display:grid;grid-template-columns:repeat(3,1fr);margin:0 auto;border-radius:999px;overflow:hidden}.lw-header__accent span:nth-child(1){background:var(--lw-header-green, #1FA34A)}.lw-header__accent span:nth-child(2){background:var(--lw-header-red, #E53935)}.lw-header__accent span:nth-child(3){background:var(--lw-header-blue, #2F5FD0)}@media screen and (max-width:1240px){.lw-header__inner{grid-template-columns:auto auto minmax(240px,1fr) auto;justify-content:stretch;gap:22px}.lw-header__nav{display:none}.lw-header__mobile-menu{display:block;order:-1}.lw-header__brand{justify-self:start}.lw-header__search{justify-self:stretch}.lw-header__actions{justify-self:end}}@media screen and (max-width:860px){.lw-header__inner{padding:var(--lw-header-mobile-padding-y, 12px) 16px 14px;grid-template-columns:44px 1fr auto;gap:12px}.lw-header__brand{grid-column:2;grid-row:1;justify-self:center}.lw-header__mobile-menu{grid-column:1;grid-row:1}.lw-header__logo{width:var(--lw-header-logo-mobile-width, 150px)}.lw-header__wordmark{font-size:30px;text-align:center}.lw-header__search{grid-column:1 / -1;grid-row:2;width:100%;height:46px;grid-template-columns:minmax(0,1fr) 46px;border-radius:9px}.lw-header__search input[type=search]{padding:0 15px;font-size:16px}.lw-header__search button{width:46px;min-width:46px}.lw-header__actions{grid-column:3;grid-row:1;justify-self:end;gap:12px}.lw-header__action span{display:none}.lw-header__action svg{width:29px;height:29px}}@media screen and (max-width:480px){.lw-header__actions{gap:8px}.lw-header__action svg{width:27px;height:27px}.lw-header__wordmark{font-size:27px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/lw-header.css.map */
