{"product_id":"acer-c24-a-core-5-120-8g-1tb-24-win-11-home-dq-brnek-002ex","title":"Acer C24-A CORE 5-120 8G 1TB 24\" WIN 11 HOME | DQ.BRNEK.002EX","description":"\u003cstyle\u003e\n  .pd,\n  .pd * {\n    box-sizing: border-box;\n  }\n\n  .pd {\n    --blue: #003B71;\n    --blue-bright: #005CB9;\n    --blue-soft: #F2F7FC;\n    --blue-border: #D8E7F5;\n    --yellow: #FFD200;\n    --ink: #1A1A1A;\n    --text: #444;\n    --muted: #687582;\n    --white: #FFFFFF;\n    --off-white: #F8FAFC;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .pd h1,\n  .pd h2,\n  .pd h3,\n  .pd p {\n    margin-top: 0;\n  }\n\n  .pd h1,\n  .pd h2,\n  .pd h3 {\n    line-height: 1.2;\n  }\n\n  .pd .breadcrumb {\n    margin: 0 0 12px;\n    color: var(--blue-bright);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  .pd .hero-border {\n    position: relative;\n    overflow: hidden;\n    padding: 26px 28px 24px;\n    border: 1px solid var(--blue-border);\n    border-top: 4px solid var(--blue);\n    border-radius: 10px;\n    background: linear-gradient(135deg, #FFFFFF 0%, var(--blue-soft) 100%);\n  }\n\n  .pd .hero-border::after {\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 92px;\n    height: 5px;\n    background: var(--yellow);\n    content: \"\";\n  }\n\n  .pd h1 {\n    max-width: 940px;\n    margin-bottom: 10px;\n    color: var(--blue);\n    font-size: clamp(34px, 5vw, 42px);\n    letter-spacing: -.035em;\n  }\n\n  .pd .deck {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: #415466;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .pd .stats-bar {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    margin-top: 16px;\n    overflow: hidden;\n    border: 1px solid var(--blue-border);\n    border-radius: 8px;\n    background: var(--white);\n  }\n\n  .pd .stat {\n    min-width: 0;\n    padding: 15px 12px;\n    text-align: center;\n  }\n\n  .pd .stat + .stat {\n    border-left: 1px solid var(--blue-border);\n  }\n\n  .pd .stat strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--blue);\n    font-size: 21px;\n    line-height: 1.15;\n  }\n\n  .pd .stat span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .03em;\n    text-transform: uppercase;\n  }\n\n  .pd .content-section {\n    margin-top: 28px;\n  }\n\n  .pd .intro-copy {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .pd .intro-copy p {\n    margin-bottom: 0;\n  }\n\n  .pd .section-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 14px;\n    color: var(--blue);\n    font-size: 17px;\n    font-weight: 800;\n    letter-spacing: .02em;\n    text-transform: uppercase;\n  }\n\n  .pd .section-divider::before {\n    width: 5px;\n    height: 20px;\n    border-radius: 2px;\n    background: var(--yellow);\n    content: \"\";\n    flex: 0 0 auto;\n  }\n\n  .pd .section-divider::after {\n    height: 1px;\n    background: var(--blue-border);\n    content: \"\";\n    flex: 1;\n  }\n\n  .pd .pull-quote {\n    margin-top: 24px;\n    padding: 17px 20px;\n    border-left: 4px solid var(--yellow);\n    border-radius: 0 7px 7px 0;\n    background: var(--blue);\n    color: #FFFFFF;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .pd .ideal-cards,\n  .pd .features-grid {\n    display: grid;\n    gap: 12px;\n  }\n\n  .pd .ideal-cards {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .pd .features-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .pd .ideal-card,\n  .pd .feature-card {\n    min-width: 0;\n    padding: 17px 18px;\n    border: 1px solid var(--blue-border);\n    border-radius: 8px;\n  }\n\n  .pd .ideal-card {\n    background: var(--blue-soft);\n  }\n\n  .pd .feature-card {\n    position: relative;\n    padding-top: 20px;\n    background: var(--white);\n  }\n\n  .pd .feature-card::before {\n    position: absolute;\n    top: -1px;\n    left: 18px;\n    width: 32px;\n    height: 3px;\n    background: var(--yellow);\n    content: \"\";\n  }\n\n  .pd .ideal-card h3,\n  .pd .feature-card h3 {\n    margin-bottom: 7px;\n    color: var(--blue);\n    font-size: 16px;\n  }\n\n  .pd .ideal-card p,\n  .pd .feature-card p {\n    margin-bottom: 0;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .pd .editorial-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .pd .editorial-card {\n    min-width: 0;\n    padding: 20px;\n    border: 1px solid var(--blue-border);\n    border-radius: 8px;\n    background: var(--off-white);\n  }\n\n  .pd .editorial-card h3 {\n    margin-bottom: 9px;\n    color: var(--blue);\n    font-size: 18px;\n  }\n\n  .pd .editorial-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pd .compare-card {\n    overflow: hidden;\n    border: 1px solid var(--blue-border);\n    border-radius: 8px;\n    background: var(--white);\n  }\n\n  .pd .compare-card table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .pd .compare-card th,\n  .pd .compare-card td {\n    padding: 13px 15px;\n    border-bottom: 1px solid var(--blue-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .pd .compare-card tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .pd .compare-card th {\n    background: var(--blue);\n    color: #FFFFFF;\n    font-size: 13px;\n  }\n\n  .pd .compare-card td {\n    font-size: 14px;\n  }\n\n  .pd .compare-card td:first-child {\n    width: 27%;\n    color: var(--blue);\n    font-weight: 700;\n  }\n\n  .pd .verdict {\n    overflow: hidden;\n    border: 1px solid var(--blue-border);\n    border-radius: 9px;\n    background: var(--white);\n  }\n\n  .pd .verdict-header {\n    padding: 14px 19px;\n    background: var(--blue);\n  }\n\n  .pd .verdict-header h2 {\n    margin: 0;\n    color: #FFFFFF;\n    font-size: 18px;\n  }\n\n  .pd .verdict-body {\n    padding: 19px;\n  }\n\n  .pd .verdict-body \u003e p {\n    margin-bottom: 17px;\n  }\n\n  .pd .verdict-columns {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .pd .verdict-panel {\n    padding: 15px 16px;\n    border: 1px solid var(--blue-border);\n    border-radius: 7px;\n    background: var(--blue-soft);\n  }\n\n  .pd .verdict-panel.considerations {\n    background: var(--off-white);\n  }\n\n  .pd .verdict-panel h3 {\n    margin-bottom: 9px;\n    color: var(--blue);\n    font-size: 15px;\n  }\n\n  .pd .verdict-panel ul,\n  .pd .box-contents ul {\n    margin: 0;\n    padding-left: 19px;\n  }\n\n  .pd .verdict-panel li,\n  .pd .box-contents li {\n    margin: 4px 0;\n    font-size: 14px;\n  }\n\n  .pd .box-contents {\n    padding: 17px 19px;\n    border: 1px solid var(--blue-border);\n    border-radius: 8px;\n    background: var(--blue-soft);\n  }\n\n  @media (max-width: 820px) {\n    .pd .features-grid,\n    .pd .stats-bar {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .pd .stat:nth-child(3) {\n      border-top: 1px solid var(--blue-border);\n      border-left: 0;\n    }\n\n    .pd .stat:nth-child(4) {\n      border-top: 1px solid var(--blue-border);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .pd {\n      font-size: 14px;\n    }\n\n    .pd .hero-border {\n      padding: 21px 18px 20px;\n    }\n\n    .pd h1 {\n      font-size: 34px;\n    }\n\n    .pd .intro-copy,\n    .pd .ideal-cards,\n    .pd .features-grid,\n    .pd .editorial-grid,\n    .pd .verdict-columns {\n      grid-template-columns: 1fr;\n    }\n\n    .pd .content-section {\n      margin-top: 24px;\n    }\n\n    .pd .compare-card {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .pd .compare-card table {\n      min-width: 620px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd\"\u003e\n  \u003cdiv class=\"breadcrumb\"\u003eComputing \/ All-in-One PCs \/ Home \u0026amp; Office\u003c\/div\u003e\n\n  \u003csection class=\"hero-border\"\u003e\n    \u003ch1\u003eAcer Aspire C24A-GRPL Core 5 All-in-One PC\u003c\/h1\u003e\n    \u003cp class=\"deck\"\u003e\n      A clean 23.8-inch all-in-one desktop with Intel Core 5 performance,\n      1TB SSD storage and built-in communication hardware for productive\n      home, study and office spaces.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"stats-bar\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003eCore 5\u003c\/strong\u003e\n      \u003cspan\u003eIntel 120U\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e23.8\"\u003c\/strong\u003e\n      \u003cspan\u003eFull HD Display\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e8GB\u003c\/strong\u003e\n      \u003cspan\u003eDDR4 Memory\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e1TB\u003c\/strong\u003e\n      \u003cspan\u003eSSD Storage\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"content-section intro-copy\"\u003e\n    \u003cp\u003e\n      The Acer Aspire C24A-GRPL brings the computer and display together in one\n      streamlined desktop unit. Its Intel Core 5 120U processor combines ten\n      cores with a maximum turbo speed of up to 5GHz, giving everyday office\n      applications, browsing and multitasking a capable performance foundation.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      A 23.8-inch Full HD display provides a spacious 1920 × 1080 workspace,\n      while the built-in webcam and microphone reduce the need for separate\n      communication accessories. With 8GB of DDR4 memory and a substantial 1TB\n      SSD, the system is well equipped for common applications and sizeable\n      personal file collections.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"pull-quote\"\u003e\n    A space-saving desktop that combines the screen and PC in one tidy setup\n    while retaining the ports and storage needed for everyday productivity.\n  \u003c\/div\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eIdeal For\u003c\/h2\u003e\n\n    \u003cdiv class=\"ideal-cards\"\u003e\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eHome Offices\u003c\/h3\u003e\n        \u003cp\u003e\n          Create a cleaner permanent workspace with the computer integrated into\n          the display and a wireless keyboard and mouse supplied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eStudy \u0026amp; Family Computing\u003c\/h3\u003e\n        \u003cp\u003e\n          Handle research, documents, online services and video calls from one\n          straightforward desktop setup.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eEveryday Productivity\u003c\/h3\u003e\n        \u003cp\u003e\n          Intel Core 5 processing and 1TB of solid-state storage make it a\n          practical choice for common work, browsing and file-management tasks.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eKey Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eIntel Core 5 120U\u003c\/h3\u003e\n        \u003cp\u003e\n          A ten-core Series 1 processor with speeds up to 5GHz provides capable\n          performance for routine productivity and everyday multitasking.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003e23.8-inch Full HD Display\u003c\/h3\u003e\n        \u003cp\u003e\n          The integrated 1920 × 1080 screen creates a useful workspace for\n          documents, web pages, video and everyday applications.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003e1TB SSD Storage\u003c\/h3\u003e\n        \u003cp\u003e\n          Solid-state storage provides substantial capacity for software,\n          documents, photographs and other frequently accessed files.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eSeven USB Connections\u003c\/h3\u003e\n        \u003cp\u003e\n          A broad USB selection gives keyboards, storage devices and other\n          everyday peripherals plenty of connection options.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eHDMI \u0026amp; DisplayPort\u003c\/h3\u003e\n        \u003cp\u003e\n          Dedicated display outputs provide flexible connectivity for compatible\n          external screens and broader desktop arrangements.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eBuilt-In Webcam \u0026amp; Microphone\u003c\/h3\u003e\n        \u003cp\u003e\n          Integrated communication hardware keeps video calls and online\n          meetings simple without adding separate desk accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eA Cleaner Approach to Desktop Computing\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-grid\"\u003e\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003ePC and Display in One\u003c\/h3\u003e\n        \u003cp\u003e\n          Traditional desktop systems require a separate computer tower,\n          monitor and more cabling around the desk. The Aspire C24 integrates\n          the main PC hardware directly into the all-in-one chassis, helping\n          create a more organised workspace for home or office use.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          A wireless keyboard and mouse are supplied, further reducing the\n          number of cables required across the working area.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eA Practical 23.8-inch Workspace\u003c\/h3\u003e\n        \u003cp\u003e\n          The Full HD screen gives spreadsheets, documents and browser windows\n          enough room for comfortable everyday use. Its 1920 × 1080 resolution\n          also suits streaming and video communication without requiring a\n          separate monitor.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The display is non-touch, keeping operation focused on the included\n          keyboard, mouse and conventional Windows desktop interface.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003ePerformance and Storage for Daily Work\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-grid\"\u003e\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eTen-Core Intel Processing\u003c\/h3\u003e\n        \u003cp\u003e\n          Intel's Core 5 120U processor features ten cores and a base speed of\n          1.40GHz, with turbo performance reaching up to 5GHz when required.\n          This gives the Aspire C24 a capable platform for productivity\n          applications, browsing and routine multitasking.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Windows 11 Home provides the familiar environment for compatible\n          software, file management and everyday communication.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eGenerous 1TB Solid-State Storage\u003c\/h3\u003e\n        \u003cp\u003e\n          A 1TB PCI Express SSD provides substantially more local capacity than\n          common 256GB or 512GB entry configurations. That makes it easier to\n          keep documents, photographs, media and installed applications on the\n          computer without immediately relying on external storage.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The supplied 8GB of DDR4 memory is configured as a single 8GB module.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eFlexible Connections Around the Desk\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-card\"\u003e\n      \u003ch3\u003eUSB, Display Outputs and Wired Networking\u003c\/h3\u003e\n      \u003cp\u003e\n        The Aspire C24 provides seven USB connections in total, including four\n        USB 3.2 Gen 2 Type-A ports and one USB Type-C connection. This gives\n        storage drives, printers and other compatible accessories useful room to\n        connect without constantly swapping peripherals.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        HDMI and DisplayPort outputs support compatible external displays, while\n        Gigabit Ethernet provides a wired network option for desks where a\n        stable physical connection is preferred.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eHow It Compares\u003c\/h2\u003e\n\n    \u003cdiv class=\"compare-card\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDesktop Requirement\u003c\/th\u003e\n            \u003cth\u003eAspire C24A-GRPL\u003c\/th\u003e\n            \u003cth\u003eOwnership Benefit\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWorkspace organisation\u003c\/td\u003e\n            \u003ctd\u003eAll-in-one PC and 23.8-inch display\u003c\/td\u003e\n            \u003ctd\u003e\n              Removes the need for a separate desktop tower and helps create a\n              cleaner permanent workspace.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eProcessing\u003c\/td\u003e\n            \u003ctd\u003eIntel Core 5 120U with 10 cores\u003c\/td\u003e\n            \u003ctd\u003e\n              Provides useful performance for browsing, office applications and\n              routine multitasking.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStorage\u003c\/td\u003e\n            \u003ctd\u003e1TB PCI Express SSD\u003c\/td\u003e\n            \u003ctd\u003e\n              Gives applications and personal files substantial local storage\n              capacity.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCommunication\u003c\/td\u003e\n            \u003ctd\u003eBuilt-in webcam and microphone\u003c\/td\u003e\n            \u003ctd\u003e\n              Makes online meetings and video calls possible without requiring\n              separate basic camera and microphone accessories.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePeripheral connectivity\u003c\/td\u003e\n            \u003ctd\u003eSeven USB ports\u003c\/td\u003e\n            \u003ctd\u003e\n              Accommodates multiple storage devices and everyday accessories\n              around a permanent desk setup.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eExternal displays\u003c\/td\u003e\n            \u003ctd\u003eHDMI and DisplayPort outputs\u003c\/td\u003e\n            \u003ctd\u003e\n              Provides options for extending the Windows desktop onto compatible\n              additional screens.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section verdict\"\u003e\n    \u003cdiv class=\"verdict-header\"\u003e\n      \u003ch2\u003eThe Verdict\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"verdict-body\"\u003e\n      \u003cp\u003e\n        The Acer Aspire C24A-GRPL is a strong fit for users who want a tidy,\n        permanent Windows desktop without the footprint of a separate tower.\n        Its Intel Core 5 processor, spacious 1TB SSD and 23.8-inch Full HD\n        display cover everyday productivity comfortably, while the extensive USB\n        connectivity, wired networking and included wireless keyboard and mouse\n        make it a practical complete setup.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"verdict-columns\"\u003e\n        \u003cdiv class=\"verdict-panel\"\u003e\n          \u003ch3\u003eStrengths\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003e23.8-inch Full HD integrated display\u003c\/li\u003e\n            \u003cli\u003eIntel Core 5 120U ten-core processor\u003c\/li\u003e\n            \u003cli\u003eLarge 1TB SSD capacity\u003c\/li\u003e\n            \u003cli\u003eBuilt-in webcam and microphone\u003c\/li\u003e\n            \u003cli\u003eSeven USB connections\u003c\/li\u003e\n            \u003cli\u003eHDMI and DisplayPort outputs\u003c\/li\u003e\n            \u003cli\u003eGigabit Ethernet connectivity\u003c\/li\u003e\n            \u003cli\u003eWireless keyboard and mouse included\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"verdict-panel considerations\"\u003e\n          \u003ch3\u003eConsiderations\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eThe integrated display is not touchscreen enabled\u003c\/li\u003e\n            \u003cli\u003eSupplied memory is 8GB DDR4\u003c\/li\u003e\n            \u003cli\u003eAll-in-one designs offer less component flexibility than traditional desktop towers\u003c\/li\u003e\n            \u003cli\u003eThe specified USB-C connection operates at USB 2.0 level\u003c\/li\u003e\n            \u003cli\u003eDedicated gaming graphics are not specified\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eWhat's in the Box\u003c\/h2\u003e\n\n    \u003cdiv class=\"box-contents\"\u003e\n      \u003cul\u003e\n        \u003cli\u003eAcer Aspire C24A-GRPL All-in-One Computer\u003c\/li\u003e\n        \u003cli\u003eWireless keyboard\u003c\/li\u003e\n        \u003cli\u003eWireless mouse\u003c\/li\u003e\n        \u003cli\u003eUSB receiver\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Acer","offers":[{"title":"Default Title","offer_id":54646400024903,"sku":"DQ.BRNEK.002EX","price":999.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5807\/1748\/files\/acer-aspire-c24-all-in-one-pc-intel-core-5-or-16gb-ram-or-1tb-ssd-or-23.8-full-hd-or-dqbrnek.002ex__49924.1786176885.webp?v=1786958929","url":"https:\/\/euronics.ie\/products\/acer-c24-a-core-5-120-8g-1tb-24-win-11-home-dq-brnek-002ex","provider":"Euronics Ireland","version":"1.0","type":"link"}