Smart Window Bird Feeder X22
.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: flex; flex-wrap: nowrap; justify-content: center; 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; flex: 1; /* Distribute space evenly */ max-width: 280px; /* Prevent too wide items */ } .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 { flex-wrap: wrap; } .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 { 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 { grid-template-columns: repeat(5, 1fr); display: grid; 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; 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; } .product-comparison__cta--current { background: #e8eaed; color: #5f6368; } .product-comparison__cta--current:hover { background: #18b1b9; color: #FFFFFF; } /* 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(5, 1fr); 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 { grid-template-columns: repeat(5, 1fr); 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; } Transparent Window-Mount Design Smart Window Bird Feeder – Clear View Birdwatching Experience nature up close – right from your window. This transparent acrylic bird house attaches directly to any clean window using extra-strong suction cups, giving you a crystal-clear, face-to-face view of your feathered visitors. Perfect for homes, apartments, offices, and classrooms. 100% Clear Design Fully transparent acrylic Quick Installation No tools needed Weather Resistant Year-round outdoor use Cats & Kids Love It Natural entertainment 100% Clear Design The best birdwatching experience – unobstructed view Unlike traditional feeders, this window-mounted bird feeder is completely see-through, allowing you, your children, or even your pets to observe birds without obstruction. Made from fully transparent, durable acrylic, it blends into your window seamlessly so birds feel safe and natural while you enjoy a perfect viewing angle. Attract Wild Birds Watch sparrows, finches, robins, tits and more Designed to hold seeds, grains, and other bird favorites, the feeder naturally attracts a wide variety of wild bird species. The open, wide design keeps birds comfortable while providing a stunning full-frame view through the window. It's the ideal way to bring nature closer – perfect for apartments, homes, offices, or classrooms. Entertainment for Cats & Kids Turn your window into natural "Bird TV" Do you have indoor cats? This feeder turns your window into a natural bird channel! Cats love watching the birds up close, keeping them stimulated and entertained throughout the day. Children are equally fascinated – it's a wonderful educational tool that brings wildlife into your daily life. Quick & Secure Installation No tools needed – mount in seconds Simply press the strong suction cups to any clean glass surface. The feeder stays firmly in place even during wind, rain, and temperature changes. Easy to remove, clean, and reinstall. Built-in drainage holes keep seeds dry and fresh, while the thick UV-resistant acrylic is made for year-round outdoor use. Technical Specifications Sensor1/2.9" CMOS Resolution1920×1080 Viewing Angle125° diag / 106° H / 57° V Rotation355° H / 90° V Night VisionInfrared LED / White Light Battery5200mAh / 6700mAh + Solar Weather RatingIP65 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 Bird Feeder Cameras Find the perfect smart bird feeder camera for your backyard. All models feature AI bird recognition, IP65 weatherproofing, and free VicoHome app integration. N002 Ultimate Bird Lovers Solution Solar Panel Included 2K HD + 11K Species AI Full-Color Night Vision Two-Way Audio Resolution2K HD PowerSolar + Battery WeatherIP65 Currently Viewing G02 Solar Solar Panel Included Solar Panel Included 2K HD + 11K Species AI Full-Color Night Vision IP65 Weatherproof Resolution2K HD PowerSolar + Battery WeatherIP65 View G02 Solar G03 Solar AI-Enabled Wildlife Observer 1.8 lbs Seed Capacity 2K HD + 11K Species AI Transparent Container Solar Panel Included Resolution2K HD PowerSolar + Battery WeatherIP65 View G03 Solar N008 WiFi Camera with Solar Support 4400mAh Long Battery 2K HD + 142° View IR + White Light Night Up to 5 Months Standby Resolution2K HD Power4400mAh + Solar WeatherIP65 View N008 X22 Window Transparent Suction Mount Window Mount Design 100% Clear Acrylic 2K HD + Species AI Cat & Kids Friendly Resolution2K HD PowerUSB-C Charging WeatherIP65 Currently Viewing
More you might like
Related
AI Smart Window Bird Feeder – 2K HD Camera & Species Recogni
Related
Smart Bird Feeder with Camera, Solar Bird Feeder - 2K HD Liv
Related
clear Bird Feeders for Window - Bird House Style Window Bird
Related