{"product_id":"dualshock-4-wireless-controller-for-ps4","title":"Sony DualShock 4 Wireless Controller for PlayStation 4","description":"\u003cstyle\u003e\n  \/* Base Container Styling *\/\n  .ds4-description-container {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #111111;\n    line-height: 1.6;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 20px 10px;\n  }\n\n  \/* Keyframe Animations *\/\n  @keyframes ds4FadeInUp {\n    from {\n      opacity: 0;\n      transform: translateY(20px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes ds4Float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-8px); }\n    100% { transform: translateY(0px); }\n  }\n\n  @keyframes ds4PulseGlowBW {\n    0% { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }\n    50% { box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); }\n    100% { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }\n  }\n\n  \/* Intro Section *\/\n  .ds4-intro {\n    animation: ds4FadeInUp 0.8s ease-out forwards;\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .ds4-intro p {\n    font-size: 1.05rem;\n    color: #333333;\n    margin-bottom: 12px;\n  }\n\n  \/* Floating Image Hero - Medium Size \u0026 Zero Top\/Bottom Padding *\/\n  .ds4-hero-image-wrapper {\n    text-align: center;\n    margin: 0 auto;\n    padding: 0;\n    line-height: 0;\n    animation: ds4FadeInUp 1s ease-out forwards;\n  }\n\n  .ds4-hero-image {\n    max-width: 420px;\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    padding: 0;\n    margin: 0 auto;\n    display: inline-block;\n    animation: ds4Float 3.5s ease-in-out infinite;\n    transition: transform 0.3s ease;\n  }\n\n  \/* Section Titles *\/\n  .ds4-section-title {\n    font-size: 1.5rem;\n    font-weight: 800;\n    color: #000000;\n    margin-top: 40px;\n    margin-bottom: 20px;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Features Grid Layout *\/\n  .ds4-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 16px;\n    margin-bottom: 40px;\n  }\n\n  .ds4-feature-card {\n    background: #ffffff;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    padding: 18px 20px;\n    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);\n    animation: ds4FadeInUp 0.6s ease-out forwards;\n  }\n\n  .ds4-feature-card:hover {\n    transform: translateY(-5px);\n    border-color: #000000;\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);\n    background: #000000;\n    color: #ffffff;\n  }\n\n  .ds4-feature-card strong {\n    color: #000000;\n    display: block;\n    margin-bottom: 4px;\n    transition: color 0.3s ease;\n  }\n\n  .ds4-feature-card:hover strong {\n    color: #ffffff;\n  }\n\n  \/* Table Styling *\/\n  .ds4-table-wrapper {\n    overflow-x: auto;\n    margin-bottom: 35px;\n    border-radius: 8px;\n    border: 1px solid #111111;\n  }\n\n  .ds4-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #ffffff;\n    text-align: left;\n  }\n\n  .ds4-specs-table th {\n    background-color: #000000;\n    color: #ffffff;\n    padding: 14px 18px;\n    font-weight: 700;\n    text-transform: uppercase;\n    font-size: 0.85rem;\n    letter-spacing: 1px;\n  }\n\n  .ds4-specs-table td {\n    padding: 12px 18px;\n    border-bottom: 1px solid #f0f0f0;\n    color: #222222;\n    transition: background-color 0.2s ease, color 0.2s ease;\n  }\n\n  .ds4-specs-table tr:hover td {\n    background-color: #f5f5f5;\n    color: #000000;\n  }\n\n  \/* Highlights \/ What's Included Card *\/\n  .ds4-highlight-box {\n    background: #fdfdfd;\n    border: 1px solid #111111;\n    border-left: 6px solid #000000;\n    border-radius: 6px;\n    padding: 20px 24px;\n    margin-bottom: 30px;\n    animation: ds4PulseGlowBW 4s infinite;\n  }\n\n  .ds4-highlight-box ul {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .ds4-highlight-box li {\n    margin-bottom: 8px;\n    color: #222222;\n  }\n\n  .ds4-highlight-box li:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Closing Banner *\/\n  .ds4-closing-box {\n    text-align: center;\n    margin-top: 40px;\n    padding: 24px;\n    background: #000000;\n    color: #ffffff;\n    border-radius: 8px;\n  }\n\n  .ds4-closing-box h3 {\n    margin-top: 0;\n    color: #ffffff;\n    font-size: 1.25rem;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .ds4-closing-box p {\n    margin-bottom: 0;\n    color: #cccccc;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 600px) {\n    .ds4-features-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ds4-description-container\"\u003e\n\u003c!-- Intro Paragraphs --\u003e\n\u003cdiv class=\"ds4-intro\"\u003e\n\u003cp\u003eExperience smooth, precise, and comfortable gaming with the \u003cstrong\u003eDualShock 4 Wireless Controller\u003c\/strong\u003e. Designed for responsive performance, it features enhanced analog sticks, accurate trigger buttons, wireless Bluetooth connectivity, and an ergonomic grip for complete control during every game.\u003c\/p\u003e\n\u003cp\u003eWhether you're playing action, racing, sports, or adventure games, this controller delivers reliable performance and lasting comfort. Compatible with \u003cstrong\u003ePlayStation 4\u003c\/strong\u003e, \u003cstrong\u003eWindows PC\u003c\/strong\u003e, and \u003cstrong\u003ePlayStation 5\u003c\/strong\u003e (when playing supported PS4 games), it's the perfect choice for everyday gaming.\u003c\/p\u003e\n\u003c!-- Animated Medium-Sized Image Showcase with 0 Vertical Padding --\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Key Features Grid --\u003e\n\u003ch2 class=\"ds4-section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"ds4-features-grid\"\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eHigh-Precision Control\u003c\/strong\u003e Smooth and accurate analog sticks for precise movement.\u003c\/div\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eResponsive Triggers\u003c\/strong\u003e Fast-action trigger buttons engineered for competitive gameplay.\u003c\/div\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eDual Connectivity\u003c\/strong\u003e Connect seamlessly via wireless Bluetooth or wired USB cable.\u003c\/div\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eErgonomic Comfort\u003c\/strong\u003e Refined design featuring textured grips for long gaming sessions.\u003c\/div\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eBuilt-in Speaker \u0026amp; Jack\u003c\/strong\u003e Features an integrated speaker plus a 3.5mm stereo headset jack.\u003c\/div\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eInteractive Touchpad\u003c\/strong\u003e Multi-touch touchpad opens up new ways to play supported games.\u003c\/div\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eMotion Controls\u003c\/strong\u003e Integrated accelerometer and gyroscope for intuitive interaction.\u003c\/div\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eRechargeable Battery\u003c\/strong\u003e Internal USB-rechargeable lithium-ion battery with long performance.\u003c\/div\u003e\n\u003cdiv class=\"ds4-feature-card\"\u003e\n\u003cstrong\u003eShare Button \u0026amp; Light Bar\u003c\/strong\u003e Effortlessly broadcast gameplay highlights and check player statuses instantly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Included Highlight Box --\u003e\n\u003cdiv class=\"ds4-highlight-box\"\u003e\n\u003ch3 style=\"margin-top: 0; color: #000000; font-size: 1.15rem; text-transform: uppercase;\"\u003eWhat's Included in the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e1 × DualShock 4 Wireless Controller\u003c\/li\u003e\n\u003cli\u003e1 × USB Charging Cable \u003cem\u003e(where included)\u003c\/em\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\u003ch2 class=\"ds4-section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"ds4-table-wrapper\"\u003e\n\u003ctable class=\"ds4-specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eDualShock 4 Wireless Controller\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePlayStation 4, Windows PC, PlayStation 5 (PS4 games only)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnectivity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eBluetooth Wireless \u0026amp; USB Wired\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBattery Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRechargeable Lithium-Ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCharging Method\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUSB Rechargeable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAudio Interface\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eBuilt-in Speaker \u0026amp; 3.5mm Headset Jack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eColor Options\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMultiple Colors Available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Closing Callout --\u003e\n\u003cdiv class=\"ds4-closing-box\"\u003e\n\u003ch3\u003eWhy Choose This Controller?\u003c\/h3\u003e\n\u003cp\u003eThe DualShock 4 Wireless Controller combines comfort, precision, and reliable wireless performance in one compact design. Whether replacing an old controller or adding an extra for multiplayer gaming, it's built to deliver a smooth and enjoyable experience every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Elite Gaming","offers":[{"title":"Mid Night Blue","offer_id":58030871216511,"sku":null,"price":35.99,"currency_code":"GBP","in_stock":true},{"title":"Black","offer_id":58015585927551,"sku":null,"price":34.99,"currency_code":"GBP","in_stock":true},{"title":"Red","offer_id":58015585960319,"sku":null,"price":26.99,"currency_code":"GBP","in_stock":false},{"title":"White","offer_id":58015585993087,"sku":null,"price":34.99,"currency_code":"GBP","in_stock":true},{"title":"Green","offer_id":58015586025855,"sku":null,"price":29.99,"currency_code":"GBP","in_stock":true},{"title":"Blue","offer_id":58030938947967,"sku":null,"price":31.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/8105\/3567\/files\/WhatsApp_Image_2026-07-22_at_9.51.51_PM.jpg?v=1784739150","url":"https:\/\/pscontroller.co.uk\/products\/dualshock-4-wireless-controller-for-ps4","provider":"Elite Gaming ","version":"1.0","type":"link"}