Madeira Oiling Pen
.dsop050pen { --ink: #2d3439; --muted: #687178; --blue: #42718d; --blue-dark: #2e5268; --aqua: #4e9a9b; --aqua-soft: #e9f6f5; --mist: #f2f6f8; --line: #dbe3e7; --white: #ffffff; co lor: var(--ink); font: 16px/1.65 Arial, Helvetica, sans-serif; } .dsop050pen * { box-sizing: border-box; } .dsop050pen img { display: block; max-width: 100%; height: auto; } .dsop050pen a { color: inherit; } .dsop050pen-wrap { max-width: 1180px; margin: 0 auto; } .dsop050pen-section { margin: 64px 0; } .dsop050pen h2, .dsop050pen h3 { color: var(--ink); line-height: 1.16; } .dsop050pen h2 { margin: 0 0 17px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -0.8px; } .dsop050pen h3 { margin: 0 0 8px; font-size: 20px; } .dsop050pen p { margin: 0 0 15px; } .dsop050pen-lead { max-width: 920px; color: var(--muted); font-size: 19px; } .dsop050pen-kicker { display: inline-block; margin-bottom: 11px; color: var(--aqua); font-size: 13px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; } .dsop050pen-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); gap: 42px; align-items: center; padding: clamp(30px, 5vw, 64px); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, var(--mist), var(--aqua-soft)); } .dsop050pen-benefits { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; } .dsop050pen-benefits li { position: relative; padding-left: 27px; } .dsop050pen-benefits li::before { position: absolute; top: 2px; left: 0; color: var(--aqua); content: "✓"; font-weight: 700; } .dsop050pen-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; } .dsop050pen-button { display: inline-block; padding: 12px 18px; border: 2px solid var(--blue); border-radius: 999px; color: var(--white) !important; background: var(--blue); font-size: 14px; font-weight: 700; line-height: 1.2; text-decoration: none; } .dsop050pen-button--light { color: var(--blue-dark) !important; background: transparent; } .dsop050pen-packshot { margin: 0; padding: 25px; border-radius: 20px; background: var(--white); box-shadow: 0 18px 45px rgba(46, 82, 104, 0.14); } .dsop050pen-packshot img { width: 100%; max-height: 470px; margin: auto; object-fit: contain; } .dsop050pen-packshot figcaption { margin-top: 13px; color: var(--muted); font-size: 13px; text-align: center; } .dsop050pen-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); } .dsop050pen-stat { padding: 22px 18px; text-align: center; } .dsop050pen-stat + .dsop050pen-stat { border-left: 1px solid var(--line); } .dsop050pen-stat strong { display: block; color: var(--blue-dark); font-size: 25px; line-height: 1.15; } .dsop050pen-stat span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; } .dsop050pen-alert { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; margin: 26px 0 0; padding: 21px 23px; border: 1px solid #c9dddd; border-radius: 16px; background: var(--aqua-soft); } .dsop050pen-alert-icon { display: grid; width: 36px; height: 36px; border-radius: 50%; place-items: center; color: var(--white); background: var(--aqua); font-weight: 700; } .dsop050pen-alert p { margin: 0; } .dsop050pen-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .dsop050pen-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); } .dsop050pen-card-icon { display: grid; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 50%; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--blue-dark), var(--aqua)); font-weight: 700; } .dsop050pen-card p { margin-bottom: 0; color: var(--muted); } .dsop050pen-uses { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .dsop050pen-use { position: relative; padding: 28px; overflow: hidden; border-radius: 19px; background: var(--mist); } .dsop050pen-use::after { position: absolute; top: -32px; right: -22px; width: 110px; height: 110px; border-radius: 50%; background: rgba(78, 154, 155, 0.13); content: ""; } .dsop050pen-use strong { display: block; margin-bottom: 8px; color: var(--blue-dark); font-size: 23px; line-height: 1.15; } .dsop050pen-use p:last-child { margin-bottom: 0; } .dsop050pen-note { margin-top: 20px; padding: 17px 20px; border-left: 4px solid var(--aqua); border-radius: 0 12px 12px 0; background: var(--aqua-soft); } .dsop050pen-table-wrap { margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; } .dsop050pen table { width: 100%; border-collapse: collapse; background: var(--white); } .dsop050pen th, .dsop050pen td { padding: 17px 19px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; } .dsop050pen thead th { color: var(--white); background: var(--blue-dark); } .dsop050pen tbody th { width: 30%; color: var(--blue-dark); background: var(--mist); } .dsop050pen tr:last-child th, .dsop050pen tr:last-child td { border-bottom: 0; } .dsop050pen-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 28px; counter-reset: steps; } .dsop050pen-step { padding: 23px; border-radius: 17px; background: var(--mist); counter-increment: steps; } .dsop050pen-step::before { display: grid; width: 34px; height: 34px; margin-bottom: 15px; border-radius: 50%; place-items: center; color: var(--white); background: var(--blue); content: counter(steps); font-weight: 700; } .dsop050pen-step p { margin-bottom: 0; color: var(--muted); font-size: 14px; } .dsop050pen-care { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .dsop050pen-care-item { padding: 23px; border: 1px solid var(--line); border-radius: 17px; } .dsop050pen-care-item p { margin-bottom: 0; color: var(--muted); } .dsop050pen-faq { margin-top: 28px; } .dsop050pen-faq details { border-top: 1px solid var(--line); } .dsop050pen-faq details:last-child { border-bottom: 1px solid var(--line); } .dsop050pen-faq summary { position: relative; padding: 19px 42px 19px 0; cursor: pointer; color: var(--ink); font-weight: 700; list-style: none; } .dsop050pen-faq summary::-webkit-details-marker { display: none; } .dsop050pen-faq summary::after { position: absolute; top: 15px; right: 4px; color: var(--aqua); content: "+"; font-size: 26px; font-weight: 400; } .dsop050pen-faq details[open] summary::after { content: "−"; } .dsop050pen-answer { max-width: 900px; padding: 0 42px 17px 0; color: var(--muted); } .dsop050pen-final { padding: clamp(30px, 5vw, 58px); border-radius: 22px; color: var(--white); background: linear-gradient(135deg, var(--blue-dark), var(--blue)); } .dsop050pen-final h2, .dsop050pen-final p { color: var(--white); } .dsop050pen-final p { max-width: 820px; margin-bottom: 0; opacity: 0.92; } .dsop050pen-final .dsop050pen-kicker { color: #c8efed; } @media (max-width: 850px) { .dsop050pen-hero, .dsop050pen-grid { grid-template-columns: 1fr; } .dsop050pen-stats, .dsop050pen-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .dsop050pen-stat:nth-child(3) { border-left: 0; } .dsop050pen-stat:nth-child(n + 3) { border-top: 1px solid var(--line); } } @media (max-width: 700px) { .dsop050pen-uses, .dsop050pen-care { grid-template-columns: 1fr; } } @media (max-width: 540px) { .dsop050pen-section { margin: 46px 0; } .dsop050pen-hero { padding: 25px; border-radius: 18px; } .dsop050pen-stats, .dsop050pen-steps { grid-template-columns: 1fr; } .dsop050pen-stat + .dsop050pen-stat { border-top: 1px solid var(--line); border-left: 0; } .dsop050pen th, .dsop050pen td { padding: 14px; } .dsop050pen-alert { grid-template-columns: 1fr; } } Madeira 050PEN · Refillable machine oil pen Place embroidery-machine oil precisely in difficult-to-reach areas Madeira 050PEN is a refillable 7.39 ml oiling pen designed for controlled machine lubrication. Its fine needle-like applicator reaches tight spaces and helps place oil directly at the maintenance points specified by your embroidery or sewing-machine manufacturer. Fine applicator tip reaches small and awkward machine areas. Refillable reservoir accepts suitable standard embroidery-machine oil. Protective cap covers the precision spout between uses. See Safe Oiling Steps View Specifications Madeira article 050PEN · refillable precision oil pen, 7.39 ml Fine Point precise oil placement 7.39 ml Madeira-listed capacity Refillable reusable oil reservoir 050PEN Madeira article number i This listing is for article 050PEN, the 7.39 ml model. Madeira’s current 12 ml pen is a different article, 050RL10G. Keep the model numbers separate when comparing capacity or ordering a replacement. Control matters around textiles and mechanisms Why a fine oil pen is useful for machine maintenance Large bottles can be awkward around a detailed machine mechanism. The long narrow spout of the 050PEN helps reach the specified lubrication point and deliver oil without positioning a bulky bottle over the work area. 1 Access tight spaces The narrow applicator extends into areas that may be difficult to reach with a standard oil-bottle nozzle. 2 Target the correct point A fine tip makes it easier to align the oil with one manual-specified location instead of wetting surrounding surfaces. 3 Refill and reuse Madeira specifies that the pen can be refilled repeatedly with suitable standard embroidery-machine oil. More oil is not better. Apply only the amount and at the locations specified in the machine manual; excess oil can migrate onto thread, fabric and internal components. For manufacturer-approved lubrication points Use it only where your machine manual instructs The pen is intended for precise lubrication of hard-to-reach machine parts. The correct points, oil type and maintenance interval depend on the individual machine. Embroidery machines Reach small lubrication points identified in the manufacturer’s maintenance instructions. Sewing machines Use only when the machine manual calls for user-applied oil and specifies a suitable location. Workshop tool kits Keep a compact precision applicator ready for approved maintenance without handling a large oil bottle at the machine. Some machines are designed not to be user-oiled. If the manual gives no oiling instructions, consult the machine dealer or service technician rather than guessing. Choose the right dispensing method Fine pen, bottle or specialist spray? Applicator Delivery style Best fit Madeira 050PEN Fine needle-like point with refillable 7.39 ml reservoir Precise access to difficult machine parts named in the manual Standard oil bottle Larger reservoir with a conventional dropper nozzle Accessible lubrication points and refilling a suitable precision pen Specialist oil spray Pressurised or pump delivery designed for specified mechanisms Only applications explicitly approved for that spray and machine Four careful maintenance steps Prepare the machine before applying any oil Read the manual Confirm the exact oil type, lubrication point, quantity and maintenance interval for your machine. Power down and clean Switch off and unplug the machine, then remove lint as directed before opening the oil pen. Place the tip Align the fine applicator with the specified point and dispense only the stated amount. Wipe and recap Remove any visible excess, clean the applicator exterior and replace the cap before storage. Keep the reservoir and tip clean Refilling and storage without contamination Use suitable machine oil Refill with clean standard embroidery-machine oil that meets the equipment manufacturer’s requirements. Do not mix products Avoid combining unidentified oils or adding household lubricants, solvents or spray products to the reservoir. Protect the fine point Replace the cap after use and do not bend, enlarge or probe the applicator with pins or wire. Store upright and secure Keep the capped pen away from fabric, children and heat, following the storage guidance supplied with the oil. Product specifications Madeira Refillable Oil Pen 050PEN at a glance Brand Madeira Product Refillable precision machine oil pen Article number 050PEN Capacity / content 7.39 ml, as specified in Madeira’s catalogue for article 050PEN Applicator Fine needle-like precision spout Closure Protective cap Refillable Yes, with suitable standard embroidery-machine oil Recommended use Precise lubrication of hard-to-reach machine parts where the equipment manual requires oil Pack contents 1 oil pen Different current article 050RL10G is Madeira’s current 12 ml oil pen and is not the same SKU as 050PEN Questions before choosing? Madeira 050PEN oiling pen FAQs What is the capacity of Madeira 050PEN? Madeira’s product catalogue specifies 7.39 ml for article 050PEN. Is the oil pen refillable? Yes. Madeira says it can be refilled repeatedly with suitable standard embroidery-machine oil. Is 050PEN the same as Madeira 050RL10G? No. The 050PEN listing is the 7.39 ml model. Madeira’s current 050RL10G oil pen has a 12 ml capacity and is a different article. Can I use any household oil? No. Use only clean sewing or embroidery-machine oil that meets the requirements in the equipment manufacturer’s manual. Can it be used on a domestic sewing machine? Only if that machine’s manual instructs the owner to apply oil and identifies the lubrication points. Some modern machines require professional servicing instead. Where should the oil be applied? Apply it only to the points identified in the machine manual. The correct location and quantity vary between machine models. Why use a fine applicator? The needle-like point helps reach awkward areas and place oil at a specific maintenance point without holding a large bottle over the machine. How should the pen be stored? Wipe the outside of the tip, replace the cap and store the pen upright and secure, away from fabric, children and heat. Follow any additional storage guidance provided with the oil. A small applicator for exact maintenance points Reach the right place without bringing a large bottle to the machine Madeira 050PEN combines a refillable 7.39 ml reservoir, fine capped applicator and compact format for manual-approved embroidery and sewing-machine lubrication.
More you might like
Related
Pen Type Watch Oiling Pin
Model Oiling Pen - 3/8oz 12ml
Related
Watch Repair Tool Oiling Pen
Related