:root{--bb-black: #090908;--bb-black-soft: #11110f;--bb-panel: rgba(13, 13, 12, .91);--bb-gold: #d6ad50;--bb-gold-light: #f0d77f;--bb-gold-dark: #a97c28;--bb-cream: #f7f3e9;--bb-muted: rgba(247, 243, 233, .68);--bb-header-height: 82px}.bb-shop-header-section{position:sticky;top:14px;z-index:1000;width:100%;margin-top:14px;pointer-events:none}.bb-shop-header{position:relative;width:min(1460px,calc(100% - 32px));margin:0 auto;padding:0;pointer-events:none}.bb-shop-header__shell{width:100%;margin:0 auto;pointer-events:auto}.bb-shop-header__inner{position:relative;z-index:2;width:100%;min-height:var(--bb-header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;padding:0 18px 0 24px;border:1px solid rgba(214,173,80,.25);border-radius:24px;background:var(--bb-panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 22px 60px #00000061,inset 0 1px #ffffff0a}.bb-shop-header__inner:before{content:"";position:absolute;left:28px;right:28px;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(214,173,80,.75),transparent);opacity:.55}.bb-shop-header__logo{display:inline-flex;align-items:center;min-width:190px;flex:0 0 auto;color:var(--bb-cream);text-decoration:none}.bb-shop-header__logo-image{display:block;width:auto;height:47px;max-width:210px;object-fit:contain;transition:transform .25s ease,filter .25s ease}.bb-shop-header__logo:hover .bb-shop-header__logo-image{transform:translateY(-1px);filter:drop-shadow(0 0 10px rgba(214,173,80,.2))}.bb-shop-header__logo-text{font-size:22px;font-weight:800;color:var(--bb-cream)}.bb-shop-header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,34px);margin-left:0}.bb-shop-header__link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:#f7f3e9b8;font-size:.82rem;font-weight:750;letter-spacing:.025em;line-height:1;text-decoration:none;white-space:nowrap;transition:color .2s ease,transform .2s ease}.bb-shop-header__link:after{content:"";position:absolute;left:50%;right:50%;bottom:6px;height:1px;background:linear-gradient(90deg,transparent,var(--bb-gold),transparent);transition:left .25s ease,right .25s ease}.bb-shop-header__link:hover,.bb-shop-header__link:focus-visible{color:var(--bb-cream);transform:translateY(-1px)}.bb-shop-header__link:hover:after,.bb-shop-header__link:focus-visible:after{left:0;right:0}.bb-shop-header__right{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;margin-left:auto}.bb-shop-header__shop-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid var(--bb-gold);border-radius:999px;background:linear-gradient(135deg,var(--bb-gold-light),var(--bb-gold));color:#111;font-size:13px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 7px 22px #dfbc6a33,inset 0 1px #ffffff80;transition:transform .18s ease,box-shadow .18s ease}.bb-shop-header__shop-button:hover,.bb-shop-header__shop-button:focus-visible{color:#111;transform:translateY(-2px);box-shadow:0 10px 28px #dfbc6a4d,inset 0 1px #ffffff8c}.bb-shop-header__utilities{display:flex;align-items:center;gap:0}.bb-shop-header__utilities .search-action,.bb-shop-header__utilities header-actions{display:flex;align-items:center;margin:0}.bb-shop-header__utilities .header-actions__action,.bb-shop-header__utilities .search-modal__button,.bb-shop-header__utilities .account-button{width:42px;height:42px;min-width:42px;min-height:42px;padding:0;border:1px solid transparent;border-radius:50%;color:var(--bb-cream);background:transparent;display:inline-flex;align-items:center;justify-content:center;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.bb-shop-header__utilities .header-actions__action:hover,.bb-shop-header__utilities .search-modal__button:hover,.bb-shop-header__utilities .account-button:hover{color:var(--bb-gold-light);border-color:#dfbc6a66;background:#dfbc6a14;transform:translateY(-1px)}.bb-shop-header__utilities svg{width:20px;height:20px}.bb-shop-header__utilities .header-actions__action .svg-wrapper{width:42px;height:42px;display:flex;align-items:center;justify-content:center}.bb-shop-header__utilities .header-actions__cart-icon{display:flex;align-items:center;justify-content:center}.bb-shop-header__utilities .cart-bubble{color:#111}.bb-shop-menu-button{display:none;position:relative;width:46px;height:46px;flex:0 0 46px;padding:0;border:1px solid rgba(223,188,106,.42);border-radius:50%;background:#ffffff08;cursor:pointer}.bb-shop-menu-button__line{position:absolute;left:50%;width:19px;height:1.5px;border-radius:10px;background:var(--bb-gold-light);transform:translate(-50%);transition:top .22s ease,transform .22s ease,opacity .16s ease}.bb-shop-menu-button__line:nth-child(1){top:15px}.bb-shop-menu-button__line:nth-child(2){top:22px}.bb-shop-menu-button__line:nth-child(3){top:29px}.bb-shop-menu-button.is-open .bb-shop-menu-button__line:nth-child(1){top:22px;transform:translate(-50%) rotate(45deg)}.bb-shop-menu-button.is-open .bb-shop-menu-button__line:nth-child(2){opacity:0}.bb-shop-menu-button.is-open .bb-shop-menu-button__line:nth-child(3){top:22px;transform:translate(-50%) rotate(-45deg)}.bb-shop-mobile-menu{max-height:0;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-8px);transition:max-height .35s ease,opacity .22s ease,transform .22s ease,visibility .22s ease}.bb-shop-mobile-menu.is-open{max-height:620px;opacity:1;visibility:visible;transform:translateY(0)}.bb-shop-mobile-menu__nav{margin-top:9px;padding:13px;border:1px solid rgba(223,188,106,.42);border-radius:22px;background:linear-gradient(145deg,#141414fb,#060606fb);box-shadow:0 22px 45px #00000059;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.bb-shop-mobile-menu__link{display:grid;grid-template-columns:42px 1fr;align-items:center;min-height:54px;padding:0 15px;border-radius:13px;color:var(--bb-cream);font-size:15px;font-weight:650;text-decoration:none;transition:color .18s ease,background .18s ease,padding-left .18s ease}.bb-shop-mobile-menu__link:hover,.bb-shop-mobile-menu__link:focus-visible{padding-left:19px;color:var(--bb-gold-light);background:#dfbc6a14}.bb-shop-mobile-menu__number{color:var(--bb-gold);font-size:10px;font-weight:800;letter-spacing:.12em}.bb-shop-mobile-menu__shop{display:flex;align-items:center;justify-content:center;min-height:52px;margin-top:10px;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,var(--bb-gold-light),var(--bb-gold));color:#111;font-size:14px;font-weight:850;text-decoration:none}.bb-shop-mobile-menu__shop:hover{color:#111}@media screen and (max-width:1180px){.bb-shop-header__inner{gap:14px}.bb-shop-header__nav{gap:15px}.bb-shop-header__link{font-size:13px}.bb-shop-header__shop-button{padding-inline:16px}}@media screen and (max-width:1050px){.bb-shop-header{top:10px;padding-inline:12px}.bb-shop-header__inner{min-height:70px;padding:7px 10px 7px 17px;border-radius:21px}.bb-shop-header__nav,.bb-shop-header__shop-button{display:none}.bb-shop-header__right{margin-left:auto}.bb-shop-menu-button{display:block}.bb-shop-header__utilities .account-popover{display:none}.bb-shop-header__utilities .account-drawer{display:flex}}@media screen and (max-width:600px){.bb-shop-header{top:8px;padding-inline:8px}.bb-shop-header__inner{min-height:64px;padding:6px 8px 6px 14px;border-radius:18px}.bb-shop-header__logo-image{height:46px;max-width:145px}.bb-shop-header__utilities .header-actions__action,.bb-shop-header__utilities .search-modal__button,.bb-shop-header__utilities .account-button{width:38px;height:38px;min-width:38px;min-height:38px}.bb-shop-header__utilities .header-actions__action .svg-wrapper{width:38px;height:38px}.bb-shop-menu-button{width:42px;height:42px;flex-basis:42px}.bb-shop-menu-button__line:nth-child(1){top:13px}.bb-shop-menu-button__line:nth-child(2){top:20px}.bb-shop-menu-button__line:nth-child(3){top:27px}.bb-shop-menu-button.is-open .bb-shop-menu-button__line:nth-child(1),.bb-shop-menu-button.is-open .bb-shop-menu-button__line:nth-child(3){top:20px}}@media screen and (max-width:430px){.bb-shop-header__utilities .search-action{display:none}.bb-shop-header__logo-image{height:42px;max-width:126px}}@media screen and (max-width:360px){.bb-shop-header__utilities .account-drawer{display:none}}#header-group,#header-group .shopify-section,.bb-shop-header-section{background:#090908!important}#header-group .bb-shop-header-section{position:relative!important;top:auto!important;margin-top:0!important;padding-top:2px;background:#090908!important}#header-group .shopify-section,#header-group .bb-shop-header-section{background:transparent!important}.bb-shop-header-section{position:relative!important;top:auto!important;margin:0!important;padding-top:14px!important}.shopify-section.bb-shop-header-section,.bb-shop-header-section{background:#090908!important}.bb-shop-header-section{position:sticky!important;top:0!important;z-index:9999!important;margin:0!important;padding:14px 0 0!important}#header-group{position:static!important;background:transparent!important}#header-group{position:sticky!important;top:0!important;z-index:9999!important;background:transparent!important}.bb-shop-header-section{position:relative!important;top:auto!important;margin:0!important;padding-top:14px!important;background:transparent!important}.bb-shop-header{position:relative;width:min(1460px,calc(100% - 32px));margin:0 auto;padding:-10;pointer-events:none}.bb-shop-header{position:fixed!important;top:14px;left:50%;transform:translate(-50%);z-index:9999;width:min(1460px,calc(100% - 32px));margin:0;padding:0;pointer-events:none}.bb-shop-header-section{position:relative!important;min-height:1px;margin:0!important;padding:0!important;background:transparent!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/barkbuddy-header.css.map */
