Bypass & Anvil Pruning Shears Gift Set
.dg-product { font-family: 'Inter', sans-serif; max-width: 720px; color: #3A3A3A; line-height: 1.7; } .dg-intro { font-size: 15px; color: #3A3A3A; margin-bottom: 24px; padding-bott om: 20px; border-bottom: 1px solid #e0dbd0; } .dg-intro p { margin: 0 0 12px; } .dg-intro p:last-child { margin: 0; } .dg-accordion { border-top: 1px solid #d4cfc4; } .dg-tab { border-bottom: 1px solid #d4cfc4; } /* ── Summary / Tab header ── */ .dg-tab > summary { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 16px 4px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; gap: 12px; } .dg-tab > summary::-webkit-details-marker { display: none; } .dg-tab > summary::marker { display: none; } .dg-tab > summary:hover .dg-tab-title { color: #2D5A27; } /* ── Left side of header ── */ .dg-tab-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 12px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; } /* ── Circular icon ── */ .dg-tab-icon { width: 32px; height: 32px; min-width: 32px; border-radius: 50%; background: #F5F0E8; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transition: background 0.25s; transition: background 0.25s; line-height: 1; vertical-align: middle; } .dg-tab[open] .dg-tab-icon { background: #2D5A27; } .dg-tab-icon svg { width: 16px; height: 16px; display: block; fill: none; stroke: #2D5A27; stroke-width: 1.8px; -webkit-transition: stroke 0.25s; transition: stroke 0.25s; } .dg-tab[open] .dg-tab-icon svg { stroke: #F5F0E8; } /* ── Tab title ── */ .dg-tab-title { font-size: 14px; font-weight: 600; color: #3A3A3A; -webkit-transition: color 0.2s; transition: color 0.2s; text-transform: uppercase; letter-spacing: 1px; } .dg-tab[open] .dg-tab-title { color: #2D5A27; } /* ── Animated chevron ── */ .dg-chevron { width: 18px; height: 18px; min-width: 18px; display: block; fill: none; stroke: #B8963E; stroke-width: 2px; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; } .dg-tab[open] .dg-chevron { -webkit-transform: rotate(180deg); transform: rotate(180deg); } /* ── Tab body ── */ .dg-tab-body { padding: 0 4px; -webkit-animation: dg-reveal 0.3s ease; animation: dg-reveal 0.3s ease; } .dg-tab[open] .dg-tab-body { padding: 0 4px 20px; } @-webkit-keyframes dg-reveal { from { opacity: 0; -webkit-transform: translateY(-6px); transform: translateY(-6px); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes dg-reveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } } .dg-tab-body-inner { font-size: 14px; color: #3A3A3A; line-height: 1.8; } /* ── Spec rows ── */ .dg-spec-row { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 8px; padding: 8px 0; border-bottom: 1px solid #f0ebe0; } .dg-spec-row:last-child { border-bottom: none; } .dg-spec-label { font-weight: 600; color: #2D5A27; min-width: 170px; font-size: 13px; -ms-flex-negative: 0; flex-shrink: 0; } .dg-spec-value { color: #3A3A3A; font-size: 13px; } /* ── Badges ── */ .dg-badge-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; } .dg-badge { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 6px; background: #F5F0E8; border: 1px solid #d4cfc4; border-radius: 20px; padding: 5px 12px; font-size: 12px; font-weight: 500; color: #2D5A27; } .dg-badge span { font-size: 13px; } /* ── Blade comparison grid ── */ .dg-blade-grid { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 12px 1fr; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; } .dg-blade-card { border-radius: 10px; padding: 16px; border: 1px solid #d4cfc4; } .dg-blade-card.bypass { background: #eef5ec; border-color: #2D5A27; } .dg-blade-card.anvil { background: #fdf6ec; border-color: #B8963E; } .dg-blade-card .bc-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px; display: block; } .dg-blade-card.bypass .bc-label { color: #2D5A27; } .dg-blade-card.anvil .bc-label { color: #B8963E; } .dg-blade-card .bc-title { font-size: 15px; font-weight: 700; color: #3A3A3A; margin-bottom: 6px; display: block; } .dg-blade-card .bc-desc { font-size: 12px; color: #555; line-height: 1.6; display: block; } .dg-blade-card .bc-icon { font-size: 22px; margin-bottom: 8px; display: block; } /* ── Feature / safety list ── */ .dg-safety-list { list-style: none; padding: 0; margin: 0; } .dg-safety-list li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 10px; padding: 7px 0; font-size: 13px; border-bottom: 1px solid #f0ebe0; } .dg-safety-list li:last-child { border-bottom: none; } .dg-safety-list li::before { content: "✔"; color: #2D5A27; font-weight: 700; -ms-flex-negative: 0; flex-shrink: 0; margin-top: 1px; } /* ── Gift banner ── */ .dg-gift-banner { background: -webkit-linear-gradient(315deg, #2D5A27 0%, #3A6B34 100%); background: linear-gradient(135deg, #2D5A27 0%, #3A6B34 100%); border-radius: 10px; padding: 18px 20px; color: #F5F0E8; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 14px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 14px; } .dg-gift-banner .gb-icon { font-size: 28px; -ms-flex-negative: 0; flex-shrink: 0; } .dg-gift-banner .gb-text strong { display: block; font-size: 15px; margin-bottom: 4px; color: #B8963E; } .dg-gift-banner .gb-text p { font-size: 13px; margin: 0; opacity: 0.9; line-height: 1.6; } /* ── Delivery cards ── */ .dg-delivery-card { background: #F5F0E8; border-left: 3px solid #2D5A27; border-radius: 0 8px 8px 0; padding: 14px 16px; margin-bottom: 12px; } .dg-delivery-card .dc-title { font-weight: 700; font-size: 13px; color: #2D5A27; margin-bottom: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 6px; } .dg-delivery-card .dc-detail { font-size: 13px; color: #3A3A3A; } .dg-free-badge { background: #2D5A27; color: #F5F0E8; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 10px; letter-spacing: 0.5px; } /* ── Returns ── */ .dg-returns-highlight { background: #F5F0E8; border: 1px solid #B8963E; border-radius: 8px; padding: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 14px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 14px; } .dg-returns-highlight .rh-icon { font-size: 22px; -ms-flex-negative: 0; flex-shrink: 0; } .dg-returns-highlight .rh-text strong { display: block; font-size: 14px; color: #2D5A27; margin-bottom: 4px; } .dg-returns-highlight .rh-text p { font-size: 13px; color: #3A3A3A; margin: 0; } /* ── Warning ── */ .dg-warning { background: #fff8f0; border-left: 3px solid #B8963E; border-radius: 0 6px 6px 0; padding: 10px 14px; font-size: 12px; color: #7a6030; margin-top: 12px; } @media (max-width: 520px) { .dg-blade-grid { grid-template-columns: 1fr; } .dg-spec-label { min-width: 130px; } } Upgrade your pruning toolkit with this premium dual-action pruning shears gift set from D&G Hardware combining a bypass pruner and an anvil pruner in one beautifully presented package, ideal for any gardener. Crafted from drop-forged carbon steel, these blades are built for strength, precision, and lasting durability. Whether you are trimming live green stems or cutting through thicker, woodier growth, this set gives you exactly the right tool for the task. The non-slip cushion grips ensure comfort even during extended use, and the classic vintage design adds a timeless touch to any garden shed. Thoughtfully packaged and ready to give a perfect gift for any gardening enthusiast, or a premium addition to your own collection, curated for you by D&G Hardware. Which Pruner Should I Use? This gift set includes two types of pruner each designed for a different pruning task. Here is how to get the best from both: 🌿 Bypass Pruner Live & Green Stems Works like scissors two blades pass each other for a clean, precise cut. Best for fresh, living growth where a clean cut helps the plant heal quickly. 🪵 Anvil Pruner Thick & Woody Stems One sharp blade cuts down onto a flat base. Best for thicker, harder or dead stems where extra cutting power is needed. Drop-forged carbon steel blades exceptional sharpness and long-lasting edge retention Non-slip cushion grips comfortable during extended pruning sessions Classic vintage design timeless look that suits any garden shed Reusable and built to last a sustainable choice for the eco-conscious gardener Product Specifications Set Contents1 × Bypass Pruner + 1 × Anvil Pruner Blade MaterialDrop-Forged Carbon Steel HandleNon-Slip Cushion Grip ColourBlack DimensionsH5 × W25 × D17 cm Weight0.7 kg Eco FriendlyYes Reusable Country of OriginChina PackagingPremium gift-ready presentation box EAN5012095606802 Sold ByD&G Hardware The Perfect Gardener's Gift 🎁 Gift-Ready Presentation This pruning set arrives in premium, attractive packaging ready to give with no extra wrapping needed. Whether it is a birthday, Christmas, or a simple thank-you, it makes a thoughtful and practical gift for any gardener. Attractively boxed — ideal for gifting straight from the package Two tools in one set great value and versatility for the recipient Suitable for beginner and experienced gardeners alike Pairs well with other D&G Hardware garden tool gifts A thoughtful choice for birthdays, Christmas, Father's Day, or Mother's Day Safety & Compliance 🇬🇧 UK Market Compliant ♻️ Reusable & Durable 🔩 Carbon Steel Blades ✋ Non-Slip Grip Drop-forged carbon steel construction meets UK standards for garden hand tools Non-slip cushion grips reduce hand fatigue and improve control during use Reusable design a sustainable, long-lasting alternative to disposable tools Blades should be kept clean and dry after use to maintain sharpness and prevent rust Keep out of reach of children sharp blades, for adult use only ⚠️ Sharp blades — handle with care. Always store safely when not in use. Adult supervision required. Not suitable for children. Delivery Information 🚚 Economy Shipping FREE Estimated delivery: 5 to 8 business daysAvailable across the United Kingdom 📦 Standard Shipping £15.00 GBP Estimated delivery: 3 to 4 business daysFaster delivery across the United Kingdom All orders are carefully packaged to protect your items in transit. Gift sets are handled with extra care to ensure the presentation box arrives in perfect condition. Tracking details sent by email once your order has been dispatched. Returns Policy 🔄 30-Day Returns Guarantee You have 30 days from the date your order is delivered to request a return no fuss, no stress. Contact us within 30 days of delivery to begin your return Items must be unused, unassembled, and in their original gift packaging Email us at [email protected] or call +44 196273 3133 Our team will guide you through the full returns process Refunds processed promptly once items are received and inspected
More you might like
Related
FELCO F16 Pruning Shears – Left-Handed, Bypass & Anvil Blade
Related
Felco F14 Pruning Shears – Small-Hand Friendly, Lightweight
Related
Jardineer Pruning Shears for Gardening, 3Pack Stainless Stee
Related