*{box-sizing:border-box;margin:0;padding:0}body{color:#212121;background:#f5f5f7;font-family:Open Sans,system-ui,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.bike-icon{color:currentColor;width:100%;height:100%}.container{max-width:1320px;margin:0 auto;padding:0 1.5rem}.header{color:#fff;z-index:101;background:#111;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.header__menu{color:#fff;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;font-size:.7rem;font-weight:700;display:flex}.header__menu span{background:#fff;width:20px;height:2px;display:block}.header__logo{align-items:center;display:flex}.header__logo-img{height:42px;display:block}.header__search{flex:1;max-width:480px;display:flex}.header__search input{border:none;border-radius:6px 0 0 6px;flex:1;padding:.55rem .75rem;font-size:.9rem}.header__search button{background:#fff;border:none;border-radius:0 6px 6px 0;padding:0 .75rem}.header__nav{white-space:nowrap;align-items:center;gap:1.5rem;font-size:.85rem;font-weight:600;display:flex}.header__nav a{padding-left:1.2rem;position:relative}.header__nav-badge{color:#fff;background:#ff9800;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-8px;left:-4px}.announcement-bar{background:#eaf7ec;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding:.5rem 1.5rem;font-size:.8rem;display:flex}.announcement-bar__left{color:#333;gap:1.5rem;display:flex}.announcement-bar__right{gap:1.5rem;font-weight:600;display:flex}.hero{color:#fff;background-color:#0d0d0d;background-position:50%;background-size:cover;border-radius:10px;flex-direction:column;justify-content:center;gap:1rem;min-height:320px;margin:1.5rem 0;padding:2rem;display:flex;position:relative}.hero:before{content:"";background:linear-gradient(90deg,#000000a6,#00000026);border-radius:10px;position:absolute;inset:0}.hero h1,.hero p,.hero__cta{z-index:1;position:relative}.hero h1{max-width:20ch;font-size:2rem;font-weight:800}.hero p{opacity:.9}.hero__cta{color:#343846;background:#fff;border:none;border-radius:6px;align-self:flex-start;padding:.65rem 1.25rem;font-weight:700}.brand-banner{color:#fff;background-color:#0d0d0d;background-position:50%;background-size:cover;border-radius:10px;flex-direction:column;justify-content:center;gap:.5rem;min-height:200px;margin:0 0 1.5rem;padding:2rem;display:flex;position:relative}.brand-banner:before{content:"";background:linear-gradient(90deg,#0009,#0000001a);border-radius:10px;position:absolute;inset:0}.brand-banner h2,.brand-banner p{z-index:1;position:relative}.brand-banner h2{font-size:1.6rem;font-weight:800}.quote-banner{text-align:center;background:#eaf7ec;border-radius:10px;flex-direction:column;align-items:center;gap:.75rem;margin:0 0 1.5rem;padding:2rem;display:flex}.quote-banner h2{font-size:1.4rem;font-weight:800}.quote-banner p{color:#444;max-width:40ch;font-style:italic}.promo-tiles{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:0 0 1.5rem;display:grid}.promo-tile{background-color:#1a1a1a;background-position:50%;background-size:cover;border-radius:10px;justify-content:space-between;align-items:flex-end;min-height:120px;padding:1rem 1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000014}.promo-tile:before{content:"";background:linear-gradient(#0000,#000000b3);position:absolute;inset:0}.promo-tile__text{z-index:1;color:#fff;flex-direction:column;gap:.15rem;display:flex;position:relative}.promo-tile__text span{opacity:.85;font-size:.8rem}.promo-tile__arrow{z-index:1;color:#fff;font-size:1.5rem;position:relative}.trust-strip{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:0 0 2rem;display:grid}.trust-strip__item{align-items:center;gap:.75rem;display:flex}.trust-strip__icon{font-size:1.75rem}.trust-strip__item strong{display:block}.trust-strip__item span{color:#666;font-size:.8rem}.section{margin:0 0 2.5rem}.section__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section__header h2{font-size:1.4rem;font-weight:800}.button-primary{color:#fff;background:#111;border:none;border-radius:6px;padding:.6rem 1.1rem;font-weight:700}.product-card{background:#fff;border-radius:10px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000014}.product-card__badge,.product-card__test-badge{color:#fff;z-index:1;background:#7fc35a;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:.6rem;left:.6rem}.product-card__test-badge{background:#111}.product-card__image{color:#c7cbe0;background:#f5f5f7;justify-content:center;align-items:center;height:160px;padding:1rem;display:flex}.product-card__image img{object-fit:contain;max-width:100%;max-height:100%}.product-card__category{color:#4c8f39;font-size:.75rem;font-weight:600}.product-card__body{flex-direction:column;flex:1;gap:.4rem;padding:1rem;display:flex}.product-card__title{font-weight:700}.product-card__brand{color:#4c8f39}.product-card__description{color:#666;flex:1;font-size:.8rem}.product-card__prices{flex-direction:column;display:flex}.product-card__old-price{color:#999;font-size:.75rem;text-decoration:line-through}.product-card__price{color:#212121;font-size:1.25rem;font-weight:700}.product-card__button{color:#fff;background:#212121;border:none;border-radius:6px;margin-top:.5rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600}.product-card__button:hover{background:#4c8f39}.category-tile{text-align:center;background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 1px 3px #00000014}.category-tile .bike-icon{color:#7fc35a;width:36px;height:36px}.category-tile img{object-fit:contain;width:48px;height:48px}.brand-logos__item{background:#fff;border-radius:8px;justify-content:center;align-items:center;height:56px;padding:.75rem 1.25rem;display:flex;box-shadow:0 1px 3px #00000014}.brand-logos__item img{object-fit:contain;max-width:100px;max-height:32px}.test-banners{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.test-banner{color:#fff;background-color:#1a1a1a;background-position:50%;background-size:cover;border-radius:10px;justify-content:space-between;align-items:flex-end;min-height:120px;padding:1rem 1.25rem;display:flex;position:relative;overflow:hidden}.test-banner:before{content:"";background:linear-gradient(#0000,#000000b3);position:absolute;inset:0}.test-banner .bike-icon{z-index:1;color:#7fc35a;width:28px;height:28px;position:absolute;top:.75rem;left:.75rem}.test-banner__text{z-index:1;flex-direction:column;gap:.15rem;display:flex;position:relative}.test-banner__text span{opacity:.85;font-size:.8rem}.store-locator__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.store-locator__map{background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative;box-shadow:0 1px 3px #00000014}.store-locator__map img{max-width:100%}.store-locator__map-label{color:#fff;background:#111;border-radius:4px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;position:absolute;bottom:1rem;right:1rem}.store-locator__photos{grid-template-rows:1fr 1fr;gap:1rem;display:grid}.store-locator__photos img{object-fit:cover;border-radius:10px;width:100%;height:100%}.seo-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:0 0 2.5rem;display:grid}.seo-content h3{margin-bottom:.5rem;font-size:1rem}.seo-content p{color:#555;font-size:.85rem;line-height:1.5}.footer{background:#fff;border-top:1px solid #e5e5ea}.footer__store-finder{color:#fff;background:#111;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.footer__store-finder span{opacity:.85;font-size:.8rem;display:block}.footer__store-finder-input{display:flex}.footer__store-finder-input input{border:none;border-radius:6px 0 0 6px;min-width:220px;padding:.55rem .75rem;font-size:.9rem}.footer__store-finder-input button{color:#fff;background:#1a9b6c;border:none;border-radius:0 6px 6px 0;padding:0 1rem;font-weight:700}.footer__columns{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;padding:2rem 1.5rem;display:grid}.footer__columns h3{margin-bottom:.75rem;font-size:.95rem}.footer__columns ul{color:#444;flex-direction:column;gap:.4rem;font-size:.85rem;list-style:none;display:flex}.footer__trust{flex-wrap:wrap;align-items:center;gap:1rem;padding:0 1.5rem 1.5rem;display:flex}.footer__trust-label{color:#444;font-size:.85rem;font-weight:600}.footer__trust-logos{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.footer__trust-logos img{object-fit:contain;height:28px}.footer__bottom{color:#666;border-top:1px solid #e5e5ea;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;font-size:.8rem;display:flex}.footer__payments{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.footer__payments img{object-fit:contain;height:18px}.footer__legal{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.footer__legal a{text-decoration:underline}.carousel{position:relative}.carousel__track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.carousel__track::-webkit-scrollbar{display:none}.carousel__item{scroll-snap-align:start;flex:0 0 240px}.carousel__item--narrow{flex:0 0 160px}.carousel__nav{color:#212121;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 4px #00000040}.carousel__nav--prev{left:-14px}.carousel__nav--next{right:-14px}.wonderful-chat-button{color:#fff!important}.wonderful-chat-button svg path{fill:#fff!important}.wonderful-send-button svg path{stroke:#fff!important}.wonderful-retry-button{color:#4c8f39!important}
