Description
/* === Property of Alphamare Pty Ltd, unauthorised use of this code is prohibited, Scoped, Shopify/Ebay-safe styles (no metas, no body/head tags) === *//* Variables scoped to the wrapper so they don’t leak site-wide */.product-description{ –brand-primary:#000739; –brand-primary-light:#1B4F99; –brand-primary-dark:#000528; –neutral-white:#FFFFFF; –neutral-light:#F8FAFC; –neutral-medium:#E5E7EB; –neutral-dark:#6B7280; –neutral-darkest:#374151; –text-primary:#111827; –text-secondary:#374151; –text-muted:#6B7280; –text-light:#9CA3AF; –accent-gold:#D4AF37; –accent-success:#10B981; –accent-warning:#F59E0B; –accent-error:#EF4444; –bg-primary:#FFFFFF; –bg-secondary:#F8FAFC; –bg-tertiary:#F1F5F9; –focus-ring:#3B82F6; –hover-overlay:rgba(0,7,57,0.05);}/* Base */.product-description{ font-family:-apple-system,BlinkMacSystemFont,’Segoe UI’,Roboto,’Helvetica Neue’,Arial,sans-serif; line-height:1.6; color:var(–text-secondary); background:var(–bg-primary); max-width:900px; margin:0 auto; padding:24px;}/* Typography */.product-description h1,.product-description h2,.product-description h3,.product-description h4{ color:var(–text-primary); font-weight:600; margin-bottom:.5em;}.product-description h1{font-size:1.875rem}.product-description h2{font-size:1.5rem}.product-description h3{font-size:1.25rem}.product-description h4{font-size:1.125rem}/* Links */.product-description a{ color:var(–brand-primary); text-decoration:none; transition:color .2s ease;}.product-description a:hover{ color:var(–brand-primary-light); text-decoration:underline;}/* Focus (scoped) */.product-description :focus{ outline:2px solid var(–focus-ring); outline-offset:2px;}/* Trust strip */.product-description .trust-strip{ background:linear-gradient(135deg,var(–brand-primary) 0%,var(–brand-primary-dark) 100%); color:var(–neutral-white); padding:20px 24px; border-radius:12px; margin-bottom:24px; text-align:center; box-shadow:0 4px 6px -1px rgba(0,0,0,.1);}.product-description .trust-strip h2{ margin:0 0 8px 0; font-size:1.5rem; font-weight:700; color:var(–neutral-white);}.product-description .trust-strip p{ margin:0; font-size:.95rem; opacity:.95;}/* Variant cue */.product-description .variant-cue{ background:var(–bg-tertiary); border:1px solid var(–neutral-medium); border-left:4px solid var(–brand-primary); padding:16px 20px; margin:24px 0; border-radius:8px; transition:box-shadow .2s ease;}.product-description .variant-cue:hover{ box-shadow:0 2px 4px -1px rgba(0,0,0,.1);}/* Hero */.product-description .hero-section{ background:var(–bg-secondary); border:1px solid var(–neutral-medium); border-radius:12px; padding:28px; margin:24px 0; position:relative; overflow:hidden;}.product-description .hero-section::before{ content:”; position:absolute;top:0;left:0;right:0;height:4px; background:linear-gradient(90deg,var(–brand-primary) 0%,var(–accent-gold) 100%);}.product-description .hero-section h2{ margin:0 0 12px 0; font-size:1.5rem; color:var(–text-primary);}.product-description .hero-section p{ margin:0; font-size:1.05rem;}/* Remove gold highlight only in the hero sentence */.product-description .hero-section .highlight{ background:none; padding:0; font-weight:600; color:var(–text-primary);}/* Specs grid & cards */.product-description .specs-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:20px; margin:24px 0;}.product-description .spec-card{ background:var(–bg-primary); border:1px solid var(–neutral-medium); border-radius:10px; padding:20px; transition:all .2s ease;}.product-description .spec-card:hover{ border-color:var(–brand-primary); box-shadow:0 4px 6px -1px rgba(0,7,57,.1); transform:translateY(-1px);}.product-description .spec-card h3{ margin:0 0 16px 0; font-size:1.2rem; color:var(–text-primary); border-bottom:2px solid var(–brand-primary); padding-bottom:8px;}.product-description .spec-card ul,.product-description .spec-card ol{padding-left:20px;margin:0}.product-description .spec-card li{margin-bottom:8px;color:var(–text-secondary)}.product-description .spec-card li strong{color:var(–text-primary);font-weight:600}/* Ensure standalone spec-cards have consistent spacing */.product-description > .spec-card{margin:24px 0}/* Comparison */.product-description .chain-comparison{ background:var(–bg-primary); border:1px solid var(–neutral-medium); border-radius:10px; padding:24px; margin:24px 0;}.product-description .chain-comparison h3{ margin:0 0 16px 0;color:var(–text-primary);font-size:1.3rem}.product-description .chain-comparison h4{color:var(–brand-primary);margin:16px 0 8px 0}/* Compatibility */.product-description .compatibility-section{ background:var(–bg-secondary); border:1px solid var(–neutral-medium); border-radius:10px; padding:24px; margin:24px 0;}.product-description .compatibility-section h3{margin:0 0 16px 0;color:var(–text-primary)}.product-description .compatibility-section h4{color:var(–brand-primary);margin:16px 0 8px 0}/* Model list */.product-description .model-list{ background:var(–bg-tertiary); border:1px solid var(–neutral-medium); padding:16px;border-radius:8px; font-family:’SF Mono’,’Monaco’,’Inconsolata’,’Roboto Mono’,monospace; font-size:.9rem;line-height:1.8;color:var(–text-secondary); margin:12px 0;}/* Why choose */.product-description .why-choose{ background:var(–bg-primary); border:1px solid var(–neutral-medium); border-radius:12px; padding:24px;margin:24px 0;position:relative;}.product-description .why-choose::before{ content:”;position:absolute;top:0;left:0;right:0;height:3px; background:var(–accent-gold);border-radius:12px 12px 0 0;}.product-description .why-choose h3{margin:0 0 16px 0;color:var(–text-primary)}/* Disclaimer */.product-description .disclaimer{ font-size:.875rem;color:var(–text-muted); background:var(–bg-secondary); border:1px solid var(–neutral-medium); border-radius:8px;padding:16px;margin-top:24px; border-left:4px solid var(–accent-warning);}/* Base highlight (kept for any other uses) */.product-description .highlight{ background:linear-gradient(120deg,transparent 0%,transparent 40%,var(–accent-gold) 40%,var(–accent-gold) 60%,transparent 60%); font-weight:600;color:var(–text-primary);padding:0 2px;}/* Status chips */.product-description .status-positive{color:var(–accent-success);font-weight:500}.product-description .status-warning{color:var(–accent-warning);font-weight:500}.product-description .status-info{color:var(–brand-primary);font-weight:500}/* Responsive */@media (max-width:768px){ .product-description{padding:16px} .product-description .specs-grid{grid-template-columns:1fr;gap:16px} .product-description .trust-strip h2{font-size:1.25rem} .product-description .hero-section{padding:20px} .product-description .spec-card, .product-description .chain-comparison, .product-description .compatibility-section, .product-description .why-choose{padding:16px}}/* Print */@media print{ .product-description{max-width:none;padding:0} .product-description .trust-strip, .product-description .hero-section, .product-description .spec-card, .product-description .chain-comparison, .product-description .compatibility-section, .product-description .why-choose{ break-inside:avoid; box-shadow:none; }}/* High contrast */@media (prefers-contrast: high){ .product-description{ –neutral-medium:#000000; –text-secondary:#000000; }}/* Reduced motion (scoped) */@media (prefers-reduced-motion: reduce){ .product-description *{ animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }}
GB ProTop 25″ Bar (3/8″ × .063″, 84DL) + 3 × Carlton Chains
Australian Stock • GST Invoice • Fast Victorian Dispatch • Expert Support
Select chain style in options: A3EP Semi-Chisel or A3LM Full-Chisel.
Ready-to-Work Kit — Stihl SN / D025 Mount
A complete cutting setup for long service life and smooth tracking. The genuine GB ProTop “Titanium” bar uses a solid, heat-treated alloy-steel body with a replaceable sprocket-nose tip for low-friction cutting and dependable durability. Three Carlton chains keep you working while others are sharpening.
Bar Specifications
- Length: 25″ (630 mm)
- Pitch: 3/8″
- Gauge: .063″
- Drive Links: 84DL
- Mount: SN / D025 (Stihl 3003, 12 mm tail)
- Part Number: SN25-63PA
Chain Details
- Quantity: 3 chains included
- Brand: Carlton Professional
- Drive Links: 84DL each
- Pitch / Gauge: 3/8″ × .063″
- Style Options: A3EP (Semi-Chisel) or A3LM (Full-Chisel)
Chain Style Guide
A3LM Full-Chisel — Maximum Speed
- ✓ Fastest cutting in clean, bark-free timber
- ✓ Professional-grade precision
- ⚠ Performs best with accurate sharpening
- ⚠ Optimised for clean conditions
A3EP Semi-Chisel — Versatile Durability
- ✓ Excellent in dusty/mixed conditions
- ✓ Stays sharp longer
- ✓ Forgiving to sharpen
- 📊 Slightly slower peak speed
Note: All three chains will be the same style you select.
Will It Fit?
- Your saw uses the SN / D025 bar mount (Stihl 3003 pattern, 12 mm tail).
- Your drive sprocket is 3/8″ pitch.
- You require .063″ gauge chain at 84DL for this 25″ setup.
Compatible Stihl Models (Indicative)
024, 026, 028, 029, 030, 031, 032, 034, 036, 038, 039, 040, 041, 042, 044, 045, 046, 048, 056, 064, 066, E15, E20, E220C, FARMBOSS, MS260, MS270, MS280, MS290, MS310, MS360, MS361, MS362, MS380, MS381, MS390, MS391, MS440, MS460, MS461, MS462, MS500i, MS650, MS660, MS661, MSE220C
Note: List is indicative. Always confirm mount, pitch, gauge and DL count on your saw.
Setup & Care
- Keep the bar groove and oil holes clean; set correct chain tension.
- Flip the bar periodically to even rail wear.
- Sharpen chains to the manufacturer’s angles for best results.
Why Choose Whites Forestry Equipment?
- Expert Knowledge: Specialist advice from forestry professionals
- Australian Stock: In-stock locally for rapid dispatch
- Authenticity: Authorised distributors of genuine GB & Carlton products
- Business-ready: GST tax invoice and after-sales support
Important: Compatibility information is a guide only. Match mount, pitch, gauge and drive-link count to your saw and sprocket before ordering.
Explore more from our collection.





Reviews
There are no reviews yet.