.gs-hdr{--gs-hdr-bg: #f1f1f1;--gs-hdr-bg-strong: #d9d9d9;--gs-hdr-border: #d0d0d0;--gs-hdr-sheet-bg: #fff;--gs-hdr-panel-top: 96px;--gs-hdr-ink: #0b0b0b;--gs-hdr-line: #0b0b0b;--gs-hdr-green: #00e178;--gs-hdr-green-ink: #00834a;--gs-hdr-tab-bg: #f0f7f3;--gs-hdr-inset: clamp(24px, 6vw, 160px);--gs-hdr-max: 2400px;--gs-hdr-radius: 20px;--gs-hdr-bar-h: 88px;--gs-hdr-gap: 16px;display:block;position:relative;padding-bottom:var(--gs-hdr-gap);font-family:var(--font-body-family, system-ui, sans-serif);color:var(--gs-hdr-ink);pointer-events:none}.gs-hdr *,.gs-hdr *:before,.gs-hdr *:after{box-sizing:border-box}.gs-hdr a,.gs-hdr button{color:inherit}.gs-hdr__tab-row,.gs-hdr__shell{pointer-events:auto}.gs-hdr :where(a,button,input,summary):focus-visible{outline:2px solid var(--gs-hdr-ink);outline-offset:2px}.gs-hdr__tab-row{display:flex;justify-content:center;padding-top:10px;pointer-events:none}.gs-hdr__tab{--gs-tab-join: 14px;pointer-events:auto;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:14px;min-height:46px;padding:0 24px;background:var(--gs-hdr-bg);border-radius:14px 14px 0 0;white-space:nowrap}.gs-hdr__tab:before,.gs-hdr__tab:after{content:"";position:absolute;bottom:0;width:var(--gs-tab-join);height:var(--gs-tab-join);pointer-events:none}.gs-hdr__tab:before{right:100%;background:radial-gradient(circle at 0 0,transparent calc(var(--gs-tab-join) - .5px),var(--gs-hdr-bg) var(--gs-tab-join))}.gs-hdr__tab:after{left:100%;background:radial-gradient(circle at 100% 0,transparent calc(var(--gs-tab-join) - .5px),var(--gs-hdr-bg) var(--gs-tab-join))}.gs-hdr__tab-pulse{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--gs-hdr-green);animation:gs-hdr-pulse 1.8s infinite}@keyframes gs-hdr-pulse{0%{box-shadow:0 0 #00e1788c}70%{box-shadow:0 0 0 12px #00e17800}to{box-shadow:0 0 #00e17800}}.gs-hdr__tab-offer{font-size:14px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--gs-hdr-green-ink);transition:transform .2s ease}.gs-hdr__tab:hover .gs-hdr__tab-offer{transform:scale(1.05)}.gs-hdr__tab-divider{width:1px;height:18px;background:#00000040}.gs-hdr__tab-label{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0b0b0bd9}.gs-hdr__tab-code{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:6px 12px;border-radius:6px;background:linear-gradient(135deg,var(--gs-hdr-green),#00b963);color:#04110b;font-size:12px;font-weight:900;letter-spacing:.1em;box-shadow:0 0 14px #00e17840,inset 0 0 0 1px #ffffff40;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.gs-hdr__tab-code:hover{transform:translateY(-1px);box-shadow:0 0 22px #00e17866,inset 0 0 0 1px #ffffff4d}.gs-hdr__tab-copy{-webkit-appearance:none;appearance:none;position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:30px;margin:0;padding:6px 12px;border:1px solid rgba(0,131,74,.55);border-radius:6px;background:#00e1781a;color:var(--gs-hdr-green-ink);font:inherit;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.gs-hdr__tab-copy:after{content:"";position:absolute;top:0;bottom:0;left:-60%;width:40%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-20deg);pointer-events:none}.gs-hdr__tab-copy:hover,.gs-hdr__tab.is-copied .gs-hdr__tab-copy{background:var(--gs-hdr-green);border-color:var(--gs-hdr-green);color:#04110b;box-shadow:0 0 16px #00e1784d}.gs-hdr__tab-copy:hover{transform:translateY(-1px) scale(1.03)}.gs-hdr__tab-copy:hover:after{left:130%;transition:left .6s ease}@media(prefers-reduced-motion:reduce){.gs-hdr__tab-pulse{animation:none}.gs-hdr__tab-offer,.gs-hdr__tab-code,.gs-hdr__tab-copy{transition:none}.gs-hdr__tab:hover .gs-hdr__tab-offer,.gs-hdr__tab-code:hover,.gs-hdr__tab-copy:hover{transform:none}.gs-hdr__tab-copy:hover:after{transition:none}}.gs-hdr__shell{width:calc(100% - 2 * var(--gs-hdr-inset));max-width:min(calc(100% - 2 * var(--gs-hdr-inset)),var(--gs-hdr-max));margin:20px auto 0;background:var(--gs-hdr-bg);border:1px solid var(--gs-hdr-border);border-radius:var(--gs-hdr-radius);box-shadow:0 4px 18px #00000012;position:relative}.gs-hdr:not(:has(.gs-hdr__tab-row)) .gs-hdr__shell{margin-top:12px}.gs-hdr:has(.gs-hdr__tab-row) .gs-hdr__shell{margin-top:0}.gs-hdr__bar{display:flex;align-items:center;gap:24px;min-height:var(--gs-hdr-bar-h);padding:0 28px}.gs-hdr__logo{display:flex;align-items:center;flex:0 0 auto;color:var(--gs-hdr-ink);text-decoration:none;line-height:0}.gs-hdr__logo-bolt{width:40px;height:40px}.gs-hdr__logo-img{display:block;width:auto;max-width:120px;max-height:44px}.gs-hdr__logo-img--theme{filter:brightness(0)}.gs-hdr__nav{flex:0 0 auto}.gs-hdr__nav-list{display:flex;align-items:center;gap:8px 24px;margin:0;padding:0;list-style:none}.gs-hdr__nav-item{position:relative;margin:0;padding:0}.gs-hdr__nav-link{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:6px;margin:0;padding:6px 0;border:0;background:none;font:inherit;font-size:15px;line-height:1.2;font-weight:400;color:var(--gs-hdr-ink);text-decoration:none;white-space:nowrap;cursor:pointer;text-decoration-thickness:1px;text-underline-offset:6px}.gs-hdr__nav-link:hover,.gs-hdr__nav-link[aria-expanded=true],.gs-hdr__nav-link[aria-current=page]{text-decoration-line:underline}.gs-hdr__nav-link:hover,.gs-hdr__nav-link:focus-visible{font-weight:600}.gs-hdr__nav-trigger .icon-caret{width:10px;height:10px;transition:transform .2s ease}.gs-hdr__nav-trigger[aria-expanded=true] .icon-caret{transform:rotate(180deg)}.gs-hdr__dropdown{display:none;position:absolute;top:calc(100% + 22px);left:-16px;z-index:3;min-width:220px;margin:0;padding:10px;list-style:none;background:var(--gs-hdr-bg);border:1px solid var(--gs-hdr-border);border-radius:16px;box-shadow:0 10px 30px #0000001f}.gs-hdr__dropdown:before{content:"";position:absolute;inset:-24px 0 auto;height:24px}.gs-hdr__nav-trigger[aria-expanded=true]+.gs-hdr__dropdown{display:block}@media(hover:hover){.gs-hdr__nav-item--dropdown:hover .gs-hdr__dropdown{display:block}}.gs-hdr__dropdown a{display:block;padding:10px 12px;border-radius:10px;font-size:14px;text-decoration:none}.gs-hdr__dropdown a:hover{background:var(--gs-hdr-bg-strong);font-weight:600}.gs-hdr__actions{display:flex;align-items:center;gap:14px;flex:1 1 0;min-width:0}@media screen and (min-width:1361px){.gs-hdr__actions>.gs-hdr__cart{margin-left:auto}}@media screen and (min-width:1600px){.gs-hdr__actions>.gs-hdr__search{margin-left:auto}.gs-hdr__actions>.gs-hdr__cart{margin-left:0}}.gs-hdr__search{position:relative;display:flex;align-items:center;flex:1 1 150px;width:auto;min-width:150px;max-width:380px;height:32px;border:1px solid var(--gs-hdr-line);border-radius:999px;background:transparent}.gs-hdr__search:focus-within{outline:none;box-shadow:0 0 0 3px #0b0b0b26}.gs-hdr__search-icon{-webkit-appearance:none;appearance:none;display:grid;place-items:center;flex:0 0 34px;width:34px;height:100%;padding:0;border:0;background:none;cursor:pointer}.gs-hdr__search-icon svg{width:17px;height:17px}.gs-hdr__search-input{-webkit-appearance:none;appearance:none;flex:1 1 auto;min-width:0;height:100%;padding:0 14px 0 0;border:0;outline:none;background:transparent;font:inherit;font-size:12px;color:var(--gs-hdr-ink);text-overflow:ellipsis}.gs-hdr .gs-hdr__search-input:focus,.gs-hdr .gs-hdr__search-input:focus-visible{outline:none;box-shadow:none}.gs-hdr__search-input::placeholder{color:#000000b3;opacity:1}.gs-hdr__search-input::-webkit-search-cancel-button{display:none}.gs-hdr__icon-btn{-webkit-appearance:none;appearance:none;position:relative;display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:none;color:var(--gs-hdr-ink);cursor:pointer;text-decoration:none}.gs-hdr__icon-btn svg{width:26px;height:26px}.gs-hdr__icon-btn:hover{background:#0000000f}.gs-hdr__cart-count{position:absolute;top:1px;right:0;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--gs-hdr-ink);color:#fff;font-size:10px;font-weight:700;line-height:17px;text-align:center}.gs-hdr__cart-count.is-empty,.gs-hdr__burger,.gs-hdr__burger-close,.gs-hdr__burger[aria-expanded=true] .gs-hdr__burger-open{display:none}.gs-hdr__burger[aria-expanded=true] .gs-hdr__burger-close{display:block}.gs-hdr__panels{padding:0}.gs-hdr__panel[hidden]{display:none}.gs-hdr__panel{padding:0 32px 32px}.gs-hdr__panel--mobile{display:none}.gs-hdr-mega__placeholder{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px 32px;margin:0;padding:8px 0 0;list-style:none}.gs-hdr-mega__placeholder ul{margin:6px 0 0;padding:0;list-style:none;font-size:14px}.gs-hdr-mega__placeholder-title{font-weight:700;text-decoration:none}.gs-hdr-mega__placeholder a{display:block;padding:3px 0;text-decoration:none}.gs-hdr-mega__placeholder a:hover{text-decoration:underline}html.gs-hdr-scroll-locked{overflow:hidden;scrollbar-gutter:stable}@media screen and (max-width:1599px){.gs-hdr__bar{gap:20px;padding:0 24px}.gs-hdr__nav-list{gap:8px 16px}.gs-hdr__nav-link{font-size:14px}.gs-hdr__actions{gap:10px}.gs-hdr__search{min-width:100px}}@media screen and (max-width:749px){.gs-hdr .gs-hdr__tab{gap:8px;padding:0 10px;min-height:36px}.gs-hdr .gs-hdr__tab-offer{font-size:11px;letter-spacing:.06em}.gs-hdr .gs-hdr__tab-label{font-size:10px;letter-spacing:.05em}.gs-hdr .gs-hdr__tab-code{margin-left:3px;padding:5px 8px;font-size:10px;letter-spacing:.06em}.gs-hdr .gs-hdr__tab-copy{min-height:27px;padding:5px 8px;font-size:9px;letter-spacing:.06em}.gs-hdr .gs-hdr__tab-divider{height:14px}}@media screen and (max-width:480px){.gs-hdr .gs-hdr__tab{gap:6px;padding:0 8px}.gs-hdr .gs-hdr__tab-pulse{width:7px;height:7px}.gs-hdr .gs-hdr__tab-offer{font-size:10px;letter-spacing:.03em}.gs-hdr .gs-hdr__tab-label{font-size:9px;letter-spacing:.03em}.gs-hdr .gs-hdr__tab-code{padding:4px 6px;font-size:9px}.gs-hdr .gs-hdr__tab-copy{padding:4px 6px;font-size:8px;letter-spacing:.04em}}@media screen and (max-width:1360px){.gs-hdr{--gs-hdr-inset: clamp(10px, calc(12vw - 80px) , 160px);--gs-hdr-bar-h: clamp(64px, calc(39.4px + 3.57vw) , 88px);--gs-hdr-gap: 10px;--gs-hdr-radius: 18px}.gs-hdr__tab{--gs-tab-join: 12px;min-width:0;min-height:40px;padding:0 14px;gap:10px}.gs-hdr__shell{width:calc(100% - 2 * var(--gs-hdr-inset));margin-top:10px}.gs-hdr__bar{position:relative;z-index:11;gap:10px;padding:0 10px 0 14px}gs-header[data-gs-header-state=mobile] .gs-hdr__bar{background:var(--gs-hdr-bg);border-radius:var(--gs-hdr-radius)}.gs-hdr__nav{display:none}.gs-hdr__actions{display:contents}.gs-hdr__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.gs-hdr__logo-bolt{width:32px;height:32px}.gs-hdr__burger{display:grid;order:-2}.gs-hdr__search{order:-1;flex:0 0 auto;width:40px;min-width:0;max-width:none;height:40px;margin-right:0;border:0;border-radius:50%}.gs-hdr__search:hover{background:#0000000f}.gs-hdr__search-icon{flex-basis:100%;width:100%}.gs-hdr__search-input,.gs-hdr__search input[type=hidden]{display:none}.gs-hdr__cart{order:1;margin-left:auto}.gs-hdr__panel{padding:0 12px 12px}.gs-hdr__panel--mega{display:none!important}.gs-hdr__panel--mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;width:100vw;height:100dvh;padding:var(--gs-hdr-panel-top, 96px) 12px calc(12px + env(safe-area-inset-bottom,0px));background:var(--gs-hdr-sheet-bg, #fff);visibility:hidden;transform:translate(-100%);transition:transform var(--duration-default, .2s) ease,visibility var(--duration-default, .2s) ease}.gs-hdr__panel--mobile.is-open{visibility:visible;transform:translate(0)}.gs-hdr__panel--mobile .gs-hdr-sheet{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;border-top:0}.gs-hdr__panel--mobile .gs-hdr-sheet__body{flex:1 1 auto;min-height:0;max-height:none}}@media screen and (max-width:480px){.gs-hdr__bar{padding-left:12px}.gs-hdr__icon-btn{width:38px;height:38px}.gs-hdr__icon-btn svg{width:26px;height:26px}.gs-hdr__search{width:38px;height:38px}.gs-hdr__search-icon svg{width:26px;height:26px}}.gs-hdr-sheet{--gs-sheet-line: #e2e2e2;border-top:1px solid var(--gs-sheet-line);padding-top:4px}.gs-hdr-sheet__body{max-height:calc(100dvh - 200px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:4px}.gs-hdr-sheet__nav{margin:0;padding:0;list-style:none}.gs-hdr-sheet__nav-item{border-bottom:1px solid var(--gs-sheet-line, #e2e2e2)}.gs-hdr-sheet__nav-item:has(>.gs-hdr-sheet__acc-panel:not([hidden])){border:1px solid var(--gs-hdr-border);border-radius:16px}.gs-hdr-sheet__nav-link{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:52px;margin:0;padding:0 16px;border:0;background:transparent;font:inherit;font-size:15px;text-align:left;text-decoration:none;color:inherit}.gs-hdr-sheet__acc-trigger{cursor:pointer}.gs-hdr-sheet__acc-trigger:after{content:"+";flex:0 0 auto;font-size:22px;font-weight:300;line-height:1}.gs-hdr-sheet__acc-trigger[aria-expanded=true]:after{content:"\2212"}.gs-hdr-sheet__acc-trigger[aria-expanded=true]{background:transparent}.gs-hdr-sheet__acc-panel[hidden]{display:none}.gs-hdr-sheet__acc-panel{padding:8px 0 10px 36px}.gs-hdr-sheet__cats{margin:0;padding:0;list-style:none}.gs-hdr-sheet__cat-item{border-bottom:1px solid var(--gs-sheet-line, #e2e2e2)}.gs-hdr-sheet__cat-item:last-child{border-bottom:0}.gs-hdr-sheet__cat-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:46px;margin:0;padding:0 16px;border:0;background:transparent;font:inherit;font-size:14px;text-align:left;cursor:pointer}.gs-hdr-sheet__cat-trigger:after{content:"+";flex:0 0 auto;font-size:20px;font-weight:300;line-height:1}.gs-hdr-sheet__cat-trigger[aria-expanded=true]:after{content:"\2212"}.gs-hdr-sheet__cat-trigger[aria-expanded=true]{background:transparent;font-weight:600}.gs-hdr-sheet__cat-panel[hidden]{display:none}.gs-hdr-sheet__cat-panel{padding:8px 0 12px 36px}.gs-hdr-pill{display:inline-flex;align-items:center;min-height:44px;padding:0 20px;border-radius:999px;background:var(--gs-hdr-bg-strong);font-size:15px;font-weight:600;text-decoration:none}.gs-hdr-sheet__cat-pill{margin:6px 16px 4px;border-radius:12px}.gs-hdr-sheet__links{margin:0;padding:0;list-style:none}.gs-hdr-sheet__links a{display:flex;align-items:center;min-height:46px;padding:0 16px;font-size:14px;text-decoration:none}.gs-hdr-sheet__nav-link,.gs-hdr-sheet__cat-trigger,.gs-hdr-sheet__links a{transition:background-color .18s ease}@media(hover:hover)and (pointer:fine){.gs-hdr-sheet__nav-link:hover,.gs-hdr-sheet__cat-trigger:hover,.gs-hdr-sheet__links a:hover{background:#00000013;border-radius:10px;font-weight:700}}.gs-hdr-sheet__nav-link:focus-visible,.gs-hdr-sheet__cat-trigger:focus-visible,.gs-hdr-sheet__links a:focus-visible{background:#00000013;border-radius:10px;font-weight:700}.gs-hdr-sheet__featured{display:none!important}.gs-hdr-sheet__featured{display:flex;flex-direction:column;gap:10px;margin:12px 4px 4px}.gs-hdr-sheet__bottom{display:none!important}.gs-hdr-sheet__bottom{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.gs-hdr-sheet__bottom-card{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:14px;background:var(--gs-hdr-bg-strong)}.gs-hdr-sheet__bottom-heading{margin:0;font-size:12px;font-weight:700;letter-spacing:.02em}.gs-hdr-sheet__bottom-logos{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin:0;padding:0;list-style:none}.gs-hdr-sheet__bottom-logo{max-height:22px;width:auto}.gs-hdr-sheet__bottom-card--reviews .gs-hdr-stars{font-size:14px}.gs-hdr-sheet__bottom-score{margin:0;font-size:15px;font-weight:700}.gs-hdr-sheet__bottom-count{margin:0;font-size:12px;opacity:.75}.gs-hdr-sheet__bottom-link{font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:2px}@media(prefers-reduced-motion:reduce){.gs-hdr__nav-trigger .icon-caret,.gs-hdr__panel--mobile{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/gs-header.css.map */
