#header{--nav-height:3.75rem;background-color:#000;width:100%;position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding:5px 10px;z-index:99999;box-shadow:0 0 10px #000;height:var(--nav-height)}body{height:auto}#hamburger-opener{height:48px;width:70px;position:relative;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background:#000;border:#000}#hamburger-opener div{height:2px;width:55%;background-color:grey;transition:.5s all ease}#hamburger-opener.open div:first-child{transform:rotate(45deg) translate(8px,10px)}#hamburger-opener.open div:nth-child(2){opacity:0;transform:translateX(-50px)}#hamburger-opener.open div:last-child{transform:rotate(-45deg) translate(8px,-10px)}.ao-logo{height:calc(var(--nav-height) - 10px)}#dropdown-container{position:absolute;left:0;top:var(--nav-height);height:calc(100vh - var(--nav-height));max-height:0;width:100vw;background-color:#fff;z-index:9999;transition:.75s all ease;overflow-y:scroll;box-shadow:inset 0 9px 6px -7px #000}#dropdown-container div #dropdown-container ul{margin:0;width:100%}#dropdown-container div:first-child{padding-top:15px}#dropdown-container.open{max-height:400vh}.nav-dropdown{position:relative}.dropdown-main-header{display:none}.mobile-dropdown-header{color:#000;font-size:1.5rem;margin:5px 0;text-transform:uppercase;font-weight:700;padding:20px 10%}.mobile-dropdown-header:after{content:'';display:inline-block;width:7px;height:7px;border-left:3px solid #000;border-bottom:3px solid #000;transform:rotate(-45deg);transition:.3s all ease;overflow:hidden;position:absolute;right:10%;margin-top:5px}.nav-dropdown ul{margin:0;height:fit-content;max-height:0;overflow:hidden;transition:.3s all ease;width:100%}.nav-dropdown ul li{margin:5px 0;list-style-type:none}.nav-dropdown ul a{padding:10px 10%;color:#000;font-size:1.25rem;width:100%;line-height:1;text-transform:uppercase;display:block}.mobile-dropdown-header.active{background-color:#000;color:var(--site-accent-mid)}.mobile-dropdown-header.active:after{border-left:3px solid var(--site-accent-mid);border-bottom:3px solid var(--site-accent-mid);transform:rotate(-225deg) translate(4px,-4px)}.mobile-dropdown-header.active+.dropdown-main-header+ul{max-height:100vh}#header .user_tool{margin:0;padding:0!important;display:flex;justify-content:space-evenly;width:70px}#header .user_tool img,#header .user_tool svg{height:25px;width:25px!important;margin:0}#header .user_tool.cart b{left:40px;top:-1px;color:#fff!important}#social-links{display:flex;justify-content:space-evenly;width:60%;margin:30px auto 100px}#social-links .social-icon{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#000}#social-links .social-icon svg{fill:#fff;height:75%;width:75%}.svg-phone{fill:#fff}.ua-deals-container{overflow-x:hidden}.deal-banner{display:flex;overflow-x:hidden;justify-content:center;align-items:center;padding:.75rem;font-weight:700;font-size:1rem;text-align:center;text-transform:uppercase;gap:1rem;background-color:#fff;font-family:var(--site-font-family)}.deal-banner-title>h2{font-family:var(--site-font-family);font-weight:800;color:var(--site-neutral-dark);font-size:1rem;margin:0;line-height:1}.deal-banner-subtitle>h3{font-family:var(--site-font-family);color:var(--site-neutral-dark);font-size:.75rem;line-height:1;margin:0}.deal-banner .deal-banner-timer-container{display:flex;align-items:center;justify-content:space-between;color:var(--site-accent-mid);font-family:monospace;font-size:1.25rem;line-height:1}.deal-banner .sale-countdown-timer{display:inline-block;margin-left:10px}.ua-deals-banner{overflow-x:hidden;background:#fff}.marquee{white-space:nowrap;overflow:hidden;box-sizing:border-box}.marquee>div{padding-left:100%;width:fit-content;animation:marquee 25s linear infinite}@keyframes marquee{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}@media screen and (min-width:769px){.deal-banner{font-size:1.25rem}}@media screen and (min-width:1000px){#header{--nav-height:4.5rem;padding:0 MIN(40px,2vw)}.ao-logo{height:calc(var(--nav-height) - 15px);width:calc(var(--nav-height) - 15px)}#hamburger-opener{display:none}#dropdown-container{position:relative;height:100%;max-height:unset;top:0;transform:none;background-color:#000;display:flex;align-items:center;justify-content:space-evenly;overflow-y:visible;width:90%}#dropdown-container .nav-dropdown{max-width:15%;text-align:center;text-transform:uppercase;font-weight:700;height:100%}.dropdown-main-header{display:inline-block;color:#fff;position:relative;height:100%;width:100%;line-height:var(--nav-height);font-size:MIN(1rem,.9vw);padding:0 10px}.dropdown-main-header:after{content:'';display:inline-block;width:MIN(.45vw,7px);height:MIN(.45vw,7px);border-left:MIN(3px,.2vw) solid #fff;border-bottom:MIN(3px,.2vw) solid #fff;transform:rotate(-45deg);transition:.3s all ease;overflow:hidden;margin:0 0 4px MIN(12px,.5vw)}.dropdown-main-header:hover{background-color:var(--site-accent-mid);color:#fff}.dropdown-main-header:hover:after{transform:rotate(-225deg) translate(4px,-4px)}.dropdown-main-header:hover+ul,.nav-dropdown ul:hover{max-height:unset}.nav-dropdown ul{background-color:#000}.nav-dropdown ul a{font-size:MIN(.75vw,1rem);color:#fff;padding:MIN(.75vw,15px);font-weight:400}.nav-dropdown ul a:hover{background-color:var(--site-accent-mid)}#dropdown-container div:first-child{padding-top:0}#header .user_tool{width:fit-content}#header .user_tool.cart b{left:13%;top:-4px;font-size:14px}#phone-icon,#social-links,.mobile-dropdown-header{display:none}}