{"title":"Tissot","description":"\u003cstyle\u003e\n:root {\n    --primary: #0F2E2E;\n    --cream: #F5E9DA;\n    --light-bg: #FDF8F2;\n    --text-dark: #0F2E2E;\n}\n\n.tw-container {\n    max-width: 850px;\n    margin: auto;\n    font-family: system-ui, -apple-system, sans-serif;\n    color: var(--text-dark);\n    padding: 20px;\n}\n\n.tw-anim {\n    opacity: 0;\n    transform: translateY(40px) scale(0.98);\n    transition: all 0.8s cubic-bezier(.4,0,.2,1);\n}\n.tw-anim.show {\n    opacity: 1;\n    transform: translateY(0) scale(1);\n}\n\n.tw-main-title {\n    color: var(--primary);\n    font-size: 32px;\n    font-weight: 700;\n    margin-bottom: 15px;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.tw-intro {\n    font-size: 16px;\n    line-height: 1.8;\n    text-align: center;\n    margin-bottom: 30px;\n}\n\n.tw-feature-section {\n    background: var(--cream);\n    padding: 35px;\n    border-radius: 20px;\n    margin: 30px 0;\n}\n\n.tw-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));\n    gap: 20px;\n}\n\n.tw-card {\n    background: white;\n    padding: 20px;\n    border-radius: 14px;\n    text-align: center;\n    transition: .4s;\n    border: 1px solid rgba(15,46,46,0.1);\n}\n\n.tw-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 15px 35px rgba(15,46,46,0.25);\n}\n\n.tw-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n}\n\n.tw-sub-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--primary);\n    display: block;\n    margin-bottom: 5px;\n}\n\n.tw-footer-text {\n    font-size: 14px;\n    color: #444;\n    line-height: 1.7;\n    margin-top: 30px;\n    border-top: 1px solid #ddd;\n    padding-top: 25px;\n}\n\n@media(max-width:600px){\n    .tw-main-title {font-size:26px;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tw-container\"\u003e\n\n    \u003cdiv class=\"tw-anim\"\u003e\n        \u003ch1 class=\"tw-main-title\"\u003eTissot 1853 Collection\u003c\/h1\u003e\n        \u003cp class=\"tw-intro\"\u003e\n            Embrace the legacy of Swiss horology with the \u003cstrong\u003eTissot 1853 Master Quality\u003c\/strong\u003e collection. Our selection features the iconic Couturier, the vintage-inspired PRX, and the powerful Chrono XL series. Known for their timeless elegance and impeccable symmetry, these timepieces are crafted for those who appreciate the perfect balance of heritage and modern innovation.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tw-feature-section tw-anim\"\u003e\n        \u003cdiv class=\"tw-grid\"\u003e\n            \u003cdiv class=\"tw-card\"\u003e\n                \u003cdiv class=\"tw-icon\"\u003e🇨🇭\u003c\/div\u003e\n                \u003cspan class=\"tw-sub-title\"\u003eSwiss Heritage\u003c\/span\u003e\n                \u003cp\u003eClassic 1853 aesthetics with balanced dial layouts.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tw-card\"\u003e\n                \u003cdiv class=\"tw-icon\"\u003e⌚\u003c\/div\u003e\n                \u003cspan class=\"tw-sub-title\"\u003eSolid Steel\u003c\/span\u003e\n                \u003cp\u003ePremium grade stainless steel cases and weighted link straps.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tw-card\"\u003e\n                \u003cdiv class=\"tw-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003cspan class=\"tw-sub-title\"\u003eWorking Chrono\u003c\/span\u003e\n                \u003cp\u003eFully functional sub-dials and high-precision movements.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tw-footer-text tw-anim\"\u003e\n        \u003ch2 style=\"font-size: 20px; margin-bottom: 12px; color: var(--primary);\"\u003eTimeless Sophistication \u0026amp; Unrivaled Precision\u003c\/h2\u003e\n        \u003cp\u003e\n            Our Tissot collection is curated for the discerning professional. From the brilliant **white dials** of the Couturier Gold edition to the sleek profiles of our automatic range, every watch captures the original weight and premium serial-link feel. These timepieces serve as a statement of luxury, ensuring you carry the prestige of the Tissot 1853 mark on every occasion.\n        \u003c\/p\u003e\n        \u003cp style=\"margin-top: 12px; font-weight: 600;\"\u003e\n            Exclusive Benefits: Pan-India Free Shipping | Cash On Delivery (COD) | Includes Tissot Branded Luxury Packaging.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst observer = new IntersectionObserver((entries)=\u003e{\n    entries.forEach(entry=\u003e{\n        if(entry.isIntersecting){\n            entry.target.classList.add('show');\n        }\n    });\n},{threshold:0.1});\n\ndocument.querySelectorAll('.tw-anim').forEach(el=\u003e{\n    observer.observe(el);\n});\n\u003c\/script\u003e","products":[{"product_id":"tissot-couturier-1853-chronograph-gold-edition-white-dial-7a-master-quality","title":"Tissot Couturier 1853 Chronograph Gold Edition White Dial - 7A Master Quality","description":"\u003cstyle\u003e\n:root {\n    --primary: #0F2E2E;\n    --cream: #F5E9DA;\n    --light-bg: #FDF8F2;\n    --text-dark: #0F2E2E;\n}\n\n.tw-container {\n    max-width: 850px;\n    margin: auto;\n    font-family: system-ui, -apple-system, sans-serif;\n    color: var(--text-dark);\n}\n\n.tw-anim {\n    opacity: 0;\n    transform: translateY(40px) scale(0.98);\n    transition: all 0.8s cubic-bezier(.4,0,.2,1);\n}\n.tw-anim.show {\n    opacity: 1;\n    transform: translateY(0) scale(1);\n}\n\n.tw-main-title {\n    color: var(--primary);\n    font-size: 28px;\n    font-weight: 700;\n    margin-bottom: 12px;\n    text-transform: uppercase;\n}\n\n.tw-intro {\n    font-size: 15px;\n    line-height: 1.7;\n    margin-bottom: 20px;\n}\n\n.tw-feature-section {\n    background: var(--cream);\n    padding: 30px;\n    border-radius: 18px;\n    margin: 30px 0;\n}\n\n.tw-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));\n    gap: 15px;\n}\n\n.tw-card {\n    background: white;\n    padding: 18px;\n    border-radius: 14px;\n    text-align: center;\n    transition: .4s;\n    position: relative;\n    overflow: hidden;\n}\n\n.tw-card:hover {\n    transform: translateY(-6px) scale(1.03);\n    box-shadow: 0 15px 30px rgba(15,46,46,0.25);\n}\n\n.tw-icon {\n    font-size: 24px;\n    margin-bottom: 8px;\n}\n\n.tw-card::before {\n    content: \"\";\n    position: absolute;\n    width: 120%;\n    height: 100%;\n    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);\n    top: 0;\n    left: -120%;\n    transition: 0.6s;\n}\n.tw-card:hover::before {\n    left: 120%;\n}\n\n.tw-spec {\n    margin-top: 30px;\n}\n.tw-spec-item {\n    display: flex;\n    justify-content: space-between;\n    padding: 12px 0;\n    border-bottom: 1px solid #ddd;\n}\n.tw-spec-item span:first-child {\n    font-weight: 600;\n}\n\n.tw-trust {\n    background: var(--cream);\n    margin-top: 30px;\n    padding: 20px;\n    border-radius: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-around;\n    gap: 10px;\n}\n\n.tw-badge {\n    background: white;\n    padding: 8px 14px;\n    border-radius: 20px;\n    font-size: 13px;\n    font-weight: 600;\n    transition: .3s;\n}\n.tw-badge:hover {\n    transform: scale(1.08);\n    background: var(--primary);\n    color: white;\n}\n\n@media(max-width:600px){\n    .tw-main-title {font-size:22px;}\n    .tw-spec-item {flex-direction:column; gap: 4px;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tw-container\"\u003e\n\n    \u003cdiv class=\"tw-anim\"\u003e\n        \u003ch1 class=\"tw-main-title\"\u003eTissot Couturier 1853 Gold\u003c\/h1\u003e\n        \u003cp class=\"tw-intro\"\u003e\n            Elevate your presence with the \u003cstrong\u003eTissot Couturier 1853 Gold Edition\u003c\/strong\u003e. This 7A Master Quality chronograph is a masterpiece of timeless design, featuring a crisp \u003cstrong\u003ewhite dial\u003c\/strong\u003e housed in a luxurious gold-tone stainless steel case. Engineered for the modern man, it blends Swiss-inspired aesthetics with a solid stainless steel strap, offering a perfect weight and premium feel on the wrist.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tw-feature-section tw-anim\"\u003e\n        \u003ch2 class=\"tw-main-title\" style=\"font-size:22px;\"\u003e7A Master Highlights\u003c\/h2\u003e\n        \u003cdiv class=\"tw-grid\"\u003e\n            \u003cdiv class=\"tw-card\"\u003e\n                \u003cdiv class=\"tw-icon\"\u003e✨\u003c\/div\u003e\n                \u003cstrong\u003eGold PVD Finish\u003c\/strong\u003e\n                \u003cp\u003eHigh-grade gold-tone coating for a long-lasting shine.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tw-card\"\u003e\n                \u003cdiv class=\"tw-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003cstrong\u003eChronograph\u003c\/strong\u003e\n                \u003cp\u003eFully functional sub-dials for precise time tracking.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tw-card\"\u003e\n                \u003cdiv class=\"tw-icon\"\u003e⚪\u003c\/div\u003e\n                \u003cstrong\u003eClassic White\u003c\/strong\u003e\n                \u003cp\u003eElegant white dial with clean hour markers and branding.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tw-card\"\u003e\n                \u003cdiv class=\"tw-icon\"\u003e🦾\u003c\/div\u003e\n                \u003cstrong\u003eFull Steel\u003c\/strong\u003e\n                \u003cp\u003eSolid stainless steel build for original-like durability.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tw-spec tw-anim\"\u003e\n        \u003ch2 class=\"tw-main-title\" style=\"font-size:22px;\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n\u003cspan\u003eModel Reference\u003c\/span\u003e\u003cspan\u003eTissot Couturier 1853 Gold\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n\u003cspan\u003eQuality Grade\u003c\/span\u003e\u003cspan\u003e7A Master Quality (1:1 Design)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n\u003cspan\u003eMechanism\u003c\/span\u003e\u003cspan\u003eHigh-Precision Quartz Chronograph\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n\u003cspan\u003eDial Window\u003c\/span\u003e\u003cspan\u003eHardened Mineral Scratch-Resistant Glass\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n\u003cspan\u003eStrap Material\u003c\/span\u003e\u003cspan\u003eGold-Tone Stainless Steel\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n\u003cspan\u003eClasp\u003c\/span\u003e\u003cspan\u003eButterfly Deployment Clasp\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n\u003cspan\u003ePackaging\u003c\/span\u003e\u003cspan\u003eTissot Branded Hard Box Included\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tw-trust tw-anim\"\u003e\n        \u003cdiv class=\"tw-badge\"\u003e🛡️ 1-Year Machine Warranty\u003c\/div\u003e\n        \u003cdiv class=\"tw-badge\"\u003e🚚 Free Express Delivery\u003c\/div\u003e\n        \u003cdiv class=\"tw-badge\"\u003e📦 Cash On Delivery\u003c\/div\u003e\n        \u003cdiv class=\"tw-badge\"\u003e✨ Original Weight \u0026amp; Feel\u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst observer = new IntersectionObserver((entries)=\u003e{\n    entries.forEach(entry=\u003e{\n        if(entry.isIntersecting){\n            entry.target.classList.add('show');\n        }\n    });\n},{threshold:0.1});\n\ndocument.querySelectorAll('.tw-anim').forEach(el=\u003e{\n    observer.observe(el);\n});\n\u003c\/script\u003e","brand":"Anzoro","offers":[{"title":"Default Title","offer_id":51418686456096,"sku":null,"price":2999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/2586\/1408\/files\/Tissot-7A-Master-Quality-Side-Profile-Crown.gif?v=1775223257"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/2586\/1408\/collections\/Tissot-Couturier-Gold-Watch-On-Wrist-Luxury.gif?v=1775369336","url":"https:\/\/anzoro.com\/collections\/tissot.oembed","provider":"anzoro","version":"1.0","type":"link"}