﻿{"id":26818,"date":"2025-09-12T15:59:22","date_gmt":"2025-09-12T14:59:22","guid":{"rendered":"https:\/\/paramo-clothing.com\/en-us\/?page_id=26818"},"modified":"2025-09-12T15:59:24","modified_gmt":"2025-09-12T14:59:24","slug":"product-comparison","status":"publish","type":"page","link":"https:\/\/paramo-clothing.com\/en-us\/product-comparison\/","title":{"rendered":"Product Comparison"},"content":{"rendered":"<div id=\"compare-intro-overlay\" class=\"compare-overlay is-hidden\">\n\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 164.23 221.46\"><g fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"5\"><path d=\"M115.55 120.91v-22.39a11.14 11.14 0 1 1 22.28 0v22.39\"\/><path d=\"M93.26 99.89v-11.95a11.14 11.14 0 0 1 22.28 0v11.95\"\/><path d=\"M93.26 120.91V56.19a11.14 11.14 0 0 0-22.28 0v92.65c-9.49-4.2-10.04-11.49-21.69-26.25-5.64-7.15-11.77-8.53-16.59-8.05-5.32.53-7.2 6.29-4.53 11.15 15.6 28.4 17.24 38.28 29.9 62.38 10.18 18.63 27.88 30.88 48.71 30.88 27.59 0 50.78-20.86 53.61-48.35.56-5.43-.21-53.38-.27-58.71 0-6.37-4.99-11.15-11.13-11.15s-11.14 4.99-11.14 11.15v9\"\/><path d=\"M59.49 43.05a26.57 26.57 0 1 1 45.25 0\"\/><path d=\"M40.22 24.99H4.97\"\/><path d=\"M12.54 35.05 2.5 24.99l10.04-10.06\"\/><path d=\"M159.26 24.99H124\"\/><path d=\"M151.68 35.05l10.05-10.06-10.05-10.06\"\/><\/g><\/svg>\n\t<p>Swipe to compare<\/p>\n<\/div>\n\n<div id=\"compare-page\">\n\t<h1>Compare Products<\/h1>\n\t<div id=\"compare-container\">Loading comparison...<\/div>\n\t\n\t<!-- Shared popup -->\n\t<div id=\"compare-side-popout\" class=\"side-popout\" hidden>\n\t\t<button type=\"button\" class=\"side-popout_close\" aria-label=\"Close panel\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"14\" height=\"14\" aria-hidden=\"true\">\n\t\t\t\t<line x1=\"5\" y1=\"5\" x2=\"19\" y2=\"19\" stroke=\"currentColor\" stroke-width=\"2\"><\/line>\n\t\t\t\t<line x1=\"19\" y1=\"5\" x2=\"5\" y2=\"19\" stroke=\"currentColor\" stroke-width=\"2\"><\/line>\n\t\t\t<\/svg>\n\t\t<\/button>\n\t\t<div class=\"side-popout__content\"><\/div>\n\t<\/div>\t\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n\n\t\/\/ Price formatting\n\tvar formatPriceMarkup = window.formatPriceMarkup || function (text) {\n\t\t\/\/ Price range formatting\n\t\tvar t = String(text || '').replace(\/\\u00A0\/g, ' ').trim();\n\t\tif (!t) return '';\n\n\t\t\/\/ Price range: handling\n\t\tvar rangeMatch = t.match(\/(Price range:\\s*.+)$\/i);\n\t\tif (rangeMatch) {\n\t\t\tvar head  = t.replace(\/(Price range:\\s*.+)$\/i, '').trim();\n\t\t\tvar range = rangeMatch[1];\n\t\t\treturn (head ? '<p>' + head + '<\/p>' : '') + '<div class=\"price_range\">' + range + '<\/div>';\n\t\t}\n\n\t\t\/\/ Try \"Current price is: \u00a3X\" pattern\n\t\tvar currentMatch = t.match(\/Current\\s+price\\s+is:\\s*([\u00a3$\u20ac]\\s?\\d{1,3}(?:[,\\s]\\d{3})*(?:[.,]\\d{2})?)\/i);\n\t\tvar current = currentMatch ? currentMatch[1] : null;\n\n\t\t\/\/ Fallback: use the last currency amount in the string (covers sale strings like \"\u00a370.00 \u00a340.00\")\n\t\tif (!current) {\n\t\t\tvar amounts = t.match(\/[\u00a3$\u20ac]\\s?\\d{1,3}(?:[,\\s]\\d{3})*(?:[.,]\\d{2})?\/g);\n\t\t\tif (amounts && amounts.length) current = amounts[amounts.length - 1].trim();\n\t\t}\n\n\t\t\/\/ Final fallback: show the whole text\n\t\tvar out = current || t;\n\t\treturn out ? '<p>' + out + '<\/p>' : '';\n\t};\n\t\n\tconst container  = document.getElementById('compare-container');\n\tconst storageKey = (window.WCCompareData && WCCompareData.storageKey) || 'compareList';\n\tconst compareList = (function(){\n\t\ttry {\n\t\t\tconst json = localStorage.getItem(storageKey) || '[]';\n\t\t\tconst arr  = JSON.parse(json);\n\t\t\treturn Array.isArray(arr) ? arr : [];\n\t\t} catch(e) { return []; }\n\t})();\n\n\tif (compareList.length === 0) {\n\t\tcontainer.innerHTML = '<p>No products selected for comparison.<\/p>';\n\t\treturn;\n\t}\n\t\n\tlet html = '<div class=\"comparison-scroll-wrapper\"><div class=\"comparison-wrapper\">';\n\n\tconst apiBase = (window.WCCompareData && WCCompareData.restBase)\n\t\t|| ((window.wpApiSettings && wpApiSettings.root) ? (wpApiSettings.root + 'wc-comparison\/v1\/') : '\/wp-json\/wc-comparison\/v1\/');\n\n\t\/\/ Builder that preserves ?lang=\n\tfunction buildApiUrl(base, id) {\n\t\tbase = String(base || '');\n\t\tvar qIndex = base.indexOf('?');\n\t\tvar root   = qIndex >= 0 ? base.slice(0, qIndex) : base;\n\t\tvar query  = qIndex >= 0 ? base.slice(qIndex)     : '';\n\t\tif (root.slice(-1) !== '\/') root += '\/';\n\t\treturn root + 'acf\/' + encodeURIComponent(id) + query;\n\t}\n\n\tPromise.all(compareList.map(function(product){\n\t\tconst apiUrl = buildApiUrl(apiBase, product.id);\n\t\treturn fetch(apiUrl)\n\t\t\t.then(async function(res){\n\t\t\t\tif (!res.ok) return Object.assign({}, product, { perf: null, _err: res.status });\n\t\t\t\tconst data = await res.json();\n\t\t\t\treturn Object.assign({}, product, { perf: data });\n\t\t\t})\n\t\t\t.catch(function(){ return Object.assign({}, product, { perf: null, _err: 'network' }); });\n\t})).then(function(products){\n\t\tproducts.forEach(function(product){\n\t\t\tconst labels = {\n\t\t\t\twaterproof_level: 'Waterproof',\n\t\t\t\twindproof_level: 'Windproof',\n\t\t\t\tmoisture_movement: 'Moisture Movement',\n\t\t\t\tdurability: 'Durability',\n\t\t\t\tinsulation_level: 'Insulation',\n\t\t\t\tventilation: 'Ventilation',\n\t\t\t\twater_resistance_level: 'Water Resistance',\n\t\t\t\tstretch_level: 'Stretch'\t\t\t\t\n\t\t\t};\n\n\t\t\t\/\/ rest first, then localStorage fallback\n\t\t\tvar perf = (product.perf && typeof product.perf === 'object') ? Object.assign({}, product.perf) : null;\n\t\t\tif (!perf || Object.keys(perf).length === 0) {\n\t\t\t\tvar lp = product.performance || {};\n\t\t\t\tperf = {\n\t\t\t\t\twaterproof_level:  lp.waterproof_level ?? null,\n\t\t\t\t\twindproof_level:   lp.windproof ?? null,\n\t\t\t\t\tmoisture_movement: lp.moisture_movement ?? null,\n\t\t\t\t\tdurability:        lp.durability ?? null,\n\t\t\t\t\tinsulation_level:  lp.insulation ?? null,\n\t\t\t\t\tventilation:       lp.ventilation ?? null,\n\t\t\t\t\twater_resistance_level:       lp.water_resistance_level ?? null,\n\t\t\t\t\tventilation:       lp.ventilation ?? null\t\t\t\t\t\n\t\t\t\t};\n\t\t\t}\n\n\t\t\tvar keys = Object.keys(labels);\n\t\t\tvar norm = function(v){\n\t\t\t\tif (v === null || v === undefined || v === '') return null;\n\t\t\t\tvar n = Number(v);\n\t\t\t\tif (isNaN(n)) return null;\n\t\t\t\treturn Math.max(0, Math.min(5, n));\n\t\t\t};\n\t\t\tvar coerced = {};\n\t\t\tkeys.forEach(function(k){ coerced[k] = norm(perf[k]); });\n\n\t\t\tvar hasAny = keys.some(function(k){ return coerced[k] !== null; });\n\n\t\t\tvar perfHtml = '<div class=\"product__performance-section--single\"><h2>NO PERFORMANCE DATA AVAILABLE<\/h2><\/div>';\n\n\t\t\tif (hasAny) {\n\t\t\t  var infoIconUrl = (window.WCCompareData && WCCompareData.infoIcon)\n\t\t\t\t? WCCompareData.infoIcon\n\t\t\t\t: '\/wp-content\/themes\/paramo-child-theme\/assets\/images\/icons\/info-icon.svg';\n\n\t\t\t  var optionContent = (window.WCCompareData && WCCompareData.optionContent) || {};\n\n\t\t\t  \/\/ Start section\n\t\t\t  perfHtml =\n\t\t\t\t'<div class=\"product__performance-section--single\">' +\n\t\t\t\t  '<h2>PERFORMANCE BREAKDOWN<\/h2>' +\n\t\t\t\t  '<div class=\"product__performance-group\">';\n\n\t\t\t  keys.forEach(function(key){\n\t\t\t\t  var value       = (coerced[key] !== null ? coerced[key] : 0);\n\t\t\t\t  var displayText = (value <= 2 ? 'NA' : String(value)); \/\/ show N\/A for 0\/5, 1\/5, 2\/5\n\t\t\t\t  var valueStr    = (value <= 2 ? 'NA' : displayText + '\/5'); \/\/ only add \/5 when >2\n\t\t\t\t  var percent = (value <= 2) ? 0 : Math.round((value \/ 5) * 100); \/\/ Show blank bar for N\/A\n\t\t\t\t  var bestClass   = (value === 5) ? ' best-performance' : '';\n\n\t\t\t\t\/\/ pull global option content for this metric key\n\t\t\t\tvar contentHtml = optionContent[key] || '';\n\n\t\t\t\tperfHtml +=\n\t\t\t\t  '<div class=\"product__performance-rating' + bestClass + '\">' +\n\t\t\t\t\t'<span class=\"product__performance-label\">' +\n\t\t\t\t\t  labels[key] +\n\t\t\t\t\t  ' <a href=\"#\" class=\"popup-trigger\" role=\"button\" tabindex=\"0\" ' +\n\t\t\t\t\t\t 'data-popup-type=\"performance\" data-metric=\"' + key + '\">' +\n\t\t\t\t\t\t '<img decoding=\"async\" src=\"' + infoIconUrl + '\" alt=\"Information icon\" class=\"popup-trigger_image\">' +\n\t\t\t\t\t  '<\/a>' +\n\t\t\t\t\t'<\/span>' +\n\t\t\t\t\t'<span class=\"product__performance-value\">' + valueStr + '<\/span>' +\n\t\t\t\t\t'<div class=\"product__performance-bar\">' +\n\t\t\t\t\t  '<div class=\"product__performance-fill\" data-width=\"' + percent + '%\" style=\"width:0;\"><\/div>' +\n\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\/\/ hidden popout content\n\t\t\t\t\t(contentHtml\n\t\t\t\t\t  ? '<div class=\"performance-popout-content\" hidden>' + contentHtml + '<\/div>'\n\t\t\t\t\t  : ''\n\t\t\t\t\t) +\n\t\t\t\t  '<\/div>';\n\t\t\t  });\n\t\t\t\t\n\t\t\t\t\/\/ close the group and section\n\t\t\t\tperfHtml +=\n\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t'<\/div>';\n\t\t\t}\n\n\t\t\tvar url = product.permalink || ('\/?p=' + product.id);\n\n\t\t\t\/\/ Build price markup once\n\t\t\tvar priceHtml = formatPriceMarkup(product.price);\n\t\t\t\/\/ Build a header wrapper\n\t\t\tvar headerHtml =\n\t\t\t\t'<div class=\"comparison-card-item__header\">' +\n\t\t\t\t\t'<img src=\"' + product.image + '\" ' + 'alt=\"' + (product.title || '').replace(\/\"\/g, '&quot;') + '\" ' + 'class=\"comparison-card-item_image\" loading=\"lazy\" decoding=\"async\" \/>' + '<h3>' + product.title + '<\/h3>' +\n\t\t\t\t\tpriceHtml +\n\t\t\t\t\t(product.weight ? '<p class=\"product-weight\"><strong>Weight:<\/strong> ' + product.weight + '<\/p>' : '') +\n\t\t\t\t'<\/div>';\n\n\t\t\t\/\/ Build HTML\n\t\t\thtml += ''\n\t\t\t\t+ '<div class=\"comparison-card-item\">'\n\t\t\t\t+   '<div class=\"compare-card-remove\" role=\"button\" aria-label=\"Remove from compare\" data-product-id=\"' + product.id + '\">&times;<\/div>'\n\t\t\t\t+   headerHtml\n\t\t\t\t+   '<a class=\"button top\" href=\"' + url + '\">View Product<\/a>'\n\t\t\t\t+   perfHtml\n\t\t\t\t+   '<a class=\"button\" href=\"' + url + '\">View Product<\/a>'\n\t\t\t\t+ '<\/div>';\n\t\t\t\n\t\t});\n\n\t\thtml += '<\/div><\/div>';\n\t\tcontainer.innerHTML = html;\n\t\t\n\t\t\/\/ Equalise heights of the headers so columns align\n\t\tfunction equalizeComparisonHeaders() {\n\t\t\tvar headers = container.querySelectorAll('.comparison-card-item__header');\n\t\t\tvar max = 0;\n\n\t\t\t\/\/ reset to natural height first\n\t\t\theaders.forEach(function(h){ h.style.minHeight = 'auto'; });\n\n\t\t\theaders.forEach(function(h){\n\t\t\t\tvar hgt = h.offsetHeight;\n\t\t\t\tif (hgt > max) max = hgt;\n\t\t\t});\n\n\t\t\theaders.forEach(function(h){ h.style.minHeight = max + 'px'; });\n\t\t}\n\n\t\tequalizeComparisonHeaders();\n\n\t\t\/\/ rerun when images finish loading and on resize\n\t\tcontainer.querySelectorAll('.comparison-card-item_image').forEach(function(img){\n\t\t\tif (img.complete) return;              \/\/ already loaded\n\t\t\timg.addEventListener('load', equalizeComparisonHeaders, { once: true });\n\t\t});\n\n\t\tvar eqResizeTimer;\n\t\twindow.addEventListener('resize', function(){\n\t\t\tclearTimeout(eqResizeTimer);\n\t\t\teqResizeTimer = setTimeout(equalizeComparisonHeaders, 150);\n\t\t});\n\t\t\n\t\tif (window.markBestPerformance) { window.markBestPerformance(); }\n\t\t\t\n\t\tvar side       = document.getElementById('compare-side-popout');\n\t\tvar contentBox = side ? side.querySelector('.side-popout__content') : null;\n\t\tvar closeBtn   = side ? side.querySelector('.side-popout_close') : null;\n\n\t\t\/\/ Open via delegation so all cards work\n\t\tcontainer.addEventListener('click', function (e) {\n\t\t  var btn = e.target.closest('.popup-trigger');\n\t\t  if (!btn || !container.contains(btn)) return;\n\n\t\t  e.preventDefault();\n\n\t\t  var rating = btn.closest('.product__performance-rating');\n\t\t  var hidden = rating ? rating.querySelector('.performance-popout-content') : null;\n\t\t  var html   = hidden ? hidden.innerHTML : '';\n\n\t\t  if (contentBox) contentBox.innerHTML = html;\n\t\t\tif (side) {\n\t\t\t\tside.hidden = false;\n\t\t\t\tside.classList.remove('active');\n\t\t\t\tvoid side.offsetWidth;\n\t\t\t\tside.classList.add('active');\n\t\t\t}\n\t\t});\n\n\t\t\/\/ Close button for the global panel\n\t\tif (closeBtn && side) {\n\t\t\tcloseBtn.addEventListener('click', function () {\n\t\t\t\tside.classList.remove('active');\n\t\t\t\tconst onEnd = (e) => {\n\t\t\t\t\tif (e.propertyName === 'transform') {\n\t\t\t\t\t\tside.hidden = true;\n\t\t\t\t\t\tside.removeEventListener('transitionend', onEnd);\n\t\t\t\t\t\tif (contentBox) contentBox.innerHTML = '';\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t\tside.addEventListener('transitionend', onEnd);\n\t\t\t});\n\t\t}\n\t\t\n\t\t\/\/ Animate bars\n\t\tdocument.querySelectorAll('.product__performance-fill').forEach(function(bar){\n\t\t\trequestAnimationFrame(function(){\n\t\t\t\tvar w = bar.getAttribute('data-width') || '0%';\n\t\t\t\tbar.style.width = w;\n\t\t\t});\n\t\t});\n\n\t\t\/\/ Remove item\n\t\tdocument.querySelectorAll('.compare-card-remove').forEach(function(btn){\n\t\t\tbtn.addEventListener('click', function(){\n\t\t\t\tvar id = btn.getAttribute('data-product-id');\n\t\t\t\tvar list = JSON.parse(localStorage.getItem(storageKey) || '[]');\n\t\t\t\tlist = list.filter(function(p){ return p.id !== id; });\n\t\t\t\tlocalStorage.setItem(storageKey, JSON.stringify(list));\n\n\t\t\t\tvar card = btn.closest('.comparison-card-item');\n\t\t\t\tif (card) card.remove();\n\n\t\t\t\tif (list.length === 0) {\n\t\t\t\t\tdocument.getElementById('compare-container').innerHTML = '<p>No products selected for comparison.<\/p>';\n\t\t\t\t}\n\n\t\t\t\tif (typeof updateCompareBar === 'function') {\n\t\t\t\t\tupdateCompareBar();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t});\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"Swipe to compare Compare Products Loading comparison...","protected":false},"author":4594,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"iawp_total_views":841,"footnotes":""},"class_list":["post-26818","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Product Comparison - P\u00e1ramo North America<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Product Comparison - P\u00e1ramo North America\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/\" \/>\n<meta property=\"og:site_name\" content=\"P\u00e1ramo North America\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T14:59:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/\",\"url\":\"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/\",\"name\":\"Product Comparison - P\u00e1ramo North America\",\"isPartOf\":{\"@id\":\"https:\/\/paramo-clothing.com\/en-us\/#website\"},\"datePublished\":\"2025-09-12T14:59:22+00:00\",\"dateModified\":\"2025-09-12T14:59:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/paramo-clothing.com\/en-us\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Product Comparison\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/paramo-clothing.com\/en-us\/#website\",\"url\":\"https:\/\/paramo-clothing.com\/en-us\/\",\"name\":\"P\u00e1ramo North America\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/paramo-clothing.com\/en-us\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/paramo-clothing.com\/en-us\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/paramo-clothing.com\/en-us\/#organization\",\"name\":\"P\u00e1ramo North America\",\"url\":\"https:\/\/paramo-clothing.com\/en-us\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/paramo-clothing.com\/en-us\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/paramo-clothing.com\/en-us\/wp-content\/uploads\/sites\/2\/2025\/02\/Paramo-Clothing-Logo-Directional-Clothing-for-outdoors.webp\",\"contentUrl\":\"https:\/\/paramo-clothing.com\/en-us\/wp-content\/uploads\/sites\/2\/2025\/02\/Paramo-Clothing-Logo-Directional-Clothing-for-outdoors.webp\",\"width\":500,\"height\":102,\"caption\":\"P\u00e1ramo North America\"},\"image\":{\"@id\":\"https:\/\/paramo-clothing.com\/en-us\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Product Comparison - P\u00e1ramo North America","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/","og_locale":"en_US","og_type":"article","og_title":"Product Comparison - P\u00e1ramo North America","og_url":"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/","og_site_name":"P\u00e1ramo North America","article_modified_time":"2025-09-12T14:59:24+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/","url":"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/","name":"Product Comparison - P\u00e1ramo North America","isPartOf":{"@id":"https:\/\/paramo-clothing.com\/en-us\/#website"},"datePublished":"2025-09-12T14:59:22+00:00","dateModified":"2025-09-12T14:59:24+00:00","breadcrumb":{"@id":"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/staging.paramo-clothing.com\/en-us\/product-comparison\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/paramo-clothing.com\/en-us\/"},{"@type":"ListItem","position":2,"name":"Product Comparison"}]},{"@type":"WebSite","@id":"https:\/\/paramo-clothing.com\/en-us\/#website","url":"https:\/\/paramo-clothing.com\/en-us\/","name":"P\u00e1ramo North America","description":"","publisher":{"@id":"https:\/\/paramo-clothing.com\/en-us\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paramo-clothing.com\/en-us\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/paramo-clothing.com\/en-us\/#organization","name":"P\u00e1ramo North America","url":"https:\/\/paramo-clothing.com\/en-us\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/paramo-clothing.com\/en-us\/#\/schema\/logo\/image\/","url":"https:\/\/paramo-clothing.com\/en-us\/wp-content\/uploads\/sites\/2\/2025\/02\/Paramo-Clothing-Logo-Directional-Clothing-for-outdoors.webp","contentUrl":"https:\/\/paramo-clothing.com\/en-us\/wp-content\/uploads\/sites\/2\/2025\/02\/Paramo-Clothing-Logo-Directional-Clothing-for-outdoors.webp","width":500,"height":102,"caption":"P\u00e1ramo North America"},"image":{"@id":"https:\/\/paramo-clothing.com\/en-us\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/paramo-clothing.com\/en-us\/wp-json\/wp\/v2\/pages\/26818","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paramo-clothing.com\/en-us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paramo-clothing.com\/en-us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paramo-clothing.com\/en-us\/wp-json\/wp\/v2\/users\/4594"}],"replies":[{"embeddable":true,"href":"https:\/\/paramo-clothing.com\/en-us\/wp-json\/wp\/v2\/comments?post=26818"}],"version-history":[{"count":1,"href":"https:\/\/paramo-clothing.com\/en-us\/wp-json\/wp\/v2\/pages\/26818\/revisions"}],"predecessor-version":[{"id":26819,"href":"https:\/\/paramo-clothing.com\/en-us\/wp-json\/wp\/v2\/pages\/26818\/revisions\/26819"}],"wp:attachment":[{"href":"https:\/\/paramo-clothing.com\/en-us\/wp-json\/wp\/v2\/media?parent=26818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}