.sc-header{position:relative;z-index:30;background:var(--sc-header-bg);color:var(--sc-header-text);border-bottom:1px solid var(--sc-header-border)}.sc-header--sticky{position:sticky;top:0}.sc-header__inner{min-height:var(--sc-header-height);display:grid;grid-template-columns:auto minmax(0,1fr) minmax(180px,320px) auto;grid-template-areas:"logo nav search actions";align-items:center;gap:18px}.sc-header--logo-center .sc-header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"nav logo search actions"}.sc-header--logo-right .sc-header__inner{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"nav search actions logo"}.sc-header--no-search-box .sc-header__inner{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo nav actions"}.sc-header--no-search-box.sc-header--logo-center .sc-header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"nav logo actions"}.sc-header--no-search-box.sc-header--logo-right .sc-header__inner{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"nav actions logo"}.sc-header__logo-link{grid-area:logo;display:inline-flex;align-items:center;justify-content:center;color:var(--sc-header-text);text-decoration:none;min-width:0}.sc-header__logo-image{display:block;width:var(--sc-logo-width);max-width:100%;height:auto}.sc-header__logo-image--mobile{display:none}.sc-header__logo-fallback{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-heading-family);font-size:clamp(20px,2.1vw,31px);line-height:1;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.sc-header__cat-mark{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--sc-header-accent) 13%,transparent);color:var(--sc-header-accent)}.sc-header__cat-mark svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.sc-header__cat-mark circle{fill:currentColor;stroke:none}.sc-header__desktop-nav{grid-area:nav;min-width:0}.sc-header__nav-list,.sc-header__dropdown-list,.sc-header__grandchild-list,.sc-header__mobile-list,.sc-header__mobile-sublist{list-style:none;padding:0;margin:0}.sc-header__nav-list{display:flex;align-items:center;flex-wrap:wrap;gap:4px var(--sc-menu-gap)}.sc-header--nav-left .sc-header__nav-list{justify-content:flex-start}.sc-header--nav-center .sc-header__nav-list{justify-content:center}.sc-header--nav-right .sc-header__nav-list{justify-content:flex-end}.sc-header__nav-item{position:relative}.sc-header__nav-link{display:inline-flex;align-items:center;gap:5px;min-height:42px;color:var(--sc-header-text);font-family:var(--sc-menu-font);font-size:var(--sc-menu-size);font-weight:var(--sc-menu-weight);font-style:var(--sc-menu-style);letter-spacing:var(--sc-menu-letter);text-decoration:none;line-height:1.15;transition:color .16s ease}.sc-header__nav-link:hover,.sc-header__nav-link.is-active,.sc-header__dropdown-link:hover,.sc-header__dropdown-link.is-active,.sc-header__grandchild-link:hover,.sc-header__grandchild-link.is-active{color:var(--sc-header-accent)}.sc-header__down{width:16px;height:16px;transition:transform .16s ease}.sc-header__nav-item:hover .sc-header__down,.sc-header__nav-item:focus-within .sc-header__down{transform:rotate(180deg)}.sc-header__dropdown{position:absolute;left:50%;top:calc(100% - 1px);width:var(--sc-dropdown-width);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,10px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;padding-top:12px}.sc-header__nav-item:hover>.sc-header__dropdown,.sc-header__nav-item:focus-within>.sc-header__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.sc-header__dropdown-inner{background:var(--sc-dropdown-bg);color:var(--sc-dropdown-text);border:1px solid var(--sc-dropdown-border);border-radius:18px;box-shadow:0 18px 45px #1118271f;padding:12px}.sc-header__dropdown-link,.sc-header__grandchild-link,.sc-header__mobile-menu a,.sc-header__mobile-details summary{color:inherit;text-decoration:none}.sc-header__dropdown-link{display:block;padding:10px 12px;border-radius:12px;font-size:15px;font-weight:700;line-height:1.25}.sc-header__dropdown-link:hover{background:color-mix(in srgb,var(--sc-header-accent) 10%,transparent)}.sc-header__grandchild-list{margin:0 0 8px 14px;padding-left:10px;border-left:2px solid color-mix(in srgb,var(--sc-header-accent) 22%,transparent)}.sc-header__grandchild-link{display:block;padding:6px 8px;font-size:13px;line-height:1.25;opacity:.9}.sc-header__actions{grid-area:actions;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.sc-header__icon-link{position:relative;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--sc-header-text);text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.sc-header__icon-link:hover{color:var(--sc-header-accent);background:color-mix(in srgb,var(--sc-header-accent) 10%,transparent);transform:translateY(-1px)}.sc-header__icon-link svg{width:var(--sc-icon-size);height:var(--sc-icon-size);fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-header__cart-count{position:absolute;top:2px;right:1px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--sc-header-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;line-height:1}.sc-header__mobile-nav{display:none;grid-area:mobile}.sc-header__mobile-toggle{width:42px;height:42px;border-radius:50%;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;color:var(--sc-header-text);cursor:pointer;list-style:none}.sc-header__mobile-toggle::-webkit-details-marker{display:none}.sc-header__mobile-toggle span{width:22px;height:2px;border-radius:999px;background:currentColor}.sc-header__mobile-panel{position:absolute;left:0;right:0;top:100%;max-height:calc(100vh - var(--sc-header-height));overflow:auto;background:var(--sc-header-bg);border-top:1px solid var(--sc-header-border);border-bottom:1px solid var(--sc-header-border);box-shadow:0 18px 34px #1118271f;padding:18px}.sc-header__mobile-top{font-weight:800;color:var(--sc-header-accent);margin-bottom:10px}.sc-header__mobile-item>a,.sc-header__mobile-details summary{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;border-bottom:1px solid var(--sc-header-border);font-size:17px;font-weight:800;cursor:pointer}.sc-header__mobile-details summary::-webkit-details-marker{display:none}.sc-header__mobile-details[open] .sc-header__chevron{transform:rotate(45deg)}.sc-header__chevron{font-size:22px;line-height:1;transition:transform .16s ease}.sc-header__mobile-sublist{padding:8px 0 10px 14px}.sc-header__mobile-sublist a{display:block;padding:9px 0;font-size:15px;font-weight:700}.sc-header__mobile-sublist--nested{padding-left:16px;border-left:2px solid color-mix(in srgb,var(--sc-header-accent) 22%,transparent)}.sc-header__empty-menu{margin:0;padding:14px 0;color:var(--sc-header-text);opacity:.75}@supports not (color: color-mix(in srgb,black 50%,white)){.sc-header__cat-mark,.sc-header__icon-link:hover,.sc-header__dropdown-link:hover{background:#eef8f2}}.sc-header--menu-uppercase .sc-header__nav-link{text-transform:uppercase}@media screen and (max-width:989px){.sc-header__inner{min-height:var(--sc-header-height);grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"mobile logo actions";gap:10px}.sc-header__desktop-nav{display:none}.sc-header__mobile-nav{display:block}.sc-header__logo-link{justify-content:center}.sc-header__logo-image--desktop{display:none}.sc-header__logo-image--mobile{display:block;width:var(--sc-logo-width-mobile)}.sc-header__logo-fallback{font-size:22px}.sc-header__cat-mark{width:34px;height:34px}.sc-header__actions{gap:2px}.sc-header__icon-link{width:38px;height:38px}}@media screen and (max-width:520px){.sc-header__inner{gap:6px}.sc-header__logo-text{max-width:145px;overflow:hidden;text-overflow:ellipsis}.sc-header__cat-mark{display:none}.sc-header__actions .sc-header__icon-link:first-child:not(:last-child){display:none}}.sc-header__search-box{grid-area:search;display:flex;align-items:center;min-width:170px;height:42px;border:1px solid var(--sc-header-border);border-radius:999px;background:color-mix(in srgb,var(--sc-header-bg) 92%,var(--sc-header-text) 8%);overflow:hidden}.sc-header__search-box input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--sc-header-text);padding:0 4px 0 15px;font:inherit}.sc-header__search-box button{width:42px;height:42px;border:0;background:transparent;color:var(--sc-header-text);display:grid;place-items:center;cursor:pointer}.sc-header__search-box svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.sc-mobile-bottom-nav{display:none}@media screen and (max-width:989px){.sc-header__search-box{display:none}.sc-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(4,1fr);padding:7px max(8px,env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-right));background:var(--sc-header-bg, #fff);color:var(--sc-header-text, #111827);border-top:1px solid var(--sc-header-border, #dce7df);box-shadow:0 -8px 24px #0000001f}.sc-mobile-bottom-nav__item{min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:inherit;text-decoration:none;font-size:11px;font-weight:700}.sc-mobile-bottom-nav__item svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-mobile-bottom-nav__item.is-active{color:var(--sc-header-accent, #14a86b)}.sc-mobile-bottom-nav__cart-wrap{position:relative;display:inline-flex}.sc-mobile-bottom-nav__cart-wrap b{position:absolute;top:-7px;right:-10px;min-width:17px;height:17px;border-radius:50%;background:var(--sc-header-accent);color:#fff;display:grid;place-items:center;font-size:10px}body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}}@media screen and (min-width:990px)and (max-width:1199px){.sc-header__inner{grid-template-columns:auto minmax(0,1fr) minmax(150px,220px) auto;gap:10px}.sc-header__nav-list{gap:4px 14px}}@media screen and (min-width:990px){.sc-header__inner{grid-template-columns:auto minmax(0,1fr) minmax(160px,var(--sc-search-width)) auto}.sc-header__search-box{width:100%;max-width:var(--sc-search-width);justify-self:end}}.sc-header__mobile-collection-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin-top:18px;padding:12px;border:1px solid var(--sc-header-border);border-radius:16px;color:var(--sc-header-text);background:color-mix(in srgb,var(--sc-header-accent) 8%,var(--sc-header-bg));text-decoration:none}.sc-header__mobile-collection-link img{display:block;width:72px;height:72px;border-radius:12px;object-fit:cover}.sc-header__mobile-collection-link span{display:grid;gap:4px;min-width:0}.sc-header__mobile-collection-link strong{color:inherit;font-size:16px;line-height:1.2}.sc-header__mobile-collection-link small{color:inherit;font-size:13px;line-height:1.35;opacity:.72}.sc-header__mobile-collection-link b{color:var(--sc-header-accent);font-size:22px}.sc-header__mobile-html{margin-top:16px;padding:var(--sc-mobile-promo-padding);border-radius:16px;background:var(--sc-mobile-promo-bg);color:var(--sc-mobile-promo-text);font-size:var(--sc-mobile-promo-font-size);line-height:1.5}.sc-header__mobile-html *{color:inherit}.sc-header__mobile-html>:first-child{margin-top:0}.sc-header__mobile-html>:last-child{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/23/assets/sc-header.css.map */
