.koru-universal-header-v6{position:absolute!important;top:0;left:0;right:0;width:100%;height:var(--koru-header-height);z-index:9999;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 38px;box-sizing:border-box;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:var(--koru-header-text-color);font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}.koru-universal-header-v6__nav{display:flex;align-items:center;gap:24px;min-width:0}.koru-universal-header-v6__nav--left{justify-content:flex-start}.koru-universal-header-v6__nav--right{justify-content:flex-end}.koru-universal-header-v6__link{display:inline-flex;align-items:center;height:20px;padding:0;margin:0;color:var(--koru-header-text-color);text-decoration:none;font-size:var(--koru-header-font-size);font-weight:500;line-height:20px;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;transition:color .25s ease,opacity .25s ease}.koru-universal-header-v6__link:hover{color:#ffffffad}.koru-universal-header-v6__brand{display:flex;align-items:center;justify-content:center;width:var(--koru-logo-width);margin:0 auto;color:var(--koru-header-text-color);text-decoration:none;z-index:2}.koru-universal-header-v6__logo{display:block;width:100%;height:auto;object-fit:contain}.koru-universal-header-v6__text-logo{color:var(--koru-header-text-color);font-size:15px;letter-spacing:.22em;white-space:nowrap}.koru-universal-header-v6__cart-count{display:inline-block;margin-left:3px;letter-spacing:.04em;transform-origin:center}.koru-universal-header-v6__cart-count.is-updated{animation:koruCartCountPulse .45s cubic-bezier(.2,.8,.2,1)}@keyframes koruCartCountPulse{0%{transform:scale(1);opacity:1}45%{transform:scale(1.18);opacity:.65}to{transform:scale(1);opacity:1}}.koru-universal-header-v6__menu-button{display:none;align-items:center;gap:8px;padding:6px 0;border:0;background:transparent;color:var(--koru-header-text-color);cursor:pointer}.koru-universal-header-v6__menu-icon{display:flex;flex-direction:column;gap:4px;width:16px}.koru-universal-header-v6__menu-icon span{display:block;width:100%;height:1px;background:currentColor}.koru-universal-header-v6__menu-text{font-size:var(--koru-header-font-size);letter-spacing:.15em;text-transform:uppercase}.koru-universal-header-v6__mobile-cart{display:none;align-items:center;justify-content:flex-end;color:var(--koru-header-text-color);text-decoration:none;font-size:var(--koru-header-font-size);font-weight:500;line-height:20px;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;transition:opacity .25s ease,transform .25s ease}.koru-universal-header-v6__mobile-cart:hover{color:var(--koru-header-text-color)}.koru-universal-header-v6__mobile-cart.is-pulsing{animation:koruBagPulse .55s cubic-bezier(.2,.8,.2,1)}@keyframes koruBagPulse{0%{transform:scale(1)}35%{transform:scale(1.08)}to{transform:scale(1)}}.koru-universal-header-v6__mobile-cart-count{margin-left:3px}.koru-universal-header-v6__cart-toast{position:fixed;top:24px;right:24px;z-index:10002;display:flex;align-items:center;gap:10px;min-height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.22);background:#050505f0;color:#fff;box-sizing:border-box;font-size:9px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.koru-universal-header-v6__cart-toast.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.koru-universal-header-v6__cart-toast-mark{font-size:13px}.koru-universal-header-v6__cart-toast a{color:#fff;text-decoration:none;margin-left:8px;transition:opacity .2s ease}.koru-universal-header-v6__cart-toast a:hover{opacity:.6}.koru-universal-header-v6__mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#050505;color:#fff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.koru-universal-header-v6__mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}.koru-universal-header-v6__mobile-menu-inner{position:relative;width:100%;height:100%;padding:28px;box-sizing:border-box}.koru-universal-header-v6__mobile-close{position:absolute;top:28px;right:28px;width:30px;height:30px;border:1px solid rgba(255,255,255,.18);background:transparent;cursor:pointer}.koru-universal-header-v6__mobile-close span{position:absolute;top:50%;left:50%;width:15px;height:1px;background:#fff}.koru-universal-header-v6__mobile-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.koru-universal-header-v6__mobile-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.koru-universal-header-v6__mobile-logo{width:70px;padding-top:12px}.koru-universal-header-v6__mobile-logo img{display:block;width:100%;height:auto}.koru-universal-header-v6__mobile-nav{display:flex;flex-direction:column;margin-top:70px}.koru-universal-header-v6__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none;font-size:15px;letter-spacing:.15em;text-transform:uppercase}.koru-universal-header-v6__mobile-footer{position:absolute;left:28px;right:28px;bottom:28px;color:#ffffff61;font-size:8px;letter-spacing:.2em;text-transform:uppercase}@media screen and (max-width:1150px){.koru-universal-header-v6{padding-left:25px;padding-right:25px}.koru-universal-header-v6__nav{gap:18px}}@media screen and (max-width:900px){.koru-universal-header-v6{position:fixed!important;top:0;left:0;right:0;height:72px!important;grid-template-columns:1fr auto 1fr;padding-left:20px;padding-right:20px;padding-top:env(safe-area-inset-top);height:calc(72px + env(safe-area-inset-top))!important}.koru-universal-header-v6__nav{display:none}.koru-universal-header-v6__menu-button{display:flex;justify-self:start;position:relative;z-index:10001}.koru-universal-header-v6__brand{justify-self:center;width:min(var(--koru-logo-width),58px)}.koru-universal-header-v6__mobile-cart{display:flex;justify-self:end;position:relative;z-index:10001}.koru-universal-header-v6__cart-toast{top:calc(82px + env(safe-area-inset-top));left:20px;right:20px;width:auto;justify-content:center}}@media screen and (max-width:480px){.koru-universal-header-v6{padding-left:16px;padding-right:16px}.koru-universal-header-v6__menu-text,.koru-universal-header-v6__mobile-cart{font-size:8px}.koru-universal-header-v6__menu-icon{width:14px}}@media(prefers-reduced-motion:reduce){.koru-universal-header-v6__cart-count.is-updated,.koru-universal-header-v6__mobile-cart.is-pulsing{animation:none}.koru-universal-header-v6__cart-toast{transition:none}}@media screen and (max-width:900px){.koru-universal-header-v6{position:fixed!important;top:0!important;left:0!important;right:0!important;height:calc(68px + env(safe-area-inset-top))!important;min-height:0!important;padding-top:env(safe-area-inset-top)!important;padding-left:18px!important;padding-right:18px!important;grid-template-columns:1fr auto 1fr!important;background:transparent!important;background-color:transparent!important;border-bottom:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}.koru-universal-header-v6__menu-button{align-self:center!important;display:flex!important;height:32px!important;padding:0!important;gap:8px!important}.koru-universal-header-v6__menu-icon{width:18px!important;gap:5px!important}.koru-universal-header-v6__menu-icon span{height:1px!important}.koru-universal-header-v6__menu-text{font-size:8px!important;letter-spacing:.18em!important;line-height:1!important}.koru-universal-header-v6__brand{align-self:center!important;width:min(var(--koru-logo-width),52px)!important;max-height:48px!important}.koru-universal-header-v6__logo{width:100%!important;max-height:48px!important;object-fit:contain!important}.koru-universal-header-v6__mobile-cart{align-self:center!important;display:flex!important;height:32px!important;font-size:8px!important;letter-spacing:.16em!important;line-height:1!important}}@media screen and (max-width:480px){.koru-universal-header-v6{padding-left:16px!important;padding-right:16px!important}.koru-universal-header-v6__menu-text,.koru-universal-header-v6__mobile-cart{font-size:7.5px!important}.koru-universal-header-v6__menu-icon{width:17px!important}}@media screen and (max-width:900px){.koru-universal-header-v6{position:fixed!important;top:0!important;left:0!important;right:0!important;height:calc(68px + env(safe-area-inset-top))!important;background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:99999!important}.koru-universal-header-v6,.koru-universal-header-v6+*,.koru-universal-header-v6~*{margin-top:0!important}}@media screen and (max-width:900px){body[data-world=core] .shopify-section-group-header-group,body[data-world=core] #shopify-section-header,body[data-world=core] .shopify-section-header,body[data-world=core] .section-header{height:0!important;min-height:0!important;margin:0!important;padding:0!important}body[data-world=core] .koru-universal-header-v6{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:calc(68px + env(safe-area-inset-top))!important;margin:0!important;padding-top:env(safe-area-inset-top)!important;background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:99999!important}body[data-world=core] .section-koru-core-homepage,body[data-world=core] .koru-core{margin-top:0!important;padding-top:0!important}body[data-world=core] .koru-hero{margin-top:0!important}}.koru-core .kc-header{display:none!important}@media screen and (max-width:900px){body[data-world=core] .koru-universal-header-v6{position:fixed!important;top:8px!important;left:0!important;right:0!important;width:100%!important;height:64px!important;min-height:64px!important;padding:0 20px!important;margin:0!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;background:linear-gradient(180deg,#00000047,#00000014 55%,#0000)!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transform:none!important;z-index:99999!important}body[data-world=core] .koru-universal-header-v6__menu-button{display:flex!important;justify-self:start!important;align-self:center!important;width:auto!important;height:30px!important;margin:0!important;padding:0!important;gap:9px!important;color:#ffffffeb!important;background:transparent!important;border:0!important}body[data-world=core] .koru-universal-header-v6__menu-icon{display:flex!important;flex-direction:column!important;justify-content:center!important;width:19px!important;gap:5px!important}body[data-world=core] .koru-universal-header-v6__menu-icon span{display:block!important;width:19px!important;height:1px!important;background:#ffffffe0!important}body[data-world=core] .koru-universal-header-v6__menu-text{display:block!important;margin:0!important;font-size:9px!important;font-weight:500!important;line-height:1!important;letter-spacing:.24em!important;text-transform:uppercase!important;color:#ffffffe0!important}body[data-world=core] .koru-universal-header-v6__brand{justify-self:center!important;align-self:center!important;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;transform:none!important}body[data-world=core] .koru-universal-header-v6__logo{display:block!important;width:46px!important;height:auto!important;max-width:46px!important;max-height:46px!important;object-fit:contain!important;margin:0!important;padding:0!important}body[data-world=core] .koru-universal-header-v6__mobile-cart{display:flex!important;justify-self:end!important;align-self:center!important;width:auto!important;height:30px!important;margin:0!important;padding:0!important;align-items:center!important;justify-content:flex-end!important;color:#ffffffe0!important;font-size:9px!important;font-weight:500!important;line-height:1!important;letter-spacing:.19em!important;text-transform:uppercase!important;white-space:nowrap!important;transform:none!important}body[data-world=core] .koru-universal-header-v6__mobile-cart-count{margin-left:3px!important;letter-spacing:.06em!important}body[data-world=core] .koru-universal-header-v6{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:none!important;box-shadow:none!important}body[data-world=core] .koru-universal-header-v6__menu-button:hover,body[data-world=core] .koru-universal-header-v6__brand:hover,body[data-world=core] .koru-universal-header-v6__mobile-cart:hover{transform:none!important;opacity:1!important}}@media screen and (max-width:480px){body[data-world=core] .koru-universal-header-v6{top:8px!important;height:62px!important;min-height:62px!important;padding-left:18px!important;padding-right:18px!important}body[data-world=core] .koru-universal-header-v6__brand{width:44px!important;height:44px!important}body[data-world=core] .koru-universal-header-v6__logo{width:44px!important;max-width:44px!important}body[data-world=core] .koru-universal-header-v6__menu-text,body[data-world=core] .koru-universal-header-v6__mobile-cart{font-size:8px!important}}.zaeth-header a,.zaeth-core-header a{font-size:15px!important;line-height:1.3!important;letter-spacing:.08em!important}.zaeth-header button,.zaeth-core-header button{font-size:14px!important;line-height:1.3!important}.zaeth-header img,.zaeth-core-header img{max-height:48px!important}@media screen and (max-width:749px){.zaeth-header a,.zaeth-core-header a{font-size:14px!important;line-height:1.3!important}.zaeth-header button,.zaeth-core-header button{font-size:14px!important}.zaeth-header img,.zaeth-core-header img{max-height:44px!important}}@media screen and (max-width:749px){.zaeth-header .menu-label,.zaeth-header .bag-label,.zaeth-header .header-menu,.zaeth-header .header-bag,.zaeth-header .menu-text,.zaeth-header .bag-text{font-size:13px!important;letter-spacing:.16em!important;line-height:1.2!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/koru-universal-header-v6.css.map */
