:root{--bg: #FAFAFA;--surface: #FAFAFA;--surface-soft: #EEEEE4;--line: rgba(0, 0, 0, .12);--text: #000000;--muted: rgba(0, 0, 0, .72);--accent: #FFDE59;--accent-strong: #F5CF00;--accent-soft: rgba(255, 222, 89, .16)}.shopify-section{display:contents}.nav-underline-link{position:relative;display:inline-flex;align-items:center}.nav-underline-link.is-disabled{color:#0000006b;cursor:default}.nav-underline-link__label{position:relative;z-index:1}.nav-underline-link__box{position:absolute;left:50%;bottom:-12px;width:120%;height:18px;color:var(--accent);pointer-events:none;transform:translate(-50%)}.nav-underline-link__svg{display:block;width:100%;height:100%;overflow:visible}.nav-underline-link__path{opacity:0;stroke-dasharray:320;stroke-dashoffset:320;transition:opacity .18s ease,stroke-dashoffset .42s ease}@media(hover:hover)and (pointer:fine){.nav-underline-link:hover .nav-underline-link__path,.nav-underline-link:focus-visible .nav-underline-link__path{opacity:1;stroke-dashoffset:0}}.product-form__error{margin:.75rem 0 0;color:#b42318;font-size:.95rem;line-height:1.4}.product-card__variant-select{width:100%;min-height:54px;margin:.5rem 0 1rem;padding:0 1rem;border:1px solid rgba(0,0,0,.14);border-radius:999px;background:#fafafa;color:#000;font:inherit}.product-card__cta[disabled]{cursor:not-allowed;opacity:.56}.product-card__payments svg{width:42px;height:28px}.contact-form .errors{color:#b42318}.contact-form .form-status,.footer-newsletter .form-status{margin:0;color:#000000b8;font-size:.95rem}.promo-wheel[hidden]{display:none}.promo-wheel__wheel.is--spinning{transition:transform 4.6s cubic-bezier(.12,.72,.17,1)}.urgency-bar{background:#000;color:#ffde59;text-align:center;padding:10px 16px;font-size:14px;font-weight:700;letter-spacing:.02em;position:sticky;top:0;z-index:1000}.stock-badge{display:inline-flex;align-items:center;gap:6px;background:#ffde5926;border:1.5px solid #FFDE59;color:#000;font-size:13px;font-weight:700;padding:5px 12px;border-radius:999px;margin-bottom:14px}.stock-badge:before{content:"";display:inline-block;width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-dot 1.8s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.cart-shell{background:#fafafa}.cart-frame{min-height:100svh;padding:28px 36px 56px;display:flex;flex-direction:column}.cart-page{flex:1;max-width:960px;margin:48px auto;width:100%}.cart-page__heading{display:flex;align-items:baseline;gap:12px;margin-bottom:32px}.cart-page__heading h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;margin:0}.cart-page__count{font-size:14px;color:#00000080;margin:0}.cart-empty{text-align:center;padding:64px 24px}.cart-empty p{font-size:18px;margin-bottom:24px;color:#0009}.cart-form{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}@media(max-width:768px){.cart-form{grid-template-columns:1fr}}.cart-items{display:flex;flex-direction:column;gap:24px}.cart-item{display:flex;gap:20px;padding:20px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08)}.cart-item__image-link{flex-shrink:0}.cart-item__image{width:100px;height:100px;object-fit:cover;border-radius:8px;display:block}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:12px}.cart-item__info{display:flex;flex-direction:column;gap:4px}.cart-item__title{font-weight:700;font-size:15px;color:#000;text-decoration:none}.cart-item__title:hover{text-decoration:underline}.cart-item__variant{font-size:13px;color:#00000080;margin:0}.cart-item__price{font-size:15px;font-weight:600;margin:0}.cart-item__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.cart-item__qty{display:flex;align-items:center;gap:0;border:1.5px solid rgba(0,0,0,.15);border-radius:999px;overflow:hidden}.cart-item__qty-btn{width:36px;height:36px;border:none;background:transparent;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-item__qty-btn:hover{background:#0000000f}.cart-item__qty-input{width:44px;text-align:center;border:none;border-left:1.5px solid rgba(0,0,0,.15);border-right:1.5px solid rgba(0,0,0,.15);height:36px;font-size:14px;font-weight:600;background:transparent;-moz-appearance:textfield}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-item__line-price{font-weight:700;font-size:16px;margin:0 0 0 auto}.cart-item__remove{color:#0006;font-size:18px;transition:color .15s;margin-left:4px}.cart-item__remove:hover{color:#b42318}.cart-summary{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);padding:28px;display:flex;flex-direction:column;gap:16px;position:sticky;top:60px}.cart-summary__urgency{background:#000;color:#ffde59;border-radius:8px;padding:10px 14px;font-size:13px;text-align:center}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700}.cart-summary__shipping{font-size:12px;color:#00000080;margin:-8px 0 0}.cart-summary__guarantee{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#000000b3;background:#ffde591a;border-radius:8px;padding:12px 14px}.cart-checkout-btn{width:100%;min-height:56px;font-size:17px;font-weight:800}.cart-continue{display:block;text-align:center;font-size:14px;color:#00000080;text-decoration:underline;margin-top:-4px}.cart-continue:hover{color:#000}.cart-payment-icons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px}.cart-payment-icons svg{width:42px;height:28px}
/*# sourceMappingURL=/cdn/shop/t/11/assets/game-impact-shopify.css.map */
