{"product_id":"samsung-galaxy-buds2-reacondicionado","title":"Samsung Galaxy Buds2 Refurbished","description":"\u003cstyle\u003e\n  \/* Contenedor Principal y Tipografía *\/\n  .product-description-container {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #1d1d1f;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 15px;\n  }\n\n  \/* Disclaimer \/ Avisos *\/\n  .info-disclaimer {\n    background-color: #fffbe6;\n    border: 1px solid #ffe58f;\n    padding: 20px 25px;\n    border-radius: 12px;\n    margin-top: 40px;\n    margin-bottom: 30px;\n    font-size: 0.95rem;\n    color: #595959;\n    text-align: center;\n  }\n  .info-disclaimer strong { color: #d48806; }\n\n  \/* Encabezados *\/\n  .product-header {\n    text-align: center;\n    padding: 20px 10px 30px 10px;\n  }\n  .product-header .eyebrow {\n    color: #0062cc;\n    font-weight: 600;\n    font-size: 1.1rem;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .product-header h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: #1d1d1f;\n    margin: 0;\n    letter-spacing: -0.02em;\n    line-height: 1.1;\n  }\n  .product-header .subtitle {\n    font-size: 1.3rem;\n    color: #6e6e73;\n    margin-top: 15px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* Imagen Principal *\/\n  .image-full-width {\n    width: 100%;\n    height: auto;\n    border-radius: 18px;\n    margin: 10px 0 40px 0;\n    background-color: #f5f5f7;\n    display: block;\n  }\n\n  \/* Títulos de Sección *\/\n  .section-title {\n    font-size: 2.2rem;\n    font-weight: 600;\n    text-align: center;\n    margin-top: 40px;\n    margin-bottom: 40px; \n    color: #1d1d1f;\n  }\n\n  \/* Acordeones (Features \u0026 FAQ) *\/\n  .accordion-container, .faq-container {\n    border-top: 1px solid #d2d2d7;\n    margin-bottom: 40px;\n  }\n  details.accordion-item, details.faq-item { border-bottom: 1px solid #d2d2d7; }\n   \n  .accordion-item summary, .faq-item summary {\n    font-size: 1.3rem;\n    font-weight: 600;\n    padding: 25px 10px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background-color 0.2s ease;\n    color: #1d1d1f;\n  }\n  .accordion-item summary:hover, .faq-item summary:hover { background-color: #f5f5f7; }\n  .accordion-item summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }\n   \n  .accordion-title-text { display: flex; align-items: center; }\n  .icon-left { font-size: 1.8rem; margin-right: 15px; width: 30px; text-align: center; }\n  .plus-minus-icon { font-size: 2rem; color: #86868b; transition: transform 0.3s ease; }\n   \n  details[open] \u003e summary .plus-minus-icon { transform: rotate(45deg); }\n   \n  .accordion-content, .faq-answer { padding: 0 20px 30px 20px; }\n  .accordion-content { padding-left: 65px; } \n  .accordion-content p, .faq-answer p { font-size: 1.05rem; color: #333; margin: 0; line-height: 1.6; }\n\n  \/* Feature Cards Grid *\/\n  .feature-cards-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .feature-card {\n    background-color: #ffffff;\n    border: 1px solid #d2d2d7;\n    border-radius: 18px;\n    padding: 30px;\n    text-align: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n  }\n  .feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0,0,0,0.1); }\n  .feature-card h4 { font-size: 1.6rem; margin: 15px 0 10px 0; color: #1d1d1f; }\n  .feature-card p { font-size: 0.98rem; color: #6e6e73; flex-grow: 1; }\n\n  \/* --- AJUSTES TABLA --- *\/\n  .specs-table-container {\n    overflow-x: auto;\n    margin-bottom: 40px;\n    border: 1px solid #e5e5e5 !important; \n    border-radius: 18px;\n    padding: 5px 20px !important; \n    background: transparent !important;\n  }\n  \n  .product-description-container table.specs-table {\n    width: 100%;\n    border-collapse: collapse !important;\n    border: none !important;\n    background: transparent !important;\n    box-shadow: none !important;\n    margin: 0 !important;\n  }\n\n  .product-description-container table.specs-table td, \n  .product-description-container table.specs-table th { \n    border: none !important; \n    padding: 12px 10px !important; \n    vertical-align: top; \n  }\n\n  .product-description-container table.specs-table tr { \n    border-bottom: 1px solid #e0e0e0 !important; \n    border-top: none !important;\n    border-left: none !important;\n    border-right: none !important;\n    background: transparent !important;\n  }\n\n  .product-description-container table.specs-table tr:last-child { \n    border-bottom: none !important; \n  }\n\n  .specs-table .spec-label { font-weight: 600; color: #1d1d1f; width: 40%; }\n  .specs-table .spec-value { color: #555; }\n\n  \/* FAQ Styles *\/\n  .faq-container-wrapper {\n    max-width: 900px;\n    margin: 40px auto;\n  }\n   \n  @media (max-width: 768px) {\n    .product-header h2 { font-size: 2rem; }\n    .product-header .subtitle { font-size: 1.1rem; }\n    .accordion-item summary, .faq-item summary { font-size: 1.1rem; padding: 20px 5px; }\n    .icon-left { font-size: 1.5rem; margin-right: 10px; }\n    .accordion-content { padding: 0 10px 25px 10px; } \n    .feature-cards-container { grid-template-columns: 1fr; }\n  }\n  .refurbished-notice {\n    background-color: #fffdf5; \/* Fondo crema muy suave *\/\n    border: 1px solid #e6dcc5; \/* Borde sutil dorado\/gris *\/\n    color: #5c5236;\n    padding: 18px 20px;\n    border-radius: 12px;\n    margin: 20px auto auto auto;\n    max-width: 100%;\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n    font-size: 0.95rem;\n    line-height: 1.5;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.03);\n  }\n  .refurbished-notice .notice-icon {\n    font-size: 1.6rem;\n    line-height: 1;\n    flex-shrink: 0; \/* Evita que el icono se aplaste *\/\n  }\n  .refurbished-notice strong {\n    color: #3d351f;\n    font-weight: 700;\n    display: block;\n    margin-bottom: 4px;\n    font-size: 1rem;\n  }\n  \n  \/* Ajuste para móviles *\/\n  @media (max-width: 768px) {\n    .refurbished-notice {\n      padding: 15px;\n      font-size: 0.9rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eDIVE INTO YOUR WORLD\u003c\/div\u003e\n\n\u003ch2\u003eSamsung Galaxy Buds2: Immersive Sound and Smart Noise Cancellation\u003c\/h2\u003e\n\n\u003cp class=\"subtitle\"\u003eSamsung's lightest earbuds, designed to deliver a premium audio experience with total comfort.\u003c\/p\u003e\n\n\u003cdiv class=\"refurbished-notice\"\u003e\n\n\u003cdiv\u003e\n\n\u003cstrong\u003e♻️ Refurbished Product (Grade A)\u003c\/strong\u003e This device has undergone a rigorous professional inspection and restoration process. It is 100% functional, aesthetically excellent, and helps reduce your carbon footprint. Warranty included.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cimg alt=\"Samsung Galaxy Buds2\" class=\"image-full-width\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/02_02-Berry-Family_02_galaxybuds2_family_graphite_white_olive_lavender_H-1024x764.jpg?v=1770164999\"\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 30px auto;\"\u003eThe Samsung Galaxy Buds2 open up a new world of audio experiences with well-balanced sound, an unparalleled comfortable fit, and active noise cancellation. Thanks to their two-way dynamic speakers, you'll enjoy everything from deep, powerful bass to crisp highs, allowing you to rediscover your favorite songs and podcasts.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eDesigned to accompany you all day long, these earbuds stand out for being incredibly lightweight (only 5g each), ensuring music stays in your ears even during the most active lifestyles. Their seamless integration with the Galaxy ecosystem allows you to switch between devices automatically and without interruptions.\u003c\/p\u003e\n\n\u003cdiv class=\"accordion-container\"\u003e\n\n\u003cdetails open=\"\" class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🔇\u003c\/span\u003eActive Noise Cancellation (ANC)\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eTwo microphones detect ambient noise while ANC technology blocks unwanted sound. It reduces up to \u003cstrong\u003e98% of background noise\u003c\/strong\u003e to keep you fully immersed in your music, games, or audiobooks.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🎙️\u003c\/span\u003eCrystal Clear Calls\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eThree microphones and an integrated Voice Pickup Unit (VPU) ensure your voice is heard clearly. The machine learning-based system filters out wind and environmental noise for perfect outdoor calls.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🔋\u003c\/span\u003eAll-Day Power\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eEnjoy up to \u003cstrong\u003e5 hours of playback\u003c\/strong\u003e with noise cancellation activated and an additional 15 hours with the charging case. With ANC off, total battery life extends up to 29 hours.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 class=\"section-title\"\u003eCutting-Edge Technology in a Compact Design\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center; margin-top: 0; margin-bottom: 40px; color: #6e6e73;\"\u003eExplore the advanced features that make Galaxy Buds2 the ideal companion for your smartphone.\u003c\/p\u003e\n\n\u003csection class=\"feature-cards-container\"\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e👂\u003c\/span\u003e\n\u003ch4\u003eCustomizable Fit\u003c\/h4\u003e\n\n\u003cp\u003eIncludes three sizes of soft, flexible silicone ear tips. You can use the fit test in the Galaxy Wearable app to find the perfect seal.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🔊\u003c\/span\u003e\n\u003ch4\u003eSound Tailored to You\u003c\/h4\u003e\n\n\u003cp\u003eCustomize your listening experience with six different equalizer settings. Easily adapt the audio to your preferred music genre.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🔄\u003c\/span\u003e\n\u003ch4\u003eAuto Switch\u003c\/h4\u003e\n\n\u003cp\u003eMoving between your Galaxy devices is easier than ever. Go from watching a movie on your tablet to answering a call on your phone seamlessly.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e☁️\u003c\/span\u003e\n\u003ch4\u003eUltra-Light Comfort\u003c\/h4\u003e\n\n\u003cp\u003eWeighing only \u003cstrong\u003e5 grams\u003c\/strong\u003e, they are the smallest and lightest earbuds in the Galaxy line, designed for prolonged use without fatigue.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003ch3 style=\"margin-top: 20px; margin-bottom: 35px !important;\" class=\"section-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003cdiv class=\"specs-table-container\"\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eModel\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eSamsung Galaxy Buds2 (SM-R177)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eConnectivity\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eBluetooth v5.2 (A2DP, AVRCP, HFP)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eAudio\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e2-way dynamic speaker (Woofer + Tweeter)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eMicrophones\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e3 microphones + VPU\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eSensors\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eAccelerometer, Gyroscope, Hall, Proximity, Touch\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eBattery\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eEarbuds (61 mAh) \/ Case (472 mAh)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eWeight\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e5.0g per earbud\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eResistance\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eIPX2 (Light splashes and sweat)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-disclaimer\"\u003e⚠️ \u003cstrong\u003eAttention:\u003c\/strong\u003e Auto Switch and control via Galaxy Watch are only available on Samsung Galaxy devices with One UI 3.1 or higher.\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-wrapper\"\u003e\n\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions About Galaxy Buds2\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eAre they compatible with iPhone devices?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, they can connect via Bluetooth to any iOS device, although advanced customization features and the Galaxy Wearable app are only fully available on Android.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eDo they have wireless charging?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, the Galaxy Buds2 case is compatible with Qi-certified wireless chargers and also with the PowerShare feature of Samsung smartphones.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is the actual condition of the device and its warranty?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe device has undergone a rigorous technical review to ensure 100% functionality. Aesthetically it is Grade A and comes with a warranty against any hardware failures for your complete peace of mind.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"White","offer_id":58174593532252,"sku":null,"price":130.0,"currency_code":"USD","in_stock":true},{"title":"Graphite","offer_id":58174593565020,"sku":null,"price":130.0,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":58174593597788,"sku":null,"price":130.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/samsung-galaxy-buds2_c32f7c7e-a604-439c-9b19-9e24d2d61c1a.jpg?v=1782961653","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/samsung-galaxy-buds2-reacondicionado","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}