{"product_id":"kit-de-relleno-de-barba-impermeable-para-hombres","title":"Kit de relleno de barba impermeable para hombres","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eEELHOE Beard Pen — Barba más definida\u003c\/title\u003e\n\u003cstyle\u003e\n\/* =========================================================\n   ELIMINACIÓN TOTAL DE CAPAS SUPERPUESTAS Y OPACIDADES\n   ========================================================= *\/\n:root {\n  --n: #071b3d;\n  --b: #0867d8;\n  --o: #f28b20;\n  --g: #efb72d;\n  --black: #000000;\n  --dark-text: #1e293b;\n  --muted-text: #475569;\n  --line: #cbd5e1;\n}\n\n* { box-sizing: border-box; }\nbody { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--black); background: #ffffff; opacity: 1 !important; }\nbutton { font: inherit; }\n\n\/* FORZAR NITIDEZ EN IMÁGENES Y VIDEOS *\/\nimg, video {\n  display: block;\n  max-width: 100%;\n  opacity: 1 !important;\n  filter: none !important;\n  mix-blend-mode: normal !important;\n}\n\n.beard-page {\n  width: 100%;\n  max-width: 1200px;\n  margin: 0 auto;\n  overflow: hidden;\n  background: #ffffff;\n}\n\n.beard-container {\n  width: min(1080px, calc(100% - 30px));\n  margin: 0 auto;\n}\n\n\/* TOPBAR *\/\n.top {\n  background: var(--n);\n  color: #ffffff;\n  text-align: center;\n  padding: 11px 12px;\n  font-size: 11px;\n  font-weight: 900;\n  letter-spacing: 0.5px;\n}\n\n\/* HERO SECTION *\/\n.product-hero {\n  padding: 22px 0 30px;\n  background: #ffffff;\n  border-bottom: 1px solid var(--line);\n}\n\n.product-layout {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 20px;\n}\n\n\/* GALERÍA *\/\n.beard-gallery { min-width: 0; }\n\n.beard-gallery-main {\n  position: relative;\n  width: 100%;\n  aspect-ratio: 4\/5;\n  height: auto;\n  overflow: hidden;\n  border-radius: 20px;\n  background: #ffffff;\n  border: 1px solid var(--line);\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n}\n\n.beard-gallery-track {\n  display: flex;\n  width: 100%;\n  height: 100%;\n  transition: transform 0.34s ease;\n  will-change: transform;\n}\n\n.beard-gallery-slide {\n  position: relative;\n  flex: 0 0 100%;\n  width: 100%;\n  height: 100%;\n  aspect-ratio: 4\/5;\n  overflow: hidden;\n  background: #ffffff;\n}\n\n.beard-gallery-slide img,\n.beard-gallery-slide video {\n  width: 100% !important;\n  height: 100% !important;\n  object-fit: cover !important;\n  object-position: center !important;\n  background: #ffffff;\n}\n\n.beard-video-badge {\n  position: absolute;\n  right: 12px;\n  bottom: 12px;\n  z-index: 2;\n  display: flex;\n  align-items: center;\n  gap: 5px;\n  padding: 6px 10px;\n  border-radius: 999px;\n  background: rgba(7, 27, 61, 0.95);\n  color: #ffffff;\n  font-size: 9px;\n  font-weight: 900;\n  pointer-events: none;\n}\n\n.beard-gallery-arrow {\n  position: absolute;\n  top: 50%;\n  z-index: 5;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 36px;\n  height: 36px;\n  margin-top: -18px;\n  border: 0;\n  border-radius: 50%;\n  background: rgba(255, 255, 255, 0.95);\n  color: var(--n);\n  font-size: 23px;\n  line-height: 1;\n  cursor: pointer;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);\n}\n.beard-gallery-arrow.prev { left: 10px; }\n.beard-gallery-arrow.next { right: 10px; }\n\n.beard-gallery-dots {\n  position: absolute;\n  left: 50%;\n  bottom: 12px;\n  z-index: 5;\n  display: flex;\n  gap: 5px;\n  transform: translateX(-50%);\n}\n.beard-gallery-dot {\n  width: 7px;\n  height: 7px;\n  padding: 0;\n  border: 0;\n  border-radius: 50%;\n  background: rgba(0, 0, 0, 0.3);\n  cursor: pointer;\n}\n.beard-gallery-dot.active {\n  width: 20px;\n  border-radius: 999px;\n  background: var(--o);\n}\n\n.beard-gallery-thumbs {\n  display: flex;\n  gap: 8px;\n  width: 100%;\n  margin-top: 9px;\n  overflow-x: auto;\n  scrollbar-width: none;\n  padding-bottom: 2px;\n}\n.beard-gallery-thumbs::-webkit-scrollbar { display: none; }\n\n.beard-gallery-thumb {\n  position: relative;\n  flex: 0 0 58px;\n  width: 58px;\n  height: 72px;\n  padding: 3px;\n  border: 2px solid transparent;\n  border-radius: 10px;\n  background: #ffffff;\n  overflow: hidden;\n  cursor: pointer;\n}\n.beard-gallery-thumb.active { border-color: var(--o); }\n.beard-gallery-thumb img,\n.beard-gallery-thumb video {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  border-radius: 6px;\n  background: #ffffff;\n  pointer-events: none;\n}\n\n.beard-gallery-rating {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  margin: 10px 2px 0;\n  white-space: nowrap;\n}\n.stars { color: var(--g); font-size: 17px; line-height: 1; letter-spacing: 1px; }\n.rating-text { color: var(--dark-text); font-size: 11px; font-weight: 800; }\n\n\/* PRODUCT INFO *\/\n.product-info {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.eyebrow {\n  display: inline-flex;\n  align-items: center;\n  width: max-content;\n  max-width: 100%;\n  padding: 6px 12px;\n  border-radius: 999px;\n  background: #dbeafe;\n  color: #1e40af;\n  font-size: 10px;\n  line-height: 1;\n  font-weight: 900;\n  letter-spacing: .05em;\n  text-transform: uppercase;\n}\n\n.product-title {\n  margin: 10px 0 8px;\n  color: var(--black);\n  font-size: clamp(30px, 7vw, 44px);\n  line-height: .98;\n  letter-spacing: -1.5px;\n  font-weight: 900;\n}\n.product-title span { color: var(--b); }\n\n.short-description {\n  margin: 0;\n  color: var(--dark-text);\n  font-size: 15px;\n  line-height: 1.55;\n  font-weight: 600;\n}\n\n.quick-benefits {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 7px;\n  margin: 14px 0 12px;\n}\n.quick-benefit {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  min-height: 42px;\n  padding: 8px 9px;\n  border: 1px solid var(--line);\n  border-radius: 11px;\n  background: #ffffff;\n  color: var(--black);\n  font-size: 11px;\n  font-weight: 800;\n}\n.quick-benefit i { font-style: normal; font-size: 16px; }\n\n.price-row {\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin: 5px 0 13px;\n}\n.current-price {\n  color: var(--black);\n  font-size: 34px;\n  line-height: 1;\n  font-weight: 900;\n  letter-spacing: -1px;\n}\n.price-note {\n  padding: 6px 10px;\n  border-radius: 999px;\n  background: #dbeafe;\n  color: #1e40af;\n  font-size: 10px;\n  font-weight: 900;\n}\n\n.main-btn {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  min-height: 55px;\n  padding: 14px 18px;\n  border: 0;\n  border-radius: 13px;\n  background: linear-gradient(90deg, #f28b20, #ffac4d);\n  color: #ffffff !important;\n  font-family: inherit;\n  font-size: 13px;\n  line-height: 1.15;\n  font-weight: 900;\n  text-align: center;\n  text-decoration: none !important;\n  cursor: pointer;\n  box-shadow: 0 9px 22px rgba(242, 139, 32, 0.3);\n  transition: .18s ease;\n}\n.main-btn:hover { transform: translateY(-1px); }\n\n.payment-note {\n  margin-top: 8px;\n  color: var(--dark-text);\n  font-size: 11px;\n  line-height: 1.45;\n  text-align: center;\n  font-weight: 700;\n}\n\n\/* TRUST BAR *\/\n.beard-trust {\n  border-top: 1px solid var(--line);\n  border-bottom: 1px solid var(--line);\n  background: var(--n);\n  color: #ffffff;\n}\n.beard-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }\n.beard-trust-item {\n  min-width: 0;\n  padding: 14px 5px;\n  text-align: center;\n  border-right: 1px solid rgba(255,255,255,0.15);\n}\n.beard-trust-item:last-child { border-right: 0; }\n.beard-trust-icon { margin-bottom: 3px; font-size: 18px; line-height: 1; }\n.beard-trust-item strong { display: block; color: #ffffff; font-size: 10px; line-height: 1.2; font-weight: 900; }\n.beard-trust-item span { display: block; margin-top: 3px; color: #e2e8f0; font-size: 9px; line-height: 1.2; font-weight: 600; }\n\n\/* SECCIONES Y CONTENIDO 100% BLANCO NÍTIDO Y NEGRO *\/\n.section { padding: 48px 0; background: #ffffff; }\n.center { max-width: 760px; margin: 0 auto 30px; text-align: center; }\n\nh2 { color: var(--black); font-size: clamp(28px, 4.5vw, 42px); line-height: 1.04; letter-spacing: -1.2px; margin: 8px 0 12px; font-weight: 900; }\n.dark h2, .final h2 { color: #ffffff; }\n.dark h2 span, .final h2 span { color: #62d8ff; }\n\n.two { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: center; }\n\n\/* FOTO DE INFOGRAFÍA TOTALMENTE LIMPIA SIN CAPAS *\/\n.photo {\n  position: relative;\n  width: 100%;\n  border-radius: 20px;\n  overflow: hidden;\n  background: #ffffff;\n  border: 1px solid var(--line);\n  box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n}\n.photo img {\n  width: 100%;\n  height: auto;\n  display: block;\n  object-fit: contain;\n  background: #ffffff;\n}\n\n.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }\n.benefit { background: #ffffff; border: 1px solid var(--line); border-radius: 14px; padding: 14px; }\n.benefit b { display: block; margin-bottom: 5px; font-size: 13px; color: var(--black); font-weight: 900; }\n.benefit span { font-size: 11px; line-height: 1.45; color: var(--dark-text); display: block; font-weight: 600; }\n\n.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }\n.feature { background: #ffffff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 8px; text-align: center; }\n.feature i { display: block; font-style: normal; font-size: 22px; margin-bottom: 6px; }\n.feature b { display: block; font-size: 13px; margin-bottom: 4px; color: var(--black); font-weight: 900; }\n.feature span { font-size: 11px; color: var(--dark-text); display: block; font-weight: 600; }\n\n.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }\n.step { background: #ffffff; border: 1px solid var(--line); border-radius: 16px; padding: 20px 12px; text-align: center; }\n.num { width: 34px; height: 34px; border-radius: 50%; background: var(--b); color: #ffffff; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-size: 13px; font-weight: 900; }\n.step b { display: block; margin-bottom: 6px; font-size: 14px; color: var(--black); font-weight: 900; }\n.step span { font-size: 11px; color: var(--dark-text); display: block; line-height: 1.45; font-weight: 600; }\n\n\/* RESEÑAS *\/\n.reviews-carousel { position: relative; width: 100%; margin: 0 auto; }\n.reviews-grid { display: flex; gap: 14px; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 10px; }\n.reviews-grid::-webkit-scrollbar { display: none; }\n.review { flex: 0 0 calc((100% - 28px)\/3); width: calc((100% - 28px)\/3); min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #ffffff; scroll-snap-align: start; }\n.rh { display: flex; gap: 9px; align-items: center; }\n.avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }\n.name { margin: 0; font-weight: 900; font-size: 13px; color: var(--black); }\n.city { margin: 3px 0 0; color: var(--muted-text); font-size: 10px; font-weight: 600; }\n.rs { color: var(--g); margin: 9px 0 6px; font-size: 14px; }\n.review \u003e p { margin: 0; color: var(--dark-text); font-size: 12px; line-height: 1.55; font-weight: 600; }\n\n\/* OFERTAS *\/\n.offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }\n.offer { position: relative; padding: 18px 14px; border: 1px solid var(--line); border-radius: 16px; background: #ffffff; text-align: center; cursor: pointer; }\n.offer.featured { border: 2px solid var(--o); background: #fffcf8; }\n.tag { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); padding: 4px 8px; border-radius: 999px; background: var(--o); color: #ffffff; font-size: 8px; font-weight: 900; white-space: nowrap; }\n.offer h3 { margin: 2px 0 4px; color: var(--black); font-size: 14px; font-weight: 900; }\n.offer small { color: var(--dark-text); font-size: 11px; font-weight: 600; }\n.price { margin-top: 2px; color: var(--black); font-size: 24px; font-weight: 900; }\n.choose { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 34px; margin-top: 11px; padding: 7px; border-radius: 999px; background: #dbeafe; color: #1e40af; font-size: 10px; font-weight: 900; }\n.offer.featured .choose { background: var(--o); color: #ffffff; }\n\n\/* FAQ *\/\n.faq { max-width: 760px; margin: 20px auto 0; }\n.faq details { border-bottom: 1px solid var(--line); }\nsummary { position: relative; padding: 14px 28px 14px 0; list-style: none; cursor: pointer; color: var(--black); font-size: 13px; font-weight: 900; }\nsummary::-webkit-details-marker { display: none; }\nsummary:after { content: \"+\"; position: absolute; right: 0; top: 7px; color: var(--o); font-size: 20px; }\ndetails[open] summary:after { content: \"−\"; }\n.answer { padding: 0 0 13px; color: var(--dark-text); font-size: 12px; line-height: 1.55; font-weight: 600; }\n\n\/* FINAL *\/\n.final { padding: 42px 0 48px; background: linear-gradient(135deg, #061532 0%, var(--n) 100%); color: #ffffff; text-align: center; border-top: 3px solid var(--o); }\n.finalPrice { margin: 9px 0 14px; font-size: 28px; font-weight: 900; }\n\n.sticky { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; padding: 10px 12px; background: #050505; }\n.sticky .main-btn { background: linear-gradient(90deg, #f28b20, #ffac4d); box-shadow: none; }\n\n\/* RESPONSIVE *\/\n@media(min-width: 750px) {\n  .product-hero { padding: 30px 0 35px; }\n  .product-layout { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 45px; align-items: center; }\n  .two { grid-template-columns: 1fr 1fr; gap: 40px; }\n  .section { padding: 52px 0; }\n}\n\n@media(max-width: 749px) {\n  .beard-container { width: calc(100% - 24px); }\n  .product-hero { padding-top: 12px; }\n  .product-title { font-size: 35px; letter-spacing: -1.3px; }\n  .current-price { font-size: 31px; }\n  .main-btn { min-height: 56px; font-size: 12px; }\n  .section { padding: 36px 0; }\n  .features { grid-template-columns: repeat(2, 1fr); }\n  .reviews-grid { gap: 10px; }\n  .review { flex: 0 0 100%; width: 100%; }\n  .offers { grid-template-columns: 1fr; }\n  .offer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; text-align: left; padding: 16px; }\n  .choose { min-width: 105px; width: auto; margin-top: 6px; }\n  .sticky { display: block; }\n}\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"beard-page\"\u003e\n  \u003cdiv class=\"top\"\u003e🔥 DEFINICIÓN PRECISA • 💧 RESISTENTE AL AGUA Y AL SUDOR • 🚚 ENVÍO GRATIS • 💵 PAGA AL RECIBIR\u003c\/div\u003e\n\n  \u003c!-- HERO SECTION CON ESTRUCTURA DE 2 COLUMNAS --\u003e\n  \u003csection class=\"product-hero\"\u003e\n    \u003cdiv class=\"beard-container product-layout\"\u003e\n\n      \u003c!-- COLUMNA IZQUIERDA: GALERÍA --\u003e\n      \u003cdiv class=\"beard-gallery\"\u003e\n        \u003cdiv class=\"beard-gallery-main\" id=\"beardGalleryMain\"\u003e\n          \u003cdiv class=\"beard-gallery-track\" id=\"beardGalleryTrack\"\u003e\n            \u003cdiv class=\"beard-gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba2.png?v=1789572285\" alt=\"EELHOE Beard Pen\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"beard-gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba3.png?v=1789572286\" alt=\"EELHOE Beard Pen\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"beard-gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba4.png?v=1789572286\" alt=\"EELHOE Beard Pen\"\u003e\u003c\/div\u003e\n            \n            \u003cdiv class=\"beard-gallery-slide\"\u003e\n              \u003cvideo muted loop playsinline preload=\"none\" aria-label=\"Video Beard Pen\"\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d120056ff330432b8d2c48c49280c894.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003cdiv class=\"beard-video-badge\"\u003e▶ VIDEO\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"beard-gallery-slide\"\u003e\n              \u003cvideo muted loop playsinline preload=\"none\" aria-label=\"Video Beard Pen Demo\"\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/68696832bf0b4d118bea074bcc794c1f.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003cdiv class=\"beard-video-badge\"\u003e▶ VIDEO\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"beard-gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba5.png?v=1789572285\" alt=\"EELHOE Beard Pen\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"beard-gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba6.png?v=1789572286\" alt=\"EELHOE Beard Pen\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"beard-gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba7.png?v=1789572285\" alt=\"EELHOE Beard Pen\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cbutton type=\"button\" class=\"beard-gallery-arrow prev\" id=\"beardGalleryPrev\"\u003e‹\u003c\/button\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-arrow next\" id=\"beardGalleryNext\"\u003e›\u003c\/button\u003e\n\n          \u003cdiv class=\"beard-gallery-dots\"\u003e\n            \u003cbutton type=\"button\" class=\"beard-gallery-dot active\" data-dot=\"0\"\u003e\u003c\/button\u003e\n            \u003cbutton type=\"button\" class=\"beard-gallery-dot\" data-dot=\"1\"\u003e\u003c\/button\u003e\n            \u003cbutton type=\"button\" class=\"beard-gallery-dot\" data-dot=\"2\"\u003e\u003c\/button\u003e\n            \u003cbutton type=\"button\" class=\"beard-gallery-dot\" data-dot=\"3\"\u003e\u003c\/button\u003e\n            \u003cbutton type=\"button\" class=\"beard-gallery-dot\" data-dot=\"4\"\u003e\u003c\/button\u003e\n            \u003cbutton type=\"button\" class=\"beard-gallery-dot\" data-dot=\"5\"\u003e\u003c\/button\u003e\n            \u003cbutton type=\"button\" class=\"beard-gallery-dot\" data-dot=\"6\"\u003e\u003c\/button\u003e\n            \u003cbutton type=\"button\" class=\"beard-gallery-dot\" data-dot=\"7\"\u003e\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"beard-gallery-thumbs\"\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-thumb active\" data-index=\"0\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba2.png?v=1789572285\" alt=\"\"\u003e\u003c\/button\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-thumb\" data-index=\"1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba3.png?v=1789572286\" alt=\"\"\u003e\u003c\/button\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-thumb\" data-index=\"2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba4.png?v=1789572286\" alt=\"\"\u003e\u003c\/button\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-thumb\" data-index=\"3\"\u003e\n            \u003cvideo muted autoplay loop playsinline preload=\"metadata\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d120056ff330432b8d2c48c49280c894.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n          \u003c\/button\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-thumb\" data-index=\"4\"\u003e\n            \u003cvideo muted autoplay loop playsinline preload=\"metadata\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/68696832bf0b4d118bea074bcc794c1f.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n          \u003c\/button\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-thumb\" data-index=\"5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba5.png?v=1789572285\" alt=\"\"\u003e\u003c\/button\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-thumb\" data-index=\"6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba6.png?v=1789572286\" alt=\"\"\u003e\u003c\/button\u003e\n          \u003cbutton type=\"button\" class=\"beard-gallery-thumb\" data-index=\"7\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba7.png?v=1789572285\" alt=\"\"\u003e\u003c\/button\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"beard-gallery-rating\"\u003e\n          \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan class=\"rating-text\"\u003e4.8\/5 • Opiniones de nuestros clientes\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- COLUMNA DERECHA: INFORMACIÓN DEL PRODUCTO --\u003e\n      \u003cdiv class=\"product-info\"\u003e\n        \u003cspan class=\"eyebrow\"\u003e✦ EELHOE BEARD PEN • PUNTA DE 4 PÚAS\u003c\/span\u003e\n        \u003ch1 class=\"product-title\"\u003eBarba más definida — \u003cspan\u003eAspecto Uniforme\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"short-description\"\u003eRellena visualmente zonas menos pobladas y define el contorno de tu barba con trazos precisos que se integran naturalmente con el vello.\u003c\/p\u003e\n\n        \u003cdiv class=\"quick-benefits\"\u003e\n          \u003cdiv class=\"quick-benefit\"\u003e\n\u003ci\u003e✍️\u003c\/i\u003e\u003cspan\u003e4 púas de precisión\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"quick-benefit\"\u003e\n\u003ci\u003e💧\u003c\/i\u003e\u003cspan\u003eResistente al agua\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"quick-benefit\"\u003e\n\u003ci\u003e💦\u003c\/i\u003e\u003cspan\u003eResistente al sudor\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"quick-benefit\"\u003e\n\u003ci\u003e🪮\u003c\/i\u003e\u003cspan\u003eIncluye cepillo\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"price-row\"\u003e\n          \u003cspan class=\"current-price\"\u003eRD$1,800\u003c\/span\u003e\n          \u003cspan class=\"price-note\"\u003eENVÍO GRATIS\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cbutton type=\"button\" class=\"main-btn beard-cod-trigger\"\u003eORDENAR AHORA Y PAGAR AL RECIBIR\u003c\/button\u003e\n\n        \u003cdiv class=\"payment-note\"\u003e🚚 Envío GRATIS a toda República Dominicana • 💵 Pago contra entrega\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TRUST BAR --\u003e\n  \u003csection class=\"beard-trust\"\u003e\n    \u003cdiv class=\"beard-container beard-trust-grid\"\u003e\n      \u003cdiv class=\"beard-trust-item\"\u003e\n\u003cdiv class=\"beard-trust-icon\"\u003e✍️\u003c\/div\u003e\n\u003cstrong\u003e4 Púas\u003c\/strong\u003e\u003cspan\u003eTrazos Precisos\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"beard-trust-item\"\u003e\n\u003cdiv class=\"beard-trust-icon\"\u003e🪮\u003c\/div\u003e\n\u003cstrong\u003eCepillo Incluido\u003c\/strong\u003e\u003cspan\u003eAcabado Natural\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"beard-trust-item\"\u003e\n\u003cdiv class=\"beard-trust-icon\"\u003e🚚\u003c\/div\u003e\n\u003cstrong\u003eEnvío gratis\u003c\/strong\u003e\u003cspan\u003eToda RD\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"beard-trust-item\"\u003e\n\u003cdiv class=\"beard-trust-icon\"\u003e💵\u003c\/div\u003e\n\u003cstrong\u003ePago al recibir\u003c\/strong\u003e\u003cspan\u003eSin adelantos\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SECCIÓN DE IMAGEN DESTACADA (ULTRA NÍTIDA) --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"beard-container two\"\u003e\n      \u003cdiv class=\"photo\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba3.png?v=1789572286\" alt=\"Zonas sin barba\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"eyebrow\"\u003e¿ZONAS MENOS POBLADAS?\u003c\/span\u003e\n        \u003ch2\u003eRellena esos pequeños \u003cspan\u003eespacios.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"short-description\"\u003eLa barba puede verse irregular por zonas con menor densidad. El Beard Pen ayuda a añadir color de forma controlada para conseguir una apariencia uniforme.\u003c\/p\u003e\n        \u003cdiv class=\"benefits\"\u003e\n          \u003cdiv class=\"benefit\"\u003e\n\u003cb\u003e🎯 Rellena zonas\u003c\/b\u003e\u003cspan\u003eDisimula pequeños espacios.\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"benefit\"\u003e\n\u003cb\u003e✏️ Define contorno\u003c\/b\u003e\u003cspan\u003eTrabaja bordes con precisión.\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"benefit\"\u003e\n\u003cb\u003e🧔 Aspecto tupido\u003c\/b\u003e\u003cspan\u003eApariencia más completa.\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"benefit\"\u003e\n\u003cb\u003e✨ Acabado natural\u003c\/b\u003e\u003cspan\u003eIntegra trazos con el vello.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"beard-container two\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"eyebrow\"\u003eLA CLAVE ESTÁ EN LA PUNTA\u003c\/span\u003e\n        \u003ch2\u003eCuatro púas para crear \u003cspan\u003etrazos precisos.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"short-description\"\u003ePermite hacer pequeños trazos de color siguiendo la dirección natural del vello, sin dejar una línea gruesa o artificial.\u003c\/p\u003e\n        \u003cdiv class=\"features\" style=\"margin-top:16px;grid-template-columns:1fr 1fr\"\u003e\n          \u003cdiv class=\"feature\"\u003e\n\u003ci\u003e✍️\u003c\/i\u003e\u003cb\u003e4 púas\u003c\/b\u003e\u003cspan\u003eTrazos definidos\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"feature\"\u003e\n\u003ci\u003e🪮\u003c\/i\u003e\u003cb\u003eCepillo\u003c\/b\u003e\u003cspan\u003eDifumina el color\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"photo\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba4.png?v=1789572286\" alt=\"Punta de 4 púas\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section dark\"\u003e\n    \u003cdiv class=\"beard-container\"\u003e\n      \u003cdiv class=\"center\"\u003e\n        \u003cspan class=\"eyebrow\" style=\"background:rgba(255,255,255,0.15);color:#ffffff\"\u003eUN PRODUCTO, VARIOS DETALLES\u003c\/span\u003e\n        \u003ch2\u003eCuida cada parte de tu \u003cspan\u003elook.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"features\"\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003ci\u003e🧔\u003c\/i\u003e\u003cb\u003eBarba\u003c\/b\u003e\u003cspan\u003eRellena zonas menos pobladas.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003ci\u003e👨\u003c\/i\u003e\u003cb\u003eBigote\u003c\/b\u003e\u003cspan\u003eDefine y uniforma.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003ci\u003e〰️\u003c\/i\u003e\u003cb\u003ePatillas\u003c\/b\u003e\u003cspan\u003eTrabaja bordes.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003ci\u003e✨\u003c\/i\u003e\u003cb\u003eRetoques\u003c\/b\u003e\u003cspan\u003eIdeal antes de salir.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"beard-container\"\u003e\n      \u003cdiv class=\"center\"\u003e\n        \u003cspan class=\"eyebrow\"\u003eCÓMO USARLO\u003c\/span\u003e\n        \u003ch2\u003eDe irregular a definido en \u003cspan\u003e3 pasos.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"steps\"\u003e\n        \u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e1\u003c\/div\u003e\n\u003cb\u003ePrepara la zona\u003c\/b\u003e\u003cspan\u003eLimpia y seca la barba.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e2\u003c\/div\u003e\n\u003cb\u003eHaz trazos cortos\u003c\/b\u003e\u003cspan\u003eSigue la dirección del vello.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"num\"\u003e3\u003c\/div\u003e\n\u003cb\u003eDifumina\u003c\/b\u003e\u003cspan\u003ePasa el cepillo suavemente.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RESEÑAS --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"beard-container\"\u003e\n      \u003cdiv class=\"center\"\u003e\n        \u003cspan class=\"eyebrow\"\u003e💬 EXPERIENCIAS\u003c\/span\u003e\n        \u003ch2\u003eLo que dicen nuestros \u003cspan\u003eclientes.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"reviews-carousel\"\u003e\n        \u003cdiv class=\"reviews-grid\"\u003e\n          \u003cdiv class=\"review\"\u003e\n            \u003cdiv class=\"rh\"\u003e\n              \u003cimg class=\"avatar\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/33f8266681c946cd80de486c499fe992.jpg?v=1789006312\" alt=\"\"\u003e\n              \u003cdiv\u003e\n\u003cp class=\"name\"\u003eCarlos M.\u003c\/p\u003e\n\u003cp class=\"city\"\u003ePuerto Plata\u003c\/p\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"rs\"\u003e★★★★★\u003c\/div\u003e\n            \u003cp\u003e“Me gustó para rellenar unas zonas donde la barba se veía más clara. Con el cepillo el resultado queda muy bien.”\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"review\"\u003e\n            \u003cdiv class=\"rh\"\u003e\n              \u003cimg class=\"avatar\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/33f8266681c946cd80de486c499fe992.jpg?v=1789006312\" alt=\"\"\u003e\n              \u003cdiv\u003e\n\u003cp class=\"name\"\u003eDaniel R.\u003c\/p\u003e\n\u003cp class=\"city\"\u003eBaní\u003c\/p\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"rs\"\u003e★★★★★\u003c\/div\u003e\n            \u003cp\u003e“Lo uso para los detalles del bigote y el contorno. La punta permite trabajar zonas pequeñas con mucha precisión.”\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"review\"\u003e\n            \u003cdiv class=\"rh\"\u003e\n              \u003cimg class=\"avatar\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/Captura_de_pantalla_2026-09-09_221332.png?v=1789006505\" alt=\"\"\u003e\n              \u003cdiv\u003e\n\u003cp class=\"name\"\u003eMiguel A.\u003c\/p\u003e\n\u003cp class=\"city\"\u003eSan Pedro de Macorís\u003c\/p\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"rs\"\u003e★★★★★\u003c\/div\u003e\n            \u003cp\u003e“Es práctico para llevarlo y hacer un retoque rápido antes de salir. Me gusta que también traiga el cepillo.”\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"beard-container\"\u003e\n      \u003cdiv class=\"center\"\u003e\n        \u003cspan class=\"eyebrow\"\u003e🔥 OFERTA ESPECIAL\u003c\/span\u003e\n        \u003ch2\u003eElige tu pack y \u003cspan\u003eahorra más.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"offers\"\u003e\n        \u003cdiv class=\"offer beard-cod-trigger\"\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003e1 Beard Pen\u003c\/h3\u003e\n            \u003csmall\u003e1 unidad • Ideal para probarlo\u003c\/small\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"price\"\u003eRD$1,800\u003c\/div\u003e\n            \u003cdiv class=\"choose\"\u003eELEGIR PACK\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"offer featured beard-cod-trigger\"\u003e\n          \u003cspan class=\"tag\"\u003e🔥 MÁS ELEGIDO\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003ePack x2\u003c\/h3\u003e\n            \u003csmall\u003e2 unidades • Personal o compartir\u003c\/small\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"price\"\u003eRD$2,700\u003c\/div\u003e\n            \u003cdiv class=\"choose\"\u003eELEGIR PACK\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"offer beard-cod-trigger\"\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003ePack x3\u003c\/h3\u003e\n            \u003csmall\u003e3 unidades • Mayor ahorro\u003c\/small\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"price\"\u003eRD$3,600\u003c\/div\u003e\n            \u003cdiv class=\"choose\"\u003eELEGIR PACK\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"beard-container\"\u003e\n      \u003cdiv class=\"center\"\u003e\n        \u003cspan class=\"eyebrow\"\u003ePREGUNTAS FRECUENTES\u003c\/span\u003e\n        \u003ch2\u003eResolvemos tus dudas\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq\"\u003e\n        \u003cdetails\u003e\u003csummary\u003e¿Qué incluye el producto?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003eEl kit incluye el Beard Pen y el cepillo para difuminar el acabado.\u003c\/div\u003e\u003c\/details\u003e\n        \u003cdetails\u003e\u003csummary\u003e¿Cómo consigo un acabado natural?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003eHaz trazos cortos siguiendo la dirección del vello y luego pasa el cepillo para suavizar el color.\u003c\/div\u003e\u003c\/details\u003e\n        \u003cdetails\u003e\u003csummary\u003e¿Resiste el agua y el sudor?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003eSí, está diseñado para resistir el contacto habitual con agua y sudor diario.\u003c\/div\u003e\u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"final\"\u003e\n    \u003cdiv class=\"beard-container\"\u003e\n      \u003cspan class=\"eyebrow\" style=\"background:rgba(255,255,255,0.15);color:#ffffff\"\u003e✦ TU BARBA, TUS DETALLES\u003c\/span\u003e\n      \u003ch2\u003ePequeños retoques para una apariencia \u003cspan\u003emás definida.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cdiv class=\"finalPrice\"\u003eRD$1,800\u003c\/div\u003e\n      \u003cbutton type=\"button\" class=\"main-btn beard-cod-trigger\" style=\"max-width:440px;margin:auto\"\u003eORDENAR BEARD PEN — RD$1,800\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sticky\"\u003e\n    \u003cbutton type=\"button\" class=\"main-btn beard-cod-trigger\"\u003e🛒 ORDENAR AHORA\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  \"use strict\";\n\n  \/* ACTIVAR FORMULARIO REALISIT SIN CAPAS FANTASMAS *\/\n  function openCOD(){\n    const selector = \".rsi-buy-now-button-product, .rsi-buy-now-button.rsi-buy-now-button-product, [class*='rsi-buy-now-button-product']\";\n    const btn = document.querySelector(selector);\n    if(btn){\n      btn.click();\n    } else {\n      setTimeout(() =\u003e {\n        const retryBtn = document.querySelector(selector);\n        if(retryBtn) retryBtn.click();\n      }, 400);\n    }\n  }\n\n  document.addEventListener(\"click\", e =\u003e {\n    const trigger = e.target.closest(\".beard-cod-trigger\");\n    if(!trigger) return;\n    e.preventDefault();\n    openCOD();\n  }, false);\n\n  \/* GALERÍA DE IMÁGENES *\/\n  const track = document.getElementById(\"beardGalleryTrack\");\n  const slides = Array.from(track ? track.querySelectorAll(\".beard-gallery-slide\") : []);\n  const thumbs = Array.from(document.querySelectorAll(\".beard-gallery-thumb\"));\n  const dots = Array.from(document.querySelectorAll(\".beard-gallery-dot\"));\n  const prev = document.getElementById(\"beardGalleryPrev\");\n  const next = document.getElementById(\"beardGalleryNext\");\n  let galleryIndex = 0;\n\n  function syncGalleryVideos(){\n    slides.forEach((slide, index) =\u003e {\n      const video = slide.querySelector(\"video\");\n      if(!video) return;\n      video.muted = true;\n      video.playsInline = true;\n      if(index === galleryIndex){\n        const playPromise = video.play().catch(()=\u003e{});\n        if(playPromise \u0026\u0026 typeof playPromise.catch === \"function\"){ playPromise.catch(()=\u003e{}); }\n      } else {\n        video.pause();\n      }\n    });\n  }\n\n  function updateGallery(index){\n    if(!track || !slides.length) return;\n    if(index \u003c 0) index = slides.length - 1;\n    if(index \u003e= slides.length) index = 0;\n    galleryIndex = index;\n    track.style.transform = \"translateX(-\" + (galleryIndex * 100) + \"%)\";\n\n    thumbs.forEach((thumb, i) =\u003e {\n      thumb.classList.toggle(\"active\", i === galleryIndex);\n      if(i === galleryIndex){ thumb.scrollIntoView({behavior:\"smooth\", block:\"nearest\", inline:\"nearest\"}); }\n    });\n\n    dots.forEach((dot, i) =\u003e dot.classList.toggle(\"active\", i === galleryIndex));\n    syncGalleryVideos();\n  }\n\n  thumbs.forEach(thumb =\u003e {\n    thumb.addEventListener(\"click\", () =\u003e {\n      const index = parseInt(thumb.getAttribute(\"data-index\"), 10);\n      if(!isNaN(index)) updateGallery(index);\n    });\n  });\n\n  dots.forEach(dot =\u003e {\n    dot.addEventListener(\"click\", () =\u003e {\n      const index = parseInt(dot.getAttribute(\"data-dot\"), 10);\n      if(!isNaN(index)) updateGallery(index);\n    });\n  });\n\n  if(prev) prev.addEventListener(\"click\", () =\u003e updateGallery(galleryIndex - 1));\n  if(next) next.addEventListener(\"click\", () =\u003e updateGallery(galleryIndex + 1));\n\n  updateGallery(0);\n})();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Gangazo RD","offers":[{"title":"Default Title","offer_id":43790192476237,"sku":null,"price":1800.0,"currency_code":"DOP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/7421\/7037\/files\/barba7_2cc3b883-66e4-4d74-a5c0-f63115813408.png?v=1789572717","url":"https:\/\/gangazord.com\/products\/kit-de-relleno-de-barba-impermeable-para-hombres","provider":"Gangazo RD","version":"1.0","type":"link"}