{"product_id":"forza-copia","title":"STRENGTH","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\n  \u003ctitle\u003eFORZA - Automatic Watch\u003c\/title\u003e\n\n\n  \u003cstyle\u003e\n    :root {\n      --bg-color: #080808;\n      --text-color: #e0e0e0;\n      --accent-color: #ff5722;\n      --card-bg: rgba(20, 20, 20, 0.92);\n      --border-color: #2b2b2b;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html,\n    body {\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Roboto,\n        Helvetica,\n        Arial,\n        sans-serif;\n\n      background:\n        radial-gradient(\n          circle at 15% 15%,\n          rgba(255, 87, 34, 0.12) 0,\n          transparent 32%\n        ),\n        radial-gradient(\n          circle at 85% 45%,\n          rgba(255, 255, 255, 0.05) 0,\n          transparent 30%\n        ),\n        linear-gradient(\n          145deg,\n          #050505 0%,\n          #101010 50%,\n          #050505 100%\n        );\n\n      background-attachment: fixed;\n      color: var(--text-color);\n      line-height: 1.6;\n      min-height: 100vh;\n    }\n\n    .promo-banner {\n      width: 100%;\n      background-color: var(--accent-color);\n      color: #ffffff;\n      text-align: center;\n      padding: 12px 20px;\n      font-size: 0.9rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    .container {\n      width: 100%;\n      max-width: 840px;\n      margin: 0 auto;\n      padding: 20px;\n    }\n\n    header {\n      text-align: center;\n      margin: 45px 0 35px;\n    }\n\n    h1 {\n      margin: 0 0 8px;\n      color: #ffffff;\n      font-size: 2.7rem;\n      line-height: 1.1;\n      font-weight: 800;\n      letter-spacing: 5px;\n      text-transform: uppercase;\n    }\n\n    .subtitle {\n      color: #929292;\n      font-size: 1rem;\n      line-height: 1.5;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n    }\n\n    .content-section {\n      margin-bottom: 40px;\n      color: #bcbcbc;\n      font-size: 1.08rem;\n    }\n\n    .content-section p {\n      margin: 0 0 22px;\n    }\n\n    .content-section strong {\n      color: #ffffff;\n    }\n\n    .highlight-text {\n      margin: 32px 0;\n      padding: 8px 0 8px 18px;\n      border-left: 3px solid var(--accent-color);\n      color: #ffffff;\n      font-size: 1.28rem;\n      line-height: 1.55;\n      font-style: italic;\n    }\n\n    .availability-box {\n      margin: 30px 0;\n      padding: 20px;\n      border: 1px solid rgba(255, 87, 34, 0.55);\n      border-radius: 8px;\n      background: rgba(255, 87, 34, 0.07);\n      color: #ffffff;\n      text-align: center;\n    }\n\n    .availability-box strong {\n      color: var(--accent-color);\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .features-card {\n      margin-top: 45px;\n      padding: 30px;\n      background: var(--card-bg);\n      border: 1px solid var(--border-color);\n      border-radius: 10px;\n      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);\n    }\n\n    .features-card h2 {\n      margin: 0 0 22px;\n      padding-bottom: 12px;\n      border-bottom: 1px solid var(--border-color);\n      color: #ffffff;\n      font-size: 1.5rem;\n      line-height: 1.3;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    .features-list {\n      display: grid;\n      grid-template-columns: repeat(\n        auto-fit,\n        minmax(260px, 1fr)\n      );\n      gap: 15px 25px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .features-list li {\n      position: relative;\n      margin: 0;\n      padding-left: 20px;\n      color: #cccccc;\n    }\n\n    .features-list li::before {\n      content: \"■\";\n      position: absolute;\n      top: 3px;\n      left: 0;\n      color: var(--accent-color);\n      font-size: 0.75rem;\n    }\n\n    .features-list strong {\n      color: #ffffff;\n    }\n\n    footer {\n      margin-top: 60px;\n      padding: 25px 0;\n      border-top: 1px solid var(--border-color);\n      color: #707070;\n      font-size: 0.9rem;\n      text-align: center;\n    }\n\n    footer p {\n      margin: 0;\n    }\n\n    @media (max-width: 600px) {\n      .promo-banner {\n        padding: 11px 15px;\n        font-size: 0.76rem;\n        line-height: 1.4;\n      }\n\n      .container {\n        padding: 16px;\n      }\n\n      header {\n        margin: 35px 0 28px;\n      }\n\n      h1 {\n        font-size: 2.1rem;\n        letter-spacing: 4px;\n      }\n\n      .subtitle {\n        font-size: 0.82rem;\n        letter-spacing: 1.5px;\n      }\n\n      .content-section {\n        font-size: 1rem;\n      }\n\n      .highlight-text {\n        font-size: 1.12rem;\n        padding-left: 14px;\n      }\n\n      .features-card {\n        padding: 22px 18px;\n      }\n\n      .features-card h2 {\n        font-size: 1.25rem;\n      }\n\n      .features-list {\n        grid-template-columns: 1fr;\n      }\n\n      footer {\n        margin-top: 45px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"promo-banner\"\u003e\n\n    You will receive a 15% discount at checkout after signing up.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n\n\n    \u003cheader\u003e\n      \u003ch1\u003eFORZA\u003c\/h1\u003e\n\n\n      \u003cdiv class=\"subtitle\"\u003e\n\n        Strength, Character, and Powerful Identity\n      \u003c\/div\u003e\n\n    \u003c\/header\u003e\n\n    \u003cmain class=\"content-section\"\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eFORZA\u003c\/strong\u003e was born from an original project,\n        then completely redesigned with one clear objective: to\n        create a mechanical watch with strength, technical\n        character, and a powerful identity.\n      \u003c\/p\u003e\n\n\n      \u003cp\u003e\n        The name FORZA is not accidental. It represents resistance,\n        rebirth, and the determination to move forward. It is the\n        symbol of a project that did not stop at its first version,\n        but was rethought, refined, and rebuilt with more character,\n        more identity, and a stronger presence.\n      \u003c\/p\u003e\n\n\n      \u003cp\u003e\n        FORZA is a watch that communicates solidity at first glance.\n        Its proportions, materials, and technical choices are\n        designed to express energy, speed, and mechanical precision.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"highlight-text\"\u003e\n\n        The 43 mm case is CNC machined from anodized aluminum,\n        featuring sharp lines, technical surfaces, and a bold\n        industrial design.\n      \u003c\/div\u003e\n\n\n      \u003cp\u003e\n        With a 14 mm profile, FORZA has a strong presence on the\n        wrist, while remaining well balanced and suitable for\n        everyday wear. A 2 mm thick sapphire crystal protects the\n        dial, offering excellent scratch resistance, clarity, and\n        durability. It is a choice that matches the nature of the\n        watch: technical, resistant, and built to last.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"availability-box\"\u003e\n\n        \u003cstrong\u003eOne of the last pieces available.\u003c\/strong\u003e\u003cbr\u003e\n        Production has ended. Once the remaining examples are sold,\n        this model will no longer be produced.\n      \u003c\/div\u003e\n\n\n      \u003cp\u003e\n        The dial is made from real carbon fiber, a material connected\n        to speed, lightness, and performance. Its woven texture adds\n        visual depth and reinforces the mechanical identity of the\n        project. Each dial is carefully hand-polished to enhance the\n        carbon fiber pattern even more, bringing out the depth,\n        reflections, and natural character of the material.\n      \u003c\/p\u003e\n\n\n      \u003cp\u003e\n        We deliberately chose not to apply Super-LumiNova to the dial\n        markers. This keeps the design cleaner, more essential, and\n        even more minimal. Nothing disturbs the carbon fiber\n        texture: the dial remains pure, technical, and focused on the\n        material itself.\n      \u003c\/p\u003e\n\n\n      \u003cp\u003e\n        The bezel is made from solid carbon fiber, CNC machined from\n        a full block to achieve a unique texture and structural\n        rigidity.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"highlight-text\"\u003e\n\n        The orange minute hand creates a strong and immediate\n        contrast, becoming the visual signature of FORZA.\n      \u003c\/div\u003e\n\n\n      \u003cp\u003e\n        Inside, FORZA is powered by the NH36 automatic movement,\n        chosen for its reliability, robustness, and ease of\n        maintenance. The day and date function is present in the\n        movement, but intentionally hidden to preserve a clean and\n        symmetrical dial inspired by professional instruments,\n        where every detail must have a clear purpose.\n      \u003c\/p\u003e\n\n\n      \u003cp\u003e\n        The 24 mm technical fabric strap completes the sporty and\n        technical character of the watch. Durable, lightweight, and\n        comfortable on the wrist, it adapts naturally to the shape\n        of the wrist while reinforcing the strong tool-watch identity\n        of FORZA.\n      \u003c\/p\u003e\n\n\n      \u003cp\u003e\n        The strap is secured directly to the case with steel screws.\n        This solution increases the feeling of solidity and gives\n        the watch an even more mechanical appearance. To replace the\n        strap, simply unscrew the screws using the dedicated key\n        supplied with the watch. The process is easy and can be done\n        independently.\n      \u003c\/p\u003e\n\n\n    \u003c\/main\u003e\n\n    \u003csection class=\"features-card\"\u003e\n\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\n      \u003cul class=\"features-list\"\u003e\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eModel name:\u003c\/strong\u003e FORZA\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eAvailability:\u003c\/strong\u003e One of the last pieces available\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eCase:\u003c\/strong\u003e CNC machined anodized aluminum\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eCase diameter:\u003c\/strong\u003e 43 mm\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eCase thickness:\u003c\/strong\u003e 14 mm\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eCrystal:\u003c\/strong\u003e 2 mm sapphire\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eDial:\u003c\/strong\u003e Real carbon fiber, hand-polished\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eDial markers:\u003c\/strong\u003e Minimal design, no Super-LumiNova\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eBezel:\u003c\/strong\u003e Solid carbon fiber full block\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eSignature hand:\u003c\/strong\u003e Orange minute hand\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eMovement:\u003c\/strong\u003e NH36 automatic\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eDay \u0026amp; Date:\u003c\/strong\u003e Hidden to preserve symmetry\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eStrap:\u003c\/strong\u003e 24 mm technical fabric\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eStrap attachment:\u003c\/strong\u003e Steel screws\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003eIncluded accessory:\u003c\/strong\u003e Strap replacement key\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n\n    \u003c\/section\u003e\n\n    \u003cfooter\u003e\n      \u003cp\u003e\n        Redesigned and built to make a strong impression.\n      \u003c\/p\u003e\n\n    \u003c\/footer\u003e\n\n  \u003c\/div\u003e\n\n\n\n\n\u003c\/body\u003e","brand":"Ugolini Meccanica Watches","offers":[{"title":"Default Title","offer_id":56360365195639,"sku":null,"price":400.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0970\/5920\/9591\/files\/rn-image_picker_lib_temp_3395115d-dc32-4255-ab39-1de3338dfdfd.png?v=1785865550","url":"https:\/\/ugolinimeccanicawatches.com\/en\/products\/forza-copia","provider":"Ugolini Meccanica Watches","version":"1.0","type":"link"}