.header-top-bar{position:relative}.header-top-bar__container{display:flex;justify-content:space-between;align-items:center}.header-top-bar__nav{width:100%}.header-top-bar__list{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.header-top-bar__item{position:relative}.header-top-bar__item--has-dropdown{margin-right:auto}.header-top-bar__link{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;font-weight:500;text-decoration:none;color:rgb(var(--color-foreground));background:transparent;border:none;cursor:pointer;transition:opacity .2s ease}.header-top-bar__link:hover{opacity:.8}.header-top-bar__link--dropdown{font-family:inherit}.header-top-bar__icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.header-top-bar__icon img{width:100%;height:100%;object-fit:contain}.header-top-bar__text{white-space:nowrap}.header-top-bar__arrow{display:flex;align-items:center;justify-content:center;width:12px;height:12px;transition:transform .2s ease}.header-top-bar__arrow img,.header-top-bar__arrow svg{width:100%;height:100%}.header-top-bar__item.is-open .header-top-bar__arrow{transform:rotate(180deg)}.header-top-bar__dropdown{position:absolute;top:calc(100% + 3px);left:-4px;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001f;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:100}.header-top-bar__item.is-open .header-top-bar__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-top-bar__dropdown-list{list-style:none;margin:0;padding:0}.header-top-bar__dropdown-link{display:block;padding:12px 20px;font-size:12px;color:#000;text-decoration:none;transition:background .15s ease}.header-top-bar__dropdown-link:hover{background:rgba(var(--color-foreground),.05)}.header-top-bar--hide-desktop{display:block}.header-top-bar--hide-mobile{display:none}@media screen and (min-width:750px){.header-top-bar--hide-desktop{display:none}.header-top-bar--hide-mobile{display:block}.header-top-bar__list{gap:32px}.header-top-bar__link{font-size:14px}}@media screen and (max-width:749px){.header-top-bar__list{gap:16px;flex-wrap:wrap;justify-content:center}.header-top-bar__link{font-size:12px;gap:6px}.header-top-bar__icon{width:14px;height:14px}.header-top-bar__arrow{width:10px;height:10px}.header-top-bar__dropdown{position:absolute;right:auto;bottom:auto;width:auto;min-width:180px;max-height:none;overflow-y:visible;border-radius:12px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/header-top-bar.css.map */
