{"id":22433,"date":"2025-11-12T23:10:11","date_gmt":"2025-11-13T04:10:11","guid":{"rendered":"https:\/\/rbg4dkfe3w.onrocket.site\/?page_id=22433"},"modified":"2026-05-25T12:57:51","modified_gmt":"2026-05-25T16:57:51","slug":"home","status":"publish","type":"page","link":"https:\/\/ny-keepers.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"22433\" class=\"elementor elementor-22433\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1921fc2 e-con-full e-flex e-con e-parent\" data-id=\"1921fc2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-495fadb elementor-widget elementor-widget-html\" data-id=\"495fadb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK HERO BANNER \u2014 SECCI\u00d3N \u2460\n     Video: YouTube autoplay \u00b7 muted \u00b7 loop \u00b7 sin controles\n     Altura: 600px \u00b7 Full-width\n     Colores: #000 base \u00b7 #d4af37 acento\n     ============================================================ -->\n\n<section class=\"nyk-hero\" aria-label=\"NY Keepers \u2014 Hero Banner\">\n\n  <!-- VIDEO BACKGROUND (YouTube embed) -->\n  <div class=\"nyk-hero-video-wrap\" aria-hidden=\"true\">\n    <iframe\n      class=\"nyk-hero-iframe\"\n      src=\"https:\/\/www.youtube.com\/embed\/5opBC4C3wYw?autoplay=1&mute=1&loop=1&playlist=5opBC4C3wYw&controls=0&showinfo=0&rel=0&modestbranding=1&playsinline=1&disablekb=1&fs=0&iv_load_policy=3\"\n      title=\"NY Keepers goalkeeper gloves in action\"\n      frameborder=\"0\"\n      allow=\"autoplay; fullscreen\"\n      loading=\"lazy\">\n    <\/iframe>\n  <\/div>\n\n  <!-- OVERLAY oscuro sobre el video -->\n  <div class=\"nyk-hero-overlay\" aria-hidden=\"true\"><\/div>\n\n  <!-- CONTENIDO HERO -->\n  <div class=\"nyk-hero-content\">\n\n    <!-- Eyebrow -->\n    <p class=\"nyk-hero-eyebrow\">\n      <span class=\"nyk-hero-line\"><\/span>\n      Goalkeeper Gloves\n      <span class=\"nyk-hero-line\"><\/span>\n    <\/p>\n\n    <!-- Headline -->\n    <h1 class=\"nyk-hero-headline\">\n      Built for the last<br>line of defense.\n    <\/h1>\n\n    <!-- Subheadline -->\n    <p class=\"nyk-hero-sub\">\n      Professional-grade gloves trusted by elite keepers across the USA &amp; LATAM.\n    <\/p>\n\n    <!-- CTAs -->\n    <div class=\"nyk-hero-ctas\">\n      <a href=\"https:\/\/ny-keepers.com\/nyk-goalkeeper-gloves\/\"\n         class=\"nyk-hero-btn nyk-hero-btn-primary\"\n         aria-label=\"Shop all NY Keepers goalkeeper gloves\">\n        Shop Gloves \u2192\n      <\/a>\n      <a href=\"https:\/\/ny-keepers.com\/en\/signature-keepers\/\"\n         class=\"nyk-hero-btn nyk-hero-btn-secondary\"\n         aria-label=\"Meet the Signature Keepers\">\n        Signature Keepers\n      <\/a>\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\n\n\/* Hero container *\/\n.nyk-hero {\n  position: relative;\n  width: 100%;\n  height: 850px;\n  overflow: hidden;\n  background: #000;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Poppins', system-ui, -apple-system, sans-serif;\n}\n\n\/* Video wrap\n   YouTube es 16:9. Para cubrir 600px de alto sin barras negras\n   hacemos el iframe mayor que el contenedor y lo centramos. *\/\n.nyk-hero-video-wrap {\n  position: absolute;\n  inset: 0;\n  z-index: 0;\n  overflow: hidden;\n  pointer-events: none;\n}\n\n.nyk-hero-iframe {\n  position: absolute;\n  width: 120vw;\n  height: calc(120vw * 9 \/ 16);\n  min-width: calc(850px * 16 \/ 9);\n  min-height: 850px;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  border: none;\n  pointer-events: none;\n}\n\n\/* Overlay degradado izquierda \u2192 transparente *\/\n.nyk-hero-overlay {\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n  background: linear-gradient(\n    to right,\n    rgba(0,0,0,.78) 0%,\n    rgba(0,0,0,.50) 45%,\n    rgba(0,0,0,.15) 100%\n  );\n}\n\n\/* Contenido *\/\n.nyk-hero-content {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n  max-width: 1440px;\n  padding: 0 80px;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n}\n\n\/* Eyebrow *\/\n.nyk-hero-eyebrow {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: #d4af37;\n  margin: 0 0 18px;\n  animation: nyk-fade-up .6s ease both;\n}\n.nyk-hero-line {\n  display: inline-block;\n  width: 28px;\n  height: 1px;\n  background: #d4af37;\n  opacity: .7;\n}\n\n\/* Headline *\/\n.nyk-hero-headline {\n  margin: 0 0 18px;\n  font-size: clamp(36px, 4.5vw, 58px);\n  font-weight: 700;\n  line-height: 1.08;\n  letter-spacing: -.02em;\n  color: #ffffff;\n  animation: nyk-fade-up .7s .1s ease both;\n}\n\n\/* Sub *\/\n.nyk-hero-sub {\n  margin: 0 0 36px;\n  font-size: clamp(13px, 1.1vw, 15px);\n  font-weight: 400;\n  line-height: 1.6;\n  color: rgba(255,255,255,.65);\n  max-width: 420px;\n  animation: nyk-fade-up .7s .2s ease both;\n}\n\n\/* CTAs *\/\n.nyk-hero-ctas {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  animation: nyk-fade-up .7s .3s ease both;\n}\n\n.nyk-hero-btn {\n  display: inline-flex;\n  align-items: center;\n  padding: 13px 28px;\n  border-radius: 7px;\n  font-family: 'Poppins', sans-serif;\n  font-size: 13.5px;\n  font-weight: 600;\n  letter-spacing: .02em;\n  text-decoration: none;\n  transition: transform .2s ease, background .2s ease, border-color .2s ease;\n  white-space: nowrap;\n}\n\n.nyk-hero-btn-primary {\n  background: #d4af37;\n  color: #000;\n  border: 2px solid #d4af37;\n}\n.nyk-hero-btn-primary:hover {\n  background: #b8941e;\n  border-color: #b8941e;\n  transform: translateY(-2px);\n}\n\n.nyk-hero-btn-secondary {\n  background: transparent;\n  color: #fff;\n  border: 2px solid rgba(255,255,255,.35);\n}\n.nyk-hero-btn-secondary:hover {\n  background: rgba(255,255,255,.08);\n  border-color: rgba(255,255,255,.7);\n  transform: translateY(-2px);\n}\n\n\/* Animaci\u00f3n entrada *\/\n@keyframes nyk-fade-up {\n  from { opacity: 0; transform: translateY(18px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* Tablet *\/\n@media (max-width: 1024px) {\n  .nyk-hero { height: 420px; }\n  .nyk-hero-content { padding: 0 28px; }\n  .nyk-hero-headline { font-size: 32px; }\n  .nyk-hero-sub { font-size: 13px; max-width: 100%; }\n  .nyk-hero-btn { padding: 11px 22px; font-size: 12.5px; }\n}\n\n\/* Mobile *\/\n@media (max-width: 600px) {\n  .nyk-hero { height: 700px; }\n  .nyk-hero-ctas { flex-direction: column; align-items: flex-start; gap: 10px; }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-277e2bc e-flex e-con-boxed e-con e-parent\" data-id=\"277e2bc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e9b2fd elementor-widget elementor-widget-html\" data-id=\"6e9b2fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK TRUST BAR \u2014 SECCI\u00d3N \u2461\n     Fondo: #ffffff blanco\n     N\u00fameros: #000 negro \u00b7 Acento: #d4af37 dorado\n     Animaci\u00f3n: conteo al entrar en viewport (IntersectionObserver)\n     ============================================================ -->\n\n<section class=\"nyk-trust\" aria-label=\"NY Keepers \u2014 Why Goalkeepers Trust Us\">\n\n  <!-- Eyebrow -->\n  <p class=\"nyk-trust-eyebrow\">Why goalkeepers trust NY Keepers<\/p>\n\n  <!-- Stats grid -->\n  <div class=\"nyk-trust-grid\">\n\n    <div class=\"nyk-trust-stat\">\n      <div class=\"nyk-trust-number\">\n        <span class=\"nyk-count\" data-target=\"10000\" data-suffix=\"+\">0<\/span>\n      <\/div>\n      <div class=\"nyk-trust-divider\" aria-hidden=\"true\"><\/div>\n      <p class=\"nyk-trust-label\">Goalkeepers worldwide<\/p>\n    <\/div>\n\n    <div class=\"nyk-trust-stat\">\n      <div class=\"nyk-trust-number\">\n        <span class=\"nyk-count\" data-target=\"6\" data-suffix=\"+\">0<\/span>\n      <\/div>\n      <div class=\"nyk-trust-divider\" aria-hidden=\"true\"><\/div>\n      <p class=\"nyk-trust-label\">Countries reached<\/p>\n    <\/div>\n\n    <div class=\"nyk-trust-stat\">\n      <div class=\"nyk-trust-number\">\n        <span class=\"nyk-count\" data-target=\"8\" data-suffix=\"\">0<\/span>\n      <\/div>\n      <div class=\"nyk-trust-divider\" aria-hidden=\"true\"><\/div>\n      <p class=\"nyk-trust-label\">Championship titles \ud83c\udfc6<\/p>\n    <\/div>\n\n    <div class=\"nyk-trust-stat\">\n      <div class=\"nyk-trust-number\">\n        <span class=\"nyk-count\" data-target=\"100\" data-suffix=\"%\">0<\/span>\n      <\/div>\n      <div class=\"nyk-trust-divider\" aria-hidden=\"true\"><\/div>\n      <p class=\"nyk-trust-label\">Designed by goalkeepers<\/p>\n    <\/div>\n\n  <\/div>\n\n  <!-- Mercados -->\n  <div class=\"nyk-trust-markets\" aria-label=\"Markets we serve\">\n    <span class=\"nyk-trust-markets-label\">Shipping to<\/span>\n    <div class=\"nyk-trust-flags\">\n      <span class=\"nyk-flag\" title=\"United States\">\ud83c\uddfa\ud83c\uddf8 <span>USA<\/span><\/span>\n      <span class=\"nyk-flag-sep\" aria-hidden=\"true\">\u00b7<\/span>\n      <span class=\"nyk-flag\" title=\"Colombia\">\ud83c\udde8\ud83c\uddf4 <span>Colombia<\/span><\/span>\n      <span class=\"nyk-flag-sep\" aria-hidden=\"true\">\u00b7<\/span>\n      <span class=\"nyk-flag\" title=\"Venezuela\">\ud83c\uddfb\ud83c\uddea <span>Venezuela<\/span><\/span>\n      <span class=\"nyk-flag-sep\" aria-hidden=\"true\">\u00b7<\/span>\n      <span class=\"nyk-flag\" title=\"Mexico\">\ud83c\uddf2\ud83c\uddfd <span>M\u00e9xico<\/span><\/span>\n      <span class=\"nyk-flag-sep\" aria-hidden=\"true\">\u00b7<\/span>\n      <span class=\"nyk-flag\" title=\"Paraguay\">\ud83c\uddf5\ud83c\uddfe <span>Paraguay<\/span><\/span>\n      <span class=\"nyk-flag-sep\" aria-hidden=\"true\">\u00b7<\/span>\n<span class=\"nyk-flag\" title=\"Spain\">\ud83c\uddea\ud83c\uddf8 <span>Espa\u00f1a<\/span><\/span>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\n\n\/* \u2500\u2500 Trust bar container \u2500\u2500 *\/\n.nyk-trust {\n  width: 100%;\n  background: #ffffff;\n  padding: 56px 32px 40px;\n  font-family: 'Poppins', system-ui, -apple-system, sans-serif;\n  border-bottom: 1px solid rgba(0,0,0,.07);\n}\n\n\/* Eyebrow *\/\n.nyk-trust-eyebrow {\n  text-align: center;\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: #d4af37;\n  margin: 0 0 40px;\n}\n\n\/* Grid de 4 columnas *\/\n.nyk-trust-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 0;\n  max-width: 1100px;\n  margin: 0 auto 40px;\n}\n\n\/* Stat individual *\/\n.nyk-trust-stat {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  padding: 0 24px;\n  border-right: 1px solid rgba(0,0,0,.08);\n}\n.nyk-trust-stat:last-child {\n  border-right: none;\n}\n\n\/* N\u00famero *\/\n.nyk-trust-number {\n  font-size: clamp(42px, 5vw, 64px);\n  font-weight: 700;\n  line-height: 1;\n  color: #000000;\n  letter-spacing: -.03em;\n  margin-bottom: 12px;\n}\n\n\/* L\u00ednea dorada decorativa *\/\n.nyk-trust-divider {\n  width: 32px;\n  height: 2px;\n  background: #d4af37;\n  border-radius: 2px;\n  margin-bottom: 12px;\n  transform: scaleX(0);\n  transform-origin: left;\n  transition: transform .6s ease;\n}\n.nyk-trust-stat.nyk-counted .nyk-trust-divider {\n  transform: scaleX(1);\n}\n\n\/* Label *\/\n.nyk-trust-label {\n  font-size: 12px;\n  font-weight: 500;\n  color: rgba(0,0,0,.45);\n  text-align: center;\n  margin: 0;\n  letter-spacing: .01em;\n}\n\n\/* Mercados *\/\n.nyk-trust-markets {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  flex-wrap: wrap;\n  text-align: center;\n}\n.nyk-trust-markets-label {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: rgba(0,0,0,.3);\n}\n.nyk-trust-flags {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  flex-wrap: wrap;\n}\n.nyk-flag {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n  font-size: 12px;\n  font-weight: 500;\n  color: rgba(0,0,0,.55);\n}\n.nyk-flag span {\n  font-size: 11px;\n}\n.nyk-flag-sep {\n  color: rgba(0,0,0,.2);\n  font-size: 12px;\n}\n\n\/* Animaci\u00f3n fade-up entrada *\/\n.nyk-trust-stat {\n  opacity: 0;\n  transform: translateY(16px);\n  transition: opacity .5s ease, transform .5s ease;\n}\n.nyk-trust-stat.nyk-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n.nyk-trust-stat:nth-child(1) { transition-delay: .0s; }\n.nyk-trust-stat:nth-child(2) { transition-delay: .1s; }\n.nyk-trust-stat:nth-child(3) { transition-delay: .2s; }\n.nyk-trust-stat:nth-child(4) { transition-delay: .3s; }\n\n\/* \u2500\u2500 Responsive \u2500\u2500 *\/\n@media (max-width: 768px) {\n  .nyk-trust { padding: 40px 20px 32px; }\n  .nyk-trust-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 32px 0;\n  }\n  .nyk-trust-stat {\n    border-right: none;\n    border-bottom: 1px solid rgba(0,0,0,.07);\n    padding-bottom: 28px;\n  }\n  .nyk-trust-stat:nth-child(odd)  { border-right: 1px solid rgba(0,0,0,.08); }\n  .nyk-trust-stat:nth-child(3),\n  .nyk-trust-stat:nth-child(4)    { border-bottom: none; }\n}\n\n@media (max-width: 480px) {\n  .nyk-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }\n  .nyk-trust-number { font-size: 40px; }\n  .nyk-trust-markets { flex-direction: column; align-items: center; gap: 8px; }\n  .nyk-trust-flags { justify-content: center; text-align: center; }\n}\n<\/style>\n\n<script>\n(function(){\n\n  \/* \u2500\u2500 Contador animado \u2500\u2500 *\/\n  function animateCount(el){\n    var target  = parseInt(el.getAttribute('data-target'), 10);\n    var suffix  = el.getAttribute('data-suffix') || '';\n    var duration = target >= 1000 ? 1800 : 1000;\n    var start   = null;\n\n    function easeOutQuart(t){ return 1 - Math.pow(1 - t, 4); }\n\n    function step(ts){\n      if(!start) start = ts;\n      var progress = Math.min((ts - start) \/ duration, 1);\n      var val = Math.round(easeOutQuart(progress) * target);\n\n      \/* Formato: 10000 \u2192 10,000 *\/\n      el.textContent = (target >= 1000\n        ? val.toLocaleString('en-US')\n        : val) + suffix;\n\n      if(progress < 1) requestAnimationFrame(step);\n      else el.textContent = (target >= 1000\n        ? target.toLocaleString('en-US')\n        : target) + suffix;\n    }\n    requestAnimationFrame(step);\n  }\n\n  \/* \u2500\u2500 IntersectionObserver: dispara al entrar en viewport \u2500\u2500 *\/\n  var stats = document.querySelectorAll('.nyk-trust-stat');\n\n  if('IntersectionObserver' in window){\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(entry){\n        if(entry.isIntersecting){\n          var stat = entry.target;\n          stat.classList.add('nyk-visible');\n\n          \/* Espera a que sea visible antes de contar *\/\n          var delay = parseFloat(getComputedStyle(stat).transitionDelay) * 1000 || 0;\n          setTimeout(function(){\n            var counter = stat.querySelector('.nyk-count');\n            if(counter && !counter.dataset.done){\n              counter.dataset.done = '1';\n              animateCount(counter);\n              stat.classList.add('nyk-counted');\n            }\n          }, delay + 100);\n\n          io.unobserve(stat);\n        }\n      });\n    }, { threshold: 0.3 });\n\n    stats.forEach(function(s){ io.observe(s); });\n\n  } else {\n    \/* Fallback sin IntersectionObserver *\/\n    stats.forEach(function(s){\n      s.classList.add('nyk-visible','nyk-counted');\n      var c = s.querySelector('.nyk-count');\n      if(c) animateCount(c);\n    });\n  }\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5bd2e31 e-con-full e-flex e-con e-parent\" data-id=\"5bd2e31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3de78f5 elementor-widget elementor-widget-html\" data-id=\"3de78f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK SHOP SECTIONS \u2014 \u2462 PRO + JUNIOR\n     Secci\u00f3n Pro: fondo lifestyle oscuro \u00b7 cards negras\n     Secci\u00f3n Junior: fondo blanco \u00b7 cards con borde dorado\n     Efecto: pulse en imagen al hover\n     Sin precios \u2014 clic obligatorio al producto\n     ============================================================ -->\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECCI\u00d3N PRO\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"nyk-shop nyk-shop-pro\" aria-label=\"Professional Goalkeeper Gloves\">\n\n  <!-- Lifestyle background -->\n  <div class=\"nyk-shop-bg\" aria-hidden=\"true\"\n       style=\"background-image:url('https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/04\/Hero-subpagina-marmo.jpg')\">\n  <\/div>\n  <div class=\"nyk-shop-bg-overlay\" aria-hidden=\"true\"><\/div>\n\n  <!-- Contenido -->\n  <div class=\"nyk-shop-inner\">\n\n    <!-- Header secci\u00f3n -->\n    <div class=\"nyk-shop-header\">\n      <p class=\"nyk-shop-eyebrow\">Professional Collection<\/p>\n      <h2 class=\"nyk-shop-title\">Built to perform.<br>Made to last.<\/h2>\n      <a href=\"https:\/\/ny-keepers.com\/product-category\/professional-gloves\/\"\n         class=\"nyk-shop-viewall\" aria-label=\"View all professional gloves\">\n        View all Pro gloves \u2192\n      <\/a>\n    <\/div>\n\n    <!-- Grid productos -->\n    <div class=\"nyk-shop-grid\">\n\n      <a href=\"https:\/\/ny-keepers.com\/product\/nyk-rc12-warrior\/\"\n         class=\"nyk-prod-item\" aria-label=\"Shop RC12 Warrior Professional goalkeeper glove\">\n        <div class=\"nyk-prod-pulse-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/pro-IMG_1111.jpg\"\n               alt=\"NYK RC12 Warrior Professional Goalkeeper Gloves\"\n               class=\"nyk-prod-pulse-img\" loading=\"lazy\">\n          <div class=\"nyk-pulse-ring\" aria-hidden=\"true\"><\/div>\n        <\/div>\n        <div class=\"nyk-prod-item-info\">\n          <span class=\"nyk-prod-item-tag\">Professional<\/span>\n          <p class=\"nyk-prod-item-name\">RC12 Warrior<\/p>\n          <span class=\"nyk-prod-item-cta\">Shop now \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/ny-keepers.com\/product\/nyk-jogra3-goalkeeper-gloves\/\"\n         class=\"nyk-prod-item\" aria-label=\"Shop Jogra3 Professional goalkeeper glove\">\n        <div class=\"nyk-prod-pulse-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS.jpg\"\n               alt=\"NYK Jogra3 Professional Goalkeeper Gloves\"\n               class=\"nyk-prod-pulse-img\" loading=\"lazy\">\n          <div class=\"nyk-pulse-ring\" aria-hidden=\"true\"><\/div>\n        <\/div>\n        <div class=\"nyk-prod-item-info\">\n          <span class=\"nyk-prod-item-tag\">Professional<\/span>\n          <p class=\"nyk-prod-item-name\">Jogra3<\/p>\n          <span class=\"nyk-prod-item-cta\">Shop now \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/ny-keepers.com\/product\/nyk-skeltech-goalkeeper-gloves\/\"\n         class=\"nyk-prod-item\" aria-label=\"Shop Skeltech Professional goalkeeper glove\">\n        <div class=\"nyk-prod-pulse-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/07\/completo-x-plus.jpg\"\n               alt=\"NYK Skeltech Professional Goalkeeper Gloves\"\n               class=\"nyk-prod-pulse-img\" loading=\"lazy\">\n          <div class=\"nyk-pulse-ring\" aria-hidden=\"true\"><\/div>\n        <\/div>\n        <div class=\"nyk-prod-item-info\">\n          <span class=\"nyk-prod-item-tag\">Professional<\/span>\n          <p class=\"nyk-prod-item-name\">Skeltech<\/p>\n          <span class=\"nyk-prod-item-cta\">Shop now \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/ny-keepers.com\/en\/product\/nyk-new-compact-1-goalkeeper-gloves\/\"\n         class=\"nyk-prod-item\" aria-label=\"Shop Compact1 Professional goalkeeper glove\">\n        <div class=\"nyk-prod-pulse-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/BLACK-plus.jpg\"\n               alt=\"NYK Compact1 Professional Goalkeeper Gloves\"\n               class=\"nyk-prod-pulse-img\" loading=\"lazy\">\n          <div class=\"nyk-pulse-ring\" aria-hidden=\"true\"><\/div>\n        <\/div>\n        <div class=\"nyk-prod-item-info\">\n          <span class=\"nyk-prod-item-tag\">Professional<\/span>\n          <p class=\"nyk-prod-item-name\">Compact1<\/p>\n          <span class=\"nyk-prod-item-cta\">Shop now \u2192<\/span>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECCI\u00d3N JUNIOR\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"nyk-shop nyk-shop-junior\" aria-label=\"Junior and Kids Goalkeeper Gloves\">\n\n  <div class=\"nyk-shop-inner\">\n\n    <!-- Header secci\u00f3n -->\n    <div class=\"nyk-shop-header nyk-shop-header-junior\">\n      <p class=\"nyk-shop-eyebrow nyk-eyebrow-dark\">Junior & Kids Collection<\/p>\n      <h2 class=\"nyk-shop-title nyk-title-dark\">Their first save<br>starts here.<\/h2>\n      <a href=\"https:\/\/ny-keepers.com\/en\/product-category\/junior-kids-gloves\/\"\n         class=\"nyk-shop-viewall nyk-viewall-dark\" aria-label=\"View all junior gloves\">\n        View all Junior gloves \u2192\n      <\/a>\n    <\/div>\n\n    <!-- Grid productos -->\n    <div class=\"nyk-shop-grid\">\n\n      <a href=\"https:\/\/ny-keepers.com\/product\/nyk-fenix-junior-goalkeeper-gloves\/\"\n         class=\"nyk-prod-item nyk-prod-item-light\" aria-label=\"Shop Fenix Junior goalkeeper glove\">\n        <div class=\"nyk-prod-pulse-wrap nyk-pulse-light\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/BLUE.jpg\"\n               alt=\"NYK Fenix Junior Goalkeeper Gloves\"\n               class=\"nyk-prod-pulse-img\" loading=\"lazy\">\n          <div class=\"nyk-pulse-ring nyk-pulse-ring-gold\" aria-hidden=\"true\"><\/div>\n        <\/div>\n        <div class=\"nyk-prod-item-info nyk-prod-item-info-light\">\n          <span class=\"nyk-prod-item-tag nyk-tag-gold\">Junior<\/span>\n          <p class=\"nyk-prod-item-name nyk-name-dark\">Fenix Junior<\/p>\n          <span class=\"nyk-prod-item-cta nyk-cta-dark\">Shop now \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/ny-keepers.com\/product\/nyk-warrior-x-grippy-kids-goalkeeper-gloves\/\"\n         class=\"nyk-prod-item nyk-prod-item-light\" aria-label=\"Shop Warrior Junior goalkeeper glove\">\n        <div class=\"nyk-prod-pulse-wrap nyk-pulse-light\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/IMG_0758.jpg\"\n               alt=\"NYK Warrior Junior Goalkeeper Gloves\"\n               class=\"nyk-prod-pulse-img\" loading=\"lazy\">\n          <div class=\"nyk-pulse-ring nyk-pulse-ring-gold\" aria-hidden=\"true\"><\/div>\n        <\/div>\n        <div class=\"nyk-prod-item-info nyk-prod-item-info-light\">\n          <span class=\"nyk-prod-item-tag nyk-tag-gold\">Junior<\/span>\n          <p class=\"nyk-prod-item-name nyk-name-dark\">Warrior Junior<\/p>\n          <span class=\"nyk-prod-item-cta nyk-cta-dark\">Shop now \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/ny-keepers.com\/product\/nyk-reflex-x-grippy-kids-goalkeeper-gloves\/\"\n         class=\"nyk-prod-item nyk-prod-item-light\" aria-label=\"Shop Reflex Junior goalkeeper glove\">\n        <div class=\"nyk-prod-pulse-wrap nyk-pulse-light\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/BLUE.jpg\"\n               alt=\"NYK Reflex Junior Goalkeeper Gloves\"\n               class=\"nyk-prod-pulse-img\" loading=\"lazy\">\n          <div class=\"nyk-pulse-ring nyk-pulse-ring-gold\" aria-hidden=\"true\"><\/div>\n        <\/div>\n        <div class=\"nyk-prod-item-info nyk-prod-item-info-light\">\n          <span class=\"nyk-prod-item-tag nyk-tag-gold\">Junior<\/span>\n          <p class=\"nyk-prod-item-name nyk-name-dark\">Reflex Junior<\/p>\n          <span class=\"nyk-prod-item-cta nyk-cta-dark\">Shop now \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <a href=\"https:\/\/ny-keepers.com\/product\/black-widow-junior\/\"\n         class=\"nyk-prod-item nyk-prod-item-light\" aria-label=\"Shop Black Widow Junior goalkeeper glove\">\n        <div class=\"nyk-prod-pulse-wrap nyk-pulse-light\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/IMG_6593.jpg\"\n               alt=\"NYK Black Widow Junior Goalkeeper Gloves\"\n               class=\"nyk-prod-pulse-img\" loading=\"lazy\">\n          <div class=\"nyk-pulse-ring nyk-pulse-ring-gold\" aria-hidden=\"true\"><\/div>\n        <\/div>\n        <div class=\"nyk-prod-item-info nyk-prod-item-info-light\">\n          <span class=\"nyk-prod-item-tag nyk-tag-gold\">Junior<\/span>\n          <p class=\"nyk-prod-item-name nyk-name-dark\">Black Widow Junior<\/p>\n          <span class=\"nyk-prod-item-cta nyk-cta-dark\">Shop now \u2192<\/span>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\n\n\/* \u2500\u2500 Variables compartidas \u2500\u2500 *\/\n.nyk-shop {\n  --gold:    #d4af37;\n  --gold-dk: #b8941e;\n  --black:   #000000;\n  --white:   #ffffff;\n  --font:    'Poppins', system-ui, sans-serif;\n  --trans:   .25s ease;\n  font-family: var(--font);\n  width: 100%;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECCI\u00d3N PRO \u2014 fondo oscuro\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.nyk-shop-pro {\n  background: #0a0a0a;\n  padding: 80px 32px;\n}\n\n\/* Lifestyle BG *\/\n.nyk-shop-bg {\n  position: absolute;\n  inset: 0;\n  background-size: cover;\n  background-position: center 30%;\n  background-repeat: no-repeat;\n  z-index: 0;\n  opacity: .18;\n}\n.nyk-shop-bg-overlay {\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n  background: linear-gradient(\n    to bottom,\n    rgba(0,0,0,.6) 0%,\n    rgba(0,0,0,.3) 50%,\n    rgba(0,0,0,.7) 100%\n  );\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECCI\u00d3N JUNIOR \u2014 fondo blanco\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.nyk-shop-junior {\n  background: #f9f9f9;\n  padding: 80px 32px;\n  border-top: 3px solid var(--gold, #d4af37);\n}\n\n\/* \u2500\u2500 Inner container \u2500\u2500 *\/\n.nyk-shop-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n\/* \u2500\u2500 Header secci\u00f3n \u2500\u2500 *\/\n.nyk-shop-header {\n  display: flex;\n  align-items: flex-end;\n  justify-content: space-between;\n  margin-bottom: 48px;\n  flex-wrap: wrap;\n  gap: 16px;\n}\n\n.nyk-shop-eyebrow {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: #d4af37;\n  margin: 0 0 10px;\n}\n.nyk-eyebrow-dark { color: #d4af37; }\n\n.nyk-shop-title {\n  margin: 0;\n  font-size: clamp(28px, 3.5vw, 44px);\n  font-weight: 700;\n  line-height: 1.1;\n  letter-spacing: -.02em;\n  color: #ffffff;\n}\n.nyk-title-dark { color: #000000; }\n\n.nyk-shop-header > div { flex: 1; }\n\n.nyk-shop-viewall {\n  display: inline-flex;\n  align-items: center;\n  padding: 10px 22px;\n  border: 1.5px solid rgba(255,255,255,.25);\n  border-radius: 6px;\n  color: #ffffff;\n  font-size: 12.5px;\n  font-weight: 600;\n  letter-spacing: .02em;\n  text-decoration: none;\n  white-space: nowrap;\n  transition: background var(--trans), border-color var(--trans);\n  align-self: center;\n}\n.nyk-shop-viewall:hover {\n  background: rgba(255,255,255,.07);\n  border-color: rgba(255,255,255,.5);\n}\n.nyk-viewall-dark {\n  border-color: rgba(0,0,0,.2);\n  color: #000000;\n}\n.nyk-viewall-dark:hover {\n  background: rgba(0,0,0,.05);\n  border-color: #000;\n}\n\n\/* \u2500\u2500 Grid 4 columnas \u2500\u2500 *\/\n.nyk-shop-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n\n\/* \u2500\u2500 Card producto \u2500\u2500 *\/\n.nyk-prod-item {\n  display: flex;\n  flex-direction: column;\n  text-decoration: none;\n  border-radius: 12px;\n  overflow: hidden;\n  background: rgba(255,255,255,.04);\n  border: 1px solid rgba(255,255,255,.08);\n  transition: transform var(--trans), border-color var(--trans), box-shadow var(--trans);\n}\n.nyk-prod-item:hover {\n  transform: translateY(-4px);\n  border-color: rgba(212,175,55,.5);\n  box-shadow: 0 12px 40px rgba(0,0,0,.4);\n}\n\n\/* Card light (Junior) *\/\n.nyk-prod-item-light {\n  background: #ffffff;\n  border: 1px solid rgba(0,0,0,.08);\n  box-shadow: 0 2px 12px rgba(0,0,0,.06);\n}\n.nyk-prod-item-light:hover {\n  border-color: #d4af37;\n  box-shadow: 0 12px 40px rgba(212,175,55,.15);\n}\n\n\/* \u2500\u2500 Imagen con pulse \u2500\u2500 *\/\n.nyk-prod-pulse-wrap {\n  position: relative;\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  overflow: hidden;\n  background: #111;\n  cursor: pointer;\n}\n.nyk-pulse-light { background: #f0f0f0; }\n\n.nyk-prod-pulse-img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: transform .4s ease;\n}\n\n\/* Pulse ring \u2014 efecto anillo que se expande al hover *\/\n.nyk-pulse-ring {\n  position: absolute;\n  inset: 0;\n  border-radius: 0;\n  pointer-events: none;\n  opacity: 0;\n}\n.nyk-prod-item:hover .nyk-pulse-ring {\n  animation: nyk-pulse 1s ease-out infinite;\n  opacity: 1;\n}\n\n\/* Pulse oscuro (Pro) *\/\n.nyk-pulse-ring {\n  box-shadow: inset 0 0 0 0 rgba(212,175,55,.6);\n}\n@keyframes nyk-pulse {\n  0%   { box-shadow: inset 0 0 0 0   rgba(212,175,55,.6); }\n  70%  { box-shadow: inset 0 0 0 18px rgba(212,175,55,.0); }\n  100% { box-shadow: inset 0 0 0 0   rgba(212,175,55,.0); }\n}\n\n\/* Pulse dorado (Junior) *\/\n.nyk-pulse-ring-gold {\n  box-shadow: inset 0 0 0 0 rgba(212,175,55,.5);\n}\n@keyframes nyk-pulse-gold {\n  0%   { box-shadow: inset 0 0 0 0   rgba(212,175,55,.5); }\n  70%  { box-shadow: inset 0 0 0 18px rgba(212,175,55,.0); }\n  100% { box-shadow: inset 0 0 0 0   rgba(212,175,55,.0); }\n}\n.nyk-prod-item:hover .nyk-pulse-ring-gold {\n  animation: nyk-pulse-gold 1s ease-out infinite;\n}\n\n\/* Zoom suave en imagen al hover *\/\n.nyk-prod-item:hover .nyk-prod-pulse-img {\n  transform: scale(1.06);\n}\n\n\/* \u2500\u2500 Info de la card \u2500\u2500 *\/\n.nyk-prod-item-info {\n  padding: 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n.nyk-prod-item-info-light { background: #ffffff; }\n\n.nyk-prod-item-tag {\n  font-size: 9px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: #d4af37;\n}\n.nyk-tag-gold { color: #d4af37; }\n\n.nyk-prod-item-name {\n  margin: 2px 0 8px;\n  font-size: 15px;\n  font-weight: 700;\n  color: #ffffff;\n  letter-spacing: -.01em;\n}\n.nyk-name-dark { color: #000000; }\n\n.nyk-prod-item-cta {\n  font-size: 11px;\n  font-weight: 600;\n  color: rgba(255,255,255,.35);\n  letter-spacing: .02em;\n  transition: color var(--trans);\n}\n.nyk-cta-dark { color: rgba(0,0,0,.35); }\n\n.nyk-prod-item:hover .nyk-prod-item-cta,\n.nyk-prod-item:hover .nyk-cta-dark {\n  color: #d4af37;\n}\n\n\/* \u2500\u2500 Responsive \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .nyk-shop-pro,\n  .nyk-shop-junior { padding: 60px 24px; }\n  .nyk-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }\n  .nyk-shop-header { flex-direction: column; align-items: flex-start; margin-bottom: 32px; }\n}\n\n@media (max-width: 600px) {\n  .nyk-shop-pro,\n  .nyk-shop-junior { padding: 48px 16px; }\n  .nyk-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }\n  .nyk-shop-title { font-size: 26px; }\n  .nyk-prod-item-name { font-size: 13px; }\n  .nyk-prod-item-info { padding: 12px; }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2018e53 e-con-full e-flex e-con e-parent\" data-id=\"2018e53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6b3cad elementor-widget elementor-widget-html\" data-id=\"d6b3cad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK WHY NYK \u2014 SECCI\u00d3N \u2463\n     Estilo: Nike\/Adixdas \u2014 3 cards verticales portrait\n     Fondo: #000 negro\n     Acento: #d4af37 dorado\n     ============================================================ -->\n\n<section class=\"nyk-why\" aria-label=\"Why NY Keepers\">\n\n  <div class=\"nyk-why-inner\">\n\n    <!-- Header -->\n    <div class=\"nyk-why-header\">\n      <p class=\"nyk-why-eyebrow\">Why NY Keepers<\/p>\n      <h2 class=\"nyk-why-title\">The difference is in<br>every detail.<\/h2>\n    <\/div>\n\n    <!-- Cards grid -->\n    <div class=\"nyk-why-grid\">\n\n      <!-- BLOQUE 1 \u2014 Pro-designed -->\n      <div class=\"nyk-why-card\" aria-label=\"Pro-designed gloves\">\n        <div class=\"nyk-why-img-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/BLOQUE-1.jpg\"\n               alt=\"NY Keepers pro-designed goalkeeper gloves\"\n               class=\"nyk-why-img\" loading=\"lazy\">\n          <div class=\"nyk-why-img-overlay\" aria-hidden=\"true\"><\/div>\n          <span class=\"nyk-why-number\" aria-hidden=\"true\">01<\/span>\n        <\/div>\n        <div class=\"nyk-why-body\">\n          <div class=\"nyk-why-icon-line\" aria-hidden=\"true\"><\/div>\n          <h3 class=\"nyk-why-label\">Pro-Designed<\/h3>\n          <p class=\"nyk-why-desc\">Every glove co-created with elite goalkeepers. Built from real game feedback \u2014 not guesswork.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- BLOQUE 2 \u2014 Ships worldwide -->\n      <div class=\"nyk-why-card nyk-why-card-mid\" aria-label=\"Ships worldwide\">\n        <div class=\"nyk-why-img-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/BLOQUE-2.jpg\"\n               alt=\"NY Keepers ships worldwide USA and LATAM\"\n               class=\"nyk-why-img\" loading=\"lazy\">\n          <div class=\"nyk-why-img-overlay\" aria-hidden=\"true\"><\/div>\n          <span class=\"nyk-why-number\" aria-hidden=\"true\">02<\/span>\n        <\/div>\n        <div class=\"nyk-why-body\">\n          <div class=\"nyk-why-icon-line\" aria-hidden=\"true\"><\/div>\n          <h3 class=\"nyk-why-label\">Ships Worldwide<\/h3>\n          <p class=\"nyk-why-desc\">From New York to LATAM and beyond. Fast delivery to goalkeepers across 6+ countries.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- BLOQUE 3 \u2014 Premium foam -->\n      <div class=\"nyk-why-card\" aria-label=\"Premium foam field-tested\">\n        <div class=\"nyk-why-img-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/BLOQUE-3.jpg\"\n               alt=\"NY Keepers premium foam field-tested goalkeeper gloves\"\n               class=\"nyk-why-img\" loading=\"lazy\">\n          <div class=\"nyk-why-img-overlay\" aria-hidden=\"true\"><\/div>\n          <span class=\"nyk-why-number\" aria-hidden=\"true\">03<\/span>\n        <\/div>\n        <div class=\"nyk-why-body\">\n          <div class=\"nyk-why-icon-line\" aria-hidden=\"true\"><\/div>\n          <h3 class=\"nyk-why-label\">Premium Foam<\/h3>\n          <p class=\"nyk-why-desc\">Field-tested latex engineered for maximum grip, durability, and performance in any condition.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- CTA bottom -->\n    <div class=\"nyk-why-footer\">\n      <a href=\"https:\/\/ny-keepers.com\/nyk-goalkeeper-gloves\/\"\n         class=\"nyk-why-cta\" aria-label=\"Shop all NY Keepers goalkeeper gloves\">\n        Shop the Collection \u2192\n      <\/a>\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\n\n\/* \u2500\u2500 Section base \u2500\u2500 *\/\n.nyk-why {\n  width: 100%;\n  background: #000000;\n  padding: 100px 32px;\n  font-family: 'Poppins', system-ui, sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Grain texture overlay sutil *\/\n.nyk-why::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n  opacity: .4;\n  pointer-events: none;\n  z-index: 0;\n}\n\n\/* \u2500\u2500 Inner \u2500\u2500 *\/\n.nyk-why-inner {\n  position: relative;\n  z-index: 1;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n\/* \u2500\u2500 Header \u2500\u2500 *\/\n.nyk-why-header {\n  text-align: center;\n  margin-bottom: 64px;\n}\n.nyk-why-eyebrow {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: #d4af37;\n  margin: 0 0 16px;\n}\n.nyk-why-title {\n  font-size: clamp(30px, 4vw, 52px);\n  font-weight: 700;\n  line-height: 1.1;\n  letter-spacing: -.025em;\n  color: #ffffff;\n  margin: 0;\n}\n\n\/* \u2500\u2500 Grid 3 columnas \u2500\u2500 *\/\n.nyk-why-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 2px;\n  background: rgba(255,255,255,.06);\n  border: 1px solid rgba(255,255,255,.06);\n  border-radius: 16px;\n  overflow: hidden;\n}\n\n\/* \u2500\u2500 Card \u2500\u2500 *\/\n.nyk-why-card {\n  display: flex;\n  flex-direction: column;\n  background: #0a0a0a;\n  transition: background .3s ease;\n  cursor: default;\n}\n.nyk-why-card:hover { background: #0f0f0f; }\n\n\/* Card del medio \u2014 offset visual hacia arriba *\/\n.nyk-why-card-mid { position: relative; }\n.nyk-why-card-mid .nyk-why-img-wrap { height: 380px; }\n\n\/* \u2500\u2500 Imagen \u2500\u2500 *\/\n.nyk-why-img-wrap {\n  position: relative;\n  width: 100%;\n  height: 380px;\n  overflow: hidden;\n}\n.nyk-why-img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center top;\n  display: block;\n  transition: transform .6s cubic-bezier(.25,.46,.45,.94);\n  filter: brightness(.9);\n}\n.nyk-why-card:hover .nyk-why-img {\n  transform: scale(1.05);\n  filter: brightness(1);\n}\n\n\/* Overlay degradado sobre imagen *\/\n.nyk-why-img-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    to bottom,\n    transparent 40%,\n    rgba(0,0,0,.7) 100%\n  );\n  z-index: 1;\n}\n\n\/* N\u00famero decorativo sobre imagen *\/\n.nyk-why-number {\n  position: absolute;\n  top: 16px;\n  left: 20px;\n  z-index: 2;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  color: rgba(212,175,55,.6);\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* \u2500\u2500 Body de la card \u2500\u2500 *\/\n.nyk-why-body {\n  padding: 28px 28px 36px;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  flex: 1;\n}\n\n\/* L\u00ednea dorada *\/\n.nyk-why-icon-line {\n  width: 0;\n  height: 2px;\n  background: #d4af37;\n  border-radius: 2px;\n  margin-bottom: 20px;\n  transition: width .5s ease;\n}\n.nyk-why-card:hover .nyk-why-icon-line { width: 40px; }\n\n\/* Label *\/\n.nyk-why-label {\n  font-size: 18px;\n  font-weight: 700;\n  color: #ffffff;\n  margin: 0 0 12px;\n  letter-spacing: -.01em;\n  line-height: 1.2;\n  transition: color .25s ease;\n}\n.nyk-why-card:hover .nyk-why-label { color: #d4af37; }\n\n\/* Descripci\u00f3n *\/\n.nyk-why-desc {\n  font-size: 13px;\n  font-weight: 400;\n  line-height: 1.7;\n  color: rgba(255,255,255,.45);\n  margin: 0;\n  transition: color .25s ease;\n}\n.nyk-why-card:hover .nyk-why-desc { color: rgba(255,255,255,.65); }\n\n\/* \u2500\u2500 CTA footer \u2500\u2500 *\/\n.nyk-why-footer {\n  display: flex;\n  justify-content: center;\n  margin-top: 56px;\n}\n.nyk-why-cta {\n  display: inline-flex;\n  align-items: center;\n  padding: 14px 36px;\n  background: #d4af37;\n  color: #000000;\n  font-family: 'Poppins', sans-serif;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: .04em;\n  text-transform: uppercase;\n  text-decoration: none;\n  border-radius: 4px;\n  transition: background .25s ease, transform .25s ease;\n}\n.nyk-why-cta:hover {\n  background: #b8941e;\n  transform: translateY(-2px);\n}\n\n\/* \u2500\u2500 Animaci\u00f3n entrada cards \u2500\u2500 *\/\n.nyk-why-card {\n  opacity: 0;\n  transform: translateY(24px);\n  transition: opacity .5s ease, transform .5s ease, background .3s ease;\n}\n.nyk-why-card.nyk-why-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n.nyk-why-card:nth-child(1) { transition-delay: .0s; }\n.nyk-why-card:nth-child(2) { transition-delay: .12s; }\n.nyk-why-card:nth-child(3) { transition-delay: .24s; }\n\n\/* \u2500\u2500 Responsive \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .nyk-why { padding: 72px 24px; }\n  .nyk-why-grid { grid-template-columns: 1fr; gap: 2px; }\n.nyk-why-img-wrap,\n.nyk-why-card-mid .nyk-why-img-wrap { \n  height: auto;\n  aspect-ratio: 4 \/ 5;\n}\n  .nyk-why-header { margin-bottom: 48px; }\n}\n\n@media (max-width: 600px) {\n  .nyk-why { padding: 56px 16px; }\n  .nyk-why-title { font-size: 28px; }\n  .nyk-why-img-wrap,\n  .nyk-why-card-mid .nyk-why-img-wrap { \n    height: auto;\n    aspect-ratio: 4 \/ 5;\n  }\n  .nyk-why-img {\n    object-position: center center;\n  }\n  .nyk-why-body { padding: 20px 20px 28px; }\n  .nyk-why-label { font-size: 16px; }\n}\n<\/style>\n\n<script>\n(function(){\n  var cards = document.querySelectorAll('.nyk-why-card');\n  if(!cards.length) return;\n\n  if('IntersectionObserver' in window){\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(entry){\n        if(entry.isIntersecting){\n          entry.target.classList.add('nyk-why-visible');\n          io.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.15 });\n    cards.forEach(function(c){ io.observe(c); });\n  } else {\n    cards.forEach(function(c){ c.classList.add('nyk-why-visible'); });\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e06dd4 e-con-full e-flex e-con e-parent\" data-id=\"1e06dd4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d9d631f elementor-widget elementor-widget-html\" data-id=\"d9d631f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK SIGNATURE KEEPERS \u2014 SECCI\u00d3N \u2464\n     Fondo: #d4af37 dorado\n     Cards: #000 negro\n     Logo SK + 3 porteros con logo de guante\n     ============================================================ -->\n\n<section class=\"nyk-sk\" aria-label=\"NY Keepers Signature Keepers Program\">\n\n  <div class=\"nyk-sk-inner\">\n\n    <!-- Header con logo SK -->\n    <div class=\"nyk-sk-header\">\n      <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/04\/SK-LOGO-NEGRO.png\"\n           alt=\"Signature Keepers \u2014 NY Keepers\"\n           class=\"nyk-sk-logo\" loading=\"lazy\">\n      <p class=\"nyk-sk-subtitle\">\n        Elite goalkeepers. Real game performance.<br>\n        Gloves born from the pros who wear them.\n      <\/p>\n    <\/div>\n\n    <!-- Grid 3 porteros -->\n    <div class=\"nyk-sk-grid\">\n\n      <!-- Joel Graterol -->\n      <a href=\"https:\/\/ny-keepers.com\/en\/joel-graterol\/\"\n         class=\"nyk-sk-card\" aria-label=\"Joel Graterol \u2014 Signature Keeper\">\n        <div class=\"nyk-sk-img-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/signature-1.jpg\"\n               alt=\"Joel Graterol NY Keepers Signature Keeper\"\n               class=\"nyk-sk-img\" loading=\"lazy\">\n          <div class=\"nyk-sk-img-overlay\" aria-hidden=\"true\"><\/div>\n\n          <!-- Logo guante sobre imagen -->\n          <div class=\"nyk-sk-glove-logo-wrap\" aria-hidden=\"true\">\n            <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/signature-JOGRA2.png\"\n                 alt=\"Jogra2 glove\" class=\"nyk-sk-glove-logo\">\n          <\/div>\n        <\/div>\n\n        <div class=\"nyk-sk-body\">\n          <div class=\"nyk-sk-line\" aria-hidden=\"true\"><\/div>\n          <p class=\"nyk-sk-name\">Joel Graterol<\/p>\n          <p class=\"nyk-sk-position\">Professional Goalkeeper \u00b7 Venezuela<\/p>\n          <span class=\"nyk-sk-cta\">Meet Joel \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <!-- Iv\u00e1n Arboleda -->\n      <a href=\"https:\/\/ny-keepers.com\/en\/ivan-arboleda\/\"\n         class=\"nyk-sk-card nyk-sk-card-featured\" aria-label=\"Iv\u00e1n Arboleda \u2014 Signature Keeper\">\n        <div class=\"nyk-sk-img-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/signature-2.jpg\"\n               alt=\"Iv\u00e1n Arboleda NY Keepers Signature Keeper\"\n               class=\"nyk-sk-img\" loading=\"lazy\">\n          <div class=\"nyk-sk-img-overlay\" aria-hidden=\"true\"><\/div>\n\n          <!-- Badge featured -->\n          <span class=\"nyk-sk-badge\" aria-label=\"Signature Keeper\">Signature Keeper<\/span>\n\n          <!-- Logo guante sobre imagen -->\n          <div class=\"nyk-sk-glove-logo-wrap\" aria-hidden=\"true\">\n            <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/signature-Black.png\"\n                 alt=\"Black Widow glove\" class=\"nyk-sk-glove-logo\">\n          <\/div>\n        <\/div>\n\n        <div class=\"nyk-sk-body\">\n          <div class=\"nyk-sk-line\" aria-hidden=\"true\"><\/div>\n          <p class=\"nyk-sk-name\">Iv\u00e1n Arboleda<\/p>\n          <p class=\"nyk-sk-position\">Professional Goalkeeper \u00b7 Colombia<\/p>\n          <span class=\"nyk-sk-cta\">Meet Iv\u00e1n \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <!-- Andr\u00e9s Marmolejo -->\n      <a href=\"https:\/\/ny-keepers.com\/en\/andres-marmolejo\/\"\n         class=\"nyk-sk-card\" aria-label=\"Andr\u00e9s Marmolejo \u2014 Signature Keeper\">\n        <div class=\"nyk-sk-img-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/signature-3.jpg\"\n               alt=\"Andr\u00e9s Marmolejo NY Keepers Signature Keeper\"\n               class=\"nyk-sk-img\" loading=\"lazy\">\n          <div class=\"nyk-sk-img-overlay\" aria-hidden=\"true\"><\/div>\n\n          <!-- Logo guante sobre imagen -->\n          <div class=\"nyk-sk-glove-logo-wrap\" aria-hidden=\"true\">\n            <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/signature-Apex.png\"\n                 alt=\"Apex glove\" class=\"nyk-sk-glove-logo\">\n          <\/div>\n        <\/div>\n\n        <div class=\"nyk-sk-body\">\n          <div class=\"nyk-sk-line\" aria-hidden=\"true\"><\/div>\n          <p class=\"nyk-sk-name\">Andr\u00e9s Marmolejo<\/p>\n          <p class=\"nyk-sk-position\">Professional Goalkeeper \u00b7 Colombia<\/p>\n          <span class=\"nyk-sk-cta\">Meet Andr\u00e9s \u2192<\/span>\n        <\/div>\n      <\/a>\n\n    <\/div>\n\n    <!-- CTA bottom -->\n    <div class=\"nyk-sk-footer\">\n      <a href=\"https:\/\/ny-keepers.com\/en\/signature-keepers\/\"\n         class=\"nyk-sk-footer-cta\" aria-label=\"Meet all Signature Keepers\">\n        Meet all Signature Keepers \u2192\n      <\/a>\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\n\n\/* \u2500\u2500 Section base \u2500\u2500 *\/\n.nyk-sk {\n  width: 100%;\n  background: #d4af37;\n  padding: 90px 32px;\n  font-family: 'Poppins', system-ui, sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Patr\u00f3n diagonal sutil sobre dorado *\/\n.nyk-sk::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image: repeating-linear-gradient(\n    45deg,\n    rgba(0,0,0,.03) 0px,\n    rgba(0,0,0,.03) 1px,\n    transparent 1px,\n    transparent 12px\n  );\n  pointer-events: none;\n  z-index: 0;\n}\n\n\/* \u2500\u2500 Inner \u2500\u2500 *\/\n.nyk-sk-inner {\n  position: relative;\n  z-index: 1;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n\/* \u2500\u2500 Header \u2500\u2500 *\/\n.nyk-sk-header {\n  text-align: center;\n  margin-bottom: 64px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 24px;\n}\n\n.nyk-sk-logo {\n  height: 80px;\n  width: auto;\n  display: block;\n  filter: drop-shadow(0 4px 12px rgba(0,0,0,.15));\n}\n\n.nyk-sk-subtitle {\n  font-size: 15px;\n  font-weight: 500;\n  line-height: 1.7;\n  color: rgba(0,0,0,.6);\n  margin: 0;\n  max-width: 480px;\n}\n\n\/* \u2500\u2500 Grid 3 columnas \u2500\u2500 *\/\n.nyk-sk-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  align-items: end;\n}\n\n\/* \u2500\u2500 Card \u2500\u2500 *\/\n.nyk-sk-card {\n  display: flex;\n  flex-direction: column;\n  text-decoration: none;\n  border-radius: 14px;\n  overflow: hidden;\n  background: #000000;\n  border: 1px solid rgba(0,0,0,.15);\n  transition: transform .3s ease, box-shadow .3s ease;\n  position: relative;\n}\n.nyk-sk-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 24px 60px rgba(0,0,0,.3);\n}\n\n\/* Card central m\u00e1s alta *\/\n.nyk-sk-card-featured {\n  margin-top: -24px;\n  border: 2px solid rgba(212,175,55,.4);\n}\n\n\/* \u2500\u2500 Imagen \u2500\u2500 *\/\n.nyk-sk-img-wrap {\n  position: relative;\n  width: 100%;\n  aspect-ratio: 3 \/ 4;\n  overflow: hidden;\n  background: #111;\n}\n.nyk-sk-img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center top;\n  display: block;\n  transition: transform .5s cubic-bezier(.25,.46,.45,.94);\n  filter: brightness(.85);\n}\n.nyk-sk-card:hover .nyk-sk-img {\n  transform: scale(1.04);\n  filter: brightness(1);\n}\n\n\/* Overlay degradado bottom *\/\n.nyk-sk-img-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    to bottom,\n    transparent 45%,\n    rgba(0,0,0,.85) 100%\n  );\n  z-index: 1;\n}\n\n\/* Badge \"Signature Keeper\" *\/\n.nyk-sk-badge {\n  position: absolute;\n  top: 16px;\n  left: 16px;\n  z-index: 2;\n  background: #d4af37;\n  color: #000;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 5px 10px;\n  border-radius: 4px;\n}\n\n\/* Logo del guante sobre imagen *\/\n.nyk-sk-glove-logo-wrap {\n  position: absolute;\n  bottom: 20px;\n  right: 16px;\n  z-index: 2;\n  opacity: .85;\n  transition: opacity .3s ease;\n}\n.nyk-sk-card:hover .nyk-sk-glove-logo-wrap { opacity: 1; }\n.nyk-sk-glove-logo {\n  height: auto;\n  width: 280px;\n  display: block;\n  object-fit: contain;\n}\n\n\/* \u2500\u2500 Body \u2500\u2500 *\/\n.nyk-sk-body {\n  padding: 20px 22px 26px;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  background: #000;\n}\n\n\/* L\u00ednea dorada *\/\n.nyk-sk-line {\n  width: 0;\n  height: 2px;\n  background: #d4af37;\n  border-radius: 2px;\n  margin-bottom: 14px;\n  transition: width .4s ease;\n}\n.nyk-sk-card:hover .nyk-sk-line { width: 36px; }\n\n.nyk-sk-name {\n  font-size: 18px;\n  font-weight: 700;\n  color: #ffffff;\n  margin: 0 0 4px;\n  letter-spacing: -.01em;\n  transition: color .25s ease;\n}\n.nyk-sk-card:hover .nyk-sk-name { color: #d4af37; }\n\n.nyk-sk-position {\n  font-size: 11px;\n  font-weight: 500;\n  color: rgba(255,255,255,.4);\n  margin: 0 0 16px;\n  letter-spacing: .02em;\n}\n\n.nyk-sk-cta {\n  font-size: 11.5px;\n  font-weight: 600;\n  color: rgba(255,255,255,.3);\n  letter-spacing: .03em;\n  transition: color .25s ease;\n}\n.nyk-sk-card:hover .nyk-sk-cta { color: #d4af37; }\n\n\/* \u2500\u2500 Footer CTA \u2500\u2500 *\/\n.nyk-sk-footer {\n  display: flex;\n  justify-content: center;\n  margin-top: 56px;\n}\n.nyk-sk-footer-cta {\n  display: inline-flex;\n  align-items: center;\n  padding: 14px 36px;\n  background: #000000;\n  color: #ffffff;\n  font-family: 'Poppins', sans-serif;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: .04em;\n  text-transform: uppercase;\n  text-decoration: none;\n  border-radius: 4px;\n  transition: background .25s ease, color .25s ease, transform .25s ease;\n}\n.nyk-sk-footer-cta:hover {\n  background: rgba(0,0,0,.85);\n  transform: translateY(-2px);\n}\n\n\/* \u2500\u2500 Animaci\u00f3n entrada \u2500\u2500 *\/\n.nyk-sk-card {\n  opacity: 0;\n  transform: translateY(28px);\n  transition: opacity .5s ease, transform .5s ease, box-shadow .3s ease;\n}\n.nyk-sk-card-featured {\n  transition: opacity .5s ease, transform .5s ease, box-shadow .3s ease;\n}\n.nyk-sk-card.nyk-sk-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n.nyk-sk-card-featured.nyk-sk-visible {\n  transform: translateY(-24px);\n}\n.nyk-sk-card-featured.nyk-sk-visible:hover {\n  transform: translateY(-30px);\n}\n.nyk-sk-card:nth-child(1) { transition-delay: .0s; }\n.nyk-sk-card:nth-child(2) { transition-delay: .12s; }\n.nyk-sk-card:nth-child(3) { transition-delay: .24s; }\n\n\/* \u2500\u2500 Responsive \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .nyk-sk { padding: 72px 24px; }\n  .nyk-sk-grid { gap: 12px; }\n  .nyk-sk-card-featured { margin-top: 0; }\n  .nyk-sk-card-featured.nyk-sk-visible { transform: translateY(0); }\n  .nyk-sk-card-featured.nyk-sk-visible:hover { transform: translateY(-6px); }\n}\n\n@media (max-width: 768px) {\n  .nyk-sk { padding: 56px 16px; }\n  .nyk-sk-grid {\n    grid-template-columns: 1fr;\n    gap: 14px;\n    max-width: 400px;\n    margin: 0 auto;\n  }\n  .nyk-sk-logo { height: 60px; }\n  .nyk-sk-subtitle { font-size: 13px; }\n  .nyk-sk-header { margin-bottom: 40px; gap: 16px; }\n}\n\n@media (max-width: 480px) {\n  .nyk-sk-name { font-size: 16px; }\n  .nyk-sk-grid { max-width: 100%; }\n}\n<\/style>\n\n<script>\n(function(){\n  var cards = document.querySelectorAll('.nyk-sk-card');\n  if(!cards.length) return;\n\n  if('IntersectionObserver' in window){\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(entry){\n        if(entry.isIntersecting){\n          entry.target.classList.add('nyk-sk-visible');\n          io.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.15 });\n    cards.forEach(function(c){ io.observe(c); });\n  } else {\n    cards.forEach(function(c){ c.classList.add('nyk-sk-visible'); });\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9350e9c e-con-full e-flex e-con e-parent\" data-id=\"9350e9c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-135a12e elementor-widget elementor-widget-html\" data-id=\"135a12e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK AMBASSADORS \u2014 SECCI\u00d3N\n     8 cards uniformes \u00b7 Grid 4\u00d72\n     Click imagen \u2192 zoom lightbox propio\n     IG handle + blue check como texto \u2014 sin link en imagen\n     ============================================================ -->\n\n<section class=\"nyk-amb\" aria-label=\"NY Keepers \u2014 Ambassador Family\">\n  <div class=\"nyk-amb-inner\">\n\n    <!-- Header -->\n    <div class=\"nyk-amb-header\">\n      <div>\n        <p class=\"nyk-amb-eyebrow\">NYK Ambassador Family<\/p>\n        <h2 class=\"nyk-amb-title\">Worn by<br><em>the best.<\/em><\/h2>\n      <\/div>\n      <div class=\"nyk-amb-header-right\">\n        <p class=\"nyk-amb-desc\">\n          Professional goalkeepers across USA &amp; LATAM<br>\n          trusting NYK gloves every match day.\n        <\/p>\n        <a href=\"https:\/\/ny-keepers.com\/goalkeeper-ambassadors\/\"\n           class=\"nyk-amb-viewall\"\n           aria-label=\"Meet all NYK ambassadors\">\n          Meet the full family \u2192\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Grid 4\u00d72 uniforme -->\n    <div class=\"nyk-amb-grid\">\n\n      <!-- Card 1 \u2014 JOEL GRATEROL -->\n      <div class=\"nyk-amb-card\" style=\"--delay:0s\">\n        <div class=\"nyk-amb-img-wrap\"\n             role=\"button\" tabindex=\"0\"\n             aria-label=\"View Joel Graterol photo\"\n             data-src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/JOEL-1.jpg\"\n             data-name=\"Joel Graterol\"\n             data-club=\"Academia Puerto Cabello \u00b7 Venezuela\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/JOEL-1.jpg\"\n               alt=\"Joel Graterol NYK Ambassador Venezuela\"\n               class=\"nyk-amb-img\" loading=\"lazy\">\n          <div class=\"nyk-amb-overlay\"><\/div>\n          <span class=\"nyk-amb-country\">\ud83c\uddfb\ud83c\uddea<\/span>\n          <div class=\"nyk-amb-zoom-icon\" aria-hidden=\"true\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\/><\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"nyk-amb-info\">\n          <div class=\"nyk-amb-info-left\">\n            <p class=\"nyk-amb-name\">Joel Graterol<\/p>\n            <p class=\"nyk-amb-club\">Academia Puerto Cabello<\/p>\n          <\/div>\n          <span class=\"nyk-amb-ig\">\n            <svg class=\"nyk-ig-logo\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><defs><linearGradient id=\"iga\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#f09433\"\/><stop offset=\"50%\" style=\"stop-color:#dc2743\"\/><stop offset=\"100%\" style=\"stop-color:#bc1888\"\/><\/linearGradient><\/defs><rect width=\"24\" height=\"24\" rx=\"6\" fill=\"url(#iga)\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\/><\/svg>\n            <span class=\"nyk-ig-handle\">@JGRATEROL1<\/span>\n            <svg class=\"nyk-blue-check\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" aria-label=\"Verified\"><circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#1D9BF0\"\/><path d=\"M9 12l2.5 2.5L16 9\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Card 2 \u2014 ALDAIR QUINTANA -->\n      <div class=\"nyk-amb-card\" style=\"--delay:.06s\">\n        <div class=\"nyk-amb-img-wrap\"\n             role=\"button\" tabindex=\"0\"\n             aria-label=\"View Aldair Quintana photo\"\n             data-src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/aldair-1.jpg\"\n             data-name=\"Aldair Quintana\"\n             data-club=\"Independiente del Valle \u00b7 Colombia\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/aldair-1.jpg\"\n               alt=\"Aldair Quintana NYK Ambassador Colombia\"\n               class=\"nyk-amb-img\" loading=\"lazy\">\n          <div class=\"nyk-amb-overlay\"><\/div>\n          <span class=\"nyk-amb-country\">\ud83c\udde8\ud83c\uddf4<\/span>\n          <div class=\"nyk-amb-zoom-icon\" aria-hidden=\"true\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\/><\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"nyk-amb-info\">\n          <div class=\"nyk-amb-info-left\">\n            <p class=\"nyk-amb-name\">Aldair Quintana<\/p>\n            <p class=\"nyk-amb-club\">Independiente del Valle<\/p>\n          <\/div>\n          <span class=\"nyk-amb-ig\">\n            <svg class=\"nyk-ig-logo\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><defs><linearGradient id=\"igb\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#f09433\"\/><stop offset=\"50%\" style=\"stop-color:#dc2743\"\/><stop offset=\"100%\" style=\"stop-color:#bc1888\"\/><\/linearGradient><\/defs><rect width=\"24\" height=\"24\" rx=\"6\" fill=\"url(#igb)\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\/><\/svg>\n            <span class=\"nyk-ig-handle\">@aldairquintana<\/span>\n            <svg class=\"nyk-blue-check\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" aria-label=\"Verified\"><circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#1D9BF0\"\/><path d=\"M9 12l2.5 2.5L16 9\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Card 3 \u2014 ANDRES MARMOLEJO -->\n      <div class=\"nyk-amb-card\" style=\"--delay:.12s\">\n        <div class=\"nyk-amb-img-wrap\"\n             role=\"button\" tabindex=\"0\"\n             aria-label=\"View Andr\u00e9s Marmolejo photo\"\n             data-src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/marmolejo-1.jpg\"\n             data-name=\"Andr\u00e9s Marmolejo\"\n             data-club=\"Independiente Santa Fe \u00b7 Colombia\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/marmolejo-1.jpg\"\n               alt=\"Andres Marmolejo NYK Ambassador Colombia\"\n               class=\"nyk-amb-img\" loading=\"lazy\">\n          <div class=\"nyk-amb-overlay\"><\/div>\n          <span class=\"nyk-amb-country\">\ud83c\udde8\ud83c\uddf4<\/span>\n          <div class=\"nyk-amb-zoom-icon\" aria-hidden=\"true\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\/><\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"nyk-amb-info\">\n          <div class=\"nyk-amb-info-left\">\n            <p class=\"nyk-amb-name\">Andr\u00e9s Marmolejo<\/p>\n            <p class=\"nyk-amb-club\">Independiente Santa Fe<\/p>\n          <\/div>\n          <span class=\"nyk-amb-ig\">\n            <svg class=\"nyk-ig-logo\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><defs><linearGradient id=\"igc\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#f09433\"\/><stop offset=\"50%\" style=\"stop-color:#dc2743\"\/><stop offset=\"100%\" style=\"stop-color:#bc1888\"\/><\/linearGradient><\/defs><rect width=\"24\" height=\"24\" rx=\"6\" fill=\"url(#igc)\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\/><\/svg>\n            <span class=\"nyk-ig-handle\">@andresf_12<\/span>\n            <svg class=\"nyk-blue-check\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" aria-label=\"Verified\"><circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#1D9BF0\"\/><path d=\"M9 12l2.5 2.5L16 9\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Card 4 \u2014 IVAN ARBOLEDA -->\n      <div class=\"nyk-amb-card\" style=\"--delay:.18s\">\n        <div class=\"nyk-amb-img-wrap\"\n             role=\"button\" tabindex=\"0\"\n             aria-label=\"View Iv\u00e1n Arboleda photo\"\n             data-src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/ivan-2.jpg\"\n             data-name=\"Iv\u00e1n Arboleda\"\n             data-club=\"Aguilas Doradas \u00b7 Colombia\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/ivan-2.jpg\"\n               alt=\"Ivan Arboleda NYK Ambassador Colombia\"\n               class=\"nyk-amb-img\" loading=\"lazy\">\n          <div class=\"nyk-amb-overlay\"><\/div>\n          <span class=\"nyk-amb-country\">\ud83c\udde8\ud83c\uddf4<\/span>\n          <div class=\"nyk-amb-zoom-icon\" aria-hidden=\"true\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\/><\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"nyk-amb-info\">\n          <div class=\"nyk-amb-info-left\">\n            <p class=\"nyk-amb-name\">Iv\u00e1n Arboleda<\/p>\n            <p class=\"nyk-amb-club\">Aguilas Doradas<\/p>\n          <\/div>\n          <span class=\"nyk-amb-ig\">\n            <svg class=\"nyk-ig-logo\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><defs><linearGradient id=\"igd\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#f09433\"\/><stop offset=\"50%\" style=\"stop-color:#dc2743\"\/><stop offset=\"100%\" style=\"stop-color:#bc1888\"\/><\/linearGradient><\/defs><rect width=\"24\" height=\"24\" rx=\"6\" fill=\"url(#igd)\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\/><\/svg>\n            <span class=\"nyk-ig-handle\">@ivan_arboleda_1<\/span>\n            <svg class=\"nyk-blue-check\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" aria-label=\"Verified\"><circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#1D9BF0\"\/><path d=\"M9 12l2.5 2.5L16 9\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Card 5 \u2014 JUAN ESPITIA -->\n      <div class=\"nyk-amb-card\" style=\"--delay:.24s\">\n        <div class=\"nyk-amb-img-wrap\"\n             role=\"button\" tabindex=\"0\"\n             aria-label=\"View Juan Daniel Espitia photo\"\n             data-src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/URRE8278.jpg\"\n             data-name=\"Juan D. Espitia\"\n             data-club=\"Patriotas Boyac\u00e1 \u00b7 Colombia\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/URRE8278.jpg\"\n               alt=\"Juan Daniel Espitia NYK Ambassador Colombia\"\n               class=\"nyk-amb-img\" loading=\"lazy\">\n          <div class=\"nyk-amb-overlay\"><\/div>\n          <span class=\"nyk-amb-country\">\ud83c\udde8\ud83c\uddf4<\/span>\n          <div class=\"nyk-amb-zoom-icon\" aria-hidden=\"true\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\/><\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"nyk-amb-info\">\n          <div class=\"nyk-amb-info-left\">\n            <p class=\"nyk-amb-name\">Juan D. Espitia<\/p>\n            <p class=\"nyk-amb-club\">Patriotas Boyac\u00e1<\/p>\n          <\/div>\n          <span class=\"nyk-amb-ig\">\n            <svg class=\"nyk-ig-logo\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><defs><linearGradient id=\"ige\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#f09433\"\/><stop offset=\"50%\" style=\"stop-color:#dc2743\"\/><stop offset=\"100%\" style=\"stop-color:#bc1888\"\/><\/linearGradient><\/defs><rect width=\"24\" height=\"24\" rx=\"6\" fill=\"url(#ige)\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\/><\/svg>\n            <span class=\"nyk-ig-handle\">@juandaniel.12<\/span>\n            <svg class=\"nyk-blue-check\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" aria-label=\"Verified\"><circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#1D9BF0\"\/><path d=\"M9 12l2.5 2.5L16 9\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Card 6 \u2014 WILLIAN CUESTA -->\n      <div class=\"nyk-amb-card\" style=\"--delay:.30s\">\n        <div class=\"nyk-amb-img-wrap\"\n             role=\"button\" tabindex=\"0\"\n             aria-label=\"View Willian Cuesta photo\"\n             data-src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/cuesta-1.jpg\"\n             data-name=\"Willian Cuesta\"\n             data-club=\"Internacional de Palmira \u00b7 Colombia\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/cuesta-1.jpg\"\n               alt=\"Willian Cuesta NYK Ambassador Colombia\"\n               class=\"nyk-amb-img\" loading=\"lazy\">\n          <div class=\"nyk-amb-overlay\"><\/div>\n          <span class=\"nyk-amb-country\">\ud83c\udde8\ud83c\uddf4<\/span>\n          <div class=\"nyk-amb-zoom-icon\" aria-hidden=\"true\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\/><\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"nyk-amb-info\">\n          <div class=\"nyk-amb-info-left\">\n            <p class=\"nyk-amb-name\">Willian Cuesta<\/p>\n            <p class=\"nyk-amb-club\">Internacional de Palmira<\/p>\n          <\/div>\n          <span class=\"nyk-amb-ig\">\n            <svg class=\"nyk-ig-logo\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><defs><linearGradient id=\"igf\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#f09433\"\/><stop offset=\"50%\" style=\"stop-color:#dc2743\"\/><stop offset=\"100%\" style=\"stop-color:#bc1888\"\/><\/linearGradient><\/defs><rect width=\"24\" height=\"24\" rx=\"6\" fill=\"url(#igf)\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\/><\/svg>\n            <span class=\"nyk-ig-handle\">@jwillian_cuesta<\/span>\n            <svg class=\"nyk-blue-check\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" aria-label=\"Verified\"><circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#1D9BF0\"\/><path d=\"M9 12l2.5 2.5L16 9\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Card 7 \u2014 HECTOR ESPINOLA -->\n      <div class=\"nyk-amb-card\" style=\"--delay:.36s\">\n        <div class=\"nyk-amb-img-wrap\"\n             role=\"button\" tabindex=\"0\"\n             aria-label=\"View Hector Espinola photo\"\n             data-src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/espinola-1.jpg\"\n             data-name=\"Hector Espinola\"\n             data-club=\"Fernando de la Mora \u00b7 Paraguay\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/espinola-1.jpg\"\n               alt=\"Hector Espinola NYK Ambassador Paraguay\"\n               class=\"nyk-amb-img\" loading=\"lazy\">\n          <div class=\"nyk-amb-overlay\"><\/div>\n          <span class=\"nyk-amb-country\">\ud83c\uddf5\ud83c\uddfe<\/span>\n          <div class=\"nyk-amb-zoom-icon\" aria-hidden=\"true\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\/><\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"nyk-amb-info\">\n          <div class=\"nyk-amb-info-left\">\n            <p class=\"nyk-amb-name\">Hector Espinola<\/p>\n            <p class=\"nyk-amb-club\">Fernando de la Mora<\/p>\n          <\/div>\n          <span class=\"nyk-amb-ig\">\n            <svg class=\"nyk-ig-logo\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><defs><linearGradient id=\"igg\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#f09433\"\/><stop offset=\"50%\" style=\"stop-color:#dc2743\"\/><stop offset=\"100%\" style=\"stop-color:#bc1888\"\/><\/linearGradient><\/defs><rect width=\"24\" height=\"24\" rx=\"6\" fill=\"url(#igg)\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\/><\/svg>\n            <span class=\"nyk-ig-handle\">@espinolahector<\/span>\n            <svg class=\"nyk-blue-check\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" aria-label=\"Verified\"><circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#1D9BF0\"\/><path d=\"M9 12l2.5 2.5L16 9\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Card 8 \u2014 ROQUE CARDOZO -->\n      <div class=\"nyk-amb-card\" style=\"--delay:.42s\">\n        <div class=\"nyk-amb-img-wrap\"\n             role=\"button\" tabindex=\"0\"\n             aria-label=\"View Roque Cardozo photo\"\n             data-src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/Roque-1.jpg\"\n             data-name=\"Roque Cardozo\"\n             data-club=\"Gral. Martin Ledesma \u00b7 Paraguay\">\n          <img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2026\/05\/Roque-1.jpg\"\n               alt=\"Roque Cardozo NYK Ambassador Paraguay\"\n               class=\"nyk-amb-img\" loading=\"lazy\">\n          <div class=\"nyk-amb-overlay\"><\/div>\n          <span class=\"nyk-amb-country\">\ud83c\uddf5\ud83c\uddfe<\/span>\n          <div class=\"nyk-amb-zoom-icon\" aria-hidden=\"true\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"\/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"\/><\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"nyk-amb-info\">\n          <div class=\"nyk-amb-info-left\">\n            <p class=\"nyk-amb-name\">Roque Cardozo<\/p>\n            <p class=\"nyk-amb-club\">Gral. Martin Ledesma<\/p>\n          <\/div>\n          <span class=\"nyk-amb-ig\">\n            <svg class=\"nyk-ig-logo\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><defs><linearGradient id=\"igh\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#f09433\"\/><stop offset=\"50%\" style=\"stop-color:#dc2743\"\/><stop offset=\"100%\" style=\"stop-color:#bc1888\"\/><\/linearGradient><\/defs><rect width=\"24\" height=\"24\" rx=\"6\" fill=\"url(#igh)\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.8\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\/><\/svg>\n            <span class=\"nyk-ig-handle\">@roquecardozo<\/span>\n            <svg class=\"nyk-blue-check\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" aria-label=\"Verified\"><circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#1D9BF0\"\/><path d=\"M9 12l2.5 2.5L16 9\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/span>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- CTA bottom -->\n    <div class=\"nyk-amb-footer\">\n      <a href=\"https:\/\/ny-keepers.com\/goalkeeper-ambassadors\/\"\n         class=\"nyk-amb-cta\"\n         aria-label=\"Meet all 24 NYK Ambassadors\">\n        Meet all 24 Ambassadors \u2192\n      <\/a>\n      <p class=\"nyk-amb-cta-sub\">USA \u00b7 Colombia \u00b7 Venezuela \u00b7 Paraguay \u00b7 M\u00e9xico \u00b7 Espa\u00f1a<\/p>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- LIGHTBOX -->\n<div class=\"nyk-lightbox\" id=\"nyk-lightbox\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Ambassador photo\" hidden>\n  <div class=\"nyk-lightbox-backdrop\" id=\"nyk-lb-backdrop\"><\/div>\n  <div class=\"nyk-lightbox-content\">\n    <button class=\"nyk-lightbox-close\" id=\"nyk-lb-close\" aria-label=\"Close\">\n      <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg>\n    <\/button>\n    <img decoding=\"async\" src=\"\" alt=\"\" class=\"nyk-lightbox-img\" id=\"nyk-lb-img\">\n    <div class=\"nyk-lightbox-caption\">\n      <p class=\"nyk-lb-name\" id=\"nyk-lb-name\"><\/p>\n      <p class=\"nyk-lb-club\" id=\"nyk-lb-club\"><\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap');\n\n.nyk-amb {\n  width: 100%;\n  background: #000000;\n  padding: 100px 32px 80px;\n  font-family: 'Poppins', system-ui, sans-serif;\n  overflow: hidden;\n}\n.nyk-amb-inner { max-width: 1300px; margin: 0 auto; }\n\n\/* Header *\/\n.nyk-amb-header {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: flex-end;\n  margin-bottom: 48px;\n}\n.nyk-amb-eyebrow {\n  font-size: 10px; font-weight: 600;\n  letter-spacing: 3px; text-transform: uppercase;\n  color: #d4af37; margin: 0 0 14px;\n}\n.nyk-amb-title {\n  font-size: clamp(36px, 5vw, 68px);\n  font-weight: 800; line-height: .95;\n  letter-spacing: -.03em; color: #fff; margin: 0;\n}\n.nyk-amb-title em { font-style: italic; color: #d4af37; }\n.nyk-amb-header-right {\n  display: flex; flex-direction: column;\n  align-items: flex-start; justify-content: flex-end; gap: 20px;\n}\n.nyk-amb-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.45); margin: 0; }\n.nyk-amb-viewall {\n  display: inline-flex; align-items: center;\n  padding: 10px 22px;\n  border: 1.5px solid rgba(255,255,255,.2); border-radius: 6px;\n  color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .04em;\n  text-decoration: none;\n  transition: border-color .25s, background .25s, color .25s;\n}\n.nyk-amb-viewall:hover { border-color: #d4af37; color: #d4af37; background: rgba(212,175,55,.05); }\n\n\/* Grid 4\u00d72 *\/\n.nyk-amb-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n}\n\n\/* Card *\/\n.nyk-amb-card {\n  display: flex;\n  flex-direction: column;\n  border-radius: 12px;\n  overflow: hidden;\n  background: #111;\n  border: 1px solid rgba(255,255,255,.06);\n  opacity: 0;\n  transform: translateY(20px);\n  transition:\n    opacity .5s ease var(--delay, 0s),\n    transform .5s ease var(--delay, 0s),\n    border-color .3s ease,\n    box-shadow .3s ease;\n}\n.nyk-amb-card.nyk-amb-visible { opacity: 1; transform: translateY(0); }\n.nyk-amb-card:hover { border-color: rgba(212,175,55,.35); box-shadow: 0 12px 40px rgba(0,0,0,.5); }\n\n\/* Img wrap *\/\n.nyk-amb-img-wrap {\n  position: relative;\n  width: 100%;\n  aspect-ratio: 3 \/ 4;\n  overflow: hidden;\n  background: #1a1a1a;\n  cursor: zoom-in;\n  flex-shrink: 0;\n}\n\n\/* Imagen *\/\n.nyk-amb-img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center top;\n  display: block;\n  transition: transform .5s ease, filter .5s ease;\n  filter: brightness(.85);\n}\n.nyk-amb-img-wrap:hover .nyk-amb-img {\n  transform: scale(1.05);\n  filter: brightness(.65);\n}\n\n\/* Overlay *\/\n.nyk-amb-overlay {\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 35%;\n  background: linear-gradient(to top, rgba(0,0,0,.5) 0%, transparent 100%);\n  pointer-events: none;\n}\n\n\/* Bandera *\/\n.nyk-amb-country {\n  position: absolute;\n  top: 10px; right: 10px;\n  font-size: 20px; line-height: 1;\n  filter: drop-shadow(0 1px 3px rgba(0,0,0,.6));\n  pointer-events: none;\n}\n\n\/* Zoom icon *\/\n.nyk-amb-zoom-icon {\n  position: absolute;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%) scale(0);\n  width: 48px; height: 48px;\n  border-radius: 50%;\n  background: rgba(212,175,55,.9);\n  color: #000;\n  display: flex; align-items: center; justify-content: center;\n  transition: transform .3s ease, opacity .3s ease;\n  opacity: 0;\n  pointer-events: none;\n}\n.nyk-amb-img-wrap:hover .nyk-amb-zoom-icon {\n  transform: translate(-50%, -50%) scale(1);\n  opacity: 1;\n}\n\n\/* Info bar \u2014 siempre visible *\/\n.nyk-amb-info {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 12px 14px;\n  background: #0d0d0d;\n  border-top: 1px solid rgba(255,255,255,.06);\n  gap: 8px;\n  flex-shrink: 0;\n}\n.nyk-amb-info-left { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }\n.nyk-amb-name {\n  font-size: 12px; font-weight: 700; color: #fff; margin: 0;\n  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;\n  transition: color .25s;\n}\n.nyk-amb-card:hover .nyk-amb-name { color: #d4af37; }\n.nyk-amb-club {\n  font-size: 9px; font-weight: 500; color: rgba(255,255,255,.35); margin: 0;\n  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;\n}\n\n\/* IG info *\/\n.nyk-amb-ig { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }\n.nyk-ig-logo { border-radius: 3px; display: block; }\n.nyk-ig-handle { font-size: 9px; font-weight: 600; color: rgba(255,255,255,.4); display: inline; }\n.nyk-blue-check { border-radius: 50%; display: block; }\n\n\/* \u2500\u2500 LIGHTBOX \u2500\u2500 *\/\n.nyk-lightbox {\n  position: fixed;\n  inset: 0;\n  z-index: 999999;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 24px;\n}\n.nyk-lightbox[hidden] { display: none; }\n\n.nyk-lightbox-backdrop {\n  position: absolute;\n  inset: 0;\n  background: rgba(0,0,0,.92);\n  cursor: zoom-out;\n}\n\n.nyk-lightbox-content {\n  position: relative;\n  z-index: 1;\n  max-width: 520px;\n  width: 100%;\n  border-radius: 16px;\n  overflow: hidden;\n  background: #0d0d0d;\n  border: 1px solid rgba(212,175,55,.2);\n  animation: nyk-lb-in .3s ease;\n}\n@keyframes nyk-lb-in {\n  from { opacity: 0; transform: scale(.94); }\n  to   { opacity: 1; transform: scale(1); }\n}\n\n.nyk-lightbox-close {\n  position: absolute;\n  top: 12px; right: 12px;\n  width: 36px; height: 36px;\n  border-radius: 50%;\n  border: none;\n  background: rgba(0,0,0,.6);\n  color: #fff;\n  cursor: pointer;\n  display: flex; align-items: center; justify-content: center;\n  z-index: 2;\n  transition: background .2s;\n  backdrop-filter: blur(4px);\n}\n.nyk-lightbox-close:hover { background: #d4af37; color: #000; }\n\n.nyk-lightbox-img {\n  width: 100%;\n  height: auto;\n  display: block;\n  max-height: 75vh;\n  object-fit: contain;\n}\n\n.nyk-lightbox-caption {\n  padding: 16px 20px;\n  background: #0d0d0d;\n  border-top: 1px solid rgba(255,255,255,.06);\n}\n.nyk-lb-name {\n  font-size: 15px; font-weight: 700; color: #fff;\n  margin: 0 0 4px;\n}\n.nyk-lb-club {\n  font-size: 12px; font-weight: 400; color: rgba(255,255,255,.4);\n  margin: 0;\n}\n\n\/* Footer *\/\n.nyk-amb-footer { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 48px; }\n.nyk-amb-cta {\n  display: inline-flex; align-items: center;\n  padding: 14px 36px; background: #d4af37; color: #000;\n  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700;\n  letter-spacing: .04em; text-transform: uppercase;\n  text-decoration: none; border-radius: 6px;\n  transition: background .25s, transform .25s;\n}\n.nyk-amb-cta:hover { background: #b8941e; transform: translateY(-2px); }\n.nyk-amb-cta-sub { font-size: 11px; font-weight: 500; color: rgba(255,255,255,.3); margin: 0; letter-spacing: .04em; }\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n  .nyk-amb { padding: 72px 24px 60px; }\n  .nyk-amb-grid { grid-template-columns: repeat(2, 1fr); }\n  .nyk-amb-header { grid-template-columns: 1fr; gap: 20px; }\n}\n@media (max-width: 600px) {\n  .nyk-amb { padding: 56px 16px 48px; }\n  .nyk-amb-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }\n  .nyk-amb-title { font-size: 38px; }\n  .nyk-amb-name { font-size: 11px; }\n  .nyk-amb-info { padding: 10px; }\n  .nyk-lightbox-content { max-width: 100%; border-radius: 12px; }\n}\n<\/style>\n\n<script>\n(function(){\n  \/* Intersection observer \u2014 entrada *\/\n  var cards = document.querySelectorAll('.nyk-amb-card');\n  if(cards.length && 'IntersectionObserver' in window){\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(e){\n        if(e.isIntersecting){ e.target.classList.add('nyk-amb-visible'); io.unobserve(e.target); }\n      });\n    }, { threshold: 0.08 });\n    cards.forEach(function(c){ io.observe(c); });\n  } else {\n    cards.forEach(function(c){ c.classList.add('nyk-amb-visible'); });\n  }\n\n  \/* Lightbox *\/\n  var lb       = document.getElementById('nyk-lightbox');\n  var lbImg    = document.getElementById('nyk-lb-img');\n  var lbName   = document.getElementById('nyk-lb-name');\n  var lbClub   = document.getElementById('nyk-lb-club');\n  var lbClose  = document.getElementById('nyk-lb-close');\n  var lbBack   = document.getElementById('nyk-lb-backdrop');\n\n  function openLb(src, name, club){\n    lbImg.src = src;\n    lbImg.alt = name;\n    lbName.textContent = name;\n    lbClub.textContent = club;\n    lb.hidden = false;\n    document.body.style.overflow = 'hidden';\n    lbClose.focus();\n  }\n  function closeLb(){\n    lb.hidden = true;\n    lbImg.src = '';\n    document.body.style.overflow = '';\n  }\n\n  document.querySelectorAll('.nyk-amb-img-wrap').forEach(function(wrap){\n    wrap.addEventListener('click', function(){\n      openLb(this.dataset.src, this.dataset.name, this.dataset.club);\n    });\n    wrap.addEventListener('keydown', function(e){\n      if(e.key === 'Enter' || e.key === ' '){\n        e.preventDefault();\n        openLb(this.dataset.src, this.dataset.name, this.dataset.club);\n      }\n    });\n  });\n\n  if(lbClose) lbClose.addEventListener('click', closeLb);\n  if(lbBack)  lbBack.addEventListener('click', closeLb);\n  document.addEventListener('keydown', function(e){\n    if(e.key === 'Escape' && !lb.hidden) closeLb();\n  });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3f840eb e-con-full e-flex e-con e-parent\" data-id=\"3f840eb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa8e224 elementor-widget elementor-widget-html\" data-id=\"fa8e224\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK REVIEWS \u2014 SECCI\u00d3N \u2466\n     Fondo: #ffffff blanco \u2014 ruptura despu\u00e9s del negro\n     Plugin: Customer Reviews for WooCommerce (CusRev)\n     Shortcode: [cusrev_all_reviews]\n     ============================================================ -->\n\n<section class=\"nyk-reviews\" aria-label=\"NY Keepers \u2014 Customer Reviews\">\n  <div class=\"nyk-reviews-inner\">\n\n    <!-- Header -->\n    <div class=\"nyk-reviews-header\">\n      <div>\n        <p class=\"nyk-reviews-eyebrow\">Verified Reviews<\/p>\n        <h2 class=\"nyk-reviews-title\">What keepers<br>are saying.<\/h2>\n      <\/div>\n      <div class=\"nyk-reviews-stats\">\n        <div class=\"nyk-reviews-stat\">\n          <span class=\"nyk-reviews-stars\" aria-label=\"5 stars\">\n            \u2605\u2605\u2605\u2605\u2605\n          <\/span>\n          <p class=\"nyk-reviews-stat-label\">Verified by CusRev<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- CusRev shortcode -->\n    <div class=\"nyk-reviews-wrap\">\n      <div class=\"cr-reviews-slider\" id=\"cr-reviews-slider-6a3873515b7dc\" data-slick='{\"infinite\":true,\"dots\":true,\"slidesToShow\":3,\"slidesToScroll\":1,\"adaptiveHeight\":true,\"autoplay\":false,\"responsive\":[{\"breakpoint\":800,\"settings\":{\"slidesToShow\":2}},{\"breakpoint\":650,\"settings\":{\"slidesToShow\":1}},{\"breakpoint\":450,\"settings\":{\"arrows\":false,\"slidesToShow\":1}}]}' style=\"border-color:#ebebeb;\">\n\t\t\t<div class=\"cr-review-card\">\n\t\t\t<div class=\"cr-review-card-inner\" style=\"border-color:#ebebeb;background-color:#fbfbfb;\">\n\t\t\t\t<div class=\"top-row\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-thumbnail\">\n\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Joschua Delvalle\" src=\"data:image\/svg+xml;base64,CgkJCQkJCTxzdmcgd2lkdGg9IjU2IiBoZWlnaHQ9IjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCQkJCQkJCTxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgc3R5bGU9ImZpbGw6ICNDQ0QxRDQiPjwvcmVjdD4KCQkJCQkJCTx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBkeT0iLjFlbSIgZmlsbD0iIzRENUQ2NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZG9taW5hbnQtYmFzZWxpbmU9Im1pZGRsZSIgc3R5bGU9ImZvbnQtZmFtaWx5OiBzYW5zLXNlcmlmOyBmb250LXNpemU6IDI4OyBsaW5lLWhlaWdodDogMSI+SkQ8L3RleHQ+CgkJCQkJCTwvc3ZnPgoJCQkJCQ==\" width=\"56\" height=\"56\" class=\"cr-avatar\"><div class=\"cr-avatar-check\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\">\n\t\t\t\t\t\t\t<path fill=\"#FFFFFF\" d=\"m10 16.4l-4-4L7.4 11l2.6 2.6L16.6 7L18 8.4Z\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t<\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"reviewer\">\n\t\t\t\t\t\t<div class=\"reviewer-name\">\n\t\t\t\t\t\t\tJoschua Delvalle\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"reviewer-verified\"><img loading=\"lazy\" decoding=\"async\" class=\"cr-reviewer-verified\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/verified.svg\" alt=\"Verified owner\" width=\"22\" height=\"22\" loading=\"lazy\" \/>Verified owner<\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"rating-row\">\n\t\t\t\t\t<div class=\"rating\">\n\t\t\t\t\t\t<div class=\"crstar-rating-svg\" role=\"img\" aria-label=\"Rated 5 out of 5\"><div class=\"cr-rating-icon-base\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n<\/div><div class=\"cr-rating-icon-frnt\" style=\"width:100%;\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n<\/div><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"rating-label\">\n\t\t\t\t\t\t5\/5\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"middle-row\">\n\t\t\t\t\t<div class=\"review-content\">\n\t\t\t\t\t\t<div class=\"review-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"verified-review-row\">\n\t\t\t\t\t\t\t<div class=\"verified-badge\"><p class=\"ivole-verified-badge\"><img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/shield-20.png\" alt=\"Verified review\" class=\"ivole-verified-badge-icon\"><span class=\"ivole-verified-badge-text\">Verified review - <a href=\"https:\/\/www.cusrev.com\/reviews\/ny-keepers.com\/p\/p-20952\/r-24253\" title=\"\" target=\"_blank\" rel=\"nofollow noopener\">view original<\/a><\/span><\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"datetime\">\n\t\t\t\t\t\t2 months ago\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-product\" style=\"background-color:#f2f2f2;\">\n\t\t\t\t\t\t\t<div class=\"cr-product-thumbnail\">\n\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/09\/Dark-Sunrise-300x300.jpg\" class=\"attachment-woocommerce_gallery_thumbnail size-woocommerce_gallery_thumbnail wvs-archive-product-image\" alt=\"Ultimate X-Grippy goalkeeper gloves Blue Moon edition palm view\" srcset=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/09\/Dark-Sunrise-300x300.jpg 300w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/09\/Dark-Sunrise-700x700.jpg 700w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/09\/Dark-Sunrise-1024x1024.jpg 1024w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/09\/Dark-Sunrise-150x150.jpg 150w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/09\/Dark-Sunrise-768x768.jpg 768w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/09\/Dark-Sunrise-1536x1536.jpg 1536w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/09\/Dark-Sunrise.jpg 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"product-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ny-keepers.com\/en\/product\/nyk-ultimate-x-grippy-goalkeeper-gloves\/\">NYK Ultimate Semi-Pro<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t<div class=\"cr-review-card\">\n\t\t\t<div class=\"cr-review-card-inner\" style=\"border-color:#ebebeb;background-color:#fbfbfb;\">\n\t\t\t\t<div class=\"top-row\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-thumbnail\">\n\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Joschua Delvalle\" src=\"data:image\/svg+xml;base64,CgkJCQkJCTxzdmcgd2lkdGg9IjU2IiBoZWlnaHQ9IjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCQkJCQkJCTxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgc3R5bGU9ImZpbGw6ICNDQ0QxRDQiPjwvcmVjdD4KCQkJCQkJCTx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBkeT0iLjFlbSIgZmlsbD0iIzRENUQ2NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZG9taW5hbnQtYmFzZWxpbmU9Im1pZGRsZSIgc3R5bGU9ImZvbnQtZmFtaWx5OiBzYW5zLXNlcmlmOyBmb250LXNpemU6IDI4OyBsaW5lLWhlaWdodDogMSI+SkQ8L3RleHQ+CgkJCQkJCTwvc3ZnPgoJCQkJCQ==\" width=\"56\" height=\"56\" class=\"cr-avatar\"><div class=\"cr-avatar-check\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\">\n\t\t\t\t\t\t\t<path fill=\"#FFFFFF\" d=\"m10 16.4l-4-4L7.4 11l2.6 2.6L16.6 7L18 8.4Z\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t<\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"reviewer\">\n\t\t\t\t\t\t<div class=\"reviewer-name\">\n\t\t\t\t\t\t\tJoschua Delvalle\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"reviewer-verified\"><img loading=\"lazy\" decoding=\"async\" class=\"cr-reviewer-verified\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/verified.svg\" alt=\"Verified owner\" width=\"22\" height=\"22\" loading=\"lazy\" \/>Verified owner<\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"rating-row\">\n\t\t\t\t\t<div class=\"rating\">\n\t\t\t\t\t\t<div class=\"crstar-rating-svg\" role=\"img\" aria-label=\"Rated 5 out of 5\"><div class=\"cr-rating-icon-base\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n<\/div><div class=\"cr-rating-icon-frnt\" style=\"width:100%;\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n<\/div><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"rating-label\">\n\t\t\t\t\t\t5\/5\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"middle-row\">\n\t\t\t\t\t<div class=\"review-content\">\n\t\t\t\t\t\t<div class=\"review-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"verified-review-row\">\n\t\t\t\t\t\t\t<div class=\"verified-badge\"><p class=\"ivole-verified-badge\"><img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/shield-20.png\" alt=\"Verified review\" class=\"ivole-verified-badge-icon\"><span class=\"ivole-verified-badge-text\">Verified review - <a href=\"https:\/\/www.cusrev.com\/reviews\/ny-keepers.com\/p\/p-20795\/r-24253\" title=\"\" target=\"_blank\" rel=\"nofollow noopener\">view original<\/a><\/span><\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"datetime\">\n\t\t\t\t\t\t2 months ago\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-product\" style=\"background-color:#f2f2f2;\">\n\t\t\t\t\t\t\t<div class=\"cr-product-thumbnail\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-300x300.jpg\" class=\"attachment-woocommerce_gallery_thumbnail size-woocommerce_gallery_thumbnail wvs-archive-product-image\" alt=\"Jogra3 goalkeeper gloves front view with German latex palm\" srcset=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-300x300.jpg 300w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-700x700.jpg 700w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-1024x1024.jpg 1024w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-150x150.jpg 150w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-768x768.jpg 768w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-1536x1536.jpg 1536w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-2048x2048.jpg 2048w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-50x50.jpg 50w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS-100x100.jpg 100w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/08\/green-XPLUS.jpg 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"product-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ny-keepers.com\/en\/product\/nyk-jogra3-goalkeeper-gloves\/\">NYK Jogra3<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t<div class=\"cr-review-card\">\n\t\t\t<div class=\"cr-review-card-inner\" style=\"border-color:#ebebeb;background-color:#fbfbfb;\">\n\t\t\t\t<div class=\"top-row\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-thumbnail\">\n\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Joschua Delvalle\" src=\"data:image\/svg+xml;base64,CgkJCQkJCTxzdmcgd2lkdGg9IjU2IiBoZWlnaHQ9IjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCQkJCQkJCTxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgc3R5bGU9ImZpbGw6ICNDQ0QxRDQiPjwvcmVjdD4KCQkJCQkJCTx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBkeT0iLjFlbSIgZmlsbD0iIzRENUQ2NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZG9taW5hbnQtYmFzZWxpbmU9Im1pZGRsZSIgc3R5bGU9ImZvbnQtZmFtaWx5OiBzYW5zLXNlcmlmOyBmb250LXNpemU6IDI4OyBsaW5lLWhlaWdodDogMSI+SkQ8L3RleHQ+CgkJCQkJCTwvc3ZnPgoJCQkJCQ==\" width=\"56\" height=\"56\" class=\"cr-avatar\"><div class=\"cr-avatar-check\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\">\n\t\t\t\t\t\t\t<path fill=\"#FFFFFF\" d=\"m10 16.4l-4-4L7.4 11l2.6 2.6L16.6 7L18 8.4Z\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t<\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"reviewer\">\n\t\t\t\t\t\t<div class=\"reviewer-name\">\n\t\t\t\t\t\t\tJoschua Delvalle\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"reviewer-verified\"><img loading=\"lazy\" decoding=\"async\" class=\"cr-reviewer-verified\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/verified.svg\" alt=\"Verified owner\" width=\"22\" height=\"22\" loading=\"lazy\" \/>Verified owner<\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"rating-row\">\n\t\t\t\t\t<div class=\"rating\">\n\t\t\t\t\t\t<div class=\"crstar-rating-svg\" role=\"img\" aria-label=\"Rated 5 out of 5\"><div class=\"cr-rating-icon-base\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n<\/div><div class=\"cr-rating-icon-frnt\" style=\"width:100%;\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n<\/div><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"rating-label\">\n\t\t\t\t\t\t5\/5\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"middle-row\">\n\t\t\t\t\t<div class=\"review-content\">\n\t\t\t\t\t\t<div class=\"review-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"verified-review-row\">\n\t\t\t\t\t\t\t<div class=\"verified-badge\"><p class=\"ivole-verified-badge\"><img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/shield-20.png\" alt=\"Verified review\" class=\"ivole-verified-badge-icon\"><span class=\"ivole-verified-badge-text\">Verified review - <a href=\"https:\/\/www.cusrev.com\/reviews\/ny-keepers.com\/p\/p-21978\/r-24253\" title=\"\" target=\"_blank\" rel=\"nofollow noopener\">view original<\/a><\/span><\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"datetime\">\n\t\t\t\t\t\t2 months ago\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-product\" style=\"background-color:#f2f2f2;\">\n\t\t\t\t\t\t\t<div class=\"cr-product-thumbnail\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black-300x300.jpg\" class=\"attachment-woocommerce_gallery_thumbnail size-woocommerce_gallery_thumbnail wvs-archive-product-image\" alt=\"Compact 1 Goalkeeper Gloves | X-Basic &amp; X-Plus | NYK\" srcset=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black-300x300.jpg 300w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black-700x700.jpg 700w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black-1024x1024.jpg 1024w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black-150x150.jpg 150w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black-768x768.jpg 768w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black-50x50.jpg 50w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black-100x100.jpg 100w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/10\/yellow-black.jpg 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"product-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ny-keepers.com\/en\/product\/nyk-new-compact-1-goalkeeper-gloves\/\">NYK New Compact1 2.0<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t<div class=\"cr-review-card\">\n\t\t\t<div class=\"cr-review-card-inner\" style=\"border-color:#ebebeb;background-color:#fbfbfb;\">\n\t\t\t\t<div class=\"top-row\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-thumbnail\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"Cesar Rodriguez\" src=\"data:image\/svg+xml;base64,CgkJCQkJCTxzdmcgd2lkdGg9IjU2IiBoZWlnaHQ9IjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCQkJCQkJCTxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgc3R5bGU9ImZpbGw6ICNDQ0QxRDQiPjwvcmVjdD4KCQkJCQkJCTx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBkeT0iLjFlbSIgZmlsbD0iIzRENUQ2NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZG9taW5hbnQtYmFzZWxpbmU9Im1pZGRsZSIgc3R5bGU9ImZvbnQtZmFtaWx5OiBzYW5zLXNlcmlmOyBmb250LXNpemU6IDI4OyBsaW5lLWhlaWdodDogMSI+Q1I8L3RleHQ+CgkJCQkJCTwvc3ZnPgoJCQkJCQ==\" width=\"56\" height=\"56\" class=\"cr-avatar\"><div class=\"cr-avatar-check\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\">\n\t\t\t\t\t\t\t<path fill=\"#FFFFFF\" d=\"m10 16.4l-4-4L7.4 11l2.6 2.6L16.6 7L18 8.4Z\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t<\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"reviewer\">\n\t\t\t\t\t\t<div class=\"reviewer-name\">\n\t\t\t\t\t\t\tCesar Rodriguez\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"reviewer-verified\"><img loading=\"lazy\" decoding=\"async\" class=\"cr-reviewer-verified\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/verified.svg\" alt=\"Verified owner\" width=\"22\" height=\"22\" loading=\"lazy\" \/>Verified owner<\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"rating-row\">\n\t\t\t\t\t<div class=\"rating\">\n\t\t\t\t\t\t<div class=\"crstar-rating-svg\" role=\"img\" aria-label=\"Rated 5 out of 5\"><div class=\"cr-rating-icon-base\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n<\/div><div class=\"cr-rating-icon-frnt\" style=\"width:100%;\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n<\/div><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"rating-label\">\n\t\t\t\t\t\t5\/5\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"middle-row\">\n\t\t\t\t\t<div class=\"review-content\">\n\t\t\t\t\t\t<div class=\"review-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"verified-review-row\">\n\t\t\t\t\t\t\t<div class=\"verified-badge\"><p class=\"ivole-verified-badge\"><img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/shield-20.png\" alt=\"Verified review\" class=\"ivole-verified-badge-icon\"><span class=\"ivole-verified-badge-text\">Verified review - <a href=\"https:\/\/www.cusrev.com\/reviews\/ny-keepers.com\/p\/p-21040\/r-23027\" title=\"\" target=\"_blank\" rel=\"nofollow noopener\">view original<\/a><\/span><\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"datetime\">\n\t\t\t\t\t\t4 months ago\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-product\" style=\"background-color:#f2f2f2;\">\n\t\t\t\t\t\t\t<div class=\"cr-product-thumbnail\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3-300x300.jpg\" class=\"attachment-woocommerce_gallery_thumbnail size-woocommerce_gallery_thumbnail wvs-archive-product-image\" alt=\"Evo 3 Dark Knitt goalkeeper gloves front view\" srcset=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3-300x300.jpg 300w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3-700x700.jpg 700w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3-1024x1024.jpg 1024w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3-150x150.jpg 150w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3-768x768.jpg 768w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3-1536x1536.jpg 1536w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3-12x12.jpg 12w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2024\/04\/EVO3.jpg 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"product-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ny-keepers.com\/en\/product\/nyk-evo-3-dark-knitt-goalkeeper-gloves\/\">NYK Evo 3 Dark Knitt<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t<div class=\"cr-review-card\">\n\t\t\t<div class=\"cr-review-card-inner\" style=\"border-color:#ebebeb;background-color:#fbfbfb;\">\n\t\t\t\t<div class=\"top-row\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-thumbnail\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" alt=\"Cesar Rodriguez\" src=\"data:image\/svg+xml;base64,CgkJCQkJCTxzdmcgd2lkdGg9IjU2IiBoZWlnaHQ9IjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCQkJCQkJCTxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgc3R5bGU9ImZpbGw6ICNDQ0QxRDQiPjwvcmVjdD4KCQkJCQkJCTx0ZXh0IHg9IjUwJSIgeT0iNTAlIiBkeT0iLjFlbSIgZmlsbD0iIzRENUQ2NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZG9taW5hbnQtYmFzZWxpbmU9Im1pZGRsZSIgc3R5bGU9ImZvbnQtZmFtaWx5OiBzYW5zLXNlcmlmOyBmb250LXNpemU6IDI4OyBsaW5lLWhlaWdodDogMSI+Q1I8L3RleHQ+CgkJCQkJCTwvc3ZnPgoJCQkJCQ==\" width=\"56\" height=\"56\" class=\"cr-avatar\"><div class=\"cr-avatar-check\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\">\n\t\t\t\t\t\t\t<path fill=\"#FFFFFF\" d=\"m10 16.4l-4-4L7.4 11l2.6 2.6L16.6 7L18 8.4Z\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t<\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"reviewer\">\n\t\t\t\t\t\t<div class=\"reviewer-name\">\n\t\t\t\t\t\t\tCesar Rodriguez\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"reviewer-verified\"><img loading=\"lazy\" decoding=\"async\" class=\"cr-reviewer-verified\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/verified.svg\" alt=\"Verified owner\" width=\"22\" height=\"22\" loading=\"lazy\" \/>Verified owner<\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"rating-row\">\n\t\t\t\t\t<div class=\"rating\">\n\t\t\t\t\t\t<div class=\"crstar-rating-svg\" role=\"img\" aria-label=\"Rated 5 out of 5\"><div class=\"cr-rating-icon-base\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"none\"  stroke=\"currentColor\"  stroke-width=\"2\"  stroke-linecap=\"round\"  stroke-linejoin=\"round\"  class=\"cr-rating-icon-bg\" style=\"stroke: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" \/><\/svg>\n<\/div><div class=\"cr-rating-icon-frnt\" style=\"width:100%;\">\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n\n<svg  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  width=\"24\"  height=\"24\"  viewBox=\"0 0 24 24\"  fill=\"currentColor\"  class=\"cr-rating-icon\" style=\"fill: #FFBC00;\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\" \/><\/svg>\n<\/div><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"rating-label\">\n\t\t\t\t\t\t5\/5\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"middle-row\">\n\t\t\t\t\t<div class=\"review-content\">\n\t\t\t\t\t\t<div class=\"review-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"verified-review-row\">\n\t\t\t\t\t\t\t<div class=\"verified-badge\"><p class=\"ivole-verified-badge\"><img decoding=\"async\" src=\"https:\/\/ny-keepers.com\/wp-content\/plugins\/customer-reviews-woocommerce\/img\/shield-20.png\" alt=\"Verified review\" class=\"ivole-verified-badge-icon\"><span class=\"ivole-verified-badge-text\">Verified review - <a href=\"https:\/\/www.cusrev.com\/reviews\/ny-keepers.com\/p\/p-20870\/r-23027\" title=\"\" target=\"_blank\" rel=\"nofollow noopener\">view original<\/a><\/span><\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"datetime\">\n\t\t\t\t\t\t4 months ago\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"review-product\" style=\"background-color:#f2f2f2;\">\n\t\t\t\t\t\t\t<div class=\"cr-product-thumbnail\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH-300x300.jpg\" class=\"attachment-woocommerce_gallery_thumbnail size-woocommerce_gallery_thumbnail wvs-archive-product-image\" alt=\"Black Widow Control goalkeeper gloves Dark edition front view\" srcset=\"https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH-300x300.jpg 300w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH-700x700.jpg 700w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH-1024x1024.jpg 1024w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH-150x150.jpg 150w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH-768x768.jpg 768w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH-1536x1536.jpg 1536w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH-2048x2048.jpg 2048w, https:\/\/ny-keepers.com\/wp-content\/uploads\/2025\/05\/BW-NIGTH.jpg 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"product-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ny-keepers.com\/en\/product\/nyk-black-widow-control-goalkeeper-gloves\/\">NYK Black Widow<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap');\n\n\/* Section *\/\n.nyk-reviews {\n  width: 100%;\n  background: #ffffff;\n  padding: 90px 32px 80px;\n  font-family: 'Poppins', system-ui, sans-serif;\n  border-top: 3px solid #d4af37;\n}\n\n.nyk-reviews-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n\/* Header *\/\n.nyk-reviews-header {\n  display: flex;\n  align-items: flex-end;\n  justify-content: space-between;\n  margin-bottom: 48px;\n  flex-wrap: wrap;\n  gap: 20px;\n}\n\n.nyk-reviews-eyebrow {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: #d4af37;\n  margin: 0 0 12px;\n}\n\n.nyk-reviews-title {\n  font-size: clamp(28px, 4vw, 48px);\n  font-weight: 800;\n  line-height: 1.05;\n  letter-spacing: -.025em;\n  color: #000000;\n  margin: 0;\n}\n\n\/* Stats *\/\n.nyk-reviews-stat {\n  display: flex;\n  flex-direction: column;\n  align-items: flex-end;\n  gap: 6px;\n}\n\n.nyk-reviews-stars {\n  font-size: 22px;\n  color: #d4af37;\n  letter-spacing: 2px;\n  line-height: 1;\n}\n\n.nyk-reviews-stat-label {\n  font-size: 11px;\n  font-weight: 500;\n  color: rgba(0,0,0,.4);\n  margin: 0;\n  letter-spacing: .03em;\n}\n\n\/* CusRev wrap \u2014 override estilos del plugin *\/\n.nyk-reviews-wrap {\n  width: 100%;\n}\n\n\/* Override CusRev para que respete colores NYK *\/\n.nyk-reviews-wrap .cr-widget-init,\n.nyk-reviews-wrap .cr-reviews-widget {\n  font-family: 'Poppins', system-ui, sans-serif !important;\n}\n\n\/* Estrellas doradas *\/\n.nyk-reviews-wrap .cr-star-full,\n.nyk-reviews-wrap .cr-star,\n.nyk-reviews-wrap .cr-stars span {\n  color: #d4af37 !important;\n  fill: #d4af37 !important;\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .nyk-reviews { padding: 64px 20px 56px; }\n  .nyk-reviews-header { flex-direction: column; align-items: flex-start; }\n  .nyk-reviews-stat { align-items: flex-start; }\n}\n\n@media (max-width: 480px) {\n  .nyk-reviews { padding: 48px 16px 40px; }\n  .nyk-reviews-title { font-size: 26px; }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e2b8905 e-con-full e-flex e-con e-parent\" data-id=\"e2b8905\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b1e7b7 elementor-widget elementor-widget-html\" data-id=\"9b1e7b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK YOUTUBE SHORTS CAROUSEL \u2014 SECCI\u00d3N \u2465\n     6 Shorts \u00b7 3 visibles desktop \u00b7 iframe embed\n     Sin im\u00e1genes \u2014 cero conflicto con Astra\n     Fondo: #000 \u00b7 Acento: #d4af37\n     ============================================================ -->\n\n<section class=\"nyk-yt\" aria-label=\"NY Keepers \u2014 YouTube Shorts\">\n  <div class=\"nyk-yt-inner\">\n\n    <!-- Header -->\n    <div class=\"nyk-yt-header\">\n      <div>\n        <p class=\"nyk-yt-eyebrow\">NY Keepers on YouTube<\/p>\n        <h2 class=\"nyk-yt-title\">Watch us <em>play.<\/em><\/h2>\n      <\/div>\n      <div class=\"nyk-yt-header-right\">\n        <a href=\"https:\/\/www.youtube.com\/@NYKeepers\" target=\"_blank\" rel=\"noopener\" class=\"nyk-yt-subscribe\">\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\">\n            <path d=\"M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.7 15.5V8.5l6.3 3.5-6.3 3.5z\"\/>\n          <\/svg>\n          Subscribe\n        <\/a>\n        <div class=\"nyk-yt-nav\">\n          <button class=\"nyk-yt-btn\" id=\"nyk-yt-prev\" aria-label=\"Previous\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"15 18 9 12 15 6\"\/><\/svg>\n          <\/button>\n          <button class=\"nyk-yt-btn\" id=\"nyk-yt-next\" aria-label=\"Next\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>\n          <\/button>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Carrusel -->\n    <div class=\"nyk-yt-wrap\">\n      <div class=\"nyk-yt-track\" id=\"nyk-yt-track\">\n\n        <div class=\"nyk-yt-card\">\n          <div class=\"nyk-yt-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/qmjmtEV65ac?rel=0&modestbranding=1\"\n              title=\"NY Keepers Short\" frameborder=\"0\"\n              allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n              allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n          <div class=\"nyk-yt-card-footer\">\n            <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"#ff0000\" aria-hidden=\"true\"><path d=\"M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.7 15.5V8.5l6.3 3.5-6.3 3.5z\"\/><\/svg>\n            <span>NY Keepers<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"nyk-yt-card\">\n          <div class=\"nyk-yt-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/noZi6a26VPg?rel=0&modestbranding=1\"\n              title=\"NY Keepers Short\" frameborder=\"0\"\n              allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n              allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n          <div class=\"nyk-yt-card-footer\">\n            <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"#ff0000\" aria-hidden=\"true\"><path d=\"M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.7 15.5V8.5l6.3 3.5-6.3 3.5z\"\/><\/svg>\n            <span>NY Keepers<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"nyk-yt-card\">\n          <div class=\"nyk-yt-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/-gnIBp3bBAI?rel=0&modestbranding=1\"\n              title=\"NY Keepers Short\" frameborder=\"0\"\n              allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n              allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n          <div class=\"nyk-yt-card-footer\">\n            <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"#ff0000\" aria-hidden=\"true\"><path d=\"M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.7 15.5V8.5l6.3 3.5-6.3 3.5z\"\/><\/svg>\n            <span>NY Keepers<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"nyk-yt-card\">\n          <div class=\"nyk-yt-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/phkdfVp2xps?rel=0&modestbranding=1\"\n              title=\"NY Keepers Short\" frameborder=\"0\"\n              allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n              allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n          <div class=\"nyk-yt-card-footer\">\n            <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"#ff0000\" aria-hidden=\"true\"><path d=\"M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.7 15.5V8.5l6.3 3.5-6.3 3.5z\"\/><\/svg>\n            <span>NY Keepers<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"nyk-yt-card\">\n          <div class=\"nyk-yt-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/3pcFf7fC9qQ?rel=0&modestbranding=1\"\n              title=\"NY Keepers Short\" frameborder=\"0\"\n              allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n              allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n          <div class=\"nyk-yt-card-footer\">\n            <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"#ff0000\" aria-hidden=\"true\"><path d=\"M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.7 15.5V8.5l6.3 3.5-6.3 3.5z\"\/><\/svg>\n            <span>NY Keepers<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"nyk-yt-card\">\n          <div class=\"nyk-yt-frame\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/M27LFRKpmrQ?rel=0&modestbranding=1\"\n              title=\"NY Keepers Short\" frameborder=\"0\"\n              allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n              allowfullscreen loading=\"lazy\"><\/iframe>\n          <\/div>\n          <div class=\"nyk-yt-card-footer\">\n            <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"#ff0000\" aria-hidden=\"true\"><path d=\"M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.7 15.5V8.5l6.3 3.5-6.3 3.5z\"\/><\/svg>\n            <span>NY Keepers<\/span>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- Progress bar -->\n    <div class=\"nyk-yt-progress-wrap\" aria-hidden=\"true\">\n      <div class=\"nyk-yt-progress\" id=\"nyk-yt-progress\"><\/div>\n    <\/div>\n\n    <!-- Ticker -->\n    <div class=\"nyk-yt-ticker\" aria-hidden=\"true\">\n      <div class=\"nyk-yt-ticker-track\">\n        <span>NY Keepers<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>YouTube Shorts<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>Goalkeeper Gloves<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>Pro Performance<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>USA &amp; LATAM<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>NY Keepers<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>YouTube Shorts<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>Goalkeeper Gloves<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>Pro Performance<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n        <span>USA &amp; LATAM<\/span><span class=\"nyk-yt-dot\">\u00b7<\/span>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap');\n\n.nyk-yt {\n  width: 100%;\n  background: #000;\n  padding: 90px 0 0;\n  font-family: 'Poppins', system-ui, sans-serif;\n  overflow: hidden;\n}\n.nyk-yt-inner { max-width: 1300px; margin: 0 auto; }\n\n\/* Header *\/\n.nyk-yt-header {\n  display: flex;\n  align-items: flex-end;\n  justify-content: space-between;\n  padding: 0 48px;\n  margin-bottom: 40px;\n  flex-wrap: wrap;\n  gap: 20px;\n}\n.nyk-yt-eyebrow {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: #d4af37;\n  margin: 0 0 12px;\n}\n.nyk-yt-title {\n  font-size: clamp(36px, 5vw, 68px);\n  font-weight: 800;\n  line-height: 1;\n  letter-spacing: -.03em;\n  color: #fff;\n  margin: 0;\n}\n.nyk-yt-title em {\n  font-style: italic;\n  color: #d4af37;\n}\n.nyk-yt-header-right {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n\/* Subscribe button *\/\n.nyk-yt-subscribe {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 20px;\n  background: #ff0000;\n  color: #fff;\n  border-radius: 6px;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: .04em;\n  text-decoration: none;\n  transition: background .25s, transform .25s;\n}\n.nyk-yt-subscribe:hover {\n  background: #cc0000;\n  transform: translateY(-1px);\n}\n\n\/* Nav buttons *\/\n.nyk-yt-nav { display: flex; gap: 8px; }\n.nyk-yt-btn {\n  width: 44px; height: 44px;\n  border-radius: 50%;\n  border: 1.5px solid rgba(255,255,255,.2);\n  background: transparent;\n  color: #fff;\n  cursor: pointer;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: border-color .25s, background .25s, color .25s;\n}\n.nyk-yt-btn:hover {\n  border-color: #d4af37;\n  background: #d4af37;\n  color: #000;\n}\n\n\/* Carrusel wrap *\/\n.nyk-yt-wrap {\n  width: 100%;\n  overflow: hidden;\n  padding: 0 48px;\n  max-width: 1300px;\n  margin: 0 auto;\n}\n\n\/* Track *\/\n.nyk-yt-track {\n  display: flex;\n  gap: 16px;\n  transition: transform .5s cubic-bezier(.25,.46,.45,.94);\n  will-change: transform;\n  align-items: stretch;\n}\n\n\/* Card *\/\n.nyk-yt-card {\n  flex: 0 0 calc(33.333% - 11px);\n  border-radius: 14px;\n  overflow: hidden;\n  background: #111;\n  border: 1px solid rgba(255,255,255,.08);\n  display: flex;\n  flex-direction: column;\n  transition: border-color .3s ease, transform .3s ease;\n}\n.nyk-yt-card:hover {\n  border-color: rgba(212,175,55,.4);\n  transform: translateY(-3px);\n}\n\n\/* iframe frame \u2014 ratio 9:16 para Shorts *\/\n.nyk-yt-frame {\n  width: 100%;\n  aspect-ratio: 9 \/ 16;\n  background: #000;\n  overflow: hidden;\n  display: block;\n  line-height: 0;\n}\n.nyk-yt-frame iframe {\n  width: 100%;\n  height: 100%;\n  display: block;\n  border: none;\n}\n\n\/* Footer card *\/\n.nyk-yt-card-footer {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  padding: 12px 16px;\n  background: #111;\n}\n.nyk-yt-card-footer span {\n  font-size: 11px;\n  font-weight: 600;\n  color: rgba(255,255,255,.5);\n  letter-spacing: .04em;\n}\n.nyk-yt-card:hover .nyk-yt-card-footer span {\n  color: #fff;\n}\n\n\/* Progress *\/\n.nyk-yt-progress-wrap {\n  margin: 24px 48px 0;\n  height: 2px;\n  background: rgba(255,255,255,.08);\n  border-radius: 2px;\n  overflow: hidden;\n}\n.nyk-yt-progress {\n  height: 100%;\n  background: #d4af37;\n  border-radius: 2px;\n  width: 33.333%;\n  transition: width .4s ease;\n}\n\n\/* Ticker *\/\n.nyk-yt-ticker {\n  margin-top: 48px;\n  overflow: hidden;\n  border-top: 1px solid rgba(255,255,255,.06);\n  padding: 18px 0;\n}\n.nyk-yt-ticker-track {\n  display: flex;\n  gap: 20px;\n  white-space: nowrap;\n  animation: nyk-yt-tick 22s linear infinite;\n  width: max-content;\n}\n.nyk-yt-ticker-track span {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,.18);\n}\n.nyk-yt-dot { color: #d4af37 !important; opacity: .5; }\n@keyframes nyk-yt-tick {\n  from { transform: translateX(0); }\n  to   { transform: translateX(-50%); }\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n  .nyk-yt { padding: 64px 0 0; }\n  .nyk-yt-header { padding: 0 24px; }\n  .nyk-yt-wrap { padding: 0 24px; }\n  .nyk-yt-progress-wrap { margin: 20px 24px 0; }\n  .nyk-yt-card { flex: 0 0 calc(50% - 8px); }\n}\n@media (max-width: 600px) {\n  .nyk-yt { padding: 48px 0 0; }\n  .nyk-yt-header { padding: 0 16px; margin-bottom: 28px; }\n  .nyk-yt-wrap { padding: 0 16px; }\n  .nyk-yt-progress-wrap { margin: 16px 16px 0; }\n  .nyk-yt-card { flex: 0 0 calc(85% - 8px); }\n  .nyk-yt-title { font-size: 36px; }\n}\n<\/style>\n\n<script>\n(function(){\n  var track    = document.getElementById('nyk-yt-track');\n  var progress = document.getElementById('nyk-yt-progress');\n  var prevBtn  = document.getElementById('nyk-yt-prev');\n  var nextBtn  = document.getElementById('nyk-yt-next');\n  if(!track) return;\n\n  var cards   = track.querySelectorAll('.nyk-yt-card');\n  var total   = cards.length;\n  var current = 0;\n  var offset  = 0;\n\n  function getVisible(){\n    var w = window.innerWidth;\n    if(w <= 600)  return 1;\n    if(w <= 1024) return 2;\n    return 3;\n  }\n\n  function getCardW(){\n    return cards[0] ? cards[0].offsetWidth + 16 : 0;\n  }\n\n  function maxIdx(){\n    return Math.max(0, total - getVisible());\n  }\n\n  function goTo(idx){\n    current = Math.max(0, Math.min(idx, maxIdx()));\n    offset  = current * getCardW();\n    track.style.transform = 'translateX(-' + offset + 'px)';\n    if(progress){\n      var pct = maxIdx() > 0\n        ? ((current \/ maxIdx()) * (100 - (100\/total))) + (100\/total)\n        : 100;\n      progress.style.width = Math.min(100, pct) + '%';\n    }\n  }\n\n  if(prevBtn) prevBtn.addEventListener('click', function(){ goTo(current - 1); });\n  if(nextBtn) nextBtn.addEventListener('click', function(){ goTo(current + 1); });\n\n  \/* Touch swipe *\/\n  var startX = 0;\n  var wrap   = track.parentElement;\n\n  wrap.addEventListener('touchstart', function(e){\n    startX = e.touches[0].pageX;\n    track.style.transition = 'none';\n  }, { passive: true });\n\n  wrap.addEventListener('touchmove', function(e){\n    var dx = e.touches[0].pageX - startX;\n    track.style.transform = 'translateX(-' + (offset - dx) + 'px)';\n  }, { passive: true });\n\n  wrap.addEventListener('touchend', function(e){\n    track.style.transition = '';\n    var dx = e.changedTouches[0].pageX - startX;\n    if(Math.abs(dx) > 50){\n      goTo(dx < 0 ? current + 1 : current - 1);\n    } else {\n      goTo(current);\n    }\n  });\n\n  goTo(0);\n  window.addEventListener('resize', function(){ goTo(current); });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab7e36b e-con-full e-flex e-con e-parent\" data-id=\"ab7e36b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c1c347 elementor-widget elementor-widget-html\" data-id=\"9c1c347\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK INFLUENCER PROGRAM \u2014 SECCI\u00d3N \u2467\n     Fondo: #1a0a00 negro c\u00e1lido\n     Acento 1: #e85d04 naranja quemado\n     Acento 2: #d4af37 dorado NYK\n     Sin im\u00e1genes \u2014 dise\u00f1o tipogr\u00e1fico editorial\n     ============================================================ -->\n\n<section class=\"nyk-inf\" aria-label=\"NYK Influencer Program\">\n  <div class=\"nyk-inf-inner\">\n\n    <!-- Headline editorial gigante -->\n    <div class=\"nyk-inf-hero\">\n      <p class=\"nyk-inf-eyebrow\">NYK Influencer Program<\/p>\n      <h2 class=\"nyk-inf-headline\">\n        <span class=\"nyk-inf-word nyk-inf-word-1\">Play.<\/span>\n        <span class=\"nyk-inf-word nyk-inf-word-2\">Post.<\/span>\n        <span class=\"nyk-inf-word nyk-inf-word-3\">Earn.<\/span>\n      <\/h2>\n      <p class=\"nyk-inf-sub\">\n        Join the NYK Influencer Program. Get pro gloves, earn commissions,<br>\n        and grow your audience as an official NYK ambassador.\n      <\/p>\n    <\/div>\n\n    <!-- Tiers grid -->\n    <div class=\"nyk-inf-grid\">\n\n      <!-- N1 -->\n      <div class=\"nyk-inf-card\" style=\"--delay:0s\">\n        <div class=\"nyk-inf-card-top\">\n          <span class=\"nyk-inf-tier-badge\">N1<\/span>\n          <span class=\"nyk-inf-tier-name\">Starter<\/span>\n        <\/div>\n        <div class=\"nyk-inf-followers\">\n          <span class=\"nyk-inf-followers-num\">2.5K \u2013 7K<\/span>\n          <span class=\"nyk-inf-followers-label\">followers<\/span>\n        <\/div>\n        <div class=\"nyk-inf-divider\" aria-hidden=\"true\"><\/div>\n        <ul class=\"nyk-inf-perks\">\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            1 X-Plus glove pair\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            20% discount coupon\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            5% commission per sale\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            Min. 1 sale to activate\n          <\/li>\n        <\/ul>\n        <div class=\"nyk-inf-card-footer\">\n          <span class=\"nyk-inf-period\">3-month period<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- N2 \u2014 featured -->\n      <div class=\"nyk-inf-card nyk-inf-card-featured\" style=\"--delay:.12s\">\n        <div class=\"nyk-inf-card-top\">\n          <span class=\"nyk-inf-tier-badge nyk-inf-badge-featured\">N2<\/span>\n          <span class=\"nyk-inf-tier-name\">Player<\/span>\n        <\/div>\n        <div class=\"nyk-inf-followers\">\n          <span class=\"nyk-inf-followers-num\">7K \u2013 14K<\/span>\n          <span class=\"nyk-inf-followers-label\">followers<\/span>\n        <\/div>\n        <div class=\"nyk-inf-divider\" aria-hidden=\"true\"><\/div>\n        <ul class=\"nyk-inf-perks\">\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            1 pro glove pair\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            20% discount coupon\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            10% commission per sale\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            Min. 1 sale to activate\n          <\/li>\n        <\/ul>\n        <div class=\"nyk-inf-card-footer\">\n          <span class=\"nyk-inf-period\">3-month period<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- N3 -->\n      <div class=\"nyk-inf-card\" style=\"--delay:.24s\">\n        <div class=\"nyk-inf-card-top\">\n          <span class=\"nyk-inf-tier-badge\">N3<\/span>\n          <span class=\"nyk-inf-tier-name\">Elite<\/span>\n        <\/div>\n        <div class=\"nyk-inf-followers\">\n          <span class=\"nyk-inf-followers-num\">14K \u2013 20K<\/span>\n          <span class=\"nyk-inf-followers-label\">followers<\/span>\n        <\/div>\n        <div class=\"nyk-inf-divider\" aria-hidden=\"true\"><\/div>\n        <ul class=\"nyk-inf-perks\">\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            2 pro glove pairs\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            20% discount coupon\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            10% commission per sale\n          <\/li>\n          <li>\n            <span class=\"nyk-inf-perk-icon\" aria-hidden=\"true\">\u2726<\/span>\n            Min. 2 sales to activate\n          <\/li>\n        <\/ul>\n        <div class=\"nyk-inf-card-footer\">\n          <span class=\"nyk-inf-period\">3-month period<\/span>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- Incentivo -->\n    <div class=\"nyk-inf-incentive\">\n      <span class=\"nyk-inf-incentive-icon\" aria-hidden=\"true\">\u26a1<\/span>\n      <p class=\"nyk-inf-incentive-text\">\n        Hit <strong>+5 sales<\/strong> in any period and your total accumulated commission <strong>doubles automatically.<\/strong>\n      <\/p>\n    <\/div>\n\n    <!-- CTA -->\n    <div class=\"nyk-inf-cta-wrap\">\n      <a href=\"https:\/\/ny-keepers.com\/en\/influencers\/\" class=\"nyk-inf-cta\" aria-label=\"Apply to NYK Influencer Program\">\n        Apply Now \u2192\n      <\/a>\n      <p class=\"nyk-inf-cta-sub\">3-month program \u00b7 USA market \u00b7 Field &amp; indoor content<\/p>\n    <\/div>\n\n    <!-- Decorativo geom\u00e9trico -->\n    <div class=\"nyk-inf-geo\" aria-hidden=\"true\">\n      <span class=\"nyk-inf-geo-1\">N<\/span>\n      <span class=\"nyk-inf-geo-2\">Y<\/span>\n      <span class=\"nyk-inf-geo-3\">K<\/span>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');\n\n\/* Section *\/\n.nyk-inf {\n  width: 100%;\n  background: #1a0a00;\n  padding: 100px 32px 80px;\n  font-family: 'Poppins', system-ui, sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Grain texture *\/\n.nyk-inf::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'\/%3E%3C\/svg%3E\");\n  opacity: .5;\n  pointer-events: none;\n  z-index: 0;\n}\n\n.nyk-inf-inner {\n  position: relative;\n  z-index: 1;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n\/* Hero editorial *\/\n.nyk-inf-hero {\n  text-align: center;\n  margin-bottom: 72px;\n}\n\n.nyk-inf-eyebrow {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: #e85d04;\n  margin: 0 0 20px;\n}\n\n.nyk-inf-headline {\n  margin: 0 0 24px;\n  display: flex;\n  align-items: baseline;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  line-height: 1;\n}\n\n.nyk-inf-word {\n  font-size: clamp(52px, 9vw, 120px);\n  font-weight: 900;\n  letter-spacing: -.04em;\n  display: inline-block;\n}\n.nyk-inf-word-1 { color: #ffffff; }\n.nyk-inf-word-2 { color: #e85d04; }\n.nyk-inf-word-3 {\n  color: transparent;\n  -webkit-text-stroke: 2px #d4af37;\n  text-stroke: 2px #d4af37;\n}\n\n.nyk-inf-sub {\n  font-size: 15px;\n  font-weight: 400;\n  line-height: 1.7;\n  color: rgba(255,255,255,.5);\n  margin: 0;\n  max-width: 520px;\n  margin: 0 auto;\n}\n\n\/* Grid tiers *\/\n.nyk-inf-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 32px;\n  align-items: start;\n}\n\n\/* Card *\/\n.nyk-inf-card {\n  background: rgba(255,255,255,.03);\n  border: 1px solid rgba(232,93,4,.2);\n  border-radius: 14px;\n  padding: 28px 24px;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  opacity: 0;\n  transform: translateY(24px);\n  transition: opacity .5s ease var(--delay,0s),\n              transform .5s ease var(--delay,0s),\n              border-color .3s ease,\n              background .3s ease;\n}\n.nyk-inf-card.nyk-inf-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n.nyk-inf-card:hover {\n  border-color: #e85d04;\n  background: rgba(232,93,4,.05);\n}\n\n\/* Card featured *\/\n.nyk-inf-card-featured {\n  border-color: #e85d04;\n  background: rgba(232,93,4,.08);\n  margin-top: -16px;\n}\n.nyk-inf-card-featured:hover {\n  background: rgba(232,93,4,.12);\n}\n\n\/* Card top *\/\n.nyk-inf-card-top {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 20px;\n}\n\n.nyk-inf-tier-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 8px;\n  background: rgba(232,93,4,.15);\n  border: 1px solid rgba(232,93,4,.3);\n  font-size: 13px;\n  font-weight: 800;\n  color: #e85d04;\n  letter-spacing: .05em;\n}\n.nyk-inf-badge-featured {\n  background: #e85d04;\n  border-color: #e85d04;\n  color: #fff;\n}\n\n.nyk-inf-tier-name {\n  font-size: 14px;\n  font-weight: 700;\n  color: #ffffff;\n  letter-spacing: .02em;\n}\n\n\/* Followers *\/\n.nyk-inf-followers {\n  margin-bottom: 20px;\n}\n.nyk-inf-followers-num {\n  display: block;\n  font-size: 28px;\n  font-weight: 800;\n  color: #ffffff;\n  letter-spacing: -.02em;\n  line-height: 1;\n}\n.nyk-inf-followers-label {\n  font-size: 11px;\n  font-weight: 500;\n  color: rgba(255,255,255,.4);\n  letter-spacing: .04em;\n}\n\n\/* Divider *\/\n.nyk-inf-divider {\n  height: 1px;\n  background: rgba(232,93,4,.2);\n  margin-bottom: 20px;\n}\n\n\/* Perks *\/\n.nyk-inf-perks {\n  list-style: none;\n  margin: 0 0 24px;\n  padding: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  flex: 1;\n}\n.nyk-inf-perks li {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 12.5px;\n  font-weight: 500;\n  color: rgba(255,255,255,.7);\n  line-height: 1.4;\n}\n.nyk-inf-perk-icon {\n  color: #e85d04;\n  font-size: 10px;\n  flex-shrink: 0;\n}\n\n\/* Card footer *\/\n.nyk-inf-card-footer {\n  border-top: 1px solid rgba(255,255,255,.06);\n  padding-top: 14px;\n}\n.nyk-inf-period {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,.3);\n}\n\n\/* Incentivo *\/\n.nyk-inf-incentive {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  background: rgba(212,175,55,.08);\n  border: 1px solid rgba(212,175,55,.2);\n  border-radius: 10px;\n  padding: 16px 24px;\n  margin-bottom: 48px;\n}\n.nyk-inf-incentive-icon {\n  font-size: 22px;\n  flex-shrink: 0;\n}\n.nyk-inf-incentive-text {\n  font-size: 13px;\n  font-weight: 400;\n  color: rgba(255,255,255,.6);\n  margin: 0;\n  line-height: 1.6;\n}\n.nyk-inf-incentive-text strong {\n  color: #d4af37;\n  font-weight: 700;\n}\n\n\/* CTA *\/\n.nyk-inf-cta-wrap {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 14px;\n}\n.nyk-inf-cta {\n  display: inline-flex;\n  align-items: center;\n  padding: 16px 48px;\n  background: #e85d04;\n  color: #ffffff;\n  font-family: 'Poppins', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: .06em;\n  text-transform: uppercase;\n  text-decoration: none;\n  border-radius: 6px;\n  transition: background .25s ease, transform .25s ease;\n}\n.nyk-inf-cta:hover {\n  background: #c94d02;\n  transform: translateY(-2px);\n}\n.nyk-inf-cta-sub {\n  font-size: 11px;\n  font-weight: 500;\n  color: rgba(255,255,255,.3);\n  margin: 0;\n  letter-spacing: .04em;\n}\n\n\/* Decorativo geom\u00e9trico NYK *\/\n.nyk-inf-geo {\n  position: absolute;\n  bottom: -20px;\n  right: -10px;\n  display: flex;\n  gap: 0;\n  pointer-events: none;\n  z-index: 0;\n  opacity: .04;\n  user-select: none;\n}\n.nyk-inf-geo span {\n  font-size: clamp(100px, 18vw, 220px);\n  font-weight: 900;\n  color: #e85d04;\n  line-height: 1;\n  letter-spacing: -.05em;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n  .nyk-inf { padding: 72px 24px 64px; }\n  .nyk-inf-grid { gap: 12px; }\n  .nyk-inf-card-featured { margin-top: 0; }\n}\n@media (max-width: 768px) {\n  .nyk-inf { padding: 56px 16px 48px; }\n  .nyk-inf-grid {\n    grid-template-columns: 1fr;\n    max-width: 400px;\n    margin: 0 auto 32px;\n  }\n  .nyk-inf-headline { gap: 12px; }\n  .nyk-inf-incentive { flex-direction: column; text-align: center; gap: 8px; }\n}\n@media (max-width: 480px) {\n  .nyk-inf-word { font-size: 52px; }\n  .nyk-inf-cta { padding: 14px 32px; font-size: 13px; }\n}\n<\/style>\n\n<script>\n(function(){\n  var cards = document.querySelectorAll('.nyk-inf-card');\n  if(!cards.length) return;\n  if('IntersectionObserver' in window){\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(e){\n        if(e.isIntersecting){\n          e.target.classList.add('nyk-inf-visible');\n          io.unobserve(e.target);\n        }\n      });\n    }, { threshold: 0.15 });\n    cards.forEach(function(c){ io.observe(c); });\n  } else {\n    cards.forEach(function(c){ c.classList.add('nyk-inf-visible'); });\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb24852 e-con-full e-flex e-con e-parent\" data-id=\"bb24852\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ba7cdd elementor-widget elementor-widget-html\" data-id=\"5ba7cdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\n     NYK FINAL CTA \u2014 SECCI\u00d3N \u2469\n     Fondo: #000000 negro\n     Cierre del index \u2014 \u00faltimo llamado a acci\u00f3n\n     ============================================================ -->\n\n<section class=\"nyk-finalcta\" aria-label=\"NY Keepers \u2014 Shop Now\">\n  <div class=\"nyk-finalcta-inner\">\n\n    <!-- Decorativo l\u00ednea dorada top -->\n    <div class=\"nyk-finalcta-line\" aria-hidden=\"true\"><\/div>\n\n    <!-- Eyebrow -->\n    <p class=\"nyk-finalcta-eyebrow\">NY Keepers Goalkeeper Gloves<\/p>\n\n    <!-- Headline -->\n    <h2 class=\"nyk-finalcta-headline\">\n      Built for the last<br>\n      <span class=\"nyk-finalcta-headline-gold\">line of defense.<\/span>\n    <\/h2>\n\n    <!-- Sub -->\n    <p class=\"nyk-finalcta-sub\">\n      Professional-grade gloves trusted by elite keepers across the USA &amp; LATAM.<br>\n      FREE Shipping across the USA \ud83c\uddfa\ud83c\uddf8 on orders over $150.\n    <\/p>\n\n    <!-- CTAs -->\n    <div class=\"nyk-finalcta-ctas\">\n      <a href=\"https:\/\/ny-keepers.com\/nyk-goalkeeper-gloves\/\" class=\"nyk-finalcta-btn nyk-finalcta-btn-primary\" aria-label=\"Shop all NY Keepers goalkeeper gloves\">\n        Shop Gloves \u2192\n      <\/a>\n      <a href=\"https:\/\/ny-keepers.com\/en\/signature-keepers\/\" class=\"nyk-finalcta-btn nyk-finalcta-btn-secondary\" aria-label=\"Meet the Signature Keepers\">\n        Signature Keepers\n      <\/a>\n    <\/div>\n\n    <!-- Stats row -->\n    <div class=\"nyk-finalcta-stats\">\n      <div class=\"nyk-finalcta-stat\">\n        <span class=\"nyk-finalcta-stat-num\">10,000+<\/span>\n        <span class=\"nyk-finalcta-stat-label\">Goalkeepers worldwide<\/span>\n      <\/div>\n      <div class=\"nyk-finalcta-stat-sep\" aria-hidden=\"true\"><\/div>\n      <div class=\"nyk-finalcta-stat\">\n        <span class=\"nyk-finalcta-stat-num\">6+<\/span>\n        <span class=\"nyk-finalcta-stat-label\">Countries reached<\/span>\n      <\/div>\n      <div class=\"nyk-finalcta-stat-sep\" aria-hidden=\"true\"><\/div>\n      <div class=\"nyk-finalcta-stat\">\n        <span class=\"nyk-finalcta-stat-num\">100%<\/span>\n        <span class=\"nyk-finalcta-stat-label\">Designed by goalkeepers<\/span>\n      <\/div>\n    <\/div>\n\n    <!-- Decorativo l\u00ednea dorada bottom -->\n    <div class=\"nyk-finalcta-line\" aria-hidden=\"true\"><\/div>\n\n  <\/div>\n\n  <!-- Letras decorativas de fondo -->\n  <div class=\"nyk-finalcta-bg-text\" aria-hidden=\"true\">NYK<\/div>\n\n<\/section>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');\n\n\/* Section *\/\n.nyk-finalcta {\n  width: 100%;\n  background: #000000;\n  padding: 100px 32px;\n  font-family: 'Poppins', system-ui, sans-serif;\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n}\n\n\/* BG text decorativo *\/\n.nyk-finalcta-bg-text {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  font-size: clamp(160px, 28vw, 340px);\n  font-weight: 900;\n  color: transparent;\n  -webkit-text-stroke: 1px rgba(212,175,55,.06);\n  text-stroke: 1px rgba(212,175,55,.06);\n  letter-spacing: -.05em;\n  pointer-events: none;\n  user-select: none;\n  white-space: nowrap;\n  z-index: 0;\n}\n\n\/* Inner *\/\n.nyk-finalcta-inner {\n  position: relative;\n  z-index: 1;\n  max-width: 800px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 0;\n}\n\n\/* L\u00ednea dorada *\/\n.nyk-finalcta-line {\n  width: 48px;\n  height: 2px;\n  background: #d4af37;\n  border-radius: 2px;\n  margin: 0 auto 40px;\n  opacity: .7;\n}\n.nyk-finalcta-inner .nyk-finalcta-line:last-child {\n  margin: 40px auto 0;\n}\n\n\/* Eyebrow *\/\n.nyk-finalcta-eyebrow {\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: #d4af37;\n  margin: 0 0 20px;\n  opacity: 0;\n  transform: translateY(16px);\n  animation: nyk-cta-up .6s .1s ease forwards;\n}\n\n\/* Headline *\/\n.nyk-finalcta-headline {\n  font-size: clamp(36px, 6vw, 72px);\n  font-weight: 900;\n  line-height: 1.05;\n  letter-spacing: -.03em;\n  color: #ffffff;\n  margin: 0 0 24px;\n  opacity: 0;\n  transform: translateY(16px);\n  animation: nyk-cta-up .6s .2s ease forwards;\n}\n.nyk-finalcta-headline-gold {\n  color: #d4af37;\n}\n\n\/* Sub *\/\n.nyk-finalcta-sub {\n  font-size: 14px;\n  font-weight: 400;\n  line-height: 1.8;\n  color: rgba(255,255,255,.45);\n  margin: 0 0 40px;\n  max-width: 540px;\n  opacity: 0;\n  transform: translateY(16px);\n  animation: nyk-cta-up .6s .3s ease forwards;\n}\n\n\/* CTAs *\/\n.nyk-finalcta-ctas {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  flex-wrap: wrap;\n  margin-bottom: 56px;\n  opacity: 0;\n  transform: translateY(16px);\n  animation: nyk-cta-up .6s .4s ease forwards;\n}\n\n.nyk-finalcta-btn {\n  display: inline-flex;\n  align-items: center;\n  padding: 14px 32px;\n  border-radius: 7px;\n  font-family: 'Poppins', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: .03em;\n  text-decoration: none;\n  transition: transform .25s ease, background .25s ease, border-color .25s ease;\n  white-space: nowrap;\n}\n.nyk-finalcta-btn-primary {\n  background: #d4af37;\n  color: #000000;\n  border: 2px solid #d4af37;\n}\n.nyk-finalcta-btn-primary:hover {\n  background: #b8941e;\n  border-color: #b8941e;\n  transform: translateY(-2px);\n}\n.nyk-finalcta-btn-secondary {\n  background: transparent;\n  color: #ffffff;\n  border: 2px solid rgba(255,255,255,.25);\n}\n.nyk-finalcta-btn-secondary:hover {\n  background: rgba(255,255,255,.06);\n  border-color: rgba(255,255,255,.6);\n  transform: translateY(-2px);\n}\n\n\/* Stats *\/\n.nyk-finalcta-stats {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 0;\n  flex-wrap: wrap;\n  opacity: 0;\n  transform: translateY(16px);\n  animation: nyk-cta-up .6s .5s ease forwards;\n}\n.nyk-finalcta-stat {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 4px;\n  padding: 0 36px;\n}\n.nyk-finalcta-stat-num {\n  font-size: 28px;\n  font-weight: 800;\n  color: #ffffff;\n  letter-spacing: -.02em;\n  line-height: 1;\n}\n.nyk-finalcta-stat-label {\n  font-size: 11px;\n  font-weight: 500;\n  color: rgba(255,255,255,.35);\n  letter-spacing: .02em;\n}\n.nyk-finalcta-stat-sep {\n  width: 1px;\n  height: 36px;\n  background: rgba(255,255,255,.1);\n  flex-shrink: 0;\n}\n\n\/* Animaci\u00f3n *\/\n@keyframes nyk-cta-up {\n  from { opacity: 0; transform: translateY(16px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .nyk-finalcta { padding: 72px 24px; }\n  .nyk-finalcta-stat { padding: 0 20px; }\n  .nyk-finalcta-stat-num { font-size: 22px; }\n}\n@media (max-width: 480px) {\n  .nyk-finalcta { padding: 56px 16px; }\n  .nyk-finalcta-ctas { flex-direction: column; width: 100%; }\n  .nyk-finalcta-btn { width: 100%; justify-content: center; }\n  .nyk-finalcta-stats { gap: 20px; }\n  .nyk-finalcta-stat-sep { display: none; }\n  .nyk-finalcta-stat { padding: 0; }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Goalkeeper Gloves Built for the lastline of defense. Professional-grade gloves trusted by elite keepers across the USA &amp; LATAM. Shop Gloves \u2192 Signature Keepers Why goalkeepers trust NY Keepers 0 Goalkeepers worldwide 0 Countries reached 0 Championship titles \ud83c\udfc6 0 Designed by goalkeepers Shipping to \ud83c\uddfa\ud83c\uddf8 USA \u00b7 \ud83c\udde8\ud83c\uddf4 Colombia \u00b7 \ud83c\uddfb\ud83c\uddea Venezuela \u00b7 \ud83c\uddf2\ud83c\uddfd [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-22433","page","type-page","status-publish","hentry"],"acf":[],"jetpack_shortlink":"https:\/\/wp.me\/PcsIkJ-5PP","jetpack-related-posts":[{"id":15458,"url":"https:\/\/ny-keepers.com\/en\/faq\/","url_meta":{"origin":22433,"position":0},"title":"FAQ","author":"admin","date":"November 18, 2024","format":false,"excerpt":"FAQ How do I choose the correct goalkeeper glove size?To find your ideal size, measure the width of your palm and check our size chart for an accurate reference. Gloves should fit well, not too loose or too tight.What\u2019s the difference between the various glove cuts?Goalkeeper gloves come in several\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":26,"url":"https:\/\/ny-keepers.com\/en\/nyk-goalkeeper-gloves\/","url_meta":{"origin":22433,"position":1},"title":"NYK goalkeeper gloves","author":"admin","date":"November 13, 2021","format":false,"excerpt":"","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24435,"url":"https:\/\/ny-keepers.com\/en\/joel-graterol\/","url_meta":{"origin":22433,"position":2},"title":"Joel Graterol","author":"admin","date":"April 27, 2026","format":false,"excerpt":"Signature Keepers \u2190 All Keepers Iv\u00e1n \u2192 Signature Keeper \u00b7 01 JoelGraterol Venezuela \u00b7 Academia Puerto Cabello @jgraterol1 @jgraterol1 \"When we started designing JOGRA, my goal was clear: create a glove that responds exactly to what a professional goalkeeper needs in every play. Every detail \u2014 from the fit to\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24521,"url":"https:\/\/ny-keepers.com\/en\/andres-marmolejo\/","url_meta":{"origin":22433,"position":3},"title":"Andres Marmolejo","author":"admin","date":"April 28, 2026","format":false,"excerpt":"Signature Keepers \u2190 Iv\u00e1n All Keepers \u2192 Signature Keeper \u00b7 03 Andr\u00e9sMarmolejo Colombia \u00b7 Independiente Santa Fe @andresf_12 \"APEX represents the highest point of performance. That moment where concentration, leadership and reflexes reach their maximum level.\" Andr\u00e9s Marmolejo \u00b7 Signature Keeper 03 Andr\u00e9s Mosquera Marmolejo is a Colombian goalkeeper recognized\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":10203,"url":"https:\/\/ny-keepers.com\/en\/cart\/","url_meta":{"origin":22433,"position":4},"title":"cart","author":"admin","date":"October 2, 2023","format":false,"excerpt":"\u201cGreat people make great decisions. Yours starts with NY-KEEPERS.\u201d Free Shipping On orders over $150 \ud83c\uddfa\ud83c\uddf8 Secure Payment SSL encrypted checkout 30-Day Returns Unused \u00b7 Original packaging German Latex Pro-grade grip \u00b7 X-Plus \u00b7 X-Basic WhatsApp Support We reply in minutes Your cart is currently empty. Return to shop Secure\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24459,"url":"https:\/\/ny-keepers.com\/en\/ivan-arboleda\/","url_meta":{"origin":22433,"position":5},"title":"Ivan Arboleda","author":"admin","date":"April 28, 2026","format":false,"excerpt":"Signature Keepers \u2190 Joel Andr\u00e9s \u2192 Signature Keeper \u00b7 02 Iv\u00e1nArboleda Colombia \u00b7 \u00c1guilas Doradas @ivan_arboleda_1 \"I wanted a glove that transmitted security from the first contact, but also responded with speed in explosive actions. Black Widow was born from that search: a glove designed to attack every ball with\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/ny-keepers.com\/en\/wp-json\/wp\/v2\/pages\/22433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ny-keepers.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ny-keepers.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ny-keepers.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ny-keepers.com\/en\/wp-json\/wp\/v2\/comments?post=22433"}],"version-history":[{"count":372,"href":"https:\/\/ny-keepers.com\/en\/wp-json\/wp\/v2\/pages\/22433\/revisions"}],"predecessor-version":[{"id":25205,"href":"https:\/\/ny-keepers.com\/en\/wp-json\/wp\/v2\/pages\/22433\/revisions\/25205"}],"wp:attachment":[{"href":"https:\/\/ny-keepers.com\/en\/wp-json\/wp\/v2\/media?parent=22433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}