{"title":"Tru Oil Guitar Finishing Set","description":"\u003c!-- =========================\n  TRU-OIL FINISHING SETS – CATEGORY LANDING\n  Goal: Sell the \"hand-applied solution\" (full workflow) vs individual items\n  SEO focus: tru oil guitar finishing set, tru oil kit, finishing a guitar with tru oil,\n             hand rubbed guitar finish, tru oil guitar body\n========================= --\u003e\n\n\u003c!-- TODO: extend theme CSS to cover ['result', 'result-card', 'result-grid', 'wrap'] so this inline \u003cstyle\u003e can be removed --\u003e\n\u003cstyle\u003e\n  .gkf-wrap{max-width:1200px;margin:0 auto;padding:12px 10px;font-family:inherit}\n  .gkf-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:center;margin-bottom:18px}\n  .gkf-hero h1{margin:0 0 8px;font-size:28px;line-height:1.15}\n  .gkf-hero p{margin:0 0 10px;color:#444;line-height:1.55}\n  .gkf-badges{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 0}\n  .gkf-badge{border:1px solid #eee;border-radius:999px;padding:6px 10px;font-size:13px;color:#333;background:#fafafa}\n  .gkf-hero-img{border-radius:14px;overflow:hidden;min-height:220px;background:#f2f2f2;position:relative}\n  .gkf-hero-img img{width:100%;height:100%;object-fit:cover;display:block}\n  .gkf-hero-img .ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#777;font-size:13px}\n\n  .gkf-note{border:1px solid #ffe3d6;background:#fff6f1;border-radius:14px;padding:12px 14px;margin:12px 0 18px}\n  .gkf-note b{color:#111}\n  .gkf-note p{margin:6px 0 0;color:#444;line-height:1.5}\n\n  .gkf-steps{border:1px solid #eee;border-radius:14px;padding:14px;margin:0 0 18px;background:#fff}\n  .gkf-steps h2{margin:0 0 10px;font-size:18px}\n  .gkf-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}\n  .gkf-step{border:1px solid #eee;border-radius:12px;padding:12px;background:#fff}\n  .gkf-step .num{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;\n    background:#ff6a35;color:#fff;font-weight:700;font-size:13px;margin-bottom:8px}\n  .gkf-step h3{margin:0 0 6px;font-size:15px}\n  .gkf-step p{margin:0;color:#555;font-size:13px;line-height:1.45}\n  .gkf-step a{color:#ff6a35;text-decoration:none;font-weight:700}\n  .gkf-step a:hover{text-decoration:underline}\n  .gkf-step .hint{display:block;margin-top:6px;color:#666;font-size:12px;line-height:1.35}\n\n  .gkf-result{border:1px solid #eee;border-radius:14px;padding:14px;background:#fff;margin:0 0 18px}\n  .gkf-result h2{margin:0 0 10px;font-size:18px}\n  .gkf-result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}\n  .gkf-result-card{border:1px solid #eee;border-radius:12px;padding:12px;background:#fff}\n  .gkf-result-card h3{margin:0 0 6px;font-size:15px}\n  .gkf-result-card p{margin:0 0 10px;color:#555;font-size:13px;line-height:1.45}\n  .gkf-mini{font-size:12px;color:#666;margin-top:6px;line-height:1.45}\n\n  .gkf-cta{border:1px solid #eee;border-radius:14px;padding:14px;background:#fff;margin:0 0 10px;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}\n  .gkf-cta h2{margin:0;font-size:18px}\n  .gkf-cta p{margin:4px 0 0;color:#555;max-width:720px}\n  .gkf-cta .btns{display:flex;gap:10px;flex-wrap:wrap}\n\n  .gkf-faq{border:1px solid #eee;border-radius:14px;padding:14px;background:#fff}\n  .gkf-faq h2{margin:0 0 10px;font-size:18px}\n  details.gkf-q{border-top:1px solid #eee;padding:10px 0}\n  details.gkf-q:first-of-type{border-top:0}\n  details.gkf-q summary{cursor:pointer;font-weight:800;color:#111}\n  details.gkf-q p{margin:8px 0 0;color:#555;line-height:1.5}\n\n  @media (max-width: 980px){\n    .gkf-hero{grid-template-columns:1fr}\n    .gkf-step-grid{grid-template-columns:repeat(2,1fr)}\n    .gkf-result-grid{grid-template-columns:repeat(2,1fr)}\n  }\n  @media (max-width: 520px){\n    .gkf-step-grid{grid-template-columns:1fr}\n    .gkf-result-grid{grid-template-columns:1fr}\n    .gkf-hero h1{font-size:24px}\n  }\n\n  .gkf-hero h1 .gkf-subtitle{display:block;margin-top:6px;font-size:13px;font-weight:700;color:#666}\n\n  \/* READ MORE \/ LESS – premium pill *\/\n  details.tgf-readmore{display:flex;flex-direction:column;align-items:center;margin:10px 0 0}\n  details.tgf-readmore \u003e summary.tgf-readmore__summary{\n    cursor:pointer;display:inline-flex !important;align-items:center;justify-content:center;gap:8px;\n    font-weight:700;font-size:14px;line-height:1.2;color:#eba313 !important;\n    padding:12px 20px !important;border:2px solid #eba313 !important;border-radius:999px !important;\n    background:white !important;box-shadow:0 2px 6px rgba(235,163,19,.12);\n    user-select:none;list-style:none;transition:all .3s ease;\n  }\n  details.tgf-readmore \u003e summary.tgf-readmore__summary::-webkit-details-marker{display:none}\n  details.tgf-readmore \u003e summary.tgf-readmore__summary::marker{content:\"\"}\n  details.tgf-readmore \u003e summary.tgf-readmore__summary:hover{\n    background:#eba313 !important;color:white !important;border-color:#eba313 !important;\n    box-shadow:0 4px 12px rgba(235,163,19,.25);transform:translateY(-1px);\n  }\n  details.tgf-readmore .tgf-readmore__label-open{display:none}\n  details.tgf-readmore[open] .tgf-readmore__label-open{display:inline}\n  details.tgf-readmore[open] .tgf-readmore__label-closed{display:none}\n  details.tgf-readmore \u003e summary.tgf-readmore__summary::after{\n    content:\"\\25BE\";font-weight:700;line-height:1;transform:translateY(-1px);opacity:.9;transition:transform .3s ease;\n  }\n  details.tgf-readmore[open] \u003e summary.tgf-readmore__summary::after{transform:translateY(-1px) rotate(180deg)}\n  details.tgf-readmore .tgf-readmore__content{margin-top:12px;width:100%}\n\u003c\/style\u003e\n\n\u003c!-- JSON-LD FAQ: keep these Q\/A aligned with the visible FAQ below --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is a tru oil guitar finishing set?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A tru oil guitar finishing set is a complete wipe-on, hand-applied workflow that builds in thin coats. It gives a natural feel, strong grain pop, easy spot repairs, and simple application without spraying equipment. In stock in the UK with fast UK delivery.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is included in a tru oil kit (full workflow)?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A complete tru oil kit is typically built around Sealer \u0026 Filler (prep\/base), the oil build coats, and a final sheen\/control step such as Stock Sheen \u0026 Conditioner. Optional: transparent dye for sunburst or veneer highlight.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does Sealer \u0026 Filler replace grain filler or sanding sealer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It acts as both: it helps fill pores on open-grain woods and also functions as a sealing basecoat. Very open-pore woods may need extra applications for a perfectly level surface.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I get a clean hand rubbed guitar finish safely?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Apply very thin coats with a lint-free cloth, allow full drying between coats, and keep the surface dust-free. Work with good ventilation and dispose of oily rags safely (they can self-heat). Lightly level between coats if needed.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which projects suit a hand rubbed oil set best (neck, body, beginner builds)?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A hand rubbed oil set is ideal for builders who want a smooth, fast-playing neck feel and a natural look on a tru oil guitar body. It is beginner-friendly because it is wipe-on (no spray booth) and easy to repair or refresh.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cdiv class=\"gkf-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"gkf-hero\"\u003e\n    \u003cdiv\u003e\n      \u003ch1\u003e\n        Tru Oil Guitar Finishing Set (Wipe-On, Hand-Rubbed Oil)\n        \u003cspan class=\"gkf-subtitle\"\u003eOrganic feel • grain pop • simple DIY application (no spray booth)\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp\u003e\n        Looking for a \u003cb\u003etru oil guitar finishing set\u003c\/b\u003e in the UK that gives a smooth “played-in” feel and brings out the wood?\n        This category is built around complete \u003cb\u003ewipe-on bundles\u003c\/b\u003e and \u003cb\u003ehand rubbed oil sets\u003c\/b\u003e — a full workflow\n        designed to deliver a true \u003cb\u003ehand rubbed guitar finish\u003c\/b\u003e with minimal equipment, dispatched from our UK warehouse.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"gkf-badges\"\u003e\n        \u003cspan class=\"gkf-badge\"\u003eWipe-on (no spray gun)\u003c\/span\u003e\n        \u003cspan class=\"gkf-badge\"\u003eHand-rubbed feel\u003c\/span\u003e\n        \u003cspan class=\"gkf-badge\"\u003eStrong grain pop\u003c\/span\u003e\n        \u003cspan class=\"gkf-badge\"\u003eEasy spot repair\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gkf-hero-img\"\u003e\n      \u003cdiv class=\"ph\"\u003e\n        \u003c!-- Replace with your hero --\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1034\/4926\/4473\/files\/tru-oil-finishing-set-for-electric-guitar.jpg?v=1779636225\" alt=\"Tru oil guitar finishing set and wipe-on hand rubbed oil bundles for guitars\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\n\n  \u003cdetails class=\"tgf-readmore\"\u003e\n    \u003csummary class=\"tgf-readmore__summary\"\u003e\n      \u003cspan class=\"tgf-readmore__label-closed\"\u003eRead More\u003c\/span\u003e\n      \u003cspan class=\"tgf-readmore__label-open\"\u003eReduce\u003c\/span\u003e\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"tgf-readmore__content\"\u003e\n\n      \u003c!-- SYSTEM NOTE --\u003e\n      \u003cdiv class=\"gkf-note\"\u003e\n        \u003cb\u003eWhat’s inside a typical tru oil kit (full workflow):\u003c\/b\u003e\n        \u003cp\u003e\n          A complete \u003cb\u003ehand rubbed oil set\u003c\/b\u003e is usually built around:\n          \u003cb\u003eSealer \u0026amp; Filler\u003c\/b\u003e (prep\/base + pore help) → the \u003cb\u003eoil build coats\u003c\/b\u003e (thin, wipe-on) → \u003cb\u003eStock Sheen \u0026amp; Conditioner\u003c\/b\u003e (final sheen + feel).\n          \u003cbr\u003e\u003cbr\u003e\n          \u003cspan class=\"hint\"\u003e\u003cb\u003eOptional:\u003c\/b\u003e add transparent dye if you want a beginner-friendly sunburst or a \u003cb\u003ehighlight veneer\u003c\/b\u003e look on a tru oil guitar body.\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- WHY THIS SET (positioning) --\u003e\n      \u003cdiv class=\"gkf-note\"\u003e\n        \u003cb\u003eWhy builders choose this hand rubbed oil set:\u003c\/b\u003e\n        \u003cp\u003e\n          \u003cb\u003eOrganic feel:\u003c\/b\u003e a smooth, fast neck feel without a “thick plastic” coat.\u003cbr\u003e\n          \u003cb\u003eGrain pop:\u003c\/b\u003e enhances figure and natural contrast on wood and veneer tops.\u003cbr\u003e\n          \u003cb\u003eDIY simplicity:\u003c\/b\u003e wipe-on application, no spray booth, and easy touch-ups.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- WORKFLOW STEPS (aligned with your existing product IDs) --\u003e\n      \u003csection class=\"gkf-steps\" aria-label=\"Tru oil finishing steps\"\u003e\n        \u003ch2\u003eFinishing a guitar with tru oil (4 steps)\u003c\/h2\u003e\n\n        \u003cdiv class=\"gkf-step-grid\"\u003e\n\n          \u003cdiv class=\"gkf-step\"\u003e\n            \u003cdiv class=\"num\"\u003e1\u003c\/div\u003e\n            \u003ch3\u003eSealer \u0026amp; Filler (Base + pore help)\u003c\/h3\u003e\n            \u003cp\u003e\n              Prepares the wood and helps fill pores on open-grain woods before the oil coats.\n              \u003cbr\u003e\n              \u003cspan class=\"hint\"\u003eActs like a basecoat + pore helper. Very open-pore wood may need extra applications.\u003c\/span\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gkf-step\"\u003e\n            \u003cdiv class=\"num\"\u003e2\u003c\/div\u003e\n            \u003ch3\u003eDye \/ stain (optional)\u003c\/h3\u003e\n            \u003cp\u003e\n              For translucent colour, veneer highlight, and beginner-friendly sunburst effects.\n              \u003cbr\u003e\n              \u003cspan class=\"hint\"\u003eApply colour first. Let it dry fully before the oil to avoid lifting.\u003c\/span\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gkf-step\"\u003e\n            \u003cdiv class=\"num\"\u003e3\u003c\/div\u003e\n            \u003ch3\u003eHand-rubbed build coats\u003c\/h3\u003e\n            \u003cp\u003e\n              Wipe on multiple ultra-thin oil coats to build protection and depth.\n              \u003cbr\u003e\n              \u003cspan class=\"hint\"\u003eThin coats = fewer streaks. Lightly level between coats if needed.\u003c\/span\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gkf-step\"\u003e\n            \u003cdiv class=\"num\"\u003e4\u003c\/div\u003e\n            \u003ch3\u003eStock Sheen \u0026amp; Conditioner (final feel)\u003c\/h3\u003e\n            \u003cp\u003e\n              Refine the final sheen and “touch” (from satin to soft gloss) and condition the surface.\n              \u003cbr\u003e\n              \u003cspan class=\"hint\"\u003eEspecially good for neck feel and quick final refinement.\u003c\/span\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- SHOP BY RESULT (pick your bundle) --\u003e\n      \u003csection class=\"gkf-result\" aria-label=\"Shop tru oil finishing sets by result\"\u003e\n        \u003ch2\u003eShop by result (pick your wipe-on bundle)\u003c\/h2\u003e\n\n        \u003cdiv class=\"gkf-result-grid\"\u003e\n\n          \u003cdiv class=\"gkf-result-card\"\u003e\n            \u003ch3\u003eBeginner “No Spray Booth” Set\u003c\/h3\u003e\n            \u003cp\u003e\n              The simplest path: prep\/base + wipe-on oil coats + final sheen control.\n            \u003c\/p\u003e\n            Natural Finish Set →\n            \u003cdiv class=\"gkf-mini\"\u003eBest for: first builds, workshops, easy application.\u003c\/div\u003e\n          \u003c\/div\u003e\n\n      \u003c!--     \u003cdiv class=\"gkf-result-card\"\u003e\n            \u003ch3\u003eComplete Maple Neck Oil Set\u003c\/h3\u003e\n            \u003cp\u003e\n              Built for a fast neck feel: thin oil coats + controlled final sheen.\n            \u003c\/p\u003e\n            View Set →\n            \u003cdiv class=\"gkf-mini\"\u003eBest for: maple necks, smooth satin-to-gloss feel.\u003c\/div\u003e\n          \u003c\/div\u003e  --\u003e\n\n          \u003cdiv class=\"gkf-result-card\"\u003e\n            \u003ch3\u003eHighlight Veneer Project Bundle\u003c\/h3\u003e\n            \u003cp\u003e\n              Add translucent colour, then lock in the look with wipe-on oil coats.\n            \u003c\/p\u003e\nView Grain Highlight Set →\n            \u003cdiv class=\"gkf-mini\"\u003eBest for: veneer\/figured tops, grain contrast.\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gkf-result-card\"\u003e\n            \u003ch3\u003eTranslucent Dye + Oil Finish Kit\u003c\/h3\u003e\n            \u003cp\u003e\n              Transparent colour + oil depth for a natural, custom tinted finish.\n            \u003c\/p\u003e\n            Translucent Oil Set →\n            \u003cdiv class=\"gkf-mini\"\u003eBest for: tinted naturals, grain pop without spraying.\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- CTA --\u003e\n      \u003cdiv class=\"gkf-cta\" aria-label=\"Tru oil finishing set call to action\"\u003e\n        \u003cdiv\u003e\n          \u003ch2\u003eWant the complete tru oil guitar finishing set?\u003c\/h2\u003e\n          \u003cp\u003e\n            Build your \u003cb\u003ewipe-on bundle\u003c\/b\u003e from the compatible steps above for the perfect\n            \u003cb\u003ehand rubbed guitar finish\u003c\/b\u003e, or explore the wider \u003ca href=\"\/collections\/guitar-finishing-kits\" title=\"Guitar finishing kit range\"\u003eguitar finishing kit\u003c\/a\u003e range for more options — all in stock in the UK with fast UK delivery.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"btns\"\u003e\n          \u003ca href=\"\/collections\/tru-oil-guitar-finishing-set\" title=\"Tru oil guitar finishing set and hand rubbed oil set\"\u003eShop Tru Oil Finishing Sets →\u003c\/a\u003e\n          \u003ca href=\"\/collections\/water-based-guitar-paint-set\" title=\"water-based finishing set\"\u003eWater-Based Finishing Sets →\u003c\/a\u003e\n          \u003ca href=\"\/collections\/nitrocellulose-finishing-set\" title=\"nitro finishing set\"\u003eNitro Finishing Sets →\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- GUIDES (keep your existing Miravist widgets if you want) --\u003e\n      \u003cdiv class=\"gkf-note\"\u003e\n        \u003cb\u003eGuides (recommended):\u003c\/b\u003e\n        \u003cp\u003e\n          • \u003c!-- WIDGET NOT RESOLVED: Mirasvit\\BlogMx\\Block\\Tag\\Widget\\Link | blog tag_id=302 — no tag→url_key mapping source available | {{widget type=\"Mirasvit\\BlogMx\\Block\\Tag\\Widget\\Link\" anchor_text=\"How to choose your guitar finishing system\" title=\"How to choose a guitar finish\" template=\"widget\/link\/link_inline.phtml\" id_path=\"302\"}} --\u003e\n          • \u003c!-- WIDGET NOT RESOLVED: Mirasvit\\BlogMx\\Block\\Tag\\Widget\\Link | blog tag_id=305 — no tag→url_key mapping source available | {{widget type=\"Mirasvit\\BlogMx\\Block\\Tag\\Widget\\Link\" anchor_text=\"Paint user guide (prep, dye, clear coat, sanding)\" title=\"Guitar paint user guide\" template=\"widget\/link\/link_inline.phtml\" id_path=\"305\"}} --\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n\n\n\n\n      \u003c!-- FAQ (VISIBLE) — keep Q\/A aligned with JSON-LD above --\u003e\n      \u003csection class=\"gkf-faq\" aria-label=\"Tru oil finishing sets FAQ\"\u003e\n        \u003ch2\u003eQuick FAQ\u003c\/h2\u003e\n\n        \u003cdetails class=\"gkf-q\"\u003e\n          \u003csummary\u003eWhat is a tru oil guitar finishing set?\u003c\/summary\u003e\n          \u003cp\u003e\n            A tru oil guitar finishing set is a complete wipe-on, hand-applied workflow that builds in thin coats. It is popular for a natural feel,\n            strong grain pop, easy spot repairs, and simple application without spraying equipment. In stock in the UK with fast UK delivery.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"gkf-q\"\u003e\n          \u003csummary\u003eWhat is included in a tru oil kit (full workflow)?\u003c\/summary\u003e\n          \u003cp\u003e\n            A complete tru oil kit is typically built around Sealer \u0026amp; Filler (prep\/base), the oil build coats,\n            and a final sheen\/control step such as Stock Sheen \u0026amp; Conditioner. Optional: transparent dye for sunburst or veneer highlight.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"gkf-q\"\u003e\n          \u003csummary\u003eDoes Sealer \u0026amp; Filler replace grain filler or sanding sealer?\u003c\/summary\u003e\n          \u003cp\u003e\n            It acts as both: it helps fill pores on open-grain woods and also functions as a sealing basecoat.\n            Very open-pore woods may need extra applications for a perfectly level surface.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"gkf-q\"\u003e\n          \u003csummary\u003eHow do I get a clean hand rubbed guitar finish safely?\u003c\/summary\u003e\n          \u003cp\u003e\n            Apply very thin coats with a lint-free cloth, allow full drying between coats, and keep the surface dust-free.\n            Work with good ventilation and dispose of oily rags safely (they can self-heat). Lightly level between coats if needed.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"gkf-q\"\u003e\n          \u003csummary\u003eWhich projects suit a hand rubbed oil set best (neck, body, beginner builds)?\u003c\/summary\u003e\n          \u003cp\u003e\n            A hand rubbed oil set is ideal for builders who want a smooth, fast-playing neck feel and a natural look on a tru oil guitar body.\n            It is beginner-friendly because it is wipe-on (no spray booth) and easy to repair or refresh.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/section\u003e\n\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","products":[],"url":"https:\/\/guitarkitfabric.co.uk\/collections\/tru-oil-guitar-finishing-set.oembed","provider":"The Guitar Fabrik","version":"1.0","type":"link"}