.hustlers-deck{padding:var(--space-10) 0 var(--space-9);overflow:clip}.hustlers-deck--gsap{padding-top:var(--space-7)}.hustlers-deck__header{text-align:center;padding:0 var(--space-5);margin-bottom:var(--space-8)}.hustlers-deck--gsap .hustlers-deck__header{margin-bottom:var(--space-4)}.hustlers-deck__heading{font-size:var(--text-2xl);font-weight:700;letter-spacing:var(--tracking-tight);line-height:var(--leading-tight);margin:var(--space-4) 0 0}.hustlers-deck__subtext{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--fg-1);margin:var(--space-4) auto 0;max-width:480px}.hustlers-deck__stage{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row dense;gap:var(--space-6) var(--space-5);max-width:760px;margin:0 auto;padding:0 var(--space-5)}.deck-card{position:relative}.deck-card[data-side=left]{grid-column:1}.deck-card[data-side=right]{grid-column:2}.deck-card__link{display:block;color:inherit;text-decoration:none}.deck-card__link:hover{color:inherit;text-decoration:none}.deck-card__frame{background:var(--bg-1);border:var(--border-hair) solid var(--line-strong);padding:10px 10px 0;box-shadow:inset 0 1px #f5f2e80d,0 4px 10px #00000073,0 18px 44px #0000008c}.deck-card__image{aspect-ratio:2 / 3;background:var(--bg-2);overflow:hidden}.deck-card__image img{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}.deck-card__placeholder{width:100%;height:100%}.deck-card__footer{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-1)}.deck-card__title{font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-wide);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deck-card__price{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-1);flex-shrink:0}.deck-card__quickadd{display:block;width:100%;margin-top:var(--space-2);font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:var(--tracking-wide);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--fg-0);background:#121212eb;border:var(--border-hair) solid var(--line-strong);padding:12px 10px;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:border-color .15s ease,color .15s ease,background .15s ease}.deck-card__quickadd:hover{border-color:var(--fg-0);background:var(--bg-1)}.deck-card__quickadd:focus-visible,.deck-card__link:focus-visible{outline:var(--border-thick) solid var(--fg-0);outline-offset:3px}.deck-card__link{-webkit-tap-highlight-color:transparent}.deck-card__quickadd:disabled{color:var(--fg-2);cursor:not-allowed}.deck-card__quickadd.is-added{color:var(--accent-text);border-color:var(--accent-text)}.deck-card__quickadd.is-added span{display:block;animation:deck-glitch .22s steps(2,end) 2}.deck-card__quickadd.is-error{color:var(--danger);border-color:var(--danger)}@keyframes deck-glitch{0%{clip-path:inset(0);transform:translate(0)}25%{clip-path:inset(18% 0 52% 0);transform:translate(-2px,1px)}50%{clip-path:inset(48% 0 18% 0);transform:translate(2px,-1px)}75%{clip-path:inset(72% 0 4% 0);transform:translate(-1px)}to{clip-path:inset(0);transform:translate(0)}}@media(prefers-reduced-motion:reduce){.deck-card__quickadd.is-added span{animation:none}}.hustlers-deck--gsap .hustlers-deck__stage{display:block;max-width:none;height:min(80vh,760px);transform-style:preserve-3d}.hustlers-deck--gsap .deck-card{position:absolute;top:50%;left:50%;width:clamp(190px,22vw,280px);transform-style:preserve-3d;will-change:transform}.hustlers-deck--gsap .deck-card__frame{will-change:transform}.hustlers-deck--grid-mobile .hustlers-deck__stage{height:min(78vh,680px)}.hustlers-deck--grid-mobile .deck-card{width:clamp(160px,46vw,240px)}@media(max-width:899px){.hustlers-deck{padding:var(--space-9) 0 var(--space-8)}.hustlers-deck__heading{font-size:var(--text-xl)}.hustlers-deck__stage{gap:var(--space-5) var(--space-3);padding:0 var(--space-4)}.deck-card__quickadd{padding:10px 8px;font-size:10px}.hustlers-deck--gsap{padding-top:var(--space-5)}.hustlers-deck--gsap .hustlers-deck__heading{font-size:var(--text-lg)}.hustlers-deck--gsap .hustlers-deck__subtext{display:none}.hustlers-deck--gsap .hustlers-deck__header{margin-bottom:var(--space-3)}}@media(pointer:fine){.hustlers-deck--cursor,.hustlers-deck--cursor *{cursor:none}}.deck-cursor{position:fixed;top:0;left:0;width:36px;height:36px;margin:-18px 0 0 -18px;z-index:10000;pointer-events:none;color:var(--fg-0);border:var(--border-hair) solid currentColor;border-radius:50%;opacity:0;scale:1;transition:opacity .2s ease,scale .25s ease,color .2s ease}.deck-cursor.is-active{opacity:.85}.deck-cursor.is-hover{scale:1.5;color:var(--accent-text)}.deck-cursor.is-pressed{scale:.75}.deck-cursor:before,.deck-cursor:after{content:"";position:absolute;left:50%;width:1px;height:6px;margin-left:-.5px;background:currentColor;opacity:.7}.deck-cursor:before{top:-2px}.deck-cursor:after{bottom:-2px}.deck-cursor__dot{position:absolute;top:50%;left:50%;width:3px;height:3px;margin:-1.5px 0 0 -1.5px;border-radius:50%;background:currentColor}.deck-cursor__dot:before,.deck-cursor__dot:after{content:"";position:absolute;top:50%;width:6px;height:1px;margin-top:-.5px;background:currentColor;opacity:.7}.deck-cursor__dot:before{left:-18.5px}.deck-cursor__dot:after{right:-18.5px}@media(prefers-reduced-motion:reduce){.deck-cursor{display:none}.hustlers-deck--cursor,.hustlers-deck--cursor *{cursor:auto}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-hustlers-deck.css.map */
