{"product_id":"suero","title":"Suero antienvejecimiento rejuvenecedor","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;900\u0026amp;family=Noto+Sans+KR:wght@600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  * { margin:0; padding:0; box-sizing:border-box; }\n  body { background:#fff; }\n\n  \/* ─── COUNTDOWN ─── *\/\n  .countdown-wrap {\n    width: 100%;\n    background: linear-gradient(180deg, #ffffff 0%, #e8f6fd 100%);\n    padding: 16px 20px 20px;\n    border-bottom: 1px solid #d0eaf8;\n  }\n\n  .stock-area { margin-bottom: 14px; }\n  .stock-label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 8px;\n    font-family: 'Noto Sans KR', sans-serif;\n    gap: 8px;\n  }\n  .stock-left {\n    font-size: 13px;\n    color: #444;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    white-space: nowrap;\n  }\n  .stock-right {\n    font-size: 13px;\n    color: #f05a7e;\n    font-weight: 900;\n    white-space: nowrap;\n  }\n  .bar-track {\n    background: #b8dff5;\n    border-radius: 99px;\n    height: 13px;\n    overflow: hidden;\n    width: 100%;\n    display: block;\n  }\n  .bar-fill {\n    height: 13px;\n    border-radius: 99px;\n    background: linear-gradient(90deg, #f05a7e 0%, #ff8c42 100%);\n    width: 78%;\n    display: block;\n    position: relative;\n    animation: barGrow 1.4s cubic-bezier(.22,1,.36,1) both;\n  }\n  @keyframes barGrow { from{width:0%} to{width:78%} }\n  .bar-fill::after {\n    content:'';\n    position:absolute; right:0; top:0; bottom:0; width:22px;\n    background:rgba(255,255,255,.35);\n    border-radius:0 99px 99px 0;\n    animation:shimmer 1.8s ease-in-out infinite;\n  }\n  @keyframes shimmer { 0%,100%{opacity:.3} 50%{opacity:1} }\n\n  .expires-label {\n    font-family: 'Noto Sans KR', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    color: #0e6fa3;\n    text-transform: uppercase;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n  .expires-label::before,\n  .expires-label::after {\n    content:''; flex:1; height:1px; max-width:80px;\n    background:linear-gradient(90deg,transparent,#1a9bd7);\n  }\n  .expires-label::after { background:linear-gradient(90deg,#1a9bd7,transparent); }\n\n  .clock-row {\n    display: flex;\n    justify-content: center;\n    align-items: flex-start;\n    gap: 10px;\n  }\n  .clock-unit {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 6px;\n  }\n  .digit-box {\n    background: #1a82c4;\n    color: #fff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(36px, 10vw, 46px);\n    font-weight: 900;\n    width: clamp(72px, 22vw, 96px);\n    height: clamp(68px, 20vw, 88px);\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    letter-spacing: -1px;\n    box-shadow: 0 6px 16px rgba(14,111,163,.28), inset 0 1px 0 rgba(255,255,255,.18);\n    position: relative;\n    overflow: hidden;\n  }\n  .digit-box::after {\n    content:''; position:absolute; top:0; left:0; right:0; height:50%;\n    background:rgba(255,255,255,.08);\n    border-radius:14px 14px 0 0;\n  }\n  .digit-box.flip { animation: flip .3s ease; }\n  @keyframes flip {\n    0%{transform:rotateX(0)} 50%{transform:rotateX(-80deg)} 100%{transform:rotateX(0)}\n  }\n  .unit-label {\n    font-family: 'Noto Sans KR', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: #0e6fa3;\n    text-transform: uppercase;\n  }\n  .colon {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(36px, 10vw, 46px);\n    font-weight: 900;\n    color: #f05a7e;\n    margin-top: 12px;\n    animation: blink 1s step-start infinite;\n    user-select: none;\n  }\n  @keyframes blink { 50%{opacity:0} }\n\u003c\/style\u003e\n\u003c!-- ══════════ COUNTDOWN TIMER ══════════ --\u003e\n\u003cdiv style=\"width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 0; background: #fff;\"\u003e\n\u003cdiv class=\"countdown-wrap\"\u003e\n\u003cdiv class=\"stock-area\"\u003e\n\u003cdiv class=\"stock-label\"\u003e\n\u003cspan class=\"stock-left\"\u003e🛒 Stock disponible\u003c\/span\u003e \u003cspan class=\"stock-right\"\u003e¡Solo quedan \u003cspan id=\"stockNum\"\u003e7\u003c\/span\u003e unidades!\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #b8dff5 !important; border-radius: 99px; height: 13px; overflow: hidden; width: 100%; display: block;\" class=\"bar-track\"\u003e\n\u003cdiv style=\"height: 13px !important; width: 78% !important; border-radius: 99px !important; background: linear-gradient(90deg,#f05a7e 0%,#ff8c42 100%) !important; display: block !important;\" class=\"bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"expires-label\"\u003e⏰ La oferta expira en\u003c\/div\u003e\n\u003cdiv class=\"clock-row\"\u003e\n\u003cdiv class=\"clock-unit\"\u003e\n\u003cdiv id=\"hours\" class=\"digit-box\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"unit-label\"\u003eHoras\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colon\"\u003e:\u003c\/div\u003e\n\u003cdiv class=\"clock-unit\"\u003e\n\u003cdiv id=\"minutes\" class=\"digit-box\"\u003e59\u003c\/div\u003e\n\u003cdiv class=\"unit-label\"\u003eMin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colon\"\u003e:\u003c\/div\u003e\n\u003cdiv class=\"clock-unit\"\u003e\n\u003cdiv id=\"seconds\" class=\"digit-box\"\u003e59\u003c\/div\u003e\n\u003cdiv class=\"unit-label\"\u003eSeg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════ END COUNTDOWN ══════════ --\u003e\u003c!-- ══════════ STORE IMAGES ══════════ --\u003e\n\u003cdiv style=\"width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 0; background: #fff;\"\u003e\n\u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/4ead64273e0f64bef8c6cbcab6120eaa63543512950351010862542ES2b02da0f22680a43ad55240ec371f2dd2.webp?v=1767877147\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/979b70c2aeb0fc2c2cff8e079b61d9e063543512950351010862542ES2b9451a9be56fa0964d0ab34ba62acc19.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/ff2ba0a67d13511b8066d47fdd2c326d63543512950351010862542ES26fc3be4d99f22f8d94851aff47d91928.webp?v=1767875831\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/aeafc97521c1a10a6fd905926613698c63543512950351010862542ES2220188c1267badf40afce31f179254f4.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/6a68ea5f8cd08acf01a93936e211e70763543512950351010862542ES2c241a4037ebeac8eabca45c77e091dac.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/canvas-image-1767872799683.jpg?v=1767873025\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/84502a8abc37bf9eb990b7e2b6e1d1d9.webp?v=1767876026\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/eaf8885e7f318951a4efc4f3b6ac764b63543512950351010862542ES290fa03fa9e01f58ee76139052beb3b4b.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/67eb4e4c3b3e9c6a929792d9542071a963543512950351010862542ES2924c73f99b915d5057aface26271d644.webp?v=1767875760\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/6d94ce653fbea0721e85b05eeafd4ade.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/Untitled_design_13.png?v=1767871868\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/81514b73f76fd9c5f4cbfc60e786a3e663543512950351010862542ES2c991b92e37693c49b8bb0259eac3d3fa.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/0a3f6bd5aaa74a6355764e9ddbbf0d7763543512950351010862542ES24f129f43d9a135908b113e64df443cfe.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/5ffa73acaa30e8a6c775b8234a9af9b7.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/canvas-image-1767872575694.jpg?v=1767872802\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/e3ef7d28437b76ecdd1664f39831e43563543512950351010862542ES2fa99a108a0e327f33d786bb248af6608.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/b2a4c8ddb9491e0ea7b5287c37fbd51863543512950351010862542ES2bd037cd00e13a8ac09127be8eb0822c0.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/79b0ba16838b9b06cb1b8878bfaa744e.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/canvas-image-1767872033882.jpg?v=1767872259\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/ee6b4fcd53e36496aae1d227f50cee2063543512950351010862542ES2cba3154b018f6a243e618e7e79b20486.webp?v=1767875760\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/fdc4c220c23fa4d9497cc610c420050d63543512950351010862542ES234f99ba2c76059b9ca67784a1aecc11d.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/65f62a56d399d58ad5c76ec98c4697c963543512950351010862542ES215f1cb1df2afe65f7964ef1f4ffeb0d7.webp?v=1767875761\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/canvas-image-1767876582624.jpg?v=1767876785\"\u003e \u003cimg style=\"display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border-radius: 0;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7499\/3591\/files\/canvas-image-1767872250651.jpg?v=1767872475\"\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Bellavora","offers":[{"title":"Default Title","offer_id":54051407528149,"sku":"200","price":34.98,"currency_code":"PAB","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0806\/8290\/9909\/files\/0223_1.gif?v=1777680711","url":"https:\/\/bellavora.online\/products\/suero","provider":"bellavora","version":"1.0","type":"link"}