{"title":"New Products","description":"","products":[{"product_id":"compression-leggings","title":"Compression Leggings","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800\u0026display=swap');\n\n  .ard-product-enhancer {\n    font-family: 'Poppins', sans-serif;\n    width: 100%;\n    margin: 15px 0 30px 0;\n    color: #1a1a1a;\n  }\n\n  .ard-bestseller-badge {\n    display: inline-flex;\n    align-items: center;\n    background: linear-gradient(135deg, #df337e 0%, #ff7eb3 100%);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    padding: 6px 16px;\n    border-radius: 20px;\n    margin-bottom: 15px;\n    box-shadow: 0 4px 10px rgba(223, 51, 126, 0.3);\n  }\n\n  .ard-live-viewers {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background-color: #fdf2f6;\n    border: 1px solid #f8bbd0;\n    padding: 8px 14px;\n    border-radius: 8px;\n    margin-bottom: 18px;\n    font-size: 13.5px;\n    font-weight: 600;\n    color: #df337e;\n  }\n\n  .ard-live-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    transition: background-color 0.4s ease, box-shadow 0.4s ease;\n  }\n\n  .ard-dot-green { background-color: #22c55e; animation: ard-pulse-green 1.5s infinite; }\n  .ard-dot-red { background-color: #ef4444; animation: ard-pulse-red 1.5s infinite; }\n\n  @keyframes ard-pulse-green {\n    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }\n    70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }\n    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }\n  }\n\n  @keyframes ard-pulse-red {\n    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }\n    70% { box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }\n    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }\n  }\n\n  .ard-live-text strong {\n    font-weight: 800;\n    font-size: 15px;\n    transition: color 0.3s ease;\n  }\n\n  .ard-short-desc {\n    font-size: 14.5px;\n    color: #4b5563;\n    line-height: 1.6;\n    margin-bottom: 25px;\n  }\n\n  .ard-accordion-group { border-top: 1px solid #eaeaea; }\n  .ard-acc-item { border-bottom: 1px solid #eaeaea; }\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 { display: none; }\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 { color: #df337e; }\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: 14px;\n    color: #4b5563;\n    line-height: 1.6;\n  }\n\n  .ard-bullet-row {\n    display: flex;\n    align-items: flex-start;\n    margin-bottom: 12px;\n    gap: 10px;\n  }\n\n  .ard-bullet-icon {\n    flex-shrink: 0;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .ard-bullet-text {\n    flex-grow: 1;\n    margin: 0;\n    padding: 0;\n    line-height: 1.6;\n  }\n\n  .ard-table-container {\n    width: 100%;\n    overflow-x: auto;\n    margin-top: 15px;\n    border-radius: 8px;\n    border: 1px solid #eaeaea;\n  }\n\n  .ard-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n    text-align: center;\n    min-width: 300px;\n  }\n\n  .ard-table th {\n    background-color: #1a1a1a;\n    color: #ffffff;\n    padding: 12px 8px;\n    font-weight: 600;\n    white-space: nowrap;\n  }\n\n  .ard-table td {\n    padding: 12px 8px;\n    border-bottom: 1px solid #eaeaea;\n    color: #4b5563;\n  }\n\n  .ard-table tbody tr:nth-child(even) {\n    background-color: #f9fafb;\n  }\n\n  .ard-table tbody tr:hover {\n    background-color: #fce4ec;\n  }\n\n  @media (max-width: 480px) {\n    .ard-live-viewers { font-size: 12.5px; }\n    .ard-live-text strong { font-size: 14px; }\n    .ard-table { font-size: 12px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ard-product-enhancer\"\u003e\n  \n  \u003cdiv class=\"ard-bestseller-badge\" id=\"cl-badge\"\u003e\n    ✨ SHAPE. SUPPORT. SCULPT.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ard-live-viewers\"\u003e\n    \u003cdiv class=\"ard-live-dot ard-dot-green\" id=\"cl-urgency-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ard-live-text\"\u003e\n      \u003cstrong id=\"cl-view-count\"\u003e47\u003c\/strong\u003e \u003cspan id=\"cl-live-msg\"\u003epeople are viewing this right now\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ard-short-desc\" id=\"cl-prod-desc\"\u003e\n    Our \u003cstrong\u003eCompression Leggings\u003c\/strong\u003e are designed to instantly shape and support your body with signature high-waist tummy control. They provide firm compression while maintaining all-day comfort, helping smooth your silhouette and enhance your natural curves.\u003cbr\u003e\u003cbr\u003e\n    Breathable, flexible, and flattering for workouts or everyday wear.\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\" id=\"cl-title-1\"\u003e✨ Benefits\u003c\/summary\u003e\n      \u003cdiv class=\"ard-acc-content\" id=\"cl-content-1\"\u003e\n        \u003cdiv class=\"ard-bullet-row\"\u003e\n          \u003cdiv class=\"ard-bullet-icon\"\u003e⏳\u003c\/div\u003e\n          \u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eHigh-Waist Tummy Control:\u003c\/strong\u003e Helps create a smoother, more sculpted midsection.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-row\"\u003e\n          \u003cdiv class=\"ard-bullet-icon\"\u003e🍑\u003c\/div\u003e\n          \u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eCurve Enhancing:\u003c\/strong\u003e Shapes and highlights your natural curves beautifully.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-row\"\u003e\n          \u003cdiv class=\"ard-bullet-icon\"\u003e💨\u003c\/div\u003e\n          \u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eBreathable Fabric:\u003c\/strong\u003e Designed for maximum comfort throughout the day.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-row\"\u003e\n          \u003cdiv class=\"ard-bullet-icon\"\u003e✨\u003c\/div\u003e\n          \u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eFirm Compression:\u003c\/strong\u003e Gives support without sacrificing comfort.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-row\"\u003e\n          \u003cdiv class=\"ard-bullet-icon\"\u003e🏃‍♀️\u003c\/div\u003e\n          \u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eVersatile Use:\u003c\/strong\u003e Perfect for workouts, errands, or casual everyday wear.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ard-acc-item\"\u003e\n      \u003csummary class=\"ard-acc-summary\" id=\"cl-title-2\"\u003e📏 Know your right size\u003c\/summary\u003e\n      \u003cdiv class=\"ard-acc-content\" id=\"cl-content-2\"\u003e\n        \u003cp style=\"margin-bottom: 8px;\"\u003eAvailable in \u003cstrong\u003esizes S\/M and L\/XL\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003cp\u003eTo find your perfect fit, match your measurements in the chart below:\u003c\/p\u003e\n        \n        \u003cdiv class=\"ard-table-container\"\u003e\n          \u003ctable class=\"ard-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eSize\u003c\/th\u003e\n                \u003cth\u003eWaist\u003c\/th\u003e\n                \u003cth\u003eHips\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eS\/M\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e26\" - 32\"\u003c\/td\u003e\n\u003ctd\u003e36\" - 42\"\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eL\/XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e33\" - 39\"\u003c\/td\u003e\n\u003ctd\u003e43\" - 49\"\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ard-acc-item\"\u003e\n      \u003csummary class=\"ard-acc-summary\" id=\"cl-title-3\"\u003e🖤 Product details\u003c\/summary\u003e\n      \u003cdiv class=\"ard-acc-content\" id=\"cl-content-3\"\u003e\n        \u003cdiv class=\"ard-bullet-row\"\u003e\n          \u003cdiv class=\"ard-bullet-icon\"\u003e🎨\u003c\/div\u003e\n          \u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Black.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-row\"\u003e\n          \u003cdiv class=\"ard-bullet-icon\"\u003e🧵\u003c\/div\u003e\n          \u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eFabric Feel:\u003c\/strong\u003e Flexible, breathable, and supportive for daily use.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-row\"\u003e\n          \u003cdiv class=\"ard-bullet-icon\"\u003e💖\u003c\/div\u003e\n          \u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eDesigned For:\u003c\/strong\u003e Women who want shaping, comfort, and confidence in one piece.\u003c\/div\u003e\n        \u003c\/div\u003e\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  const isSpanish =\n    document.documentElement.lang.includes('es') ||\n    window.location.href.indexOf('\/es') \u003e -1;\n\n  if (isSpanish) {\n    document.getElementById('cl-badge').innerHTML = \"✨ MOLDEA. DA SOPORTE. ESCULPE.\";\n    document.getElementById('cl-live-msg').textContent = \"personas están viendo esto ahora mismo\";\n    document.getElementById('cl-prod-desc').innerHTML =\n      'Nuestros \u003cstrong\u003eCompression Leggings\u003c\/strong\u003e están diseñados para moldear y dar soporte a tu cuerpo al instante con control de abdomen de cintura alta. Brindan compresión firme mientras mantienen comodidad durante todo el día, ayudando a suavizar tu silueta y realzar tus curvas naturales.\u003cbr\u003e\u003cbr\u003eTranspirables, flexibles y favorecedores para ejercicio o uso diario.';\n\n    document.getElementById('cl-title-1').textContent = \"✨ Beneficios\";\n    document.getElementById('cl-content-1').innerHTML = `\n      \u003cdiv class=\"ard-bullet-row\"\u003e\n        \u003cdiv class=\"ard-bullet-icon\"\u003e⏳\u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-text\"\u003e\u003cstrong\u003eControl de Abdomen de Cintura Alta:\u003c\/strong\u003e Ayuda a estilizar y suavizar la zona media.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ard-bullet-row\"\u003e\n        \u003cdiv class=\"ard-bullet-icon\"\u003e🍑\u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-text\"\u003e\u003cstrong\u003eRealza Curvas:\u003c\/strong\u003e Moldea y resalta tus curvas naturales de forma hermosa.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ard-bullet-row\"\u003e\n        \u003cdiv class=\"ard-bullet-icon\"\u003e💨\u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-text\"\u003e\u003cstrong\u003eTela Transpirable:\u003c\/strong\u003e Diseñada para máxima comodidad durante todo el día.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ard-bullet-row\"\u003e\n        \u003cdiv class=\"ard-bullet-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-text\"\u003e\u003cstrong\u003eCompresión Firme:\u003c\/strong\u003e Ofrece soporte sin sacrificar comodidad.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ard-bullet-row\"\u003e\n        \u003cdiv class=\"ard-bullet-icon\"\u003e🏃‍♀️\u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-text\"\u003e\u003cstrong\u003eUso Versátil:\u003c\/strong\u003e Ideales para entrenar, salir o para el día a día.\u003c\/div\u003e\n      \u003c\/div\u003e\n    `;\n\n    document.getElementById('cl-title-2').textContent = \"📏 Conoce tu talla ideal\";\n    document.getElementById('cl-content-2').innerHTML = `\n      \u003cp style=\"margin-bottom: 8px;\"\u003eDisponible en \u003cstrong\u003etallas S\/M y L\/XL\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003cp\u003ePara encontrar tu ajuste perfecto, busca tus medidas en la siguiente tabla:\u003c\/p\u003e\n\n      \u003cdiv class=\"ard-table-container\"\u003e\n        \u003ctable class=\"ard-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eTalla\u003c\/th\u003e\n              \u003cth\u003eCintura\u003c\/th\u003e\n              \u003cth\u003eCadera\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\u003ctd\u003e\u003cstrong\u003eS\/M\u003c\/strong\u003e\u003c\/td\u003e\u003ctd\u003e26\" - 32\"\u003c\/td\u003e\u003ctd\u003e36\" - 42\"\u003c\/td\u003e\u003c\/tr\u003e\n            \u003ctr\u003e\u003ctd\u003e\u003cstrong\u003eL\/XL\u003c\/strong\u003e\u003c\/td\u003e\u003ctd\u003e33\" - 39\"\u003c\/td\u003e\u003ctd\u003e43\" - 49\"\u003c\/td\u003e\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    `;\n\n    document.getElementById('cl-title-3').textContent = \"🖤 Detalles del producto\";\n    document.getElementById('cl-content-3').innerHTML = `\n      \u003cdiv class=\"ard-bullet-row\"\u003e\n        \u003cdiv class=\"ard-bullet-icon\"\u003e🎨\u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-text\"\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Negro.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ard-bullet-row\"\u003e\n        \u003cdiv class=\"ard-bullet-icon\"\u003e🧵\u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-text\"\u003e\u003cstrong\u003eTextura:\u003c\/strong\u003e Flexible, transpirable y con soporte para uso diario.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ard-bullet-row\"\u003e\n        \u003cdiv class=\"ard-bullet-icon\"\u003e💖\u003c\/div\u003e\n        \u003cdiv class=\"ard-bullet-text\"\u003e\u003cstrong\u003eDiseñados Para:\u003c\/strong\u003e Mujeres que buscan moldeado, comodidad y confianza en una sola prenda.\u003c\/div\u003e\n      \u003c\/div\u003e\n    `;\n  }\n\n  const viewCountEl = document.getElementById('cl-view-count');\n  const dotEl = document.getElementById('cl-urgency-dot');\n\n  if (viewCountEl \u0026\u0026 dotEl) {\n    const sequence = [47, 63, 88, 121, 74, 39];\n    let currentIndex = 0;\n\n    setInterval(() =\u003e {\n      currentIndex = (currentIndex + 1) % sequence.length;\n      const currentViewers = sequence[currentIndex];\n\n      viewCountEl.textContent = currentViewers;\n\n      if (currentViewers \u003e= 100) {\n        dotEl.classList.remove('ard-dot-green');\n        dotEl.classList.add('ard-dot-red');\n        viewCountEl.style.color = '#ef4444';\n      } else {\n        dotEl.classList.remove('ard-dot-red');\n        dotEl.classList.add('ard-dot-green');\n        viewCountEl.style.color = '#df337e';\n      }\n    }, 4500);\n  }\n\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 digital","offers":[{"title":"L\/XL","offer_id":45577862742156,"sku":"LEGGING-L","price":55.92,"currency_code":"USD","in_stock":true},{"title":"S\/M","offer_id":45577862774924,"sku":"LEGGING-S","price":55.92,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/8701\/2492\/files\/6_70db431d-4942-4033-9a74-9d3b1f73b22f.png?v=1776894683"},{"product_id":"trimming-gel","title":"Trimming Gel","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eMoisturizing \u0026amp; Reshaping Support!\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eOur Trimming Gel contains a unique blend of Chinese herbal extracts and Aloe Vera designed to help improve the appearance of the legs, arms, and abdomen, promoting a smoother and more toned silhouette.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eThis refreshing formula works as the perfect companion to Ardyss reshaping garments, helping support the appearance of slimmer contours when used together. The gel helps improve the appearance of areas where adipose tissue tends to accumulate, promoting smoother-looking skin while enhancing the visible shaping results of garments like Body Magic.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eIts lightweight texture absorbs quickly into the skin, delivering moisturizing and soothing benefits while providing a gentle tightening sensation. With a pleasant fragrance and fast absorption, Trimming Gel leaves the skin feeling refreshed, hydrated, and revitalized.\u003c\/span\u003e\u003c\/p\u003e","brand":"Ardyss","offers":[{"title":"Default Title","offer_id":46459370111116,"sku":"GRA-GRA","price":25.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/8701\/2492\/files\/4_43b3861a-59d1-4fe6-bf79-397998981a7e.png?v=1772749252"},{"product_id":"body-seamless","title":"Body Seamless","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-product-enhancer {\n    font-family: 'Poppins', sans-serif;\n    width: 100%;\n    margin: 15px 0 30px 0;\n    color: #1a1a1a;\n  }\n\n  \/* --- ETIQUETA PRODUCTO (SEAMLESS) --- *\/\n  .ard-bestseller-badge {\n    display: inline-flex;\n    align-items: center;\n    background: linear-gradient(135deg, #df337e 0%, #ff7eb3 100%);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    padding: 6px 16px;\n    border-radius: 20px;\n    margin-bottom: 15px;\n    box-shadow: 0 4px 10px rgba(223, 51, 126, 0.3);\n  }\n\n  \/* --- BARRA DE URGENCIA --- *\/\n  .ard-live-viewers {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background-color: #fdf2f6; \n    border: 1px solid #f8bbd0;\n    padding: 8px 14px;\n    border-radius: 8px;\n    margin-bottom: 18px;\n    font-size: 13.5px;\n    font-weight: 600;\n    color: #df337e; \n  }\n\n  .ard-live-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    transition: background-color 0.4s ease, box-shadow 0.4s ease;\n  }\n\n  .ard-dot-green { background-color: #22c55e; animation: ard-pulse-green 1.5s infinite; }\n  .ard-dot-red { background-color: #ef4444; animation: ard-pulse-red 1.5s infinite; }\n\n  @keyframes ard-pulse-green {\n    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }\n    70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }\n    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }\n  }\n\n  @keyframes ard-pulse-red {\n    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }\n    70% { box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }\n    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }\n  }\n\n  .ard-live-text strong {\n    font-weight: 800;\n    font-size: 15px;\n    transition: color 0.3s ease;\n  }\n\n  \/* --- DESCRIPCIÓN CORTA --- *\/\n  .ard-short-desc {\n    font-size: 14.5px;\n    color: #4b5563;\n    line-height: 1.6;\n    margin-bottom: 25px;\n  }\n\n  \/* --- ACORDEONES (DROPDOWNS) --- *\/\n  .ard-accordion-group { border-top: 1px solid #eaeaea; }\n  .ard-acc-item { border-bottom: 1px solid #eaeaea; }\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 { display: none; }\n  .ard-acc-summary::after { content: '+'; font-size: 22px; font-weight: 400; color: #9ca3af; transition: transform 0.3s ease; }\n  .ard-acc-item[open] .ard-acc-summary { color: #df337e; }\n  .ard-acc-item[open] .ard-acc-summary::after { content: '−'; color: #df337e; }\n\n  .ard-acc-content { padding-bottom: 20px; font-size: 14px; color: #4b5563; line-height: 1.6; }\n\n  \/* LISTAS BLINDADAS *\/\n  .ard-bullet-row { display: flex; align-items: flex-start; margin-bottom: 12px; gap: 10px; }\n  .ard-bullet-icon { flex-shrink: 0; font-size: 16px; line-height: 1.6; }\n  .ard-bullet-text { flex-grow: 1; margin: 0; padding: 0; line-height: 1.6; }\n\n  \/* --- TABLA DE MEDIDAS HTML --- *\/\n  .ard-table-container {\n    width: 100%;\n    overflow-x: auto;\n    margin-top: 15px;\n    border-radius: 8px;\n    border: 1px solid #eaeaea;\n  }\n\n  .ard-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n    text-align: center;\n    min-width: 300px;\n  }\n\n  .ard-table th {\n    background-color: #1a1a1a; \/* Negro elegante para el Seamless *\/\n    color: #ffffff;\n    padding: 12px 8px;\n    font-weight: 600;\n    white-space: nowrap;\n  }\n\n  .ard-table td {\n    padding: 12px 8px;\n    border-bottom: 1px solid #eaeaea;\n    color: #4b5563;\n  }\n\n  .ard-table tbody tr:nth-child(even) {\n    background-color: #f9fafb; \/* Gris muy sutil *\/\n  }\n  \n  .ard-table tbody tr:hover {\n    background-color: #fce4ec; \n  }\n\n  @media (max-width: 480px) {\n    .ard-live-viewers { font-size: 12.5px; }\n    .ard-live-text strong { font-size: 14px; }\n    .ard-table { font-size: 12px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ard-product-enhancer\"\u003e\n\u003cdiv id=\"bms-badge\" class=\"ard-bestseller-badge\"\u003e✨ INVISIBLE UNDER YOUR CLOTHES\u003c\/div\u003e\n\u003cdiv class=\"ard-live-viewers\"\u003e\n\u003cdiv id=\"bms-urgency-dot\" class=\"ard-live-dot ard-dot-green\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ard-live-text\"\u003e\n\u003cstrong id=\"bms-view-count\"\u003e62\u003c\/strong\u003e \u003cspan id=\"bms-live-msg\"\u003epeople are viewing this right now\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp id=\"bms-prod-desc\" class=\"ard-short-desc\"\u003eOur \u003cstrong\u003eBody Magic Seamless\u003c\/strong\u003e is a one-piece full body shaper designed to provide firm compression exactly where you need it most. With its seamless construction, it remains completely invisible under your clothes while sculpting your silhouette into a smoother, more defined hourglass shape.\u003cbr\u003e\u003cbr\u003eComfortable enough for everyday wear. Powerful enough to transform your shape instantly.\u003c\/p\u003e\n\u003cdiv class=\"ard-accordion-group\"\u003e\n\u003cdetails open=\"\" class=\"ard-acc-item\"\u003e\n\u003csummary id=\"bms-title-1\" class=\"ard-acc-summary\"\u003e✨ Seamless Benefits\u003c\/summary\u003e\n\u003cdiv id=\"bms-content-1\" class=\"ard-acc-content\"\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e👗\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eInvisible Design:\u003c\/strong\u003e Seamless construction makes it completely undetectable under clothing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e⏳\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eWaist Control:\u003c\/strong\u003e Provides firm tummy and waist control for an hourglass figure.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eBust Support:\u003c\/strong\u003e Engineered to support and beautifully enhance the bust.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e🍑\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eBooty Lift:\u003c\/strong\u003e Naturally lifts and shapes the buttocks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e🦵\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eThigh Smoothing:\u003c\/strong\u003e Smooths the thighs for a flawless, streamlined silhouette.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e☁️\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003e\n\u003cstrong\u003eAll-Day Comfort:\u003c\/strong\u003e Flexible and breathable fabric, perfect for daily use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ard-acc-item\" open=\"\"\u003e\n\u003csummary id=\"bms-title-2\" class=\"ard-acc-summary\"\u003e📏 Know your right size\u003c\/summary\u003e\n\u003cdiv id=\"bms-content-2\" class=\"ard-acc-content\"\u003e\n\u003cp style=\"margin-bottom: 8px;\"\u003eAvailable in \u003cstrong\u003esizes XS\/S, M\/L, and XL\/XXL\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eTo find your perfect fit, match your measurements in the chart below:\u003c\/p\u003e\n\u003cdiv class=\"ard-table-container\"\u003e\n\u003ctable class=\"ard-table\"\u003e\n\u003cthead\u003e\n\u003ctr id=\"bms-table-headers\"\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eWaist (in)\u003c\/th\u003e\n\u003cth\u003eHips (in)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody id=\"bms-table-body\"\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eXS \/ S\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e24 - 28\u003c\/td\u003e\n\u003ctd\u003e33 - 38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eM \/ L\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e29 - 33\u003c\/td\u003e\n\u003ctd\u003e39 - 44\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eXL \/ XXL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e34 - 39\u003c\/td\u003e\n\u003ctd\u003e45 - 50\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ard-acc-item\"\u003e\n\u003csummary id=\"bms-title-3\" class=\"ard-acc-summary\"\u003e👗 How to Put On\u003c\/summary\u003e\n\u003cdiv id=\"bms-content-3\" class=\"ard-acc-content\"\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e1️⃣\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003eRoll up the garment like a pair of pantyhose and step into it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e2️⃣\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003eGently pull it up to your thighs and hips, making sure the buttocks area is aligned correctly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-row\"\u003e\n\u003cdiv class=\"ard-bullet-icon\"\u003e3️⃣\u003c\/div\u003e\n\u003cdiv class=\"ard-bullet-text\"\u003eSlide your arms through the straps and adjust the bust area for a smooth, comfortable fit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Ardyss","offers":[{"title":"XS\/S","offer_id":47177301065868,"sku":"BINU-XS\/S","price":70.0,"currency_code":"USD","in_stock":true},{"title":"M\/L","offer_id":47177301098636,"sku":"BINU-M\/L","price":70.0,"currency_code":"USD","in_stock":false},{"title":"XL\/XXL","offer_id":47177301131404,"sku":"BINU-XL\/XXL","price":70.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/8701\/2492\/files\/1_044e551e-4e19-4140-8d98-f1dce7c1f3be.png?v=1776893920"}],"url":"https:\/\/ardyss.com\/collections\/new-products.oembed","provider":"Ardyss","version":"1.0","type":"link"}