:root{--hf-bg: #0b0b0b;--hf-surface: #151515;--hf-surface-2: #1d1d1d;--hf-border: #2a2a2a;--hf-text: #fff;--hf-muted: #aaaaaa;--hf-accent: #a6ea2c;--hf-radius: 18px;--hf-shadow: 0 12px 30px rgba(0, 0, 0, .25)}.main-content{padding-top:0}.hf-page *{box-sizing:border-box}.hf-page{background:#050505;color:var(--hf-text)}.hf-page .page-width{max-width:1360px;margin:0 auto;padding-left:24px;padding-right:24px}.hf-btn,.hf-chip,.hf-card,.hf-form-panel,.hf-sidebar{border-radius:0}.hf-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border:1px solid transparent;cursor:pointer;text-decoration:none;font-weight:700;line-height:1;transition:.2s ease;z-index:3}.hf-btn--primary{background:var(--hf-accent);color:#101010}.hf-btn--outline{background:transparent;border-color:#a6ea2c73;color:var(--hf-accent)}.hf-btn--primary:hover,.hf-btn--outline:hover{transform:translateY(-1px)}.hf-top-hero{position:relative;min-height:var(--hf-top-hero-height, 360px);overflow:visible;background:#0c0c0c}.hf-top-hero__media,.hf-top-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hf-top-hero__image{width:100%;height:100%;object-fit:cover;display:block}.hf-top-hero__overlay{background:var(--hf-top-hero-overlay-color, #000000);opacity:var(--hf-top-hero-overlay-opacity, .45);pointer-events:none}.hf-top-hero__content{position:relative;z-index:2;min-height:var(--hf-top-hero-height, 360px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:42px;padding-bottom:42px}.hf-top-hero__breadcrumb{width:100%;margin-bottom:18px;color:#ffffffb8;font-size:13px;text-align:left}.hf-top-hero__badge{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-bottom:18px;padding:10px 28px;border-radius:999px;background:var(--hf-accent);color:#101010;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.hf-top-hero__title{margin:0 0 14px;color:#fff;font-size:clamp(34px,5vw,72px);line-height:.96;font-weight:800}.hf-top-hero__text{max-width:760px;margin:0 auto 24px;color:#fffc;font-size:16px;line-height:1.6}.hf-top-hero__search{width:100%;max-width:520px;display:flex;align-items:center}input.hf-search-in{width:100%;min-height:50px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#141414eb;color:#fff;padding:0 16px 0 40px;font-size:15px;outline:none}input.hf-search-in::placeholder{color:#8f8f8f}input.hf-search-in:focus{border-color:#9be21aa6;box-shadow:0 0 0 1px #9be21a40}.hf-results{padding:18px 0 48px}.hf-results__top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.hf-results__title{margin:0;color:#fff;font-size:26px;font-weight:800}.hf-results__meta{color:#b7b7b7;font-size:14px}.hf-results__actions{display:flex;align-items:center;justify-content:flex-start;margin-bottom:16px}.hf-filter-toggle{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 18px;border:1px solid #232323;border-radius:0;background:#161616;color:#f3f3f3;font-size:16px;font-weight:600;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.hf-filter-toggle:hover{background:#1c1c1c;border-color:#2c2c2c;transform:translateY(-1px)}.hf-filter-toggle:focus-visible{outline:2px solid var(--hf-accent);outline-offset:2px}.hf-filter-toggle__icon{display:inline-flex;align-items:center;justify-content:center;color:#f3f3f3}.hf-results__layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}.hf-results__layout.is-filters-hidden{grid-template-columns:minmax(0,1fr)}.hf-results__layout.is-filters-hidden .hf-sidebar{display:none}.hf-sidebar{background:#141414;border:1px solid #232323;border-radius:0;padding:20px 18px;position:sticky;top:20px}.hf-sidebar__title{margin:0 0 14px;color:#fff;font-size:22px;font-weight:800}.hf-filter{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #242424}.hf-filter:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.hf-filter__heading{display:block;color:#fff;font-size:14px;font-weight:700;margin-bottom:10px}.hf-radio-group{display:grid;gap:6px}.hf-radio{display:flex;align-items:center;gap:10px;color:#b5b5b5;font-size:14px;cursor:pointer}.hf-radio input[type=radio]{appearance:none;-webkit-appearance:none;width:16px;height:16px;margin:0;border:1px solid #3a3a3a;border-radius:0;background:#0a0a0a;display:inline-grid;place-content:center;cursor:pointer;padding:0}.hf-radio input[type=radio]:before{content:"";width:8px;height:8px;transform:scale(0);transition:transform .15s ease-in-out;background:var(--hf-accent)}.hf-radio input[type=radio]:checked:before{transform:scale(1)}.hf-radio input[type=radio]:focus-visible{outline:2px solid var(--hf-accent);outline-offset:2px}.hf-price-row{display:grid;grid-template-columns:1fr 16px 1fr;gap:8px;align-items:center}.hf-price-sep{text-align:center;color:#777}.hf-input{width:100%;min-height:42px;background:#0a0a0a;border:1px solid #2b2b2b;border-radius:4px;color:#ddd;padding:0 12px;box-shadow:none}.hf-input::placeholder{color:#7a7a7a}.hf-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.hf-card{position:relative;overflow:hidden;background:#181818;border:1px solid #242424;box-shadow:var(--hf-shadow);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.hf-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;border-radius:0;box-shadow:0 0 0 1px #9be21a8c,0 0 18px #9be21a47,0 0 34px #9be21a2e;transition:opacity .25s ease}.hf-card:hover,.hf-card:focus-within{transform:translateY(-4px);border-color:#9be21ab3;box-shadow:0 0 0 1px #9be21a59,0 0 22px #9be21a38,0 16px 30px #00000059}.hf-card:hover:after,.hf-card:focus-within:after{opacity:1}.hf-card__media-wrap{position:relative;aspect-ratio:.95 / 1;overflow:hidden;background:#111;display:block}.hf-card__media{width:100%;height:100%;object-fit:cover}.hf-card__badge{position:absolute;top:12px;right:10px;display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;background:var(--hf-accent);color:#111;font-size:12px;font-weight:800}.hf-card__body{display:flex;flex-direction:column;min-height:230px;padding:16px 14px 14px;justify-content:space-around}.hf-card__title{margin:0 0 8px;font-size:22px;line-height:1.12;color:#fff;font-weight:700}.hf-card__sku,.hf-card__meta{color:#7a7a7a;font-size:12px}.hf-card__tag-row{margin:10px 0 8px}.hf-card__tag{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:4px;background:#222;color:#d8d8d8;font-size:11px;line-height:1}.hf-card__extra{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;transition:grid-template-rows .28s ease,opacity .2s ease,margin-top .28s ease}.hf-card__extra-inner{overflow:hidden}.hf-card:hover .hf-card__extra,.hf-card:focus-within .hf-card__extra{grid-template-rows:1fr;opacity:1;margin-top:6px}.hf-card__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin-bottom:10px;color:#a8a8a8;font-size:12px}.hf-card__specs strong{display:block;color:#7d7d7d;font-size:11px;text-transform:uppercase;margin-bottom:2px}.hf-card__fits{color:#8d8d8d;font-size:12px;margin-bottom:12px}.hf-card__fits strong{color:#7d7d7d;font-weight:600}.hf-card__rule{height:1px;background:#2a2a2a;margin:12px 0}.hf-card__bottom{display:flex;align-items:end;justify-content:space-between;gap:12px}.hf-card__price-wrap{display:grid;gap:2px}.hf-card__starting{color:#777;font-size:12px}.hf-card__price{color:var(--hf-accent);font-size:20px;font-weight:800;transition:text-shadow .25s ease,transform .25s ease}.hf-card:hover .hf-card__price,.hf-card:focus-within .hf-card__price{text-shadow:0 0 12px rgba(155,226,26,.25);transform:translateY(-1px)}.hf-card .hf-btn--primary{transition:transform .2s ease,box-shadow .25s ease,filter .2s ease}.hf-card:hover .hf-btn--primary,.hf-card:focus-within .hf-btn--primary{box-shadow:0 0 0 1px #9be21a59,0 0 16px #9be21a33}.hf-hero{padding:80px 0 12px;z-index:1}.hf-hero__panel,.hf-hero__inner,.hf-hero__left,.hf-hero__right,.hf-expert{position:relative;z-index:2}.hf-hero__panel{position:relative;min-height:560px;border-radius:18px;background:var(--hf-hero-panel-bg, linear-gradient(90deg, #8e8a8a 0%, #9c9898 45%, #a8a4a4 100%));box-shadow:var(--hf-shadow);overflow:visible}.hf-hero__inner{display:grid;grid-template-columns:.7fr 1fr;gap:24px;padding:42px 0 36px 34px;border-radius:18px}.hf-hero__left{max-width:460px;padding-top:12px}.hf-eyebrow{margin:0 0 10px;color:gray!important;background:var(--hf-eyebrow-bg);font-size:var(--hf-eyebrow-size);text-transform:uppercase;letter-spacing:.08em;display:inline-block;padding:4px 8px}.hf-title{margin:0 0 12px;font-size:var(--hf-title-size, clamp(34px, 4vw, 58px));line-height:.96;color:var(--hf-title-color, #fff);background:var(--hf-title-bg, transparent);font-weight:800;display:inline-block;padding:0}.hf-text{margin:0 0 18px;color:#fff!important;background:var(--hf-description-bg, transparent);font-size:var(--hf-description-size, 15px);line-height:1.6;max-width:34ch}hf-text p{color:#fff!important}.hf-groups{margin-top:22px}.hf-group{margin:0 0 18px;padding:0;border:0}.hf-group-title{display:block;margin:0 0 10px;color:#ffffffb8;font-size:12px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}.hf-options{display:flex;flex-wrap:wrap;gap:8px}.hf-option{position:relative;display:inline-block;margin:0}.hf-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.hf-option span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 18px;border:1px solid transparent;border-radius:0;background:#b7b7b7;color:#111;font-size:15px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:all .2s ease}.hf-option input[type=radio]:checked+span{background:transparent;border-color:#fff;color:#fff}.hf-option input[type=radio]:focus+span,.hf-option input[type=radio]:focus-visible+span{outline:2px solid #8bd400;outline-offset:2px}.hf-option:hover span{opacity:.92}.hf-actions{margin-top:26px}.hf-btn,.hf-btn--primary{display:inline-flex;align-items:center;justify-content:center;min-width:150px;min-height:35px;padding:0 26px;border:0;border-radius:0;background:#8bd400;color:#111;font-size:17px;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;appearance:none;-webkit-appearance:none;box-shadow:none;transition:background .2s ease,transform .2s ease}.hf-btn--primary:hover,.hf-btn--primary:focus{background:#7cc000;color:#111}.hf-btn--primary:active{transform:translateY(1px)}@media(max-width:749px){.hf-option span{font-size:14px;padding:0 14px}.hf-btn,.hf-btn--primary{width:70%;margin:0 auto min-width: 0}.hf-watermark{margin-top:-69px!important;width:393px!important;margin-left:-44px!important}.hf-image{max-width:100%;width:100%;object-fit:contain;transform:translateY(var(--hf-image-offset-y, -170px));margin:-350px 0 -800px!important}}.hf-chips{display:flex;flex-wrap:wrap;gap:8px}.hf-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 14px;background:var(--hf-chip-bg, #999999);color:var(--hf-chip-color, #fff);border:1px solid rgba(255,255,255,.12);font-size:var(--hf-chip-size, 13px);font-weight:600;cursor:pointer}.hf-chip.is-active{background:var(--hf-accent);border-color:#fff;color:#fff;font-weight:800}.hf-hero__right{position:relative;min-height:480px;display:flex;flex-direction:column;justify-content:space-between}.hf-watermark{position:relative;margin-top:-110px;margin-bottom:-380px;width:900px;margin-left:-170px;-webkit-user-select:none;user-select:none;pointer-events:none}.hf-watermark__image{width:2000px;height:auto}.hf-image-wrap{position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:flex-end;min-height:300px;overflow:visible}.hf-image{max-width:100%;width:100%;object-fit:contain;transform:translateY(var(--hf-image-offset-y, -170px));margin:-550px 0 0}.hf-expert{position:absolute;bottom:300px;right:80px;z-index:2;max-width:800px}.hf-expert-title{margin:0;font-size:var(--hf-expert-title-size, 44px);line-height:1.04;color:var(--hf-expert-title-color, #fff);background:var(--hf-expert-title-bg, transparent);font-weight:800;display:inline-block;padding:0}.hf-expert-text,.hf-expert-text p{margin:0 0 18px;color:#fff;background:var(--hf-expert-text-bg, transparent);font-size:var(--hf-expert-text-size, 15px);line-height:1.6}@media screen and (max-width:1100px){.hf-hero__inner,.hf-results__layout{grid-template-columns:1fr}.hf-sidebar{position:static}.hf-expert{position:static;margin-top:24px}}@media screen and (max-width:900px){.hf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:768px){.hf-top-hero__content{align-items:flex-start;text-align:left}.hf-top-hero__title,.hf-top-hero__text,.hf-top-hero__search{max-width:100%}}@media screen and (max-width:640px){.hf-hero__inner{padding:26px 18px 22px}.hf-grid{grid-template-columns:1fr}.hf-results__top{flex-direction:column;align-items:flex-start}.hf-results__layout.is-filters-hidden{grid-template-columns:1fr}}@media(hover:none){.hf-card__extra{grid-template-rows:1fr;opacity:1;margin-top:6px}}textarea,input:not([type=checkbox]):not([type=radio]){background-color:#1a1a1a;border-color:#dfdfdf2e;border:1px}.hf-top-hero__search-wrap{position:relative;width:100%;max-width:520px;overflow:visible;z-index:50}.hf-top-hero__search{position:relative;z-index:51;overflow:visible}.hf-search-results{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:999;max-height:420px;overflow-y:auto;background:#0e0e0efa;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 20px 50px #00000073}.hf-search-results::-webkit-scrollbar{width:8px}.hf-search-results::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.hf-search-results__item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border-radius:12px;text-decoration:none;color:var(--hf-text);transition:background .18s ease,transform .18s ease,border-color .18s ease;border:1px solid transparent}.hf-search-results__item:hover{background:#ffffff0a;border-color:#a6ea2c2e;transform:translateY(-1px)}.hf-search-results__img{width:64px;height:64px;object-fit:cover;border-radius:10px;background:#111;border:1px solid rgba(255,255,255,.06)}.hf-search-results__title{font-size:14px;font-weight:700;line-height:1.25;color:#f5f5f5;margin-bottom:4px}.hf-search-results__meta{font-size:12px;color:#a8a8a8}.hf-search-results__empty{padding:14px 12px;color:#a8a8a8;font-size:14px;text-align:center}@media screen and (max-width:640px){.hf-search-results{border-radius:14px;max-height:300px}.hf-search-results__item{grid-template-columns:52px minmax(0,1fr);gap:10px}.hf-search-results__img{width:52px;height:52px}}.hf-input-field{width:70%;background-color:#ffffff54!important;padding:5px;border-radius:0}.hf-form-success{margin:14px 0 18px;color:#ff4d4f;font-size:14px;font-weight:700;line-height:1.4}@media screen and (max-width:767px){.hf-group{width:80%}.hf-title,.hf-expert-title{font-size:2.5rem}.hf-expert{max-width:300px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/kkc_handlebar-finder.css.map */
