.shop-scope{--shop-bg:var(--color-background-default);--shop-bg-2:var(--color-background-subtle);--shop-panel:var(--color-background-surface);--shop-panel-2:var(--color-background-elevated);--shop-surface:var(--color-action-secondary);--shop-surface-hover:var(--color-action-secondary-hover);--shop-line:var(--color-border-subtle);--shop-line-2:var(--color-border-default);--shop-text:var(--color-text-primary);--shop-text-2:var(--color-text-secondary);--shop-muted:var(--color-text-muted);--shop-accent:var(--color-action-primary);--shop-accent-ink:var(--color-action-primary-text);--shop-product-card-hover:var(--color-background-subtle);background:var(--shop-bg);color:var(--shop-text);font-family:var(--font-ds-display)}html.dark .shop-scope{--shop-product-card-hover:var(--color-action-secondary-hover)}.shop-product-card:hover{background-color:var(--shop-product-card-hover)}.shop-merch-mark{background-color:currentColor;flex:none;width:.82em;height:.82em;display:inline-block;-webkit-mask:url(/images/brand/tanstack-emblem-black.svg) 50%/contain no-repeat;mask:url(/images/brand/tanstack-emblem-black.svg) 50%/contain no-repeat}@keyframes shop-cta-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes shop-cta-rotate{0%{filter:hue-rotate()brightness()}to{filter:hue-rotate(360deg)brightness()}}@keyframes shop-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--color-shop-green) 60%, transparent)}70%{box-shadow:0 0 0 10px color-mix(in srgb, var(--color-shop-green) 0%, transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb, var(--color-shop-green) 0%, transparent)}}.shop-product-drawer-shell{container:shop-product-drawer/inline-size}.shop-product-drawer-layout{min-height:100%}.shop-product-scrim{transition-duration:var(--motion-duration-fast)}.shop-product-sheet{--shop-product-sheet-top:calc(var(--navbar-height,56px) + 48px);max-height:calc(100svh - var(--shop-product-sheet-top));transition-duration:var(--motion-duration-sheet);transition-timing-function:var(--motion-ease-sheet)}.shop-product-animate .shop-product-reveal{animation:shop-product-reveal .24s var(--motion-ease-standard) both}.shop-product-animate .shop-product-drawer-options>.shop-product-reveal:first-child{animation-delay:50ms}.shop-product-animate .shop-product-drawer-options>.shop-product-reveal:nth-child(2){animation-delay:.1s}.shop-product-animate .shop-product-drawer-options>.shop-product-reveal:nth-child(3){animation-delay:.15s}.shop-product-animate .shop-product-drawer-options>.shop-product-reveal:nth-child(4){animation-delay:.2s}.shop-product-animate .shop-product-reveal-cta{animation-delay:.25s}.shop-product-animate .shop-product-reveal-description{animation-delay:.3s}@keyframes shop-product-reveal{0%{opacity:0;filter:blur(2px);transform:translate(-10px)}to{opacity:1;filter:blur();transform:translate(0)}}@media (prefers-reduced-motion:reduce){.shop-product-animate .shop-product-reveal{animation:none}}.shop-product-drawer-heading{padding-block:15px}.shop-product-drawer-title{font-size:var(--text-shop-heading)}.shop-product-drawer-price{font-size:var(--text-shop-price);font-weight:300}.shop-product-option{width:100%}.shop-product-option-control,.shop-product-quantity-control>span{font-size:var(--text-ds-label-sm);line-height:var(--text-ds-label-sm--line-height)}.shop-product-description,.shop-product-description p{font-weight:200}@container shop-product-drawer (width>=860px){.shop-product-drawer-layout{grid-template-columns:minmax(600px,1fr) minmax(420px,560px);align-items:start;display:grid}.shop-product-drawer-media{min-width:0;min-height:calc(100svh - var(--shop-product-sheet-top));background-color:color-mix(in oklab, var(--shop-bg) 40%, transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--shop-line);position:sticky;top:0}.shop-product-drawer-main-image{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0000}.shop-product-drawer-details{width:100%;min-width:0;max-width:560px;min-height:calc(100svh - var(--shop-product-sheet-top))}.shop-product-drawer-heading{padding-block:26px}.shop-product-drawer-title,.shop-product-drawer-price{font-size:30px}.shop-product-drawer-price{font-weight:100}}@container shop-product-drawer (width>=1120px){.shop-product-drawer-layout{grid-template-columns:minmax(600px,1fr) minmax(480px,560px)}.shop-product-quantity{flex:none}}
