@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";:root{--ah-blue: #3b82f6;--ah-blue-glow: rgba(59, 130, 246, .4);--ah-glass-bg: rgba(0, 0, 0, .85);--ah-border: rgba(255, 255, 255, .15)}.ah-section{position:relative;width:100%;min-height:100vh;background:#000;overflow:hidden;display:flex;flex-direction:column;color:#fff;font-family:Inter,sans-serif;padding:0;margin:0}.ah-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ah-bg img{width:100%;height:100%;object-fit:cover;pointer-events:none}.ah-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.9) 100%)}.ah-slider-container{flex:1;position:relative;z-index:5;display:flex;align-items:center;justify-content:center;min-height:600px}.ah-slides-wrapper{position:relative;width:100%;min-height:600px;height:100%}.ah-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}.ah-slide.is-active{opacity:1;visibility:visible}.ah-bike-image-wrap{position:relative;z-index:2;width:100%;max-width:1000px;padding:0 40px;transform:translateY(30px) scale(.95);opacity:0;transition:transform 1.2s cubic-bezier(.16,1,.3,1),opacity 1s ease;margin:0 auto}.ah-slide.is-active .ah-bike-image-wrap{transform:translateY(0) scale(1.1);opacity:1}.ah-bike-image{width:100%;height:auto;filter:drop-shadow(0 20px 15px rgba(0,0,0,.9))}.ah-accessories-grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0 auto;padding:0 40px;pointer-events:none;z-index:20}.ah-acc-item{position:absolute;pointer-events:auto;display:flex;align-items:center;gap:14px;background:#62626226;border:1px solid rgb(255 255 255 / 4%);padding:10px 24px 10px 10px;border-radius:100px;width:210px;min-height:74px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),opacity .6s ease,border-color .3s,box-shadow .3s;box-shadow:0 8px 32px #000000b3,inset 0 1px #ffffff14;opacity:0;text-decoration:none;flex-direction:row}.ah-acc-item:hover{background:#62626249}.ah-slide.is-active .ah-acc-item{opacity:1}.ah-acc-icon{width:54px;height:54px;min-width:54px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 10px #00000040;overflow:hidden;flex-shrink:0}.ah-acc-icon-inner{width:34px;height:34px;background:#1a1a2e;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:6px}.ah-acc-icon-inner img,.ah-acc-icon-inner svg{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1);display:block}.ah-acc-label{font-size:18px;font-weight:700;color:#fff;white-space:normal;word-break:break-word;line-height:1.25;letter-spacing:.02em;flex:1}.ah-acc-1{top:15%!important;left:12%!important}.ah-acc-2{top:42%!important;left:6%!important}.ah-acc-3{top:15%!important;right:12%!important;left:auto!important;flex-direction:row!important;padding:10px 24px 10px 10px!important}.ah-acc-4{top:42%!important;right:6%!important;left:auto!important;flex-direction:row!important;padding:10px 24px 10px 10px!important}.ah-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:30;cursor:pointer;width:80px;height:80px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff08;border:1px solid rgba(255,255,255,.2);border-radius:50%;padding:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;outline:none}.ah-nav-arrow img{width:100%;height:100%;object-fit:contain;display:block}.ah-nav-arrow:has(img){background:transparent;border:none;backdrop-filter:none;-webkit-backdrop-filter:none}.ah-nav-arrow svg{width:32px;height:32px}.ah-nav-prev{left:20%}.ah-nav-next{right:20%}.ah-tunnel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;display:flex;align-items:center;justify-content:center}.ah-tunnel-lines{width:65%;height:75%;border:2px solid rgba(59,130,246,.3);clip-path:polygon(15% 0%,85% 0%,100% 100%,0% 100%);background:linear-gradient(180deg,rgba(59,130,246,.08) 0%,transparent 100%);position:relative}.ah-tunnel-lines:before{content:"";position:absolute;top:15%;right:15%;bottom:15%;left:15%;border:1px solid rgba(59,130,246,.15);clip-path:inherit}.ah-footer{position:relative;z-index:15;padding-bottom:60px;margin-top:-100px;display:flex;justify-content:center}.ah-cta-button{display:inline-block;padding:18px 64px;background:#fff;color:#0d1e3c;font-size:24px;font-weight:900;text-transform:uppercase;text-decoration:none;border-radius:100px;box-shadow:0 15px 40px #ffffff40;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.ah-cta-button--image{padding:0;background:transparent;box-shadow:none;border-radius:0;display:inline-flex;align-items:center;justify-content:center}.ah-cta-img{display:block;max-width:420px;width:auto;height:auto;max-height:200px;object-fit:contain;transition:transform .3s ease,filter .3s ease}.ah-cta-button--image:hover .ah-cta-img{transform:scale(1.04);filter:brightness(1.1)}@media(max-width:1100px){.ah-acc-label{font-size:15px}.ah-acc-icon{width:46px;height:46px;min-width:46px}.ah-acc-icon img,.ah-acc-icon svg{width:28px;height:28px}.ah-acc-item{min-width:130px;max-width:180px;gap:10px;padding:8px 18px 8px 8px}}@media(max-width:767px){.ah-section{min-height:unset;height:auto}.ah-header{padding-top:24px;padding-bottom:0}.ah-eyebrow{font-size:13px;letter-spacing:.18em}.ah-main-title{font-size:clamp(52px,18vw,80px);margin-top:-8px;line-height:.85}.ah-bg{height:500px!important;position:absolute!important;inset:0 0 auto 0!important;margin-top:-52px}.ah-slider-container{min-height:unset;height:auto;display:block;padding:0}.ah-slides-wrapper{min-height:unset;height:auto}.ah-slide{display:none;position:relative;inset:auto;flex-direction:column;opacity:1;visibility:visible;background:transparent}.ah-slide.is-active{display:flex}.ah-bike-image-wrap{order:-1;width:100%;max-width:100%;padding:0;margin-top:160px;margin-bottom:-30px;transform:none!important;opacity:1!important;position:relative;z-index:5}.ah-bike-image{width:100%;height:auto}.ah-accessories-grid{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;max-width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:20px 16px 0!important;margin:0!important;order:1;z-index:2!important}.ah-acc-item,.ah-acc-1,.ah-acc-2,.ah-acc-3,.ah-acc-4{position:static!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;min-height:64px!important;min-width:unset!important;max-width:100%!important;flex-direction:row!important;padding:10px 12px 10px 10px!important;gap:10px!important;opacity:1!important;transform:none!important}.ah-acc-icon-inner{width:28px;height:28px;border-radius:6px;padding:5px}.ah-acc-icon-inner img,.ah-acc-icon-inner svg{width:18px;height:18px}.ah-acc-label{font-size:13px;line-height:1.3;white-space:normal}.ah-footer{padding:2px 24px 32px;margin-top:0}.ah-cta-button{font-size:18px;font-weight:900;padding:16px 48px}.ah-cta-img{max-width:220px;max-height:55px}.ah-nav-arrow,.ah-tunnel{display:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/accessories-hunter.css.map */
