:root{--moto-black: #0a0a0a;--moto-dark: #f5f5f5;--moto-darker: #f0f0f0;--moto-gray: #e0e0e0;--moto-light-gray: #777777;--moto-text: #333333;--moto-white: #ffffff;--moto-red: #e63946;--moto-red-hover: #ff4757;--moto-transition: all .3s cubic-bezier(.25, .46, .45, .94)}.moto-header{background:var(--moto-white);position:relative;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 1px #eee}.moto-header *{box-sizing:border-box}.moto-header-main{display:flex;align-items:center;justify-content:space-between;padding:.5rem clamp(1rem,3vw,3rem);height:auto;max-width:1480px;margin:0 auto;gap:2rem}.moto-logo{flex-shrink:0;display:flex;align-items:center}.moto-logo a{display:flex;align-items:center;text-decoration:none;gap:.5rem;transition:var(--moto-transition)}.moto-logo a:hover{opacity:.85}.moto-logo img{width:var(--moto-logo-width, 140px);max-width:140px;height:auto;display:block}.moto-logo-text{font-size:1.75rem;font-weight:800;color:var(--moto-black);letter-spacing:-.02em;line-height:1.1;text-transform:uppercase}.moto-logo-text span{color:var(--moto-red)}.moto-search-wrapper{flex:1;max-width:720px;position:relative}.moto-search-form{display:flex;align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:14px;overflow:hidden;transition:var(--moto-transition);height:54px}.moto-search-form:focus-within{border-color:var(--moto-red);box-shadow:0 0 0 4px #e6394614;background:#fff}.moto-search-form:hover{border-color:#bbb;box-shadow:0 2px 12px #0000000a}.moto-search-form:focus-within:hover{border-color:var(--moto-red);box-shadow:0 0 0 4px #e6394614}.moto-search-input{flex:1;background:transparent;border:none;outline:none;color:#222;font-size:1rem;padding:0 1.5rem;height:100%;font-weight:400;letter-spacing:.01em}.moto-search-input::placeholder{color:#aaa;font-weight:400}.moto-search-btn{display:flex;align-items:center;justify-content:center;width:58px;height:100%;background:var(--moto-black);border:none;cursor:pointer;transition:var(--moto-transition);flex-shrink:0}.moto-search-btn:hover{background:var(--moto-red)}.moto-search-btn svg{width:22px;height:22px;color:var(--moto-white);stroke:var(--moto-white)}.moto-header-extras{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.moto-header-trust-item{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#333;transition:var(--moto-transition)}.moto-header-trust-item:hover{color:var(--moto-red)}.moto-trust-icon{width:46px;height:46px;border-radius:12px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--moto-transition)}.moto-header-trust-item:hover .moto-trust-icon{background:#fef2f2}.moto-trust-icon svg{width:22px;height:22px;stroke:var(--moto-red);stroke-width:1.8;fill:none}.moto-trust-text{display:flex;flex-direction:column;line-height:1.2}.moto-trust-text-top{font-size:.82rem;color:#888;font-weight:500}.moto-trust-text-bottom{font-size:1rem;font-weight:700;color:#222}.moto-header-trust-item:hover .moto-trust-text-bottom{color:var(--moto-red)}.moto-header-divider{width:1px;height:36px;background:#e5e5e5;flex-shrink:0}.moto-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.moto-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#333;padding:.4rem .75rem;border-radius:12px;transition:var(--moto-transition);position:relative;min-width:56px;gap:.2rem;background:transparent;border:none;cursor:pointer}.moto-action-btn:hover{background:#f5f5f5;color:var(--moto-black)}.moto-action-btn:hover svg{color:var(--moto-red);stroke:var(--moto-red);transform:scale(1.08)}.moto-action-btn svg{width:24px;height:24px;stroke:#222;stroke-width:1.5;fill:none;transition:var(--moto-transition)}.moto-action-label{font-size:.8rem;font-weight:600;letter-spacing:.01em;color:#333;transition:var(--moto-transition);white-space:nowrap}.moto-action-btn:hover .moto-action-label{color:var(--moto-red)}.moto-cart-badge{position:absolute;top:2px;right:10px;background:var(--moto-red);color:#fff;font-size:.7rem;font-weight:700;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;border:2.5px solid var(--moto-white);box-shadow:0 2px 6px #e639464d}.moto-nav-wrapper{background:#fff;border-top:1px solid #f0f0f0;border-bottom:2px solid #f0f0f0}.moto-nav-inner{max-width:1480px;margin:0 auto;padding:0 clamp(1rem,3vw,3rem);display:flex;align-items:center;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.moto-nav-inner::-webkit-scrollbar{display:none}.moto-nav-inner .nav-main{width:100%}.moto-nav-wrapper .navigation-main>.navigation-item>a{color:#222;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1.15rem 1.5rem;transition:var(--moto-transition)}.moto-nav-wrapper .navigation-main>.navigation-item>a:hover,.moto-nav-wrapper .navigation-main>.navigation-item:focus-within>a{color:var(--moto-red)}.moto-nav-wrapper .navigation-main>.navigation-item>a:before{background:var(--moto-red)!important;height:3px;border-radius:3px 3px 0 0}.moto-nav-wrapper .navigation-main>.navigation-item:hover>a:before,.moto-nav-wrapper .navigation-main>.navigation-item:focus-within>a:before{opacity:1;width:100%}.moto-nav-wrapper .navigation-main>.navigation-item>a.current:before{background:var(--moto-red)!important;opacity:1}.moto-nav-wrapper .navigation-main .icon-angle{color:#888}.moto-nav-wrapper .navigation-main>.navigation-item:hover .icon-angle{color:var(--moto-red)}.moto-nav-wrapper .navigation-sub-menu{background:#fff!important;border:1px solid #e8e8e8!important;border-radius:12px!important;box-shadow:0 16px 48px #0000001f!important;padding:.75rem 0!important}.moto-nav-wrapper .navigation-sub-menu .navigation-item>a{color:#333!important;font-size:.9rem;font-weight:500;padding:.65rem 1.5rem}.moto-nav-wrapper .navigation-sub-menu .navigation-item>a:hover,.moto-nav-wrapper .navigation-sub-menu .navigation-item:hover>a,.moto-nav-wrapper .navigation-sub-menu .navigation-item:focus-within>a{color:var(--moto-red)!important;background:#fafafa!important}.moto-nav-wrapper .mega-menu{background:#fff!important;border-top:2px solid #f0f0f0!important;box-shadow:0 20px 60px #0000001f!important}.moto-nav-wrapper .mega-menu-column-title{color:#111!important;font-weight:800!important;font-size:1.35rem!important;margin-bottom:.75rem}.moto-nav-wrapper .mega-menu-column-list .navigation-item>a{color:#555!important;font-size:1.05rem;padding:.5rem 0}.moto-nav-wrapper .mega-menu-column-list .navigation-item>a:hover{color:var(--moto-red)!important}.moto-header .head-slot-nav-mobile-link{color:#222}.moto-header .head-slot-nav-mobile-link svg{width:22px;height:22px;stroke:#222;stroke-width:1.8}.moto-header .head-slot-nav-mobile-link:hover{background:#f5f5f5;border-radius:10px}.mobile-menu{top:0!important;width:80%!important;max-width:380px!important;height:100vh!important;height:100dvh!important;transform:translate(-100%)!important;border-top:none!important;border-right:1px solid #e0e0e0!important;box-shadow:4px 0 24px #0000001f!important}.mobile-menu-open .mobile-menu{transform:translate(0)!important}.mobile-menu-inner{padding-bottom:2rem}.navigation-mobile{padding:0!important;margin:0!important;list-style:none!important}.navigation-mobile-wrap{padding:0!important}.navigation-mobile>.navigation-mobile-item{border-bottom:1px solid #f0f0f0}.navigation-mobile>.navigation-mobile-item:last-child{border-bottom:none}.navigation-mobile .navigation-mobile-item-link{padding:.65rem 1rem!important;font-size:.95rem!important;font-weight:600!important;display:flex!important;align-items:center!important;color:#222!important;text-decoration:none!important;line-height:1.3!important}.navigation-mobile .navigation-mobile-item-link a{flex:1!important}.navigation-mobile .navigation-mobile-item-link-expand{padding:.65rem 1rem!important}.navigation-mobile .icon-angle{width:1rem!important;height:1rem!important;color:#bbb!important;transition:transform .2s ease,color .2s ease!important}.navigation-mobile .menu-item-expanded>span>button>.icon-angle{color:#222!important}.navigation-mobile .navigation-sub-menu{background:transparent!important;border-left:none!important;margin:0!important;padding:0!important;border-radius:0!important}.navigation-mobile .navigation-sub-menu .navigation-mobile-item{border-bottom:1px solid #f0f0f0!important}.navigation-mobile .navigation-sub-menu .navigation-mobile-item:last-child{border-bottom:none!important}.navigation-mobile .navigation-sub-menu .navigation-mobile-item-link{padding:.55rem 1rem .55rem 1.75rem!important;font-size:.9rem!important;font-weight:500!important;color:#444!important;background:transparent!important;border-radius:0!important;border:none!important}.navigation-mobile .navigation-sub-menu .navigation-mobile-item-link-expand{padding:.55rem 1rem!important}.navigation-mobile .navigation-sub-menu .navigation-sub-menu{margin:0!important;border-left:none!important;background:transparent!important}.navigation-mobile .navigation-sub-menu .navigation-sub-menu .navigation-mobile-item-link{padding:.45rem 1rem .45rem 2.5rem!important;font-size:.85rem!important;font-weight:400!important;color:#666!important;background:transparent!important}.moto-header .head-slot-item-global-search{display:none}.moto-header .predictive-search{background:#fff;border:1px solid #e0e0e0;border-radius:0 0 12px 12px;margin-top:-2px;box-shadow:0 12px 36px #0000001a}.moto-header .head-mast{border:none}.moto-header .head-row,.moto-header .navigation-wrapper{display:none!important}.moto-header-actions .head-slot-item{display:contents}.moto-header-actions .head-slot-cart-link{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#333;padding:.4rem .75rem;border-radius:12px;transition:var(--moto-transition);position:relative;min-width:56px;gap:.2rem;background:#f8f8f8;border:1.5px solid #eee}.moto-header-actions .head-slot-cart-link:hover{background:#fef2f2;border-color:var(--moto-red);box-shadow:0 2px 12px #e639461a}.moto-header-actions .head-slot-cart-link:hover svg{color:var(--moto-red);stroke:var(--moto-red);transform:scale(1.05)}.moto-header-actions .head-slot-cart-link svg{width:24px;height:24px;stroke:#222;stroke-width:1.5;fill:none;transition:var(--moto-transition)}.moto-header-actions .head-slot-cart-link-quantity{position:absolute;top:-6px;right:-6px;background:var(--moto-red);color:#fff;font-size:.7rem;font-weight:800;min-width:20px;height:20px;padding:0 4px;border-radius:10px;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid #fff;box-shadow:0 2px 6px #e6394666;box-shadow:0 2px 8px #e6394659}.moto-header-actions .head-slot-cart-link-wrap{display:flex;align-items:center;justify-content:center}.moto-header-actions .head-slot-nav-link-label{display:none}@media(max-width:1199px){.moto-header-extras{display:none}}@media(max-width:749px){.moto-header-main{height:auto;gap:.5rem;padding:.4rem .75rem}.moto-logo img{width:var(--moto-logo-width-mobile, var(--moto-logo-width, 120px));max-width:120px}.moto-logo-text{font-size:1.15rem}.moto-search-wrapper{display:none}.moto-mobile-search-toggle{display:flex}.moto-nav-wrapper,.moto-action-label{display:none}.moto-action-btn{min-width:36px;padding:.3rem}.moto-header-actions .head-slot-cart-link{min-width:44px!important;max-width:44px!important;width:44px!important;height:44px!important;padding:0!important;border-radius:var(--border-radius-base)!important;background:#ebebeb!important;border-color:#ddd!important}.moto-header-actions .head-slot-cart-link svg{width:20px!important;height:20px!important}.moto-cart-label,.moto-cart-total{display:none!important}.moto-header-actions{display:contents}.moto-header-actions .moto-action-btn{display:none!important}.moto-header-actions .head-slot-nav-mobile-link-wrapper{order:-1}.moto-logo{order:0;flex:1;justify-content:center}.moto-header-actions .head-slot-item{order:1}.moto-header .button.head-slot-nav-mobile-link{background:#ebebeb!important;border-color:#ddd!important;color:#333!important;box-shadow:none!important;width:44px!important;height:44px!important;margin:0!important;padding:0!important}.moto-header .button.head-slot-nav-mobile-link svg{color:#333!important;stroke:#333!important}.moto-mobile-search{display:block;padding:.5rem 1rem .75rem;background:#fff;position:relative}.moto-mobile-search predictive-search{position:relative;display:block}.moto-mobile-search .moto-search-form{height:42px;border-radius:10px;position:relative}.moto-mobile-search .moto-search-input{font-size:.85rem}.moto-mobile-search .moto-search-btn{width:46px}.moto-mobile-search .predictive-search{position:absolute;top:42px;left:0;right:0;z-index:1000;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 12px 36px #0000001f;max-height:60vh;overflow-y:auto}}@media(min-width:750px){.moto-mobile-search-toggle,.moto-mobile-search{display:none}}@media(min-width:750px)and (max-width:989px){.moto-header-main{height:auto;gap:1.25rem}.moto-action-label{display:none}.moto-action-btn svg,.moto-header-actions .head-slot-cart-link svg{width:22px;height:22px}.moto-nav-wrapper .navigation-main>.navigation-item>a{padding:.95rem 1rem;font-size:.9rem}}.section-header-sticky .moto-header{box-shadow:0 4px 24px #00000014}.moto-search-wrapper .predictive-search{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 12px 36px #0000001a}.moto-search-wrapper .predictive-search a{color:#444}.moto-search-wrapper .predictive-search a:hover{color:var(--moto-red);background:#f8f8f8}.moto-search-form input[type=search].moto-search-input{border:none!important;background:transparent!important;height:100%!important;min-height:unset!important;box-shadow:none!important;border-radius:0!important;min-width:unset!important;padding:0 1.5rem!important;margin:0!important;font-size:1rem!important;line-height:normal!important;-webkit-appearance:none!important;appearance:none!important}.moto-search-form input[type=search].moto-search-input:focus{border:none!important;box-shadow:none!important;outline:none!important}@media(min-width:750px){.moto-header-actions .head-slot-cart-link{width:auto!important;height:auto!important;min-width:80px!important;background:#f8f8f8!important;position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:.5rem 1.2rem!important;border-radius:14px!important;gap:.2rem!important;text-decoration:none!important;color:#333!important;border:1.5px solid #eee!important;transition:all .25s ease!important}.moto-header-actions .head-slot-cart-link:hover{background:#fef2f2!important;border-color:var(--moto-red)!important;box-shadow:0 2px 12px #e639461a!important}.moto-header-actions .head-slot-cart-link svg{width:30px!important;height:30px!important;stroke:#222!important;stroke-width:1.5!important;fill:none!important;transition:all .25s ease!important}.moto-header-actions .head-slot-cart-link:hover svg{stroke:var(--moto-red)!important;transform:scale(1.05)!important}.moto-header-actions .head-slot-cart-link-wrap{display:flex!important;align-items:center!important;justify-content:center!important;position:static!important}.moto-header-actions .head-slot-cart-link-quantity{position:absolute!important;top:-4px!important;right:-4px!important;left:auto!important;bottom:auto!important;background:var(--moto-red)!important;color:#fff!important;font-size:.7rem!important;font-weight:700!important;width:22px!important;height:22px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;border:2.5px solid #fff!important;box-shadow:0 2px 8px #e6394659!important;transform:none!important}.moto-cart-label{font-size:.85rem!important;font-weight:600!important;color:#333!important;letter-spacing:.01em;transition:all .25s ease}.moto-header-actions .head-slot-cart-link:hover .moto-cart-label{color:var(--moto-red)!important}.moto-cart-total{font-size:.75rem!important;font-weight:700!important;color:var(--moto-red)!important;letter-spacing:.01em}}.moto-info-bar{background:#f5f5f5;border-bottom:none;padding:.45rem 0}.moto-info-bar-inner{max-width:1480px;margin:0 auto;padding:0 clamp(1rem,3vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.moto-info-bar-group{display:flex;align-items:center;gap:.35rem}.moto-info-bar-item{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:500;color:#333;text-decoration:none;padding:.35rem .75rem;border-radius:4px;transition:all .2s ease;white-space:nowrap}a.moto-info-bar-item:hover{color:var(--moto-red)}.moto-info-bar-item svg{width:18px;height:18px;flex-shrink:0}.moto-info-bar-item--badge{background:var(--moto-red);color:#fff;font-weight:700;padding:.35rem .85rem}a.moto-info-bar-item--badge:hover{color:#fff;opacity:.85}.moto-info-bar-item--highlight{color:var(--moto-red);font-weight:700}@media(max-width:989px){.moto-info-bar{display:none}}.moto-header-glow{height:2px;background:linear-gradient(90deg,transparent 0%,var(--moto-red) 30%,var(--moto-red) 70%,transparent 100%);opacity:.6}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-bottom:1px solid #f0f0f0}.mobile-menu-logo{display:flex;align-items:center;text-decoration:none}.mobile-menu-logo img{width:50px;height:auto;display:block}.mobile-menu-logo-text{font-size:1.1rem;font-weight:800;color:#222;text-transform:uppercase}.mobile-menu-close-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:#f3f3f3;color:#555;cursor:pointer;transition:all .2s ease;padding:0}.mobile-menu-close-btn:hover{background:#e0e0e0;color:#222}.mobile-menu-close-btn svg{width:16px;height:16px}.mobile-menu-utilities{padding:.5rem 0 1.5rem}.mobile-menu-utility-section{padding:1.25rem 1.5rem}.mobile-menu-utility-section:not(:last-child){padding-bottom:1.25rem}.mobile-menu-utility-section+.mobile-menu-utility-section{margin-top:.25rem}.mobile-menu-contact,.mobile-menu-hours{background:#f7f7f7;border-radius:10px;margin:.5rem 1.25rem;padding:1.5rem 1.15rem;border:1px solid #eee}.mobile-menu-section-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#aaa;margin-bottom:.85rem}.mobile-menu-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.mobile-menu-contact-list li,.mobile-menu-contact-list a{font-size:.85rem;color:#333;text-decoration:none;display:flex;align-items:center;gap:.6rem;line-height:1.35}.mobile-menu-contact-list svg{flex-shrink:0;width:16px;height:16px;color:var(--moto-red);stroke:var(--moto-red)}.mobile-menu-contact-list a:hover{color:var(--moto-red)}.mobile-menu-hours-content{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:#555;line-height:1.45}.mobile-menu-social-inline{display:flex;gap:.6rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid #e8e8e8}.mobile-menu-social-inline a{width:34px;height:34px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#555;text-decoration:none;border:1px solid #e0e0e0;transition:all .2s ease}.mobile-menu-social-inline a:hover{background:var(--moto-red);border-color:var(--moto-red);color:#fff}.mobile-menu-social-inline a svg{width:15px;height:15px}.mobile-menu-buttons-row{display:flex;gap:.5rem;padding:0 1.25rem}.mobile-menu-whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;padding:.85rem;background:#25d366;color:#fff!important;font-weight:700;font-size:.82rem;border-radius:12px;text-decoration:none;transition:background .2s ease}.mobile-menu-whatsapp-btn:hover{background:#1da851}.mobile-menu-whatsapp-btn svg{flex-shrink:0;width:18px;height:18px}.mobile-menu-social{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.mobile-menu-social a{width:38px;height:38px;border-radius:50%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;color:#555;text-decoration:none;transition:all .2s ease}.mobile-menu-social a:hover{background:var(--moto-red);color:#fff}.mobile-menu-social a svg{width:16px;height:16px}.mobile-menu-auth-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;padding:.75rem;text-align:center;border:1.5px solid #ddd;border-radius:12px;font-weight:600;font-size:.82rem;color:#333;text-decoration:none;transition:all .2s ease}.mobile-menu-auth-btn:hover{border-color:var(--moto-red);color:var(--moto-red)}.mobile-menu-auth-btn svg{flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/59/assets/section-header-moto.css.map */
