{"product_id":"core-reset","title":"Core Reset","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800\u0026display=swap');\n\n  \/* --- CONTENEDOR PRINCIPAL --- *\/\n  .ard-bundle-showcase {\n    font-family: 'Poppins', sans-serif;\n    width: 100%;\n    margin: 15px 0 30px 0;\n  }\n\n  \/* --- PÍLDORA DESTACADA DEL COMBO --- *\/\n  .ard-highlight-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: linear-gradient(135deg, #df337e, #b32a59);\n    color: #ffffff;\n    padding: 10px 18px;\n    border-radius: 30px;\n    font-size: 14.5px;\n    font-weight: 700;\n    box-shadow: 0 4px 15px rgba(223, 51, 126, 0.25);\n    margin-bottom: 22px;\n    animation: ard-bounce 2s infinite;\n  }\n\n  .ard-highlight-pill svg {\n    width: 18px;\n    height: 18px;\n    fill: #ffffff;\n  }\n\n  @keyframes ard-bounce {\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n    40% { transform: translateY(-4px); }\n    60% { transform: translateY(-2px); }\n  }\n\n  \/* --- BARRA DE INVENTARIO --- *\/\n  .ard-stock-container {\n    background-color: #fafafa;\n    border: 1px solid #f0f0f0;\n    border-radius: 8px;\n    padding: 15px;\n    margin-bottom: 20px;\n  }\n\n  .ard-stock-text {\n    display: flex;\n    justify-content: space-between;\n    font-size: 13px;\n    font-weight: 600;\n    color: #df337e;\n    margin-bottom: 8px;\n  }\n\n  .ard-stock-bar-bg {\n    width: 100%;\n    height: 8px;\n    background-color: #e5e7eb;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n\n  .ard-stock-bar-fill {\n    width: 0%; \n    height: 100%;\n    background: linear-gradient(90deg, #ff6b9d, #df337e);\n    border-radius: 10px;\n    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  \/* --- DESCRIPCIÓN --- *\/\n  .ard-showcase-desc {\n    font-size: 14px;\n    color: #4b5563;\n    line-height: 1.6;\n    margin-bottom: 20px;\n  }\n\n  \/* --- ACORDEONES --- *\/\n  .ard-accordion-group {\n    border-top: 1px solid #eaeaea;\n  }\n\n  .ard-acc-item {\n    border-bottom: 1px solid #eaeaea;\n  }\n\n  .ard-acc-summary {\n    cursor: pointer;\n    padding: 16px 0;\n    font-weight: 600;\n    font-size: 15px;\n    color: #1f2937;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none;\n    transition: color 0.3s ease;\n  }\n\n  .ard-acc-summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ard-acc-summary-content {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  \/* Etiquetas de CANTIDAD *\/\n  .ard-tag-qty {\n    background-color: #1f2937; \n    color: #ffffff;\n    font-size: 10px;\n    font-weight: 800;\n    padding: 2px 8px;\n    border-radius: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .ard-acc-summary::after {\n    content: '+';\n    font-size: 22px;\n    font-weight: 400;\n    color: #9ca3af;\n    transition: transform 0.3s ease;\n  }\n\n  .ard-acc-item[open] .ard-acc-summary {\n    color: #df337e;\n  }\n\n  .ard-acc-item[open] .ard-acc-summary::after {\n    content: '−';\n    color: #df337e;\n  }\n\n  .ard-acc-content {\n    padding-bottom: 20px;\n    font-size: 13.5px;\n    color: #4b5563;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 480px) {\n    .ard-highlight-pill { font-size: 13px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ard-bundle-showcase\"\u003e\n  \n  \u003cdiv class=\"ard-highlight-pill\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 9l1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003cspan id=\"cr-highlight-pill\"\u003eCOMPLETE 2-IN-1 BUNDLE!\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ard-stock-container\"\u003e\n    \u003cdiv class=\"ard-stock-text\"\u003e\n      \u003cspan id=\"cr-stock-msg\"\u003e🔥 Limited Stock\u003c\/span\u003e\n      \u003cspan id=\"cr-stock-count\"\u003e85% Sold Out\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ard-stock-bar-bg\"\u003e\n      \u003cdiv class=\"ard-stock-bar-fill\" id=\"cr-dynamic-bar\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ard-showcase-desc\" id=\"cr-desc\"\u003e\n    The Core Reset combo is your complete solution for abdominal definition and internal cleansing. The Abdomen component targets stubborn belly fat and strengthens core muscles, helping you achieve a more sculpted midsection while improving posture and stability. Paired with Ultra Cleanse, this powerful detox formula works from within to eliminate toxins, support digestive health, and enhance nutrient absorption. Together, these products create a synergistic approach to transforming your physique and revitalizing your body from the inside out. Start your reset today and experience visible results in weeks.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ard-accordion-group\"\u003e\n    \n    \u003cdetails class=\"ard-acc-item\" open\u003e\n      \u003csummary class=\"ard-acc-summary\"\u003e\n        \u003cdiv class=\"ard-acc-summary-content\"\u003e\n          Abdomen \u003cspan class=\"ard-tag-qty cr-qty\"\u003e1 ITEM\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"ard-acc-content\" id=\"cr-desc-1\"\u003e\n        Targets stubborn belly fat and strengthens core muscles, helping you achieve a more sculpted midsection while improving posture and stability.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ard-acc-item\"\u003e\n      \u003csummary class=\"ard-acc-summary\"\u003e\n        \u003cdiv class=\"ard-acc-summary-content\"\u003e\n          Ultra Cleanse \u003cspan class=\"ard-tag-qty cr-qty\"\u003e1 ITEM\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"ard-acc-content\" id=\"cr-desc-2\"\u003e\n        A powerful detox formula that works from within to eliminate toxins, support digestive health, and enhance nutrient absorption.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n  \/\/ Lógica Bilingüe\n  const isSpanish = document.documentElement.lang.includes('es') || window.location.href.indexOf('\/es') \u003e -1;\n  \n  if (isSpanish) {\n    document.getElementById('cr-highlight-pill').textContent = \"¡COMBO COMPLETO 2 EN 1!\";\n    document.getElementById('cr-stock-msg').textContent = \"🔥 Inventario Limitado\";\n    document.getElementById('cr-stock-count').textContent = \"85% Agotado\";\n    \n    document.getElementById('cr-desc').textContent = \"El combo Core Reset es tu solución completa para la definición abdominal y limpieza interna. El componente Abdomen ataca la grasa abdominal rebelde y fortalece los músculos del core, ayudándote a lograr una sección media más esculpida mientras mejora la postura y estabilidad. Combinado con Ultra Cleanse, esta poderosa fórmula detox trabaja desde adentro para eliminar toxinas, apoyar la salud digestiva y mejorar la absorción de nutrientes. Juntos, estos productos crean un enfoque sinérgico para transformar tu físico y revitalizar tu cuerpo de adentro hacia afuera. Comienza tu reinicio hoy y experimenta resultados visibles en semanas.\";\n    \n    const qtyTags = document.querySelectorAll('.cr-qty');\n    qtyTags.forEach(tag =\u003e tag.textContent = \"1 UNIDAD\");\n    \n    document.getElementById('cr-desc-1').textContent = \"Ataca la grasa abdominal rebelde y fortalece los músculos del core, ayudándote a lograr una sección media más esculpida mientras mejora la postura y estabilidad.\";\n    document.getElementById('cr-desc-2').textContent = \"Una poderosa fórmula detox que trabaja desde adentro para eliminar toxinas, apoyar la salud digestiva y mejorar la absorción de nutrientes.\";\n  }\n\n  \/\/ Animación de la barra de escasez\n  setTimeout(() =\u003e {\n    const bar = document.getElementById('cr-dynamic-bar');\n    if (bar) bar.style.width = '85%';\n  }, 300);\n\n  \/\/ Lógica de acordeón exclusivo\n  const items = document.querySelectorAll('.ard-acc-item');\n  items.forEach((item) =\u003e {\n    item.addEventListener('toggle', function() {\n      if (this.open) {\n        items.forEach((other) =\u003e {\n          if (other !== this) other.removeAttribute('open');\n        });\n      }\n    });\n  });\n})();\n\u003c\/script\u003e","brand":"Ardyss","offers":[{"title":"Black \/ XS","offer_id":47604094075020,"sku":"2PBML","price":1713.0,"currency_code":"MXN","in_stock":false},{"title":"Black \/ S","offer_id":47604094107788,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":false},{"title":"Black \/ M","offer_id":47604094140556,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":true},{"title":"Black \/ L","offer_id":47604094173324,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":false},{"title":"Black \/ XL","offer_id":47604094206092,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":false},{"title":"White \/ XS","offer_id":47604094238860,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":true},{"title":"White \/ S","offer_id":47604094271628,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":false},{"title":"White \/ M","offer_id":47604094304396,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":false},{"title":"White \/ L","offer_id":47604094337164,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":false},{"title":"White \/ XL","offer_id":47604094369932,"sku":"2PBML","price":1720.0,"currency_code":"MXN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/8701\/2492\/files\/5_5722d68f-548e-470f-968b-aa93a8c8e7c6.png?v=1776284969","url":"https:\/\/ardyss.mx\/products\/core-reset","provider":"Ardyss","version":"1.0","type":"link"}