{"title":"Patek Philippe","description":null,"products":[{"product_id":"patek-philippe-nautilus-style-watch-first-copy-master-copy-quality-all-black-skeleton-dial","title":"Patek Philippe Nautilus Style Watch – First Copy | Master Copy Quality | All-Black Skeleton Dial","description":"\u003cdiv class=\"pp-watch-desc\"\u003e\n  \u003cstyle\u003e\n    .pp-watch-desc {\n      --gunmetal: #2A2C2E;\n      --gunmetal-light: #4A4D50;\n      --accent: #8A8D91;\n      --accent-light: #C7C9CC;\n      --black: #060606;\n      --black-mid: #101112;\n      --cream: #EDEDED;\n      font-family: 'Georgia', 'Times New Roman', serif;\n      max-width: 720px;\n      margin: 0 auto;\n      background: linear-gradient(160deg, var(--black) 0%, var(--black-mid) 100%);\n      color: var(--cream);\n      border-radius: 16px;\n      padding: 32px 24px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n      overflow: hidden;\n      position: relative;\n    }\n\n    .pp-watch-desc * { box-sizing: border-box; }\n\n    .pp-hero {\n      position: relative;\n      text-align: center;\n      padding-bottom: 20px;\n      margin-bottom: 24px;\n      border-bottom: 1px solid rgba(138,141,145,0.35);\n      opacity: 0;\n      animation: pp-fade-up 0.8s ease-out forwards;\n    }\n\n    .pp-brand {\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      font-size: 13px;\n      color: var(--accent-light);\n      margin: 0 0 8px;\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n    }\n\n    .pp-title {\n      font-size: 26px;\n      margin: 0 0 10px;\n      background: linear-gradient(100deg, var(--accent-light) 20%, var(--accent) 40%, var(--accent-light) 60%);\n      background-size: 200% auto;\n      -webkit-background-clip: text;\n      background-clip: text;\n      -webkit-text-fill-color: transparent;\n      animation: pp-shimmer 3.5s linear infinite;\n    }\n\n    .pp-subtitle {\n      font-size: 15px;\n      color: rgba(237,237,237,0.7);\n      font-style: italic;\n      margin: 0 0 10px;\n    }\n\n    .pp-mc-tag {\n      display: inline-block;\n      background: rgba(138,141,145,0.1);\n      border: 1px solid var(--accent);\n      color: var(--accent-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 pp-shimmer {\n      to { background-position: -200% center; }\n    }\n\n    @keyframes pp-fade-up {\n      from { opacity: 0; transform: translateY(14px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Blacked-out octagonal bezel with skeleton gear *\/\n    .pp-visual-wrap {\n      display: flex;\n      justify-content: center;\n      margin: 8px 0 22px;\n      opacity: 0;\n      animation: pp-fade-up 0.8s ease-out 0.15s forwards;\n    }\n\n    .pp-visual {\n      position: relative;\n      width: 84px;\n      height: 84px;\n    }\n\n    .pp-octagon {\n      position: absolute;\n      inset: 0;\n      clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);\n      background: linear-gradient(145deg, var(--gunmetal-light), var(--gunmetal) 60%, #111);\n      box-shadow: 0 0 14px rgba(138,141,145,0.3);\n    }\n\n    .pp-gear {\n      position: absolute;\n      top: 50%; left: 50%;\n      width: 42px; height: 42px;\n      transform: translate(-50%, -50%);\n      animation: pp-spin 6s linear infinite;\n    }\n\n    @keyframes pp-spin {\n      from { transform: translate(-50%, -50%) rotate(0deg); }\n      to { transform: translate(-50%, -50%) rotate(360deg); }\n    }\n\n    .pp-desc-text {\n      font-size: 15.5px;\n      line-height: 1.7;\n      color: rgba(237,237,237,0.9);\n      margin-bottom: 26px;\n      opacity: 0;\n      animation: pp-fade-up 0.8s ease-out 0.3s forwards;\n    }\n\n    .pp-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    .pp-features li {\n      background: rgba(138,141,145,0.06);\n      border: 1px solid rgba(138,141,145,0.25);\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: pp-slide-in 0.5s ease-out forwards;\n    }\n\n    .pp-features li span.pp-ico {\n      color: var(--accent-light);\n      font-size: 16px;\n      flex-shrink: 0;\n    }\n\n    .pp-features li:nth-child(1) { animation-delay: 0.45s; }\n    .pp-features li:nth-child(2) { animation-delay: 0.55s; }\n    .pp-features li:nth-child(3) { animation-delay: 0.65s; }\n    .pp-features li:nth-child(4) { animation-delay: 0.75s; }\n    .pp-features li:nth-child(5) { animation-delay: 0.85s; }\n    .pp-features li:nth-child(6) { animation-delay: 0.95s; }\n\n    @keyframes pp-slide-in {\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    .pp-important {\n      background: rgba(255,255,255,0.03);\n      border-radius: 12px;\n      padding: 18px 20px;\n      opacity: 0;\n      animation: pp-fade-up 0.8s ease-out 1.05s forwards;\n    }\n\n    .pp-important h4 {\n      margin: 0 0 12px;\n      color: var(--accent-light);\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      letter-spacing: 1px;\n      font-size: 14px;\n      text-transform: uppercase;\n    }\n\n    .pp-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(237,237,237,0.85);\n    }\n\n    .pp-important li::before {\n      content: \"— \";\n      color: var(--accent);\n    }\n\n    .pp-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 18px;\n      opacity: 0;\n      animation: pp-fade-up 0.8s ease-out 1.2s forwards;\n    }\n\n    .pp-badge {\n      background: var(--accent-light);\n      color: var(--black);\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      .pp-features { grid-template-columns: 1fr; }\n      .pp-title { font-size: 21px; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"pp-hero\"\u003e\n    \u003cp class=\"pp-brand\"\u003ePatek Philippe Nautilus Style\u003c\/p\u003e\n    \u003ch2 class=\"pp-title\"\u003eAll-Black Skeleton Watch\u003c\/h2\u003e\n    \u003cp class=\"pp-subtitle\"\u003eBlacked-Out Aesthetic · Exposed Skeleton Dial\u003c\/p\u003e\n    \u003cspan class=\"pp-mc-tag\"\u003eFirst Copy · Master Copy Quality\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-visual-wrap\"\u003e\n    \u003cdiv class=\"pp-visual\"\u003e\n      \u003cdiv class=\"pp-octagon\"\u003e\u003c\/div\u003e\n      \u003csvg class=\"pp-gear\" viewbox=\"0 0 100 100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"50\" cy=\"50\" r=\"18\" fill=\"none\" stroke=\"#C7C9CC\" stroke-width=\"4\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"50\" cy=\"50\" r=\"6\" fill=\"#C7C9CC\"\u003e\u003c\/circle\u003e\n        \u003cg fill=\"#8A8D91\"\u003e\n          \u003crect x=\"47\" y=\"4\" width=\"6\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"47\" y=\"80\" width=\"6\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"80\" y=\"47\" width=\"16\" height=\"6\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"4\" y=\"47\" width=\"16\" height=\"6\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"47\" y=\"4\" width=\"6\" height=\"16\" rx=\"2\" transform=\"rotate(45 50 50)\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"47\" y=\"80\" width=\"6\" height=\"16\" rx=\"2\" transform=\"rotate(45 50 50)\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"47\" y=\"4\" width=\"6\" height=\"16\" rx=\"2\" transform=\"rotate(-45 50 50)\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"47\" y=\"80\" width=\"6\" height=\"16\" rx=\"2\" transform=\"rotate(-45 50 50)\"\u003e\u003c\/rect\u003e\n        \u003c\/g\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pp-desc-text\"\u003e\n    This is a \u003cstrong\u003eFirst Copy, Master Copy quality\u003c\/strong\u003e Patek Philippe Nautilus\n    style watch, featuring a bold all-black aesthetic paired with an exposed skeleton\n    dial that reveals the inner movement. Master copy quality means sharper case\n    finishing, precise dial detailing and smoother movement compared to a regular\n    first copy — the blacked-out design gives it a sleek, stealthy, high-end look\n    that stands out on the wrist.\n  \u003c\/p\u003e\n\n  \u003cul class=\"pp-features\"\u003e\n    \u003cli\u003e\n\u003cspan class=\"pp-ico\"\u003e⚫\u003c\/span\u003e All-black aesthetic finish\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pp-ico\"\u003e👁\u003c\/span\u003e Skeleton dial design\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pp-ico\"\u003e⚙\u003c\/span\u003e Smooth working movement\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pp-ico\"\u003e🔨\u003c\/span\u003e Sharp, accurate detailing\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pp-ico\"\u003e✓\u003c\/span\u003e All features 100% working\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pp-ico\"\u003e⭐\u003c\/span\u003e Master Copy quality finish\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"pp-important\"\u003e\n    \u003ch4\u003eImportant Details\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFirst Copy \/ Master Copy\u003c\/strong\u003e — Nautilus-inspired style, not an original\/genuine Patek Philippe 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=\"pp-badges\"\u003e\n      \u003cspan class=\"pp-badge\"\u003eMaster Copy\u003c\/span\u003e\n      \u003cspan class=\"pp-badge\"\u003eFree Shipping\u003c\/span\u003e\n      \u003cspan class=\"pp-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":48012435325158,"sku":null,"price":1799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9332\/8102\/files\/19_5.jpg?v=1784878356"},{"product_id":"patek-philippe-style-watch-first-copy-master-copy-quality-octagonal-bezel-dark-alligator-leather-strap","title":"Patek Philippe Style Watch – First Copy | Master Copy Quality | Octagonal Bezel, Dark Alligator Leather Strap","description":"\u003cdiv class=\"pa-watch-desc\"\u003e\n  \u003cstyle\u003e\n    .pa-watch-desc {\n      --gunmetal: #3A3D40;\n      --gunmetal-light: #6E7276;\n      --accent: #A9ADB1;\n      --accent-light: #D6D8DA;\n      --dark-brown: #1C1310;\n      --dark-brown-mid: #26190F;\n      --black: #0A0A0A;\n      --cream: #EDE8E2;\n      font-family: 'Georgia', 'Times New Roman', serif;\n      max-width: 720px;\n      margin: 0 auto;\n      background: linear-gradient(160deg, var(--black) 0%, var(--dark-brown-mid) 100%);\n      color: var(--cream);\n      border-radius: 16px;\n      padding: 32px 24px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n      overflow: hidden;\n      position: relative;\n    }\n\n    .pa-watch-desc * { box-sizing: border-box; }\n\n    .pa-hero {\n      position: relative;\n      text-align: center;\n      padding-bottom: 20px;\n      margin-bottom: 24px;\n      border-bottom: 1px solid rgba(169,173,177,0.3);\n      opacity: 0;\n      animation: pa-fade-up 0.8s ease-out forwards;\n    }\n\n    .pa-brand {\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      font-size: 13px;\n      color: var(--accent-light);\n      margin: 0 0 8px;\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n    }\n\n    .pa-title {\n      font-size: 26px;\n      margin: 0 0 10px;\n      background: linear-gradient(100deg, var(--accent-light) 20%, var(--accent) 40%, var(--accent-light) 60%);\n      background-size: 200% auto;\n      -webkit-background-clip: text;\n      background-clip: text;\n      -webkit-text-fill-color: transparent;\n      animation: pa-shimmer 3.5s linear infinite;\n    }\n\n    .pa-subtitle {\n      font-size: 15px;\n      color: rgba(237,232,226,0.72);\n      font-style: italic;\n      margin: 0 0 10px;\n    }\n\n    .pa-mc-tag {\n      display: inline-block;\n      background: rgba(169,173,177,0.1);\n      border: 1px solid var(--accent);\n      color: var(--accent-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 pa-shimmer {\n      to { background-position: -200% center; }\n    }\n\n    @keyframes pa-fade-up {\n      from { opacity: 0; transform: translateY(14px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Octagonal bezel with alligator texture strap visual *\/\n    .pa-visual-wrap {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      margin: 8px 0 22px;\n      opacity: 0;\n      animation: pa-fade-up 0.8s ease-out 0.15s forwards;\n    }\n\n    .pa-octagon {\n      width: 76px;\n      height: 76px;\n      clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);\n      background: linear-gradient(145deg, var(--gunmetal-light), var(--gunmetal) 55%, #111);\n      box-shadow: 0 0 14px rgba(169,173,177,0.3);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      z-index: 2;\n      margin-bottom: -8px;\n    }\n\n    .pa-face {\n      width: 48px;\n      height: 48px;\n      border-radius: 50%;\n      background: radial-gradient(circle at 35% 30%, #2E3134, var(--black) 75%);\n      position: relative;\n      box-shadow: inset 0 0 8px rgba(0,0,0,0.6);\n    }\n\n    .pa-hand {\n      position: absolute;\n      top: 50%; left: 50%;\n      width: 2px; height: 16px;\n      background: var(--accent-light);\n      transform-origin: bottom center;\n      transform: translate(-50%, -100%) rotate(40deg);\n      border-radius: 2px;\n      animation: pa-hand-spin 8s linear infinite;\n    }\n\n    @keyframes pa-hand-spin {\n      from { transform: translate(-50%, -100%) rotate(0deg); }\n      to { transform: translate(-50%, -100%) rotate(360deg); }\n    }\n\n    .pa-strap {\n      display: flex;\n      gap: 2px;\n      z-index: 1;\n    }\n\n    .pa-scale {\n      width: 14px;\n      height: 20px;\n      border-radius: 40% 10% 40% 10%;\n      background: linear-gradient(160deg, #3A2A1E, var(--dark-brown) 70%);\n      box-shadow: inset 0 0 3px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.4);\n      opacity: 0;\n      transform: translateY(-6px);\n      animation: pa-scale-in 0.5s ease-out forwards;\n    }\n\n    .pa-scale:nth-child(1) { animation-delay: 0.3s; }\n    .pa-scale:nth-child(2) { animation-delay: 0.4s; }\n    .pa-scale:nth-child(3) { animation-delay: 0.5s; }\n    .pa-scale:nth-child(4) { animation-delay: 0.6s; }\n    .pa-scale:nth-child(5) { animation-delay: 0.7s; }\n    .pa-scale:nth-child(6) { animation-delay: 0.8s; }\n\n    @keyframes pa-scale-in {\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .pa-desc-text {\n      font-size: 15.5px;\n      line-height: 1.7;\n      color: rgba(237,232,226,0.9);\n      margin-bottom: 26px;\n      opacity: 0;\n      animation: pa-fade-up 0.8s ease-out 0.3s forwards;\n    }\n\n    .pa-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    .pa-features li {\n      background: rgba(169,173,177,0.06);\n      border: 1px solid rgba(169,173,177,0.25);\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: pa-slide-in 0.5s ease-out forwards;\n    }\n\n    .pa-features li span.pa-ico {\n      color: var(--accent-light);\n      font-size: 16px;\n      flex-shrink: 0;\n    }\n\n    .pa-features li:nth-child(1) { animation-delay: 0.45s; }\n    .pa-features li:nth-child(2) { animation-delay: 0.55s; }\n    .pa-features li:nth-child(3) { animation-delay: 0.65s; }\n    .pa-features li:nth-child(4) { animation-delay: 0.75s; }\n    .pa-features li:nth-child(5) { animation-delay: 0.85s; }\n    .pa-features li:nth-child(6) { animation-delay: 0.95s; }\n\n    @keyframes pa-slide-in {\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    .pa-important {\n      background: rgba(255,255,255,0.03);\n      border-radius: 12px;\n      padding: 18px 20px;\n      opacity: 0;\n      animation: pa-fade-up 0.8s ease-out 1.05s forwards;\n    }\n\n    .pa-important h4 {\n      margin: 0 0 12px;\n      color: var(--accent-light);\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      letter-spacing: 1px;\n      font-size: 14px;\n      text-transform: uppercase;\n    }\n\n    .pa-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(237,232,226,0.85);\n    }\n\n    .pa-important li::before {\n      content: \"— \";\n      color: var(--accent);\n    }\n\n    .pa-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 18px;\n      opacity: 0;\n      animation: pa-fade-up 0.8s ease-out 1.2s forwards;\n    }\n\n    .pa-badge {\n      background: var(--accent-light);\n      color: var(--black);\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      .pa-features { grid-template-columns: 1fr; }\n      .pa-title { font-size: 21px; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"pa-hero\"\u003e\n    \u003cp class=\"pa-brand\"\u003ePatek Philippe Style\u003c\/p\u003e\n    \u003ch2 class=\"pa-title\"\u003eOctagonal Bezel Timepiece\u003c\/h2\u003e\n    \u003cp class=\"pa-subtitle\"\u003eDistinct Octagonal Bezel · Dark Alligator Leather Strap\u003c\/p\u003e\n    \u003cspan class=\"pa-mc-tag\"\u003eFirst Copy · Master Copy Quality\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pa-visual-wrap\"\u003e\n    \u003cdiv class=\"pa-octagon\"\u003e\n      \u003cdiv class=\"pa-face\"\u003e\n        \u003cdiv class=\"pa-hand\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pa-strap\"\u003e\n      \u003cdiv class=\"pa-scale\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pa-scale\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pa-scale\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pa-scale\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pa-scale\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pa-scale\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pa-desc-text\"\u003e\n    This is a \u003cstrong\u003eFirst Copy, Master Copy quality\u003c\/strong\u003e Patek Philippe style\n    timepiece, featuring a distinct octagonal bezel paired with a rich, dark\n    alligator-textured leather strap. Master copy quality means finer case finishing,\n    sharper bezel detailing and precise strap-to-case proportions compared to a\n    regular first copy — the refined bezel shape combined with the textured\n    leather strap gives it an elegant, dress-watch appeal for formal occasions and\n    everyday sophistication.\n  \u003c\/p\u003e\n\n  \u003cul class=\"pa-features\"\u003e\n    \u003cli\u003e\n\u003cspan class=\"pa-ico\"\u003e⬠\u003c\/span\u003e Distinct octagonal bezel\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pa-ico\"\u003e🐉\u003c\/span\u003e Dark alligator-textured strap\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pa-ico\"\u003e⏱\u003c\/span\u003e Smooth working movement\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pa-ico\"\u003e👁\u003c\/span\u003e Sharp, accurate detailing\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pa-ico\"\u003e✓\u003c\/span\u003e All features 100% working\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pa-ico\"\u003e⭐\u003c\/span\u003e Master Copy quality finish\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"pa-important\"\u003e\n    \u003ch4\u003eImportant Details\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFirst Copy \/ Master Copy\u003c\/strong\u003e — inspired design, not an original\/genuine Patek Philippe 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=\"pa-badges\"\u003e\n      \u003cspan class=\"pa-badge\"\u003eMaster Copy\u003c\/span\u003e\n      \u003cspan class=\"pa-badge\"\u003eFree Shipping\u003c\/span\u003e\n      \u003cspan class=\"pa-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":48036780114150,"sku":null,"price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9332\/8102\/files\/18_4.jpg?v=1784877430"},{"product_id":"patek-philippe-style-watch-first-copy-master-copy-quality-blue-dial-blue-strap","title":"Patek Philippe Style Watch – First Copy | Master Copy Quality | Blue Dial, Blue Strap","description":"\u003cdiv class=\"pb-watch-desc\"\u003e\n  \u003cstyle\u003e\n    .pb-watch-desc {\n      --blue: #1D4E9B;\n      --blue-light: #5B8FE0;\n      --blue-pale: #C7DBFB;\n      --blue-dark: #0F2E5C;\n      --navy: #0A1830;\n      --navy-dark: #050D1C;\n      --cream: #EAF0F9;\n      font-family: 'Georgia', 'Times New Roman', serif;\n      max-width: 720px;\n      margin: 0 auto;\n      background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 100%);\n      color: var(--cream);\n      border-radius: 16px;\n      padding: 32px 24px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.45);\n      overflow: hidden;\n      position: relative;\n    }\n\n    .pb-watch-desc * { box-sizing: border-box; }\n\n    .pb-hero {\n      position: relative;\n      text-align: center;\n      padding-bottom: 20px;\n      margin-bottom: 24px;\n      border-bottom: 1px solid rgba(91,143,224,0.35);\n      opacity: 0;\n      animation: pb-fade-up 0.8s ease-out forwards;\n    }\n\n    .pb-brand {\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      font-size: 13px;\n      color: var(--blue-pale);\n      margin: 0 0 8px;\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n    }\n\n    .pb-title {\n      font-size: 26px;\n      margin: 0 0 10px;\n      background: linear-gradient(100deg, var(--blue-pale) 20%, var(--blue-light) 40%, var(--blue-pale) 60%);\n      background-size: 200% auto;\n      -webkit-background-clip: text;\n      background-clip: text;\n      -webkit-text-fill-color: transparent;\n      animation: pb-shimmer 3.5s linear infinite;\n    }\n\n    .pb-subtitle {\n      font-size: 15px;\n      color: rgba(234,240,249,0.75);\n      font-style: italic;\n      margin: 0 0 10px;\n    }\n\n    .pb-mc-tag {\n      display: inline-block;\n      background: rgba(91,143,224,0.12);\n      border: 1px solid var(--blue-light);\n      color: var(--blue-pale);\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 pb-shimmer {\n      to { background-position: -200% center; }\n    }\n\n    @keyframes pb-fade-up {\n      from { opacity: 0; transform: translateY(14px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Blue dial + blue strap visual *\/\n    .pb-visual-wrap {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      margin: 8px 0 22px;\n      opacity: 0;\n      animation: pb-fade-up 0.8s ease-out 0.15s forwards;\n    }\n\n    .pb-dial {\n      width: 74px;\n      height: 74px;\n      border-radius: 50%;\n      background: radial-gradient(circle at 35% 30%, var(--blue-light), var(--blue) 70%);\n      border: 4px solid var(--blue-pale);\n      box-shadow: 0 0 14px rgba(91,143,224,0.4), inset 0 0 8px rgba(0,0,0,0.3);\n      position: relative;\n      z-index: 2;\n      margin-bottom: -6px;\n    }\n\n    .pb-hand {\n      position: absolute;\n      top: 50%; left: 50%;\n      width: 2.5px; height: 22px;\n      background: var(--cream);\n      transform-origin: bottom center;\n      transform: translate(-50%, -100%) rotate(50deg);\n      border-radius: 2px;\n      animation: pb-hand-spin 7s linear infinite;\n    }\n\n    @keyframes pb-hand-spin {\n      from { transform: translate(-50%, -100%) rotate(0deg); }\n      to { transform: translate(-50%, -100%) rotate(360deg); }\n    }\n\n    .pb-strap {\n      display: flex;\n      gap: 3px;\n      z-index: 1;\n    }\n\n    .pb-link {\n      width: 17px;\n      height: 24px;\n      border-radius: 5px;\n      background: linear-gradient(180deg, var(--blue-light), var(--blue) 55%, var(--blue-dark));\n      box-shadow: inset 0 0 4px rgba(0,0,0,0.3);\n      opacity: 0;\n      transform: translateY(-6px);\n      animation: pb-link-drop 0.5s ease-out forwards;\n    }\n\n    .pb-link:nth-child(1) { animation-delay: 0.3s; }\n    .pb-link:nth-child(2) { animation-delay: 0.4s; }\n    .pb-link:nth-child(3) { animation-delay: 0.5s; }\n    .pb-link:nth-child(4) { animation-delay: 0.6s; }\n    .pb-link:nth-child(5) { animation-delay: 0.7s; }\n\n    @keyframes pb-link-drop {\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .pb-desc-text {\n      font-size: 15.5px;\n      line-height: 1.7;\n      color: rgba(234,240,249,0.92);\n      margin-bottom: 26px;\n      opacity: 0;\n      animation: pb-fade-up 0.8s ease-out 0.3s forwards;\n    }\n\n    .pb-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    .pb-features li {\n      background: rgba(91,143,224,0.07);\n      border: 1px solid rgba(91,143,224,0.28);\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: pb-slide-in 0.5s ease-out forwards;\n    }\n\n    .pb-features li span.pb-ico {\n      color: var(--blue-pale);\n      font-size: 16px;\n      flex-shrink: 0;\n    }\n\n    .pb-features li:nth-child(1) { animation-delay: 0.45s; }\n    .pb-features li:nth-child(2) { animation-delay: 0.55s; }\n    .pb-features li:nth-child(3) { animation-delay: 0.65s; }\n    .pb-features li:nth-child(4) { animation-delay: 0.75s; }\n    .pb-features li:nth-child(5) { animation-delay: 0.85s; }\n    .pb-features li:nth-child(6) { animation-delay: 0.95s; }\n\n    @keyframes pb-slide-in {\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    .pb-important {\n      background: rgba(0,0,0,0.22);\n      border-radius: 12px;\n      padding: 18px 20px;\n      opacity: 0;\n      animation: pb-fade-up 0.8s ease-out 1.05s forwards;\n    }\n\n    .pb-important h4 {\n      margin: 0 0 12px;\n      color: var(--blue-pale);\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      letter-spacing: 1px;\n      font-size: 14px;\n      text-transform: uppercase;\n    }\n\n    .pb-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(234,240,249,0.88);\n    }\n\n    .pb-important li::before {\n      content: \"— \";\n      color: var(--blue-light);\n    }\n\n    .pb-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 18px;\n      opacity: 0;\n      animation: pb-fade-up 0.8s ease-out 1.2s forwards;\n    }\n\n    .pb-badge {\n      background: var(--blue-light);\n      color: var(--navy-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      .pb-features { grid-template-columns: 1fr; }\n      .pb-title { font-size: 21px; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"pb-hero\"\u003e\n    \u003cp class=\"pb-brand\"\u003ePatek Philippe Style\u003c\/p\u003e\n    \u003ch2 class=\"pb-title\"\u003eBlue Dial Timepiece\u003c\/h2\u003e\n    \u003cp class=\"pb-subtitle\"\u003eRich Blue Dial · Matching Blue Strap\u003c\/p\u003e\n    \u003cspan class=\"pb-mc-tag\"\u003eFirst Copy · Master Copy Quality\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pb-visual-wrap\"\u003e\n    \u003cdiv class=\"pb-dial\"\u003e\n      \u003cdiv class=\"pb-hand\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pb-strap\"\u003e\n      \u003cdiv class=\"pb-link\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pb-link\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pb-link\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pb-link\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pb-link\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pb-desc-text\"\u003e\n    This is a \u003cstrong\u003eFirst Copy, Master Copy quality\u003c\/strong\u003e Patek Philippe style\n    timepiece, featuring a rich blue dial paired with a matching blue strap for a\n    clean, tonal look. Master copy quality means finer case finishing, sharper dial\n    detailing and precise strap-to-case color matching compared to a regular first\n    copy — the all-blue palette gives it a modern, sophisticated appeal for\n    daily wear and formal occasions alike.\n  \u003c\/p\u003e\n\n  \u003cul class=\"pb-features\"\u003e\n    \u003cli\u003e\n\u003cspan class=\"pb-ico\"\u003e🔵\u003c\/span\u003e Rich blue dial\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pb-ico\"\u003e🔗\u003c\/span\u003e Matching blue strap\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pb-ico\"\u003e⏱\u003c\/span\u003e Smooth working movement\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pb-ico\"\u003e👁\u003c\/span\u003e Sharp, accurate detailing\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pb-ico\"\u003e✓\u003c\/span\u003e All features 100% working\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"pb-ico\"\u003e⭐\u003c\/span\u003e Master Copy quality finish\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"pb-important\"\u003e\n    \u003ch4\u003eImportant Details\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFirst Copy \/ Master Copy\u003c\/strong\u003e — inspired design, not an original\/genuine Patek Philippe 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=\"pb-badges\"\u003e\n      \u003cspan class=\"pb-badge\"\u003eMaster Copy\u003c\/span\u003e\n      \u003cspan class=\"pb-badge\"\u003eFree Shipping\u003c\/span\u003e\n      \u003cspan class=\"pb-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":48036799938790,"sku":null,"price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9332\/8102\/files\/19_4.jpg?v=1784878037"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/9332\/8102\/collections\/5_4.jpg?v=1784369575","url":"https:\/\/anzoro.com\/collections\/patek-philippe.oembed","provider":"Anzoro","version":"1.0","type":"link"}