.gfs{--gfs-green: #2a7d2a;--gfs-green-dark: #1f611f;--gfs-ink: #121212;--gfs-muted: #6b6b6b;--gfs-line: #e7e7e4;--gfs-soft: #f4f5f2;--gfs-mark: #e3f1e1;display:block;position:relative;width:100%;color:var(--gfs-ink);font-size:14px;line-height:1.35;text-align:left}.gfs *,.gfs *:before,.gfs *:after{box-sizing:border-box}.gfs .gfs__form{position:relative;width:100%;margin:0;display:block!important}.gfs .gfs__field{display:flex;align-items:center;height:44px;background:#fff;border:1px solid #fff;border-radius:6px;overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease}.gfs .gfs__field:focus-within{border-color:var(--gfs-green);box-shadow:0 0 0 3px #2a7d2a59}.gfs .gfs__icon{flex:0 0 auto;margin:0 0 0 14px;color:#8a8a8a}.gfs .gfs__input{flex:1 1 auto;min-width:0;width:100%;height:100%;margin:0;padding:0 10px;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;outline:none!important;color:var(--gfs-ink)!important;font:inherit;font-size:15px;-webkit-appearance:none;appearance:none}.gfs .gfs__input::placeholder{color:#7a7a7a;opacity:1}.gfs .gfs__input::-webkit-search-cancel-button,.gfs .gfs__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.gfs .gfs__clear{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0 4px 0 0;padding:0;border:0;border-radius:50%;background:#ececea;color:#444;cursor:pointer}.gfs .gfs__clear[hidden]{display:none}.gfs .gfs__clear:hover{background:#dededa;color:#000}.gfs .gfs__kbd{flex:0 0 auto;margin:0 8px 0 0;padding:1px 7px;border:1px solid #d6d6d2;border-radius:4px;font:600 12px/18px ui-monospace,SFMono-Regular,Menlo,monospace;color:#8a8a8a;background:#fafaf8}.gfs .gfs__input:focus~.gfs__kbd,.gfs .gfs__clear:not([hidden])~.gfs__kbd{display:none}.gfs .gfs__submit{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:48px;height:100%;margin:0;padding:0;border:0;border-radius:0;background:var(--gfs-green);color:#fff;cursor:pointer;transition:background .15s ease}.gfs .gfs__submit:hover{background:var(--gfs-green-dark)}.gfs .gfs__spinner{flex:0 0 auto;width:16px;height:16px;margin-right:8px;border:2px solid #d9d9d5;border-top-color:var(--gfs-green);border-radius:50%;display:none;animation:gfs-spin .7s linear infinite}.gfs.is-loading .gfs__spinner{display:block}@media(max-width:1199px){.gfs .gfs__kbd{display:none}}@keyframes gfs-spin{to{transform:rotate(360deg)}}.gfs button:focus-visible,.gfs a:focus-visible{outline:2px solid var(--gfs-green);outline-offset:2px}.gfs .gfs__panel{position:absolute;z-index:10020;top:calc(100% + 8px);left:0;width:min(760px,calc(100vw - 32px));max-height:calc(100vh - 150px);overflow-y:auto;overscroll-behavior:contain;background:#fff;color:var(--gfs-ink);border-radius:10px;box-shadow:0 18px 50px #00000059,0 0 0 1px #0000000f;animation:gfs-in .14s ease-out}.gfs .gfs__panel[hidden]{display:none}@keyframes gfs-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.gfs .gfs__zero[hidden],.gfs .gfs__live[hidden],.gfs [hidden]{display:none!important}.gfs .gfs__cols{display:grid;grid-template-columns:250px 1fr}.gfs .gfs__cols--single{grid-template-columns:1fr}.gfs .gfs__col{padding:16px 18px;min-width:0}.gfs .gfs__col--side{background:var(--gfs-soft);border-right:1px solid var(--gfs-line)}.gfs .gfs__group+.gfs__group{margin-top:16px}.gfs .gfs__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.gfs .gfs__label{margin:0 0 8px;padding:0;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--gfs-muted)}.gfs .gfs__head .gfs__label{margin-bottom:8px}.gfs .gfs__link-btn{margin:0 0 8px;padding:0;border:0;background:none;cursor:pointer;font-size:12px;font-weight:600;color:var(--gfs-green)!important;text-decoration:none}.gfs .gfs__link-btn:hover{text-decoration:underline}.gfs ul{list-style:none;margin:0;padding:0}.gfs li{margin:0;padding:0}.gfs li:before{display:none}.gfs .gfs__chips{display:flex;flex-wrap:wrap;gap:6px}.gfs .gfs__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #dcdcd7;border-radius:999px;background:#fff;color:var(--gfs-ink)!important;text-decoration:none;font-size:13px;font-weight:500;line-height:1.2;cursor:pointer}.gfs .gfs__chip svg{color:var(--gfs-green);flex:0 0 auto}.gfs .gfs__chip--recent svg{color:#999}.gfs .gfs__chip:hover,.gfs .gfs__chip.is-active{border-color:var(--gfs-green);background:#f1f8f0}.gfs .gfs__row-link{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 -8px;padding:7px 8px;border-radius:6px;color:var(--gfs-ink)!important;text-decoration:none;font-size:14px}.gfs .gfs__row-link--query{justify-content:flex-start}.gfs .gfs__row-link--query svg{color:#999;flex:0 0 auto}.gfs .gfs__row-link:hover,.gfs .gfs__row-link.is-active{background:#e9ece6}.gfs .gfs__count{font-size:12px;color:var(--gfs-muted)}.gfs .gfs__chev{color:#aaa;flex:0 0 auto}.gfs mark{background:var(--gfs-mark);color:inherit;font-weight:700;padding:0 1px;border-radius:2px}.gfs .gfs__products{display:grid;grid-template-columns:minmax(0,1fr);gap:2px}.gfs .gfs__products>li,.gfs .gfs__product{min-width:0}.gfs .gfs__catchips{margin-bottom:14px}.gfs .gfs__product{display:flex;align-items:center;gap:12px;margin:0 -8px;padding:8px;border-radius:8px;color:var(--gfs-ink)!important;text-decoration:none}.gfs .gfs__product:hover,.gfs .gfs__product.is-active{background:var(--gfs-soft)}.gfs .gfs__thumb{flex:0 0 64px;width:64px;height:64px;border-radius:6px;overflow:hidden;background:#efefec}.gfs .gfs__thumb img{display:block;width:100%;height:100%;object-fit:cover}.gfs .gfs__pinfo{display:flex;flex-direction:column;gap:2px;min-width:0}.gfs .gfs__pname{font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gfs .gfs__pspec{font-size:12px;color:var(--gfs-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gfs .gfs__pmeta{display:flex;align-items:center;flex-wrap:wrap;gap:4px 10px;margin-top:2px}.gfs .gfs__price{font-size:14px;font-weight:700;color:var(--gfs-ink)}.gfs .gfs__price small{display:inline;font-size:11px;font-weight:500;color:var(--gfs-muted)}.gfs .gfs__muted{color:var(--gfs-muted);font-weight:400}.gfs .gfs__stars{font-size:12px;font-weight:600;color:var(--gfs-ink)}.gfs .gfs__stars span[aria-hidden]{color:#e8a317}.gfs .gfs__stock{font-size:12px;font-weight:600;color:var(--gfs-green)}.gfs .gfs__stock:before{content:"";display:inline-block;width:6px;height:6px;margin:0 5px 1px 0;border-radius:50%;background:currentColor}.gfs .gfs__oos{font-size:12px;color:#b3261e}.gfs .gfs__intents{display:grid;gap:6px;margin-bottom:14px}.gfs .gfs__intent{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:8px;padding:10px 12px;border:1px solid #cfe3cc;border-radius:8px;background:#f1f8f0;color:var(--gfs-ink)!important;text-decoration:none}.gfs .gfs__intent:hover,.gfs .gfs__intent.is-active{border-color:var(--gfs-green)}.gfs .gfs__intent-t{font-weight:700;font-size:14px}.gfs .gfs__intent-s{grid-column:1;font-size:12px;color:var(--gfs-muted)}.gfs .gfs__intent .gfs__chev{grid-row:1 / span 2;grid-column:2}.gfs .gfs__all{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:0;padding:13px 16px;border:0;border-top:1px solid var(--gfs-line);border-radius:0;background:#fff;color:var(--gfs-green);cursor:pointer;font:inherit;font-size:14px;font-weight:700;letter-spacing:0;text-transform:none}.gfs .gfs__all:hover,.gfs .gfs__all.is-active{background:#f1f8f0}.gfs .gfs__empty{padding:18px 18px 4px}.gfs .gfs__empty-t{margin:0 0 4px;font-size:16px;font-weight:700}.gfs .gfs__empty-s{margin:0;font-size:13px;color:var(--gfs-muted)}.gfs .gfs__inline{padding:0;border:0;background:none;cursor:pointer;font:inherit;font-weight:600;color:var(--gfs-green);text-decoration:underline}.gfs .gfs__empty+.gfs__intents{margin:12px 18px 0}.gfs .gfs__help{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;padding:11px 18px;border-top:1px solid var(--gfs-line);background:#fafaf8;font-size:12.5px;color:var(--gfs-muted)}.gfs .gfs__help-q{font-weight:600;color:var(--gfs-ink)}.gfs .gfs__help-link{color:var(--gfs-green)!important;font-weight:600;text-decoration:none}.gfs .gfs__help-link:hover{text-decoration:underline}.header-item--search:has(>.gfs){flex:1 1 auto!important;min-width:260px;max-width:560px!important;margin:0 20px!important}.header-item--search .gfs .gfs__form{display:block!important}.site-header__element--top:has(.gfs.is-open){z-index:9002!important}.gfs--page{max-width:720px;margin:0 auto 28px}.gfs--page .gfs__field{height:50px;border-color:#3a3a3a}.gfs--page .gfs__input{font-size:16px}.gfs-noresults{max-width:1000px;margin:0 auto 40px}.gfs-noresults .gfs{background:#fff;border-radius:10px;overflow:hidden}.gfs-noresults__t{margin:0 0 6px;font-size:22px;font-weight:700}.gfs-noresults__s{margin:0 0 18px;opacity:.8}.gfs-trigger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:#fff;cursor:pointer}.gfs-fake{display:flex;align-items:center;gap:10px;width:100%;height:46px;padding:0 14px;border:0;border-radius:8px;background:#fff;color:#6b6b6b;font:inherit;font-size:15px;text-align:left;cursor:text}.gfs-fake svg{color:#2a7d2a;flex:0 0 auto}.gfs-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;flex-direction:column;background:#fff;height:100vh;height:100dvh}.gfs-overlay[hidden]{display:none}html.gfs-lock,html.gfs-lock body{overflow:hidden!important}.gfs--mobile{display:flex;flex-direction:column;height:100%}.gfs--mobile .gfs__form{display:flex!important;flex-direction:column;height:100%}.gfs--mobile .gfs__field{flex:0 0 auto;height:56px;margin:0;padding:0 8px 0 4px;border:0;border-radius:0;background:#1a5c1a;box-shadow:none;padding-top:env(safe-area-inset-top);height:calc(56px + env(safe-area-inset-top))}.gfs--mobile .gfs__field:focus-within{box-shadow:none}.gfs--mobile .gfs__back{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:none;color:#fff;cursor:pointer}.gfs--mobile .gfs__input{height:40px;padding:0 12px;border-radius:6px 0 0 6px;background:#fff!important;font-size:16px}.gfs--mobile .gfs__spinner{position:absolute;right:108px;top:calc(20px + env(safe-area-inset-top));margin:0}.gfs--mobile .gfs__clear{position:absolute;right:64px;top:calc(14px + env(safe-area-inset-top))}.gfs--mobile .gfs__input{padding-right:40px}.gfs--mobile .gfs__submit{height:40px;width:48px;border-radius:0 6px 6px 0;background:#2a7d2a}.gfs--mobile .gfs__field{position:relative}.gfs--mobile .gfs__panel{position:static;flex:1 1 auto;width:auto;max-height:none;border-radius:0;box-shadow:none;animation:none;display:flex;flex-direction:column;min-height:0}.gfs--mobile .gfs__zero,.gfs--mobile .gfs__live{flex:1 0 auto}.gfs--mobile .gfs__help{padding-bottom:calc(12px + env(safe-area-inset-bottom))}@media(max-width:768px){.gfs .gfs__cols{grid-template-columns:1fr}.gfs .gfs__col--side{border-right:0;border-bottom:1px solid var(--gfs-line)}.gfs .gfs__col--main{order:-1}.gfs .gfs__live .gfs__col--side{order:0;border-bottom:0;border-top:1px solid var(--gfs-line)}.gfs .gfs__zero .gfs__col--main{order:1}.gfs .gfs__row-link,.gfs .gfs__chip{min-height:40px}.gfs .gfs__thumb{flex-basis:56px;width:56px;height:56px}.gfs .gfs__zero .gfs__links{display:grid;grid-template-columns:1fr 1fr;column-gap:12px}.gfs .gfs__all{position:sticky;bottom:0;box-shadow:0 -6px 16px #0000000f}}@media(prefers-reduced-motion:reduce){.gfs .gfs__panel{animation:none}.gfs .gfs__spinner{animation-duration:2s}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/gf-search.css.map */
