{"product_id":"smartwings-motorized-levitate-linen-roman-shades-50-70-blackout-daphne","title":"SmartWings Motorized Levitate Linen Roman Shades 50%\/70% Blackout Daphne","description":"\u003cstyle\u003e\n  \n  .sw-product-wrapper {\n    font-family: inherit;\n  }\n  \n  \n  .sw-container {\n    max-width: 1410px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n  \n  \n  .sw-hero-banner {\n    position: relative;\n    width: 100%;\n  }\n  \n  .sw-full-width-image {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n  }\n  .sw-full-width-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  .sw-hero-text--center {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    text-align: center;\n    color: #000000;\n    z-index: 10;\n    width: 80%;\n    max-width: 800px;\n  }\n  \n  .sw-hero-title {\n    font-size: 5.5rem;\n    font-weight: 700;\n    margin-bottom: 1rem;\n    letter-spacing: -0.02em;\n    color: #ffffff;\n    line-height: 1.2;\n  }\n  \n  .sw-hero-subtitle {\n    font-size: 1.7rem;\n    font-weight: 500;\n    opacity: 0.85;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  \n    .sw-full-image {\n    width: 100%;\n    display: block;\n  }\n  .sw-full-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  \n  \n  .sw-grid-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 4rem;\n    flex-wrap: wrap;\n    margin: 60px 0;\n  }\n  .sw-grid-item--reverse {\n    flex-direction: row-reverse;\n  }\n  .sw-grid-item__image {\n    flex: 1;\n    min-width: 280px;\n  }\n  .sw-grid-item__image img {\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n    display: block;\n  }\n  .sw-grid-item__text {\n    flex: 1;\n    min-width: 280px;\n  }\n   \n  .sw-grid-item__text h3 {\n    font-size: 2rem;\n    font-weight: 700;\n    margin-bottom: 1.5rem;  \n    color: #000000;\n  }\n  .sw-grid-item__text p {\n    color: #333;\n    line-height: 1.7;\n  }\n  \n\n.sw-logo-marquee {\n  width: 100vw;\n  position: relative;\n  left: 50%;\n  right: 50%;\n  margin-left: -50vw;\n  margin-right: -50vw;\n  background: #ffffff;\n  padding: 60px 0;\n  overflow: hidden;\n  white-space: nowrap;\n  border-top: 1px solid #eee;\n  border-bottom: 1px solid #eee;\n}\n\n.sw-logo-track {\n  display: inline-block;\n  animation: sw-scrollLogos 16s linear infinite;\n  will-change: transform;\n}\n\n .sw-logo-track img {\n    height: 100px;\n    width: auto;\n    margin: 0 70px;\n    display: inline-block;\n    vertical-align: middle;\n    transition: transform 0.3s;\n  }\n\n@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {\n  .sw-logo-track img {\n    image-rendering: auto;\n  }\n}\n\n@keyframes sw-scrollLogos {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n\n@media (max-width: 768px) {\n  .sw-logo-track img {\n    height: 50px;\n    margin: 0 30px;\n  }\n}\n  \n  .ba-fullscreen-section {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background: #f5f3ef;\n    padding: 40px 0 60px 0;\n  }\n  \n  .ba-container {\n    position: relative;\n    width: 100%;\n    max-width: 1400px;\n    margin: 0 auto;\n    overflow: hidden;\n    border-radius: 20px;\n    cursor: ew-resize;\n  }\n  \n  .ba-wrapper {\n    position: relative;\n    width: 100%;\n  }\n  \n  .ba-wrapper img {\n    width: 100%;\n    display: block;\n  }\n  \n  .ba-after {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 50%;\n    height: 100%;\n    overflow: hidden;\n  }\n  \n  .ba-after img {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n  \n  .ba-line {\n    position: absolute;\n    top: 0;\n    left: 50%;\n    width: 3px;\n    height: 100%;\n    background: white;\n    z-index: 5;\n    pointer-events: none;\n  }\n  \n  .ba-handle {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 50px;\n    height: 50px;\n    background: white;\n    border-radius: 50%;\n    transform: translate(-50%, -50%);\n    cursor: ew-resize;\n    z-index: 10;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.2);\n  }\n  \n  .ba-handle svg {\n    width: 24px;\n    height: 24px;\n    stroke: #333;\n  }\n  \n  .ba-before-label, .ba-after-label {\n    position: absolute;\n    bottom: 20px;\n    background: rgba(0,0,0,0.6);\n    color: white;\n    padding: 6px 16px;\n    border-radius: 30px;\n    font-size: 14px;\n    z-index: 5;\n  }\n  \n  .ba-before-label { left: 20px; }\n  .ba-after-label { right: 20px; }\n  \n  .ba-subtitle {\n    text-align: center;\n    color: #666;\n    margin-bottom: 40px;\n  }\n  \n  .ba-content {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n  \n  .more-options-section {\n    margin: 60px 0;\n  }\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2rem;\n    margin-top: 2rem;\n  }\n  .feature-item p {\n    color: #333;\n    line-height: 1.6;\n  }\n  .feature-item {\n  padding: 24px;\n  border-radius: 14px;\n  background: #fafafa;\n  transition: all 0.2s ease;\n}\n.feature-item:hover {\n  background: #f5f5f5;\n}\n  \n  @media (max-width: 768px) {\n    .sw-grid-item {\n      gap: 2rem;\n      margin: 40px 0;\n    }\n    .sw-logo-track img {\n      height: 50px;\n      margin: 0 30px;\n    }\n    .sw-hero-title {\n      font-size: 2.0rem;\n    }\n    .sw-hero-subtitle {\n      font-size: 1.2rem;\n    }\n    .ba-handle {\n      width: 40px;\n      height: 40px;\n    }\n    .ba-handle svg {\n      width: 20px;\n      height: 20px;\n    }\n    .features-grid {\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sw-product-wrapper\"\u003e\n\n  \u003cdiv class=\"sw-hero-banner\"\u003e\n  \u003cdiv style=\"max-width: 1410px; margin: 0 auto; padding: 0 20px;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/20251224090746.jpg?v=1766541942\" alt=\"SmartWings Hero\" style=\"width: 100%; height: auto; display: block; border-radius: 0;\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \n    \u003cdiv style=\"max-width: 1410px; margin: 0 auto; padding: 0 20px; margin-top: 30px;\"\u003e\n    \u003ciframe style=\"width: 100%; height: 600px; border: 0; display: block;\" src=\"https:\/\/www.youtube.com\/embed\/1BZLM52wyy4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\n    \u003c\/iframe\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sw-container\"\u003e\n    \u003cdiv class=\"sw-grid-item\"\u003e\n      \u003cdiv class=\"sw-grid-item__text\"\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: 700; color: #000000; margin-bottom: 1.5rem;\"\u003eLevitate Linen Roman Shades\u003c\/h3\u003e\n        \u003cp\u003eSmartWings' Levitate Linen Roman Shades combine the timeless elegance of our premium linen-blend fabric with an innovative dual-adjustment design. Crafted from the same beautifully textured fabric as our Linen Roman Shades and Linen Drapery, they feature a soft hand feel and natural slub detail that bring warmth and understated sophistication to any space.\u003c\/p\u003e\n        \u003cp\u003eDesigned to adapt to your lifestyle, the independently adjustable upper and lower sections give you complete control over daylight, privacy, and outdoor views. Welcome sunlight from above while keeping the lower portion covered, or raise the shade from below to enjoy the scenery while the upper section continues to filter harsh light. Paired with our premium linen-blend fabric, Levitate Linen Roman Shades deliver a perfect balance of elegance, comfort, and everyday practicality.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sw-grid-item__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/2_de3ef770-4a81-40e9-863b-b822d862a0f3.jpg?v=1784535347\u0026amp;width=1600\" alt=\"SmartWings Feature\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sw-full-image\"\u003e\n    \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/8_9592accb-6aff-4c58-8496-a9c06102f5c4.jpg?v=1766542012\u0026amp;width=1500\" alt=\"Powered by SmartWings\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sw-container\"\u003e\n    \u003cdiv class=\"sw-grid-item\"\u003e\n      \u003cdiv class=\"sw-grid-item__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/3_53c7fc12-ea11-4aad-b3aa-b0a02b2462a3.jpg?v=1784535441\u0026amp;width=1600\" alt=\"Daphne Style\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sw-grid-item__text\"\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: 700; color: #000000; margin-bottom: 3rem;\"\u003eDaphne Series\u003c\/h3\u003e\n        \u003cp\u003eThe Daphne Series showcases the natural elegance of linen through its refined texture and inviting tactile quality. Featuring a beautifully woven slub pattern, this linen-blend fabric reveals subtle tonal variations that create depth and visual harmony. Its surface exudes a soft, organic richness—both sophisticated and comforting to the touch. The interplay of light and shadow across the fabric enhances its natural charm, making it an ideal choice for interiors seeking warmth, balance, and timeless style.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"sw-grid-item sw-grid-item--reverse\"\u003e\n      \u003cdiv class=\"sw-grid-item__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/4_d1546f61-997e-464a-a0ae-c0f22dce9d90.jpg?v=1784535535\u0026amp;width=1600\" alt=\"Smart Motor\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sw-grid-item__text\"\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: 700; color: #000000; margin-bottom: 3rem;\"\u003eSmart Motor, Seamless Control\n        \u003c\/h3\u003e\n\u003cp\u003eEffortlessly control your shades with our advanced smart motors — designed for modern living and seamless smart home integration.\u003c\/p\u003e\n        \u003cp\u003eOur latest Matter-enabled motor brings a new level of simplicity and reliability. Built on Matter over Thread, it works smoothly with leading platforms like Apple Home, Google Home, Amazon Alexa, and Samsung SmartThings — giving you intuitive control through the apps you already use.\u003c\/p\u003e\n        \u003cp\u003eEnjoy faster response times, stable connections, and enhanced privacy, all from the app you already use.\u003c\/p\u003e\n        \u003cp\u003eFor more customized setups, we also offer Zigbee and Z-Wave motors, compatible with popular ecosystems like Home Assistant and Hubitat.\u003c\/p\u003e\n        \u003cp\u003eUpgrade your space with smart shades that are not only connected — but truly effortless.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"sw-grid-item\"\u003e\n      \u003cdiv class=\"sw-grid-item__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/5_d716bd9f-2cef-42e7-8fba-556b3a37162a.jpg?v=1784535697\" alt=\"Intelligent Control\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sw-grid-item__text\"\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: 700; color: #000000; margin-bottom: 3rem;\"\u003eIntelligent Control, Your Way\u003c\/h3\u003e\n        \u003cp\u003eControl your shades exactly how you want — whether you're at home or away.\u003c\/p\u003e\n        \u003cp\u003eUse a sleek multi-channel remote to adjust a single shade or an entire room at once. Prefer hands-free? Simply use voice commands to open, close, or set the perfect position.\u003c\/p\u003e\n        \u003cp\u003eThrough your smart home system, you can schedule shades to match your daily routine — wake up to natural light, or enjoy automatic privacy at night. Even when you're away, your home stays just the way you like it.\u003c\/p\u003e\n        \u003cp\u003eOur motors integrate with leading smart home platforms, giving you flexible control through your preferred app and ecosystem.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\n  \u003cdiv class=\"sw-hero-banner\"\u003e\n  \u003cdiv class=\"sw-full-width-image\"\u003e\n    \u003cpicture\u003e\n\n      \u003csource media=\"(max-width: 768px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/f38043b2736684e4086605814f54b58.jpg?v=1784536410\u0026amp;width=1000\" width=\"1000\" height=\"auto\"\u003e\n\n      \u003csource media=\"(min-width: 769px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/8_ae2e785f-021c-48f1-aad1-1707a5293128.jpg?v=1784535861\u0026amp;width=2000\" width=\"2000\" height=\"auto\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/8_ae2e785f-021c-48f1-aad1-1707a5293128.jpg?v=1784535861\u0026amp;width=2000\" alt=\"Smart Life\" loading=\"lazy\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n  \u003c\/div\u003e\n    \u003cdiv class=\"sw-hero-text--center\"\u003e\n      \u003cdiv class=\"sw-hero-title\"\u003eSmart Life Seamlessly Connected\u003c\/div\u003e\n  \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\u003cdiv class=\"sw-logo-marquee\"\u003e\n  \u003cdiv class=\"sw-logo-track\"\u003e\n    \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/Google_Home.jpg?v=1770796261\u0026amp;width=400\" alt=\"Google Home\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/HomeKit_7bad623c-fcfb-4ef3-b9a7-10845a46abe5.jpg?v=1671437221\u0026amp;width=400\" alt=\"Apple Home\"\u003e\n  \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/Alexa_2675de05-f096-4356-bb8d-23aee96bfa45.jpg?v=1671437235\u0026amp;width=400\" alt=\"Alexa\"\u003e\n  \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/SmartThings.jpg?v=1671437271\u0026amp;width=400\" alt=\"SmartThings\"\u003e\n  \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/Home_-Assistant.jpg?v=1671437297\u0026amp;width=400\" alt=\"Home Assistant\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/Hubitat.jpg?v=1671437330\u0026amp;width=400\" alt=\"Hubitat\"\u003e\n\n    \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/Google_Home.jpg?v=1770796261\u0026amp;width=400\" alt=\"Google Home\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/HomeKit_7bad623c-fcfb-4ef3-b9a7-10845a46abe5.jpg?v=1671437221\u0026amp;width=400\" alt=\"Apple Home\"\u003e\n  \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/Alexa_2675de05-f096-4356-bb8d-23aee96bfa45.jpg?v=1671437235\u0026amp;width=400\" alt=\"Alexa\"\u003e\n  \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/SmartThings.jpg?v=1671437271\u0026amp;width=400\" alt=\"SmartThings\"\u003e\n  \u003cimg src=\"https:\/\/www.smartwingshome.com\/cdn\/shop\/files\/Home_-Assistant.jpg?v=1671437297\u0026amp;width=400\" alt=\"Home Assistant\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/Hubitat.jpg?v=1671437330\u0026amp;width=400\" alt=\"Hubitat\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n  \u003cdiv class=\"sw-container\"\u003e\n    \u003cdiv class=\"sw-grid-item sw-grid-item--reverse\"\u003e\n      \u003cdiv class=\"sw-grid-item__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/6_44decc5a-607b-42c3-a76c-0250762aa97b.jpg?v=1784536010\" alt=\"Automation\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sw-grid-item__text\"\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: 700; color: #000000; margin-bottom: 1rem;\"\u003eAutomation That Adapts to Your Life\u003c\/h3\u003e\n        \u003cp\u003eWake up to natural light as your shades rise gently with the morning sun. Wind down in the evening as they lower automatically for privacy and comfort. With a simple voice command like “Hi Siri, Movie time,” your room transforms instantly—shades close, light fades, and the space is ready. Cooking in the kitchen and need more light? Just say “Alexa, open the blinds,” and let your home respond without interrupting what you’re doing.\u003c\/p\u003e\n        \u003cp\u003eSmartWings automation goes beyond convenience—it’s control without effort. Create personalized scenes for every part of your day, from quiet mornings to busy afternoons to relaxed evenings. Set schedules, adjust with your voice, or automate everything once and let it run seamlessly in the background. It’s a smarter, calmer, more responsive home—designed to work for you, not the other way around.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sw-grid-item\"\u003e\n      \u003cdiv class=\"sw-grid-item__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/7_45894666-554d-43d9-bdeb-343611dd9bd6.jpg?v=1784536239\" alt=\"Child Safe\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sw-grid-item__text\"\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: 700; color: #000000; margin-bottom: 1rem;\"\u003eDesigned for Safer Homes, Day and Night\u003c\/h3\u003e\n        \u003cp\u003eTraditional cords can pose real risks in homes with children. SmartWings eliminates that concern entirely with a cordless, motorized design—creating a cleaner, safer space where kids can move freely. No dangling cords, no tangled hazards—just a smooth, worry-free environment built for everyday family life.\u003c\/p\u003e\n        \u003cp\u003eBeyond safety, the quiet motor ensures a calm, undisturbed atmosphere—perfect for naps, early mornings, and bedtime routines. Adjust your shades without sudden noise or disruption, whether your child is sleeping or playing nearby. It’s a simple upgrade that brings peace of mind, greater comfort, and a home that feels as safe as it looks.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cdiv class=\"ba-fullscreen-section\"\u003e\n  \u003cdiv class=\"ba-content\"\u003e\n    \u003ch2 style=\"font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 0; color: #000000;\"\u003eThe Transformation\u003c\/h2\u003e\n    \u003cp class=\"ba-subtitle\"\u003eDrag the slider to see the difference — before and after installing SmartWings motorized shades\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"ba-container\" id=\"baContainer\"\u003e\n    \u003cdiv class=\"ba-wrapper\"\u003e\n\n      \u003cpicture\u003e\n        \u003csource media=\"(max-width: 768px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/0adaf05346140d47ed09f3fafe8662c5.jpg?v=1784537398\u0026amp;width=800\"\u003e\n        \u003csource media=\"(min-width: 769px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/adba2b509a9f0c12f220933a351a1de4.jpg?v=1784536686\u0026amp;width=1600\"\u003e\n        \u003cimg id=\"baBefore\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/adba2b509a9f0c12f220933a351a1de4.jpg?v=1784536686\u0026amp;width=1600\" alt=\"Before\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n      \n\n      \u003cdiv class=\"ba-after\" id=\"baAfter\"\u003e\n        \u003cpicture\u003e\n          \u003csource media=\"(max-width: 768px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/458e594ee47dd5a8b1565663ecd480e.jpg?v=1784537601\u0026amp;width=800\"\u003e\n          \u003csource media=\"(min-width: 769px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/f3c2d5f935c2d144ebcf80f8401246ac.jpg?v=1784537457\u0026amp;width=1600\"\u003e\n          \u003cimg id=\"baAfterImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/f3c2d5f935c2d144ebcf80f8401246ac.jpg?v=1784537457\u0026amp;width=1600\" alt=\"After\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"ba-line\" id=\"baLine\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ba-handle\" id=\"baHandle\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n          \u003cpath d=\"M11.998 19.4521L11.998 4.54715\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6.58008 19.4521L6.58008 4.54715\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17.4199 19.4521V4.54715\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ba-before-label\"\u003eBEFORE\u003c\/div\u003e\n      \u003cdiv class=\"ba-after-label\"\u003eAFTER\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n  \u003cdiv class=\"sw-container more-options-section\"\u003e\n    \u003ch2 style=\"font-size: 32px; font-weight: 700; text-align: center; color: #000000; margin-bottom: 2rem;\"\u003eMore Fabric Options\u003c\/h2\u003e\n    \u003cdiv class=\"sw-full-image\" style=\"margin-bottom: 2rem;\"\u003e\n    \u003cpicture\u003e\n\n      \u003csource media=\"(max-width: 768px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/412f3853717b9574d091ea0aa7876c96.jpg?v=1784538024\u0026amp;width=800\" width=\"800\" height=\"auto\"\u003e\n\n      \u003csource media=\"(min-width: 769px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/a6041d298205dc46ebb0ae885c85c6f8_e274f294-4a8e-4e6c-90df-e87b30310092.jpg?v=1784539526\u0026amp;width=1500\" width=\"1500\" height=\"auto\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/a6041d298205dc46ebb0ae885c85c6f8_e274f294-4a8e-4e6c-90df-e87b30310092.jpg?v=1784539526\u0026amp;width=1500\" alt=\"More Fabric Options\" loading=\"lazy\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n  \u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\n\u003ch2 style=\"font-size: 32px; font-weight: 700; text-align: center; color: #000000; margin-bottom: 2rem;\"\u003eComfort, Convenience \u0026amp; Confidence\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n   \u003cp style=\"text-align: center; color: #666; max-width: 700px; margin: 0 auto 2.5rem auto; line-height: 1.6;\"\u003e\n  Each fabric option is designed with both style and performance in mind. Below are a few practical details to help you choose with confidence.\n\u003c\/p\u003e\n    \n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4 style=\"font-size:16px; font-weight:600; color:#000; margin-bottom:10px;\"\u003eMade to Measure\u003c\/h4\u003e\n        \u003cp\u003eCustomize your space with our made-to-measure smart shades, available in a variety of fabrics, to enhance your home with convenient and energy-saving living experiences.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4 style=\"font-size: 1.5rem; font-weight: 700; color: #000000; margin-bottom: 0.75rem;\"\u003eBattery-powered\u003c\/h4\u003e\n        \u003cp\u003eSmartWings shades feature a rechargeable motor that operates for 4-6 months on a full charge. Recharge them effortlessly using a Type-C cable or a solar panel for continuous convenience.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4 style=\"font-size: 1.5rem; font-weight: 700; color: #000000; margin-bottom: 0.75rem;\"\u003eWhat’s Included\u003c\/h4\u003e\n        \u003cp\u003eEach order of our smart blinds comes complete with user manuals, charging cables, installation screws, and brackets, ensuring a straightforward setup process. Additionally, all shades are backed by a 3-year warranty for your peace of mind.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\n\u003cscript\u003e\n  (function() {\n    var container = document.getElementById('baContainer');\n    var afterDiv = document.getElementById('baAfter');\n    var handle = document.getElementById('baHandle');\n    var line = document.getElementById('baLine');\n    \n    if (!container || !afterDiv || !handle) return;\n    \n    var dragging = false;\n    \n    function move(x) {\n      var rect = container.getBoundingClientRect();\n      var percent = (x - rect.left) \/ rect.width * 100;\n      percent = Math.min(100, Math.max(0, percent));\n      afterDiv.style.width = percent + '%';\n      handle.style.left = percent + '%';\n      if (line) line.style.left = percent + '%';\n    }\n    \n    handle.addEventListener('mousedown', function(e) {\n      dragging = true;\n      e.preventDefault();\n      move(e.clientX);\n    });\n    \n    window.addEventListener('mousemove', function(e) {\n      if (!dragging) return;\n      e.preventDefault();\n      move(e.clientX);\n    });\n    \n    window.addEventListener('mouseup', function() {\n      dragging = false;\n    });\n    \n    handle.addEventListener('touchstart', function(e) {\n      dragging = true;\n      e.preventDefault();\n      var touch = e.touches[0];\n      move(touch.clientX);\n    }, { passive: false });\n    \n    window.addEventListener('touchmove', function(e) {\n      if (!dragging) return;\n      e.preventDefault();\n      var touch = e.touches[0];\n      move(touch.clientX);\n    }, { passive: false });\n    \n    window.addEventListener('touchend', function() {\n      dragging = false;\n    });\n    \n    container.addEventListener('click', function(e) {\n      if (e.target === handle) return;\n      move(e.clientX);\n    });\n    \n    function initPosition() {\n      afterDiv.style.width = '50%';\n      handle.style.left = '50%';\n      if (line) line.style.left = '50%';\n    }\n    \n    var beforeImg = document.getElementById('baBefore');\n    if (beforeImg \u0026\u0026 beforeImg.complete) {\n      initPosition();\n    } else if (beforeImg) {\n      beforeImg.addEventListener('load', initPosition);\n    } else {\n      initPosition();\n    }\n    \n    window.addEventListener('resize', function() {\n      var currentWidth = afterDiv.style.width;\n      if (currentWidth) {\n        var percent = parseFloat(currentWidth);\n        if (!isNaN(percent)) {\n          handle.style.left = percent + '%';\n          if (line) line.style.left = percent + '%';\n        }\n      }\n    });\n  })();\n\u003c\/script\u003e\n","brand":"SmartWings","offers":[{"title":"Default Title","offer_id":46563338944709,"sku":null,"price":389.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/0215\/5461\/files\/1_50277ed0-5931-4ed5-9d3c-7c077d6fd4da.jpg?v=1784528129","url":"https:\/\/www.smartwingshome.com\/products\/smartwings-motorized-levitate-linen-roman-shades-50-70-blackout-daphne","provider":"SmartWings","version":"1.0","type":"link"}