{"product_id":"luz-led-para-celular-💡📱","title":"LUZ LED PARA CELULAR 💡","description":"\u003cbody\u003e\n\u003cdiv class=\"happy-customers\"\u003e\n  \u003cdiv class=\"avatars\"\u003e\n    \u003cimg src=\"https:\/\/img.freepik.com\/free-photo\/stylish-african-american-woman-smiling_23-2148770405.jpg\" alt=\"Customer 1\" class=\"avatar\"\u003e\n    \u003cimg src=\"https:\/\/thumbs.dreamstime.com\/b\/beautiful-african-american-woman-relaxing-outside-happy-middle-aged-smiling-46298787.jpg\" alt=\"Customer 2\" class=\"avatar\"\u003e\n    \u003cimg src=\"https:\/\/media.istockphoto.com\/id\/1320651997\/photo\/young-woman-close-up-isolated-studio-portrait.jpg?s=612x612\u0026amp;w=0\u0026amp;k=20\u0026amp;c=lV6pxz-DknISGT2jjiSvUmSaw0hpMDf-dBpT8HTSAUI=\" alt=\"Customer 3\" class=\"avatar\"\u003e\n  \u003c\/div\u003e\n  \u003cspan class=\"text\"\u003e+1.547 personas compraron este producto con envío 📦​🚚​ gratis\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.happy-customers {\n  display: flex;\n  align-items: center;\nbackground-image: linear-gradient(45deg, #1cbcc3, #4abf8f 80%);\n  border-radius: 10px;\n  padding: 5px 15px;\n  font-family: Arial, sans-serif;\n  font-size: 12px;\n  color: white;\n  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.avatars {\n  display: flex;\n  margin-right: 8px;\nmargin-left: 8px\n}\n\n.avatar {\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  border: 2px solid white;\n  margin-left: -11px; \n object-fit: cover;\n}\n\n.text {\n  font-weight: bold;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n\u003c\/style\u003e\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePeople Checking Out\u003c\/title\u003e\n\n\n    \u003cdiv id=\"checkout-message\"\u003e\n\u003cstrong class=\"changing-number\"\u003e5\u003c\/strong\u003e personas comprando ahora mismo\u003c\/div\u003e\n    \n    \u003cscript\u003e\n        let currentCount = 5;\n        const minCount = 1;\n        const maxCount = 10; \/\/ Set max limit if needed\n        \n        function updateCheckoutMessage() {\n            const changeFactor = Math.random() \u003c 0.5 ? -1 : 1;\n            const changeValue = Math.floor(Math.random() * 2) + 1;\n            \n            currentCount += changeFactor * changeValue;\n            \n            if (currentCount \u003c minCount) {\n                currentCount = minCount;\n            } else if (currentCount \u003e maxCount) {\n                currentCount = maxCount;\n            }\n            \n            document.getElementById('checkout-message').innerHTML = `\u003cstrong class=\"changing-number\"\u003e${currentCount}\u003c\/strong\u003e personas comprando ahora mismo`;\n        }\n        \n        setInterval(updateCheckoutMessage, 10000); \/\/ Update every 3 seconds\n    \u003c\/script\u003e\n\n\n\n\u003cstyle\u003e\n#checkout-message {\n    font-size: 13px;\n    text-align: center;\n    background: #dff7f4;\n    border-radius: 5px;\n    width: max-content;\n    margin-left: auto;\n    margin-right: auto;\n    padding: 1px 8px;\n    color: #218d8b;\n    line-height: 22px;\n}\n.changing-number{\nfont-size: 14px;\nfont-weight: 800;\n}\n\u003c\/style\u003e\n\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n              .why-choose-title {\n                  font-size: 1.2em;\n                  font-weight: bold;\n                  margin-bottom: 10px;\n                  text-align: center;\n                  color: #1b3a57;\n              }\n              .why-choose-subtitle {\n                  font-size: 0.8em;\n                  margin-bottom: 30px;\n                  color: #666;\n                  text-align: center;\n              }\n              .why-choose-comparison-table {\n                  width: 100%;\n                  max-width: 550px;\n                  margin: 0 auto;\n                  border-collapse: collapse;\n                  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n                  overflow: hidden;\n                  border-radius: 10px;\n              }\n              .why-choose-comparison-table th, .why-choose-comparison-table td {\n                  padding: 8px;\n                  text-align: center;\n                  border: 1px solid #ddd;\n                  font-size: 13px;\n              }\n              .why-choose-comparison-table th {\n                  background-color: #f5f5f5;\n                  font-weight: bold;\n                  color: #121212bf;\n              }\n              .why-choose-feature {\n      background: linear-gradient(45deg, #050E2B, #031756 80%);\n                  color: #fff;\n                  text-align: left;\n                  font-weight: bold;\n                  font-size: 13px;\n                  width: 40%;\n              }\n              .why-choose-comparison-table th:nth-child(2), .why-choose-comparison-table td:nth-child(2) {\n                  width: 30%;\n              }\n              .why-choose-comparison-table th:nth-child(3), .why-choose-comparison-table td:nth-child(3) {\n                  width: 30%;\n              }\n              .why-choose-check {\n                  color: #28a745;\n                  font-size: 1.3em;\n              }\n              .why-choose-cross {\n                  color: #3f3f3f;\n                  font-size: 1.5em;\n              }\n              .why-choose-rounded-corners {\n                  border-radius: 10px;\n                  overflow: hidden;\n              }\n              .why-choose-comparison-table tbody tr:nth-child(odd) {\n                  background-color: #f9f9f9;\n              }\n    \u003c\/style\u003e\n\u003cdiv class=\"container page-width\"\u003e\n\u003cdiv class=\"why-choose-title\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e¿Por qué comprar nuestra luz LED? 💡\u003c\/span\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-choose-subtitle\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003eAcá te dejamos algunas razones \u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e👇🏻\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ctable class=\"why-choose-comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: #f5f5f5!important;\" class=\"why-choose-feature\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003eBeneficios\u003c\/span\u003e\u003c\/span\u003e\u003c\/th\u003e\n\u003cth\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003eSANVAL\u003c\/span\u003e\u003c\/span\u003e\u003c\/th\u003e\n\u003cth\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003eOtras marcas\u003c\/span\u003e\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"why-choose-feature\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003eLeds de alta calidad\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-check\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✔\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-cross\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✘\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"why-choose-feature\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e3 Intensidades de Luz\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-check\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✔\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-cross\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✘\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"why-choose-feature\"\u003eÚsalo en teléfonos o Computador Portátil\u003c\/td\u003e\n\u003ctd class=\"why-choose-check\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✔\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-cross\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✘\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"why-choose-feature\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003eSúper Portable\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-check\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✔\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-check\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✔\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"why-choose-feature\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003eTotalmente ajustable a cualquier teléfono\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-check\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✔\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"why-choose-check\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e✔\u003c\/span\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n  \n                \n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      .accordion {\n          width: 100%;\n          max-width: 800px;\n          margin: 40px auto;\n          border-radius: 5px;\n      }\n      .accordion-item {\n          border-bottom: 1px solid #ccc;\n          margin-bottom: 3px;\n      }\n      .accordion-item:last-child {\n          border-bottom: none;\n      }\n      .accordion-header {\n          padding: 8px;\n          cursor: pointer;\n          font-weight: bold;\n          font-size: 13px;\n          display: flex;\n          justify-content: space-between;\n          align-items: center;\n      }\n      .accordion-header .indicator {\n          font-size: 1.3em;\n          margin-left: 8px;\n          transition: transform 0.3s ease;\n      }\n      .accordion-item.active .indicator {\n          content: '-';\n          transform: rotate(180deg);\n      }\n      .accordion-content {\n          max-height: 0;\n          overflow: hidden;\n          padding: 0 10px;\n          transition: max-height 0.3s ease, padding 0.3s ease;\n      }\n      .accordion-content p {\n          margin: 8px 0;\n          font-size: 12px;\n      }\n      .active .accordion-content {\n          max-height: 150px;\n          padding: 8px 10px;\n      }\n    \u003c\/style\u003e\n\u003cstyle\u003e\n    #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .section_holder {\n        padding-top: 50px;\n        padding-bottom: 50px;\n    }\n    #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .section_holder_wrapper {\n        padding: 0 80px;\n        max-width: 1360px;\n        margin: auto;\n    }\n    #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .section_title {\n        align-self: stretch;\n        color: #000001;\n        font-family: Arial, sans-serif;\n        font-size: 44px;\n        font-weight: 400;\n        letter-spacing: -.02em;\n        line-height: 1;\n        max-width: 100%;\n        margin-left: 16px;\n        margin-bottom: 48px;\n        text-align: left;\n    }\n    #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .section_items {\n        display: grid;\n        grid-template-columns: 1fr 1fr 1fr 1fr;\n        grid-gap: 32px;\n    }\n    #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .section_item {\n        min-width: 1px;\n        width: 100%;\n        display: none;\n    }\n    #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .item_image {\n        padding-top: 500px;\n        position: relative;\n        margin-bottom: 24px;\n    }\n    #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .item_text {\n        align-self: stretch;\n        color: #000;\n        display: flex;\n        flex-direction: column;\n        font-family: Arial, sans-serif;\n        font-size: 22px;\n        font-weight: 400;\n        justify-content: flex-start;\n        letter-spacing: -.01em;\n        line-height: 1.5;\n        max-width: 100%;\n        position: relative;\n    }\n    #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .item_image img {\n        position: absolute;\n        top: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n    @media screen and (max-width: 1024px) {\n        #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .section_items {\n            grid-template-columns: 1fr 1fr;\n            grid-gap: 20px;\n        }\n        #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .section_holder_wrapper {\n            padding: 0 24px;\n        }\n        #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .section_title {\n            margin-left: 0;\n            margin-bottom: 30px; \n        }\n        #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .item_image {\n            padding-top: 111.8%;\n            max-height: 400px;\n        }\n        #shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn .item_text {\n            font-size: 18px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"shopify-section-template--17389125894327__pdp_how_to_use_QnMRQn\" class=\"shopify-section\"\u003e\n\u003cdiv id=\"pdp_how_to_use_MRQn\" class=\"section_holder\"\u003e\n\u003cdiv class=\"section_holder_wrapper\"\u003e\n\u003cdiv class=\"section_title\"\u003eCaracterísticas Destacadas!\u003c\/div\u003e\n\u003cdiv class=\"section_items\"\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Coffee\" style=\"display: block;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8383f018067c46808d98f77499e7d2ee.mp4\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e1️⃣​ Adaptable a cualquier teléfono\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Coffee\" style=\"display: block;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a3cb13d838564fa082fc766565153b84.mp4\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e2️⃣​ Súper portable para llevar a cualquier lugar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Coffee\" style=\"display: block;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/76a30ea25a214b33aeccae083e2c35e5.mp4\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e3️⃣ Leds de alta calidad y potencia\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Coffee\" style=\"display: block;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ff8ee7c934ee4e50a9f58cc091636f60.mp4\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e4️⃣​ 3 Intensidades de luz graduables\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Chocolate\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/2024-09-29_23-33-40_B_R8_S4_CHOC_1x1_d6c6c5d8-e0b7-4203-bb59-a2063ca9b251_1000x.jpg?v=1728025685\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e1) scoop 8g of Rainbow Dust\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Chocolate\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/mix_2_1000x.webp?v=1720520021\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e2) mix with water or milk - hot or cold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Chocolate\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/frother_3_1000x.webp?v=1720520021\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e3) use your frother to blend to perfection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Chocolate\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/SCC00936_1x1_77b9b3d3-2afe-4964-b522-e4aa8d233d06_1000x.jpg?v=1728025943\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e4) drink \u0026amp; enjoy focus - energy - calm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Vanilla Cinnamon\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/2024-09-29_23-33-40_B_R8_S4_CIN_1x1_1b50a2f7-28e4-4630-b92d-500a1794a20c_1000x.jpg?v=1728025746\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e1) scoop 8g of Rainbow Dust\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Vanilla Cinnamon\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/2024-09-29_23-41-00_B_R8_S4_H_1x1_f551f486-0062-46ef-8cf0-96e498376a8a_1000x.jpg?v=1728026249\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e2) mix with water or milk - hot or cold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Vanilla Cinnamon\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/SCC00615_1x1_552b872c-8020-4cd7-81d3-17c3f7d04b5d_1000x.jpg?v=1728026331\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e3) use your frother to blend to perfection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Vanilla Cinnamon\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/SCC00855_1x1_b9963ffd-9dc1-40d5-85c7-9680e7546a67_1000x.jpg?v=1728025978\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e4) drink \u0026amp; enjoy focus - energy - calm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Strawberry\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/2024-09-29_23-34-29_B_R8_S4_STRAW_1x1_afa5b9c3-5e2c-4d49-9128-d835dd668561_1000x.jpg?v=1728025786\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e1) scoop 8g of Rainbow Dust\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Strawberry\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/2024-09-29_23-40-27_B_R8_S4_H_1x1_fd662ce0-7b5d-4bc4-ab80-a1b5b0223f61_1000x.jpg?v=1728026391\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e2) mix with water or milk - cold like a milkshake!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Strawberry\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/SCC00590_1x1_693f2342-210b-469b-adb5-8a83ce860c61_1000x.jpg?v=1728026452\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e3) use your frother to blend to perfection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Strawberry\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/SCC00881_1x1_95d55eac-482a-4826-b77b-bdfe6a33a377_1000x.jpg?v=1728026013\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e4) drink \u0026amp; enjoy focus - energy - calm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Raw Chocolate (Decaf)\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/2024-09-29_23-33-40_B_R8_S4_CHOC_1x1_d6c6c5d8-e0b7-4203-bb59-a2063ca9b251_1000x.jpg?v=1728025685\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e1) scoop 8g of Rainbow Dust\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Raw Chocolate (Decaf)\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/mix_2_2e82c99b-f91c-437a-a68e-12ddc274715d_1000x.webp?v=1723624267\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e2) mix with water or milk - hot or cold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Raw Chocolate (Decaf)\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/frother_3_3e370a78-3b68-4974-a163-d46c4e89d657_1000x.webp?v=1723624287\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e3) use your frother to blend to perfection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section_item\" data-flavor=\"Raw Chocolate (Decaf)\" style=\"display: none;\"\u003e\n\u003cdiv class=\"item_image\"\u003e\u003cimg src=\"https:\/\/spacegoods.com\/cdn\/shop\/files\/SCC00936_1x1_77b9b3d3-2afe-4964-b522-e4aa8d233d06_1000x.jpg?v=1728025943\" alt=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"item_text\"\u003e4) drink \u0026amp; enjoy focus - energy - calm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!--INICIO SELLO MERCADO LIBRE--\u003e\n\u003cstyle\u003e\n\n.mp_platinum {\n\n    min-width: 290px;\n    max-width: 100%;\n    margin: 20px auto 0;\n    padding: 10px;\n    border: 0px solid #0000001a;\n    border-radius: 10px;\n    box-shadow: 0px 8px 4px -4px \/*#e5e5e5*\/ #fff;\n\n}\n\n.mp_platinum li {\n    list-style: none;\n}\n\n.mp_platinum p {\n    margin: 5px;\n}\n\n.ui-box-component-pdp__visible--desktop {\n    width: 100%;\n    border-radius: 8px;\n    border: 1px solid rgba(0,0,0,.1);\n    margin: 24px 0;\n    padding: 32px 16px 24px;\n}\n\n.ui-seller-info__status-info {\n    display: -webkit-flex;\n    display: flex;\n    margin-bottom: 20px;\n}\n\n.ui-seller-info__status-info__icon {\n    margin: 2px 10px 0 0;\n    width: 20px;\n    text-align: center;\n}\n\n.ui-pdp-color--GREEN.ui-pdp-icon {\n    fill: #00a650;\n}\n\n.ui-pdp-seller__status-title {\n\n    font-size: 16px;\n    font-weight: 600;\n    color: #00a650;\n    padding: 0;\n    margin: 2px 0 -12px 0 !important;\n\n}\n\n.ui-seller-info__status-info__subtitle {\n  \n    font-size: 14px;\n    color: rgba(0,0,0,.55);\n    margin: 5px 0 0 0 !important;\n  \n}\n\n.ui-thermometer {\n\n    width: 100%;\n    height: auto;\n    margin: 0;\n    padding: 0;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n    overflow: hidden;\n    display: block;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n    vertical-align: baseline;\n\t\n}\n\n.ui-thermometer__level {\n    width: 20%;\n    height: 8px;\n    margin-top: 2px;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n    float: left;\n    border-left: 6px solid #fff;\n}\n\n.ui-thermometer__level--1 {\n    background: #fddbdb;\n}\n\n.ui-thermometer__level--2 {\n    background: #ffe0b8;\n}\n\n.ui-thermometer__level--3 {\n    background: #fff8a5;\n}\n\n.ui-thermometer__level--4 {\n    background: #ccff5d;\n}\n\n.ui-thermometer[value=\"5\"] .ui-thermometer__level--5 {\n    height: 12px;\n    margin: 0;\n    background: linear-gradient(to top,#09a149, #19c461);\n}\n\n.ui-pdp-seller__reputation-info {\n    margin-top: 16px;\n}\n\n.ui-pdp-seller__list-description {\n\n    display: -webkit-flex;\n    display: flex;\n    justify-content: center;\n    margin: 0;\n\tpadding: 0;\n\n}\n\n.ui-pdp-seller__item-description {\n\n    display: -webkit-flex;\n    display: flex;\n    -webkit-flex-direction: column;\n    flex-direction: column;\n    -webkit-align-items: center;\n    align-items: center;\n    text-align: center;\n    font-size: 12px;\n    position: relative;\n    line-height: 1;\n    padding: 8px 5px;\n\t\n}\n\n.ui-pdp-seller__sales-description {\n    font-size: 24px;\n    color: #000;\n    line-height: 1.2;\n    font-weight: 400;\n    display: block;\n}\n\n.ui-pdp-seller__text-description {\n    margin-top: 8px;\n    line-height: 1;\n}\n\n.ui-pdp-seller__item-description:after {\n    background: #ddd;\n    content: \"\";\n    height: 91%;\n    position: absolute;\n    right: 0;\n    top: 8%;\n    width: 1px;\n}\n\n.ui-pdp-seller__item-description:last-of-type:after {\n    display: none;\n}\n\n.ui-pdp-seller__icon-description {\n    display: inline-block;\n    width: 28px;\n    padding-top: 3px;\n    vertical-align: top;\n}\n\n.ui-pdp-icon, .ui-pdp-icon--shipping {\n    fill: rgba(0,0,0,.25);\n}\u003c\/style\u003e\n\u003cdiv class=\"mp_platinum\"\u003e\n\n\n\n\u003cdiv class=\"ui-seller-info\"\u003e\n\n    \u003c!-- Inicio del termometro  --\u003e\n\n    \u003cul aria-hidden=\"true\" class=\"ui-thermometer\" value=\"5\"\u003e\n        \u003cli class=\"ui-thermometer__level ui-thermometer__level--1\"\u003e\n        \u003c\/li\u003e\n\u003cli class=\"ui-thermometer__level ui-thermometer__level--2\"\u003e\n        \u003c\/li\u003e\n\u003cli class=\"ui-thermometer__level ui-thermometer__level--3\"\u003e\n        \u003c\/li\u003e\n\u003cli class=\"ui-thermometer__level ui-thermometer__level--4\"\u003e\n        \u003c\/li\u003e\n\u003cli class=\"ui-thermometer__level ui-thermometer__level--5\"\u003e\n    \u003c\/li\u003e\n\u003c\/ul\u003e\n    \n    \u003c!-- Final del termometro  --\u003e\n     \n    \u003cdiv class=\"ui-pdp-seller__reputation-info\"\u003e\n        \u003cul class=\"ui-pdp-seller__list-description\"\u003e\n            \u003cli class=\"ui-pdp-seller__item-description\"\u003e\n              \n\n            \u003c!-- Inicio cantidades de ventas  --\u003e\n\n            \u003cstrong class=\"ui-pdp-seller__sales-description\"\u003e5.249\u003c\/strong\u003e\n\n            \u003c!-- Final cantidades de ventas  --\u003e\n              \n                \u003cp class=\"ui-pdp-seller__text-description\"\u003ePedidos entregados en los últimos 60 días\u003c\/p\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"ui-pdp-seller__item-description\"\u003e\n                \u003cstrong aria-hidden=\"true\" class=\"ui-pdp-seller__icon-description\"\u003e\n                    \u003csvg class=\"ui-pdp-icon ui-pdp-icon--message-positive ui-pdp-color--REP_SELLER_ATTENTION_GOOD\" viewbox=\"0 0 29 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cg fill-rule=\"evenodd\" fill=\"none\"\u003e\n                            \u003cpath d=\"M6.747 21.511l4.538-3.518h8.238c1.032 0 1.868-.98 1.868-2.19V3.21c0-1.21-.836-2.19-1.868-2.19H3.173c-1.032 0-1.869.98-1.869 2.19v14.077c0 .39.316.706.706.706H5.61v2.96a.706.706 0 0 0 1.138.558z\" stroke-width=\"1.5\" stroke=\"#333\"\u003e\u003c\/path\u003e\n                            \u003cg transform=\"translate(14 9)\"\u003e\n                                \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"7.5\" fill=\"#39B54A\"\u003e\u003c\/circle\u003e\n                                \u003cg stroke-linecap=\"round\" stroke-width=\"1.059\" stroke=\"#FFF\"\u003e\u003cpath d=\"M3.75 7.5l2.445 2.445M6.25 9.89L11.14 5\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n                            \u003c\/g\u003e\n                        \u003c\/g\u003e\n                    \u003c\/svg\u003e\n                \u003c\/strong\u003e\n                \u003cp class=\"ui-pdp-seller__text-description\"\u003eBrinda buena atención\u003c\/p\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"ui-pdp-seller__item-description\"\u003e\n                \u003cstrong aria-hidden=\"true\" class=\"ui-pdp-seller__icon-description\"\u003e\n                    \u003csvg class=\"ui-pdp-icon ui-pdp-icon--time-positive ui-pdp-color--REP_SELLER_DELIVERY_TIME_GOOD\" viewbox=\"0 0 30 26\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cg fill-rule=\"evenodd\" fill=\"none\"\u003e\n                            \u003cg transform=\"translate(1 .02)\" stroke=\"#333\"\u003e\n                                \u003cellipse cx=\"10.5\" cy=\"13.714\" rx=\"10.5\" ry=\"10.286\" stroke-width=\"1.286\"\u003e\u003c\/ellipse\u003e\n                                \u003cpath d=\"M19.107 13.714h-1.59M3.42 13.714H1.83M10.5 5.143v1.59M10.563 20.571v1.59M10.5.857v2.484M8.75.857h3.637M10.313 8.801v4.944H5.24\" stroke-linecap=\"round\" stroke-width=\"1.102\"\u003e\u003c\/path\u003e\n                            \u003c\/g\u003e\n                            \u003cg transform=\"translate(15 10.02)\"\u003e\n                                \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"7.5\" fill=\"#39B54A\"\u003e\u003c\/circle\u003e\n                                \u003cg stroke-linecap=\"round\" stroke-width=\"1.059\" stroke=\"#FFF\"\u003e\u003cpath d=\"M3.75 7.5l2.445 2.445M6.25 9.89L11.14 5\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n                            \u003c\/g\u003e\n                        \u003c\/g\u003e\n                    \u003c\/svg\u003e\n                \u003c\/strong\u003e\n                \u003cp class=\"ui-pdp-seller__text-description\"\u003eEntrega sus productos a tiempo\u003c\/p\u003e\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!--FINAL - SELLO DE MERCADO LIBRE--\u003e\n\n\u003c!-- INICIO BARRA DE ANUNCIOS 1 --\u003e\n\u003cstyle\u003e\n        \/* Section styling *\/\n        #custom-marquee-text {\n            overflow: hidden;\n            background-color: #f0f0f0; \/* Ejemplo background color *\/\n            color: #ffffff; \/* Ejemplo text color *\/\n            font-size: 12px;\n            padding-top: 1rem;\n            padding-bottom: 1rem;\n            margin-top: 0;\n            margin-bottom: 0;\n            background: linear-gradient(60deg, #050E2B 0%, #031756 15%, #031756 100%);\n            background-size: 300% 100% !important;\n            animation: 3.5s linear infinite featureAnimation;\n        }\n\n        #custom-marquee-text ul {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n            display: inline-flex;\n            animation-timing-function: linear;\n            animation-iteration-count: infinite;\n            animation-name: marquee-animation;\n            animation-duration: 15s;\n        }\n\n        #custom-marquee-text ul:hover {\n            animation-play-state: paused;\n        }\n\n        #custom-marquee-text ul li {\n            position: relative;\n            flex-shrink: 0;\n            padding-left: 20px;\n            padding-right: 20px;\n        }\n\n        #custom-marquee-text ul li::after {\n            content: \"\";\n            background-color: currentColor;\n            mask-image: url(\"data:image\/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' width='10px' height='10px' viewBox='0 0 10.0 10.0' xmlns='http:\/\/www.w3.org\/2000\/svg' xmlns:xlink='http:\/\/www.w3.org\/1999\/xlink'%3E%3Cdefs%3E%3CclipPath id='i0'%3E%3Cpath d='M10,0 L10,10 L0,10 L0,0 L10,0 Z'%3E%3C\/path%3E%3C\/clipPath%3E%3CclipPath id='i1'%3E%3Cpath d='M5,0 C7.76142375,0 10,2.23857625 10,5 C10,7.76142375 7.76142375,10 5,10 C2.23857625,10 0,7.76142375 0,5 C0,2.23857625 2.23857625,0 5,0 Z'%3E%3C\/path%3E%3C\/clipPath%3E%3C\/defs%3E%3Cg clip-path='url(%23i0)'%3E%3Cg clip-path='url(%23i1)'%3E%3Cpolygon points='0,0 10,0 10,10 0,10 0,0' stroke='none' fill='currentColor'%3E%3C\/polygon%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n            background-repeat: no-repeat;\n            background-size: cover;\n            width: .25rem;\n            height: .25rem;\n            position: absolute;\n            right: 0;\n            top: 50%;\n            transform: translate(50%, -50%);\n        }\n\n        @media (prefers-reduced-motion:reduce) {\n            #custom-marquee-text ul {\n                animation: none;\n            }\n        }\n\n        \/* Various classes *\/\n        .text-sm {\n            font-size: .8em;\n        }\n\n        .text-lg {\n            font-size: 1.2em;\n        }\n\n        .fw-bold {\n            font-weight: bold;\n        }\n\n        .text-uppercase {\n            text-transform: uppercase;\n        }\n\n        .text-capitalize {\n            text-transform: capitalize;\n        }\n\n        @keyframes featureAnimation {\n            0% {\n                background-position: 0%;\n            }\n            50% {\n                background-position: 150%;\n            }\n            100% {\n                background-position: 300%;\n            }\n        }\n\n        @keyframes marquee-animation {\n            from { transform: translateX(0); }\n            to { transform: translateX(-100%); }\n        }\n    \u003c\/style\u003e\n\u003csection class=\"custom-marquee-text\" id=\"custom-marquee-text\"\u003e\n\u003cul data-marquee-direction=\"left\" data-animation-duration=\"15\" class=\"text-lg fw-bold text-uppercase\"\u003e\n\u003cli\u003eEnvio gratis a todo Colombia 🇨🇴\u003c\/li\u003e\n\u003cli\u003ePaga tu producto al recibir en casa 🚚\u003c\/li\u003e\n\u003cli\u003eDescuento Imperdibles 🚀\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL BARRA DE ANUNCIOS 1 --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\n\n  \n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFAQ Accordion Section\u003c\/title\u003e\n    \u003cstyle\u003e\n      .accordion {\n          width: 100%;\n          max-width: 800px;\n          margin: 40px auto;\n          border-radius: 5px;\n      }\n      .accordion-item {\n          border-bottom: 1px solid #ccc;\n          margin-bottom: 3px;\n      }\n      .accordion-item:last-child {\n          border-bottom: none;\n      }\n      .accordion-header {\n          padding: 8px;\n          cursor: pointer;\n          font-weight: bold;\n          font-size: 13px;\n          display: flex;\n          justify-content: space-between;\n          align-items: center;\n      }\n      .accordion-header .indicator {\n          font-size: 1.3em;\n          margin-left: 8px;\n          transition: transform 0.3s ease;\n      }\n      .accordion-item.active .indicator {\n          content: '-';\n          transform: rotate(180deg);\n      }\n      .accordion-content {\n          max-height: 0;\n          overflow: hidden;\n          padding: 0 10px;\n          transition: max-height 0.3s ease, padding 0.3s ease;\n      }\n      .accordion-content p {\n          margin: 8px 0;\n          font-size: 12px;\n      }\n      .active .accordion-content {\n          max-height: 150px;\n          padding: 8px 10px;\n      }\n    \u003c\/style\u003e\n  \n  \n    \u003cdiv class=\"container page-width\"\u003e\n      \u003cdiv class=\"accordion\"\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cdiv class=\"accordion-header\"\u003e\n            ¿Se puede utilizar para cualquier teléfono?\u003cspan class=\"indicator\"\u003e+\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cp\u003e\n              Claro que si! Puedes utilizar la luz en cualquier referencia de teléfono, ya que tienen un sistema de ajuste automático..\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cdiv class=\"accordion-header\"\u003e\n            ¿Tiene varias intensidades de luz?\u003cspan class=\"indicator\"\u003e+\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cp\u003e\n              Por supuesto que si! La luz tiene 3 intensidades de luz para que puedas utilizarla según la intensidad que necesites..\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cdiv class=\"accordion-header\"\u003e\n            ¿Es recargable o con pilas?\u003cspan class=\"indicator\"\u003e+\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cp\u003e\n              Esta referencia se utiliza con pilas, también tenemos la misma referencia versión recargable en nuestra página web..\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cdiv class=\"accordion-header\"\u003e\n            ¿Se puede ajustar a distintos ángulos?\u003cspan class=\"indicator\"\u003e+\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\n            \u003cp\u003e\n              Claro que si! Puedes ajustar la luz en cualquier ángulo ya que tiene rueda giratoria interna para que lo ajustes a tu gusto.\n              \n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n      function handleAccordionClick(event) {\n          const item = event.target.closest('.accordion-item');\n          if (item) {\n              item.classList.toggle('active');\n              const indicator = item.querySelector('.indicator');\n              if (item.classList.contains('active')) {\n                  indicator.textContent = '-';\n              } else {\n                  indicator.textContent = '+';\n              }\n          }\n      }\n\n      document.querySelectorAll('.accordion-header').forEach(header =\u003e {\n          header.addEventListener('click', handleAccordionClick);\n      });\n    \u003c\/script\u003e\n\n \n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eResponsive Slider\u003c\/title\u003e\n    \u003cstyle\u003e\n        .user-info {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n.description{\nfont-size: 13px;\n}\n\n        .user-info img {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            object-fit: cover;\n        }\n\n        .user-details {\n            display: flex;\n            flex-direction: column;\n            line-height: 20px;\n        }\n\n        .user-details .name {\n            font-weight: bold;\n            color: #13152f;\n        }\n\n        .user-details .time {\n            font-size: 11px;\n            color: #666;\n        }\n\n        .description {\n            font-size: 13px;\n            color: #333;\n            text-align: left;\n            line-height: 22px;\n            flex-grow: 1;\n        }\n\n        .card-footer {\n            margin-top: auto;\n        }\n\n        .stats {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding-top: 10px;\n            font-size: 10px;\n            color: #666;\n        }\n\n        .stats .reactions {\n            display: flex;\n            align-items: center;\n            gap: 5px;\n        }\n\n        .actions {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-top: 1px solid #eaeaea;\n            padding-top: 10px;\n            font-size: 13px;\n            color: #666;\n        }\n\n        .actions div {\n            display: flex;\n            align-items: center;\n            gap: 5px;\n            cursor: pointer;\n        }\n\n        .facebook-like {\n            width: 15px;\n            margin-bottom: 2px;\n        }\n\n        #v3-slider-container {\n            overflow: hidden;\n            position: relative;\n            padding: 20px 5px;\nmax-width: 1500px;\nmargin-right: auto;\nmargin-left: auto;\n        }\n\n        #v3-slider {\n            display: flex;\n            transition: transform 0.5s ease-in-out;\n        }\n\n        @keyframes upAndDown {\n            0%,\n            100% {\n                transform: translateY(0);\n            }\n            25% {\n                transform: translateY(-4px);\n            }\n            50% {\n                transform: translateY(0px);\n            }\n            75% {\n                transform: translateY(4px);\n            }\n        }\n\n        @keyframes downAndUp {\n            0%,\n            100% {\n                transform: translateY(0);\n            }\n            25% {\n                transform: translateY(4px);\n            }\n            50% {\n                transform: translateY(0px);\n            }\n            75% {\n                transform: translateY(-4px);\n            }\n        }\n\n        .v3-slider-card:nth-child(odd) {\n            animation: upAndDown 4s infinite linear;\n        }\n\n        .v3-slider-card:nth-child(even) {\n            animation: downAndUp 4s infinite linear;\n        }\n\n        .v3-slider-card {\n            flex: 0 0 80%;\n            max-width: 280px;\n            height: 280px;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n            display: flex;\n            flex-direction: column;\n            background-color: #fff;\n            border: 2px solid rgb(239, 239, 243);\n            border-radius: 10px;\n            padding: 15px;\n            box-sizing: border-box;\n            gap: 10px;\n            position: relative;\n            margin-right: 10px;\n        }\n\n        #v3-pagination {\n            display: flex;\n            justify-content: center;\n            margin-top: 10px;\ndisplay: none;\n        }\n\n        .v3-pagination-dot {\n            width: 10px;\n            height: 10px;\n            background-color: #ccc;\n            border-radius: 50%;\n            margin: 0 5px;\n            cursor: pointer;\n            transition: background-color 0.3s ease;\n        }\n\n        .v3-pagination-dot.active {\n            background-color: #333;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv id=\"v3-slider-container\"\u003e\n        \u003cdiv id=\"v3-slider\"\u003e\n            \u003cdiv class=\"v3-slider-card\"\u003e\n                \u003cdiv class=\"user-info\"\u003e\n                    \u003cimg src=\"https:\/\/i.dailymail.co.uk\/i\/pix\/2013\/08\/29\/article-2405475-1B8389EE000005DC-718_634x550.jpg\" alt=\"User\"\u003e\n                    \u003cdiv class=\"user-details\"\u003e\n                        \u003cdiv class=\"name\"\u003eEduardo R\u003c\/div\u003e\n                        \u003cdiv class=\"time\"\u003e4h ago\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"description\"\u003eHace 2 meses compré unos audífonos en esta página y sólo puedo decir que son los mejores, calidad, precio y tiempo de entrega. Muy buena experiencia de compra.  Gracias @sanval.col.\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card-footer\"\u003e\n                    \u003cdiv class=\"stats\"\u003e\n                        \u003cdiv class=\"reactions\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0798\/4267\/2987\/files\/thumbs_up_facebook.jpg?v=1733340667\" class=\"facebook-like\"\u003e\n                            \u003cspan\u003e1.1K\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan\u003e145 comentarios • 12 compartidos\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"actions\"\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#666\" height=\"18\" width=\"18\" version=\"1.1\" id=\"Capa_1\" viewbox=\"0 0 471.701 471.701\" xml:space=\"preserve\"\u003e\n\u003cg\u003e\n\t\u003cpath d=\"M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1   c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3   l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4   C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3   s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4   c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3   C444.801,187.101,434.001,213.101,414.401,232.701z\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e Like\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" width=\"23\" height=\"23\" id=\"comment\"\u003e\n  \u003cpath fill=\"#666\" d=\"M25.784 21.017A10.992 10.992 0 0 0 27 16c0-6.065-4.935-11-11-11S5 9.935 5 16s4.935 11 11 11c1.742 0 3.468-.419 5.018-1.215l4.74 1.185a.996.996 0 0 0 .949-.263 1 1 0 0 0 .263-.95l-1.186-4.74zm-2.033.11.874 3.498-3.498-.875a1.006 1.006 0 0 0-.731.098A8.99 8.99 0 0 1 16 25c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9a8.997 8.997 0 0 1-1.151 4.395.995.995 0 0 0-.098.732z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Comentar\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\" width=\"23\" height=\"23\" id=\"share\"\u003e\n  \u003cpath fill=\"#666\" d=\"M6.54 55.08a1.91 1.91 0 0 1-.62-.1 2 2 0 0 1-1.38-2c0-.3 2.06-29.34 31.18-31.62V10.92a2 2 0 0 1 3.43-1.4l19.74 20.16a2 2 0 0 1 0 2.8L39.15 52.64a2 2 0 0 1-3.43-1.4V41c-19.44.74-27.41 13-27.49 13.15a2 2 0 0 1-1.69.93Zm33.18-39.26v7.41a2 2 0 0 1-1.93 2c-18.84.69-25.58 13.24-28 21.31 5-4.32 13.91-9.6 27.81-9.6h.09a2 2 0 0 1 2 2v7.41l15-15.26Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Compartir\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"v3-slider-card\"\u003e\n                \u003cdiv class=\"user-info\"\u003e\n                    \u003cimg src=\"https:\/\/plus.unsplash.com\/premium_photo-1689530775582-83b8abdb5020?fm=jpg\u0026amp;q=60\u0026amp;w=3000\u0026amp;ixlib=rb-4.0.3\u0026amp;ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8cmFuZG9tJTIwcGVyc29ufGVufDB8fDB8fHww\" alt=\"User\"\u003e\n                    \u003cdiv class=\"user-details\"\u003e\n                        \u003cdiv class=\"name\"\u003eJacobo H\u003c\/div\u003e\n                        \u003cdiv class=\"time\"\u003e9h ago\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"description\"\u003eHe comprado en distintas ocasiones en esta página y me ha ido muy bien, son muy cumplidos y rápidos con los envios, y la atención al cliente es muy buena.\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card-footer\"\u003e\n                    \u003cdiv class=\"stats\"\u003e\n                        \u003cdiv class=\"reactions\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0798\/4267\/2987\/files\/thumbs_up_facebook.jpg?v=1733340667\" class=\"facebook-like\"\u003e\n                            \u003cspan\u003e900\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan\u003e102 comentarios • 12 compartidos\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"actions\"\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#666\" height=\"18\" width=\"18\" version=\"1.1\" id=\"Capa_1\" viewbox=\"0 0 471.701 471.701\" xml:space=\"preserve\"\u003e\n\u003cg\u003e\n\t\u003cpath d=\"M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1   c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3   l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4   C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3   s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4   c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3   C444.801,187.101,434.001,213.101,414.401,232.701z\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e Like\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" width=\"23\" height=\"23\" id=\"comment\"\u003e\n  \u003cpath fill=\"#666\" d=\"M25.784 21.017A10.992 10.992 0 0 0 27 16c0-6.065-4.935-11-11-11S5 9.935 5 16s4.935 11 11 11c1.742 0 3.468-.419 5.018-1.215l4.74 1.185a.996.996 0 0 0 .949-.263 1 1 0 0 0 .263-.95l-1.186-4.74zm-2.033.11.874 3.498-3.498-.875a1.006 1.006 0 0 0-.731.098A8.99 8.99 0 0 1 16 25c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9a8.997 8.997 0 0 1-1.151 4.395.995.995 0 0 0-.098.732z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Comentar\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\" width=\"23\" height=\"23\" id=\"share\"\u003e\n  \u003cpath fill=\"#666\" d=\"M6.54 55.08a1.91 1.91 0 0 1-.62-.1 2 2 0 0 1-1.38-2c0-.3 2.06-29.34 31.18-31.62V10.92a2 2 0 0 1 3.43-1.4l19.74 20.16a2 2 0 0 1 0 2.8L39.15 52.64a2 2 0 0 1-3.43-1.4V41c-19.44.74-27.41 13-27.49 13.15a2 2 0 0 1-1.69.93Zm33.18-39.26v7.41a2 2 0 0 1-1.93 2c-18.84.69-25.58 13.24-28 21.31 5-4.32 13.91-9.6 27.81-9.6h.09a2 2 0 0 1 2 2v7.41l15-15.26Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Compartir\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"v3-slider-card\"\u003e\n                \u003cdiv class=\"user-info\"\u003e\n                    \u003cimg src=\"https:\/\/plus.unsplash.com\/premium_photo-1688891564708-9b2247085923?fm=jpg\u0026amp;q=60\u0026amp;w=3000\u0026amp;ixlib=rb-4.0.3\u0026amp;ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTd8fHJhbmRvbSUyMHBlcnNvbnxlbnwwfHwwfHx8MA%3D%3D\" alt=\"User\"\u003e\n                    \u003cdiv class=\"user-details\"\u003e\n                        \u003cdiv class=\"name\"\u003eAlexander C\u003c\/div\u003e\n                        \u003cdiv class=\"time\"\u003e12h ago\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"description\"\u003eYa he comprado 3 productos con @sanval.col y me ha ido muy bien con todo, pronto compraré un trípode, gracias.\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card-footer\"\u003e\n                    \u003cdiv class=\"stats\"\u003e\n                        \u003cdiv class=\"reactions\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0798\/4267\/2987\/files\/thumbs_up_facebook.jpg?v=1733340667\" class=\"facebook-like\"\u003e\n                            \u003cspan\u003e264\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan\u003e6 comentarios • 2 compartidos\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"actions\"\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#666\" height=\"18\" width=\"18\" version=\"1.1\" id=\"Capa_1\" viewbox=\"0 0 471.701 471.701\" xml:space=\"preserve\"\u003e\n\u003cg\u003e\n\t\u003cpath d=\"M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1   c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3   l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4   C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3   s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4   c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3   C444.801,187.101,434.001,213.101,414.401,232.701z\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e Like\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" width=\"23\" height=\"23\" id=\"comment\"\u003e\n  \u003cpath fill=\"#666\" d=\"M25.784 21.017A10.992 10.992 0 0 0 27 16c0-6.065-4.935-11-11-11S5 9.935 5 16s4.935 11 11 11c1.742 0 3.468-.419 5.018-1.215l4.74 1.185a.996.996 0 0 0 .949-.263 1 1 0 0 0 .263-.95l-1.186-4.74zm-2.033.11.874 3.498-3.498-.875a1.006 1.006 0 0 0-.731.098A8.99 8.99 0 0 1 16 25c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9a8.997 8.997 0 0 1-1.151 4.395.995.995 0 0 0-.098.732z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Comentar\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\" width=\"23\" height=\"23\" id=\"share\"\u003e\n  \u003cpath fill=\"#666\" d=\"M6.54 55.08a1.91 1.91 0 0 1-.62-.1 2 2 0 0 1-1.38-2c0-.3 2.06-29.34 31.18-31.62V10.92a2 2 0 0 1 3.43-1.4l19.74 20.16a2 2 0 0 1 0 2.8L39.15 52.64a2 2 0 0 1-3.43-1.4V41c-19.44.74-27.41 13-27.49 13.15a2 2 0 0 1-1.69.93Zm33.18-39.26v7.41a2 2 0 0 1-1.93 2c-18.84.69-25.58 13.24-28 21.31 5-4.32 13.91-9.6 27.81-9.6h.09a2 2 0 0 1 2 2v7.41l15-15.26Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Compartir\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"v3-slider-card\"\u003e\n                \u003cdiv class=\"user-info\"\u003e\n                    \u003cimg src=\"https:\/\/thumbs.wbm.im\/pw\/small\/6dc1cb1116b972bb2405441d4d590cd2.jpg\" alt=\"User\"\u003e\n                    \u003cdiv class=\"user-details\"\u003e\n                        \u003cdiv class=\"name\"\u003eCarlos R\u003c\/div\u003e\n                        \u003cdiv class=\"time\"\u003e14h ago\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"description\"\u003eMe encanta que los productos son tal cual aparecen en la publicidad y en las fotos de la página, ya llevo comprando en distintas ocasiones con @sanval.col y los sigo recomendando.\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card-footer\"\u003e\n                    \u003cdiv class=\"stats\"\u003e\n                        \u003cdiv class=\"reactions\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0798\/4267\/2987\/files\/thumbs_up_facebook.jpg?v=1733340667\" class=\"facebook-like\"\u003e\n                            \u003cspan\u003e1.8k\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan\u003e8 comentarios • 3 compartidos\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"actions\"\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#666\" height=\"18\" width=\"18\" version=\"1.1\" id=\"Capa_1\" viewbox=\"0 0 471.701 471.701\" xml:space=\"preserve\"\u003e\n\u003cg\u003e\n\t\u003cpath d=\"M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1   c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3   l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4   C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3   s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4   c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3   C444.801,187.101,434.001,213.101,414.401,232.701z\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e Like\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" width=\"23\" height=\"23\" id=\"comment\"\u003e\n  \u003cpath fill=\"#666\" d=\"M25.784 21.017A10.992 10.992 0 0 0 27 16c0-6.065-4.935-11-11-11S5 9.935 5 16s4.935 11 11 11c1.742 0 3.468-.419 5.018-1.215l4.74 1.185a.996.996 0 0 0 .949-.263 1 1 0 0 0 .263-.95l-1.186-4.74zm-2.033.11.874 3.498-3.498-.875a1.006 1.006 0 0 0-.731.098A8.99 8.99 0 0 1 16 25c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9a8.997 8.997 0 0 1-1.151 4.395.995.995 0 0 0-.098.732z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Comentar\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\" width=\"23\" height=\"23\" id=\"share\"\u003e\n  \u003cpath fill=\"#666\" d=\"M6.54 55.08a1.91 1.91 0 0 1-.62-.1 2 2 0 0 1-1.38-2c0-.3 2.06-29.34 31.18-31.62V10.92a2 2 0 0 1 3.43-1.4l19.74 20.16a2 2 0 0 1 0 2.8L39.15 52.64a2 2 0 0 1-3.43-1.4V41c-19.44.74-27.41 13-27.49 13.15a2 2 0 0 1-1.69.93Zm33.18-39.26v7.41a2 2 0 0 1-1.93 2c-18.84.69-25.58 13.24-28 21.31 5-4.32 13.91-9.6 27.81-9.6h.09a2 2 0 0 1 2 2v7.41l15-15.26Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Compartir\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"v3-slider-card\"\u003e\n                \u003cdiv class=\"user-info\"\u003e\n                    \u003cimg src=\"https:\/\/mir-s3-cdn-cf.behance.net\/project_modules\/max_1200\/35af6a41332353.57a1ce913e889.jpg\" alt=\"User\"\u003e\n                    \u003cdiv class=\"user-details\"\u003e\n                        \u003cdiv class=\"name\"\u003eBernardo C\u003c\/div\u003e\n                        \u003cdiv class=\"time\"\u003e15h ago\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"description\"\u003eQuiero decir que son muy responsables con el tiempo de entrega de los pedidos, hice un pedido y me llegó al dia siguiente, excelente servicio.\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card-footer\"\u003e\n                    \u003cdiv class=\"stats\"\u003e\n                        \u003cdiv class=\"reactions\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0798\/4267\/2987\/files\/thumbs_up_facebook.jpg?v=1733340667\" class=\"facebook-like\"\u003e\n                            \u003cspan\u003e2K\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan\u003e10 comentarios • 6 compartidos\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"actions\"\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#666\" height=\"18\" width=\"18\" version=\"1.1\" id=\"Capa_1\" viewbox=\"0 0 471.701 471.701\" xml:space=\"preserve\"\u003e\n\u003cg\u003e\n\t\u003cpath d=\"M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1   c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3   l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4   C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3   s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4   c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3   C444.801,187.101,434.001,213.101,414.401,232.701z\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e Like\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" width=\"23\" height=\"23\" id=\"comment\"\u003e\n  \u003cpath fill=\"#666\" d=\"M25.784 21.017A10.992 10.992 0 0 0 27 16c0-6.065-4.935-11-11-11S5 9.935 5 16s4.935 11 11 11c1.742 0 3.468-.419 5.018-1.215l4.74 1.185a.996.996 0 0 0 .949-.263 1 1 0 0 0 .263-.95l-1.186-4.74zm-2.033.11.874 3.498-3.498-.875a1.006 1.006 0 0 0-.731.098A8.99 8.99 0 0 1 16 25c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9a8.997 8.997 0 0 1-1.151 4.395.995.995 0 0 0-.098.732z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Comentar\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\" width=\"23\" height=\"23\" id=\"share\"\u003e\n  \u003cpath fill=\"#666\" d=\"M6.54 55.08a1.91 1.91 0 0 1-.62-.1 2 2 0 0 1-1.38-2c0-.3 2.06-29.34 31.18-31.62V10.92a2 2 0 0 1 3.43-1.4l19.74 20.16a2 2 0 0 1 0 2.8L39.15 52.64a2 2 0 0 1-3.43-1.4V41c-19.44.74-27.41 13-27.49 13.15a2 2 0 0 1-1.69.93Zm33.18-39.26v7.41a2 2 0 0 1-1.93 2c-18.84.69-25.58 13.24-28 21.31 5-4.32 13.91-9.6 27.81-9.6h.09a2 2 0 0 1 2 2v7.41l15-15.26Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Compartir\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"v3-slider-card\"\u003e\n                \u003cdiv class=\"user-info\"\u003e\n                    \u003cimg src=\"https:\/\/mir-s3-cdn-cf.behance.net\/project_modules\/1400\/570a1745898621.58408191aee7a.jpg\" alt=\"User\"\u003e\n                    \u003cdiv class=\"user-details\"\u003e\n                        \u003cdiv class=\"name\"\u003eJeison M\u003c\/div\u003e\n                        \u003cdiv class=\"time\"\u003e19h ago\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"description\"\u003eEl asesor Santiago es muy amable, me asesoró sobre qué producto me servía más para lo que quería y cuando me llegó el pedido quedé muy contento. Muchas gracias.\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card-footer\"\u003e\n                    \u003cdiv class=\"stats\"\u003e\n                        \u003cdiv class=\"reactions\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0798\/4267\/2987\/files\/thumbs_up_facebook.jpg?v=1733340667\" class=\"facebook-like\"\u003e\n                            \u003cspan\u003e124\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan\u003e10 comentarios • 2 compartidos\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"actions\"\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#666\" height=\"18\" width=\"18\" version=\"1.1\" id=\"Capa_1\" viewbox=\"0 0 471.701 471.701\" xml:space=\"preserve\"\u003e\n\u003cg\u003e\n\t\u003cpath d=\"M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1   c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3   l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4   C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3   s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4   c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3   C444.801,187.101,434.001,213.101,414.401,232.701z\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e Like\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" width=\"23\" height=\"23\" id=\"comment\"\u003e\n  \u003cpath fill=\"#666\" d=\"M25.784 21.017A10.992 10.992 0 0 0 27 16c0-6.065-4.935-11-11-11S5 9.935 5 16s4.935 11 11 11c1.742 0 3.468-.419 5.018-1.215l4.74 1.185a.996.996 0 0 0 .949-.263 1 1 0 0 0 .263-.95l-1.186-4.74zm-2.033.11.874 3.498-3.498-.875a1.006 1.006 0 0 0-.731.098A8.99 8.99 0 0 1 16 25c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9a8.997 8.997 0 0 1-1.151 4.395.995.995 0 0 0-.098.732z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Comentar\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\" width=\"23\" height=\"23\" id=\"share\"\u003e\n  \u003cpath fill=\"#666\" d=\"M6.54 55.08a1.91 1.91 0 0 1-.62-.1 2 2 0 0 1-1.38-2c0-.3 2.06-29.34 31.18-31.62V10.92a2 2 0 0 1 3.43-1.4l19.74 20.16a2 2 0 0 1 0 2.8L39.15 52.64a2 2 0 0 1-3.43-1.4V41c-19.44.74-27.41 13-27.49 13.15a2 2 0 0 1-1.69.93Zm33.18-39.26v7.41a2 2 0 0 1-1.93 2c-18.84.69-25.58 13.24-28 21.31 5-4.32 13.91-9.6 27.81-9.6h.09a2 2 0 0 1 2 2v7.41l15-15.26Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Compartir\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"v3-slider-card\"\u003e\n                \u003cdiv class=\"user-info\"\u003e\n                    \u003cimg src=\"https:\/\/i.pinimg.com\/236x\/46\/c5\/29\/46c529df39a83ddfddd79ef2928acdc8.jpg\" alt=\"User\"\u003e\n                    \u003cdiv class=\"user-details\"\u003e\n                        \u003cdiv class=\"name\"\u003eJuan P\u003c\/div\u003e\n                        \u003cdiv class=\"time\"\u003e21h ago\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"description\"\u003eCompré unos micrófonos y ufff que calidad! llegó en menos de 3 dias, súper confiables, se los recomiendo.\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card-footer\"\u003e\n                    \u003cdiv class=\"stats\"\u003e\n                        \u003cdiv class=\"reactions\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0798\/4267\/2987\/files\/thumbs_up_facebook.jpg?v=1733340667\" class=\"facebook-like\"\u003e\n                            \u003cspan\u003e57\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan\u003e20 comentarios • 5 compartidos\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"actions\"\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#666\" height=\"18\" width=\"18\" version=\"1.1\" id=\"Capa_1\" viewbox=\"0 0 471.701 471.701\" xml:space=\"preserve\"\u003e\n\u003cg\u003e\n\t\u003cpath d=\"M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1   c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3   l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4   C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3   s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4   c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3   C444.801,187.101,434.001,213.101,414.401,232.701z\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e Like\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" width=\"23\" height=\"23\" id=\"comment\"\u003e\n  \u003cpath fill=\"#666\" d=\"M25.784 21.017A10.992 10.992 0 0 0 27 16c0-6.065-4.935-11-11-11S5 9.935 5 16s4.935 11 11 11c1.742 0 3.468-.419 5.018-1.215l4.74 1.185a.996.996 0 0 0 .949-.263 1 1 0 0 0 .263-.95l-1.186-4.74zm-2.033.11.874 3.498-3.498-.875a1.006 1.006 0 0 0-.731.098A8.99 8.99 0 0 1 16 25c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9a8.997 8.997 0 0 1-1.151 4.395.995.995 0 0 0-.098.732z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Comentar\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\" width=\"23\" height=\"23\" id=\"share\"\u003e\n  \u003cpath fill=\"#666\" d=\"M6.54 55.08a1.91 1.91 0 0 1-.62-.1 2 2 0 0 1-1.38-2c0-.3 2.06-29.34 31.18-31.62V10.92a2 2 0 0 1 3.43-1.4l19.74 20.16a2 2 0 0 1 0 2.8L39.15 52.64a2 2 0 0 1-3.43-1.4V41c-19.44.74-27.41 13-27.49 13.15a2 2 0 0 1-1.69.93Zm33.18-39.26v7.41a2 2 0 0 1-1.93 2c-18.84.69-25.58 13.24-28 21.31 5-4.32 13.91-9.6 27.81-9.6h.09a2 2 0 0 1 2 2v7.41l15-15.26Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Compartir\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"v3-slider-card\"\u003e\n                \u003cdiv class=\"user-info\"\u003e\n                    \u003cimg src=\"https:\/\/encrypted-tbn0.gstatic.com\/images?q=tbn:ANd9GcSZ3CKSrBlisr6XIRZEk66RDaBwgP53383vUw\u0026amp;s\" alt=\"User\"\u003e\n                    \u003cdiv class=\"user-details\"\u003e\n                        \u003cdiv class=\"name\"\u003eAndrea J\u003c\/div\u003e\n                        \u003cdiv class=\"time\"\u003e24h ago\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"description\"\u003eAyer hice un pedido de una luz y un trípode y me llegó hoy, los probé y me gustó mucho todo, me sorprendió el tiempo de entrega tan eficiente.\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card-footer\"\u003e\n                    \u003cdiv class=\"stats\"\u003e\n                        \u003cdiv class=\"reactions\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0798\/4267\/2987\/files\/thumbs_up_facebook.jpg?v=1733340667\" class=\"facebook-like\"\u003e\n                            \u003cspan\u003e134\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cspan\u003e13 comentarios • 3 compartidos\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"actions\"\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#666\" height=\"18\" width=\"18\" version=\"1.1\" id=\"Capa_1\" viewbox=\"0 0 471.701 471.701\" xml:space=\"preserve\"\u003e\n\u003cg\u003e\n\t\u003cpath d=\"M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1   c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3   l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4   C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3   s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4   c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3   C444.801,187.101,434.001,213.101,414.401,232.701z\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e Like\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" width=\"23\" height=\"23\" id=\"comment\"\u003e\n  \u003cpath fill=\"#666\" d=\"M25.784 21.017A10.992 10.992 0 0 0 27 16c0-6.065-4.935-11-11-11S5 9.935 5 16s4.935 11 11 11c1.742 0 3.468-.419 5.018-1.215l4.74 1.185a.996.996 0 0 0 .949-.263 1 1 0 0 0 .263-.95l-1.186-4.74zm-2.033.11.874 3.498-3.498-.875a1.006 1.006 0 0 0-.731.098A8.99 8.99 0 0 1 16 25c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9a8.997 8.997 0 0 1-1.151 4.395.995.995 0 0 0-.098.732z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Comentar\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\" width=\"23\" height=\"23\" id=\"share\"\u003e\n  \u003cpath fill=\"#666\" d=\"M6.54 55.08a1.91 1.91 0 0 1-.62-.1 2 2 0 0 1-1.38-2c0-.3 2.06-29.34 31.18-31.62V10.92a2 2 0 0 1 3.43-1.4l19.74 20.16a2 2 0 0 1 0 2.8L39.15 52.64a2 2 0 0 1-3.43-1.4V41c-19.44.74-27.41 13-27.49 13.15a2 2 0 0 1-1.69.93Zm33.18-39.26v7.41a2 2 0 0 1-1.93 2c-18.84.69-25.58 13.24-28 21.31 5-4.32 13.91-9.6 27.81-9.6h.09a2 2 0 0 1 2 2v7.41l15-15.26Z\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e Compartir\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv id=\"v3-pagination\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003cscript\u003e\n        const slider = document.getElementById('v3-slider');\n        const pagination = document.getElementById('v3-pagination');\n        const cards = Array.from(slider.children);\n        const cardWidth = cards[0].offsetWidth + 10; \/\/ Includes margin\n        const totalWidth = cardWidth * cards.length - 10; \/\/ Adjust total width\n        const containerWidth = slider.parentElement.offsetWidth;\n        let currentIndex = 0;\n        let isDragging = false;\n        let startX = 0;\n        let currentTranslate = 0;\n        let prevTranslate = 0;\n        let animationID;\n\n        const updatePagination = () =\u003e {\n            document.querySelectorAll('.v3-pagination-dot').forEach((dot, index) =\u003e {\n                dot.classList.toggle('active', index === currentIndex);\n            });\n        };\n\n        const goToSlide = (index) =\u003e {\n            currentIndex = index;\n            const maxOffset = Math.max(totalWidth - containerWidth, 0); \/\/ Prevent gaps\n            const offset = Math.min(currentIndex * cardWidth, maxOffset);\n            slider.style.transition = 'transform 0.5s ease';\n            slider.style.transform = `translateX(-${offset}px)`;\n            currentTranslate = -offset;\n            prevTranslate = currentTranslate;\n            updatePagination();\n        };\n\n        const createPagination = () =\u003e {\n            const totalSlides = cards.length;\n            pagination.innerHTML = '';\n            for (let i = 0; i \u003c totalSlides; i++) {\n                const dot = document.createElement('div');\n                dot.classList.add('v3-pagination-dot');\n                dot.innerHTML = '\u0026#8203;'; \/\/ Add zero-width space to prevent being treated as empty\n                if (i === 0) dot.classList.add('active');\n                dot.addEventListener('click', () =\u003e goToSlide(i));\n                pagination.appendChild(dot);\n            }\n        };\n\n        const autoplay = () =\u003e {\n            currentIndex = (currentIndex + 1) % cards.length;\n            goToSlide(currentIndex);\n        };\n\n        \/\/ Drag functionality\n        slider.addEventListener('mousedown', startDrag);\n        slider.addEventListener('touchstart', startDrag);\n        slider.addEventListener('mouseup', endDrag);\n        slider.addEventListener('touchend', endDrag);\n        slider.addEventListener('mousemove', drag);\n        slider.addEventListener('touchmove', drag);\n\n        function startDrag(event) {\n            isDragging = true;\n            startX = getPositionX(event);\n            slider.style.transition = 'none';\n            cancelAnimationFrame(animationID);\n        }\n\n        function endDrag() {\n            isDragging = false;\n            const movedBy = currentTranslate - prevTranslate;\n            if (movedBy \u003c -50 \u0026\u0026 currentIndex \u003c cards.length - 1) {\n                currentIndex++;\n            }\n            if (movedBy \u003e 50 \u0026\u0026 currentIndex \u003e 0) {\n                currentIndex--;\n            }\n            goToSlide(currentIndex);\n        }\n\n        function drag(event) {\n            if (isDragging) {\n                const currentPosition = getPositionX(event);\n                currentTranslate = prevTranslate + currentPosition - startX;\n                slider.style.transform = `translateX(${currentTranslate}px)`;\n            }\n        }\n\n        function getPositionX(event) {\n            return event.type.includes('mouse') ? event.pageX : event.touches[0].clientX;\n        }\n\n        \/\/ Create pagination and resize handling\n        createPagination();\n        window.addEventListener('resize', () =\u003e {\n            slider.style.transform = 'translateX(0)';\n            currentIndex = 0;\n            updatePagination();\n        });\n\n        \/\/ Start autoplay\n        setInterval(autoplay, 3000);\n    \u003c\/script\u003e\n\n\n \n\u003c\/body\u003e","brand":"SANVAL","offers":[{"title":"Default Title","offer_id":45541084922018,"sku":"","price":54900.0,"currency_code":"COP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/2978\/7298\/files\/IMG_0929.heic?v=1748131932","url":"https:\/\/www.sanval.shop\/products\/luz-led-para-celular-%f0%9f%92%a1%f0%9f%93%b1","provider":"SANVAL","version":"1.0","type":"link"}