{"product_id":"pokrivalo-za-elektricheski-skuter-moretti-cna140","title":"Small Mobility Scooter Cover Moretti Ardea CNA140 – for CN200 and CN210\n","description":"\u003cstyle\u003e\n  .angelo-product {\n    --blue: #1688c8;\n    --blue-dark: #1174ab;\n    --text: #606060;\n    --heading: #333;\n    --light-blue: #eaf5fc;\n    --border: #dce7ed;\n    color: var(--text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .angelo-product *,\n  .angelo-product *::before,\n  .angelo-product *::after {\n    box-sizing: border-box;\n  }\n\n  .angelo-product h2 {\n    margin: 32px 0 14px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid var(--blue);\n    color: var(--heading);\n    font-size: 25px;\n    line-height: 1.3;\n  }\n\n  .angelo-product p {\n    margin: 0 0 16px;\n  }\n\n  .angelo-product ul {\n    margin: 0 0 20px;\n    padding-left: 22px;\n  }\n\n  .angelo-product li {\n    margin-bottom: 8px;\n  }\n\n  .angelo-product strong {\n    color: var(--heading);\n  }\n\n  .angelo-product .benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin: 20px 0 28px;\n  }\n\n  .angelo-product .benefit-card {\n    padding: 18px;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    background: #fff;\n  }\n\n  .angelo-product .benefit-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--blue);\n    font-size: 17px;\n  }\n\n  .angelo-product .table-wrapper {\n    margin: 18px 0 28px;\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n  }\n\n  .angelo-product table {\n    width: 100%;\n    min-width: 520px;\n    border-collapse: collapse;\n  }\n\n  .angelo-product th,\n  .angelo-product td {\n    padding: 12px 15px;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .angelo-product th {\n    width: 38%;\n    color: var(--heading);\n    background: #f5f9fb;\n    font-weight: 600;\n  }\n\n  .angelo-product tr:last-child th,\n  .angelo-product tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .angelo-product .notice {\n    margin: 22px 0;\n    padding: 17px 19px;\n    border-left: 4px solid var(--blue);\n    border-radius: 6px;\n    background: #f5f9fb;\n  }\n\n  .angelo-product .documents-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 18px;\n  }\n\n  .angelo-product .document-card {\n    display: flex;\n    min-height: 165px;\n    padding: 20px 16px;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    background: #fff;\n    text-align: center;\n    text-decoration: none;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n    transition: 0.2s ease;\n  }\n\n  .angelo-product .document-card:hover {\n    border-color: var(--blue);\n    box-shadow: 0 6px 18px rgba(22, 136, 200, 0.13);\n    transform: translateY(-2px);\n  }\n\n  .angelo-product .document-icon {\n    display: flex;\n    width: 46px;\n    height: 46px;\n    margin-bottom: 12px;\n    border-radius: 50%;\n    color: #fff;\n    background: var(--blue);\n    font-size: 12px;\n    font-weight: 700;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .angelo-product .document-title {\n    color: var(--heading);\n    font-weight: 600;\n    line-height: 1.4;\n  }\n\n  .angelo-product .document-link {\n    margin-top: 8px;\n    color: var(--blue);\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  .angelo-product .nhif-box {\n    margin-top: 30px;\n    padding: 26px;\n    border: 1px solid #c8e6f7;\n    border-radius: 12px;\n    background: var(--light-blue);\n  }\n\n  .angelo-product .nhif-box h2 {\n    margin-top: 0;\n  }\n\n  .angelo-product .cta-buttons {\n    display: flex;\n    gap: 12px;\n    margin-top: 22px;\n    flex-wrap: wrap;\n  }\n\n  .angelo-product .cta-button {\n    display: inline-flex;\n    min-height: 48px;\n    padding: 12px 22px;\n    border: 2px solid var(--blue);\n    border-radius: 7px;\n    color: #fff;\n    background: var(--blue);\n    font-weight: 600;\n    line-height: 1.3;\n    text-align: center;\n    text-decoration: none;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .angelo-product .cta-button:hover {\n    border-color: var(--blue-dark);\n    background: var(--blue-dark);\n  }\n\n  .angelo-product .cta-button.secondary {\n    color: var(--blue);\n    background: #fff;\n  }\n\n  .angelo-product .cta-button.secondary:hover {\n    color: #fff;\n    background: var(--blue);\n  }\n\n  @media (max-width: 749px) {\n    .angelo-product {\n      font-size: 15px;\n    }\n\n    .angelo-product h2 {\n      font-size: 22px;\n    }\n\n    .angelo-product .benefits-grid,\n    .angelo-product .documents-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .angelo-product .document-card {\n      min-height: 140px;\n    }\n\n    .angelo-product .nhif-box {\n      padding: 20px 17px;\n    }\n\n    .angelo-product .cta-buttons {\n      flex-direction: column;\n    }\n\n    .angelo-product .cta-button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"angelo-product\"\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eThe Moretti Ardea CNA140 cover\u003c\/strong\u003e is an original accessory\n    designed for the compact Moretti Mobility CN200 and Mobility CN210 electric\n    scooters. It allows the scooter to be covered while it is being stored and\n    is not in use.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The shape of the cover is intended for the compact dimensions of the listed\n    models and covers the body, seat and steering area. Moretti’s official\n    product information does not confirm compatibility with other models.\n  \u003c\/p\u003e\n\n  \u003ch2\u003eMain benefits\u003c\/h2\u003e\n\n  \u003cdiv class=\"benefits-grid\"\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eOriginal Moretti accessory\u003c\/strong\u003e\n      Part of the official Ardea Mobility range of electric scooter accessories.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eFor compact scooters\u003c\/strong\u003e\n      Designed specifically for the compact CN200 and CN210 electric scooters.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eFull coverage\u003c\/strong\u003e\n      Its shape covers the main parts of the compatible scooter while it is\n      being stored.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eEasy to fit\u003c\/strong\u003e\n      The cover is placed over the scooter after it has been switched off and\n      secured against movement.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eCompatibility\u003c\/h2\u003e\n\n  \u003cp\u003e\n    Moretti officially identifies the CNA140 cover as compatible with the\n    following electric scooters:\n  \u003c\/p\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003eMoretti Ardea Mobility CN200;\u003c\/strong\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMoretti Ardea Mobility CN210.\u003c\/strong\u003e\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"notice\"\u003e\n    \u003cstrong\u003eCheck the model before ordering:\u003c\/strong\u003e CNA140 is the small cover.\n    Moretti offers a separate large cover under product code CNA141 for the\n    CN220, CN230 and CN240 models.\n  \u003c\/div\u003e\n\n  \u003ch2\u003eTechnical specifications\u003c\/h2\u003e\n\n  \u003cdiv class=\"table-wrapper\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n          \u003ctd\u003eMoretti S.p.A.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eArdea Mobility\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct code\u003c\/th\u003e\n          \u003ctd\u003eCNA140\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n          \u003ctd\u003eSmall electric mobility scooter cover\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCompatible models\u003c\/th\u003e\n          \u003ctd\u003eMoretti Mobility CN200 and CN210\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCategory\u003c\/th\u003e\n          \u003ctd\u003eElectric mobility scooter accessory\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n          \u003ctd\u003eSmall\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n          \u003ctd\u003eBlack\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n          \u003ctd\u003e1 cover\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eSafe-use instructions\u003c\/h2\u003e\n\n  \u003cul\u003e\n    \u003cli\u003eCheck the exact scooter model before fitting the cover.\u003c\/li\u003e\n    \u003cli\u003eSwitch off the scooter and secure it against movement.\u003c\/li\u003e\n    \u003cli\u003eNever operate or drive the scooter while the cover is fitted.\u003c\/li\u003e\n    \u003cli\u003e\n      Position the cover without overstretching it or allowing it to become\n      caught in the wheels or other moving parts.\n    \u003c\/li\u003e\n    \u003cli\u003eInspect the cover for tears or other damage before use.\u003c\/li\u003e\n    \u003cli\u003eStore it away from naked flames and strong heat sources.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch2\u003eCleaning and maintenance\u003c\/h2\u003e\n\n  \u003cp\u003e\n    Moretti does not publish separate official cleaning or maintenance\n    instructions for the CNA140. Follow the directions provided on the label\n    or packaging of the delivered product. Do not use aggressive detergents,\n    solvents, machine washing or tumble drying unless expressly permitted by\n    the manufacturer.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Before folding and storing the cover, ensure that it is clean and\n    completely dry. Store it in a dry place away from sharp objects that could\n    damage it.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"nhif-box\"\u003e\n    \u003ch2\u003eNHIF information\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The CNA140 cover is an additional electric scooter accessory rather than\n      a standalone assistive device. No official information was found\n      confirming that this cover is funded separately by the Bulgarian\n      National Health Insurance Fund.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      If you have a medical prescription or already use an assistive device\n      obtained through the NHIF, contact the ANGELO team so that the available\n      options can be checked for your particular case.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cta-buttons\"\u003e\n      \u003ca class=\"cta-button\" href=\"\/en\/pages\/kontakti\"\u003e\n        Contact us\n      \u003c\/a\u003e\n\n      \u003ca\n        class=\"cta-button secondary\"\n        href=\"\/en\/pages\/kak-da-poluchite-pomoshtno-sredstvo-po-nzok\"\n      \u003e\n        More information about NHIF\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Moretti","offers":[{"title":"Default Title","offer_id":60334456209742,"sku":"CNA140","price":108.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1053\/0504\/7374\/files\/CNA140-CNA141.jpg?v=1786204615","url":"https:\/\/angelo.bg\/en\/products\/small-mobility-scooter-cover-moretti-cna140","provider":"Анжело","version":"1.0","type":"link"}