✨Wireless Doorbell Kit
/* ========================================================= SMART WIRELESS DOORBELL SHOPIFY PRODUCT BODY PREMIUM SMART HOME / WHITE + BLUE CONTAINER RESPONSIVE NO JAVASCRIPT ===== ==================================================== */ .swdb-page, .swdb-page *, .swdb-page *::before, .swdb-page *::after{ box-sizing:border-box; } .swdb-page{ --sw-blue:#1685ea; --sw-blue-dark:#0756a3; --sw-blue-deep:#11346a; --sw-blue-soft:#eef7ff; --sw-white:#ffffff; --sw-bg:#f7fafc; --sw-ink:#172332; --sw-text:#536171; --sw-muted:#7e8995; --sw-border:#dfe8ef; --sw-panel:#f8fbfd; width:100%; max-width:760px; margin:0 auto; padding:16px; overflow:hidden; background:#ffffff; color:var(--sw-text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; font-size:16px; line-height:1.7; container-type:inline-size; container-name:wirelessdoorbell; } .swdb-page img{ display:block; width:100%!important; max-width:100%!important; height:auto!important; margin:0 auto; } /* ========================================================= HERO ========================================================= */ .swdb-hero{ padding:34px 20px 28px; text-align:center; } .swdb-eyebrow{ display:inline-block; margin:0 0 12px; padding:7px 14px; border:1px solid #cfe6fa; border-radius:999px; background:var(--sw-blue-soft); color:var(--sw-blue-dark); font-size:12px; font-weight:900; letter-spacing:1px; text-transform:uppercase; } .swdb-h1{ max-width:650px; margin:0 auto; color:var(--sw-ink); font-size:41px; line-height:1.08; font-weight:950; letter-spacing:-.8px; } .swdb-h1 span{ color:var(--sw-blue); } .swdb-sub{ max-width:610px; margin:14px auto 0; color:#647280; font-size:17px; line-height:1.7; } /* ========================================================= BADGES ========================================================= */ .swdb-badges{ display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin:0 0 24px; } .swdb-badge{ padding:9px 12px; border:1px solid var(--sw-border); border-radius:999px; background:#ffffff; color:#405469; font-size:13px; font-weight:850; } .swdb-badge.main{ background:var(--sw-blue); border-color:var(--sw-blue); color:#ffffff; } /* ========================================================= IMAGE ========================================================= */ .swdb-image{ margin:18px 0 26px; overflow:hidden; border:1px solid var(--sw-border); border-radius:19px; background:#ffffff; line-height:0; box-shadow: 0 10px 28px rgba(28,82,126,.08); } .swdb-image img{ border-radius:18px; } /* ========================================================= SECTION ========================================================= */ .swdb-section{ padding:34px 0 37px; border-bottom:1px solid var(--sw-border); } .swdb-tag{ display:block; margin:0 0 7px; color:var(--sw-blue); font-size:12.5px; font-weight:900; letter-spacing:.9px; text-transform:uppercase; } .swdb-title{ margin:0; color:var(--sw-ink); font-size:29px; line-height:1.22; font-weight:950; letter-spacing:-.35px; } .swdb-line{ width:58px; height:4px; margin:13px 0 18px; border-radius:999px; background:var(--sw-blue); } .swdb-copy{ margin:0; color:var(--sw-text); font-size:16.5px; line-height:1.75; } /* ========================================================= HIGHLIGHT ========================================================= */ .swdb-highlight{ margin:20px 0; padding:19px; border:1px solid #dcecf9; border-left:5px solid var(--sw-blue); border-radius:0 14px 14px 0; background:var(--sw-blue-soft); } .swdb-highlight strong{ display:block; margin-bottom:5px; color:var(--sw-blue-deep); font-size:19px; } .swdb-highlight p{ margin:0; color:#637587; font-size:14.5px; line-height:1.65; } /* ========================================================= FEATURE GRID ========================================================= */ .swdb-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:18px; } .swdb-card{ padding:17px 15px; border:1px solid var(--sw-border); border-radius:14px; background:var(--sw-panel); } .swdb-card strong{ display:block; margin-bottom:5px; color:var(--sw-ink); font-size:16px; } .swdb-card span{ display:block; color:#74808c; font-size:14px; line-height:1.58; } /* ========================================================= STEPS ========================================================= */ .swdb-step{ display:flex; align-items:flex-start; gap:13px; margin-bottom:10px; padding:16px; border:1px solid var(--sw-border); border-radius:14px; background:#ffffff; } .swdb-step-num{ flex:0 0 40px; width:40px; height:40px; border-radius:50%; background:var(--sw-blue); color:#ffffff; line-height:40px; font-size:18px; font-weight:900; text-align:center; } .swdb-step-copy{ flex:1; min-width:0; } .swdb-step-copy strong{ display:block; margin-bottom:3px; color:var(--sw-ink); font-size:16px; } .swdb-step-copy span{ display:block; color:#727f8b; font-size:14.5px; line-height:1.6; } /* ========================================================= SPECS ========================================================= */ .swdb-specs{ margin-top:18px; overflow:hidden; border:1px solid var(--sw-border); border-radius:14px; background:#ffffff; } .swdb-spec-row{ display:flex; border-bottom:1px solid var(--sw-border); } .swdb-spec-row:last-child{ border-bottom:0; } .swdb-spec-label{ flex:0 0 40%; padding:14px 12px; background:#f2f8fc; color:var(--sw-blue-dark); font-size:14px; font-weight:900; } .swdb-spec-value{ flex:1; padding:14px 12px; color:#596774; font-size:14px; line-height:1.6; } /* ========================================================= USE CASES ========================================================= */ .swdb-use-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:18px; } .swdb-use{ padding:19px 15px; border:1px solid var(--sw-border); border-radius:14px; background:#ffffff; text-align:center; } .swdb-use-icon{ display:block; margin-bottom:7px; font-size:27px; } .swdb-use strong{ display:block; margin-bottom:4px; color:var(--sw-ink); font-size:15px; } .swdb-use span{ color:#77838e; font-size:13.5px; line-height:1.5; } /* ========================================================= FAQ ========================================================= */ .swdb-faq details{ margin-bottom:10px; overflow:hidden; border:1px solid var(--sw-border); border-radius:13px; background:#ffffff; } .swdb-faq summary{ position:relative; display:block; padding:17px 48px 17px 16px; cursor:pointer; list-style:none; color:var(--sw-ink); font-size:15.5px; line-height:1.5; font-weight:850; } .swdb-faq summary::-webkit-details-marker{ display:none; } .swdb-faq summary::after{ content:"+"; position:absolute; top:50%; right:14px; width:29px; height:29px; margin-top:-14.5px; border-radius:50%; background:var(--sw-blue-soft); color:var(--sw-blue); font-size:20px; line-height:28px; text-align:center; } .swdb-faq details[open] summary::after{ content:"−"; } .swdb-answer{ padding:0 16px 17px; color:#727f8b; font-size:14.5px; line-height:1.7; } /* ========================================================= CTA ========================================================= */ .swdb-cta{ margin:30px 0 18px; padding:33px 20px; border-radius:20px; background:var(--sw-blue-deep); text-align:center; } .swdb-cta-tag{ margin:0 0 7px; color:#8fd0ff; font-size:12.5px; font-weight:900; letter-spacing:.9px; text-transform:uppercase; } .swdb-cta h2{ max-width:570px; margin:0 auto 10px; color:#ffffff; font-size:30px; line-height:1.2; font-weight:950; } .swdb-cta p{ max-width:530px; margin:0 auto 18px; color:#dceeff; font-size:15.5px; line-height:1.7; } .swdb-button{ display:inline-block; padding:14px 27px; border-radius:999px; background:#ffffff; color:var(--sw-blue-deep)!important; font-size:15px; font-weight:900; text-decoration:none!important; } /* ========================================================= TRUST ========================================================= */ .swdb-trust{ padding:21px 18px; border:1px solid var(--sw-border); border-radius:15px; background:var(--sw-panel); text-align:center; } .swdb-trust-title{ margin:0 0 8px; color:var(--sw-ink); font-size:14px; font-weight:900; } .swdb-trust-sub{ max-width:470px; margin:0 auto 14px; color:#7b8792; font-size:13px; line-height:1.6; } .swdb-payment-row{ display:flex; flex-wrap:wrap; justify-content:center; gap:7px; margin-bottom:14px; } .swdb-pay{ display:inline-flex; align-items:center; justify-content:center; min-width:64px; padding:8px 11px; border:1px solid #d6d6d6; border-radius:6px; background:#ffffff; color:#111111; font-size:11px; font-weight:900; } .swdb-support{ padding-top:13px; border-top:1px solid var(--sw-border); color:#7d8994; font-size:13px; line-height:1.6; } /* ========================================================= CONTAINER RESPONSIVE ========================================================= */ @container wirelessdoorbell (max-width:560px){ .swdb-page{ padding:12px; } .swdb-h1{ font-size:34px; } .swdb-title{ font-size:26px; } .swdb-sub, .swdb-copy{ font-size:15.5px; } .swdb-grid{ grid-template-columns:1fr; } .swdb-spec-label{ flex-basis:43%; } } @container wirelessdoorbell (max-width:420px){ .swdb-h1{ font-size:30px; } .swdb-use-grid{ grid-template-columns:1fr 1fr; } } WIRELESS DOORBELL KIT Never Miss a Visitor.No Wiring Required. A simple wireless doorbell system with a plug-in indoor receiver, outdoor push button, adjustable chimes and visible LED notification. Up to 300 m Range 60 Chimes 5 Volume Levels LED Alert Plug In. Mount. Ring. No complicated wiring is required. Place the push button near your entrance, plug the receiver into an indoor outlet and enjoy a convenient visitor alert system. SIMPLE SETUP Easy Installation Without Rewiring Your Home The indoor receiver plugs directly into a compatible wall outlet, while the outdoor button can be mounted near your entrance. It is a practical option for homes where installing a traditional wired doorbell would be inconvenient. 1 Plug In the Receiver Place the receiver in a convenient indoor AC outlet. 2 Mount the Push Button Install it near your front door using a compatible mounting method. 3 Choose Your Chime Select the melody and volume level that suits your home. LONG WIRELESS RANGE Hear the Doorbell From Across the Home The wireless system is designed for transmission up to approximately 300 m / 984 ft in open, unobstructed conditions, helping the signal reach from the entrance to receivers placed deeper inside the home. More Freedom for Receiver Placement Place the indoor chime where it is easier to hear instead of being limited by existing doorbell wiring. PERSONALIZED ALERTS 60 Chimes. 5 Volume Levels. Choose from up to 60 available melodies and adjust the receiver through five volume settings to suit different rooms, routines and preferences. 🎵 60 Chimes Choose a sound that better fits your home. 🔊 5 Volume Levels Adjust the sound for quieter or busier spaces. Easy Side Controls Convenient buttons let you change melody and volume. Flexible Placement Choose a room where the chime is easy to hear. SOUND + VISUAL ALERT Hear It. See It. When the push button is activated, the receiver's LED ring provides a visible flash in addition to the selected chime. It adds another easy-to-notice indication that someone is at the door. 🔵 LED Ring A visible light alert accompanies the chime. 🔔 Door Alert Quickly know when the outdoor button has been pressed. OUTDOOR PUSH BUTTON IP44 Weather-Resistant Design The outdoor transmitter is designed with an IP44-rated housing to provide protection against everyday splashes and changing outdoor conditions. Designed for Everyday Entryways Suitable for normal covered or appropriately positioned outdoor entry areas. Avoid submerging the transmitter or exposing it to conditions beyond its IP44 rating. RELIABLE CONNECTION Stable Wireless Signal The digital wireless design is intended to provide reliable communication between paired transmitters and receivers while helping reduce unwanted interference between nearby compatible systems. PRODUCT DETAILS Compact Design for Everyday Homes Receiver Size 95 × 65 × 24 mm Push Button Size 75 × 51 × 20 mm Receiver Power AC 100–240V compatible Push Button Power 1 × 12V 23A battery Wireless Range Up to 300 m / 984 ft in open, unobstructed conditions Chime Selection Up to 60 melodies Volume 5 adjustable levels Outdoor Rating IP44 push button MADE FOR EVERYDAY SPACES One Simple Alert System for More Than Just the Front Door 🏠 Home Front doors and everyday residential entrances. 🏢 Office Reception areas and small workplaces. 🏪 Shop Useful visitor notification for compatible retail spaces. 🍽️ Restaurant A simple wireless alert option for entrances. QUICK ANSWERS Frequently Asked Questions Does this doorbell require wiring? No traditional doorbell wiring is required. The indoor receiver plugs into a compatible AC wall outlet, while the outdoor push button uses a battery. How far can the wireless signal reach? The stated maximum range is up to approximately 300 m / 984 ft in open and unobstructed conditions. Walls, doors, metal structures and other obstacles can reduce the actual indoor range. Can I change the doorbell sound? Yes. The receiver provides up to 60 selectable chimes so you can choose the sound you prefer. Is the volume adjustable? Yes. Five volume levels are available for different rooms and listening preferences. Does the receiver have a visual alert? Yes. The illuminated LED ring provides a visual indication when the doorbell is activated. Can the push button be installed outdoors? The transmitter is rated IP44 for protection against normal splashes. Install it in an appropriate entry location and do not submerge it in water. What battery does the push button use? The provided specifications indicate one 12V 23A battery for the transmitter. PLUG IN • PRESS • HEAR A Simpler Way to Know When Someone Is at the Door. Get flexible placement, multiple chimes, adjustable volume and visible LED alerts without running new doorbell wiring. Get Your Wireless Doorbell 🔒 Guaranteed Safe & Secure Checkout Shop with familiar secure payment methods available through your store checkout. PayPal VISA Mastercard Apple Pay Need help with your order? Contact the store support team for assistance.
More you might like
Related
Wireless Doorbell - Doorbells - Outdoor Wireless Doorbell -
Related
Utilitech White Wireless Doorbell Doorbell kit (open box)
Related
[No Need Batteries] Wireless Doorbell, Waterproof Electronic
Related