{"product_id":"qsp-baby-penguin-ridgerunner-blades-exclusive","title":"QSP Baby Penguin - Ridgerunner Blades Exclusive!","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --bg: #f7f5f2;\n      --surface: #ffffff;\n      --surface-muted: #f0ede8;\n      --border: #e2ddd6;\n      --text-primary: #1a1816;\n      --text-secondary: #6b6560;\n      --text-muted: #9c9590;\n      --accent: #3b5e3a;\n      --accent-light: #eaf1ea;\n      --accent-text: #2a4329;\n      --radius-sm: 6px;\n      --radius-md: 10px;\n      --radius-lg: 14px;\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: var(--bg);\n      color: var(--text-primary);\n      font-size: 15px;\n      line-height: 1.6;\n      min-height: 100vh;\n    }\n\n    .page-wrapper {\n      max-width: 780px;\n      margin: 0 auto;\n      padding: 3rem 1.5rem 5rem;\n    }\n\n    \/* Header \/ Nav *\/\n    .site-nav {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding-bottom: 2.5rem;\n      border-bottom: 0.5px solid var(--border);\n      margin-bottom: 3rem;\n    }\n\n    .site-logo {\n      font-size: 13px;\n      font-weight: 500;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--text-primary);\n      text-decoration: none;\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 1.5rem;\n      list-style: none;\n    }\n\n    .nav-links a {\n      font-size: 13px;\n      color: var(--text-secondary);\n      text-decoration: none;\n    }\n\n    .nav-links a:hover { color: var(--text-primary); }\n\n    \/* Eyebrow + title *\/\n    .eyebrow-row {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 0.6rem;\n    }\n\n    .eyebrow {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n    }\n\n    .badge {\n      background: var(--accent-light);\n      color: var(--accent-text);\n      font-size: 11px;\n      font-weight: 500;\n      padding: 3px 10px;\n      border-radius: var(--radius-sm);\n      letter-spacing: 0.04em;\n    }\n\n    h1 {\n      font-size: 30px;\n      font-weight: 500;\n      line-height: 1.25;\n      color: var(--text-primary);\n      margin-bottom: 0.35rem;\n    }\n\n    .model-line {\n      font-size: 13px;\n      color: var(--text-muted);\n      margin-bottom: 2.5rem;\n    }\n\n    \/* Intro prose *\/\n    .intro {\n      font-size: 16px;\n      line-height: 1.8;\n      color: var(--text-primary);\n      margin-bottom: 2.5rem;\n      padding-bottom: 2.5rem;\n      border-bottom: 0.5px solid var(--border);\n    }\n\n    \/* Specs table *\/\n    .card {\n      background: var(--surface);\n      border: 0.5px solid var(--border);\n      border-radius: var(--radius-lg);\n      padding: 1.25rem 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .card-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n      margin-bottom: 1rem;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 14px;\n    }\n\n    .spec-table tr {\n      border-bottom: 0.5px solid var(--border);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 10px 0;\n      vertical-align: middle;\n    }\n\n    .spec-table td:first-child {\n      color: var(--text-secondary);\n    }\n\n    .spec-table td:last-child {\n      text-align: right;\n      font-weight: 500;\n      color: var(--text-primary);\n    }\n\n    \/* Feature pills *\/\n    .feature-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-item {\n      background: var(--surface-muted);\n      border-radius: var(--radius-md);\n      padding: 1.1rem 1rem;\n      text-align: center;\n    }\n\n    .feature-icon {\n      font-size: 22px;\n      margin-bottom: 8px;\n      display: block;\n    }\n\n    .feature-title {\n      font-size: 13px;\n      font-weight: 500;\n      color: var(--text-primary);\n      margin-bottom: 4px;\n    }\n\n    .feature-desc {\n      font-size: 12px;\n      color: var(--text-secondary);\n      line-height: 1.5;\n    }\n\n    \/* Prose cards *\/\n    .prose {\n      font-size: 15px;\n      line-height: 1.75;\n      color: var(--text-primary);\n    }\n\n    \/* Sheath callout *\/\n    .callout {\n      background: var(--accent-light);\n      border: 0.5px solid #c4d9c3;\n      border-radius: var(--radius-lg);\n      padding: 1.1rem 1.4rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      margin-bottom: 1.5rem;\n    }\n\n    .callout-icon {\n      font-size: 20px;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n\n    .callout-title {\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--accent-text);\n      margin-bottom: 3px;\n    }\n\n    .callout-desc {\n      font-size: 13px;\n      color: var(--accent-text);\n      opacity: 0.8;\n    }\n\n    \/* Divider *\/\n    .divider {\n      border: none;\n      border-top: 0.5px solid var(--border);\n      margin: 2.5rem 0;\n    }\n\n    \/* Footer *\/\n    footer {\n      margin-top: 4rem;\n      padding-top: 2rem;\n      border-top: 0.5px solid var(--border);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 1rem;\n    }\n\n    .footer-brand {\n      font-size: 12px;\n      font-weight: 500;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n    }\n\n    .footer-note {\n      font-size: 12px;\n      color: var(--text-muted);\n    }\n\n    @media (max-width: 560px) {\n      h1 { font-size: 22px; }\n      .feature-grid { grid-template-columns: 1fr; }\n      .nav-links { display: none; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"page-wrapper\"\u003e\n\u003cp class=\"intro\"\u003eThe QSP Baby Penguin has always punched above its weight. This Ridgerunner Blades exclusive takes it further — pairing the proven 14C28N sheepsfoot blade with our custom Chill Vibes Camo Carbon scales for a knife that's as sharp in the hand as it is on the table. A stonewash finish keeps the blade looking right even after a hard day's work, hiding the scratches and telling no tales.\u003c\/p\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cp class=\"card-label\"\u003eSpecifications\u003c\/p\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBlade steel\u003c\/td\u003e\n\u003ctd\u003eSandvik 14C28N\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBlade finish\u003c\/td\u003e\n\u003ctd\u003eStonewash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBlade shape\u003c\/td\u003e\n\u003ctd\u003eSheepsfoot, flat grind\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBlade length\u003c\/td\u003e\n\u003ctd\u003e2.53\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall length\u003c\/td\u003e\n\u003ctd\u003e5.90\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle material\u003c\/td\u003e\n\u003ctd\u003eChill Vibes Camo Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eFull tang\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e2.36 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003eCorrosion resistant\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e14C28N holds up to the elements\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🪶\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003eUltra light carry\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eCarbon fiber at 2.36 oz\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n\u003cp class=\"feature-title\"\u003eExclusive collab\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eOnly at Ridgerunner Blades\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cp class=\"card-label\"\u003eAbout the handle\u003c\/p\u003e\n\u003cp class=\"prose\"\u003eChill Vibes Camo Carbon is a carbon fiber composite that blends the strength and featherweight feel of traditional CF with a subdued, multi-tonal camo pattern woven right into the weave. It's eye-catching without being loud — the kind of handle that looks better the longer you stare at it. Paired with a stonewash blade, the overall aesthetic is understated, rugged, and ready.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cp class=\"card-label\"\u003eAbout 14C28N\u003c\/p\u003e\n\u003cp class=\"prose\"\u003eSandvik's 14C28N is a purpose-built knife steel with excellent corrosion resistance, a fine grain structure that sharpens easily, and edge retention that outperforms many steels in its class. It's a no-compromise choice for an everyday carry blade that's as likely to see a camping trip as a morning at the office.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cspan class=\"callout-icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"callout-title\"\u003eIncludes leather sheath\u003c\/p\u003e\n\u003cp class=\"callout-desc\"\u003eBelt-ready carry with a long sewn-in pocket clip. Arrives ready to carry.\u003cspan class=\"footer-brand\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"QSP","offers":[{"title":"Default Title","offer_id":52339445891204,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/8999\/2324\/files\/IMG_1221.jpg?v=1781552348","url":"https:\/\/www.ridgerunnerblades.com\/products\/qsp-baby-penguin-ridgerunner-blades-exclusive","provider":"Ridgerunner Blades","version":"1.0","type":"link"}