.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1000;transition:opacity .2s ease}.mobile-menu-btn:hover{opacity:.7}.mobile-menu-btn:focus{outline:2px solid #000;outline-offset:4px}.hamburger-line{width:100%;height:2px;background-color:#000;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.mobile-menu-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-drawer{position:fixed;top:0;left:-100%;width:85%;max-width:400px;height:100vh;background:#fff;z-index:10000;overflow-y:auto;overflow-x:hidden;transition:left .35s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 15px #00000026;-webkit-overflow-scrolling:touch}.mobile-drawer.active{left:0}.mobile-drawer-header{display:flex;justify-content:flex-end;align-items:center;padding:20px;border-bottom:1px solid #eee;min-height:60px}.close-mobile-menu{background:transparent;border:none;cursor:pointer;padding:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.close-mobile-menu:hover{background:#f5f5f5}.close-mobile-menu:focus{outline:2px solid #000;outline-offset:2px}.close-mobile-menu svg{stroke:#000;stroke-width:2.5}.mobile-nav{padding:10px 0 30px}.mobile-nav-list{list-style:none;margin:0;padding:0}.mobile-nav-item{border-bottom:1px solid #f0f0f0}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-link,.mobile-nav-trigger{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;text-decoration:none;color:#000;font-size:14px;font-weight:500;letter-spacing:.8px;text-transform:uppercase;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s ease;position:relative}.mobile-nav-link:hover,.mobile-nav-trigger:hover{background:#f8f8f8;padding-left:24px}.mobile-nav-link:focus,.mobile-nav-trigger:focus{outline:2px solid #000;outline-offset:-2px;background:#f0f0f0}.mobile-nav-link:active,.mobile-nav-trigger:active{background:#e8e8e8}.mobile-nav-novidades,.mobile-nav-outlet{color:#e74c3c!important;font-weight:600}.accordion-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;margin-left:10px}.mobile-nav-trigger[aria-expanded=true] .accordion-icon,.mobile-nav-trigger.active .accordion-icon{transform:rotate(180deg)}.mobile-submenu{max-height:0;overflow:hidden;background:#f9f9f9;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.mobile-submenu.active{max-height:3000px}.mobile-submenu-content{padding:15px 20px}.mobile-submenu-main-link{display:block;padding:12px 0;color:#000;font-size:14px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .2s ease}.mobile-submenu-main-link:hover{color:#e74c3c}.mobile-submenu-main-link:focus{outline:2px solid #000;outline-offset:2px}.mobile-submenu-group{padding:15px 20px;border-bottom:1px solid #e5e5e5}.mobile-submenu-group:first-child{padding-top:10px}.mobile-submenu-group:last-child{border-bottom:none;padding-bottom:20px}.mobile-submenu-heading{margin:0 0 12px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.mobile-submenu-heading a{color:#000;text-decoration:none;transition:color .2s ease;display:inline-block}.mobile-submenu-heading a:hover{color:#e74c3c}.mobile-submenu-heading a:focus{outline:2px solid #000;outline-offset:2px}.mobile-submenu-list{list-style:none;margin:0;padding:0}.mobile-submenu-list li{margin:10px 0}.mobile-submenu-list a{color:#666;text-decoration:none;font-size:13px;font-weight:400;letter-spacing:.3px;transition:all .2s ease;display:inline-block;position:relative;padding-left:12px}.mobile-submenu-list a:before{content:"\203a";position:absolute;left:0;color:#999;transition:left .2s ease}.mobile-submenu-list a:hover{color:#000;padding-left:16px}.mobile-submenu-list a:hover:before{left:2px;color:#e74c3c}.mobile-submenu-list a:focus{outline:2px solid #000;outline-offset:2px;color:#000}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-overlay.active{opacity:1;visibility:visible}@media (max-width: 1024px){.mobile-menu-btn{display:flex;width:40px;height:40px;border:1px solid rgba(0,0,0,.15);border-radius:50%;align-items:center;justify-content:center;gap:4px}.mobile-menu-btn .hamburger-line{width:18px}.site-header .site-nav{display:none!important;visibility:hidden!important;opacity:0!important}.site-header .header-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;position:relative;pointer-events:auto}.site-header .logo{position:absolute;left:50%;transform:translate(-50%);max-width:120px}.site-header .logo-img{max-height:40px;width:auto}.site-header .header-actions{position:static;margin-left:auto;display:flex;align-items:center;z-index:2}.site-header .nav-right{display:flex;gap:12px;align-items:center;margin:0;visibility:visible;opacity:1}.site-header .icon-btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;color:var(--text-color);visibility:visible;opacity:1}.site-header .icon-btn svg{width:20px;height:20px;display:block;stroke:currentColor}.site-header .cart-count{top:-4px;right:-4px}}@media (min-width: 1025px){.mobile-drawer,.mobile-overlay,.mobile-menu-btn{display:none!important}}@media (prefers-reduced-motion: reduce){.mobile-drawer,.mobile-submenu,.hamburger-line,.accordion-icon{transition:none!important}}@media (prefers-contrast: high){.mobile-nav-link,.mobile-nav-trigger{border:1px solid currentColor}.mobile-nav-link:focus,.mobile-nav-trigger:focus{outline-width:3px}}body.mobile-menu-open{overflow:hidden;position:fixed;width:100%}@media print{.mobile-drawer,.mobile-overlay,.mobile-menu-btn{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/mobile-nav.css.map */
