Adventure Ready Mini Body Camera
.arc * { box-sizing: border-box; margin: 0; padding: 0; } .arc { font-family: 'Segoe UI', Arial, sans-serif; color: #1a1a2e; background: #f8f9fb; overflow-x: hidden; padding: 8px; } .arc-r { opacity: 0; transform: translateY(40px); transition: opacity .7s ease, transform .7s ease; } .arc-rl { opacity: 0; transform: translateX(-50px); transition: opacity .7s ease, transform .7s ease; } .arc-rr { opacity: 0; transform: translateX(50px); transition: opacity .7s ease, transform .7s ease; } .arc-rs { opacity: 0; transform: scale(.95); transition: opacity .7s ease, transform .7s ease; } .arc-r.on, .arc-rl.on, .arc-rr.on, .arc-rs.on { opacity: 1 !important; transform: none !important; } .arc-hero { background: linear-gradient(135deg,#eef2ff 0%,#f0fdf4 100%); border-radius: 20px; padding: 56px 40px 48px; text-align: center; margin-bottom: 48px; border: 1px solid #e0e7ff; } .arc-hero-tag { display: inline-block; background: #4f46e5; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 18px; border-radius: 50px; margin-bottom: 20px; } .arc-hero h1 { font-size: clamp(28px,5vw,48px); font-weight: 800; line-height: 1.2; color: #1a1a2e; margin-bottom: 16px; } .arc-hero h1 span { color: #4f46e5; } .arc-hero > p { font-size: 17px; color: #4b5563; max-width: 600px; margin: 0 auto 28px; line-height: 1.7; } .arc-hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .arc-hero-badge { background: #fff; border: 1.5px solid #c7d2fe; color: #3730a3; font-size: 13px; font-weight: 600; padding: 7px 16px; border-radius: 50px; box-shadow: 0 2px 8px rgba(79,70,229,.07); } .arc-uses { margin-bottom: 56px; text-align: center; } .arc-uses h2 { font-size: 30px; font-weight: 800; margin-bottom: 8px; color: #1a1a2e; } .arc-uses .sub { font-size: 16px; color: #6b7280; margin-bottom: 32px; } .arc-use-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 24px; } .arc-use-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.07); border: 1px solid #e5e7eb; transition: transform .3s ease, box-shadow .3s ease; } .arc-use-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(79,70,229,.13); } .arc-use-card img { width: 100%; height: 200px; object-fit: cover; display: block; } .arc-use-card-body { padding: 20px; text-align: left; } .arc-use-card-body h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; } .arc-use-card-body p { font-size: 14px; color: #6b7280; line-height: 1.6; } .arc-section { display: flex; align-items: center; gap: 48px; margin-bottom: 48px; background: #fff; border-radius: 20px; padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,.06); border: 1px solid #e5e7eb; } .arc-section.rev { flex-direction: row-reverse; } .arc-sec-img { flex: 1; min-width: 0; } .arc-sec-img img { width: 100%; border-radius: 14px; display: block; box-shadow: 0 8px 24px rgba(0,0,0,.1); } .arc-sec-content { flex: 1; min-width: 0; } .arc-sec-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 14px; } .tag-wear { background: #ede9fe; color: #6d28d9; } .tag-pov { background: #fef9c3; color: #854d0e; } .tag-app { background: #d1fae5; color: #065f46; } .tag-rec { background: #fef3c7; color: #92400e; } .tag-loop { background: #e0f2fe; color: #0369a1; } .tag-vlog { background: #fce7f3; color: #9d174d; } .tag-pkg { background: #dbeafe; color: #1e40af; } .arc-sec-content h2 { font-size: clamp(20px,3vw,28px); font-weight: 800; margin-bottom: 12px; color: #1a1a2e; line-height: 1.3; } .arc-sec-content > p { font-size: 15px; color: #4b5563; line-height: 1.75; margin-bottom: 20px; } .arc-check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .arc-check-list li { font-size: 14px; color: #374151; padding-left: 28px; position: relative; line-height: 1.5; } .arc-check-list li::before { content: 'β'; position: absolute; left: 0; color: #4f46e5; font-weight: 800; font-size: 15px; } .arc-stats { background: #fff; border-radius: 20px; padding: 48px 40px; margin-bottom: 48px; border: 1px solid #e5e7eb; box-shadow: 0 4px 24px rgba(0,0,0,.06); text-align: center; } .arc-stats h2 { font-size: 28px; font-weight: 800; margin-bottom: 8px; color: #1a1a2e; } .arc-stats .sub { font-size: 15px; color: #6b7280; margin-bottom: 36px; } .arc-stat-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 24px; text-align: left; } .arc-stat-item { background: #f8f9fb; border-radius: 14px; padding: 24px; border: 1px solid #e5e7eb; } .arc-stat-header { display: flex; align-items: baseline; gap: 8px; margin-bottom: 12px; } .arc-stat-pct { font-size: 36px; font-weight: 900; color: #4f46e5; line-height: 1; } .arc-stat-label { font-size: 13px; color: #6b7280; font-weight: 500; } .arc-stat-bar-wrap { background: #e5e7eb; border-radius: 50px; height: 8px; margin-bottom: 16px; overflow: hidden; } .arc-stat-bar { height: 100%; border-radius: 50px; background: linear-gradient(90deg,#4f46e5,#818cf8); } .arc-stat-item h4 { font-size: 15px; font-weight: 700; color: #1a1a2e; margin-bottom: 6px; } .arc-stat-item p { font-size: 13px; color: #6b7280; line-height: 1.5; } .arc-stat-caption { font-size: 13px; color: #9ca3af; } .arc-vcr { background: linear-gradient(135deg,#eef2ff 0%,#f0f4ff 100%); border-radius: 20px; padding: 48px 32px; margin-bottom: 48px; text-align: center; border: 1px solid #e0e7ff; box-shadow: 0 4px 24px rgba(79,70,229,.06); } .arc-vcr h2 { font-size: 28px; font-weight: 800; margin-bottom: 8px; color: #1a1a2e; } .arc-vcr .sub { font-size: 15px; color: #6b7280; margin-bottom: 32px; } .arc-vcr-wrap { position: relative; display: flex; align-items: center; gap: 12px; } .arc-vcr-track { display: flex; gap: 16px; overflow: hidden; scroll-behavior: smooth; flex: 1; } .arc-vcr-card { flex: 0 0 calc(25% - 12px); min-width: 0; } .arc-vcr-video { border-radius: 14px; overflow: hidden; aspect-ratio: 9/16; background: #1a1a2e; box-shadow: 0 8px 24px rgba(0,0,0,.15); } .arc-vcr-video video { width: 100%; height: 100%; object-fit: cover; display: block; } .arc-vcr-arrow { background: #4f46e5; border: none; color: #fff; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s; box-shadow: 0 2px 8px rgba(79,70,229,.25); } .arc-vcr-arrow:hover { background: #3730a3; } .arc-vcr-arrow svg { width: 20px; height: 20px; } .arc-faq { background: #fff; border-radius: 20px; padding: 48px 40px; margin-bottom: 48px; border: 1px solid #e5e7eb; box-shadow: 0 4px 24px rgba(0,0,0,.06); } .arc-faq h2 { font-size: 28px; font-weight: 800; margin-bottom: 28px; color: #1a1a2e; text-align: center; } .arc-faq-list { display: flex; flex-direction: column; gap: 16px; } .arc-faq-item { background: #f8f9fb; border-radius: 14px; padding: 22px 24px; border: 1px solid #e5e7eb; transition: box-shadow .2s, border-color .2s; } .arc-faq-item:hover { border-color: #c7d2fe; box-shadow: 0 4px 16px rgba(79,70,229,.1); } .arc-faq-item h4 { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 10px; } .arc-faq-item p { font-size: 14px; color: #4b5563; line-height: 1.7; } .arc-guarantee { background: linear-gradient(135deg,#f0fdf4 0%,#eef2ff 100%); border-radius: 20px; padding: 48px 40px; margin-bottom: 48px; border: 1px solid #d1fae5; text-align: center; } .arc-guarantee h2 { font-size: 28px; font-weight: 800; margin-bottom: 32px; color: #1a1a2e; } .arc-guar-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 24px; text-align: left; } .arc-guar-item { display: flex; gap: 16px; align-items: flex-start; background: #fff; border-radius: 14px; padding: 20px; border: 1px solid #d1fae5; box-shadow: 0 2px 12px rgba(0,0,0,.05); } .arc-guar-icon { font-size: 28px; flex-shrink: 0; } .arc-guar-item h4 { font-size: 15px; font-weight: 700; color: #1a1a2e; margin-bottom: 6px; } .arc-guar-item p { font-size: 13px; color: #6b7280; line-height: 1.5; } /* ===== CTA β LIGHT VERSION ===== */ .arc-cta { background: linear-gradient(135deg,#f8f9fb 0%,#eef2ff 100%); border-radius: 20px; padding: 56px 40px; text-align: center; border: 1px solid #e0e7ff; box-shadow: 0 4px 24px rgba(79,70,229,.06); } .arc-cta-stars { font-size: 24px; margin-bottom: 16px; } .arc-cta h2 { font-size: clamp(24px,4vw,38px); font-weight: 900; margin-bottom: 16px; color: #0f172a; line-height: 1.2; } .arc-cta h2 span { color: #4f46e5; } .arc-cta > p { font-size: 16px; color: #1e293b; font-weight: 500; max-width: 520px; margin: 0 auto 28px; line-height: 1.7; } .arc-cta-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 24px; } .arc-cta-badge { background: #fff; border: 1.5px solid #c7d2fe; color: #3730a3; font-size: 13px; font-weight: 700; padding: 7px 16px; border-radius: 50px; box-shadow: 0 2px 8px rgba(79,70,229,.07); } .arc-cta-urgency { display: inline-block; background: #4f46e5; color: #fff; font-size: 15px; font-weight: 700; padding: 12px 28px; border-radius: 50px; animation: pulse 1.8s infinite; box-shadow: 0 4px 16px rgba(79,70,229,.3); } .arc-cta-urgency span { color: #fde68a; } @keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.04)} } @media (max-width: 680px) { .arc-hero, .arc-stats, .arc-faq, .arc-guarantee, .arc-cta { padding: 32px 20px; } .arc-section { flex-direction: column !important; padding: 24px; gap: 24px; } .arc-section.rev { flex-direction: column !important; } .arc-vcr-card { flex: 0 0 calc(50% - 8px); } .arc-vcr { padding: 32px 16px; } } @media (max-width: 420px) { .arc-vcr-card { flex: 0 0 80%; } } π₯ Adventure Ready Mini Body Camera Never Miss a Moment. Record Everything. The world moves fast β your camera should keep up. HD 1080P clarity, one-button simplicity, and 3-in-1 mounting so every adventure, memory, and drive is captured effortlessly. πΉ HD 1080P Crystal Clear β‘ One-Button Record π± iPhone & Android π Low-Light Enhanced π§² 3-in-1 Mounting π₯ One Camera. Infinite Adventures. From family memories to wild trails β it goes wherever life takes you. π Memories That Last Forever Birthdays, milestones, everyday magic β capture it all in stunning HD, hands-free, without missing a single smile. π² Built for the Wild Hiking, cycling, camping β clip it on and relive every trail from your own POV. No hands needed, no moment missed. π Your Road Trip Co-Pilot Mount it on your dash or chest β every scenic drive, every unexpected moment, recorded and ready to relive. π 2 Ways to Wear It Clip It. Hang It. Go. Two versatile wearing options mean this camera adapts to any situation β whether you're on a run, at work, or exploring the city. No straps, no fuss, just clip and go. π 360Β° rotatable back clip β angle it any way you want π§² Magnetic neck strap β hands-free and ultra-comfortable Switches between modes in seconds Stays secure no matter how fast you move ποΈ True First-Person POV See the World Through Your Eyes β And Share It. Whether you're high-fiving after a run, closing a deal, or signing a contract β this camera captures life exactly as you experience it. Hands-free, authentic, and always rolling. True first-person perspective β no camera shake Perfect for sports, work, and daily life moments Hands completely free β live the moment fully Captures what your eyes see, exactly as you see it π Compact Wearable Design So Small, You'll Forget It's There β Until You Need It. Engineered for all-day comfort, this ultra-compact camera disappears into your outfit while silently capturing everything. Lightweight enough to forget, powerful enough to impress. Feather-light β wear it all day, every day Discreet profile β blends into any outfit or gear Magnetic clip, pendant & chest mount included No bulk, no discomfort, no compromise π± Instant Phone Transfer Shot Taken. On Your Phone in Seconds. No cables. No complicated apps. No waiting. Your footage goes straight to your phone the moment you want it β ready to share, post, or save forever. Seamless iPhone & Android compatibility Zero setup β works right out of the box Download & share in under 10 seconds Preview footage live on your phone screen β‘ Push. Record. Done. One Button. Zero Confusion. 100% Captured. Forget menus, settings, and tech headaches. Press once β blue light on, you're recording. Press again β blue light off, you're done. That's the whole manual. Single button starts & stops recording instantly Blue LED β always know your recording status No tech skills needed β anyone can use it Recording starts in under 2 seconds π Never Run Out of Space Loop Recording + 120Β° Wide Lens β Always Ready. Never worry about storage again. Loop recording automatically overwrites the oldest footage so you're always capturing what matters now. And with a 120Β° ultra-wide lens, nothing gets cut out of frame. π Auto loop recording β storage never fills up Supports up to 256GB microSD card 120Β° wide-angle lens β capture everything in frame Perfect for cycling, driving, hiking & action shots π₯ Vlog Like a Pro Capture Real Life β Without the Awkward Camera Stares. Tiny, discreet, and totally natural-looking. Record your world authentically without drawing attention β just genuine moments, beautifully captured. Ultra-discreet β nobody notices it's there No bulky rigs or awkward setups Authentic, natural footage every time Perfect for travel vlogs, daily life & street content π¦ Everything Included Unbox It. Clip It On. Start Recording. No extra purchases, no missing accessories. Everything you need to start capturing your world is already in the box β fully ready from day one. Mini body camera unit β ready to record Magnetic clip, pendant & chest mount USB charging cable included Simple user manual β set up in minutes π¬ 10,000+ Customers Can't Be Wrong Real numbers from verified purchases β no fluff, just facts. 97%of customers π Total Game-Changer Say it completely transformed how they capture and share their life moments. 95%of customers π₯ Blown Away by Quality Rave about the cinematic HD footage β sharper than they ever expected. 90%of customers π± Viral-Ready Content Report a massive boost in social media engagement after posting their footage. 1%only π Return Rate Virtually zero returns β once customers try it, they keep it for life. Based on 5,000+ verified purchases worldwide. π See It in Action β Real Customer Footage 10,000+ adventurers. Real moments. Real proof. β Got Questions? We've Got Answers. What makes this POV camera stand out from the rest? Crystal-clear 1080p HD, dead-simple one-button operation, 120Β° wide-angle lens, loop recording up to 256GB, and 3-in-1 mounting β no other camera at this price gives you this much. Is it really that easy to use? Absolutely. Press the button β blue light on, you're recording. Press again β blue light off, done. That's literally it. No menus, no settings, no learning curve. What wearing options come in the box? You get a 360Β° rotatable back clip and a magnetic neck strap β wear it however feels most natural. Switches between modes in seconds, stays secure no matter how fast you move. Does it work well at night or in low light? Yes β enhanced low-light sensors ensure clear, detailed footage even in dim or nighttime conditions. Day or night, you won't miss a thing. How long does the battery last? Long enough for full-day adventures. Plus, it supports charging while recording via a power bank β meaning you can record for as long as you want, non-stop. π Shop With Complete Confidence π¦ Insured Worldwide Shipping Real-time tracking and full insurance on every single order, everywhere. π° Money-Back Guarantee Not happy? We'll replace it or refund you β no questions, 100% risk-free. βοΈ 24/7 Customer Support Real humans, ready to help within 24 hours β 7 days a week, always. π 100% Secure Checkout SSL encryption protects your personal and payment info on every order. βββββ Your Next Adventure Deserves to Be Remembered. Join 10,000+ adventurers, travelers, and creators who never miss a moment β because they trusted this Mini Body Camera to capture life exactly as they live it. β HD 1080P Video β One-Button Simple β iPhone & Android β Ships Worldwide β‘ Selling Fast! β Grab Yours Before It's Gone! (function(){ var els = document.querySelectorAll('.arc-r:not(.on), .arc-rl:not(.on), .arc-rr:not(.on), .arc-rs:not(.on)'); if(els.length){ var io = new IntersectionObserver(function(entries){ entries.forEach(function(e){ if(e.isIntersecting){ e.target.classList.add('on'); io.unobserve(e.target); } }); },{threshold:0.12}); els.forEach(function(el){ io.observe(el); }); } var track = document.getElementById('arcVcrTrack'); if(track){ var btnL = track.closest('.arc-vcr-wrap').querySelector('.arc-vcr-arrow-l'); var btnR = track.closest('.arc-vcr-wrap').querySelector('.arc-vcr-arrow-r'); function scrollBy(dir){ var card = track.querySelector('.arc-vcr-card'); if(!card) return; var w = card.offsetWidth + 16; track.scrollLeft += dir * w; } if(btnL) btnL.addEventListener('click', function(){ scrollBy(-1); }); if(btnR) btnR.addEventListener('click', function(){ scrollBy(1); }); var videos = track.querySelectorAll('video'); var vio = new IntersectionObserver(function(entries){ entries.forEach(function(e){ e.isIntersecting ? e.target.play() : e.target.pause(); }); },{threshold:0.5}); videos.forEach(function(v){ vio.observe(v); }); } })();
More you might like
Related
Kyosho MX-01 Mini-Z 4X4 Readyset w/Land Rover Defender 90 Ad
Related
Kyosho 32531MO MX-01 Mini-Z 4X4 Readyset w/Land Rover Defend
Related
Adventure Ready Wildly Clean Body Wipes
Related