.store-header{padding:5px 40px;background:var(--color-surface);box-shadow:var(--shadow-card);position:sticky;top:0}.store-header .container{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center}.store-header .logo{font-size:24px;font-weight:700;color:var(--color-primary);display:flex;align-items:center}.store-header .logo img{max-width:150px}.store-header nav{display:flex;gap:30px}.store-header nav a{text-decoration:none;color:var(--color-text);font-weight:500}.store-header .cart-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:inherit;position:relative}.store-header .cart-icon{font-size:18px}.store-header .cart-count{font-size:12px;background:var(--color-primary);color:var(--color-surface);border-radius:999px;padding:2px 6px;line-height:1}.store-header .cart-svg{width:20px;height:20px;display:block;filter:invert(16%) sepia(14%) saturate(508%) hue-rotate(344deg) brightness(93%) contrast(90%)}.store-header .cart-link:hover .cart-svg{filter:invert(29%) sepia(43%) saturate(556%) hue-rotate(77deg) brightness(95%) contrast(90%)}.store-header .cart-icon svg{width:20px;height:20px;color:var(--color-text)}.store-header .cart-link:hover .cart-icon svg{color:var(--color-primary)}.store-header .hamburger-btn{display:none;background:transparent;border:none;cursor:pointer;padding:0;margin-left:auto}.store-header .hamburger-btn svg{width:24px;height:24px;color:var(--color-text)}@media screen and (max-width:768px){.store-header{padding:12px 16px;flex-wrap:nowrap}.store-header .hamburger-btn{display:inline-flex;align-items:center;justify-content:center}.store-header nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--color-bg);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:90px 24px 24px;gap:20px;box-shadow:var(--shadow-card);transition:var(--transition-default);z-index:999}.store-header nav.mobile-open{right:0}.store-header nav a{font-size:16px;width:100%}}.store-header .mobile-menu-close{display:none;background:transparent;border:none;cursor:pointer;padding:0}.store-header .mobile-menu-close svg{width:22px;height:22px;color:var(--color-text)}@media screen and (max-width:768px){.store-header .mobile-menu-close{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:20px;right:20px;z-index:1001}.store-header .mobile-menu-close:hover svg{color:var(--color-primary)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/styling/header.css.map */
