Wirles G522 Integrated Solar Panel
.product-story { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #202124; line-height: 1.6; } .product-story__hero { text-align: center; padd ing: 60px 24px; background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%); } .product-story__hero h1 { font-size: 36px; font-weight: 400; margin: 0 0 16px; letter-spacing: -0.02em; } .product-story__hero p { font-size: 18px; color: #5f6368; max-width: 700px; margin: 0 auto; } .product-story__hero-badge { display: inline-block; background: linear-gradient(135deg, #18b1b9 0%, #20c997 100%); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 16px; border-radius: 20px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; } .product-story__features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 60px 24px; max-width: 1200px; margin: 0 auto; } .product-story__feature { text-align: center; padding: 32px 20px; background: #f8f9fa; border-radius: 24px; } .product-story__feature-icon { width: 48px; height: 48px; margin: 0 auto 16px; color: #1a73e8; } .product-story__feature h3 { font-size: 16px; font-weight: 500; margin: 0 0 8px; } .product-story__feature p { font-size: 14px; color: #5f6368; margin: 0; } .product-story__section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 80px 48px; max-width: 1200px; margin: 0 auto; } .product-story__section.reverse .product-story__image { order: 2; } .product-story__section.reverse .product-story__content { order: 1; } .product-story__section.bg-light { background: #f8f9fa; max-width: 100%; padding: 80px calc((100% - 1100px) / 2); } .product-story__image img { width: 100%; border-radius: 24px; } .product-story__image--placeholder { width: 100%; aspect-ratio: 4/3; background: linear-gradient(135deg, #e8eaed 0%, #f8f9fa 100%); border-radius: 24px; display: flex; align-items: center; justify-content: center; color: #9aa0a6; font-size: 14px; } .product-story__label { font-size: 12px; font-weight: 500; color: #1a73e8; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; } .product-story__content h2 { font-size: 32px; font-weight: 400; margin: 0 0 20px; letter-spacing: -0.02em; } .product-story__content p { font-size: 16px; color: #5f6368; margin: 0 0 24px; } .product-story__specs { padding: 60px 24px; max-width: 800px; margin: 0 auto; } .product-story__specs h2 { font-size: 28px; font-weight: 400; text-align: center; margin: 0 0 40px; } .product-story__specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; } .product-story__spec { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid #e8eaed; } .product-story__spec-label { font-size: 14px; color: #5f6368; } .product-story__spec-value { font-size: 14px; font-weight: 500; color: #202124; text-align: right; } .vicohome-app { background: linear-gradient(135deg, #18b1b9 0%, #20c997 100%); padding: 80px 24px; border-radius: 32px; margin: 60px 24px; overflow: hidden; } .vicohome-app__container { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .vicohome-app__content { color: #ffffff; } .vicohome-app__title { font-size: 42px; font-weight: 700; color: #ffffff; margin: 0 0 16px; line-height: 1.2; } .vicohome-app__desc { font-size: 16px; opacity: 0.95; margin: 0 0 32px; line-height: 1.6; } .vicohome-app__features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .vicohome-app__feature { display: flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); padding: 16px 20px; border-radius: 12px; transition: background 0.2s ease; } .vicohome-app__feature:hover { background: rgba(255, 255, 255, 0.25); } .vicohome-app__feature-icon { width: 40px; height: 40px; background: #ffffff; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vicohome-app__feature-icon svg { width: 22px; height: 22px; color: #18b1b9; } .vicohome-app__feature-text { font-size: 14px; font-weight: 500; color: #ffffff; } .vicohome-app__buttons { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; } .vicohome-app__btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; background: #ffffff; color: #18b1b9; font-size: 14px; font-weight: 500; text-decoration: none; border-radius: 8px; transition: transform 0.2s ease, box-shadow 0.2s ease; } .vicohome-app__btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } .vicohome-app__btn svg { width: 20px; height: 20px; } .vicohome-app__mockup { display: flex; justify-content: center; align-items: center; gap: 20px; } .vicohome-app__mockup img { max-width: 45%; max-height: 450px; filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25)); border-radius: 24px; } @media (max-width: 1024px) { .product-story__section.bg-light { padding: 60px 32px; } } @media (max-width: 900px) { .product-story__features { grid-template-columns: repeat(2, 1fr); } .product-story__section { grid-template-columns: 1fr; gap: 32px; padding: 48px 24px; } .product-story__section.reverse .product-story__image, .product-story__section.reverse .product-story__content { order: unset; } .product-story__section.bg-light { padding: 48px 24px; } .product-story__hero h1 { font-size: 28px; } .product-story__content h2 { font-size: 24px; } .product-story__specs-grid { grid-template-columns: 1fr; } .vicohome-app__container { grid-template-columns: 1fr; gap: 40px; text-align: center; } .vicohome-app__features { grid-template-columns: 1fr; } .vicohome-app__buttons { justify-content: center; } .vicohome-app__mockup { order: -1; gap: 16px; } .vicohome-app__mockup img { max-width: 42%; max-height: 320px; } .vicohome-app__title { font-size: 32px; } } @media (max-width: 600px) { .product-story__features { grid-template-columns: 1fr; gap: 16px; padding: 40px 16px; } .product-story__hero { padding: 40px 16px; } .product-story__hero h1 { font-size: 24px; } .product-story__hero p { font-size: 16px; } .product-story__section { padding: 40px 16px; } .product-story__image img { border-radius: 16px; } .product-story__content h2 { font-size: 22px; } .vicohome-app { padding: 40px 20px; margin: 40px 16px; border-radius: 24px; } .vicohome-app__title { font-size: 28px; } .vicohome-app__desc { font-size: 15px; } .vicohome-app__feature { padding: 14px 16px; } .vicohome-app__feature-icon { width: 36px; height: 36px; } .vicohome-app__feature-icon svg { width: 18px; height: 18px; } .vicohome-app__feature-text { font-size: 13px; } .vicohome-app__buttons { flex-direction: column; align-items: center; } .vicohome-app__btn { width: 100%; justify-content: center; } .vicohome-app__mockup { gap: 12px; } .vicohome-app__mockup img { max-width: 45%; max-height: 240px; border-radius: 16px; } } /* PRODUCT COMPARISON SECTION */ .product-comparison { padding: 80px 24px 60px; background: #f8f9fa; } .product-comparison__container { max-width: 1200px; margin: 0 auto; } .product-comparison__header { text-align: center; margin-bottom: 60px; } .product-comparison__title { font-size: 32px; font-weight: 400; color: #202124; margin: 0 0 16px; } .product-comparison__subtitle { font-size: 16px; color: #5f6368; max-width: 600px; margin: 0 auto; } .product-comparison__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } .product-comparison__card { background: #ffffff; border-radius: 24px; padding: 32px 24px; text-align: center; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; } .product-comparison__card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); } .product-comparison__card.featured { border: 2px solid #18b1b9; } .product-comparison__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #18b1b9 0%, #20c997 100%); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 16px; border-radius: 20px; white-space: nowrap; z-index: 10; box-shadow: 0 2px 8px rgba(24, 177, 185, 0.3); } .product-comparison__image { width: 140px; height: 140px; object-fit: contain; margin: 0 auto 20px; } .product-comparison__name { font-size: 18px; font-weight: 600; color: #202124; margin: 0 0 8px; } .product-comparison__tagline { font-size: 13px; color: #5f6368; margin: 0 0 16px; min-height: 36px; } .product-comparison__colors { display: flex; justify-content: center; gap: 8px; margin-bottom: 16px; } .product-comparison__color { width: 24px; height: 24px; border-radius: 50%; border: 2px solid #e8eaed; cursor: pointer; transition: transform 0.2s ease; } .product-comparison__color:hover { transform: scale(1.1); } .product-comparison__color--white { background: #ffffff; border-color: #d1d5db; } .product-comparison__color--black { background: #1f2937; } .product-comparison__color.active { border-color: #18b1b9; box-shadow: 0 0 0 2px rgba(24, 177, 185, 0.3); } .product-comparison__features-list { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; } .product-comparison__feature-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #202124; padding: 8px 0; border-bottom: 1px solid #f1f3f4; } .product-comparison__feature-item:last-child { border-bottom: none; } .product-comparison__feature-item svg { width: 18px; height: 18px; color: #34a853; flex-shrink: 0; margin-top: 1px; } .product-comparison__feature-item.highlight { color: #18b1b9; font-weight: 500; } .product-comparison__feature-item.highlight svg { color: #18b1b9; } .product-comparison__specs-box { background: #f8f9fa; border-radius: 12px; padding: 16px; margin-bottom: 20px; } .product-comparison__spec-row { display: flex; justify-content: space-between; font-size: 12px; padding: 6px 0; } .product-comparison__spec-row-label { color: #5f6368; } .product-comparison__spec-row-value { color: #202124; font-weight: 500; } .product-comparison__cta { display: inline-flex; align-items: center; justify-content: center; width: 100%; padding: 14px 20px; background: #202124; color: #FFFFFF !important; font-size: 14px; font-weight: 500; text-decoration: none; border-radius: 50px; transition: background 0.2s ease; } .product-comparison__cta:hover { background: #18b1b9; color: #FFFFFF !important; } .product-comparison__cta--current { background: #e8eaed; color: #5f6368; } .product-comparison__cta--current:hover { background: #18b1b9; color: #FFFFFF !important; } /* Slider styles dla mobile */ .product-comparison__slider-wrapper { position: relative; } .product-comparison__slider-dots { display: none; justify-content: center; gap: 8px; margin-top: 24px; } .product-comparison__dot { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; border: none; padding: 0; cursor: pointer; transition: all 0.3s ease; } .product-comparison__dot.active { background: #18b1b9; width: 24px; border-radius: 4px; } @media (max-width: 1100px) { .product-comparison__grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .product-comparison { padding: 80px 16px 60px; } .product-comparison__header { margin-bottom: 60px; } .product-comparison__title { font-size: 26px; } .product-comparison__card { padding: 16px 24px 28px; margin-top: 24px; } /* Slider na mobile */ .product-comparison__slider-wrapper { margin: 0 -16px; padding: 0 16px; overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch; scrollbar-width: none; } .product-comparison__slider-wrapper::-webkit-scrollbar { display: none; } .product-comparison__grid { display: flex; gap: 16px; padding-bottom: 16px; scroll-snap-type: x mandatory; } .product-comparison__card { min-width: calc(100vw - 48px); scroll-snap-align: center; margin: 24px 0 0; } .product-comparison__slider-dots { display: flex; } /* Navigation arrows visible on mobile */ .product-comparison__nav-arrow { display: flex; } } /* Product Comparison Navigation Arrows */ .product-comparison__container { position: relative; } .product-comparison__nav-arrow { display: none; width: 44px; height: 44px; border-radius: 50%; background: #ffffff; border: 1px solid #e0e0e0; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); flex-shrink: 0; position: absolute; top: 50%; transform: translateY(-50%); z-index: 100; } .product-comparison__nav-arrow:hover { background: #18b1b9; border-color: #18b1b9; } .product-comparison__nav-arrow svg { width: 20px; height: 20px; color: #5f6368; transition: all 0.2s ease; } .product-comparison__nav-arrow:hover svg { color: #ffffff; } .product-comparison__nav-arrow--left { left: 16px; } .product-comparison__nav-arrow--right { right: 16px; } @media (max-width: 600px) { .product-comparison__nav-arrow { display: flex; } } wirles installation G522 Solar-Integrated Smart Security Camera The G522 redefines outdoor surveillance by merging high-performance optics with sustainable energy. Featuring a sleek, top-mounted solar panel, this camera is engineered for complete wireless freedom. It utilizes the sun to keep its high-capacity battery charged, ensuring your home remains under a watchful eye without the need for cables or frequent recharging. Integrated Solar Harvesting The G522 features a built-in solar panel on the top surface, providing a continuous trickle charge to the internal 5200 mAh/6400 mAh battery. 3K 5MP High-Definition Don't miss a single detail. With a resolution of 2960 x 1666, you get vivid, sharp images that allow for digital zooming without losing clarity. Rugged All-Weather Design Equipped with both White Light LEDs and Infrared sensors, the G522 offers "MagicPix" technology—giving you the choice between discreet monitoring or full-color nighttime video. Free VicoHome App 24/7 remote monitoring, 3 days free recording and SD card slot up to 128 GB. All recoding in your's VicoHome free App wIRLESS camera Sustainable Power & Dual-Light Defense The G522 combines stunning 3K (5MP) clarity with a high-efficiency integrated solar panel, providing continuous, eco-friendly power that eliminates the need for manual recharging. This advanced design features a Dual-Light System, utilizing both Infrared and powerful White Light LEDs to offer vivid full-color night vision and a visual deterrent against intruders. Smart Wireless Camera 3K Clarity & Sustainable Solar Power The G522 combines stunning 3K (5MP) clarity with an integrated solar-harvesting design. While its wide 134° ultra-wide-angle lens secures your entire perimeter without the need for motorized movement, the built-in solar panel provides continuous, eco-friendly power. Experience intelligent on-device AI that identifies people, pets, and vehicles in real-time, allowing you to zoom in with 2960 X 1666 precision to capture critical details like license plates with absolute sharpness. 24/7 Monitoring Free mobile app with recording feature Secure access to recordings is provided by the free mobile app, which not only allows remote viewing but also has a recording and video storage feature. Now, control over the security of your home is always within reach. All-Weather Protection IP65 weatherproof for any conditions Weather-resistant with an IP65 certification, this camera ensures reliable security in any conditions. From summer heat to winter storms, the G522 keeps watching your property day and night, powered sustainably by the included solar panel. Technical Specifications Video Quality5MP (2960 x 1666) Field of View134° Ultra-Wide Diagonal AI FunctionsHuman Detection, Pet Detection, Motion Tracking Night VisionMagicPix (Full-Color or Infrared) Connectivity 2.4 GHz - WiFi Power SourceIntegrated Solar Panel + Rechargeable Battery StorageMicroSD ) or free 3 days cloude storage Wireless NetworkWi-Fi 2.4 GHz (802.11 b/g/n) StorageCloud, SD (128GB), Phone Memory Dimensions67 × 58 × 89 mm CertificationsCE, FCC, MSDS, RoHS, UL62368, UN38.3, WEEE Compare Outdoor Cameras Find the perfect outdoor camera for your property. All models feature IP65 weatherproofing and VicoHome app integration. CQ1 Wire-Free Battery Camera 9000mAh Battery 2K Resolution Dual Night Vision IP65 Weatherproof Resolution2K HD Pan-Tilt355° × 90° PowerBattery Only View CQ1 X83 Compact Outdoor Camera Full HD Resolution IP65 Weatherproof Night Vision Compact Size ResolutionFull HD Pan-Tilt355° × 90° PowerBattery View CG6 Currently Viewing G522 Solar Panel Wireless Battery Outdoor Camera Wireless Baterry Powered Dual floodlights IP65 Weatherproof 3K & Night Vision ResolutionFull HD View134° Ultra-Wide Diagonal PowerBattery Currently Viewing CG8 Solar White Wire-Free with Solar Charging Solar panel included Full HD resolution IP65 waterproof Dual Night Vision Resolution2K HD Pan-Tilt355° × 90° PowerSolar + Battery View CG8 Solar