# Title: Gold Cerakote Trigger Supply: Hoffman Tactical Super Safety – S7 Tool Steel – Curved Trigger | AR-15 USA Made ## Description: /* ═══════════════════════════════════════ DESIGN SYSTEM — matches Partisan Disruptor watch page Bebas Neue + DM Sans, #0a0a0a bg, #c8913a bronze ═══════════════════════════════════════ */ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap'); :root { --surface: #f5f5f5; --border: #dddddd; --border-lite: #e8e8e8; --bronze: #b07a28; --bronze-dim: #8a6020; --text: #111111; --text-muted: #444444; --text-dim: #888888; } /* Force all text colors inside #pw regardless of theme */ #pw, #pw * { color: inherit; } #pw p, #pw li, #pw td, #pw div, #pw span { color: #111111 !important; } #pw h1, #pw h2, #pw h3, #pw h4 { color: #111111 !important; } #pw strong { color: #111111 !important; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'DM Sans', sans-serif; font-weight: 400; line-height: 1.7; font-size: 16px; } /* ── WRAPPER ── */ #pw { max-width: 860px; margin: 0 auto; padding: 48px 24px 80px; } #pw .pw-badge { background: #b07a28 !important; color: #000 !important; } #pw .pw-h1 { color: #111111 !important; } #pw .pw-h1 span { color: #b07a28 !important; } #pw .pw-price { color: #b07a28 !important; } #pw .pw-stock { color: #4caf7d !important; } #pw .pw-legal { color: #444444 !important; } #pw .pw-trust-item { color: #444444 !important; } #pw .pw-trust-item::before { color: #b07a28 !important; } #pw .pw-h2 { color: #111111 !important; } #pw .pw-h3 { color: #b07a28 !important; } #pw .pw-body p { color: #111111 !important; } #pw .pw-pos-label { color: #b07a28 !important; } #pw .pw-pos p { color: #444444 !important; } #pw .pw-features li { color: #111111 !important; } #pw .pw-features li::before { color: #b07a28 !important; } #pw .pw-features li strong { color: #111111 !important; } #pw .pw-specs td:first-child { color: #444444 !important; } #pw .pw-specs td:last-child { color: #111111 !important; } #pw .pw-faq-item summary { color: #111111 !important; } #pw .pw-faq-item summary::after { color: #b07a28 !important; } #pw .pw-faq-answer { color: #444444 !important; } #pw .pw-link-card { color: #111111 !important; } #pw .pw-link-card span { color: #888888 !important; } #pw .pw-link-card:hover { color: #b07a28 !important; } #pw .pw-disclaimer { color: #888888 !important; } #pw .pw-keyword-box h4 { color: #888888 !important; } #pw .pw-kw-label { color: #8a6020 !important; } #pw .pw-tag { color: #444444 !important; } display: inline-block; background: var(--bronze); color: #000; font-family: 'Bebas Neue', sans-serif; letter-spacing: .12em; font-size: 11px; padding: 4px 10px; border-radius: 2px; margin-bottom: 16px; } /* ── HEADLINE ── */ .pw-h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px, 6vw, 54px); letter-spacing: .04em; line-height: 1.05; color: #111; margin-bottom: 10px; } .pw-h1 span { color: var(--bronze); } /* ── PRICE ROW ── */ .pw-price-row { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--border); } .pw-price { font-family: 'Bebas Neue', sans-serif; font-size: 38px; color: var(--bronze); letter-spacing: .04em; } .pw-stock { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #4caf7d; } .pw-legal { font-size: 12px; color: var(--text-muted); letter-spacing: .06em; text-transform: uppercase; } /* ── TRUST STRIP ── */ .pw-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; } .pw-trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 500; color: var(--text-muted); letter-spacing: .05em; text-transform: uppercase; } .pw-trust-item::before { content: '✓'; color: var(--bronze); font-weight: 700; } /* ── SECTION HEADERS ── */ .pw-h2 { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .08em; color: #111; margin: 40px 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); } .pw-h3 { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: .08em; color: var(--bronze); margin: 28px 0 10px; } /* ── BODY TEXT ── */ .pw-body p { color: var(--text); margin-bottom: 16px; font-size: 15.5px; } /* ── POSITIONS GRID ── */ .pw-positions { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin: 18px 0 28px; } .pw-pos { background: var(--surface); border: 1px solid var(--border-lite); border-radius: 6px; padding: 16px 18px; } .pw-pos-label { font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: .12em; color: var(--bronze); margin-bottom: 6px; } .pw-pos p { font-size: 14px; color: var(--text-muted); line-height: 1.5; } /* ── FEATURE LIST ── */ .pw-features { list-style: none; margin: 14px 0 24px; } .pw-features li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 15px; color: var(--text); } .pw-features li:last-child { border-bottom: none; } .pw-features li::before { content: '—'; color: var(--bronze); flex-shrink: 0; margin-top: 2px; font-weight: 700; } .pw-features li strong { color: #111; } /* ── SPECS TABLE ── */ .pw-specs { width: 100%; border-collapse: collapse; margin: 14px 0 28px; font-size: 14.5px; } .pw-specs tr { border-bottom: 1px solid var(--border); } .pw-specs tr:last-child { border-bottom: none; } .pw-specs td { padding: 11px 14px; } .pw-specs td:first-child { color: var(--text-muted); font-weight: 500; width: 42%; letter-spacing: .04em; } .pw-specs td:last-child { color: var(--text); font-weight: 400; } .pw-specs tr:nth-child(even) td { background: #f9f9f9; } /* ── FAQ ── */ .pw-faq { margin: 14px 0 0; } .pw-faq-item { border-bottom: 1px solid var(--border); } .pw-faq-item summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 500; font-size: 15px; color: #111; display: flex; justify-content: space-between; align-items: center; gap: 16px; } .pw-faq-item summary::-webkit-details-marker { display: none; } .pw-faq-item summary::after { content: '+'; color: var(--bronze); font-size: 20px; font-weight: 300; flex-shrink: 0; transition: transform .2s; } .pw-faq-item[open] summary::after { transform: rotate(45deg); } .pw-faq-item .pw-faq-answer { padding: 0 0 18px; font-size: 14.5px; color: var(--text-muted); line-height: 1.7; } /* ── INTERNAL LINKS ── */ .pw-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin: 14px 0 28px; } .pw-link-card { display: block; background: var(--surface); border: 1px solid var(--border-lite); border-radius: 5px; padding: 14px 16px; text-decoration: none; color: var(--text); font-size: 14px; font-weight: 500; transition: border-color .15s, color .15s; } .pw-link-card:hover { border-color: var(--bronze); color: var(--bronze); } .pw-link-card span { display: block; font-size: 11px; color: var(--text-dim); margin-top: 3px; font-weight: 400; letter-spacing: .04em; } /* ── KEYWORD META BOX (visible only in admin preview) ── */ .pw-keyword-box { background: #f5f5f5; border: 1px dashed var(--border-lite); border-radius: 6px; padding: 20px 22px; margin-top: 48px; } .pw-keyword-box h4 { font-family: 'Bebas Neue', sans-serif; letter-spacing: .1em; font-size: 14px; color: var(--text-dim); margin-bottom: 12px; } .pw-kw-group { margin-bottom: 14px; } .pw-kw-label { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--bronze-dim); margin-bottom: 6px; } .pw-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pw-tag { background: var(--surface); border: 1px solid var(--border); border-radius: 3px; padding: 3px 9px; font-size: 12px; color: var(--text-muted); } /* ── DISCLAIMER ── */ .pw-disclaimer { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 12.5px; color: var(--text-dim); line-height: 1.6; } /* ── ANIMATIONS ── */ @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } .pw-animate { animation: fadeUp .5s ease both; } .pw-animate-2 { animation: fadeUp .5s .1s ease both; } .pw-animate-3 { animation: fadeUp .5s .2s ease both; } S7 Tool Steel · Highest Grade Available GOLD: Trigger Supply: Hoffman TacticalSuper Safety Curved Trigger $119.99 ● In Stock — Ships Fast Legal All 50 States Authorized Dealer 100% USA Made S7 Tool Steel No BCG Upgrade Needed No Restrictions ``` What You're Getting Cerakote Gold h-112 Curved trigger Trigger Supply: Made in Texas, The Hoffman Tactical Super Safety with S7 tool steel curved trigger is the highest-grade configuration of the Super Safety available anywhere. S7 is a shock-resistant tool steel engineered for maximum impact toughness — the same class of material used in industrial tooling and dies where standard steels crack, wear, or deform. In a Super Safety trigger bow, it means a component that will outlast the rifle it is installed in. Both the flat and curved share identical Super Safety internals — the trigger shape is the only difference. If you prefer the traditional curved profile, see the S7 Curved Trigger. 100% USA made, in Texas for Triggersupply.com How the 3-Position System Works Position 1 — Safe Standard safe. No fire. Identical to your factory selector. Position 2 — Semi Standard semi-auto. Your trigger fires and resets manually as normal. Position 3 — Active Reset As the BCG cycles, the Super Safety cam mechanically forces the trigger forward before the bolt returns to battery — enabling the fastest follow-up fire your trigger finger can produce. The Super Safety is legal in all 50 states. It requires two separate trigger functions per round fired and does not meet the federal definition of a machinegun under 26 U.S.C. § 5845(b). No federal compliance issues. No state-level restrictions. Ships everywhere in the USA. Why S7 Tool Steel Most Super Safety units ship in 4140 steel — a solid material. S7 is the grade above it, built for applications where impact loads are severe and wear tolerance is zero. Highest impact toughness of any tool steel grade — engineered to absorb shock loads that crack standard tool steel Superior wear resistance — contact surfaces hold their geometry under tens of thousands of rounds where 4140 shows wear Tighter machining tolerances — S7 machines cleanly to tighter specs, meaning zero slop and precise fitment in your lower No degradation over time — maintains hardness and surface integrity under hard use, heat, and environmental exposure 100% USA manufactured — raw material, machining, and finishing are all domestic Curved Trigger — Who It's For The curved-faced trigger bow repositions your finger's natural contact point higher on the trigger face. For most shooters this produces: Reduced perceived pull weight — increased mechanical leverage at the contact point Consistent shot-to-shot finger placement — the traditional curved-indexes your finger the same way every pull Better pull linearity — straight rearward travel with less arc deviation Preferred by competition shooters for its clean, deliberate, repeatable feel Specs Material S7 Tool Steel (shock-resistant, highest available grade) Trigger Style Curved Face System Type 3-Position Active Reset Safety Selector Platform AR-15 (mil-spec lower receiver) Country of Origin 100% USA Made Legal Status Legal all 50 states — not a machinegun BCG Requirement Recommended M-16 Cut Buffer Requirement None Lower Modification Selector pocket and detent only Install Time 20–30 minutes (first-time install) Why Buy From Us Authorized Hoffman Tactical dealer — genuine USA-made product, not gray-market In stock, ships fast — no preorder wait, no backorder Real customer support — we answer our own phones and email, no ticket queue Full lineup stocked — curved trigger, flat trigger, supporting hardware, pre-cut triggers all available ``` Frequently Asked Questions ``` What is the Hoffman Tactical Super Safety? The Hoffman Tactical Super Safety is a 3-position active reset safety selector for AR-15 platforms. It replaces your standard 2-position safety and adds a mechanical trigger reset position. As the BCG cycles, the Super Safety cam contacts the trigger and forces it forward before the bolt returns to battery — enabling the fastest possible follow-up shots without replacing your trigger group. Is the Super Safety curved trigger legal? Yes. The Hoffman Tactical Super Safety is legal in all 50 states. It is an enhanced safety selector — not a machinegun conversion device. It requires two separate trigger functions per round fired and does not meet the federal definition of a machinegun under 26 U.S.C. § 5845(b). No state-level restrictions. Ships everywhere in the USA. What is S7 tool steel and why does it matter? S7 is a shock-resistant tool steel with the highest impact toughness rating of any tool steel grade — the same class used in industrial dies where standard steels crack under repeated impact. In a Super Safety trigger bow, S7 delivers superior wear resistance, tighter machining tolerances, and a component that will outlast the rifle it is installed in. Most Super Safety units ship in 4140 steel. S7 is the grade above. What is the difference between the flat trigger and curved trigger? Both variants use identical Super Safety internals — the only difference is trigger bow geometry. The flat trigger repositions your finger's contact point higher on the trigger face, which reduces perceived pull weight and promotes consistent finger placement shot to shot. The curved trigger follows the natural arc of your finger and feels familiar to shooters transitioning from milspec triggers. Does the Super Safety require a BCG or buffer upgrade? No. The Hoffman Tactical Super Safety works with your existing mil-spec BCG and buffer. No BCG swap, no buffer upgrade, and no lower modification beyond the selector pocket and detent are required. How long does the Super Safety take to install? Most first-time installs take 20–30 minutes. Remove your existing safety selector, install the Super Safety cam, lever, and modified detent in the selector pocket, then install the pre-cut trigger. No specialized tools or lower modification beyond the selector pocket are required. Is this an authorized Hoffman Tactical dealer? Yes. The Takedown Tools (artakedowntool.com) is an authorized Hoffman Tactical dealer. All products are genuine USA-made units. We carry the full Hoffman Tactical lineup with direct dealer support. ``` Related Pages Super Safety – S7 Curved Trigger Same internals · Curved trigger bow · $99.99 Super Safety – Standard Entry-level configuration · $84.99 FRT vs Super Safety — Full Comparison Which is right for your build? Best FRT Triggers for AR-15 – 2026 Buyer's guide · All platforms covered It is the buyer's responsibility to understand and comply with all applicable local, state, and federal laws regarding firearm parts and accessories. Installation should be performed by a qualified individual familiar with AR-15 platforms. The Takedown Tools is an authorized Hoffman Tactical dealer selling genuine USA-manufactured products. ## Product type: Super safety ## Vendor: The Takedown Tools ## Tags: Shopify Collective, The Takedown Tools ## Price range: 99.99 - 99.99 USD ## Link: https://shop.prepare-ready.com/products/gold-cerakote-trigger-supply-hoffman-tactical-super-safety-s7-tool-steel-curved-trigger-ar-15-usa-made ## Compare-at price range: 149.99 - 149.99 USD ## Options - Title: Default Title ## Variants - Default Title, SKU: HT-SS-S7-SSC, Available: yes, Inventory: 89, Delivery profile: -