.memeify-fixed-header{background:#0a0a0a;color:#f5f5f2;position:relative;width:100%;z-index:50}#shopify-section-memeify-fixed-header{position:relative;z-index:50}#shopify-section-memeify-fixed-header:has(>.memeify-fixed-header--sticky){position:sticky;top:0;z-index:50}.memeify-fixed-header__marquee{background:#168bff;color:#fff;overflow:hidden;width:100%}.memeify-fixed-header__marquee-track{animation:memeify-fixed-header-marquee var(--memeify-marquee-duration, 35s) linear infinite;display:flex;width:max-content}.memeify-fixed-header__marquee:hover .memeify-fixed-header__marquee-track{animation-play-state:paused}.memeify-fixed-header__marquee-set{align-items:center;display:flex;flex:0 0 auto;min-height:4rem}.memeify-fixed-header__marquee-set span{font-size:1.25rem;font-weight:700;letter-spacing:.08em;padding:0 5.5rem;white-space:nowrap}.memeify-fixed-header__marquee-set i{background:#ffffff7a;border-radius:50%;display:block;height:.45rem;width:.45rem}.memeify-fixed-header__bar{background:#0a0a0a;border-bottom:1px solid #252a31;position:relative}.memeify-fixed-header__inner{align-items:center;column-gap:clamp(1.4rem,2.4vw,3.2rem);display:grid;grid-template-columns:auto minmax(0,1fr) minmax(17rem,24rem) auto;max-width:none;min-height:7.6rem;padding-bottom:1.2rem;padding-left:clamp(1.6rem,2vw,3rem);padding-right:clamp(1.6rem,2vw,3rem);padding-top:1.2rem;width:100%}.memeify-fixed-header__brand{align-items:center;color:#f5f5f2;display:inline-flex;justify-self:start;text-decoration:none}.memeify-fixed-header__brand>span{font-size:clamp(2.5rem,2.4vw,3.4rem);font-style:italic;font-weight:900;letter-spacing:-.045em;line-height:1;text-transform:uppercase}.memeify-fixed-header__logo{display:block;height:auto;max-width:min(var(--memeify-logo-width, 120px),18rem)}.memeify-fixed-header__desktop-nav>ul,.memeify-fixed-header__dropdown>ul,.memeify-fixed-header__mobile-links,.memeify-fixed-header__mobile-links ul{list-style:none;margin:0;padding:0}.memeify-fixed-header__desktop-nav>ul{align-items:center;display:flex;flex-wrap:wrap;gap:.2rem clamp(.6rem,1vw,1.4rem)}.memeify-fixed-header__desktop-nav a,.memeify-fixed-header__dropdown summary{align-items:center;color:#f5f5f2;cursor:pointer;display:flex;font-size:1.45rem;font-weight:650;gap:.65rem;min-height:4.2rem;padding:.7rem .8rem;text-decoration:none;transition:color .16s ease}.memeify-fixed-header__desktop-nav a:hover,.memeify-fixed-header__desktop-nav a:focus-visible,.memeify-fixed-header__desktop-nav a[aria-current=page],.memeify-fixed-header__dropdown summary:hover,.memeify-fixed-header__dropdown summary:focus-visible,.memeify-fixed-header__dropdown summary.is-active{color:#3a9dff}.memeify-fixed-header__dropdown{position:relative}.memeify-fixed-header__dropdown summary{list-style:none}.memeify-fixed-header__dropdown summary::-webkit-details-marker,.memeify-fixed-header__mobile-menu>summary::-webkit-details-marker{display:none}.memeify-fixed-header__dropdown summary .svg-wrapper{height:.8rem;transition:transform .16s ease;width:.8rem}.memeify-fixed-header__dropdown[open] summary .svg-wrapper{transform:rotate(180deg)}.memeify-fixed-header__dropdown>ul{background:#111318;border:1px solid #252a31;border-radius:0 0 10px 10px;box-shadow:0 18px 40px #00000059;left:0;min-width:20rem;padding:.8rem;position:absolute;top:calc(100% - .3rem);z-index:4}.memeify-fixed-header__dropdown>ul a{border-radius:6px;min-height:3.8rem;white-space:nowrap}.memeify-fixed-header__dropdown>ul a:hover,.memeify-fixed-header__dropdown>ul a:focus-visible{background:#168bff1a}.memeify-fixed-header__search{align-items:center;background:#16191f;border:1px solid #252a31;border-radius:8px;display:flex;height:4.4rem;justify-self:stretch;overflow:hidden;padding:0 1.2rem;transition:border-color .16s ease,box-shadow .16s ease}.memeify-fixed-header__search:focus-within{border-color:#168bff;box-shadow:0 0 0 1px #168bff}.memeify-fixed-header__search .svg-wrapper{color:#f5f5f2;flex:0 0 2rem;height:2rem;width:2rem}.memeify-fixed-header__search input[type=search]{-webkit-appearance:none;appearance:none;background:transparent;border:0;box-shadow:none;color:#f5f5f2;font:inherit;font-size:1.35rem;height:100%;min-width:0;outline:0;padding:0 0 0 1rem;width:100%}.memeify-fixed-header__search input[type=search]::placeholder{color:#8c8c8c;opacity:1}.memeify-fixed-header__actions{align-items:center;display:flex;gap:.4rem;justify-content:flex-end}.memeify-fixed-header__icon-button{align-items:center;background:transparent;border:0;color:#f5f5f2;cursor:pointer;display:inline-flex;height:4.4rem;justify-content:center;padding:0;position:relative;text-decoration:none;width:4.4rem}.memeify-fixed-header__icon-button:hover,.memeify-fixed-header__icon-button:focus-visible{color:#3a9dff}.memeify-fixed-header__icon-button .svg-wrapper{height:2.4rem;width:2.4rem}.memeify-fixed-header__icon-button svg{height:100%;width:100%}.memeify-fixed-header__cart-count{align-items:center;background:#168bff;border-radius:50%;color:#fff;display:flex;font-size:.95rem;font-weight:800;height:1.8rem;justify-content:center;min-width:1.8rem;padding:0 .4rem;position:absolute;right:.1rem;top:.2rem}.memeify-fixed-header__mobile-menu{display:none}@keyframes memeify-fixed-header-marquee{to{transform:translate(-50%)}}@media screen and (max-width:989px){.memeify-fixed-header__inner{grid-template-columns:auto minmax(0,1fr) auto;row-gap:.8rem}.memeify-fixed-header__mobile-menu{display:block;justify-self:start}.memeify-fixed-header__brand{justify-self:center}.memeify-fixed-header__desktop-nav{display:none}.memeify-fixed-header__search{grid-column:1 / -1;grid-row:2}.memeify-fixed-header__actions{grid-column:3;grid-row:1}.memeify-fixed-header__mobile-panel{background:#0a0a0a;border-bottom:1px solid #252a31;box-shadow:0 18px 40px #00000061;left:0;max-height:calc(100vh - 15rem);overflow-y:auto;padding:1.5rem 2rem 2rem;position:absolute;right:0;top:100%;z-index:5}.memeify-fixed-header__mobile-links>li+li{border-top:1px solid rgba(255,255,255,.08)}.memeify-fixed-header__mobile-links a{color:#f5f5f2;display:block;font-size:1.65rem;font-weight:700;padding:1.4rem 0;text-decoration:none}.memeify-fixed-header__mobile-links a[aria-current=page]{color:#3a9dff}.memeify-fixed-header__mobile-links ul{border-left:2px solid #168bff;margin:0 0 1rem .8rem;padding-left:1.5rem}.memeify-fixed-header__mobile-links ul a{color:#f5f5f2d1;font-size:1.45rem;font-weight:550;padding:.9rem 0}}@media screen and (max-width:749px){.memeify-fixed-header__marquee-set{min-height:3.5rem}.memeify-fixed-header__marquee-set span{font-size:1.05rem;padding:0 3.5rem}.memeify-fixed-header__inner{min-height:6.2rem;padding-bottom:.8rem;padding-top:.8rem}.memeify-fixed-header__brand>span{font-size:2.35rem}.memeify-fixed-header__logo{max-width:min(var(--memeify-logo-width, 120px),13rem)}.memeify-fixed-header__icon-button{height:4rem;width:4rem}.memeify-fixed-header__actions .memeify-fixed-header__icon-button:first-child:not(:last-child){display:none}}@media(prefers-reduced-motion:reduce){.memeify-fixed-header__marquee-track{animation:none}.memeify-fixed-header__marquee-set[aria-hidden=true]{display:none}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/memeify-fixed-header.css.map */
