.shop-grid{--rail-w:140px;--gap-x:24px;display:grid;grid-template-columns:var(--rail-w) 1fr var(--rail-w);grid-column-gap:var(--gap-x);column-gap:var(--gap-x);align-items:start}@media (min-width:1536px){.shop-grid{--rail-w:160px;--gap-x:32px;padding-left:24px;padding-right:24px}}@media (max-width:600px){.shop-grid{padding-left:16px;padding-right:16px}}@media (max-width:1280px){.shop-grid{grid-template-columns:1fr;column-gap:0}.shop-rail-left,.shop-rail-right{display:none}.star-meme-container{padding-bottom:32px}}.shop-rail-left,.shop-rail-right{position:relative;width:100%;padding-top:12px;padding-bottom:12px}.meme-rail--inline{position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:1!important;padding:0!important}.meme-rail--inline .meme-rail-inner{height:auto!important;overflow:visible!important;display:flex;flex-direction:column;gap:12px;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.shop-main{background:radial-gradient(1200px 800px at 50% 120%,rgba(255,255,255,.06),transparent 60%),radial-gradient(1000px 700px at -10% -10%,rgba(255,255,255,.05),transparent 55%),url(/stars-bg.png);background-size:auto,auto,cover;background-position:50%,50%,50%;background-repeat:no-repeat,no-repeat,no-repeat;filter:saturate(1) brightness(.9);position:relative;z-index:1;min-height:100vh}.meme-mobile{position:fixed;left:0;right:0;z-index:3;background:rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:none;display:flex;align-items:center;overflow:hidden}.meme-mobile--top{top:0}.meme-mobile--bottom{bottom:0}.meme-mobile-track{display:flex;gap:var(--meme-gap,12px);width:max-content;animation:meme-marquee var(--meme-speed,35s) linear infinite}.meme-mobile-item{height:var(--meme-h,88px);width:auto;display:flex;align-items:center}.meme-mobile-item img{height:100%;width:auto;border-radius:8px;box-shadow:0 6px 16px rgba(0,0,0,.25)}@keyframes meme-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.meme-mobile-track{animation:none}}@media (min-width:1280px){.meme-mobile{display:none}}