Pre-owned Nintendo Game & Watch Donkey Kong II Multi Screen JR-55 1983 Vintage Working
£44.99
Details
| Item Number | 333186 |
| Condition | Used |
| Grade | A |
Get It
| Thu 11 Jun | Free Shipping | Free |
Location
Cash Creators CC Shirley
23 Shirley High St
Shirley
Southampton
England
SO15 3NL
Actions
Seller's Description
/* CSS Variables for theme customization */ :root { --cc-bg: #ffffff; --cc-hero-bg: linear-gradient(135deg, #5c1b61, #3d1241); --cc-hero-text: #ffffff; --cc-banner-bg: #ffde00; --cc-banner-text: #733276; --cc-text: #273c2c; --cc-panel-bg: rgba(28, 10, 42, 0.9); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Arial, Helvetica, sans-serif; background: var(--cc-bg, radial-gradient(ellipse at 20% 20%, rgba(244, 211, 94, 0.06) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(92, 27, 97, 0.15) 0%, transparent 50%), radial-gradient(circle at top, #2d1342 0%, #1a0b25 50%, #0f0518 100%)); color: #f5f3ff; min-height: 100vh; } /* Main container with elegant double border */ .cc-shell { max-width: 980px; margin: 28px auto; padding: 3px; border-radius: 18px; background: linear-gradient(135deg, #f4d35e 0%, #e8bc1d 25%, #f4d35e 50%, #e8bc1d 75%, #f4d35e 100%); background-size: 200% 200%; box-shadow: 0 0 0 1px rgba(244, 211, 94, 0.3), 0 24px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(244, 211, 94, 0.15); } .cc-inner-border { border-radius: 16px; padding: 2px; background: linear-gradient(180deg, #2d1542 0%, #1b0b28 100%); } .cc-content { border-radius: 14px; background: linear-gradient(180deg, #1f0e2f 0%, #150820 45%, #12051a 100%); overflow: hidden; } /* Hero with subtle glow effect */ .cc-hero { padding: 32px 32px 24px; text-align: center; position: relative; background: var(--cc-hero-bg, radial-gradient(ellipse at top, rgba(244, 211, 94, 0.08) 0%, transparent 60%), radial-gradient(ellipse at bottom, rgba(92, 27, 97, 0.2) 0%, transparent 65%)); } .cc-hero-logo { margin-bottom: 14px; position: relative; } .cc-hero-logo img { width: 280px; max-width: 75%; filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.7)); } /* Animated glow behind logo */ @keyframes glowPulse { 0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.05); } } .cc-hero-logo::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 340px; height: 100px; background: radial-gradient(ellipse, rgba(244, 211, 94, 0.25) 0%, transparent 70%); filter: blur(25px); z-index: -1; pointer-events: none; animation: glowPulse 6s ease-in-out infinite; } .cc-hero h1 { font-size: 32px; color: var(--cc-hero-text, #ffffff); margin-bottom: 8px; font-weight: 700; line-height: 1.2; text-shadow: 0 0 20px rgba(244, 211, 94, 0.4), 0 0 40px rgba(244, 211, 94, 0.2); } .cc-hero-subtitle { font-size: 15px; color: #ddd4ff; margin-bottom: 16px; font-weight: 400; } /* Elegant gold divider with animated glow */ @keyframes dividerGlow { 0%, 100% { box-shadow: 0 0 12px rgba(244, 211, 94, 0.5), 0 0 25px rgba(244, 211, 94, 0.2); } 50% { box-shadow: 0 0 20px rgba(244, 211, 94, 0.7), 0 0 40px rgba(244, 211, 94, 0.3); } } .cc-hero-divider { margin: 0 auto; width: 200px; height: 3px; background: linear-gradient(90deg, transparent 0%, #f4d35e 20%, #e8bc1d 50%, #f4d35e 80%, transparent 100%); box-shadow: 0 0 12px rgba(244, 211, 94, 0.5), 0 0 25px rgba(244, 211, 94, 0.2); border-radius: 999px; animation: dividerGlow 4s ease-in-out infinite; } /* Premium gold banner */ .cc-banner { padding: 11px 18px; text-align: center; background: var(--cc-banner-bg, linear-gradient(90deg, #f4d35e 0%, #e8bc1d 50%, #f4d35e 100%)); color: var(--cc-banner-text, #2d1542); font-weight: 700; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 20px rgba(0, 0, 0, 0.4); position: relative; } .cc-banner::before, .cc-banner::after { content: "◆"; position: absolute; top: 50%; transform: translateY(-50%); font-size: 10px; opacity: 0.7; } .cc-banner::before { left: 20px; } .cc-banner::after { right: 20px; } /* Body area */ .cc-body { padding: 28px 28px 26px; color: var(--cc-text, #f5f3ff); } /* Section headers with elegant underline */ .cc-section-header { margin-bottom: 18px; } .cc-section-title { font-size: 22px; text-transform: uppercase; letter-spacing: 0.14em; color: #ffffff; margin-bottom: 8px; font-weight: 700; text-shadow: 0 0 15px rgba(244, 211, 94, 0.3); } .cc-section-underline { width: 80px; height: 3px; background: linear-gradient(90deg, #f4d35e 0%, #e8bc1d 70%, transparent 100%); border-radius: 999px; box-shadow: 0 0 10px rgba(244, 211, 94, 0.5), 0 0 20px rgba(244, 211, 94, 0.2); } /* Premium main card with layered depth */ .cc-main-card { position: relative; background: rgba(35, 15, 50, 0.8); border-radius: 14px; padding: 24px 24px 22px; border: 1px solid rgba(244, 211, 94, 0.4); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6), 0 0 30px rgba(244, 211, 94, 0.15), inset 0 1px 0 rgba(244, 211, 94, 0.1); backdrop-filter: blur(8px); } /* Gold accent corner */ .cc-main-card::before { content: ""; position: absolute; top: 0; left: 0; width: 120px; height: 3px; background: linear-gradient(90deg, #f4d35e 0%, transparent 100%); border-radius: 14px 0 0 0; } .cc-main-card::after { content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 80px; background: linear-gradient(180deg, #f4d35e 0%, transparent 100%); border-radius: 14px 0 0 0; } .cc-main-card .lead { font-size: 17px; font-weight: 600; line-height: 1.6; margin-bottom: 16px; color: var(--cc-text, #ffffff); } .cc-main-card p { font-size: 15px; line-height: 1.7; margin-bottom: 14px; color: var(--cc-text, #ffffff); } .cc-main-card p:last-child { margin-bottom: 0; } .cc-main-card strong { color: #f4d35e; font-weight: 600; } /* Feature grid with hover-ready cards */ .cc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 24px; } .cc-feature-card { position: relative; background: var(--cc-panel-bg, rgba(28, 10, 42, 0.9)); border-radius: 12px; padding: 20px 20px 18px; border: 1px solid rgba(244, 211, 94, 0.3); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 20px rgba(244, 211, 94, 0.1); backdrop-filter: blur(6px); transition: transform 0.2s ease, box-shadow 0.2s ease; } /* Subtle top accent */ .cc-feature-card::before { content: ""; position: absolute; top: 0; left: 24px; width: 60px; height: 2px; background: linear-gradient(90deg, #f4d35e 0%, transparent 100%); } .cc-feature-card h3 { font-size: 17px; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 12px; color: #f4d35e; font-weight: 700; text-shadow: 0 0 12px rgba(244, 211, 94, 0.4); } .cc-feature-card ul { padding-left: 20px; font-size: 14px; line-height: 1.7; color: var(--cc-text, #ffffff); } .cc-feature-card li { margin-bottom: 8px; } .cc-feature-card li::marker { color: #f4d35e; } .cc-feature-card p { font-size: 14px; line-height: 1.7; color: var(--cc-text, #ffffff); } /* VAT notice */ .cc-vat-note { margin-top: 22px; padding: 14px 18px; background: rgba(20, 7, 30, 0.6); border-left: 3px solid #f4d35e; border-radius: 6px; font-size: 13px; color: var(--cc-text, #ffffff); font-style: italic; } /* Premium table design */ .cc-table-section { margin-top: 28px; } .cc-table { width: 100%; border-collapse: collapse; font-size: 14px; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5); } .cc-table th, .cc-table td { padding: 13px 16px; text-align: left; vertical-align: top; } .cc-table th { width: 160px; background: linear-gradient(135deg, rgba(244, 211, 94, 0.9) 0%, rgba(232, 188, 29, 0.85) 100%); color: #1f0e2f; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; border-right: 1px solid rgba(244, 211, 94, 0.5); } .cc-table td { background: rgba(245, 243, 255, 0.95); color: #2d1542; line-height: 1.6; border-top: 1px solid rgba(244, 211, 94, 0.3); } .cc-table tr:first-child td { border-top: none; } /* Premium footer */ .cc-footer { padding: 20px 24px; text-align: center; font-size: 14px; color: var(--cc-text, #ffffff); background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%), rgba(15, 5, 24, 0.8); border-top: 1px solid rgba(244, 211, 94, 0.3); position: relative; } .cc-footer::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 150px; height: 1px; background: linear-gradient(90deg, transparent 0%, #f4d35e 50%, transparent 100%); box-shadow: 0 0 8px rgba(244, 211, 94, 0.5); } .cc-footer-brand { color: #f4d35e; font-weight: 700; font-size: 15px; } /* Responsive refinements */ @media (max-width: 620px) { .cc-shell { margin: 16px; } .cc-hero { padding: 24px 20px 20px; } .cc-hero h1 { font-size: 26px; } .cc-body { padding: 20px 18px 18px; } .cc-section-title { font-size: 19px; } .cc-main-card { padding: 20px 18px 18px; } .cc-table th { display: block; width: 100%; border-right: none; border-bottom: 1px solid rgba(244, 211, 94, 0.3); } .cc-table td { display: block; width: 100%; border-top: none; padding-top: 8px; padding-bottom: 16px; border-bottom: 1px solid rgba(244, 211, 94, 0.2); } .cc-banner::before, .cc-banner::after { display: none; } } Nintendo Game & Watch Donkey Kong II Multi Screen JR-55 1983 Vintage Working Top pre-loved items from our Shirley store About this item This is the classic Nintendo Game & Watch "Donkey Kong II" (Model JR-55), released in 1983 as part of the Multi Screen series. It features a brown clamshell design with dual LCD screens, where you play as Donkey Kong Jr. attempting to rescue his father from chains. The game involves climbing vines, unlocking keys, and avoiding obstacles like sparks and birds across both screens. Condition: Used - Good Working Condition. The unit is fully functional; sound, controls, and both LCD screens work correctly with no "bleeding". There are visible cosmetic scratches and scuffs on the outer faceplate and screen surfaces, which is typical for a played-with item of this age. The battery cover is present, and the clasp closes securely. What you get: Nintendo Game & Watch Donkey Kong II (JR-55) 2 x LR44 Batteries (Included) (Unit only, no box or manual) Please review all photos carefully for a detailed look at the condition. Everything is thoroughly inspected and tested by our trained team, so you can buy with complete confidence. Key Features Model: JR-55 (Multi Screen Series) Release Year: 1983Screens: Dual LCD (Vertical Multi Screen)Gameplay: Direct sequel to Donkey Kong, featuring DK Jr.Battery: Uses 2 x LR44/SR44 Cash Creators guarantee Every item is checked by trained professionals, data cleansed where relevant, and packaged securely. Need a hand? Message us any time between 9am-5:30pm, Monday to Saturday. Second-hand goods are sold on a VAT margin scheme. No input tax is reclaimable on these items. Payment Please complete payment within five working days of purchase. If we do not hear from you within this timeframe, the order may be cancelled and the item relisted for sale. Delivery We dispatch within one working day using Royal Mail tracked services as standard. High-value items may be upgraded to a fully insured delivery service. Tracking details will be provided and a signature may be required upon delivery. Collection Collection-only items can be picked up in person from our Shirley store during business hours. Local delivery within the Southampton area may be available for an additional fee; please message us for details. Returns Returns are accepted within 30 days if you change your mind about your purchase. Please contact us first so we can help resolve any issues quickly and advise you on the returns process. Cash Creators Shirley Open Monday to Saturday, 9:00 – 17:30