{"product_id":"the-regent","title":"The Regent","description":"\u003cstyle\u003e\n  .custom-watch-story.custom-watch-story--imperial {\n    --story-bg: #ffffff;\n    --story-title: #1f1f1f;\n    --story-body: #4b4b4b;\n\n    display: block;\n    width: 100%;\n    margin: 0 !important;\n    padding: 0 !important;\n    font-family: inherit;\n    background: var(--story-bg);\n    overflow: hidden;\n  }\n\n  .custom-watch-story--imperial *,\n  .custom-watch-story--imperial *::before,\n  .custom-watch-story--imperial *::after {\n    box-sizing: border-box;\n  }\n\n  .custom-watch-story--imperial h2,\n  .custom-watch-story--imperial p {\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  .custom-watch-story--imperial .custom-story-block {\n    display: grid;\n    grid-template-columns: 1fr;\n    width: 100%;\n    margin: 0 !important;\n    padding: 0 !important;\n    border: 0 !important;\n    background: var(--story-bg);\n  }\n\n  .custom-watch-story--imperial .custom-story-media {\n    width: 100%;\n    margin: 0 !important;\n    padding: 0 !important;\n    overflow: hidden;\n    background: #ffffff;\n    line-height: 0;\n  }\n\n  .custom-watch-story--imperial .custom-story-media--portrait {\n    aspect-ratio: 9 \/ 16;\n  }\n\n  .custom-watch-story--imperial .custom-story-media--square {\n    aspect-ratio: 1 \/ 1;\n  }\n\n  .custom-watch-story--imperial .custom-story-media img,\n  .custom-watch-story--imperial .custom-story-media video {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n    object-position: center center;\n    margin: 0 !important;\n    padding: 0 !important;\n    border: 0;\n    border-radius: 0;\n    transition: transform 0.9s ease;\n  }\n\n  .custom-watch-story--imperial .custom-story-text {\n    background: var(--story-bg);\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    justify-content: flex-start;\n    margin: 0 !important;\n    min-height: 0 !important;\n    gap: 0 !important;\n  }\n\n  .custom-watch-story--imperial .custom-story-title {\n    color: var(--story-title);\n    font-size: 30px;\n    font-weight: 400;\n    line-height: 1.08;\n    letter-spacing: -0.02em;\n    max-width: 320px;\n  }\n\n  .custom-watch-story--imperial .custom-story-description {\n    color: var(--story-body);\n    font-size: 15px;\n    font-weight: 400;\n    line-height: 1.42;\n    max-width: 320px;\n    margin-top: 22px !important;\n  }\n\n  @media screen and (max-width: 749px) {\n    .custom-watch-story.custom-watch-story--imperial {\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      margin-left: -50vw !important;\n    }\n\n    .custom-watch-story--imperial .custom-story-block:first-child .custom-story-text {\n      padding: 43px 40px 76px 40px !important;\n    }\n\n    .custom-watch-story--imperial .custom-story-block:first-child .custom-story-title {\n      max-width: 300px;\n    }\n\n    .custom-watch-story--imperial .custom-story-block:first-child .custom-story-description {\n      max-width: 320px;\n    }\n\n    .custom-watch-story--imperial .custom-story-block:nth-child(2) .custom-story-text {\n      padding: 48px 60px 78px 60px !important;\n    }\n\n    .custom-watch-story--imperial .custom-story-block:nth-child(2) .custom-story-title {\n      max-width: 280px;\n    }\n\n    .custom-watch-story--imperial .custom-story-block:nth-child(2) .custom-story-description {\n      max-width: 282px;\n    }\n  }\n\n  @media screen and (min-width: 750px) {\n    .custom-watch-story--imperial .custom-story-block {\n      grid-template-columns: 1fr 1fr;\n      min-height: 560px;\n    }\n\n    .custom-watch-story--imperial .custom-story-block.reverse .custom-story-media {\n      order: 2;\n    }\n\n    .custom-watch-story--imperial .custom-story-block.reverse .custom-story-text {\n      order: 1;\n    }\n\n    .custom-watch-story--imperial .custom-story-media,\n    .custom-watch-story--imperial .custom-story-media--portrait,\n    .custom-watch-story--imperial .custom-story-media--square {\n      aspect-ratio: auto;\n      min-height: 560px;\n    }\n\n    .custom-watch-story--imperial .custom-story-text {\n      text-align: center;\n      align-items: center;\n      justify-content: center;\n      padding: 60px 48px !important;\n      min-height: 560px !important;\n    }\n\n    .custom-watch-story--imperial .custom-story-title {\n      font-size: 34px;\n      line-height: 1.15;\n      max-width: 520px;\n    }\n\n    .custom-watch-story--imperial .custom-story-description {\n      font-size: 17px;\n      line-height: 1.55;\n      max-width: 520px;\n      margin-top: 20px !important;\n    }\n\n    .custom-watch-story--imperial .custom-story-media:hover img,\n    .custom-watch-story--imperial .custom-story-media:hover video {\n      transform: scale(1.04);\n    }\n  }\n\n  @media screen and (min-width: 1200px) {\n    .custom-watch-story--imperial .custom-story-block {\n      min-height: 650px;\n    }\n\n    .custom-watch-story--imperial .custom-story-media,\n    .custom-watch-story--imperial .custom-story-text {\n      min-height: 650px;\n    }\n\n    .custom-watch-story--imperial .custom-story-title {\n      font-size: 36px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .custom-watch-story--imperial .custom-story-media img,\n    .custom-watch-story--imperial .custom-story-media video {\n      transition: none;\n    }\n\n    .custom-watch-story--imperial .custom-story-media:hover img,\n    .custom-watch-story--imperial .custom-story-media:hover video {\n      transform: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-watch-story custom-watch-story--imperial\"\u003e\n\u003c!-- BLOCO 1 --\u003e\n\u003csection class=\"custom-story-block\"\u003e\n\u003cdiv class=\"custom-story-media custom-story-media--portrait\"\u003e\u003cvideo poster=\"\/\/alexanderlige.com\/cdn\/shop\/files\/preview_images\/9ee59c00c9e1455ebd83526c4b38af2c.thumbnail.0000000000_1100x.jpg?v=1772604137\" preload=\"metadata\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\"\u003e\n        \u003csource type=\"video\/mp4\" src=\"https:\/\/alexanderlige.com\/cdn\/shop\/videos\/c\/vp\/9ee59c00c9e1455ebd83526c4b38af2c\/9ee59c00c9e1455ebd83526c4b38af2c.HD-1080p-7.2Mbps-77101746.mp4?v=0\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"custom-story-text\"\u003e\n\u003ch2 class=\"custom-story-title\"\u003eWorn by the Ambitious\u003c\/h2\u003e\n\u003cp class=\"custom-story-description\"\u003eThe Regent isn't just a timepiece. It's a signal. Precision engineering meets bold design to create a watch built for the moments that matter most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BLOCO 2 --\u003e\n\u003csection class=\"custom-story-block reverse\"\u003e\n\u003cdiv class=\"custom-story-media custom-story-media--square\"\u003e\u003cimg loading=\"lazy\" alt=\"Imperial watch close-up\" src=\"https:\/\/alexanderlige.com\/cdn\/shop\/files\/IMPERIAL_1.png?v=1772603450\u0026amp;width=1500\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"custom-story-text\"\u003e\n\u003ch2 class=\"custom-story-title\"\u003eAn Emblem of Distinction\u003c\/h2\u003e\n\u003cp class=\"custom-story-description\"\u003eMore than a way to measure time, each creation is a mark of refinement. Worn by those who understand that true elegance is not announced, but recognized.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Alexander Lige","offers":[{"title":"Gold Obsidian","offer_id":44200080572481,"sku":null,"price":79.9,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":44200080605249,"sku":null,"price":79.9,"currency_code":"USD","in_stock":true},{"title":"Gold","offer_id":44200080638017,"sku":null,"price":79.9,"currency_code":"USD","in_stock":true},{"title":"Obsidian","offer_id":44200080670785,"sku":null,"price":79.9,"currency_code":"USD","in_stock":true},{"title":"Silver Obsidian","offer_id":44200080703553,"sku":null,"price":79.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0733\/8852\/3585\/files\/b___gold_black.jpg?v=1784059809","url":"https:\/\/henrylige.com\/products\/the-regent","provider":"Henry Lige","version":"1.0","type":"link"}