{"title":"Home page","description":null,"products":[{"product_id":"gen-mechanical-watch","title":"Gen - Mechanical Watch","description":"\u003cstyle\u003e\n  .rings-gen {\n    --rings-bg: #0e0a08;\n    --rings-panel: #17110e;\n    --rings-text: #f2ede5;\n    --rings-muted: #c8bcac;\n    --rings-gold: #d4c4a0;\n    --rings-line: rgba(212, 196, 160, 0.25);\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--rings-text);\n    background: var(--rings-bg);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .rings-gen * { box-sizing: border-box; }\n\n  .rings-gen h2,\n  .rings-gen h3,\n  .rings-gen p { margin-top: 0; }\n\n  .rings-gen h2,\n  .rings-gen h3 {\n    color: var(--rings-text);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n    letter-spacing: 0.02em;\n  }\n\n  .rings-gen h2 {\n    margin-bottom: 18px;\n    font-size: clamp(31px, 6vw, 50px);\n    line-height: 1.12;\n  }\n\n  .rings-gen h3 {\n    margin-bottom: 14px;\n    font-size: clamp(25px, 4.5vw, 34px);\n    line-height: 1.2;\n  }\n\n  .rings-gen p {\n    margin-bottom: 18px;\n    color: var(--rings-muted);\n  }\n\n  .rings-gen .rings-eyebrow {\n    margin-bottom: 12px;\n    color: var(--rings-gold);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n  }\n\n  .rings-gen .rings-lead {\n    max-width: 700px;\n    color: var(--rings-text);\n    font-size: clamp(18px, 3.5vw, 22px);\n    line-height: 1.6;\n  }\n\n  .rings-gen .rings-section {\n    padding: 58px 34px;\n    border-bottom: 1px solid var(--rings-line);\n  }\n\n  .rings-gen .rings-hero {\n    padding-top: 68px;\n    padding-bottom: 66px;\n    text-align: center;\n  }\n\n  .rings-gen .rings-hero .rings-lead {\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .rings-gen .rings-japanese-name {\n    display: inline-block;\n    margin-left: 8px;\n    color: var(--rings-gold);\n  }\n\n  .rings-gen .rings-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n  }\n\n  .rings-gen .rings-video {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    background: #090706;\n  }\n\n  .rings-gen .rings-image-wrap {\n    overflow: hidden;\n    background: #090706;\n  }\n\n  .rings-gen .rings-two-column {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 42px;\n    align-items: center;\n  }\n\n  .rings-gen .rings-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  .rings-gen .rings-feature {\n    min-height: 150px;\n    padding: 24px;\n    border: 1px solid var(--rings-line);\n    background: var(--rings-panel);\n  }\n\n  .rings-gen .rings-feature strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--rings-gold);\n    font-size: 12px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .rings-gen .rings-feature span { color: var(--rings-muted); }\n\n  .rings-gen .rings-review-track {\n    display: grid;\n    grid-auto-flow: column;\n    grid-auto-columns: minmax(290px, 62%);\n    gap: 16px;\n    margin: 30px -4px 0;\n    padding: 4px 4px 18px;\n    overflow-x: auto;\n    overscroll-behavior-inline: contain;\n    scroll-snap-type: inline mandatory;\n    scrollbar-color: var(--rings-gold) var(--rings-panel);\n    scrollbar-width: thin;\n  }\n\n  .rings-gen .rings-review-track::-webkit-scrollbar { height: 6px; }\n  .rings-gen .rings-review-track::-webkit-scrollbar-track { background: var(--rings-panel); }\n  .rings-gen .rings-review-track::-webkit-scrollbar-thumb { background: var(--rings-gold); }\n\n  .rings-gen .rings-review-card {\n    display: flex;\n    min-height: 390px;\n    padding: 26px;\n    border: 1px solid var(--rings-line);\n    background: var(--rings-panel);\n    flex-direction: column;\n    scroll-snap-align: start;\n  }\n\n  .rings-gen .rings-review-stars {\n    margin-bottom: 20px;\n    color: var(--rings-gold);\n    font-size: 18px;\n    letter-spacing: 0.12em;\n    line-height: 1;\n  }\n\n  .rings-gen .rings-review-card blockquote {\n    display: block !important;\n    width: 100% !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    border: 0 !important;\n    columns: auto !important;\n    column-count: 1 !important;\n    color: var(--rings-text) !important;\n    font-style: normal !important;\n  }\n\n  .rings-gen .rings-review-card blockquote p {\n    display: block !important;\n    width: 100% !important;\n    max-width: none !important;\n    margin-right: 0 !important;\n    margin-left: 0 !important;\n    padding: 0 !important;\n    border: 0 !important;\n    color: var(--rings-text);\n    font-size: 16px;\n    font-style: normal !important;\n    line-height: 1.7;\n  }\n\n  .rings-gen .rings-review-card footer {\n    margin-top: auto;\n    padding-top: 22px;\n    border-top: 1px solid var(--rings-line);\n  }\n\n  .rings-gen .rings-review-card footer strong,\n  .rings-gen .rings-review-card footer span { display: block; }\n\n  .rings-gen .rings-review-card footer strong {\n    color: var(--rings-gold);\n    font-size: 13px;\n    letter-spacing: 0.08em;\n  }\n\n  .rings-gen .rings-review-card footer span {\n    margin-top: 5px;\n    color: var(--rings-muted);\n    font-size: 12px;\n  }\n\n  .rings-gen .rings-review-hint {\n    margin: 5px 0 0;\n    color: var(--rings-gold);\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-align: right;\n    text-transform: uppercase;\n  }\n\n  .rings-gen .rings-specs {\n    width: 100%;\n    margin-top: 24px;\n    border-collapse: collapse;\n    color: var(--rings-muted);\n  }\n\n  .rings-gen .rings-specs th,\n  .rings-gen .rings-specs td {\n    padding: 14px 8px;\n    border-bottom: 1px solid var(--rings-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .rings-gen .rings-specs th {\n    width: 38%;\n    color: var(--rings-gold);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .rings-gen .rings-faq details { border-top: 1px solid var(--rings-line); }\n\n  .rings-gen .rings-faq details:last-child {\n    border-bottom: 1px solid var(--rings-line);\n  }\n\n  .rings-gen .rings-faq summary {\n    padding: 19px 2px;\n    color: var(--rings-text);\n    cursor: pointer;\n    font-weight: 600;\n    list-style-position: outside;\n  }\n\n  .rings-gen .rings-faq details p { padding: 0 2px 18px; }\n\n  .rings-gen .rings-shipping {\n    text-align: center;\n    background: linear-gradient(180deg, var(--rings-panel), var(--rings-bg));\n  }\n\n  .rings-gen .rings-shipping-badge {\n    display: inline-block;\n    margin-top: 8px;\n    padding: 10px 15px;\n    border: 1px solid var(--rings-gold);\n    color: var(--rings-gold);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  @media (max-width: 640px) {\n    .rings-gen {\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .rings-gen .rings-section { padding: 45px 22px; }\n\n    .rings-gen .rings-hero {\n      padding-top: 54px;\n      padding-bottom: 52px;\n    }\n\n    .rings-gen .rings-two-column,\n    .rings-gen .rings-feature-grid { grid-template-columns: 1fr; }\n\n    .rings-gen .rings-two-column { gap: 28px; }\n    .rings-gen .rings-feature { min-height: 0; }\n\n    .rings-gen .rings-review-track {\n      grid-auto-columns: 88%;\n      margin-right: -22px;\n    }\n\n    .rings-gen .rings-review-card {\n      min-height: 430px;\n      padding: 23px;\n    }\n\n    .rings-gen .rings-specs th,\n    .rings-gen .rings-specs td {\n      display: block;\n      width: 100%;\n    }\n\n    .rings-gen .rings-specs th {\n      padding-bottom: 3px;\n      border-bottom: 0;\n    }\n\n    .rings-gen .rings-specs td { padding-top: 2px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rings-gen\"\u003e\n\u003cdiv class=\"rings-image-wrap\"\u003e\u003cvideo class=\"rings-video\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" preload=\"metadata\" poster=\"https:\/\/ringswatch.shop\/cdn\/shop\/files\/preview_images\/8586d9d778934948861037aeef601908.thumbnail.0000000000.jpg?v=1787106419\u0026amp;width=1200\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8586d9d778934948861037aeef601908.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003csection class=\"rings-section rings-hero\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eDark wood. Mechanical movement.\u003c\/p\u003e\n\u003ch2\u003eGEN \u003cspan class=\"rings-japanese-name\"\u003e— 玄\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"rings-lead\"\u003ePowered by movement, not a battery.\u003c\/p\u003e\n\u003cp\u003eGEN takes its name from the Japanese character 玄, read \u003cem\u003egen\u003c\/em\u003e—a character that evokes depth, mystery and darkness. Dark natural wood surrounds an open-worked dial where the mechanics of time become part of the design.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rings-image-wrap\"\u003e\u003cimg class=\"rings-image\" src=\"https:\/\/ringswatch.shop\/cdn\/shop\/files\/Commercial_product_photography_of_a_dark_ebony_woo-1777133633298.png?v=1777133705\u0026amp;width=1200\" alt=\"RINGS GEN dark wooden automatic mechanical skeleton watch\" loading=\"lazy\" width=\"1200\" height=\"1200\"\u003e\u003c\/div\u003e\n\u003csection class=\"rings-section\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eTime, made visible\u003c\/p\u003e\n\u003ch3\u003eThe movement is the design.\u003c\/h3\u003e\n\u003cp class=\"rings-lead\"\u003eLook through the skeleton dial and you are not seeing decoration. You are watching the mechanical movement itself at work.\u003c\/p\u003e\n\u003cp\u003eGolden gears, Roman numerals and dark wood create a sense of depth that changes with every angle. GEN does not hide how it keeps time. It makes the mechanism the centre of attention.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rings-image-wrap\"\u003e\u003cimg class=\"rings-image\" src=\"https:\/\/ringswatch.shop\/cdn\/shop\/files\/Codex_2026_8_23_16_56_27.png?v=1787472617\u0026amp;width=1200\" alt=\"Close-up of the moving mechanical skeleton dial of RINGS GEN\" loading=\"lazy\" width=\"1200\" height=\"1200\"\u003e\u003c\/div\u003e\n\u003csection class=\"rings-section\"\u003e\n\u003cdiv class=\"rings-two-column\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"rings-eyebrow\"\u003ePowered by you\u003c\/p\u003e\n\u003ch3\u003eNo battery. Just motion.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp\u003eUnlike a battery-powered quartz watch, GEN uses an automatic mechanical movement. The motion of your wrist supplies the energy that keeps it running.\u003c\/p\u003e\n\u003cp\u003eIt is a more physical way to experience time: gears engaging, the mechanism moving and the watch responding to the person wearing it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rings-feature-grid\"\u003e\n\u003cdiv class=\"rings-feature\"\u003e\n\u003cstrong\u003eAutomatic mechanical\u003c\/strong\u003e \u003cspan\u003eYour movement powers the watch without a battery.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rings-feature\"\u003e\n\u003cstrong\u003eSkeleton dial\u003c\/strong\u003e \u003cspan\u003eThe working mechanism remains visible through the open-worked face.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rings-feature\"\u003e\n\u003cstrong\u003eDark natural wood\u003c\/strong\u003e \u003cspan\u003eWarm wood grain gives every GEN its own subtle character.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rings-feature\"\u003e\n\u003cstrong\u003eRoman numeral details\u003c\/strong\u003e \u003cspan\u003eGold-tone indices frame the movement with a classical finish.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"rings-section rings-reviews\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eLoved in Japan\u003c\/p\u003e\n\u003ch3 id=\"rings-gen-reviews-title\"\u003eCustomer Reviews from Our Japan Store\u003c\/h3\u003e\n\u003cp\u003eThese reviews were originally submitted in Japanese on the RINGS Japan store and have been translated into English.\u003c\/p\u003e\n\u003cdiv class=\"rings-review-track\" tabindex=\"0\"\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eIt is perfect as a first proper mechanical watch!\u003c\/p\u003e\n\u003cp\u003eRather than simply checking the time, I enjoy watching the gears move. Even during the humid summer, the wooden band does not feel sticky and remains completely comfortable to wear. Very nice!!\u003c\/p\u003e\n\u003cp\u003eIt feels worth more than the price!\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eAnonymous\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eThe design has a truly luxurious feel and looks fantastic.\u003c\/p\u003e\n\u003cp\u003eI had always thought mechanical watches were too expensive for me, but thanks to GEN being offered at the remarkable price of JPY 19,800, I was able to own the mechanical watch I had admired.\u003c\/p\u003e\n\u003cp\u003eIt loses around 15 seconds a day, but considering the price, I think the accuracy is quite good. I do wish it gained time rather than losing it.\u003c\/p\u003e\n\u003cp\u003eThe crystal appeared to be glass, so to avoid scratches I fitted a 30 mm protective film designed for watch crystals. I hope to enjoy it for many years. Thank you for this wonderful product.\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eAnonymous\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eThe design is beautiful, of course, but perhaps because it is made with natural wood, it is also a watch that quickly develops a real sense of attachment.\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eAnonymous\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eThe warmth and lightness of the natural wood are wonderful. It gives me a unique feeling that is hard to describe, and I am glad I bought this watch.\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eAnonymous\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eI wanted a watch that felt a little different to mark a milestone at work, so I bought this one.\u003c\/p\u003e\n\u003cp\u003eI ordered it partly because mechanical wooden watches are rare, but more than anything, the moving gold gears are so beautiful that I find myself staring at them every time I check the time.\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eSayaka\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cp class=\"rings-review-hint\"\u003eSwipe or scroll to read all reviews →\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rings-image-wrap\"\u003e\u003cimg class=\"rings-image\" src=\"https:\/\/ringswatch.shop\/cdn\/shop\/files\/ChatGPT_Image_2026_8_23_17_32_19.png?v=1787473950\u0026amp;width=1200\" alt=\"RINGS GEN automatic wooden watch worn with a dark suit\" loading=\"lazy\" width=\"1200\" height=\"1200\"\u003e\u003c\/div\u003e\n\u003csection class=\"rings-section\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eDetails\u003c\/p\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003ctable class=\"rings-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eDark natural wood and stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMovement\u003c\/th\u003e\n\u003ctd\u003eAutomatic mechanical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDial\u003c\/th\u003e\n\u003ctd\u003eSkeleton dial with visible movement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eIndices\u003c\/th\u003e\n\u003ctd\u003eGold-tone Roman numerals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBracelet\u003c\/th\u003e\n\u003ctd\u003eDark natural wood with silver-tone stainless-steel accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCase diameter\u003c\/th\u003e\n\u003ctd\u003e44 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCase thickness\u003c\/th\u003e\n\u003ctd\u003e13 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBand width\u003c\/th\u003e\n\u003ctd\u003e24 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBand length\u003c\/th\u003e\n\u003ctd\u003eApproximately 24.5 cm; adjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"rings-section rings-shipping\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eFrom Japan, with care\u003c\/p\u003e\n\u003ch3\u003eCarefully prepared and shipped from Japan.\u003c\/h3\u003e\n\u003cp\u003eRINGS is a Japanese watch brand founded and operated in Japan. Every Australian order is carefully packed in Japan and sent with tracking, so you can follow its journey to your door.\u003c\/p\u003e\n\u003cspan class=\"rings-shipping-badge\"\u003eFree tracked shipping to Australia\u003c\/span\u003e\u003c\/section\u003e\n\u003csection class=\"rings-section rings-faq\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eQuestions, answered\u003c\/p\u003e\n\u003ch3\u003eBefore your GEN arrives\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes GEN need a battery?\u003c\/summary\u003e\n\u003cp\u003eNo. GEN uses an automatic mechanical movement powered by the motion of your wrist rather than a battery.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it stop if I do not wear it?\u003c\/summary\u003e\n\u003cp\u003eAn automatic mechanical watch may stop after it has been left unworn. Set the time again and resume wearing it to return the movement to operation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan GEN get wet?\u003c\/summary\u003e\n\u003cp\u003eThe wood has a protective coating and can handle normal perspiration. Because it is a natural material, avoid rain, sinks, showers, swimming and submerging the watch in water.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the bracelet?\u003c\/summary\u003e\n\u003cp\u003eYes. The bracelet is approximately 24.5 cm at its longest and can be shortened to suit a smaller wrist.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat if my watch needs support?\u003c\/summary\u003e\n\u003cp\u003eContact RINGS with your order details and a description of the issue. Our team in Japan will review it and explain the available repair or support options.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"rings-section rings-shipping\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eGEN — 玄\u003c\/p\u003e\n\u003ch3\u003eWatch time move.\u003c\/h3\u003e\n\u003cp\u003eDark natural wood. A living mechanism. The flagship model of RINGS.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"RINGS Watch","offers":[{"title":"Default Title","offer_id":51504020193526,"sku":null,"price":249.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/2480\/0246\/files\/Commercial_product_photography_of_a_dark_ebony_woo-1777133633298_1.png?v=1787475763"},{"product_id":"nami","title":"Nami","description":"\u003cstyle\u003e\n  .rings-nami {\n    --rings-bg: #0e0a08;\n    --rings-panel: #17110e;\n    --rings-text: #f2ede5;\n    --rings-muted: #c8bcac;\n    --rings-gold: #d4c4a0;\n    --rings-line: rgba(212, 196, 160, 0.25);\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--rings-text);\n    background: var(--rings-bg);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .rings-nami * {\n    box-sizing: border-box;\n  }\n\n  .rings-nami h2,\n  .rings-nami h3,\n  .rings-nami p {\n    margin-top: 0;\n  }\n\n  .rings-nami h2,\n  .rings-nami h3 {\n    color: var(--rings-text);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n    letter-spacing: 0.02em;\n  }\n\n  .rings-nami h2 {\n    margin-bottom: 18px;\n    font-size: clamp(31px, 6vw, 50px);\n    line-height: 1.12;\n  }\n\n  .rings-nami h3 {\n    margin-bottom: 14px;\n    font-size: clamp(25px, 4.5vw, 34px);\n    line-height: 1.2;\n  }\n\n  .rings-nami p {\n    margin-bottom: 18px;\n    color: var(--rings-muted);\n  }\n\n  .rings-nami .rings-eyebrow {\n    margin-bottom: 12px;\n    color: var(--rings-gold);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n  }\n\n  .rings-nami .rings-lead {\n    max-width: 700px;\n    color: var(--rings-text);\n    font-size: clamp(18px, 3.5vw, 22px);\n    line-height: 1.6;\n  }\n\n  .rings-nami .rings-section {\n    padding: 58px 34px;\n    border-bottom: 1px solid var(--rings-line);\n  }\n\n  .rings-nami .rings-hero {\n    padding-top: 68px;\n    padding-bottom: 66px;\n    text-align: center;\n  }\n\n  .rings-nami .rings-hero .rings-lead {\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .rings-nami .rings-japanese-name {\n    display: inline-block;\n    margin-left: 8px;\n    color: var(--rings-gold);\n  }\n\n  .rings-nami .rings-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n  }\n\n  .rings-nami .rings-video {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    background: #090706;\n  }\n\n  .rings-nami .rings-image-wrap {\n    overflow: hidden;\n    background: #090706;\n  }\n\n  .rings-nami .rings-two-column {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 42px;\n    align-items: center;\n  }\n\n  .rings-nami .rings-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  .rings-nami .rings-feature {\n    min-height: 150px;\n    padding: 24px;\n    border: 1px solid var(--rings-line);\n    background: var(--rings-panel);\n  }\n\n  .rings-nami .rings-feature strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--rings-gold);\n    font-size: 12px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .rings-nami .rings-feature span {\n    color: var(--rings-muted);\n  }\n\n  .rings-nami .rings-note {\n    padding: 24px;\n    border-left: 2px solid var(--rings-gold);\n    background: var(--rings-panel);\n  }\n\n  .rings-nami .rings-note p:last-child,\n  .rings-nami .rings-feature span:last-child {\n    margin-bottom: 0;\n  }\n\n  .rings-nami .rings-review-track {\n    display: grid;\n    grid-auto-flow: column;\n    grid-auto-columns: minmax(290px, 62%);\n    gap: 16px;\n    margin: 30px -4px 0;\n    padding: 4px 4px 18px;\n    overflow-x: auto;\n    overscroll-behavior-inline: contain;\n    scroll-snap-type: inline mandatory;\n    scrollbar-color: var(--rings-gold) var(--rings-panel);\n    scrollbar-width: thin;\n  }\n\n  .rings-nami .rings-review-track::-webkit-scrollbar {\n    height: 6px;\n  }\n\n  .rings-nami .rings-review-track::-webkit-scrollbar-track {\n    background: var(--rings-panel);\n  }\n\n  .rings-nami .rings-review-track::-webkit-scrollbar-thumb {\n    background: var(--rings-gold);\n  }\n\n  .rings-nami .rings-review-card {\n    display: flex;\n    min-height: 350px;\n    padding: 26px;\n    border: 1px solid var(--rings-line);\n    background: var(--rings-panel);\n    flex-direction: column;\n    scroll-snap-align: start;\n  }\n\n  .rings-nami .rings-review-stars {\n    margin-bottom: 20px;\n    color: var(--rings-gold);\n    font-size: 18px;\n    letter-spacing: 0.12em;\n    line-height: 1;\n  }\n\n  .rings-nami .rings-review-card blockquote {\n    display: block !important;\n    width: 100% !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    border: 0 !important;\n    columns: auto !important;\n    column-count: 1 !important;\n    color: var(--rings-text) !important;\n    font-style: normal !important;\n  }\n\n  .rings-nami .rings-review-card blockquote p {\n    display: block !important;\n    width: 100% !important;\n    max-width: none !important;\n    margin-right: 0 !important;\n    margin-left: 0 !important;\n    padding: 0 !important;\n    border: 0 !important;\n    color: var(--rings-text);\n    font-size: 16px;\n    font-style: normal !important;\n    line-height: 1.7;\n  }\n\n  .rings-nami .rings-review-card footer {\n    margin-top: auto;\n    padding-top: 22px;\n    border-top: 1px solid var(--rings-line);\n  }\n\n  .rings-nami .rings-review-card footer strong,\n  .rings-nami .rings-review-card footer span {\n    display: block;\n  }\n\n  .rings-nami .rings-review-card footer strong {\n    color: var(--rings-gold);\n    font-size: 13px;\n    letter-spacing: 0.08em;\n  }\n\n  .rings-nami .rings-review-card footer span {\n    margin-top: 5px;\n    color: var(--rings-muted);\n    font-size: 12px;\n  }\n\n  .rings-nami .rings-review-hint {\n    margin: 5px 0 0;\n    color: var(--rings-gold);\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-align: right;\n    text-transform: uppercase;\n  }\n\n  .rings-nami .rings-specs {\n    width: 100%;\n    margin-top: 24px;\n    border-collapse: collapse;\n    color: var(--rings-muted);\n  }\n\n  .rings-nami .rings-specs th,\n  .rings-nami .rings-specs td {\n    padding: 14px 8px;\n    border-bottom: 1px solid var(--rings-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .rings-nami .rings-specs th {\n    width: 38%;\n    color: var(--rings-gold);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .rings-nami .rings-faq details {\n    border-top: 1px solid var(--rings-line);\n  }\n\n  .rings-nami .rings-faq details:last-child {\n    border-bottom: 1px solid var(--rings-line);\n  }\n\n  .rings-nami .rings-faq summary {\n    padding: 19px 2px;\n    color: var(--rings-text);\n    cursor: pointer;\n    font-weight: 600;\n    list-style-position: outside;\n  }\n\n  .rings-nami .rings-faq details p {\n    padding: 0 2px 18px;\n  }\n\n  .rings-nami .rings-shipping {\n    text-align: center;\n    background: linear-gradient(180deg, var(--rings-panel), var(--rings-bg));\n  }\n\n  .rings-nami .rings-shipping-badge {\n    display: inline-block;\n    margin-top: 8px;\n    padding: 10px 15px;\n    border: 1px solid var(--rings-gold);\n    color: var(--rings-gold);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  @media (max-width: 640px) {\n    .rings-nami {\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .rings-nami .rings-section {\n      padding: 45px 22px;\n    }\n\n    .rings-nami .rings-hero {\n      padding-top: 54px;\n      padding-bottom: 52px;\n    }\n\n    .rings-nami .rings-two-column,\n    .rings-nami .rings-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .rings-nami .rings-two-column {\n      gap: 28px;\n    }\n\n    .rings-nami .rings-feature {\n      min-height: 0;\n    }\n\n    .rings-nami .rings-review-track {\n      grid-auto-columns: 86%;\n      margin-right: -22px;\n    }\n\n    .rings-nami .rings-review-card {\n      min-height: 390px;\n      padding: 23px;\n    }\n\n    .rings-nami .rings-specs th,\n    .rings-nami .rings-specs td {\n      display: block;\n      width: 100%;\n    }\n\n    .rings-nami .rings-specs th {\n      padding-bottom: 3px;\n      border-bottom: 0;\n    }\n\n    .rings-nami .rings-specs td {\n      padding-top: 2px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rings-nami\"\u003e\n\u003cdiv class=\"rings-image-wrap\"\u003e\u003cvideo class=\"rings-video\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" preload=\"metadata\" poster=\"https:\/\/ringswatch.shop\/cdn\/shop\/files\/preview_images\/afb124c86f7640a39906a2c43efe325d.thumbnail.0000000000.jpg?v=1787105542\u0026amp;width=1200\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/afb124c86f7640a39906a2c43efe325d.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003csection class=\"rings-section rings-hero\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eA Japanese wooden watch\u003c\/p\u003e\n\u003ch2\u003eNAMI \u003cspan class=\"rings-japanese-name\"\u003e— 波\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"rings-lead\"\u003eA deep blue watch, made to be remembered.\u003c\/p\u003e\n\u003cp\u003eIn Japanese, \u003cem\u003enami\u003c\/em\u003e means “wave.” Inspired by the quiet depth and constant movement of the sea, NAMI brings together warm natural wood, deep-blue stainless steel and a malachite-inspired dial.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rings-image-wrap\"\u003e\u003cimg class=\"rings-image\" src=\"https:\/\/ringswatch.shop\/cdn\/shop\/files\/A_luxury_wooden_chronograph_watch_with_blue_steel_-1775496725935.png?v=1775496975\u0026amp;width=1200\" alt=\"RINGS NAMI wooden chronograph watch with a deep blue dial\" loading=\"lazy\" width=\"1200\" height=\"1200\"\u003e\u003c\/div\u003e\n\u003csection class=\"rings-section\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eQuietly distinctive\u003c\/p\u003e\n\u003ch3\u003eThe blue that gets people asking.\u003c\/h3\u003e\n\u003cp class=\"rings-lead\"\u003e“Where did you get that watch?” NAMI is the kind of piece that starts a conversation without trying to dominate one.\u003c\/p\u003e\n\u003cp\u003eThe warmth of the wood softens the depth of the blue dial. Every time it appears beneath a cuff, the colour shifts with the light—sometimes calm, sometimes vivid, always different from an ordinary metal watch.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rings-image-wrap\"\u003e\u003cimg class=\"rings-image\" src=\"https:\/\/ringswatch.shop\/cdn\/shop\/files\/Professional_product_photography_extreme_close-up_-1776745957767.png?v=1776745978\u0026amp;width=1200\" alt=\"Close-up of the natural wood grain and blue stainless-steel details of NAMI\" loading=\"lazy\" width=\"1200\" height=\"1200\"\u003e\u003c\/div\u003e\n\u003csection class=\"rings-section\"\u003e\n\u003cdiv class=\"rings-two-column\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"rings-eyebrow\"\u003eMade individual by nature\u003c\/p\u003e\n\u003ch3\u003eNo two grains are exactly alike.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp\u003eNatural wood carries its own grain, tone and small variations. These are not imperfections—they are what make each NAMI subtly different from the next.\u003c\/p\u003e\n\u003cp\u003eYour watch will have its own natural character, shaped long before it reaches your wrist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rings-feature-grid\"\u003e\n\u003cdiv class=\"rings-feature\"\u003e\n\u003cstrong\u003eNatural wood\u003c\/strong\u003e \u003cspan\u003eWarm texture and an individual grain pattern on every watch.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rings-feature\"\u003e\n\u003cstrong\u003eDeep-blue steel\u003c\/strong\u003e \u003cspan\u003eBlue stainless-steel details create a striking contrast with the wood.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rings-feature\"\u003e\n\u003cstrong\u003eChronograph\u003c\/strong\u003e \u003cspan\u003eA functional chronograph adds detail and everyday utility.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rings-feature\"\u003e\n\u003cstrong\u003eSun-and-moon display\u003c\/strong\u003e \u003cspan\u003eA day-and-night display completes NAMI’s ocean-inspired dial.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"rings-section rings-reviews\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eLoved in Japan\u003c\/p\u003e\n\u003ch3 id=\"rings-nami-reviews-title\"\u003eCustomer Reviews from Our Japan Store\u003c\/h3\u003e\n\u003cp\u003eThese reviews were originally submitted in Japanese on the RINGS Japan store and have been translated into English.\u003c\/p\u003e\n\u003cdiv class=\"rings-review-track\"\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eI could never have imagined this level of luxury at this price. I knew from the start that the design was first-class, but I did not expect it to feel this premium as well.\u003c\/p\u003e\n\u003cp\u003eI honestly think it could sell for two or even three times the price. If anything, it almost feels too inexpensive! (laughs)\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eHana\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eThis is the first watch I have ever liked this much.\u003c\/p\u003e\n\u003cp\u003eMore than anything, the blue is beautiful and instantly lifts my mood.\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eHASHIMOTO\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eI bought it after falling in love with it at first sight.\u003c\/p\u003e\n\u003cp\u003eI have never seen anything this beautiful before. Just looking at it is so calming that I find myself staring at it.\u003c\/p\u003e\n\u003cp\u003eThe quality is excellent, yet the price is very reasonable. I am extremely happy with my purchase. Thank you very much.\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eEiji Sato\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003carticle class=\"rings-review-card\"\u003e\n\u003cdiv class=\"rings-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eThe original look and the way it feels on my wrist are fantastic!!!\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cfooter\u003e\u003cstrong\u003eAnonymous\u003c\/strong\u003e \u003cspan\u003eOriginally submitted in Japanese\u003c\/span\u003e\u003c\/footer\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cp class=\"rings-review-hint\"\u003eSwipe or scroll to read all reviews →\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rings-image-wrap\"\u003e\u003cimg class=\"rings-image\" src=\"https:\/\/ringswatch.shop\/cdn\/shop\/files\/A_luxury_wooden_chronograph_watch_with_blue_steel_-1775496927157.png?v=1776745978\u0026amp;width=1200\" alt=\"RINGS NAMI watch showing its deep blue dial and natural wood bracelet\" loading=\"lazy\" width=\"1200\" height=\"1200\"\u003e\u003c\/div\u003e\n\u003csection class=\"rings-section\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eDetails\u003c\/p\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003ctable class=\"rings-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eNatural wood and blue stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMovement\u003c\/th\u003e\n\u003ctd\u003eQuartz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFunctions\u003c\/th\u003e\n\u003ctd\u003eChronograph and sun-and-moon display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWater resistance\u003c\/th\u003e\n\u003ctd\u003e3 ATM — suitable for everyday splashes; not for swimming or showering\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCase diameter\u003c\/th\u003e\n\u003ctd\u003e44 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCase thickness\u003c\/th\u003e\n\u003ctd\u003e12 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBand width\u003c\/th\u003e\n\u003ctd\u003e22 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBand length\u003c\/th\u003e\n\u003ctd\u003eApproximately 21.6 cm; adjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery life\u003c\/th\u003e\n\u003ctd\u003eApproximately 2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003eBracelet adjustment tool; watch case sold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"rings-section rings-shipping\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eFrom Japan, with care\u003c\/p\u003e\n\u003ch3\u003eCarefully prepared and shipped from Japan.\u003c\/h3\u003e\n\u003cp\u003eRINGS is a Japanese watch brand founded and operated in Japan. Every Australian order is carefully packed in Japan and sent with tracking, so you can follow its journey to your door.\u003c\/p\u003e\n\u003cspan class=\"rings-shipping-badge\"\u003eFree tracked shipping to Australia\u003c\/span\u003e\u003c\/section\u003e\n\u003csection class=\"rings-section rings-faq\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eQuestions, answered\u003c\/p\u003e\n\u003ch3\u003eBefore your NAMI arrives\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan NAMI get wet?\u003c\/summary\u003e\n\u003cp\u003eNAMI is rated to 3 ATM for everyday splashes, light rain and perspiration. To protect the natural wood, do not wear it while swimming, showering or fully submerging it in water.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the bracelet?\u003c\/summary\u003e\n\u003cp\u003eYes. The bracelet is approximately 21.6 cm long and can be shortened to suit a smaller wrist. A bracelet adjustment tool is included with your watch.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I care for the wood?\u003c\/summary\u003e\n\u003cp\u003eWipe it gently with a clean, soft and dry cloth. Avoid prolonged exposure to water, high humidity, strong heat and very dry storage conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat if my watch needs support?\u003c\/summary\u003e\n\u003cp\u003eContact RINGS with your order details and a description of the issue. Our team in Japan will review it and explain the available repair or support options.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"rings-section rings-shipping\"\u003e\n\u003cp class=\"rings-eyebrow\"\u003eNAMI — 波\u003c\/p\u003e\n\u003ch3\u003eWear a different kind of blue.\u003c\/h3\u003e\n\u003cp\u003eNatural warmth, ocean depth and a grain that belongs only to your watch.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"RINGS Watch","offers":[{"title":"Default Title","offer_id":51504819994870,"sku":null,"price":179.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/2480\/0246\/files\/A_luxury_wooden_chronograph_watch_with_blue_steel_-1775496725935_e6775c2b-81f3-44f5-9ba9-b3bcb25221d0.png?v=1787521277"}],"url":"https:\/\/ringswatch.store\/collections\/frontpage.oembed","provider":"RINGS Watch","version":"1.0","type":"link"}