Arccaptain · Tools, Welding & Workshop
Arccaptain CUT65 HF 65A Heavy-Duty Plasma Cutter
469.99
/* ── Reset ── */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* ── Brand Tokens ── */ :root { --ac-red: #871525; --ac-red-dark: #5e0e19; --ac-red-light: #a81c2f; --ac-charcoal: #1a1a1a; --ac-dark: #222222; --ac-mid: #444444; --ac-warm-gray: #6b6b6b; --ac-light-gray:#f4f4f4; --ac-border: #ddd; --ac-white: #ffffff; --ac-amber: #d97706; --ac-font-display: 'Assistant', 'Helvetica Neue', Arial, sans-serif; --ac-font-body: 'Assistant', 'Helvetica Neue', Arial, sans-serif; --ac-radius-sm: 4px; --ac-radius-md: 8px; --ac-radius-lg: 12px; --ac-shadow-card: 0 2px 12px rgba(0,0,0,0.10); --ac-shadow-hero: 0 4px 24px rgba(135,21,37,0.18); } /* ── Base ── */ .ac-page-wrapper { font-family: var(--ac-font-body); color: var(--ac-charcoal); line-height: 1.65; background: var(--ac-white); font-size: 16px; } /* ── Hero Banner ── */ .ac-hero { background: linear-gradient(135deg, var(--ac-charcoal) 0%, #2e0a10 55%, var(--ac-red) 100%); color: var(--ac-white); padding: 56px 24px 48px; text-align: center; position: relative; overflow: hidden; } .ac-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient( -45deg, transparent, transparent 18px, rgba(255,255,255,0.025) 18px, rgba(255,255,255,0.025) 19px ); pointer-events: none; } .ac-hero-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 14px; } .ac-hero-headline { font-family: var(--ac-font-display); font-size: clamp(28px, 5vw, 48px); font-weight: 800; line-height: 1.18; color: var(--ac-white); max-width: 780px; margin: 0 auto 18px; } .ac-hero-subhead { font-size: clamp(15px, 2.2vw, 18px); color: rgba(255,255,255,0.80); max-width: 640px; margin: 0 auto 32px; } .ac-hero-stat-row { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-top: 28px; } .ac-hero-stat { text-align: center; } .ac-hero-stat-number { display: block; font-family: var(--ac-font-display); font-size: clamp(30px, 5vw, 44px); font-weight: 700; color: var(--ac-white); line-height: 1; } .ac-hero-stat-label { display: block; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.60); margin-top: 6px; } .ac-hero-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.2); align-self: center; } /* ── Section Common ── */ .ac-section { padding: 56px 24px; max-width: 1100px; margin: 0 auto; } .ac-section-full { padding: 56px 24px; } .ac-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ac-red); margin-bottom: 10px; display: block; } .ac-section-title { font-family: var(--ac-font-display); font-size: clamp(22px, 3.5vw, 32px); font-weight: 700; color: var(--ac-charcoal); line-height: 1.25; margin-bottom: 16px; } .ac-section-body { font-size: 16px; color: var(--ac-mid); max-width: 680px; line-height: 1.75; } .ac-red-rule { display: block; width: 48px; height: 3px; background: var(--ac-red); border-radius: 2px; margin-bottom: 24px; } /* ── Intro 2-col ── */ .ac-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; } .ac-intro-copy {} .ac-intro-specs-panel { background: var(--ac-light-gray); border-radius: var(--ac-radius-lg); padding: 32px; border-left: 4px solid var(--ac-red); } .ac-specs-title { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ac-red); margin-bottom: 20px; } .ac-spec-row { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--ac-border); gap: 16px; } .ac-spec-row:last-child { border-bottom: none; } .ac-spec-key { font-size: 14px; color: var(--ac-warm-gray); flex-shrink: 0; } .ac-spec-val { font-size: 14px; font-weight: 600; color: var(--ac-charcoal); text-align: right; } /* ── Voltage Toggle Visual ── */ .ac-voltage-section { background: var(--ac-charcoal); padding: 56px 24px; } .ac-voltage-inner { max-width: 1100px; margin: 0 auto; } .ac-voltage-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; } .ac-voltage-card { border-radius: var(--ac-radius-lg); padding: 32px 28px; position: relative; overflow: hidden; } .ac-voltage-card--primary { background: var(--ac-red); color: var(--ac-white); } .ac-voltage-card--secondary { background: #2e2e2e; color: var(--ac-white); border: 1px solid #444; } .ac-voltage-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 20px; } .ac-voltage-card--primary .ac-voltage-badge { background: rgba(255,255,255,0.2); color: var(--ac-white); } .ac-voltage-card--secondary .ac-voltage-badge { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); } .ac-voltage-label { font-family: var(--ac-font-display); font-size: 42px; font-weigh
- ✓ Availability: InStock
- ✓ Discount: 18%
View Product →Affiliate link · Merchant pricing and availability may change.