.custom-header-top-bar{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.custom-header-top-bar__inner{display:flex;align-items:center;gap:20px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;max-width:1600px;padding-left:50px;padding-right:50px}.custom-header-top-bar__left{flex-shrink:0;min-width:0}.custom-header-top-bar__center{flex-grow:1;min-width:0}.custom-header-top-bar__search-form{display:flex;align-items:center;background-color:#f5f5f5;border-radius:4px;padding:2px;width:100%;max-width:500px;margin:0 auto 0 120px}.custom-header-top-bar__search-input{flex-grow:1;border:none;background-color:transparent;padding:8px 12px;font-size:14px;outline:none;min-width:50px}.custom-header-top-bar__search-button{background:none;border:none;padding:8px;cursor:pointer;display:flex}.custom-header-top-bar__search-button .custom-header-top-bar__icon{width:20px;height:20px;color:#c00}.custom-header-top-bar__right{display:flex;align-items:center;gap:45px;flex-shrink:0}.custom-header-top-bar__action-item{display:flex;align-items:center;text-decoration:none;color:rgb(var(--color-foreground));gap:8px;font-size:13px;white-space:nowrap}.custom-header-top-bar__icon{width:20px;height:20px;color:#c00;flex-shrink:0}.custom-header-top-bar__icon--caret{width:10px;height:10px;margin-left:3px;color:#757575}.custom-header-top-bar__action-item:hover .custom-header-top-bar__icon--caret{color:#c00}.custom-header-top-bar__action-text-group{display:flex;flex-direction:column;line-height:1.3}.custom-header-top-bar__action-text{font-weight:600;color:#333}.custom-header-top-bar__action-subtext{font-size:11px;color:#757575;display:flex;align-items:center}.custom-header-top-bar__cart-wrapper{display:flex;align-items:center;gap:10px}.custom-header-top-bar__cart-divider{width:1px;height:24px;background-color:#e0e0e0;margin-left:5px}.custom-header-top-bar__cart-link{position:relative}.custom-header-top-bar__cart-count{background-color:#000;color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;position:absolute;top:-5px;right:-10px}.mobile-nav-toggle,.custom-header-top-bar__search-toggle--mobile{display:none}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility 0s .3s}.mobile-nav-overlay.is-visible{opacity:1;visibility:visible;transition:opacity .3s ease-in-out}.mobile-nav-drawer{position:fixed;top:0;left:0;width:85%;max-width:320px;height:100%;background-color:#fff;z-index:10001;box-shadow:2px 0 10px #0000001a;overflow-y:auto;visibility:hidden;transform:translate(-100%);transition:transform .3s ease-in-out,visibility 0s .3s}.mobile-nav-drawer.is-open{transform:translate(0);visibility:visible;transition:transform .3s ease-in-out}@media (max-width: 990px){.hide-on-mobile{display:none!important}.custom-header-top-bar__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding-left:15px;padding-right:15px;gap:15px}.custom-header-top-bar__logo-link img{height:var(--mobile-logo-height, 30px);max-height:var(--mobile-logo-height, 30px);width:auto}.mobile-nav-toggle{display:block;background:none;border:none;padding:0;cursor:pointer;width:30px;height:30px;order:1}.mobile-nav-toggle__icon{width:28px;height:28px;color:#333}.custom-header-top-bar__left{display:flex;justify-content:left;width:fit-content;order:2}.custom-header-top-bar__right{gap:15px;order:3;justify-self:end}.custom-header-top-bar__center{display:none}.custom-header-top-bar__search-toggle--mobile{display:flex;padding:0}.custom-header-top-bar__action-text-group,.custom-header-top-bar__cart-divider{display:none}.custom-header-top-bar__action-item:not(.custom-header-top-bar__search-toggle--mobile):not([href*=account]):not(.custom-header-top-bar__cart-link){display:none}.custom-header-top-bar__cart-count{position:absolute;top:-5px;right:-5px}.mobile-nav-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e0e0e0}.mobile-nav-drawer__logo-link .h4{margin:0;color:rgb(var(--color-foreground))}.mobile-nav-close__icon{width:24px;height:24px;color:#333}.mobile-nav-close .mobile-nav-close{border:none;cursor:pointer;padding:5px;line-height:0;background:none}.mobile-nav-close__icon{display:block;width:24px;height:24px;color:#c00}.mobile-nav-close__icon svg{display:block;width:100%;height:100%}.mobile-nav-drawer__top-links{padding:10px 20px;border-bottom:6px solid #f5f5f5}.mobile-nav-drawer__top-links a{display:flex;align-items:center;padding:12px 0;text-decoration:none;color:#333;font-weight:500;font-size:15px;border-bottom:1px solid #eee}.mobile-nav-drawer__auth-links{display:flex;align-items:center;padding-bottom:12px;border-bottom:1px solid #eee}.mobile-nav-drawer__auth-links a{padding:0;border-bottom:none}.mobile-nav-drawer__link-divider{width:1px;height:14px;background-color:#ddd;margin:0 15px}.mobile-nav-drawer__top-links a:last-child{border-bottom:none}.mobile-nav-drawer__top-links .icon{width:20px;height:20px;margin-right:15px;color:#c00}.mobile-nav-drawer__main-nav .nav-list{list-style:none;padding:0;margin:0}.mobile-nav-drawer__main-nav .nav-item{border-bottom:1px solid #eee}.mobile-nav-drawer__main-nav .nav-link{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;text-decoration:none;color:#333;font-weight:700;text-transform:uppercase;font-size:14px}.mobile-nav-drawer__main-nav .nav-arrow{width:12px;height:12px}.mobile-nav-drawer__inspired-section{background-color:#f5f5f5;padding:15px 20px;font-weight:700;color:#333;font-size:14px}body.mobile-nav-open{overflow:hidden}}.mobile-search-drawer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;color:rgb(var(--color-text));z-index:10002;overflow-y:auto;display:flex;flex-direction:column;visibility:hidden;transform:translateY(-100%);transition:transform .3s ease-in-out,visibility 0s .3s}.mobile-search-drawer.is-open{transform:translateY(0);visibility:visible;transition:transform .3s ease-in-out}body.mobile-search-open{overflow:hidden}.mobile-search-drawer__header{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:2px solid #D8292F;flex-shrink:0}.mobile-search-drawer__form{display:flex;flex-grow:1;align-items:center}.mobile-search-drawer__icon{width:22px;height:22px;color:#d8292f}.mobile-search-drawer__submit{background:none;border:none;padding:0;margin-right:1rem;cursor:pointer}.mobile-search-drawer__input{border:none;background:none;font-size:1rem;width:100%;padding:.5rem 0}.mobile-search-drawer__input:focus{outline:none}.mobile-search-drawer__close{background:none;border:none;padding:0;cursor:pointer;margin-left:1rem}.mobile-search-drawer__close-icon{width:24px;height:24px;display:block}.mobile-search-drawer__content{padding:2rem 1.5rem;flex-grow:1}.mobile-search-drawer__title{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#000;margin:0 0 1rem}.mobile-search-drawer__list{list-style:none;margin:0 0 2.5rem;padding:0}.mobile-search-drawer__list li{margin-bottom:1rem}.mobile-search-drawer__list a{text-decoration:none;color:rgb(var(--color-text));font-size:1rem}.mobile-search-drawer__list a:hover{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/17/assets/custom-header-top-bar.css.map */
