{"product_id":"fossil-townsman-automatic-watch-first-copy-master-copy-quality-skeleton-dial-brown-leather-strap","title":"Fossil Townsman Automatic Watch – First Copy | Master Copy Quality | Skeleton Dial, Brown Leather Strap","description":"\u003cstyle\u003e\n    .fs-watch-desc {\n      --tan: #B98756;\n      --tan-light: #E8C79A;\n      --brown: #3D2A1E;\n      --brown-dark: #241812;\n      --cream: #F5EEE2;\n      font-family: 'Georgia', 'Times New Roman', serif;\n      max-width: 720px;\n      margin: 0 auto;\n      background: linear-gradient(160deg, var(--brown-dark) 0%, var(--brown) 100%);\n      color: var(--cream);\n      border-radius: 16px;\n      padding: 32px 24px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.35);\n      overflow: hidden;\n      position: relative;\n    }\n\n    .fs-watch-desc * { box-sizing: border-box; }\n\n    .fs-hero {\n      position: relative;\n      text-align: center;\n      padding-bottom: 20px;\n      margin-bottom: 24px;\n      border-bottom: 1px solid rgba(185,135,86,0.4);\n      opacity: 0;\n      animation: fs-fade-up 0.8s ease-out forwards;\n    }\n\n    .fs-brand {\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      font-size: 13px;\n      color: var(--tan-light);\n      margin: 0 0 8px;\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n    }\n\n    .fs-title {\n      font-size: 26px;\n      margin: 0 0 10px;\n      background: linear-gradient(100deg, var(--tan-light) 20%, var(--tan) 40%, var(--tan-light) 60%);\n      background-size: 200% auto;\n      -webkit-background-clip: text;\n      background-clip: text;\n      -webkit-text-fill-color: transparent;\n      animation: fs-shimmer 3.5s linear infinite;\n    }\n\n    .fs-subtitle {\n      font-size: 15px;\n      color: rgba(245,238,226,0.8);\n      font-style: italic;\n      margin: 0 0 10px;\n    }\n\n    .fs-mc-tag {\n      display: inline-block;\n      background: rgba(185,135,86,0.15);\n      border: 1px solid var(--tan);\n      color: var(--tan-light);\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      font-size: 11.5px;\n      font-weight: bold;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      padding: 5px 14px;\n      border-radius: 999px;\n    }\n\n    @keyframes fs-shimmer {\n      to { background-position: -200% center; }\n    }\n\n    @keyframes fs-fade-up {\n      from { opacity: 0; transform: translateY(14px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Skeleton gear visual *\/\n    .fs-gear-wrap {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 6px;\n      margin: 8px 0 22px;\n      opacity: 0;\n      animation: fs-fade-up 0.8s ease-out 0.15s forwards;\n    }\n\n    .fs-gear {\n      filter: drop-shadow(0 0 6px rgba(185,135,86,0.5));\n    }\n\n    .fs-gear.big {\n      width: 56px; height: 56px;\n      animation: fs-spin 7s linear infinite;\n    }\n\n    .fs-gear.small {\n      width: 32px; height: 32px;\n      margin-top: 18px;\n      animation: fs-spin-rev 4.5s linear infinite;\n    }\n\n    @keyframes fs-spin {\n      from { transform: rotate(0deg); }\n      to { transform: rotate(360deg); }\n    }\n\n    @keyframes fs-spin-rev {\n      from { transform: rotate(360deg); }\n      to { transform: rotate(0deg); }\n    }\n\n    .fs-desc-text {\n      font-size: 15.5px;\n      line-height: 1.7;\n      color: rgba(245,238,226,0.92);\n      margin-bottom: 26px;\n      opacity: 0;\n      animation: fs-fade-up 0.8s ease-out 0.3s forwards;\n    }\n\n    .fs-features {\n      list-style: none;\n      margin: 0 0 28px;\n      padding: 0;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n    }\n\n    .fs-features li {\n      background: rgba(185,135,86,0.08);\n      border: 1px solid rgba(185,135,86,0.3);\n      border-radius: 10px;\n      padding: 12px 14px;\n      font-size: 14px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      opacity: 0;\n      transform: translateX(-10px);\n      animation: fs-slide-in 0.5s ease-out forwards;\n    }\n\n    .fs-features li span.fs-ico {\n      color: var(--tan-light);\n      font-size: 16px;\n      flex-shrink: 0;\n    }\n\n    .fs-features li:nth-child(1) { animation-delay: 0.45s; }\n    .fs-features li:nth-child(2) { animation-delay: 0.55s; }\n    .fs-features li:nth-child(3) { animation-delay: 0.65s; }\n    .fs-features li:nth-child(4) { animation-delay: 0.75s; }\n    .fs-features li:nth-child(5) { animation-delay: 0.85s; }\n    .fs-features li:nth-child(6) { animation-delay: 0.95s; }\n\n    @keyframes fs-slide-in {\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    .fs-important {\n      background: rgba(0,0,0,0.22);\n      border-radius: 12px;\n      padding: 18px 20px;\n      opacity: 0;\n      animation: fs-fade-up 0.8s ease-out 1.05s forwards;\n    }\n\n    .fs-important h4 {\n      margin: 0 0 12px;\n      color: var(--tan-light);\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      letter-spacing: 1px;\n      font-size: 14px;\n      text-transform: uppercase;\n    }\n\n    .fs-important ul {\n      margin: 0;\n      padding-left: 0;\n      list-style: none;\n      font-size: 13.5px;\n      line-height: 1.8;\n      color: rgba(245,238,226,0.88);\n    }\n\n    .fs-important li::before {\n      content: \"— \";\n      color: var(--tan);\n    }\n\n    .fs-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 18px;\n      opacity: 0;\n      animation: fs-fade-up 0.8s ease-out 1.2s forwards;\n    }\n\n    .fs-badge {\n      background: var(--tan);\n      color: var(--brown-dark);\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      font-weight: bold;\n      font-size: 12px;\n      padding: 6px 12px;\n      border-radius: 999px;\n      letter-spacing: 0.5px;\n    }\n\n    @media (max-width: 480px) {\n      .fs-features { grid-template-columns: 1fr; }\n      .fs-title { font-size: 21px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"fs-watch-desc\"\u003e\n\u003cdiv class=\"fs-hero\"\u003e\n\u003cp class=\"fs-brand\"\u003eFossil Style\u003c\/p\u003e\n\u003ch2 class=\"fs-title\"\u003eTownsman Automatic Watch\u003c\/h2\u003e\n\u003cp class=\"fs-subtitle\"\u003eDistinctive Skeleton Dial · Rich Brown Leather Strap\u003c\/p\u003e\n\u003cspan class=\"fs-mc-tag\"\u003eFirst Copy · Master Copy Quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-gear-wrap\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 100 100\" class=\"fs-gear big\"\u003e\n      \u003ccircle stroke-width=\"4\" stroke=\"#E8C79A\" fill=\"none\" r=\"18\" cy=\"50\" cx=\"50\"\u003e\u003c\/circle\u003e\n      \u003ccircle fill=\"#E8C79A\" r=\"6\" cy=\"50\" cx=\"50\"\u003e\u003c\/circle\u003e\n      \u003cg fill=\"#B98756\"\u003e\n        \u003crect rx=\"2\" height=\"16\" width=\"6\" y=\"4\" x=\"47\"\u003e\u003c\/rect\u003e\n        \u003crect rx=\"2\" height=\"16\" width=\"6\" y=\"80\" x=\"47\"\u003e\u003c\/rect\u003e\n        \u003crect rx=\"2\" height=\"6\" width=\"16\" y=\"47\" x=\"80\"\u003e\u003c\/rect\u003e\n        \u003crect rx=\"2\" height=\"6\" width=\"16\" y=\"47\" x=\"4\"\u003e\u003c\/rect\u003e\n        \u003crect transform=\"rotate(45 50 50)\" rx=\"2\" height=\"16\" width=\"6\" y=\"4\" x=\"47\"\u003e\u003c\/rect\u003e\n        \u003crect transform=\"rotate(45 50 50)\" rx=\"2\" height=\"16\" width=\"6\" y=\"80\" x=\"47\"\u003e\u003c\/rect\u003e\n        \u003crect transform=\"rotate(-45 50 50)\" rx=\"2\" height=\"16\" width=\"6\" y=\"4\" x=\"47\"\u003e\u003c\/rect\u003e\n        \u003crect transform=\"rotate(-45 50 50)\" rx=\"2\" height=\"16\" width=\"6\" y=\"80\" x=\"47\"\u003e\u003c\/rect\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 100 100\" class=\"fs-gear small\"\u003e\n      \u003ccircle stroke-width=\"5\" stroke=\"#E8C79A\" fill=\"none\" r=\"16\" cy=\"50\" cx=\"50\"\u003e\u003c\/circle\u003e\n      \u003ccircle fill=\"#E8C79A\" r=\"5\" cy=\"50\" cx=\"50\"\u003e\u003c\/circle\u003e\n      \u003cg fill=\"#B98756\"\u003e\n        \u003crect rx=\"2\" height=\"14\" width=\"8\" y=\"2\" x=\"46\"\u003e\u003c\/rect\u003e\n        \u003crect rx=\"2\" height=\"14\" width=\"8\" y=\"84\" x=\"46\"\u003e\u003c\/rect\u003e\n        \u003crect rx=\"2\" height=\"8\" width=\"14\" y=\"46\" x=\"84\"\u003e\u003c\/rect\u003e\n        \u003crect rx=\"2\" height=\"8\" width=\"14\" y=\"46\" x=\"2\"\u003e\u003c\/rect\u003e\n      \u003c\/g\u003e\n    \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cp class=\"fs-desc-text\"\u003eThis is a \u003cstrong\u003eFirst Copy, Master Copy quality\u003c\/strong\u003e Fossil Townsman Automatic Watch, styled after the original design. It features a distinctive exposed skeleton dial revealing the inner movement, paired with a rich brown leather strap. Master copy quality means finer finishing, sharper detailing and smoother automatic movement compared to a regular first copy — a great everyday luxury look at an affordable price.\u003c\/p\u003e\n\u003cul class=\"fs-features\"\u003e\n\u003cli\u003e\n\u003cspan class=\"fs-ico\"\u003e⚙\u003c\/span\u003e Automatic self-winding movement\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"fs-ico\"\u003e👁\u003c\/span\u003e Skeleton dial design\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"fs-ico\"\u003e🏪\u003c\/span\u003e Rich brown leather strap\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"fs-ico\"\u003e🔨\u003c\/span\u003e Sharp, accurate detailing\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"fs-ico\"\u003e✓\u003c\/span\u003e All features 100% working\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"fs-ico\"\u003e⭐\u003c\/span\u003e Master Copy quality finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"fs-important\"\u003e\n\u003ch4\u003eImportant Details\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFirst Copy \/ Master Copy\u003c\/strong\u003e — not an original\/genuine product\u003c\/li\u003e\n\u003cli\u003eAll features fully working \u0026amp; tested before shipping\u003c\/li\u003e\n\u003cli\u003eOriginal brand box is \u003cstrong\u003enot included\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFree shipping on this order\u003c\/li\u003e\n\u003cli\u003eExtra charges (if applicable, e.g. COD\/customization) shown at checkout\u003c\/li\u003e\n\u003cli\u003eNo exchange\/return once delivered — please review details before ordering\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"fs-badges\"\u003e\n\u003cspan class=\"fs-badge\"\u003eMaster Copy\u003c\/span\u003e \u003cspan class=\"fs-badge\"\u003eFree Shipping\u003c\/span\u003e \u003cspan class=\"fs-badge\"\u003eTested \u0026amp; Working\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Anzoro","offers":[{"title":"Default Title","offer_id":48012169543910,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9332\/8102\/files\/3_11.jpg?v=1784366701","url":"https:\/\/anzoro.com\/products\/fossil-townsman-automatic-watch-first-copy-master-copy-quality-skeleton-dial-brown-leather-strap","provider":"Anzoro","version":"1.0","type":"link"}