{"title":"Light Filtering Shades","description":"","products":[{"product_id":"light-filtering-zebra-shades","title":"Light Filtering Zebra Shades – 5 Fabric Series (AB, B5, BL2, G31, BL21), 3\" Solid + 2\" Sheer Stripes, Cordless \u0026 Motorized, Noise Absorbing, GREENGUARD Certified, Child-Safe for Living Room \u0026 Home Office","description":"\u003cstyle\u003e\n  .cert-strip {\n    margin: 22px 0;\n  }\n\n  .cert-strip__title{\n    text-align:center;\n    margin: 0 0 16px;\n  }\n\n  .cert-strip__track {\n    display: flex;\n    gap: 16px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    scroll-snap-type: x mandatory;\n    padding-bottom: 6px;\n  }\n\n  .cert-strip__track::-webkit-scrollbar {\n    height: 6px;\n  }\n\n  .cert-strip__track::-webkit-scrollbar-thumb {\n    background: rgba(0,0,0,0.18);\n    border-radius: 999px;\n  }\n\n  .cert-item {\n    flex: 0 0 auto;\n    width: 220px;\n    border: 1px solid #eee;\n    border-radius: 14px;\n    padding: 14px 14px 16px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .cert-item img {\n    height: 34px;\n    width: auto;\n    margin-bottom: 10px;\n  }\n\n  .cert-item__label {\n    font-weight: 600;\n    color: #333;\n    margin-bottom: 6px;\n  }\n\n  .cert-item__sub {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.45;\n  }\n\n  @media (min-width: 900px) {\n    .cert-strip__track {\n      justify-content: space-between;\n      overflow-x: hidden;\n    }\n    .cert-item {\n      flex: 1 1 0;\n    }\n  }\n\n  \/* ===== Slider Wrapper ===== *\/\n  .fabric-slider-wrapper {\n    position: relative;\n    margin: 24px 0;\n  }\n\n  .fabric-slider {\n    display: flex;\n    gap: 22px;\n    overflow-x: auto;\n    padding: 8px 8px 16px;\n    scroll-snap-type: x mandatory;\n    scroll-behavior: smooth;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n  }\n\n  .fabric-slider::-webkit-scrollbar {\n    display: none;\n  }\n\n.fabric-card {\n  flex: 0 0 calc((100% - (22px * 2)) \/ 3.1);\n  scroll-snap-align: start;\n  text-align: center;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n}\n\n.fabric-card img {\n  width: 100%;\n  height: 260px; \/* 统一图片高度 *\/\n  object-fit: cover; \/* 保证图片统一尺寸且不变形 *\/\n  display: block;\n  border-radius: 8px;\n}\n\n.fabric-card h3 {\n  margin: 12px 0 8px;\n  text-align: center;\n}\n\n.fabric-card p {\n  margin: 0 0 8px;\n  text-align: center;\n}\n\n.fabric-card ul {\n  margin: 0;\n  padding-left: 0;\n  list-style-position: inside;\n  text-align: center;\n}\n  .slider-btn {\n    position: absolute;\n    top: 45%;\n    transform: translateY(-50%);\n    z-index: 2;\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    border: 1px solid #ddd;\n    background: #fff;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.12);\n  }\n\n.slider-btn.left {\n  left: 0;\n}\n\n.slider-btn.right {\n  right: 0;\n}\n\n  .slider-btn svg {\n    width: 18px;\n    height: 18px;\n    fill: none;\n    stroke: #222;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  @media (max-width: 768px) {\n    .fabric-card {\n      flex: 0 0 calc((100% - 22px) \/ 1.1);\n    }\n    .slider-btn {\n      display: none;\n    }\n  }\n\n  \/* ===== Zebra Split Section ===== *\/\n  .zb-split{\n    display:flex;\n    align-items:center;\n    margin-top:30px;\n  }\n\n  .zb-split img{\n    width:50%;\n    height:360px;\n    object-fit:cover;\n    border-radius:8px;\n    display:block;\n  }\n\n  .zb-split-text{\n    width:50%;\n    padding:56px 70px;\n    box-sizing:border-box;\n  }\n\n  .zb-split.reverse{\n    flex-direction:row-reverse;\n  }\n\n @media (max-width:768px){\n  .zb-split,\n  .zb-split.reverse{\n    flex-direction:column;\n  }\n\n  .zb-split img{\n    display:none;\n  }\n\n  .zb-split-text{\n    width:100%;\n    padding:16px 8px 0;\n  }\n}\n\n  \/* ===== Zebra Lift Options ===== *\/\n  .zb-lift-section{\n    margin: 40px 0;\n  }\n\n  .zb-lift-title{\n    text-align:center;\n    margin: 0 0 20px;\n    font-size: 24px;\n    line-height: 1.2;\n    font-weight: 600;\n    color: #333;\n  }\n\n  .zb-lift-grid{\n    display:grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n\n  .zb-lift-card{\n    width:100%;\n  }\n\n  .zb-lift-media{\n    position:relative;\n    width:100%;\n    aspect-ratio:3\/4;\n    overflow:hidden;\n    border-radius:8px;\n    background:#f7f7f7;\n  }\n\n  .zb-lift-media iframe{\n    position:absolute;\n    inset:0;\n    width:100%;\n    height:100%;\n    border:0;\n    display:block;\n  }\n\n  .zb-lift-overlay{\n    position:absolute;\n    left:0;\n    right:0;\n    bottom:0;\n    padding:16px 16px 14px;\n    background: linear-gradient(to top, rgba(0,0,0,0.58), rgba(0,0,0,0.18), rgba(0,0,0,0));\n    color:#fff;\n    pointer-events:none;\n  }\n\n  .zb-lift-overlay h3{\n    margin:0 0 6px;\n    font-size:18px;\n    line-height:1.2;\n    font-weight:600;\n    color:#fff;\n  }\n\n  .zb-lift-overlay p{\n    margin:0;\n    font-size:13px;\n    line-height:1.45;\n    color:rgba(255,255,255,0.92);\n  }\n\n  @media (max-width:768px){\n    .zb-lift-section{\n      margin: 28px 0;\n    }\n\n    .zb-lift-title{\n      font-size:22px;\n      margin-bottom:16px;\n    }\n\n    .zb-lift-grid{\n      display:flex;\n      overflow-x:auto;\n      gap:22px;\n      padding:0 8px 12px;\n      scroll-snap-type:x mandatory;\n      -webkit-overflow-scrolling:touch;\n    }\n\n    .zb-lift-grid::-webkit-scrollbar{\n      display:none;\n    }\n\n    .zb-lift-card{\n      flex:0 0 calc((100% - 22px) \/ 1.1);\n      scroll-snap-align:start;\n    }\n\n    .zb-lift-overlay{\n      padding:14px 14px 12px;\n    }\n\n    .zb-lift-overlay h3{\n      font-size:17px;\n    }\n\n    .zb-lift-overlay p{\n      font-size:12px;\n    }\n  }\n\n  \/* ===== Zebra Features ===== *\/\n  .zb-features-section{\n    margin: 40px 0;\n  }\n\n  .zb-features-title{\n    text-align:center;\n    margin: 0 0 22px;\n    font-size: 24px;\n    line-height: 1.2;\n    font-weight: 600;\n    color: #333;\n  }\n\n  .zb-features-grid{\n    display:grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 22px;\n  }\n\n  .zb-feature-card{\n    width:100%;\n  }\n\n  .zb-feature-card img{\n    width:100%;\n    height:260px;\n    object-fit:cover;\n    display:block;\n    border-radius:8px;\n    margin-bottom:14px;\n  }\n\n  .zb-feature-card h3{\n    margin:0 0 10px;\n    font-size:20px;\n    line-height:1.25;\n    font-weight:600;\n    color:#111;\n  }\n\n  .zb-feature-card p{\n    margin:0;\n    font-size:14px;\n    line-height:1.65;\n    color:#666;\n  }\n\n  @media (max-width:768px){\n    .zb-features-section{\n      margin: 28px 0;\n    }\n\n    .zb-features-title{\n      font-size:22px;\n      margin-bottom:16px;\n    }\n\n    .zb-features-grid{\n      display:flex;\n      overflow-x:auto;\n      gap:22px;\n      padding:0 8px 12px;\n      scroll-snap-type:x mandatory;\n      -webkit-overflow-scrolling:touch;\n    }\n\n    .zb-features-grid::-webkit-scrollbar{\n      display:none;\n    }\n\n    .zb-feature-card{\n      flex:0 0 calc((100% - 22px) \/ 1.1);\n      scroll-snap-align:start;\n    }\n\n    .zb-feature-card img{\n      height:220px;\n    }\n\n    .zb-feature-card h3{\n      font-size:18px;\n    }\n  }\n\n  \/* ===== Lift Options Guide Table ===== *\/\n  .lift-guide-table{\n    margin: 0;\n  }\n\n  .lift-guide-table .lift-guide-scroll{\n    width:100%;\n    overflow-x:auto;\n    -webkit-overflow-scrolling:touch;\n  }\n\n  .ccs-section .ccs-h2{\n    text-align:center;\n  }\n\n  .lift-guide-table table,\n  .lift-guide-table thead,\n  .lift-guide-table tbody,\n  .lift-guide-table tr,\n  .lift-guide-table th,\n  .lift-guide-table td{\n    background: transparent !important;\n    box-shadow:none !important;\n    outline:none !important;\n  }\n\n  .lift-guide-table table,\n  .lift-guide-table th,\n  .lift-guide-table td{\n    border:none !important;\n  }\n\n  .lift-guide-table table{\n    width:100% !important;\n    border-collapse:collapse !important;\n    border-spacing:0 !important;\n    table-layout:fixed !important;\n    min-width: 920px;\n  }\n\n  .lift-guide-table col.opt{ width: 28%; }\n  .lift-guide-table col.best{ width: 36%; }\n  .lift-guide-table col.ben{ width: 36%; }\n\n  .lift-guide-table thead th{\n    padding: 18px 16px !important;\n    color:#543c2b !important;\n    font-weight:600 !important;\n    font-size:16px !important;\n    letter-spacing:.2px;\n    border-bottom:1px solid rgba(84,60,43,.75) !important;\n  }\n\n  .lift-guide-table thead th:nth-child(1){\n    text-align:left !important;\n  }\n  .lift-guide-table thead th:nth-child(2),\n  .lift-guide-table thead th:nth-child(3){\n    text-align:center !important;\n  }\n\n  .lift-guide-table tbody td{\n    padding: 18px 16px !important;\n    vertical-align:middle !important;\n    border-bottom:1px solid rgba(84,60,43,.55) !important;\n  }\n\n  .lift-guide-table .lift-guide-opt{\n    font-size:16px;\n    font-weight:700;\n    color:#4a4a4a;\n    line-height:1.2;\n  }\n\n  .lift-guide-table .lift-guide-sub{\n    font-size:15px;\n    line-height:1.35;\n    color:#6f6f6f;\n  }\n\n  @media (max-width:768px){\n    .lift-guide-table thead th{\n      font-size:16px !important;\n    }\n    .lift-guide-table tbody td{\n      padding:16px 14px !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- Certified --\u003e  \n\u003cdiv class=\"cert-strip\"\u003e\n  \u003ch2 class=\"cert-strip__title\"\u003eCertified Quality \u0026amp; Safety\u003c\/h2\u003e\n\n  \u003cdiv class=\"cert-strip__track\"\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Greenguard.png?v=1734582707\" alt=\"GREENGUARD Certified\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eResponsibly Made\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Crafted with materials that meet strict environmental and safety standards.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/OEKO_TEX.png?v=1734582916\" alt=\"OEKO-TEX Standard 100\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eNon-Toxic Materials\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Tested to ensure materials are safe for everyday use.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/REACH.png?v=1734583111\" alt=\"REACH Compliant\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eChemical Safety Compliance\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Complies with REACH regulations to meet strict standards on restricted substances.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SGS_certification.png?v=1734644554\" alt=\"SGS Tested\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eQuality You Can Trust\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Independently tested to ensure consistent quality and performance.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/RoHs.png?v=1734644525\" alt=\"RoHS Compliant\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eResponsibly Sourced Materials\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Compliant with RoHS standards for safer, more sustainable materials.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- hero --\u003e\n\u003cdiv class=\"zb-split\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/dcd7b1f1c1864bb44061bf69b4b0f787.jpg?v=1732182290\" alt=\"Light filtering zebra shades in living room\"\u003e\n\n  \u003cdiv class=\"zb-split-text\"\u003e\n    \u003ch3\u003eWhat is Zebra Blinds\u003c\/h3\u003e\n    \u003cp\u003e\nThis versatile \"Zebra Shade\" combines 3-inch solid panels and 2-inch sheer fabric into a single, seamless design. The result? A stunning, custom look that alternates between solid and sheer stripes, creating a striking zebra pattern on your windows. When closed, the overlapping stripes form a complete, solid covering that provides excellent privacy. It’s the perfect blend of functionality and style—truly the best of both worlds!\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n    \n  \u003c!-- =========================\n    Shades Icon Features\n  ========================= --\u003e\n  \u003cdiv class=\"cellular-icon-features-section\"\u003e\n    \u003cdiv class=\"cellular-icon-features-grid\"\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/UV_Protection.png?v=1765527872\" alt=\"UV Protection\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eUV Protection\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Do_not_fade.png?v=1765528113\" alt=\"Not Fade\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eDoes Not Fade\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Hassle_Free_Assembly.png?v=1765528041\" alt=\"Hassle Free\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eHassle Free Assembly\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Smooth_lift_option.png?v=1765527844\" alt=\"Smooth and Quiet Lift\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eSmooth \u0026amp; Quiet Lift\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Easy_to_Clean.png?v=1765527947\" alt=\"Easy Maintenance\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eEasy Maintenance\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Warranty.png?v=1765528206\" alt=\"5-Year Warranty\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e5-Year Warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    \/* =========================\n    Shades Icon Features\n    ========================= *\/\n    .cellular-icon-features-section {\n      margin: 36px 0;\n    }\n\n    .cellular-icon-features-grid {\n      display: grid;\n      grid-template-columns: repeat(6, 1fr);\n      gap: 20px;\n      align-items: start;\n    }\n\n    .cellular-icon-feature {\n      text-align: center;\n    }\n\n    .cellular-icon-wrap {\n      width: 58px;\n      height: 58px;\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .cellular-icon-wrap img {\n      width: 34px;\n      height: 34px;\n      object-fit: contain;\n      display: block;\n    }\n\n    .cellular-icon-feature p {\n      margin: 0;\n      font-size: 14px;\n      line-height: 1.35;\n      font-weight: 600;\n      color: #222;\n    }\n\n    @media (max-width: 768px) {\n      .cellular-icon-features-section {\n        margin: 28px 0;\n      }\n\n      .cellular-icon-features-grid {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 18px 10px;\n      }\n\n      .cellular-icon-wrap {\n        width: 44px;\n        height: 44px;\n        margin-bottom: 8px;\n      }\n\n      .cellular-icon-wrap img {\n        width: 24px;\n        height: 24px;\n      }\n\n      .cellular-icon-feature p {\n        font-size: 12px;\n        line-height: 1.25;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\u003c!-- Lift Option --\u003e\n\u003csection class=\"zb-lift-section\" aria-label=\"Zebra shades lift options\"\u003e\n  \u003ch2 class=\"zb-lift-title\"\u003eChoose the Right Lift Option for Your Needs\u003c\/h2\u003e\n\n  \u003cdiv class=\"zb-lift-grid\"\u003e\n\n    \u003cdiv class=\"zb-lift-card\"\u003e\n      \u003cdiv class=\"zb-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/4Sx96kUtpwU?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Continuous Cord Loop\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n        \u003cdiv class=\"zb-lift-overlay\"\u003e\n          \u003ch3\u003eContinuous Cord Loop\u003c\/h3\u003e\n          \u003cp\u003eSmooth chain-loop operation for easy raising and lowering, with a built-in safety tensioner to keep the chain secure.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-lift-card\"\u003e\n      \u003cdiv class=\"zb-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/2XRua6x12OQ?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Cordless Lift\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n        \u003cdiv class=\"zb-lift-overlay\"\u003e\n          \u003ch3\u003eCordless Lift\u003c\/h3\u003e\n          \u003cp\u003eCordless operation allows effortless lifting and lowering with precise positioning every time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-lift-card\"\u003e\n      \u003cdiv class=\"zb-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/fVfY0jIwj7E?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Motorized Remote\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n        \u003cdiv class=\"zb-lift-overlay\"\u003e\n          \u003ch3\u003eMotorized Remote\u003c\/h3\u003e\n          \u003cp\u003eOne-touch, cordless control for safe, smooth, and effortless operation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Material --\u003e\n\n\u003cdiv class=\"fabric-slider-wrapper\"\u003e\n\n  \u003c!-- Left --\u003e\n  \u003cbutton class=\"slider-btn left\" type=\"button\" aria-label=\"Scroll left\" onclick=\"slideFabric3(-1)\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/button\u003e\n\n  \u003c!-- Slider --\u003e\n  \u003cdiv class=\"fabric-slider\" id=\"fabricSlider3\"\u003e\n\n    \u003c!-- AB1 --\u003e\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/AB1.jpg?v=1766672278\" alt=\"AB1 Fabric\" loading=\"lazy\"\u003e\n      \u003ch3\u003eAB1 Fabric\u003c\/h3\u003e\n      \u003cp\u003eLightweight fabric with woven-in vertical stripe textures, paired with a sheer section built on a fine mesh base and detailed with tone-on-tone horizontal rib lines for a clean, structured look.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eStripe Size:\u003c\/strong\u003e 3″ Solid + 2″ Sheer\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- B5 --\u003e\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/B5.jpg?v=1766672278\" alt=\"B5 Fabric\" loading=\"lazy\"\u003e\n      \u003ch3\u003eB5 Fabric\u003c\/h3\u003e\n      \u003cp\u003eSmooth to the touch with a discernible textured hand feel, B5 features a heathered horizontal texture with a light sheen and a linen-inspired appearance. Its multilayer woven construction helps absorb ambient noise while maintaining a soft, refined surface.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eStripe Size:\u003c\/strong\u003e 3″ Solid + 2″ Sheer\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BL2 --\u003e\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/ABL2.jpg?v=1766672331\" alt=\"BL2 Fabric\" loading=\"lazy\"\u003e\n      \u003ch3\u003eBL2 Fabric\u003c\/h3\u003e\n      \u003cp\u003eBL2 features a smooth surface with a woven-in light diagonal texture and a subtle sheen, creating a clean, refined appearance with gentle visual depth.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eStripe Size:\u003c\/strong\u003e 3″ Solid + 2″ Sheer\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- G31 --\u003e\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/G30.jpg?v=1766672278\" alt=\"G31 Fabric\" loading=\"lazy\"\u003e\n      \u003ch3\u003eG31 Fabric\u003c\/h3\u003e\n      \u003cp\u003eG31 fabric is produced through a refined weaving process that creates layered, dynamic surface textures. The fabric offers a silky-smooth hand feel, while gentle light interaction across the surface adds subtle depth and visual fluidity.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eStripe Size:\u003c\/strong\u003e 3″ Solid + 2″ Sheer\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BL21 --\u003e\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/B21.jpg?v=1766672278\" alt=\"BL21 Fabric\" loading=\"lazy\"\u003e\n      \u003ch3\u003eBL21 Fabric\u003c\/h3\u003e\n      \u003cp\u003eBL21 features a sleek, refined surface with a subtle metallic sheen. While the white option remains clean and smooth, other colors reveal softly irregular, woven-in textures that add visual depth under changing light.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eStripe Size:\u003c\/strong\u003e 3″ Solid + 2″ Sheer\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Right --\u003e\n  \u003cbutton class=\"slider-btn right\" type=\"button\" aria-label=\"Scroll right\" onclick=\"slideFabric3(1)\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c!-- Feature --\u003e\n\u003csection class=\"zb-features-section\" aria-label=\"Zebra shades features\"\u003e\n  \u003ch2 class=\"zb-features-title\"\u003eFeatures\u003c\/h2\u003e\n\n  \u003cdiv class=\"zb-features-grid\"\u003e\n\n    \u003cdiv class=\"zb-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Aluminum_Valance.jpg?v=1766481564\" alt=\"Aluminum Valance\"\u003e\n      \u003ch3\u003eAluminum Valance\u003c\/h3\u003e\n      \u003cp\u003e\n        Sleek aluminum headrail with a clean, modern finish. Available in five color options, with the bottom rail color matched to your selected valance for a cohesive and well-finished look.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Zebra_insert_casste.jpg?v=1766481087\" alt=\"Fabric Insert Cassette\"\u003e\n      \u003ch3\u003eFabric Insert Cassette\u003c\/h3\u003e\n      \u003cp\u003e\n        A cassette valance conceals the roller tube at the top of the window, while a fabric insert covers the face of the cassette for a clean and finished appearance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Zebra_bottom_rail.jpg?v=1775205501\" alt=\"Bottom Rail\"\u003e\n      \u003ch3\u003eBottom Rail\u003c\/h3\u003e\n      \u003cp\u003e\n        A precision-weighted bottom rail, color-matched to the selected aluminum valance, ensures smooth operation and a straight, balanced hang. In certain cases, a fabric-wrapped bottom rail may be used.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Child_Safe.jpg?v=1767938045\" alt=\"Chain Safety Fixing Device\"\u003e\n      \u003ch3\u003eChain Safety Fixing Device\u003c\/h3\u003e\n      \u003cp\u003e\n        Designed to secure the bead chain to the wall for safer everyday use in homes with children or pets.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Table --\u003e  \n\u003csection class=\"ccs-section\" aria-label=\"Roller shades lift options guide\"\u003e\n  \u003ch2 class=\"ccs-h2\"\u003eChoose the Right Lift Option for Your Needs\u003c\/h2\u003e\n  \u003cdiv class=\"lift-guide-table\"\u003e\n    \u003cdiv class=\"lift-guide-scroll\" role=\"region\" aria-label=\"Scrollable lift options table\"\u003e\n      \u003ctable role=\"table\" aria-label=\"Roller shades lift options guide\"\u003e\n        \u003ccolgroup\u003e\n          \u003ccol class=\"opt\"\u003e\n          \u003ccol class=\"best\"\u003e\n          \u003ccol class=\"ben\"\u003e\n        \u003c\/colgroup\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLift Option\u003c\/th\u003e\n            \u003cth\u003eBest For\u003c\/th\u003e\n            \u003cth\u003eKey Benefits\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eChain Lift\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eLarge or heavy shades\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eMost stable and durable, easy to control\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eCordless\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eHomes with children or pets, shorter-height windows\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eClean look, safer and easy to operate\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eMotorized (Remote)\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eLarge windows or hard-to-reach areas\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eEffortless control, smooth and quiet operation\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eSmart Hub\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eSmart homes\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eApp control, scheduling, and automation\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cscript\u003e\n  function slideFabric3(direction) {\n    const slider = document.getElementById('fabricSlider3');\n    if (!slider) return;\n\n    const card = slider.querySelector('.fabric-card');\n    if (!card) return;\n\n    const gap = 22;\n    const scrollAmount = card.offsetWidth + gap;\n\n    slider.scrollBy({\n      left: direction * scrollAmount,\n      behavior: 'smooth'\n    });\n  }\n\u003c\/script\u003e","brand":"Senseblinds","offers":[{"title":"Snow White - AB101","offer_id":50021784551592,"sku":"US-Zebra-LF-AB101","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Textured Ivory - AB109","offer_id":50337125073064,"sku":"US-Zebra-LF-AB109","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Soft Cream - AB114","offer_id":50337125105832,"sku":"US-Zebra-LF-AB114","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Textured Sand - AB110","offer_id":50337125138600,"sku":"US-Zebra-LF-AB110","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Slate Gray - AB125","offer_id":50337125171368,"sku":"US-Zebra-LF-AB125","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Black - AB112","offer_id":50337125204136,"sku":"US-Zebra-LF-AB112","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Pure White - B511","offer_id":50337125236904,"sku":"US-Zebra-LF-AB511","price":75.0,"currency_code":"USD","in_stock":true},{"title":"Stripe Gray Woven - B512","offer_id":50337125269672,"sku":"US-Zebra-LF-AB512","price":75.0,"currency_code":"USD","in_stock":true},{"title":"Warm Flax Woven - B513","offer_id":50337125302440,"sku":"US-Zebra-LF-AB513","price":75.0,"currency_code":"USD","in_stock":true},{"title":"White - BL201","offer_id":50559614189736,"sku":"US-Zebra-LF-BL201","price":75.0,"currency_code":"USD","in_stock":true},{"title":"Warm Cream - BL202","offer_id":50559614222504,"sku":"US-Zebra-LF-BL202","price":75.0,"currency_code":"USD","in_stock":true},{"title":"Camel Beige - BL203","offer_id":50559614255272,"sku":"US-Zebra-LF-BL203","price":75.0,"currency_code":"USD","in_stock":true},{"title":"Cool Gray - BL207","offer_id":50559614288040,"sku":"US-Zebra-LF-BL207","price":75.0,"currency_code":"USD","in_stock":true},{"title":"Slate Gray - BL208","offer_id":50559614320808,"sku":"US-Zebra-LF-BL208","price":75.0,"currency_code":"USD","in_stock":true},{"title":"Black - BL212","offer_id":55361092190376,"sku":null,"price":70.0,"currency_code":"USD","in_stock":false},{"title":"Textured White- G31001","offer_id":50559614353576,"sku":"US-Zebra-LF-G31001","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Textured Warm Ivory - G31003","offer_id":50559614386344,"sku":"US-Zebra-LF-G31003","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Textured Cool Gray - G31004","offer_id":50559614419112,"sku":"US-Zebra-LF-G31004","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Soft White - BL2101","offer_id":50559614451880,"sku":"US-Zebra-LF-BL2101","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Ash Gray (Textured) - BL2102","offer_id":50559614484648,"sku":"US-Zebra-LF-BL2102","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray (Textured) - BL2103","offer_id":50559614517416,"sku":"US-Zebra-LF-BL2103","price":80.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Light_Filtering_Zebra-_Kitchen.jpg?v=1734092477"},{"product_id":"light-filtering-roller-shades","title":"Light Filtering Roller Shades – 60-70% Light Blocking, 4 Fabric Series (AYM, Shantung, Uluru, Arizona), Linen \u0026 Textured Weaves, GREENGUARD Certified, Cordless \u0026 Motorized, Child-Safe for Living Room \u0026 Kitchen","description":"\u003cstyle\u003e\n  .cert-strip {\n    margin: 22px 0;\n  }\n\n  .cert-strip__title{\n    text-align:center;\n    margin: 0 0 16px;\n  }\n\n  .cert-strip__track {\n    display: flex;\n    gap: 16px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    scroll-snap-type: x mandatory;\n    padding-bottom: 6px;\n  }\n\n  .cert-strip__track::-webkit-scrollbar {\n    height: 6px;\n  }\n\n  .cert-strip__track::-webkit-scrollbar-thumb {\n    background: rgba(0,0,0,0.18);\n    border-radius: 999px;\n  }\n\n  .cert-item {\n    flex: 0 0 auto;\n    width: 220px;\n    border: 1px solid #eee;\n    border-radius: 14px;\n    padding: 14px 14px 16px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .cert-item img {\n    height: 34px;\n    width: auto;\n    margin-bottom: 10px;\n  }\n\n  .cert-item__label {\n    font-weight: 600;\n    color: #333;\n    margin-bottom: 6px;\n  }\n\n  .cert-item__sub {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.45;\n  }\n\n  @media (min-width: 900px) {\n    .cert-strip__track {\n      justify-content: space-between;\n      overflow-x: hidden;\n    }\n    .cert-item {\n      flex: 1 1 0;\n    }\n  }\n\n  \/* ===== Slider Wrapper ===== *\/\n  .fabric-slider-wrapper {\n    position: relative;\n    margin: 24px 0;\n    padding: 0 8px;\n  }\n\n  \/* ===== Horizontal slider ===== *\/\n  .fabric-slider {\n    display: flex;\n    gap: 22px;\n    overflow-x: auto;\n    padding: 8px 8px 16px;\n    scroll-snap-type: x mandatory;\n    scroll-behavior: smooth;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n  }\n\n  .fabric-slider::-webkit-scrollbar {\n    display: none;\n  }\n\n  \/* ===== Card sizing: Desktop (≈2.4 cards visible) ===== *\/\n.fabric-card {\n  flex: 0 0 calc((100% - (22px * 2)) \/ 3.2);\n  scroll-snap-align: start;\n}\n\n.fabric-card img {\n  width: 100%;\n  height: 280px;\n  object-fit: cover;\n  display: block;\n  border-radius: 8px;\n}\n\n  .fabric-card h3 {\n    margin: 10px 0 6px;\n  }\n\n  .fabric-card p {\n    margin: 0 0 6px;\n  }\n\n  .fabric-card ul {\n    margin: 0;\n    padding-left: 16px;\n  }\n\n  \/* ===== Desktop arrow buttons ===== *\/\n  .slider-btn {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    z-index: 5;\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    border: 1px solid #ddd;\n    background: #fff;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.12);\n  }\n\n  .slider-btn.left {\n    left: -8px;\n  }\n\n  .slider-btn.right {\n    right: -8px;\n  }\n\n  .slider-btn svg {\n    width: 18px;\n    height: 18px;\n    fill: none;\n    stroke: #222;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .slider-btn:active {\n    transform: translateY(-50%) scale(0.98);\n  }\n\n  \/* ===== Mobile: 1.1 cards visible ===== *\/\n  @media (max-width: 768px) {\n    .fabric-card {\n      flex: 0 0 calc((100% - 22px) \/ 1.1);\n    }\n    .fabric-card img {\n      height: 200px;\n    }\n    .slider-btn {\n      display: none;\n    }\n  }\n\n  \/* =========================\n     LIFT OPTIONS\n     4 cards desktop \/ swipe mobile\n     3:4 media ratio\n     ========================= *\/\n  .rs-lift-section .rs-h2{\n    text-align:center;\n  }\n\n  .rs-lift-grid{\n    display:grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap:24px;\n  }\n\n  .rs-lift-card{\n    width:100%;\n  }\n\n  .rs-lift-media{\n    position:relative;\n    width:100%;\n    aspect-ratio:3\/4;\n    overflow:hidden;\n    border-radius:10px;\n    background:#f7f7f7;\n  }\n\n  .rs-lift-media iframe,\n  .rs-lift-media video{\n    position:absolute;\n    inset:0;\n    width:100%;\n    height:100%;\n    border:0;\n    display:block;\n  }\n\n  .rs-lift-card h3{\n    margin:12px 0 6px;\n  }\n\n  .rs-btn{\n    margin-top:12px;\n    display:inline-block;\n    padding:10px 22px;\n    font-size:14px;\n    font-weight:600;\n    border:1.5px solid #000;\n    background:#fff;\n    color:#000;\n    text-decoration:none;\n    transition:all .25s ease;\n  }\n\n  .rs-btn:hover{\n    background:#B61D0F;\n    color:#fff;\n    border-color:#B61D0F;\n  }\n\n  @media (max-width: 768px){\n    .rs-lift-grid{\n      display:flex;\n      overflow-x:auto;\n      gap:22px;\n      padding:0 8px 12px;\n      scroll-snap-type:x mandatory;\n      -webkit-overflow-scrolling:touch;\n    }\n\n    .rs-lift-grid::-webkit-scrollbar{\n      display:none;\n    }\n\n    .rs-lift-card{\n      flex:0 0 calc((100% - 22px) \/ 1.1);\n      scroll-snap-align:start;\n    }\n  }\n\n  \/* =========================\n     Features Grid\n     Desktop: 4 columns\n     Mobile: horizontal scroll\n     ========================= *\/\n  .rs-features-section{\n    margin: 40px 0;\n  }\n\n  .rs-features-title{\n    text-align:center;\n    margin: 0 0 20px;\n    font-size: 24px;\n    line-height: 1.2;\n    font-weight: 600;\n    color: #333;\n  }\n\n  .rs-features-grid{\n    display:grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 22px;\n  }\n\n  .rs-feature-card{\n    width:100%;\n  }\n\n  .rs-feature-card img{\n    width:100%;\n    aspect-ratio:4\/3;\n    object-fit:cover;\n    display:block;\n    border-radius:8px;\n    margin-bottom:14px;\n  }\n\n  .rs-feature-card h3{\n    margin:0 0 10px;\n    font-size:20px;\n    line-height:1.25;\n    font-weight:600;\n    color:#111;\n  }\n\n  .rs-feature-card p{\n    margin:0;\n    font-size:14px;\n    line-height:1.65;\n    color:#666;\n  }\n\n  @media (max-width:768px){\n    .rs-features-section{\n      margin: 28px 0;\n    }\n\n    .rs-features-title{\n      font-size:22px;\n      margin-bottom:16px;\n    }\n\n    .rs-features-grid{\n      display:flex;\n      overflow-x:auto;\n      gap:22px;\n      padding:0 8px 12px;\n      scroll-snap-type:x mandatory;\n      -webkit-overflow-scrolling:touch;\n    }\n\n    .rs-features-grid::-webkit-scrollbar{\n      display:none;\n    }\n\n    .rs-feature-card{\n      flex:0 0 calc((100% - 22px) \/ 1.1);\n      scroll-snap-align:start;\n    }\n\n    .rs-feature-card h3{\n      font-size:18px;\n    }\n  }\n\n  \/* =========================\n     Lift Options Guide Table\n     ========================= *\/\n  .lift-guide-table{\n    margin: 0;\n  }\n\n  .lift-guide-table .lift-guide-scroll{\n    width:100%;\n    overflow-x:auto;\n    -webkit-overflow-scrolling:touch;\n  }\n\n  .ccs-section .ccs-h2{\n    text-align:center;\n  }\n\n  .lift-guide-table table,\n  .lift-guide-table thead,\n  .lift-guide-table tbody,\n  .lift-guide-table tr,\n  .lift-guide-table th,\n  .lift-guide-table td{\n    background: transparent !important;\n    box-shadow:none !important;\n    outline:none !important;\n  }\n\n  .lift-guide-table table,\n  .lift-guide-table th,\n  .lift-guide-table td{\n    border:none !important;\n  }\n\n  .lift-guide-table table{\n    width:100% !important;\n    border-collapse:collapse !important;\n    border-spacing:0 !important;\n    table-layout:fixed !important;\n    min-width: 920px;\n  }\n\n  .lift-guide-table col.opt{ width: 28%; }\n  .lift-guide-table col.best{ width: 36%; }\n  .lift-guide-table col.ben{ width: 36%; }\n\n  .lift-guide-table thead th{\n    padding: 18px 16px !important;\n    color:#543c2b !important;\n    font-weight:600 !important;\n    font-size:16px !important;\n    letter-spacing:.2px;\n    border-bottom:1px solid rgba(84,60,43,.75) !important;\n  }\n\n  .lift-guide-table thead th:nth-child(1){\n    text-align:left !important;\n  }\n  .lift-guide-table thead th:nth-child(2),\n  .lift-guide-table thead th:nth-child(3){\n    text-align:center !important;\n  }\n\n  .lift-guide-table tbody td{\n    padding: 18px 16px !important;\n    vertical-align:middle !important;\n    border-bottom:1px solid rgba(84,60,43,.55) !important;\n  }\n\n  .lift-guide-table .lift-guide-opt{\n    font-size:16px;\n    font-weight:700;\n    color:#4a4a4a;\n    line-height:1.2;\n  }\n\n  .lift-guide-table .lift-guide-sub{\n    font-size:15px;\n    line-height:1.35;\n    color:#6f6f6f;\n  }\n\n  @media (max-width:768px){\n    .lift-guide-table thead th{\n      font-size:16px !important;\n    }\n    .lift-guide-table tbody td{\n      padding:16px 14px !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- =========================\n     Certified\n     ========================= --\u003e\n\u003cdiv class=\"cert-strip\"\u003e\n  \u003ch2 class=\"cert-strip__title\"\u003eCertified Quality \u0026amp; Safety\u003c\/h2\u003e\n\n  \u003cdiv class=\"cert-strip__track\"\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Greenguard.png?v=1734582707\" alt=\"GREENGUARD Certified\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eResponsibly Made\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Crafted with materials that meet strict environmental and safety standards.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/OEKO_TEX.png?v=1734582916\" alt=\"OEKO-TEX Standard 100\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eNon-Toxic Materials\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Tested to ensure materials are safe for everyday use.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/REACH.png?v=1734583111\" alt=\"REACH Compliant\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eChemical Safety Compliance\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Complies with REACH regulations to meet strict standards on restricted substances.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SGS_certification.png?v=1734644554\" alt=\"SGS Tested\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eQuality You Can Trust\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Independently tested to ensure consistent quality and performance.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/RoHs.png?v=1734644525\" alt=\"RoHS Compliant\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eResponsibly Sourced Materials\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Compliant with RoHS standards for safer, more sustainable materials.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n \u003c!-- =========================\n       Shades Icon Features\n  ========================= --\u003e\n  \u003cdiv class=\"cellular-icon-features-section\"\u003e\n    \u003cdiv class=\"cellular-icon-features-grid\"\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/UV_Protection.png?v=1765527872\" alt=\"UV Protection\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eUV Protection\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Do_not_fade.png?v=1765528113\" alt=\"Not Fade\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eDoes Not Fade\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Hassle_Free_Assembly.png?v=1765528041\" alt=\"Hassle Free\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eHassle Free Assembly\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Smooth_lift_option.png?v=1765527844\" alt=\"Smooth and Quiet Lift\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eSmooth \u0026amp; Quiet Lift\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Easy_to_Clean.png?v=1765527947\" alt=\"Easy Maintenance\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eEasy Maintenance\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Warranty.png?v=1765528206\" alt=\"5-Year Warranty\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e5-Year Warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    \/* =========================\n       Shades Icon Features\n    ========================= *\/\n    .cellular-icon-features-section {\n      margin: 36px 0;\n    }\n\n    .cellular-icon-features-grid {\n      display: grid;\n      grid-template-columns: repeat(6, 1fr);\n      gap: 20px;\n      align-items: start;\n    }\n\n    .cellular-icon-feature {\n      text-align: center;\n    }\n\n    .cellular-icon-wrap {\n      width: 58px;\n      height: 58px;\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .cellular-icon-wrap img {\n      width: 34px;\n      height: 34px;\n      object-fit: contain;\n      display: block;\n    }\n\n    .cellular-icon-feature p {\n      margin: 0;\n      font-size: 14px;\n      line-height: 1.35;\n      font-weight: 600;\n      color: #222;\n    }\n\n    @media (max-width: 768px) {\n      .cellular-icon-features-section {\n        margin: 28px 0;\n      }\n\n      .cellular-icon-features-grid {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 18px 10px;\n      }\n\n      .cellular-icon-wrap {\n        width: 44px;\n        height: 44px;\n        margin-bottom: 8px;\n      }\n\n      .cellular-icon-wrap img {\n        width: 24px;\n        height: 24px;\n      }\n\n      .cellular-icon-feature p {\n        font-size: 12px;\n        line-height: 1.25;\n      }\n    }\n  \u003c\/style\u003e\n\u003c!-- =========================\n     LIFT OPTIONS\n     ========================= --\u003e\n\u003csection class=\"rs-section rs-lift-section\"\u003e\n  \u003ch2 class=\"rs-h2\"\u003eChoose How You Want to Operate\u003c\/h2\u003e\n  \u003cdiv class=\"rs-lift-grid\"\u003e\n\n    \u003cdiv class=\"rs-lift-card\"\u003e\n      \u003cdiv class=\"rs-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/pioAhCfMX4U?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Cordless Lift\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"rs-h3\"\u003eCordless Lift\u003c\/h3\u003e\n      \u003cp\u003eClean, minimal operation with no visible cords for a safer and more modern look.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rs-lift-card\"\u003e\n      \u003cdiv class=\"rs-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/PmuwzPyeD6M?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Continuous Cord Loop\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"rs-h3\"\u003eContinuous Cord Loop\u003c\/h3\u003e\n      \u003cp\u003eSmooth chain-operated control, ideal for larger shades and precise positioning.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rs-lift-card\"\u003e\n      \u003cdiv class=\"rs-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/qQzW6F1n9a8?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Motorized with Remote\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"rs-h3\"\u003eMotorized with Remote\u003c\/h3\u003e\n      \u003cp\u003eAdjust your shades with one touch for added convenience and a cleaner cordless finish.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rs-lift-card\"\u003e\n      \u003cdiv class=\"rs-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/WQFX-aqi9wI?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Wand Lift Option\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"rs-h3\"\u003eWand Lift Option\u003c\/h3\u003e\n      \u003cp\u003eA simple manual control option that offers a clean appearance and easy everyday use, without the need for cords, chains, or remote charging.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- =========================\n     Material\n     ========================= --\u003e\n\u003cdiv class=\"fabric-slider-wrapper\"\u003e\n\n  \u003cbutton class=\"slider-btn left\" type=\"button\" aria-label=\"Scroll left\" onclick=\"slideFabric(-1)\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/button\u003e\n\n  \u003cdiv class=\"fabric-slider\" id=\"fabricSlider\"\u003e\n\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Shantung11.jpg?v=1766733010\" alt=\"Shantung Fabric\" loading=\"lazy\"\u003e\n      \u003ch3\u003eShantung Series\u003c\/h3\u003e\n      \u003cp\u003eThe Shantung features a refined linen-inspired look with a fine plain-weave structure. Its subtle crosshatch effect and soft heathered appearance create a clean, textured finish that feels both natural and understated.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e100% Polyester\u003c\/li\u003e\n        \u003cli\u003e70% light blocking, allowing natural light to filter through while maintaining privacy\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Uluru11.jpg?v=1766733011\" alt=\"Uluru Fabric\" loading=\"lazy\"\u003e\n      \u003ch3\u003eUluru Series\u003c\/h3\u003e\n      \u003cp\u003eThe Uluru features a multilayer woven construction that creates a refined surface with subtle depth and texture. Except for white, the color options display naturally irregular woven patterns, adding visual variation and a sense of dimensionality.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e100% Polyester\u003c\/li\u003e\n        \u003cli\u003e70% light blocking, allowing natural light to filter through while maintaining privacy\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Arizona11.jpg?v=1766733165\" alt=\"Arizona Fabric\" loading=\"lazy\"\u003e\n      \u003ch3\u003eArizona Series\u003c\/h3\u003e\n      \u003cp\u003eThis Arizona fabric features a two-tone woven composition, combining white yarn with a secondary color. The structure follows a repeating three-layer pattern, creating subtle visual rhythm and depth across the surface. The horizontal woven texture adds natural variation while maintaining a clean, balanced appearance.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e100% Polyester\u003c\/li\u003e\n        \u003cli\u003e60% light blocking, allowing gentle light transmission with a slight see-through effect\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fabric-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/AYM.jpg?v=1766733011\" alt=\"AYM65\" loading=\"lazy\"\u003e\n      \u003ch3\u003eAYM Series\u003c\/h3\u003e\n      \u003cp\u003eThe AYM fabric features a timeless plain weave, creating a warm and cozy ambiance. Inspired by traditional craftsmanship, it brings a sense of authenticity and understated simplicity to any space.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e100% Polyester\u003c\/li\u003e\n        \u003cli\u003e70% light blocking, allowing natural light to filter through while maintaining privacy\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cbutton class=\"slider-btn right\" type=\"button\" aria-label=\"Scroll right\" onclick=\"slideFabric(1)\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- feature --\u003e\n\u003csection class=\"rs-features-section\" aria-label=\"Roller shades features\"\u003e\n  \u003ch2 class=\"rs-features-title\"\u003eFeatures\u003c\/h2\u003e\n  \u003cdiv class=\"rs-features-grid\"\u003e\n\n    \u003cdiv class=\"rs-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Roller_Valance.jpg?v=1767938045\" alt=\"Aluminum valance\"\u003e\n      \u003ch3\u003eAluminum Valance\u003c\/h3\u003e\n      \u003cp\u003eSleek aluminum headrail with a clean, modern finish. Available in five color options, with the bottom rail color matched to your selected valance for a cohesive and well-finished look.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rs-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Cassette_With_Fabric.jpg?v=1767938045\" alt=\"Fabric insert cassette\"\u003e\n      \u003ch3\u003eFabric Insert Cassette\u003c\/h3\u003e\n      \u003cp\u003eA cassette valance conceals the roller tube at the top of the window, while a fabric insert covers the face of the cassette for a clean and finished appearance.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rs-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Roller_Bottom_Rail.jpg?v=1766482538\" alt=\"Bottom rail\"\u003e\n      \u003ch3\u003eBottom Rail\u003c\/h3\u003e\n      \u003cp\u003eA precision-weighted bottom rail, color-matched to the selected aluminum valance, ensures smooth operation and a straight, balanced hang. In certain cases, a fabric-wrapped bottom rail may be used.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rs-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Child_Safe.jpg?v=1767938045\" alt=\"Chain safety fixing device\"\u003e\n      \u003ch3\u003eChain Safety Fixing Device\u003c\/h3\u003e\n      \u003cp\u003eDesigned to secure the bead chain to the wall for safer everyday use in homes with children or pets.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Table --\u003e  \n\u003csection class=\"ccs-section\" aria-label=\"Roller shades lift options guide\"\u003e\n  \u003ch2 class=\"ccs-h2\"\u003eChoose the Right Lift Option for Your Needs\u003c\/h2\u003e\n  \u003cdiv class=\"lift-guide-table\"\u003e\n    \u003cdiv class=\"lift-guide-scroll\" role=\"region\" aria-label=\"Scrollable lift options table\"\u003e\n      \u003ctable role=\"table\" aria-label=\"Roller shades lift options guide\"\u003e\n        \u003ccolgroup\u003e\n          \u003ccol class=\"opt\"\u003e\n          \u003ccol class=\"best\"\u003e\n          \u003ccol class=\"ben\"\u003e\n        \u003c\/colgroup\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLift Option\u003c\/th\u003e\n            \u003cth\u003eBest For\u003c\/th\u003e\n            \u003cth\u003eKey Benefits\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eChain Lift\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eLarge or heavy shades\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eMost stable and durable, easy to control\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eCordless\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eHomes with children or pets, shorter-height windows\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eClean look, safer and easy to operate\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eWand Lift\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eUsers who prefer smooth manual control without cords\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003ePull down to lower the shade and smoothly retract the fabric upward with easy wand operation.\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eMotorized (Remote)\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eLarge windows or hard-to-reach areas\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eEffortless control, smooth and quiet operation\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eSmart Hub\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eSmart homes\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eApp control, scheduling, and automation\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n  function slideFabric(direction) {\n    const slider = document.getElementById('fabricSlider');\n    if (!slider) return;\n\n    const card = slider.querySelector('.fabric-card');\n    if (!card) return;\n\n    const gap = 22;\n    const scrollAmount = card.getBoundingClientRect().width + gap;\n\n    slider.scrollBy({\n      left: direction * scrollAmount,\n      behavior: 'smooth'\n    });\n  }\n\u003c\/script\u003e","brand":"SenseBlinds","offers":[{"title":"Plain \/ White - AYM-1","offer_id":50350243676328,"sku":"US-Roller-LF-AYM1","price":50.0,"currency_code":"USD","in_stock":true},{"title":"Plain \/ Off White - AYM-2","offer_id":50531467559080,"sku":"US-Roller-LF-AYM2","price":50.0,"currency_code":"USD","in_stock":true},{"title":"Plain \/ Light Grey- AYM-3","offer_id":50531467591848,"sku":"US-Roller-LF-AYM3","price":50.0,"currency_code":"USD","in_stock":true},{"title":"Linen Look \/ Snow White Texture  - Shantung1111","offer_id":50350243840168,"sku":"US-Roller-LF-Shantung1111","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linen Look \/ Warm Ivory Texture - Shantung 1112","offer_id":50531467624616,"sku":"US-Roller-LF-Shantung1112","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linen Look \/ Sandstone Gray - Shantung1104","offer_id":50531467657384,"sku":"US-Roller-LF-Shantung1104","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linen Look \/ Mist Gray Texture - Shantung1114","offer_id":50531467690152,"sku":"US-Roller-LF-Shantung1114","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linen Look \/ Espresso Brown Texture - Shantung1117","offer_id":50531467722920,"sku":"US-Roller-LF-Shantung1117","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Woven Texture \/ White Textured Weave - ULURU1101","offer_id":50350567719080,"sku":"US-Roller-LF-Uluru1101","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Woven Texture \/ Beige Textured Weave - ULURU1103","offer_id":50531467755688,"sku":"US-Roller-LF-Uluru1103","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Woven Texture \/ Tin Gray Textured Weave - ULURU1105","offer_id":50531467788456,"sku":"US-Roller-LF-Uluru1105","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Woven Texture \/ Gray Textured Weave - ULURU1108","offer_id":50531467821224,"sku":"US-Roller-LF-Uluru1108","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Woven Texture \/ Black Textured Weave - ULURU1110","offer_id":50531467853992,"sku":"US-Roller-LF-Uluru1110","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linear Texture \/ White Linear Texture - Arizona1101","offer_id":50350567751848,"sku":"US-Roller-LF-Arizona1101","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linear Texture \/ Golden Linear Texture - Arizona1102","offer_id":50531467886760,"sku":"US-Roller-LF-Arizona1102","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linear Texture \/ Sage Linear Texture - Arizona1103","offer_id":50531467919528,"sku":"US-Roller-LF-Arizona1103","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linear Texture \/ Silver Gray Linear Texture - Arizona1104","offer_id":50531467952296,"sku":"US-Roller-LF-Arizona1104","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linear Texture \/ Charcoal Gray Textured Weave - Arizona1105","offer_id":50531467985064,"sku":"US-Roller-LF-Arizona1105","price":70.0,"currency_code":"USD","in_stock":true},{"title":"Linear Texture \/ Black Linear Texture - Arizona1106","offer_id":50531468017832,"sku":"US-Roller-LF-Arizona1106","price":70.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Roller_Light_office-shantung.jpg?v=1775117894"},{"product_id":"cordless-light-filtering-cellular-shades","title":"Cordless Light Filtering Cellular Shades – 3\/8\" \u0026 5\/8\" Single Cell, 99% Glare Reduction, Energy Efficient, Child-Safe Cordless Lift for Living Room \u0026 Kitchen, 8 Colors","description":"\u003cstyle\u003e\n\/* =========================\n   SCOPE: Cordless Cellular Shades Page Block\n   ========================= *\/\n.ccs-wrap{\n  --ccs-space-lg: 40px;\n  --ccs-space-md: 24px;\n  --ccs-space-sm: 16px;\n\n  --ccs-h2: 24px;\n  --ccs-h3: 20px;\n  --ccs-h4: 18px;\n  --ccs-body: 14px;\n\n  --ccs-text: #333;\n  --ccs-muted: #6f6f6f;\n  --ccs-accent: #b23a2e;\n  --ccs-border: #e6e6e6;\n\n  width:100%;\n  max-width:100%;\n}\n\n\/* Unified section spacing *\/\n.ccs-section{\n  margin: var(--ccs-space-lg) 0;\n}\n.ccs-section.ccs-tight{\n  margin: var(--ccs-space-md) 0;\n}\n\n\/* Headings *\/\n.ccs-wrap .ccs-h2{\n  text-align:center;\n  font-size: var(--ccs-h2);\n  line-height:1.2;\n  margin: 0 0 16px;\n  font-weight: 600;\n  color: var(--ccs-text);\n}\n.ccs-wrap .ccs-h3{\n  font-size: var(--ccs-h3);\n  line-height:1.25;\n  margin: 0 0 10px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap .ccs-h4{\n  font-size: var(--ccs-h4);\n  line-height:1.3;\n  margin: 10px 0 6px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap p{\n  font-size: var(--ccs-body);\n  line-height:1.65;\n  margin: 0 0 10px;\n  color: var(--ccs-muted);\n}\n.ccs-wrap ul{\n  margin: 0;\n  padding-left: 16px;\n  color: var(--ccs-muted);\n  font-size: var(--ccs-body);\n  line-height:1.6;\n}\n.ccs-wrap li{ margin: 0 0 6px; }\n\n\/* =========================\n   HERO: Image left, text right\n   ========================= *\/\n.ccs-hero{\n  display:flex;\n  align-items:center;\n  gap: 0;\n}\n.ccs-hero img{\n  width:50%;\n  max-height:380px; \n  object-fit:cover;   \n  border-radius:8px;\n  box-sizing:border-box;\n  display:block;\n}\n.ccs-hero .ccs-hero-text{\n  width:50%;\n  box-sizing:border-box;\n  padding: 90px;\n}\n.ccs-hero .ccs-hero-text p{ font-size: 14px; }\n\n\/* Mobile hero *\/\n@media (max-width: 768px){\n  .ccs-hero{\n    flex-direction:column;\n  }\n\n  .ccs-hero img{\n    display:none;\n  }\n\n  .ccs-hero .ccs-hero-text{\n    width:100%;\n    padding: 10px 8px 0;\n  }\n}\n\n\/* =========================\n   Certified Strip\n   ========================= *\/\n.cert-strip {\n  margin: 0 0 26px;\n}\n\n.cert-strip__title {\n  text-align: center;\n  margin: 0 0 16px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 700;\n  color:#333;\n}\n\n.cert-strip__track {\n  display: flex;\n  gap: 16px;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  scroll-snap-type: x mandatory;\n  padding-bottom: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar {\n  height: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar-thumb {\n  background: rgba(0,0,0,0.18);\n  border-radius: 999px;\n}\n\n.cert-item {\n  flex: 0 0 auto;\n  width: 220px;\n  border: 1px solid #eee;\n  border-radius: 14px;\n  padding: 14px 14px 16px;\n  background: #fff;\n  text-align: center;\n  scroll-snap-align: start;\n  box-sizing: border-box;\n}\n\n.cert-item img {\n  height: 48px;\n  width: auto;\n  max-width: 90px;\n  object-fit: contain;\n  margin-bottom: 10px;\n}\n\n.cert-item__label {\n  font-weight: 600;\n  color: #333;\n  margin-bottom: 6px;\n  font-size: 15px;\n  line-height: 1.3;\n}\n\n.cert-item__sub {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.45;\n}\n\n@media (min-width: 900px) {\n  .cert-strip__track {\n    justify-content: space-between;\n    overflow-x: hidden;\n  }\n\n  .cert-item {\n    flex: 1 1 0;\n    width: auto;\n  }\n}\n\n@media (max-width: 768px) {\n  .cert-strip {\n    margin: 0 0 22px;\n  }\n\n  .cert-strip__title {\n    font-size: 22px;\n    margin-bottom: 14px;\n  }\n\n  .cert-item {\n    width: 220px;\n  }\n}\n\n\/* =========================\n   3\/8\" Slider\n   ========================= *\/\n.ccs-slider-wrap{\n  position:relative;\n  margin: 0;\n}\n.ccs-slider{\n  display:flex;\n  gap: 22px;\n  overflow-x:auto;\n  padding: 8px 8px 16px;\n  scroll-snap-type: x mandatory;\n  scroll-behavior: smooth;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width:none;\n}\n.ccs-slider::-webkit-scrollbar{ display:none; }\n\n.ccs-card{\n  flex: 0 0 calc((100% - (22px * 3)) \/ 4.1);\n  scroll-snap-align:start;\n}\n.ccs-card img{\n  width:100%;\n  height:auto;\n  display:block;\n  border-radius: 8px;\n}\n\n\/* Arrow buttons desktop only *\/\n.ccs-slider-btn{\n  position:absolute;\n  top:52%;\n  transform:translateY(-50%);\n  z-index:2;\n  width:42px;\n  height:42px;\n  border-radius:50%;\n  border:1px solid #ddd;\n  background:#fff;\n  cursor:pointer;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  box-shadow:0 4px 12px rgba(0,0,0,0.12);\n}\n.ccs-slider-btn.left{ left:-16px; }\n.ccs-slider-btn.right{ right:-16px; }\n.ccs-slider-btn svg{\n  width:18px;\n  height:18px;\n  fill:none;\n  stroke:#222;\n  stroke-width:2.5;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n\/* Mobile slider sizing *\/\n@media (max-width: 768px){\n  .ccs-card{ flex:0 0 calc((100% - 22px) \/ 1.1); }\n  .ccs-slider-btn{ display:none; }\n  .ccs-wrap{\n    --ccs-h2: 22px;\n    --ccs-h3: 18px;\n    --ccs-h4: 16px;\n  }\n  .ccs-section{ margin: 28px 0; }\n}\n\n\/* =========================\n   5\/8\" Grid desktop + slider mobile\n   ========================= *\/\n.ccs-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n\n@media (max-width: 768px){\n  .ccs-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding: 0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-grid::-webkit-scrollbar{ display:none; }\n  .ccs-grid .ccs-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   Lift Options 3 videos\n   ========================= *\/\n.ccs-lift-video{\n  position:relative;\n  width:100%;\n  aspect-ratio:3\/4;\n  overflow:hidden;\n  border-radius:10px;\n}\n\n.ccs-lift-video iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n.ccs-lift-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap:24px;\n}\n\n.ccs-btn{\n  margin-top:12px;\n  display:inline-block;\n  padding:10px 26px;\n  font-size:14px;\n  font-weight:600;\n  border:1.5px solid #000;\n  background:#fff;\n  color:#000;\n  text-decoration:none;\n  transition:all .25s ease;\n}\n.ccs-btn:hover{\n  background:#B61D0F;\n  color:#fff;\n  border-color:#B61D0F;\n}\n\n@media (max-width:768px){\n  .ccs-lift-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding: 0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-lift-grid::-webkit-scrollbar{ display:none; }\n  .ccs-lift-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   Options Guide Table\n   ========================= *\/\n.ccs-table{\n  margin: 0;\n}\n.ccs-table .ccs-scroll{\n  width:100%;\n  overflow-x:auto;\n  -webkit-overflow-scrolling:touch;\n}\n\n\/* hard reset for theme table styles *\/\n.ccs-table table,\n.ccs-table thead,\n.ccs-table tbody,\n.ccs-table tr,\n.ccs-table th,\n.ccs-table td{\n  background: transparent !important;\n  box-shadow:none !important;\n  outline:none !important;\n}\n.ccs-table table,\n.ccs-table th,\n.ccs-table td{\n  border:none !important;\n}\n\n.ccs-table table{\n  width:100% !important;\n  border-collapse:collapse !important;\n  border-spacing:0 !important;\n  table-layout:fixed !important;\n  min-width: 920px;\n}\n\n.ccs-table col.opt{ width: 28%; }\n.ccs-table col.best{ width: 36%; }\n.ccs-table col.ben{ width: 36%; }\n\n.ccs-table thead th{\n  padding: 18px 16px !important;\n  color:#543c2b !important;\n  font-weight:600 !important;\n  font-size:16px !important;\n  letter-spacing:.2px;\n  border-bottom:1px solid rgba(84,60,43,.75) !important;\n}\n.ccs-table thead th:nth-child(1){ text-align:left !important; }\n.ccs-table thead th:nth-child(2),\n.ccs-table thead th:nth-child(3){ text-align:center !important; }\n\n.ccs-table tbody td{\n  padding: 18px 16px !important;\n  vertical-align:middle !important;\n  border-bottom:1px solid rgba(84,60,43,.55) !important;\n}\n.ccs-table .ccs-opt{\n  font-size:16px;\n  font-weight:700;\n  color:#4a4a4a;\n  line-height:1.2;\n}\n.ccs-table .ccs-sub{\n  font-size:15px;\n  line-height:1.35;\n  color:#6f6f6f;\n}\n@media (max-width:768px){\n  .ccs-table thead th{ font-size:16px !important; }\n  .ccs-table tbody td{ padding: 16px 14px !important; }\n}\n\n\/* Reduce accidental extra \u003cdiv style=\"clear: both;\"\u003e blocks *\/\n.ccs-clear{ display:none !important; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ccs-wrap\"\u003e\n\n  \u003c!-- =========================\n       CERTIFIED + HERO\n       ========================= --\u003e\n  \u003csection class=\"ccs-section ccs-tight\" aria-label=\"Cordless Cellular Shades overview\"\u003e\n\n    \u003c!-- =========================\n         Certified\n    ========================= --\u003e\n    \u003cdiv class=\"cert-strip\"\u003e\n      \u003ch2 class=\"cert-strip__title\"\u003eECO \u0026amp; Sustainable\u003c\/h2\u003e\n\n      \u003cdiv class=\"cert-strip__track\"\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"PFAS Free\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/PFAS.jpg?v=1778570485\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003ePFAS-Free\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Our fabrics are free of PFAS chemicals, ensuring safer indoor air quality and reduced environmental impact.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"OEKO-TEX Standard 100\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/OEKO_TEX.png?v=1734582916\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eNon-Toxic Materials\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Certified under OEKO-TEX Standard 100 to ensure fabrics are safe for everyday indoor use.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"REACH Compliant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/REACH.png?v=1734583111\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eREACH Compliant\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Meets EU REACH regulations for restricted substances and chemical safety.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"SGS Tested UV Protection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SGS_certification.png?v=1734644554\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eUV Protection\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            SGS-tested UV protection blocks up to 99.9% of harmful rays, helping preserve interior furnishings and reduce sun fading.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"Color Fastness\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Color_Fastness.jpg?v=1778570481\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eColor Fastness\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Tested for excellent color retention, helping fabrics maintain their color after prolonged sun exposure and regular cleaning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/cordless_light_filtering_cellular_shades-livingroom.jpg?v=1734375665\" alt=\"Cordless light filtering cellular shades in a living room\"\u003e\n\n      \u003cdiv class=\"ccs-hero-text\"\u003e\n        \u003ch2 class=\"ccs-h2\"\u003eCordless Light Filtering Cellular Shades\u003c\/h2\u003e\n        \u003ch3 class=\"ccs-h3\"\u003eWhy It’s a Must-Have\u003c\/h3\u003e\n        \u003cp\u003e\n          SenseBlinds Light Filtering Cellular Shades softly filter daylight while helping reduce heat, cold, and outside noise for year-round comfort.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Choose \u003cstrong\u003e3\/8\"\u003c\/strong\u003e or \u003cstrong\u003e5\/8\"\u003c\/strong\u003e single-cell constructions block up to 99% of glare and help lower energy costs and a neutral white backing that meets most HOA requirements.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ccs-clear\"\u003e \u003c\/div\u003e\n  \u003c\/section\u003e\n\n      \u003c!-- =========================\n     Cellular Shades Icon Features\n========================= --\u003e\n\u003cdiv class=\"cellular-icon-features-section\"\u003e\n  \u003cdiv class=\"cellular-icon-features-grid\"\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/UV_Protection.png?v=1765527872\" alt=\"UV Protection\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eUV Protection\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Energy_Saving.png?v=1778581991\" alt=\"Energy Saving\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eEnergy Saving\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Noise_Reduction.png?v=1778581883\" alt=\"Noise Reduction\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eNoise Reduction\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Smooth_lift_option.png?v=1765527844\" alt=\"Smooth and Quiet Lift\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eSmooth \u0026amp; Quiet Lift\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Easy_to_Clean.png?v=1765527947\" alt=\"Easy Maintenance\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eEasy Maintenance\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Warranty.png?v=1765528206\" alt=\"5-Year Warranty\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e5-Year Warranty\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  \/* =========================\n     Cellular Shades Icon Features\n  ========================= *\/\n  .cellular-icon-features-section {\n    margin: 36px 0;\n  }\n\n  .cellular-icon-features-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n    align-items: start;\n  }\n\n  .cellular-icon-feature {\n    text-align: center;\n  }\n\n  .cellular-icon-wrap {\n    width: 58px;\n    height: 58px;\n    margin: 0 auto 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .cellular-icon-wrap img {\n    width: 34px;\n    height: 34px;\n    object-fit: contain;\n    display: block;\n  }\n\n  .cellular-icon-feature p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 600;\n    color: #222;\n  }\n\n  @media (max-width: 768px) {\n    .cellular-icon-features-section {\n      margin: 28px 0;\n    }\n\n    .cellular-icon-features-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px 10px;\n    }\n\n    .cellular-icon-wrap {\n      width: 44px;\n      height: 44px;\n      margin-bottom: 8px;\n    }\n\n    .cellular-icon-wrap img {\n      width: 24px;\n      height: 24px;\n    }\n\n    .cellular-icon-feature p {\n      font-size: 12px;\n      line-height: 1.25;\n    }\n  }\n\u003c\/style\u003e\n  \n  \u003c!-- =========================\n       LIFT OPTIONS Videos\n       ========================= --\u003e\n  \u003csection class=\"ccs-section\" aria-label=\"Cordless cellular shades lifting options\"\u003e\n\n    \u003ch2 class=\"ccs-h2\"\u003eChoose How You Want to Operate\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-lift-grid\"\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-video\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/241bj1OeA8g?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Cordless Lift Option\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"ccs-h3\"\u003eCordless Lift Option\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-video\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/R3554lUy1X4?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Continuous Cord Loop\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"ccs-h3\"\u003eContinuous Cord Loop\u003c\/h3\u003e\n        \u003ca class=\"ccs-btn\" href=\"https:\/\/senseblinds.com\/collections\/cellular-honeycomb-shades\/products\/motorized-light-filtering-cellular-shades\"\u003e\n          Shop Now\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-video\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/qKtoDeUzI7I?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Motorized with Remote\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"ccs-h3\"\u003eMotorized with Remote\u003c\/h3\u003e\n        \u003ca class=\"ccs-btn\" href=\"https:\/\/senseblinds.com\/collections\/cellular-honeycomb-shades\/products\/motorized-light-filtering-cellular-shades\"\u003e\n          Shop Now\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       Choose Cell Size\n       ========================= --\u003e\n  \u003csection class=\"ccs-section ccs-tight\" aria-label=\"Top Down Bottom Up Cellular Shades choose cell size\"\u003e\n    \u003cdiv class=\"ccs-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/compare.jpg?v=1770362648\" alt=\"Top Down Bottom Up Cellular Shades — compare cell sizes\"\u003e\n      \u003cdiv class=\"ccs-hero-text\"\u003e\n        \u003ch2 class=\"ccs-h2\"\u003eChoose the Look of Your Window\u003c\/h2\u003e\n        \u003cp class=\"look-tag\"\u003eBoth provide the same insulation and privacy — the choice is visual style.\u003c\/p\u003e\n\n        \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Cellular\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eSubtle, low-profile appearance that blends into the window.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Cellular\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eFuller folds that add visual depth and softer presence.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ccs-clear\"\u003e\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"result-preview\"\u003e\n    \n    \u003c!-- =========================\n         3\/8\" FEATURES Slider\n         ========================= --\u003e\n    \u003csection class=\"ccs-section\" aria-label=\"Cordless cellular shades 3\/8 inch single cell features\"\u003e\n      \u003ch2 class=\"ccs-h2\"\u003eSee Your Final Appearance\u003c\/h2\u003e\n\n      \u003cdiv class=\"ccs-slider-wrap\"\u003e\n        \u003cbutton class=\"ccs-slider-btn left\" type=\"button\" aria-label=\"Scroll left\" onclick=\"ccsSlide('ccsSlider38', -1)\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ccs-slider\" id=\"ccsSlider38\"\u003e\n\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/25_cordless_accessories.jpg?v=1770283130\" alt=\"3\/8 single cell cordless clip detail\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Single Cell Cordless System\u003c\/h4\u003e\n            \u003cp\u003e\n              A compact 3\/8\" honeycomb structure with an integrated internal clip to keep fabric aligned for smooth, reliable cordless operation.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/25_cordless_Valance_Color.jpg?v=1770283130\" alt=\"cassette color options for cordless cellular shades\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Single Cell Matching Cassette Colors\u003c\/h4\u003e\n            \u003cp\u003e\n              Select a cassette color that complements your fabric and interior for a clean, finished look.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/dimension_25_cordless.jpg?v=1770285270\" alt=\"3\/8 cordless cellular shades cassette size guide\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Single Cell Cassette Size Guide\u003c\/h4\u003e\n            \u003cp\u003e\n              Cassette size varies by shade size and lift type. Please confirm the cassette dimensions fit your window depth before ordering.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/5_8_Single_Cell_Cordless_Syste.jpg?v=1770287609\" alt=\"5\/8 single cell cordless system\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Cordless System\u003c\/h4\u003e\n            \u003cp\u003e\n              A fuller 5\/8\" honeycomb profile with a clean cordless design for smooth push-up and pull-down operation.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38_cordless_valance_color.jpg?v=1770283130\" alt=\"matte cassette finish for 5\/8 single cell\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Matte Cassette Finish\u003c\/h4\u003e\n            \u003cp\u003e\n              Matte-finish hardware delivers a modern look that blends seamlessly with your selected fabric.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/dimension_38_cordless.jpg?v=1770285276\" alt=\"3\/8 cordless cellular shades cassette size guide\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Cassette Size Guide\u003c\/h4\u003e\n            \u003cp\u003e\n              Cassette size varies by shade size and lift type. Please confirm the cassette dimensions fit your window depth before ordering.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n\n        \u003cbutton class=\"ccs-slider-btn right\" type=\"button\" aria-label=\"Scroll right\" onclick=\"ccsSlide('ccsSlider38', 1)\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- =========================\n         Package Grid desktop, slider mobile\n         ========================= --\u003e\n    \u003csection class=\"ccs-section\" aria-label=\"Top Down Bottom Up Cellular Shades — packaging and kit\"\u003e\n      \u003ch2 class=\"ccs-h2\"\u003eDesigned for a Worry-Free Setup\u003c\/h2\u003e\n\n      \u003cdiv class=\"ccs-grid\"\u003e\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/packing.jpg?v=1770362644\" alt=\"Top Down Bottom Up Cellular Shade — reinforced packaging\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eReinforced Protective Packaging\u003c\/h4\u003e\n          \u003cp\u003eThick bubble cushioning and reinforced materials help reduce transit damage and support safe delivery.Tested with 1000+ drop simulations.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Label.jpg?v=1770362653\" alt=\"Top Down Bottom Up Cellular Shade — labeled bracket positions\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eLabeled Bracket Positions\u003c\/h4\u003e\n          \u003cp\u003eEach shade includes clear labels on the cassette to indicate recommended bracket locations for faster, more accurate installation.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Complete_Motorized_System_Kit.jpg?v=1770362630\" alt=\"Top Down Bottom Up Cellular Shade — complete motorized kit\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eEverything Included\u003c\/h4\u003e\n          \u003cp\u003eYour motorized cellular shade comes with all necessary components for installation and operation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- =========================\n         OPTIONS GUIDE TABLE\n         ========================= --\u003e\n    \u003csection class=\"ccs-section\" aria-label=\"Cordless cellular shades options guide\"\u003e\n      \u003ch2 class=\"ccs-h2\"\u003eQuick Guide to Choosing Your Cellular Shades\u003c\/h2\u003e\n\n      \u003cdiv class=\"ccs-table\"\u003e\n        \u003cdiv class=\"ccs-scroll\" role=\"region\" aria-label=\"Scrollable options table\"\u003e\n          \u003ctable role=\"table\" aria-label=\"Cordless cellular shades options guide\"\u003e\n            \u003ccolgroup\u003e\n              \u003ccol class=\"opt\"\u003e\n              \u003ccol class=\"best\"\u003e\n              \u003ccol class=\"ben\"\u003e\n            \u003c\/colgroup\u003e\n\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eOption\u003c\/th\u003e\n                \u003cth\u003eBest For\u003c\/th\u003e\n                \u003cth\u003eKey Benefits\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003e3\/8\" Single Cell\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eShallow depth, tight inside-mount windows\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eSlim profile with insulation and privacy\u003c\/div\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003e5\/8\" Single Cell\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eStandard windows, fuller honeycomb look\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eMore visual depth with strong energy efficiency\u003c\/div\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eLight Filtering\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eLiving rooms, kitchens, everyday comfort\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eSoft daylight, glare reduction, added privacy\u003c\/div\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eBlackout\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eBedrooms, nurseries, media rooms\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eBlocks light for better sleep and privacy\u003c\/div\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eCordless Lift\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eKids\/pets, clean modern window treatments\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eNo cords, safer design, easy operation\u003c\/div\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eContinuous Cord Loop\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eLarge shades, tall windows\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eStable control with smooth lifting\u003c\/div\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eMotorized Remote\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eHard-to-reach windows, smart home setups\u003c\/div\u003e\u003c\/td\u003e\n                \u003ctd\u003e\n                  \u003cdiv class=\"ccs-sub\"\u003eRemote control with smooth, quiet operation\u003c\/div\u003e\n                  \u003ca class=\"ccs-btn\" href=\"https:\/\/senseblinds.com\/products\/motorized-blackout-cellular-shades\" style=\"padding:10px 16px;margin-top:12px;\"\u003eView Motorized Options\u003c\/a\u003e\n                \u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  function ccsSlide(sliderId, direction){\n    const slider = document.getElementById(sliderId);\n    if(!slider) return;\n\n    const firstCard = slider.querySelector('.ccs-card');\n    if(!firstCard) return;\n\n    const gap = 22;\n    const step = firstCard.getBoundingClientRect().width + gap;\n    slider.scrollBy({ left: direction * step, behavior: 'smooth' });\n  }\n\u003c\/script\u003e","brand":"SenseBlinds","offers":[{"title":"3\/8\" \/ White-001","offer_id":50765647347880,"sku":"US-C-LF-26295-001","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Ivory White-512","offer_id":50765647380648,"sku":"US-C-LF-26295-512","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Sandstone-513","offer_id":50765647413416,"sku":"US-C-LF-26295-513","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Dove Grey-021","offer_id":53366158065832,"sku":"US-C-LF-25HSL021","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Urban Grey-514","offer_id":50765647446184,"sku":"US-C-LF-26295-514","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Slate Grey-515","offer_id":50765647478952,"sku":"US-C-LF-26295-515","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Lichen-520","offer_id":50765647511720,"sku":"US-C-LF-26295-520","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Black-025","offer_id":50765647544488,"sku":"US-C-LF-26295-522","price":45.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ White-38001","offer_id":50765674021032,"sku":"US-C-LF-320-38C01","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Ivory-380617","offer_id":50765674053800,"sku":"US-C-LF-320-38C02","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Beige-38005","offer_id":50765674086568,"sku":"US-C-LF-320-38C03","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Pale Grey-380180","offer_id":50765674119336,"sku":"US-C-LF-320-38C07","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Steel Grey-383915","offer_id":50765674152104,"sku":"US-C-LF-320-38C08","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Black-38025","offer_id":53366282354856,"sku":"US-C-LF-38HSL025","price":50.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/cordless_light_filtering_cellular_shades-livingroom.jpg?v=1770367888"},{"product_id":"light-filtering-top-down-bottom-up-shades","title":"Light Filtering Top Down Bottom Up Cellular Shades – Cordless \u0026 Motorized, 3\/8\" \u0026 5\/8\" Single Cell, Energy Efficient, Privacy+Light Control, Cordless Safe for Living Room \u0026 Home Office","description":"\u003cstyle\u003e\n\/* =========================\n   SCOPE: Top Down Bottom Up Cellular Shades Page Block\n   (modified per request, style values unchanged)\n   ========================= *\/\n.ccs-wrap{\n  --ccs-space-lg: 40px;\n  --ccs-space-md: 24px;\n  --ccs-space-sm: 16px;\n\n  --ccs-h2: 24px;\n  --ccs-h3: 20px;\n  --ccs-h4: 18px;\n  --ccs-body: 14px;\n\n  --ccs-text: #333;\n  --ccs-muted: #6f6f6f;\n  --ccs-accent: #b23a2e;\n  --ccs-border: #e6e6e6;\n\n  width:100%;\n  max-width:100%;\n}\n\n\/* Unified section spacing *\/\n.ccs-section{ margin: var(--ccs-space-lg) 0; }\n.ccs-section.ccs-tight{ margin: var(--ccs-space-md) 0; }\n\n\/* Headings *\/\n.ccs-wrap .ccs-h2{\n  text-align:center;\n  font-size: var(--ccs-h2);\n  line-height:1.2;\n  margin: 0 0 16px;\n  font-weight: 600;\n  color: var(--ccs-text);\n}\n.ccs-wrap .ccs-h3{\n  font-size: var(--ccs-h3);\n  line-height:1.25;\n  margin: 0 0 10px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap .ccs-h4{\n  font-size: var(--ccs-h4);\n  line-height:1.3;\n  margin: 10px 0 6px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap p{\n  font-size: var(--ccs-body);\n  line-height:1.65;\n  margin: 0 0 10px;\n  color: var(--ccs-muted);\n}\n.ccs-wrap ul{\n  margin: 0;\n  padding-left: 16px;\n  color: var(--ccs-muted);\n  font-size: var(--ccs-body);\n  line-height:1.6;\n}\n.ccs-wrap li{ margin: 0 0 6px; }\n\n\/* center any paragraph that immediately follows an H2 *\/\n.ccs-h2 + p,\n.ccs-h2 + .ccs-subnote{\n  text-align: center;\n  max-width: 760px;\n  margin: 8px auto 18px;\n  color: var(--ccs-muted);\n}\n\n\/* =========================\n   Certified Strip\n   ========================= *\/\n.cert-strip {\n  margin: 0 0 26px;\n}\n\n.cert-strip__title {\n  text-align: center;\n  margin: 0 0 16px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 700;\n  color:#333;\n}\n\n.cert-strip__track {\n  display: flex;\n  gap: 16px;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  scroll-snap-type: x mandatory;\n  padding-bottom: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar {\n  height: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar-thumb {\n  background: rgba(0,0,0,0.18);\n  border-radius: 999px;\n}\n\n.cert-item {\n  flex: 0 0 auto;\n  width: 220px;\n  border: 1px solid #eee;\n  border-radius: 14px;\n  padding: 14px 14px 16px;\n  background: #fff;\n  text-align: center;\n  scroll-snap-align: start;\n  box-sizing: border-box;\n}\n\n.cert-item img {\n  height: 48px;\n  width: auto;\n  max-width: 90px;\n  object-fit: contain;\n  margin-bottom: 10px;\n}\n\n.cert-item__label {\n  font-weight: 600;\n  color: #333;\n  margin-bottom: 6px;\n  font-size: 15px;\n  line-height: 1.3;\n}\n\n.cert-item__sub {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.45;\n}\n\n@media (min-width: 900px) {\n  .cert-strip__track {\n    justify-content: space-between;\n    overflow-x: hidden;\n  }\n\n  .cert-item {\n    flex: 1 1 0;\n    width: auto;\n  }\n}\n\n@media (max-width: 768px) {\n  .cert-strip {\n    margin: 0 0 22px;\n  }\n\n  .cert-strip__title {\n    font-size: 22px;\n    margin-bottom: 14px;\n  }\n\n  .cert-item {\n    width: 220px;\n  }\n}\n\n\/* =========================\n   HERO: Image left, text right\n   ========================= *\/\n.ccs-hero{\n  display:flex;\n  align-items:center;\n  gap: 0;\n}\n.ccs-hero img{\n  width:50%;\n  max-height:320px;\n  object-fit:cover;\n  border-radius: 8px;\n  box-sizing:border-box;\n  display:block;\n}\n.ccs-hero .ccs-hero-text{\n  width:50%;\n  box-sizing:border-box;\n  padding: 90px;\n}\n.ccs-hero .ccs-hero-text p{ font-size: 14px; }\n\n\/* Mobile hero *\/\n@media (max-width: 768px){\n  .ccs-hero{ \n    flex-direction:column; \n  }\n\n  .ccs-hero img{ \n    display:none; \n  }\n\n  .ccs-hero .ccs-hero-text{ \n    width:100%; \n    padding: 10px 8px 0; \n  }\n}\n\n\/* =========================\n   3\/8\" Slider\n   ========================= *\/\n.ccs-slider-wrap{ position:relative; margin: 0; }\n.ccs-slider{\n  display:flex;\n  gap: 22px;\n  overflow-x:auto;\n  padding: 8px 8px 16px;\n  scroll-snap-type: x mandatory;\n  scroll-behavior: smooth;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width:none;\n}\n.ccs-slider::-webkit-scrollbar{ display:none; }\n\n.ccs-card{\n  flex: 0 0 calc((100% - (22px * 3)) \/ 4.1);\n  scroll-snap-align:start;\n}\n.ccs-card img{\n  width:100%;\n  height:auto;\n  display:block;\n  border-radius: 8px;\n}\n\n\/* Arrow buttons desktop only *\/\n.ccs-slider-btn{\n  position:absolute;\n  top:52%;\n  transform:translateY(-50%);\n  z-index:2;\n  width:42px;\n  height:42px;\n  border-radius:50%;\n  border:1px solid #ddd;\n  background:#fff;\n  cursor:pointer;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  box-shadow:0 4px 12px rgba(0,0,0,0.12);\n}\n.ccs-slider-btn.left{ left:-16px; }\n.ccs-slider-btn.right{ right:-16px; }\n.ccs-slider-btn svg{\n  width:18px;\n  height:18px;\n  fill:none;\n  stroke:#222;\n  stroke-width:2.5;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n\/* Mobile slider sizing *\/\n@media (max-width: 768px){\n  .ccs-card{ flex:0 0 calc((100% - 22px) \/ 1.1); }\n  .ccs-slider-btn{ display:none; }\n  .ccs-wrap{\n    --ccs-h2: 22px;\n    --ccs-h3: 18px;\n    --ccs-h4: 16px;\n  }\n  .ccs-section{ margin: 28px 0; }\n}\n\n\/* =========================\n   5\/8\" Grid desktop + slider mobile\n   ========================= *\/\n.ccs-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n@media (max-width: 768px){\n  .ccs-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding: 0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-grid::-webkit-scrollbar{ display:none; }\n  .ccs-grid .ccs-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   Lift Options -\u003e YouTube iframe\n   ========================= *\/\n.ccs-lift-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap:24px;\n}\n\n.ccs-lift-card{\n  width:100%;\n}\n.ccs-lift-media{\n  position:relative;\n  width:100%;\n  aspect-ratio:3\/4;\n  overflow:hidden;\n  border-radius:10px;\n}\n.ccs-lift-media iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n  display:block;\n}\n\n@media (max-width:768px){\n  .ccs-lift-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding:0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-lift-grid::-webkit-scrollbar{ display:none; }\n  .ccs-lift-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n  .ccs-lift-media{ aspect-ratio:3\/4; }\n}\n\n\/* button style *\/\n.ccs-btn{\n  margin-top:12px;\n  display:inline-block;\n  padding:10px 26px;\n  font-size:14px;\n  font-weight:600;\n  border:1.5px solid #000;\n  background:#fff;\n  color:#000;\n  text-decoration:none;\n  transition:all .25s ease;\n}\n.ccs-btn:hover{\n  background:#B61D0F;\n  color:#fff;\n  border-color:#B61D0F;\n}\n\n\/* =========================\n   Options Guide Table\n   ========================= *\/\n.ccs-table{ margin: 0; }\n.ccs-table .ccs-scroll{\n  width:100%;\n  overflow-x:auto;\n  -webkit-overflow-scrolling:touch;\n}\n\n.ccs-table table,\n.ccs-table thead,\n.ccs-table tbody,\n.ccs-table tr,\n.ccs-table th,\n.ccs-table td{\n  background: transparent !important;\n  box-shadow:none !important;\n  outline:none !important;\n}\n.ccs-table table,\n.ccs-table th,\n.ccs-table td{ border:none !important; }\n\n.ccs-table table{\n  width:100% !important;\n  border-collapse:collapse !important;\n  border-spacing:0 !important;\n  table-layout:fixed !important;\n  min-width: 920px;\n}\n\n.ccs-table col.opt{ width: 28%; }\n.ccs-table col.best{ width: 36%; }\n.ccs-table col.ben{ width: 36%; }\n\n.ccs-table thead th{\n  padding: 18px 16px !important;\n  color:#543c2b !important;\n  font-weight:600 !important;\n  font-size:16px !important;\n  letter-spacing:.2px;\n  border-bottom:1px solid rgba(84,60,43,.75) !important;\n}\n.ccs-table thead th:nth-child(1){ text-align:left !important; }\n.ccs-table thead th:nth-child(2),\n.ccs-table thead th:nth-child(3){ text-align:center !important; }\n\n.ccs-table tbody td{\n  padding: 18px 16px !important;\n  vertical-align:middle !important;\n  border-bottom:1px solid rgba(84,60,43,.55) !important;\n}\n.ccs-table .ccs-opt{\n  font-size:16px;\n  font-weight:700;\n  color:#4a4a4a;\n  line-height:1.2;\n}\n.ccs-table .ccs-sub{\n  font-size:15px;\n  line-height:1.35;\n  color:#6f6f6f;\n}\n@media (max-width:768px){\n  .ccs-table thead th{ font-size:16px !important; }\n  .ccs-table tbody td{ padding: 16px 14px !important; }\n}\n\n\/* Reduce accidental extra \u003cdiv style=\"clear: both;\"\u003e blocks *\/\n.ccs-clear{ display:none !important; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ccs-wrap\"\u003e\n\n  \u003c!-- =========================\n       CERTIFIED + HERO\n       ========================= --\u003e\n  \u003csection class=\"ccs-section ccs-tight\" aria-label=\"Top Down Bottom Up Cellular Shades overview\"\u003e\n\n    \u003c!-- =========================\n         Certified\n    ========================= --\u003e\n    \u003cdiv class=\"cert-strip\"\u003e\n      \u003ch2 class=\"cert-strip__title\"\u003eECO \u0026amp; Sustainable\u003c\/h2\u003e\n\n      \u003cdiv class=\"cert-strip__track\"\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"PFAS Free\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/PFAS.jpg?v=1778570485\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003ePFAS-Free\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Our fabrics are free of PFAS chemicals, ensuring safer indoor air quality and reduced environmental impact.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"OEKO-TEX Standard 100\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/OEKO_TEX.png?v=1734582916\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eNon-Toxic Materials\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Certified under OEKO-TEX Standard 100 to ensure fabrics are safe for everyday indoor use.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"REACH Compliant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/REACH.png?v=1734583111\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eREACH Compliant\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Meets EU REACH regulations for restricted substances and chemical safety.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"SGS Tested UV Protection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SGS_certification.png?v=1734644554\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eUV Protection\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            SGS-tested UV protection blocks up to 99.9% of harmful rays, helping preserve interior furnishings and reduce sun fading.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"Color Fastness\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Color_Fastness.jpg?v=1778570481\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eColor Fastness\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Tested for excellent color retention, helping fabrics maintain their color after prolonged sun exposure and regular cleaning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/LF-TDBU.jpg?v=1772250624\" alt=\"Top Down Bottom Up Cellular Shade — light filtering view\"\u003e\n      \u003cdiv class=\"ccs-hero-text\"\u003e\n        \u003ch3 class=\"ccs-h3\"\u003eControl Light Without Losing Privacy\u003c\/h3\u003e\n        \u003cp\u003e\n          Cordless Top Down Bottom Up Light Filtering Cellular Shades let natural light enter from above while maintaining privacy below.\n          Create a soft, comfortable space without glare — ideal for everyday living.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ccs-clear\"\u003e\u003c\/div\u003e\n  \u003c\/section\u003e\n\n      \u003c!-- =========================\n     Cellular Shades Icon Features\n========================= --\u003e\n\u003cdiv class=\"cellular-icon-features-section\"\u003e\n  \u003cdiv class=\"cellular-icon-features-grid\"\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/UV_Protection.png?v=1765527872\" alt=\"UV Protection\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eUV Protection\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Energy_Saving.png?v=1778581991\" alt=\"Energy Saving\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eEnergy Saving\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Noise_Reduction.png?v=1778581883\" alt=\"Noise Reduction\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eNoise Reduction\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Smooth_lift_option.png?v=1765527844\" alt=\"Smooth and Quiet Lift\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eSmooth \u0026amp; Quiet Lift\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Easy_to_Clean.png?v=1765527947\" alt=\"Easy Maintenance\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eEasy Maintenance\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Warranty.png?v=1765528206\" alt=\"5-Year Warranty\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e5-Year Warranty\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  \/* =========================\n     Cellular Shades Icon Features\n  ========================= *\/\n  .cellular-icon-features-section {\n    margin: 36px 0;\n  }\n\n  .cellular-icon-features-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n    align-items: start;\n  }\n\n  .cellular-icon-feature {\n    text-align: center;\n  }\n\n  .cellular-icon-wrap {\n    width: 58px;\n    height: 58px;\n    margin: 0 auto 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .cellular-icon-wrap img {\n    width: 34px;\n    height: 34px;\n    object-fit: contain;\n    display: block;\n  }\n\n  .cellular-icon-feature p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 600;\n    color: #222;\n  }\n\n  @media (max-width: 768px) {\n    .cellular-icon-features-section {\n      margin: 28px 0;\n    }\n\n    .cellular-icon-features-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px 10px;\n    }\n\n    .cellular-icon-wrap {\n      width: 44px;\n      height: 44px;\n      margin-bottom: 8px;\n    }\n\n    .cellular-icon-wrap img {\n      width: 24px;\n      height: 24px;\n    }\n\n    .cellular-icon-feature p {\n      font-size: 12px;\n      line-height: 1.25;\n    }\n  }\n\u003c\/style\u003e\n  \n  \u003c!-- =========================\n       LIFT OPTIONS\n       ========================= --\u003e\n  \u003csection class=\"ccs-section\" aria-label=\"Top Down Bottom Up Cellular Shades lifting options\"\u003e\n    \u003ch2 class=\"ccs-h2\"\u003eChoose How You Want to Operate\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-lift-grid\"\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-media\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/7LnCyQ7aZgU?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=7LnCyQ7aZgU\u0026amp;controls=1\u0026amp;playsinline=1\u0026amp;rel=0\" title=\"Cordless Lift Option\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\" referrerpolicy=\"strict-origin-when-cross-origin\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"padding:12px;\"\u003e\n          \u003ch3 class=\"ccs-h3\"\u003eCordless Lift Option\u003c\/h3\u003e\n          \u003cp style=\"margin:6px 0 0;color:var(--ccs-muted);\"\u003eClean look — simply push or pull to adjust.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-media\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/dyh9HlUcLos?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=dyh9HlUcLos\u0026amp;controls=1\u0026amp;playsinline=1\u0026amp;rel=0\" title=\"Dual Cord Lift\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\" referrerpolicy=\"strict-origin-when-cross-origin\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"padding:12px;\"\u003e\n          \u003ch3 class=\"ccs-h3\"\u003eDual Cord Lift\u003c\/h3\u003e\n          \u003cp style=\"margin:6px 0 0;color:var(--ccs-muted);\"\u003eBalanced and smooth control for wider shades.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-media\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/rihHkYb6bzY?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=rihHkYb6bzY\u0026amp;controls=1\u0026amp;playsinline=1\u0026amp;rel=0\" title=\"Motorized\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\" referrerpolicy=\"strict-origin-when-cross-origin\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"padding:12px;\"\u003e\n          \u003ch3 class=\"ccs-h3\"\u003eMotorized\u003c\/h3\u003e\n          \u003cp style=\"margin:6px 0 0;color:var(--ccs-muted);\"\u003eEven movement with one-touch remote control.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       Choose Cell Size\n       ========================= --\u003e\n  \u003csection class=\"ccs-section ccs-tight\" aria-label=\"Top Down Bottom Up Cellular Shades choose cell size\"\u003e\n    \u003cdiv class=\"ccs-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/compare.jpg?v=1770362648\" alt=\"Top Down Bottom Up Cellular Shades — compare cell sizes\"\u003e\n      \u003cdiv class=\"ccs-hero-text\"\u003e\n        \u003ch2 class=\"ccs-h2\"\u003eChoose the Look of Your Window\u003c\/h2\u003e\n        \u003cp class=\"look-tag\"\u003eBoth provide the same insulation and privacy — the choice is visual style.\u003c\/p\u003e\n        \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Cellular\u003c\/h4\u003e\n        \u003cul\u003e\u003cli\u003eSubtle, low-profile appearance that blends into the window.\u003c\/li\u003e\u003c\/ul\u003e\n        \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Cellular\u003c\/h4\u003e\n        \u003cul\u003e\u003cli\u003eFuller folds that add visual depth and softer presence.\u003c\/li\u003e\u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ccs-clear\"\u003e\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"result-preview\"\u003e\n\n    \u003c!-- =========================\n         3\/8\" Cassette FEATURES Slider\n         ========================= --\u003e\n    \u003csection class=\"ccs-section\" aria-label=\"Top Down Bottom Up Cellular Shades — 3\/8 inch features\"\u003e\n      \u003ch2 class=\"ccs-h2\"\u003eSee Your Final Appearance\u003c\/h2\u003e\n      \u003cp class=\"ccs-subnote\"\u003eThe cassette appearance varies depending on lift system and cell size.\u003c\/p\u003e\n\n      \u003cdiv class=\"ccs-slider-wrap\"\u003e\n        \u003cbutton class=\"ccs-slider-btn left\" type=\"button\" aria-label=\"Scroll left\" onclick=\"ccsSlide('ccsSlider38', -1)\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ccs-slider\" id=\"ccsSlider38\"\u003e\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/25_cordless_accessories.jpg?v=1772266889\" alt=\"Top Down Bottom Up Cellular Shade — cordless accessories detail\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Single Cell Cordless System\u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38_Dual_Cord.jpg?v=1772432583\" alt=\"Top Down Bottom Up Cellular Shade — motorized cassette white\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Single Cell Dual Cord Loop Lift System\u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/25mm_Motorized_TDBU.jpg?v=1772266309\" alt=\"Top Down Bottom Up Cellular Shade — 3\/8 motorized detail\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Single Cell Motorized System\u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/5_8_Single_Cell_Cordless_Syste.jpg?v=1772266886\" alt=\"Top Down Bottom Up Cellular Shade — 5\/8 cordless example\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Cordless System\u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38_cord_loop_top_down.jpg?v=1772209219\" alt=\"Top Down Bottom Up Cellular Shade — cord loop top down example\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Dual Cord Loop Lift System\u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ccs-card\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38_cordless_white.jpg?v=1772266585\" alt=\"Top Down Bottom Up Cellular Shade — 5\/8 motorized white example\"\u003e\n            \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Motorized System\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cbutton class=\"ccs-slider-btn right\" type=\"button\" aria-label=\"Scroll right\" onclick=\"ccsSlide('ccsSlider38', 1)\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- =========================\n         Motorized FEATURES\n         ========================= --\u003e\n    \u003csection class=\"ccs-section\" aria-label=\"Top Down Bottom Up Cellular Shades — motorized features\"\u003e\n      \u003ch2 class=\"ccs-h2\"\u003eBattery Powered Convenience\u003c\/h2\u003e\n      \u003cp class=\"ccs-subnote\"\u003e\n        For the 3\/8\" single cell dual-motor option, the rechargeable battery is mounted on the cassette and can be positioned behind it if your window has sufficient depth.\n        For a fully concealed battery and cleaner appearance, choose the 5\/8\" version with the battery built inside the cassette.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ccs-grid\"\u003e\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Connect_Motor_to_Rechargeable_Battery.jpg?v=1770362631\" alt=\"Top Down Bottom Up Cellular Shade — battery connection\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eQuick Motor \u0026amp; Battery Connection\u003c\/h4\u003e\n          \u003cp\u003eSimply connect the motor cable to the rechargeable battery pack. No tools required.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Snap_Motor_into_Headrail.jpg?v=1770362631\" alt=\"Top Down Bottom Up Cellular Shade — snap motor into headrail\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eEasy Clip-In Installation\u003c\/h4\u003e\n          \u003cp\u003eThe motor simply clips into the headrail for fast and secure installation.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Removable_Battery_for_Easy_Charging.jpg?v=1770362631\" alt=\"Top Down Bottom Up Cellular Shade — removable rechargeable battery\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eConvenient USB Charging\u003c\/h4\u003e\n          \u003cp\u003eThe rechargeable battery pack can be easily removed and charged separately using the included USB cable.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- =========================\n         Package\n         ========================= --\u003e\n    \u003csection class=\"ccs-section\" aria-label=\"Top Down Bottom Up Cellular Shades — packaging and kit\"\u003e\n      \u003ch2 class=\"ccs-h2\"\u003eDesigned for a Worry-Free Setup\u003c\/h2\u003e\n      \u003cdiv class=\"ccs-grid\"\u003e\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/packing.jpg?v=1770362644\" alt=\"Top Down Bottom Up Cellular Shade — reinforced packaging\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eReinforced Protective Packaging\u003c\/h4\u003e\n          \u003cp\u003eThick bubble cushioning and reinforced materials help reduce transit damage and support safe delivery.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Label.jpg?v=1770362653\" alt=\"Top Down Bottom Up Cellular Shade — labeled bracket positions\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eLabeled Bracket Positions\u003c\/h4\u003e\n          \u003cp\u003eEach shade includes clear labels on the cassette to indicate recommended bracket locations for faster, more accurate installation.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Complete_Motorized_System_Kit.jpg?v=1770362630\" alt=\"Top Down Bottom Up Cellular Shade — complete motorized kit\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eEverything Included\u003c\/h4\u003e\n          \u003cp\u003eYour motorized cellular shade comes with all necessary components for installation and operation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction ccsSlide(id, dir){\n  const el = document.getElementById(id);\n  if(!el) return;\n  const card = el.querySelector('.ccs-card');\n  if(!card) return;\n  const cardW = card.getBoundingClientRect().width + 22;\n  el.scrollBy({ left: dir * cardW, behavior: 'smooth' });\n}\n\u003c\/script\u003e","brand":"SenseBlinds","offers":[{"title":"3\/8\" \/ Snow White-001","offer_id":50765963067560,"sku":"US-TopdownC-LF-26295-001","price":55.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Ivory White-512","offer_id":50765963100328,"sku":"US-TopdownC-LF-26295-512","price":55.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Sandstone-513","offer_id":50765963133096,"sku":"US-TopdownC-LF-26295-513","price":55.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Urban Grey-514","offer_id":50765963165864,"sku":"US-TopdownC-LF-26295-514","price":55.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Slate Grey-515","offer_id":50765963198632,"sku":"US-TopdownC-LF-26295-515","price":55.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Lichen-520","offer_id":50765963231400,"sku":"US-TopdownC-LF-26295-520","price":55.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Black-025","offer_id":50765963264168,"sku":"US-TopdownC-LF-26295-522","price":55.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Bright White-38001","offer_id":50765963296936,"sku":"US-TopdownC-LF-320-38C01","price":60.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Ivory-380617","offer_id":50765963329704,"sku":"US-TopdownC-LF-320-38C02","price":60.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Cream Beige-38005","offer_id":50765963362472,"sku":"US-TopdownC-LF-320-38C03","price":60.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Pale Grey-380180","offer_id":50765963395240,"sku":"US-TopdownC-LF-320-38C07","price":60.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Steel Grey-383915","offer_id":50765963428008,"sku":"US-TopdownC-LF-320-38C08","price":60.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/light_filtering_updown_cellular_shades.jpg?v=1734382096"},{"product_id":"day-night-honeycomb-shades","title":"Day-Night Honeycomb Shades – Cordless \u0026 Motorized, Light Filtering Top + Blackout Bottom, 99% UV Block, Dual-Fabric Cellular Shades for Bedroom, Nursery \u0026 Living Room, 4 Colorways","description":"\u003cstyle\u003e\n\/* =========================\n   SCOPE: Top Down Bottom Up Cellular Shades Page Block\n   (modified per request, style values unchanged)\n   ========================= *\/\n.ccs-wrap{\n  --ccs-space-lg: 40px;\n  --ccs-space-md: 24px;\n  --ccs-space-sm: 16px;\n\n  --ccs-h2: 24px;\n  --ccs-h3: 20px;\n  --ccs-h4: 18px;\n  --ccs-body: 14px;\n\n  --ccs-text: #333;\n  --ccs-muted: #6f6f6f;\n  --ccs-accent: #b23a2e;\n  --ccs-border: #e6e6e6;\n\n  width:100%;\n  max-width:100%;\n}\n\n\/* Unified section spacing *\/\n.ccs-section{\n  margin: var(--ccs-space-lg) 0;\n}\n.ccs-section.ccs-tight{\n  margin: var(--ccs-space-md) 0;\n}\n\n\/* Headings *\/\n.ccs-wrap .ccs-h2{\n  text-align:center;\n  font-size: var(--ccs-h2);\n  line-height:1.2;\n  margin: 0 0 16px;\n  font-weight: 600;\n  color: var(--ccs-text);\n}\n.ccs-wrap .ccs-h3{\n  font-size: var(--ccs-h3);\n  line-height:1.25;\n  margin: 0 0 10px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap .ccs-h4{\n  font-size: var(--ccs-h4);\n  line-height:1.3;\n  margin: 10px 0 6px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap p{\n  font-size: var(--ccs-body);\n  line-height:1.65;\n  margin: 0 0 10px;\n  color: var(--ccs-muted);\n}\n.ccs-wrap ul{\n  margin: 0;\n  padding-left: 16px;\n  color: var(--ccs-muted);\n  font-size: var(--ccs-body);\n  line-height:1.6;\n}\n.ccs-wrap li{ margin: 0 0 6px; }\n\n\/* center any paragraph that immediately follows an H2 *\/\n.ccs-h2 + p,\n.ccs-h2 + .ccs-subnote{\n  text-align: center;\n  max-width: 760px;\n  margin: 8px auto 18px;\n  color: var(--ccs-muted);\n}\n\n\/* =========================\n   HERO: Image left, text right\n   ========================= *\/\n.ccs-hero{\n  display:flex;\n  align-items:center;\n  gap: 0;\n}\n.ccs-hero img{\n  width:50%;\n  max-height:320px;\n  object-fit:cover;\n  border-radius: 8px;\n  box-sizing:border-box;\n  display:block;\n}\n.ccs-hero .ccs-hero-text{\n  width:50%;\n  box-sizing:border-box;\n  padding: 90px;\n}\n.ccs-hero .ccs-hero-text p{ font-size: 14px; }\n\n\/* Mobile hero *\/\n@media (max-width: 768px){\n  .ccs-hero{ \n    flex-direction:column; \n  }\n\n  .ccs-hero img{ \n    display:none; \n  }\n\n  .ccs-hero .ccs-hero-text{\n    width:100%;\n    padding: 10px 8px 0;\n  }\n}\n\n\/* =========================\n   Certified Strip\n   ========================= *\/\n.cert-strip {\n  margin: 0 0 26px;\n}\n\n.cert-strip__title {\n  text-align: center;\n  margin: 0 0 16px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 700;\n  color:#333;\n}\n\n.cert-strip__track {\n  display: flex;\n  gap: 16px;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  scroll-snap-type: x mandatory;\n  padding-bottom: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar {\n  height: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar-thumb {\n  background: rgba(0,0,0,0.18);\n  border-radius: 999px;\n}\n\n.cert-item {\n  flex: 0 0 auto;\n  width: 220px;\n  border: 1px solid #eee;\n  border-radius: 14px;\n  padding: 14px 14px 16px;\n  background: #fff;\n  text-align: center;\n  scroll-snap-align: start;\n  box-sizing: border-box;\n}\n\n.cert-item img {\n  height: 48px;\n  width: auto;\n  max-width: 90px;\n  object-fit: contain;\n  margin-bottom: 10px;\n}\n\n.cert-item__label {\n  font-weight: 600;\n  color: #333;\n  margin-bottom: 6px;\n  font-size: 15px;\n  line-height: 1.3;\n}\n\n.cert-item__sub {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.45;\n}\n\n@media (min-width: 900px) {\n  .cert-strip__track {\n    justify-content: space-between;\n    overflow-x: hidden;\n  }\n\n  .cert-item {\n    flex: 1 1 0;\n    width: auto;\n  }\n}\n\n@media (max-width: 768px) {\n  .cert-strip {\n    margin: 0 0 22px;\n  }\n\n  .cert-strip__title {\n    font-size: 22px;\n    margin-bottom: 14px;\n  }\n\n  .cert-item {\n    width: 220px;\n  }\n}\n\n\/* =========================\n   3\/8\" Slider\n   ========================= *\/\n.ccs-slider-wrap{ \n  position:relative; \n  margin: 0; \n}\n.ccs-slider{\n  display:flex;\n  gap: 22px;\n  overflow-x:auto;\n  padding: 8px 8px 16px;\n  scroll-snap-type: x mandatory;\n  scroll-behavior: smooth;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width:none;\n}\n.ccs-slider::-webkit-scrollbar{ display:none; }\n.ccs-card{\n  flex: 0 0 calc((100% - (22px * 3)) \/ 4.1);\n  scroll-snap-align:start;\n}\n.ccs-card img{\n  width:100%;\n  height:auto;\n  display:block;\n  border-radius: 8px;\n}\n\n\/* Arrow buttons desktop only *\/\n.ccs-slider-btn{\n  position:absolute;\n  top:52%;\n  transform:translateY(-50%);\n  z-index:2;\n  width:42px;\n  height:42px;\n  border-radius:50%;\n  border:1px solid #ddd;\n  background:#fff;\n  cursor:pointer;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  box-shadow:0 4px 12px rgba(0,0,0,0.12);\n}\n.ccs-slider-btn.left{ left:-16px; }\n.ccs-slider-btn.right{ right:-16px; }\n.ccs-slider-btn svg{\n  width:18px;\n  height:18px;\n  fill:none;\n  stroke:#222;\n  stroke-width:2.5;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n\/* =========================\n   See Your Final Appearance\n   Desktop: 3 columns, no slider\n   Mobile: keep horizontal swipe\n   ========================= *\/\n@media (min-width: 769px){\n  .appearance-grid-section .ccs-slider-wrap{\n    position:relative;\n  }\n\n  .appearance-grid-section .ccs-slider{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:22px;\n    overflow:visible;\n    padding:0;\n    scroll-snap-type:none;\n  }\n\n  .appearance-grid-section .ccs-card{\n    flex:none;\n    scroll-snap-align:unset;\n  }\n\n  .appearance-grid-section .ccs-slider-btn{\n    display:none;\n  }\n}\n\n\/* Mobile slider sizing *\/\n@media (max-width: 768px){\n  .ccs-card{ \n    flex:0 0 calc((100% - 22px) \/ 1.1); \n  }\n  .ccs-slider-btn{ \n    display:none; \n  }\n  .ccs-wrap{ \n    --ccs-h2: 22px; \n    --ccs-h3: 18px; \n    --ccs-h4: 16px; \n  }\n  .ccs-section{ \n    margin: 28px 0; \n  }\n\n  .appearance-grid-section .ccs-slider{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding:8px 8px 16px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n\n  .appearance-grid-section .ccs-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   5\/8\" Grid desktop + slider mobile\n   ========================= *\/\n.ccs-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n@media (max-width: 768px){\n  .ccs-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding: 0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-grid::-webkit-scrollbar{ display:none; }\n  .ccs-grid .ccs-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   Lift Options YouTube iframes\n   ========================= *\/\n.ccs-lift-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap:24px;\n}\n\n.ccs-lift-card{\n  width:100%;\n}\n\n.ccs-lift-media{\n  position:relative;\n  width:100%;\n  aspect-ratio:3\/4;\n  overflow:hidden;\n  border-radius:10px;\n}\n\n.ccs-lift-media iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n  display:block;\n}\n\n@media (max-width:768px){\n  .ccs-lift-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding:0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-lift-grid::-webkit-scrollbar{ display:none; }\n  .ccs-lift-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n  .ccs-lift-media{ \n    aspect-ratio:3\/4; \n  }\n}\n\n\/* button style *\/\n.ccs-btn{\n  margin-top:12px;\n  display:inline-block;\n  padding:10px 26px;\n  font-size:14px;\n  font-weight:600;\n  border:1.5px solid #000;\n  background:#fff;\n  color:#000;\n  text-decoration:none;\n  transition:all .25s ease;\n}\n.ccs-btn:hover{\n  background:#B61D0F;\n  color:#fff;\n  border-color:#B61D0F;\n}\n\n\/* =========================\n   Options Guide Table\n   ========================= *\/\n.ccs-table{ \n  margin: 0; \n}\n.ccs-table .ccs-scroll{\n  width:100%;\n  overflow-x:auto;\n  -webkit-overflow-scrolling:touch;\n}\n\n\/* hard reset for theme table styles *\/\n.ccs-table table,\n.ccs-table thead,\n.ccs-table tbody,\n.ccs-table tr,\n.ccs-table th,\n.ccs-table td{\n  background: transparent !important;\n  box-shadow:none !important;\n  outline:none !important;\n}\n.ccs-table table,\n.ccs-table th,\n.ccs-table td{ \n  border:none !important; \n}\n.ccs-table table{\n  width:100% !important;\n  border-collapse:collapse !important;\n  border-spacing:0 !important;\n  table-layout:fixed !important;\n  min-width: 920px;\n}\n.ccs-table col.opt{ width: 28%; }\n.ccs-table col.best{ width: 36%; }\n.ccs-table col.ben{ width: 36%; }\n.ccs-table thead th{\n  padding: 18px 16px !important;\n  color:#543c2b !important;\n  font-weight:600 !important;\n  font-size:16px !important;\n  letter-spacing:.2px;\n  border-bottom:1px solid rgba(84,60,43,.75) !important;\n}\n.ccs-table thead th:nth-child(1){ \n  text-align:left !important; \n}\n.ccs-table thead th:nth-child(2),\n.ccs-table thead th:nth-child(3){ \n  text-align:center !important; \n}\n.ccs-table tbody td{\n  padding: 18px 16px !important;\n  vertical-align:middle !important;\n  border-bottom:1px solid rgba(84,60,43,.55) !important;\n}\n.ccs-table .ccs-opt{\n  font-size:16px;\n  font-weight:700;\n  color:#4a4a4a;\n  line-height:1.2;\n}\n.ccs-table .ccs-sub{\n  font-size:15px;\n  line-height:1.35;\n  color:#6f6f6f;\n}\n@media (max-width:768px){\n  .ccs-table thead th{ \n    font-size:16px !important; \n  }\n  .ccs-table tbody td{ \n    padding: 16px 14px !important; \n  }\n}\n\n\/* Reduce accidental extra \u003cdiv style=\"clear: both;\"\u003e blocks *\/\n.ccs-clear{ \n  display:none !important; \n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ccs-wrap\"\u003e\n\n  \u003c!-- =========================\n       HERO + CERTIFIED\n       ========================= --\u003e\n  \u003csection class=\"ccs-section ccs-tight\" aria-label=\"Top Down Bottom Up Cellular Shades overview\"\u003e\n\n    \u003c!-- =========================\n         Certified\n    ========================= --\u003e\n    \u003cdiv class=\"cert-strip\"\u003e\n      \u003ch2 class=\"cert-strip__title\"\u003eECO \u0026amp; Sustainable\u003c\/h2\u003e\n\n      \u003cdiv class=\"cert-strip__track\"\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"PFAS Free\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/PFAS.jpg?v=1778570485\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003ePFAS-Free\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Our fabrics are free of PFAS chemicals, ensuring safer indoor air quality and reduced environmental impact.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"OEKO-TEX Standard 100\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/OEKO_TEX.png?v=1734582916\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eNon-Toxic Materials\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Certified under OEKO-TEX Standard 100 to ensure fabrics are safe for everyday indoor use.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"REACH Compliant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/REACH.png?v=1734583111\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eREACH Compliant\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Meets EU REACH regulations for restricted substances and chemical safety.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"SGS Tested UV Protection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SGS_certification.png?v=1734644554\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eUV Protection\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            SGS-tested UV protection blocks up to 99.9% of harmful rays, helping preserve interior furnishings and reduce sun fading.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"Color Fastness\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Color_Fastness.jpg?v=1778570481\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eColor Fastness\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Tested for excellent color retention, helping fabrics maintain their color after prolonged sun exposure and regular cleaning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/TopDown_cellular.jpg?v=1734384906\" alt=\"Day-Night Honeycomb Shades\"\u003e\n      \u003cdiv class=\"ccs-hero-text\"\u003e\n        \u003ch3 class=\"ccs-h3\"\u003eTotal Privacy, Adjustable Daylight\u003c\/h3\u003e\n        \u003cp\u003eTransform your windows with our Day \u0026amp; Night Cellular Shades, a perfect combination of style, functionality, and flexibility. The top portion features a soft light-filtering polyester fabric, designed to gently diffuse natural light while blocking 99% of harmful UV rays, protecting your furniture and flooring from sun damage.\u003c\/p\u003e\n\n\u003cp\u003eThe bottom section is crafted with premium blackout honeycomb fabric, ensuring complete darkness and ultimate privacy when needed. Whether you want to enjoy a softly lit space during the day or a fully private environment at night, this shade adapts to your needs seamlessly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ccs-clear\"\u003e\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       Cellular Shades Icon Features\n  ========================= --\u003e\n  \u003cdiv class=\"cellular-icon-features-section\"\u003e\n    \u003cdiv class=\"cellular-icon-features-grid\"\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/UV_Protection.png?v=1765527872\" alt=\"UV Protection\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eUV Protection\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Energy_Saving.png?v=1778581991\" alt=\"Energy Saving\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eEnergy Saving\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Noise_Reduction.png?v=1778581883\" alt=\"Noise Reduction\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eNoise Reduction\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Smooth_lift_option.png?v=1765527844\" alt=\"Smooth and Quiet Lift\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eSmooth \u0026amp; Quiet Lift\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Easy_to_Clean.png?v=1765527947\" alt=\"Easy Maintenance\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eEasy Maintenance\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Warranty.png?v=1765528206\" alt=\"5-Year Warranty\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e5-Year Warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    \/* =========================\n       Cellular Shades Icon Features\n    ========================= *\/\n    .cellular-icon-features-section {\n      margin: 36px 0;\n    }\n\n    .cellular-icon-features-grid {\n      display: grid;\n      grid-template-columns: repeat(6, 1fr);\n      gap: 20px;\n      align-items: start;\n    }\n\n    .cellular-icon-feature {\n      text-align: center;\n    }\n\n    .cellular-icon-wrap {\n      width: 58px;\n      height: 58px;\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .cellular-icon-wrap img {\n      width: 34px;\n      height: 34px;\n      object-fit: contain;\n      display: block;\n    }\n\n    .cellular-icon-feature p {\n      margin: 0;\n      font-size: 14px;\n      line-height: 1.35;\n      font-weight: 600;\n      color: #222;\n    }\n\n    @media (max-width: 768px) {\n      .cellular-icon-features-section {\n        margin: 28px 0;\n      }\n\n      .cellular-icon-features-grid {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 18px 10px;\n      }\n\n      .cellular-icon-wrap {\n        width: 44px;\n        height: 44px;\n        margin-bottom: 8px;\n      }\n\n      .cellular-icon-wrap img {\n        width: 24px;\n        height: 24px;\n      }\n\n      .cellular-icon-feature p {\n        font-size: 12px;\n        line-height: 1.25;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- =========================\n       3\/8\" Cassette FEATURES\n       Desktop: 3 columns\n       Mobile: slider\n       ========================= --\u003e\n  \u003csection class=\"ccs-section appearance-grid-section\" aria-label=\"Top Down Bottom Up Cellular Shades — 3\/8 inch features\"\u003e\n    \u003ch2 class=\"ccs-h2\"\u003eSee Your Final Appearance\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-slider-wrap\"\u003e\n      \u003cbutton class=\"ccs-slider-btn left\" type=\"button\" aria-label=\"Scroll left\" onclick=\"ccsSlide('ccsSlider38', -1)\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"ccs-slider\" id=\"ccsSlider38\"\u003e\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/5_8_Single_Cell_Cordless_Syste.jpg?v=1772266886\" alt=\"Top Down Bottom Up Cellular Shade — 5\/8 cordless example\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Cordless System\u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38_cord_loop_top_down.jpg?v=1772209219\" alt=\"Top Down Bottom Up Cellular Shade — cord loop top down example\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Dual Cord Loop Lift System\u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38_cordless_white.jpg?v=1772266585\" alt=\"Top Down Bottom Up Cellular Shade — 5\/8 motorized white example\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Motorized System\u003c\/h4\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cbutton class=\"ccs-slider-btn right\" type=\"button\" aria-label=\"Scroll right\" onclick=\"ccsSlide('ccsSlider38', 1)\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       Package Grid desktop, slider mobile\n       ========================= --\u003e\n  \u003csection class=\"ccs-section\" aria-label=\"Top Down Bottom Up Cellular Shades — packaging and kit\"\u003e\n    \u003ch2 class=\"ccs-h2\"\u003eDesigned for a Worry-Free Setup\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-grid\"\u003e\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/packing.jpg?v=1770362644\" alt=\"Top Down Bottom Up Cellular Shade — reinforced packaging\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eReinforced Protective Packaging\u003c\/h4\u003e\n        \u003cp\u003eThick bubble cushioning and reinforced materials help reduce transit damage and support safe delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Label.jpg?v=1770362653\" alt=\"Top Down Bottom Up Cellular Shade — labeled bracket positions\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eLabeled Bracket Positions\u003c\/h4\u003e\n        \u003cp\u003eEach shade includes clear labels on the cassette to indicate recommended bracket locations for faster, more accurate installation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Complete_Motorized_System_Kit.jpg?v=1770362630\" alt=\"Top Down Bottom Up Cellular Shade — complete motorized kit\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eEverything Included\u003c\/h4\u003e\n        \u003cp\u003eYour motorized cellular shade comes with all necessary components for installation and operation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction ccsSlide(id, dir){\n  const el = document.getElementById(id);\n  if(!el) return;\n  const card = el.querySelector('.ccs-card');\n  if(!card) return;\n  const cardW = card.getBoundingClientRect().width + 22;\n  el.scrollBy({ left: dir * cardW, behavior: 'smooth' });\n}\n\u003c\/script\u003e\n\n","brand":"SenseBlinds","offers":[{"title":"Bright White","offer_id":50766304968872,"sku":"US-DayC--38C01-38CB01","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Ivory-Soft Gray","offer_id":50766305001640,"sku":"US-DayC-38C02-38CB02","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Cream Beige","offer_id":50766305034408,"sku":"US-DayC-38C03-38CB03","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Cool Gray","offer_id":50766305067176,"sku":"US-DayC-38C07-38CB07","price":80.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/TopDown_cellular.jpg?v=1734384906"},{"product_id":"premier-day-night-honeycomb-shades","title":"Premier Day-Night Honeycomb Shades – Cordless \u0026 Motorized, Dual-Fabric, Sheer Top + Blackout Bottom, 3\/8\" \u0026 5\/8\" Single Cell, 99% UV Block, Insulating for Bedroom \u0026 Nursery, ZF-323 Series","description":"\u003cstyle\u003e\n\/* =========================\n   SCOPE: Top Down Bottom Up Cellular Shades Page Block\n   (modified per request, style values unchanged)\n   ========================= *\/\n.ccs-wrap{\n  --ccs-space-lg: 40px;\n  --ccs-space-md: 24px;\n  --ccs-space-sm: 16px;\n\n  --ccs-h2: 24px;\n  --ccs-h3: 20px;\n  --ccs-h4: 18px;\n  --ccs-body: 14px;\n\n  --ccs-text: #333;\n  --ccs-muted: #6f6f6f;\n  --ccs-accent: #b23a2e;\n  --ccs-border: #e6e6e6;\n\n  width:100%;\n  max-width:100%;\n}\n\n\/* Unified section spacing *\/\n.ccs-section{\n  margin: var(--ccs-space-lg) 0;\n}\n.ccs-section.ccs-tight{\n  margin: var(--ccs-space-md) 0;\n}\n\n\/* Headings *\/\n.ccs-wrap .ccs-h2{\n  text-align:center;\n  font-size: var(--ccs-h2);\n  line-height:1.2;\n  margin: 0 0 16px;\n  font-weight: 600;\n  color: var(--ccs-text);\n}\n.ccs-wrap .ccs-h3{\n  font-size: var(--ccs-h3);\n  line-height:1.25;\n  margin: 0 0 10px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap .ccs-h4{\n  font-size: var(--ccs-h4);\n  line-height:1.3;\n  margin: 10px 0 6px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap p{\n  font-size: var(--ccs-body);\n  line-height:1.65;\n  margin: 0 0 10px;\n  color: var(--ccs-muted);\n}\n.ccs-wrap ul{\n  margin: 0;\n  padding-left: 16px;\n  color: var(--ccs-muted);\n  font-size: var(--ccs-body);\n  line-height:1.6;\n}\n.ccs-wrap li{ margin: 0 0 6px; }\n\n\/* center any paragraph that immediately follows an H2 *\/\n.ccs-h2 + p,\n.ccs-h2 + .ccs-subnote{\n  text-align: center;\n  max-width: 760px;\n  margin: 8px auto 18px;\n  color: var(--ccs-muted);\n}\n\n\/* =========================\n   HERO: Image left, text right\n   ========================= *\/\n.ccs-hero{\n  display:flex;\n  align-items:center;\n  gap: 0;\n}\n.ccs-hero img{\n  width:50%;\n  max-height:320px;\n  object-fit:cover;\n  border-radius: 8px;\n  box-sizing:border-box;\n  display:block;\n}\n.ccs-hero .ccs-hero-text{\n  width:50%;\n  box-sizing:border-box;\n  padding: 90px;\n}\n.ccs-hero .ccs-hero-text p{ font-size: 14px; }\n\n\/* Mobile hero *\/\n@media (max-width: 768px){\n  .ccs-hero{ \n    flex-direction:column; \n  }\n\n  .ccs-hero img{ \n    display:none; \n  }\n\n  .ccs-hero .ccs-hero-text{\n    width:100%;\n    padding: 10px 8px 0;\n  }\n}\n\n\/* =========================\n   Certified Strip\n   ========================= *\/\n.cert-strip {\n  margin: 0 0 26px;\n}\n\n.cert-strip__title {\n  text-align: center;\n  margin: 0 0 16px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 700;\n  color:#333;\n}\n\n.cert-strip__track {\n  display: flex;\n  gap: 16px;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  scroll-snap-type: x mandatory;\n  padding-bottom: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar {\n  height: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar-thumb {\n  background: rgba(0,0,0,0.18);\n  border-radius: 999px;\n}\n\n.cert-item {\n  flex: 0 0 auto;\n  width: 220px;\n  border: 1px solid #eee;\n  border-radius: 14px;\n  padding: 14px 14px 16px;\n  background: #fff;\n  text-align: center;\n  scroll-snap-align: start;\n  box-sizing: border-box;\n}\n\n.cert-item img {\n  height: 48px;\n  width: auto;\n  max-width: 90px;\n  object-fit: contain;\n  margin-bottom: 10px;\n}\n\n.cert-item__label {\n  font-weight: 600;\n  color: #333;\n  margin-bottom: 6px;\n  font-size: 15px;\n  line-height: 1.3;\n}\n\n.cert-item__sub {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.45;\n}\n\n@media (min-width: 900px) {\n  .cert-strip__track {\n    justify-content: space-between;\n    overflow-x: hidden;\n  }\n\n  .cert-item {\n    flex: 1 1 0;\n    width: auto;\n  }\n}\n\n@media (max-width: 768px) {\n  .cert-strip {\n    margin: 0 0 22px;\n  }\n\n  .cert-strip__title {\n    font-size: 22px;\n    margin-bottom: 14px;\n  }\n\n  .cert-item {\n    width: 220px;\n  }\n}\n\n\/* =========================\n   3\/8\" Slider\n   ========================= *\/\n.ccs-slider-wrap{ \n  position:relative; \n  margin: 0; \n}\n.ccs-slider{\n  display:flex;\n  gap: 22px;\n  overflow-x:auto;\n  padding: 8px 8px 16px;\n  scroll-snap-type: x mandatory;\n  scroll-behavior: smooth;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width:none;\n}\n.ccs-slider::-webkit-scrollbar{ display:none; }\n.ccs-card{\n  flex: 0 0 calc((100% - (22px * 3)) \/ 4.1);\n  scroll-snap-align:start;\n}\n.ccs-card img{\n  width:100%;\n  height:auto;\n  display:block;\n  border-radius: 8px;\n}\n\n\/* Arrow buttons desktop only *\/\n.ccs-slider-btn{\n  position:absolute;\n  top:52%;\n  transform:translateY(-50%);\n  z-index:2;\n  width:42px;\n  height:42px;\n  border-radius:50%;\n  border:1px solid #ddd;\n  background:#fff;\n  cursor:pointer;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  box-shadow:0 4px 12px rgba(0,0,0,0.12);\n}\n.ccs-slider-btn.left{ left:-16px; }\n.ccs-slider-btn.right{ right:-16px; }\n.ccs-slider-btn svg{\n  width:18px;\n  height:18px;\n  fill:none;\n  stroke:#222;\n  stroke-width:2.5;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n\/* =========================\n   See Your Final Appearance\n   Desktop: 3 columns, no slider\n   Mobile: keep horizontal swipe\n   ========================= *\/\n@media (min-width: 769px){\n  .appearance-grid-section .ccs-slider-wrap{\n    position:relative;\n  }\n\n  .appearance-grid-section .ccs-slider{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:22px;\n    overflow:visible;\n    padding:0;\n    scroll-snap-type:none;\n  }\n\n  .appearance-grid-section .ccs-card{\n    flex:none;\n    scroll-snap-align:unset;\n  }\n\n  .appearance-grid-section .ccs-slider-btn{\n    display:none;\n  }\n}\n\n\/* Mobile slider sizing *\/\n@media (max-width: 768px){\n  .ccs-card{ \n    flex:0 0 calc((100% - 22px) \/ 1.1); \n  }\n  .ccs-slider-btn{ \n    display:none; \n  }\n  .ccs-wrap{ \n    --ccs-h2: 22px; \n    --ccs-h3: 18px; \n    --ccs-h4: 16px; \n  }\n  .ccs-section{ \n    margin: 28px 0; \n  }\n\n  .appearance-grid-section .ccs-slider{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding:8px 8px 16px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n\n  .appearance-grid-section .ccs-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   5\/8\" Grid desktop + slider mobile\n   ========================= *\/\n.ccs-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n@media (max-width: 768px){\n  .ccs-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding: 0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-grid::-webkit-scrollbar{ display:none; }\n  .ccs-grid .ccs-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   Lift Options YouTube iframes\n   ========================= *\/\n.ccs-lift-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap:24px;\n}\n\n.ccs-lift-card{\n  width:100%;\n}\n\n.ccs-lift-media{\n  position:relative;\n  width:100%;\n  aspect-ratio:3\/4;\n  overflow:hidden;\n  border-radius:10px;\n}\n\n.ccs-lift-media iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n  display:block;\n}\n\n@media (max-width:768px){\n  .ccs-lift-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding:0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-lift-grid::-webkit-scrollbar{ display:none; }\n  .ccs-lift-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n  .ccs-lift-media{ \n    aspect-ratio:3\/4; \n  }\n}\n\n\/* button style *\/\n.ccs-btn{\n  margin-top:12px;\n  display:inline-block;\n  padding:10px 26px;\n  font-size:14px;\n  font-weight:600;\n  border:1.5px solid #000;\n  background:#fff;\n  color:#000;\n  text-decoration:none;\n  transition:all .25s ease;\n}\n.ccs-btn:hover{\n  background:#B61D0F;\n  color:#fff;\n  border-color:#B61D0F;\n}\n\n\/* =========================\n   Options Guide Table\n   ========================= *\/\n.ccs-table{ \n  margin: 0; \n}\n.ccs-table .ccs-scroll{\n  width:100%;\n  overflow-x:auto;\n  -webkit-overflow-scrolling:touch;\n}\n\n\/* hard reset for theme table styles *\/\n.ccs-table table,\n.ccs-table thead,\n.ccs-table tbody,\n.ccs-table tr,\n.ccs-table th,\n.ccs-table td{\n  background: transparent !important;\n  box-shadow:none !important;\n  outline:none !important;\n}\n.ccs-table table,\n.ccs-table th,\n.ccs-table td{ \n  border:none !important; \n}\n.ccs-table table{\n  width:100% !important;\n  border-collapse:collapse !important;\n  border-spacing:0 !important;\n  table-layout:fixed !important;\n  min-width: 920px;\n}\n.ccs-table col.opt{ width: 28%; }\n.ccs-table col.best{ width: 36%; }\n.ccs-table col.ben{ width: 36%; }\n.ccs-table thead th{\n  padding: 18px 16px !important;\n  color:#543c2b !important;\n  font-weight:600 !important;\n  font-size:16px !important;\n  letter-spacing:.2px;\n  border-bottom:1px solid rgba(84,60,43,.75) !important;\n}\n.ccs-table thead th:nth-child(1){ \n  text-align:left !important; \n}\n.ccs-table thead th:nth-child(2),\n.ccs-table thead th:nth-child(3){ \n  text-align:center !important; \n}\n.ccs-table tbody td{\n  padding: 18px 16px !important;\n  vertical-align:middle !important;\n  border-bottom:1px solid rgba(84,60,43,.55) !important;\n}\n.ccs-table .ccs-opt{\n  font-size:16px;\n  font-weight:700;\n  color:#4a4a4a;\n  line-height:1.2;\n}\n.ccs-table .ccs-sub{\n  font-size:15px;\n  line-height:1.35;\n  color:#6f6f6f;\n}\n@media (max-width:768px){\n  .ccs-table thead th{ \n    font-size:16px !important; \n  }\n  .ccs-table tbody td{ \n    padding: 16px 14px !important; \n  }\n}\n\n\/* Reduce accidental extra \u003cdiv style=\"clear: both;\"\u003e blocks *\/\n.ccs-clear{ \n  display:none !important; \n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ccs-wrap\"\u003e\n\n  \u003c!-- =========================\n       HERO + CERTIFIED\n       ========================= --\u003e\n  \u003csection class=\"ccs-section ccs-tight\" aria-label=\"Top Down Bottom Up Cellular Shades overview\"\u003e\n\n    \u003c!-- =========================\n         Certified\n    ========================= --\u003e\n    \u003cdiv class=\"cert-strip\"\u003e\n      \u003ch2 class=\"cert-strip__title\"\u003eECO \u0026amp; Sustainable\u003c\/h2\u003e\n\n      \u003cdiv class=\"cert-strip__track\"\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"PFAS Free\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/PFAS.jpg?v=1778570485\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003ePFAS-Free\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Our fabrics are free of PFAS chemicals, ensuring safer indoor air quality and reduced environmental impact.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"OEKO-TEX Standard 100\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/OEKO_TEX.png?v=1734582916\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eNon-Toxic Materials\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Certified under OEKO-TEX Standard 100 to ensure fabrics are safe for everyday indoor use.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"REACH Compliant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/REACH.png?v=1734583111\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eREACH Compliant\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Meets EU REACH regulations for restricted substances and chemical safety.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"SGS Tested UV Protection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SGS_certification.png?v=1734644554\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eUV Protection\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            SGS-tested UV protection blocks up to 99.9% of harmful rays, helping preserve interior furnishings and reduce sun fading.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"Color Fastness\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Color_Fastness.jpg?v=1778570481\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eColor Fastness\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Tested for excellent color retention, helping fabrics maintain their color after prolonged sun exposure and regular cleaning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Day_Night_Sheer-38C307--ZF-345-38CB02.jpg?v=1734386983\" alt=\"Cellular Shade\"\u003e\n      \u003cdiv class=\"ccs-hero-text\"\u003e\n        \u003ch3 class=\"ccs-h3\"\u003eTotal Privacy, Adjustable Daylight\u003c\/h3\u003e\n        \u003cp\u003e\n          Premier Blackout Day-Night Honeycomb Shades offer the perfect balance of light control and privacy in one unique design. Featuring a dual-fabric system, the sheer pleated fabric on top filters natural light and blocks 99% of harmful UV rays, while the blackout cellular fabric on the bottom ensures complete darkness and privacy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ccs-clear\"\u003e\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       Cellular Shades Icon Features\n  ========================= --\u003e\n  \u003cdiv class=\"cellular-icon-features-section\"\u003e\n    \u003cdiv class=\"cellular-icon-features-grid\"\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/UV_Protection.png?v=1765527872\" alt=\"UV Protection\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eUV Protection\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Energy_Saving.png?v=1778581991\" alt=\"Energy Saving\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eEnergy Saving\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Noise_Reduction.png?v=1778581883\" alt=\"Noise Reduction\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eNoise Reduction\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Smooth_lift_option.png?v=1765527844\" alt=\"Smooth and Quiet Lift\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eSmooth \u0026amp; Quiet Lift\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Easy_to_Clean.png?v=1765527947\" alt=\"Easy Maintenance\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eEasy Maintenance\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Warranty.png?v=1765528206\" alt=\"5-Year Warranty\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e5-Year Warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    \/* =========================\n       Cellular Shades Icon Features\n    ========================= *\/\n    .cellular-icon-features-section {\n      margin: 36px 0;\n    }\n\n    .cellular-icon-features-grid {\n      display: grid;\n      grid-template-columns: repeat(6, 1fr);\n      gap: 20px;\n      align-items: start;\n    }\n\n    .cellular-icon-feature {\n      text-align: center;\n    }\n\n    .cellular-icon-wrap {\n      width: 58px;\n      height: 58px;\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .cellular-icon-wrap img {\n      width: 34px;\n      height: 34px;\n      object-fit: contain;\n      display: block;\n    }\n\n    .cellular-icon-feature p {\n      margin: 0;\n      font-size: 14px;\n      line-height: 1.35;\n      font-weight: 600;\n      color: #222;\n    }\n\n    @media (max-width: 768px) {\n      .cellular-icon-features-section {\n        margin: 28px 0;\n      }\n\n      .cellular-icon-features-grid {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 18px 10px;\n      }\n\n      .cellular-icon-wrap {\n        width: 44px;\n        height: 44px;\n        margin-bottom: 8px;\n      }\n\n      .cellular-icon-wrap img {\n        width: 24px;\n        height: 24px;\n      }\n\n      .cellular-icon-feature p {\n        font-size: 12px;\n        line-height: 1.25;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- =========================\n       3\/8\" Cassette FEATURES\n       Desktop: 3 columns\n       Mobile: slider\n       ========================= --\u003e\n  \u003csection class=\"ccs-section appearance-grid-section\" aria-label=\"Top Down Bottom Up Cellular Shades — 3\/8 inch features\"\u003e\n    \u003ch2 class=\"ccs-h2\"\u003eSee Your Final Appearance\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-slider-wrap\"\u003e\n      \u003cbutton class=\"ccs-slider-btn left\" type=\"button\" aria-label=\"Scroll left\" onclick=\"ccsSlide('ccsSlider38', -1)\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"ccs-slider\" id=\"ccsSlider38\"\u003e\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/5_8_Single_Cell_Cordless_Syste.jpg?v=1772266886\" alt=\"Top Down Bottom Up Cellular Shade — 5\/8 cordless example\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Cordless System\u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38_cord_loop_top_down.jpg?v=1772209219\" alt=\"Top Down Bottom Up Cellular Shade — cord loop top down example\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Dual Cord Loop Lift System\u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38_cordless_white.jpg?v=1772266585\" alt=\"Top Down Bottom Up Cellular Shade — 5\/8 motorized white example\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Motorized System\u003c\/h4\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cbutton class=\"ccs-slider-btn right\" type=\"button\" aria-label=\"Scroll right\" onclick=\"ccsSlide('ccsSlider38', 1)\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       Package Grid desktop, slider mobile\n       ========================= --\u003e\n  \u003csection class=\"ccs-section\" aria-label=\"Top Down Bottom Up Cellular Shades — packaging and kit\"\u003e\n    \u003ch2 class=\"ccs-h2\"\u003eDesigned for a Worry-Free Setup\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-grid\"\u003e\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/packing.jpg?v=1770362644\" alt=\"Top Down Bottom Up Cellular Shade — reinforced packaging\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eReinforced Protective Packaging\u003c\/h4\u003e\n        \u003cp\u003eThick bubble cushioning and reinforced materials help reduce transit damage and support safe delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Label.jpg?v=1770362653\" alt=\"Top Down Bottom Up Cellular Shade — labeled bracket positions\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eLabeled Bracket Positions\u003c\/h4\u003e\n        \u003cp\u003eEach shade includes clear labels on the cassette to indicate recommended bracket locations for faster, more accurate installation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Complete_Motorized_System_Kit.jpg?v=1770362630\" alt=\"Top Down Bottom Up Cellular Shade — complete motorized kit\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eEverything Included\u003c\/h4\u003e\n        \u003cp\u003eYour motorized cellular shade comes with all necessary components for installation and operation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction ccsSlide(id, dir){\n  const el = document.getElementById(id);\n  if(!el) return;\n  const card = el.querySelector('.ccs-card');\n  if(!card) return;\n  const cardW = card.getBoundingClientRect().width + 22;\n  el.scrollBy({ left: dir * cardW, behavior: 'smooth' });\n}\n\u003c\/script\u003e","brand":"SenseBlinds","offers":[{"title":"3\/8\" \/ Top Sheer with Bottom Pure White-B001","offer_id":50766382170280,"sku":"US-C-Day-25HTS8700-25HSLB001","price":90.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Top Sheer with Bottom Soft Ivory-B72512","offer_id":50766382203048,"sku":"US-C-Day-25HTS8700-25HSLB72512","price":90.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Top Sheer with Bottom Urban Grey-B72514","offer_id":50766382235816,"sku":"US-C-Day-25HTS8700-25HSLB72514","price":90.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Top Sheer with Bottom Slate Grey-B72515","offer_id":50766382268584,"sku":"US-C-Day-25HTS8700-25HSLB72515","price":90.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Top Sheer with Bottom Deep Black-B025","offer_id":50766382301352,"sku":"US-C-Day-25HTS8700-25HSLB025","price":90.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Top Sheer with Bottom  Bright White-38B001","offer_id":50766382334120,"sku":"US-C-Day-38HTS8700-38HSLB001","price":90.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Top Sheer with Bottom Warm White-38B0617","offer_id":50766382366888,"sku":"US-C-Day-38HTS8700-38HSLB0617","price":90.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Top Sheer with Bottom Warm Beige-38B005","offer_id":50766382399656,"sku":"US-C-Day-38HTS8700-38HSLB005","price":90.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Top Sheer with Bottom Pale Gray-38B5180","offer_id":50766382432424,"sku":"US-C-Day-38HTS8700-38HSLB5180","price":90.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Top Sheer with Bottom Black-38B025","offer_id":50766382497960,"sku":"US-C-Day-38HTS8700-38HSLB025","price":90.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Day_Night_Sheer-38C307--ZF-345-38CB02.jpg?v=1734386983"},{"product_id":"waterproof-light-filtering-zebra-shades","title":"Waterproof PVC Light-Filtering Zebra Shades – Cordless \u0026 Motorized, 3\" Solid + 2\" Sheer, Moisture-Resistant for Bathroom \u0026 Kitchen, GREENGUARD \u0026 NFPA Certified, B1 Fire Rated","description":"\u003cstyle\u003e\n  .cert-strip {\n    margin: 22px 0;\n  }\n\n  .cert-strip__title{\n    text-align:center;\n    margin: 0 0 16px;\n  }\n\n  .cert-strip__track {\n    display: flex;\n    gap: 16px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    scroll-snap-type: x mandatory;\n    padding-bottom: 6px;\n  }\n\n  .cert-strip__track::-webkit-scrollbar {\n    height: 6px;\n  }\n\n  .cert-strip__track::-webkit-scrollbar-thumb {\n    background: rgba(0,0,0,0.18);\n    border-radius: 999px;\n  }\n\n  .cert-item {\n    flex: 0 0 auto;\n    width: 220px;\n    border: 1px solid #eee;\n    border-radius: 14px;\n    padding: 14px 14px 16px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .cert-item img {\n    height: 34px;\n    width: auto;\n    margin-bottom: 10px;\n  }\n\n  .cert-item__label {\n    font-weight: 600;\n    color: #333;\n    margin-bottom: 6px;\n  }\n\n  .cert-item__sub {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.45;\n  }\n\n  @media (min-width: 900px) {\n    .cert-strip__track {\n      justify-content: space-between;\n      overflow-x: hidden;\n    }\n    .cert-item {\n      flex: 1 1 0;\n    }\n  }\n\n  .fabric-slider-wrapper {\n    position: relative;\n    margin: 24px 0;\n  }\n\n  .fabric-slider {\n    display: flex;\n    gap: 22px;\n    overflow-x: auto;\n    padding: 8px 8px 16px;\n    scroll-snap-type: x mandatory;\n    scroll-behavior: smooth;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n  }\n\n  .fabric-slider::-webkit-scrollbar {\n    display: none;\n  }\n\n  .fabric-card {\n    flex: 0 0 calc((100% - (22px * 2)) \/ 3.1);\n    scroll-snap-align: start;\n  }\n\n  .fabric-card img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n  }\n\n  .fabric-card h3 {\n    margin: 10px 0 6px;\n  }\n\n  .fabric-card p {\n    margin: 0 0 6px;\n  }\n\n  .fabric-card ul {\n    margin: 0;\n    padding-left: 16px;\n  }\n\n  .slider-btn {\n    position: absolute;\n    top: 45%;\n    transform: translateY(-50%);\n    z-index: 2;\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    border: 1px solid #ddd;\n    background: #fff;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.12);\n  }\n\n  .slider-btn.left {\n    left: -16px;\n  }\n\n  .slider-btn.right {\n    right: -16px;\n  }\n\n  .slider-btn svg {\n    width: 18px;\n    height: 18px;\n    fill: none;\n    stroke: #222;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  @media (max-width: 768px) {\n    .fabric-card {\n      flex: 0 0 calc((100% - 22px) \/ 1.1);\n    }\n    .slider-btn {\n      display: none;\n    }\n  }\n\n  .zb-split{\n    display:flex;\n    align-items:center;\n    margin-top:30px;\n  }\n\n  .zb-split img{\n    width:50%;\n    height:420px;\n    object-fit:cover;\n    border-radius:8px;\n    display:block;\n  }\n\n  .zb-split-text{\n    width:50%;\n    padding:56px 70px;\n    box-sizing:border-box;\n  }\n\n  .zb-split.reverse{\n    flex-direction:row-reverse;\n  }\n\n  @media (max-width:768px){\n    .zb-split,\n    .zb-split.reverse{\n      flex-direction:column;\n    }\n\n    .zb-split img,\n    .zb-split-text{\n      width:100%;\n    }\n\n    .zb-split-text{\n      padding:16px 8px 0;\n    }\n\n    .zb-split img{\n      height:auto;\n      max-height:none;\n    }\n  }\n\n  .zb-lift-section{\n    margin: 40px 0;\n  }\n\n  .zb-lift-title{\n    text-align:center;\n    margin: 0 0 20px;\n    font-size: 24px;\n    line-height: 1.2;\n    font-weight: 600;\n    color: #333;\n  }\n\n  .zb-lift-grid{\n    display:grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n\n  .zb-lift-card{\n    width:100%;\n  }\n\n  .zb-lift-media{\n    position:relative;\n    width:100%;\n    aspect-ratio:3\/4;\n    overflow:hidden;\n    border-radius:8px;\n    background:#f7f7f7;\n  }\n\n  .zb-lift-media iframe{\n    position:absolute;\n    inset:0;\n    width:100%;\n    height:100%;\n    border:0;\n    display:block;\n  }\n\n  .zb-lift-overlay{\n    position:absolute;\n    left:0;\n    right:0;\n    bottom:0;\n    padding:16px 16px 14px;\n    background: linear-gradient(to top, rgba(0,0,0,0.58), rgba(0,0,0,0.18), rgba(0,0,0,0));\n    color:#fff;\n    pointer-events:none;\n  }\n\n  .zb-lift-overlay h3{\n    margin:0 0 6px;\n    font-size:18px;\n    line-height:1.2;\n    font-weight:600;\n    color:#fff;\n  }\n\n  .zb-lift-overlay p{\n    margin:0;\n    font-size:13px;\n    line-height:1.45;\n    color:rgba(255,255,255,0.92);\n  }\n\n  @media (max-width:768px){\n    .zb-lift-section{\n      margin: 28px 0;\n    }\n\n    .zb-lift-title{\n      font-size:22px;\n      margin-bottom:16px;\n    }\n\n    .zb-lift-grid{\n      display:flex;\n      overflow-x:auto;\n      gap:22px;\n      padding:0 8px 12px;\n      scroll-snap-type:x mandatory;\n      -webkit-overflow-scrolling:touch;\n    }\n\n    .zb-lift-grid::-webkit-scrollbar{\n      display:none;\n    }\n\n    .zb-lift-card{\n      flex:0 0 calc((100% - 22px) \/ 1.1);\n      scroll-snap-align:start;\n    }\n\n    .zb-lift-overlay{\n      padding:14px 14px 12px;\n    }\n\n    .zb-lift-overlay h3{\n      font-size:17px;\n    }\n\n    .zb-lift-overlay p{\n      font-size:12px;\n    }\n  }\n\n  .zb-features-section{\n    margin: 40px 0;\n  }\n\n  .zb-features-title{\n    text-align:center;\n    margin: 0 0 22px;\n    font-size: 24px;\n    line-height: 1.2;\n    font-weight: 600;\n    color: #333;\n  }\n\n  .zb-features-grid{\n    display:grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 22px;\n  }\n\n  .zb-feature-card{\n    width:100%;\n  }\n\n  .zb-feature-card img{\n    width:100%;\n    height:260px;\n    object-fit:cover;\n    display:block;\n    border-radius:8px;\n    margin-bottom:14px;\n  }\n\n  .zb-feature-card h3{\n    margin:0 0 10px;\n    font-size:20px;\n    line-height:1.25;\n    font-weight:600;\n    color:#111;\n  }\n\n  .zb-feature-card p{\n    margin:0;\n    font-size:14px;\n    line-height:1.65;\n    color:#666;\n  }\n\n  @media (max-width:768px){\n    .zb-features-section{\n      margin: 28px 0;\n    }\n\n    .zb-features-title{\n      font-size:22px;\n      margin-bottom:16px;\n    }\n\n    .zb-features-grid{\n      display:flex;\n      overflow-x:auto;\n      gap:22px;\n      padding:0 8px 12px;\n      scroll-snap-type:x mandatory;\n      -webkit-overflow-scrolling:touch;\n    }\n\n    .zb-features-grid::-webkit-scrollbar{\n      display:none;\n    }\n\n    .zb-feature-card{\n      flex:0 0 calc((100% - 22px) \/ 1.1);\n      scroll-snap-align:start;\n    }\n\n    .zb-feature-card img{\n      height:220px;\n    }\n\n    .zb-feature-card h3{\n      font-size:18px;\n    }\n  }\n\n  .lift-guide-table{\n    margin: 0;\n  }\n\n  .lift-guide-table .lift-guide-scroll{\n    width:100%;\n    overflow-x:auto;\n    -webkit-overflow-scrolling:touch;\n  }\n\n  .ccs-section .ccs-h2{\n    text-align:center;\n  }\n\n  .lift-guide-table table,\n  .lift-guide-table thead,\n  .lift-guide-table tbody,\n  .lift-guide-table tr,\n  .lift-guide-table th,\n  .lift-guide-table td{\n    background: transparent !important;\n    box-shadow:none !important;\n    outline:none !important;\n  }\n\n  .lift-guide-table table,\n  .lift-guide-table th,\n  .lift-guide-table td{\n    border:none !important;\n  }\n\n  .lift-guide-table table{\n    width:100% !important;\n    border-collapse:collapse !important;\n    border-spacing:0 !important;\n    table-layout:fixed !important;\n    min-width: 920px;\n  }\n\n  .lift-guide-table col.opt{ width: 28%; }\n  .lift-guide-table col.best{ width: 36%; }\n  .lift-guide-table col.ben{ width: 36%; }\n\n  .lift-guide-table thead th{\n    padding: 18px 16px !important;\n    color:#543c2b !important;\n    font-weight:600 !important;\n    font-size:16px !important;\n    letter-spacing:.2px;\n    border-bottom:1px solid rgba(84,60,43,.75) !important;\n  }\n\n  .lift-guide-table thead th:nth-child(1){\n    text-align:left !important;\n  }\n  .lift-guide-table thead th:nth-child(2),\n  .lift-guide-table thead th:nth-child(3){\n    text-align:center !important;\n  }\n\n  .lift-guide-table tbody td{\n    padding: 18px 16px !important;\n    vertical-align:middle !important;\n    border-bottom:1px solid rgba(84,60,43,.55) !important;\n  }\n\n  .lift-guide-table .lift-guide-opt{\n    font-size:16px;\n    font-weight:700;\n    color:#4a4a4a;\n    line-height:1.2;\n  }\n\n  .lift-guide-table .lift-guide-sub{\n    font-size:15px;\n    line-height:1.35;\n    color:#6f6f6f;\n  }\n\n  @media (max-width:768px){\n    .lift-guide-table thead th{\n      font-size:16px !important;\n    }\n    .lift-guide-table tbody td{\n      padding:16px 14px !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- Certified --\u003e  \n\u003cdiv class=\"cert-strip\"\u003e\n  \u003ch2 class=\"cert-strip__title\"\u003eCertified Quality \u0026amp; Safety\u003c\/h2\u003e\n\n  \u003cdiv class=\"cert-strip__track\"\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Greenguard.png?v=1734582707\" alt=\"GREENGUARD Certified\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eResponsibly Made\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Crafted with materials that meet strict environmental and safety standards.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/OEKO_TEX.png?v=1734582916\" alt=\"OEKO-TEX Standard 100\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eNon-Toxic Materials\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Tested to ensure materials are safe for everyday use.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/REACH.png?v=1734583111\" alt=\"REACH Compliant\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eChemical Safety Compliance\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Complies with REACH regulations to meet strict standards on restricted substances.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SGS_certification.png?v=1734644554\" alt=\"SGS Tested\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eQuality You Can Trust\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Independently tested to ensure consistent quality and performance.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cert-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/RoHs.png?v=1734644525\" alt=\"RoHS Compliant\"\u003e\n      \u003cdiv class=\"cert-item__label\"\u003eResponsibly Sourced Materials\u003c\/div\u003e\n      \u003cdiv class=\"cert-item__sub\"\u003e\n        Compliant with RoHS standards for safer, more sustainable materials.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- hero --\u003e\n\u003cdiv class=\"zb-split\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/waterproofzebrabathroom.jpg?v=1734175831\" alt=\"Waterproof zebra shades in bathroom\"\u003e\n\n  \u003cdiv class=\"zb-split-text\"\u003e\n    \u003ch3\u003eWhat is Zebra Blinds\u003c\/h3\u003e\n    \u003cp\u003eTransform your home with sleek, modern style and ultimate functionality, all in one. Our Waterproof Light-Filtering Zebra Blinds are designed to bring texture, dimension, and versatility to your windows. Struggling to find the perfect balance between light control and privacy? These blinds have you covered!\u003c\/p\u003e\n    \u003cp\u003eCrafted from a high-quality blend of 35% polyester and 65% PVC, they offer excellent durability, water resistance, and easy maintenance, making them ideal for bathrooms, kitchens, or any space prone to moisture. The design features 3-inch solid panels alternating with 2-inch sheer fabric, creating a striking zebra pattern that beautifully diffuses natural light.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c!-- =========================\n    Shades Icon Features\n  ========================= --\u003e\n  \u003cdiv class=\"cellular-icon-features-section\"\u003e\n    \u003cdiv class=\"cellular-icon-features-grid\"\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/UV_Protection.png?v=1765527872\" alt=\"UV Protection\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eUV Protection\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Do_not_fade.png?v=1765528113\" alt=\"Not Fade\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eDoes Not Fade\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Hassle_Free_Assembly.png?v=1765528041\" alt=\"Hassle Free\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eHassle Free Assembly\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Smooth_lift_option.png?v=1765527844\" alt=\"Smooth and Quiet Lift\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eSmooth \u0026amp; Quiet Lift\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Easy_to_Clean.png?v=1765527947\" alt=\"Easy Maintenance\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eEasy Maintenance\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cellular-icon-feature\"\u003e\n        \u003cdiv class=\"cellular-icon-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Warranty.png?v=1765528206\" alt=\"5-Year Warranty\"\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e5-Year Warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    \/* =========================\n    Shades Icon Features\n    ========================= *\/\n    .cellular-icon-features-section {\n      margin: 36px 0;\n    }\n\n    .cellular-icon-features-grid {\n      display: grid;\n      grid-template-columns: repeat(6, 1fr);\n      gap: 20px;\n      align-items: start;\n    }\n\n    .cellular-icon-feature {\n      text-align: center;\n    }\n\n    .cellular-icon-wrap {\n      width: 58px;\n      height: 58px;\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .cellular-icon-wrap img {\n      width: 34px;\n      height: 34px;\n      object-fit: contain;\n      display: block;\n    }\n\n    .cellular-icon-feature p {\n      margin: 0;\n      font-size: 14px;\n      line-height: 1.35;\n      font-weight: 600;\n      color: #222;\n    }\n\n    @media (max-width: 768px) {\n      .cellular-icon-features-section {\n        margin: 28px 0;\n      }\n\n      .cellular-icon-features-grid {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 18px 10px;\n      }\n\n      .cellular-icon-wrap {\n        width: 44px;\n        height: 44px;\n        margin-bottom: 8px;\n      }\n\n      .cellular-icon-wrap img {\n        width: 24px;\n        height: 24px;\n      }\n\n      .cellular-icon-feature p {\n        font-size: 12px;\n        line-height: 1.25;\n      }\n    }\n  \u003c\/style\u003e\n  \n\u003c!-- Lift Option --\u003e\n\u003csection class=\"zb-lift-section\" aria-label=\"Zebra shades lift options\"\u003e\n  \u003ch2 class=\"zb-lift-title\"\u003eChoose the Right Lift Option for Your Needs\u003c\/h2\u003e\n\n  \u003cdiv class=\"zb-lift-grid\"\u003e\n\n    \u003cdiv class=\"zb-lift-card\"\u003e\n      \u003cdiv class=\"zb-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/4Sx96kUtpwU?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Continuous Cord Loop\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n        \u003cdiv class=\"zb-lift-overlay\"\u003e\n          \u003ch3\u003eContinuous Cord Loop\u003c\/h3\u003e\n          \u003cp\u003eSmooth chain-loop operation for easy raising and lowering, with a built-in safety tensioner to keep the chain secure.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-lift-card\"\u003e\n      \u003cdiv class=\"zb-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/2XRua6x12OQ?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Cordless Lift\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n        \u003cdiv class=\"zb-lift-overlay\"\u003e\n          \u003ch3\u003eCordless Lift\u003c\/h3\u003e\n          \u003cp\u003eCordless operation allows effortless lifting and lowering with precise positioning every time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-lift-card\"\u003e\n      \u003cdiv class=\"zb-lift-media\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/fVfY0jIwj7E?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Motorized Remote\" loading=\"lazy\" allow=\"encrypted-media; picture-in-picture\"\u003e\u003c\/iframe\u003e\n        \u003cdiv class=\"zb-lift-overlay\"\u003e\n          \u003ch3\u003eMotorized Remote\u003c\/h3\u003e\n          \u003cp\u003eOne-touch, cordless control for safe, smooth, and effortless operation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PVC hero --\u003e\n\u003cdiv class=\"zb-split\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/TB6-waterproof_zebra_shades.jpg?v=1772789362\" alt=\"Premium PVC zebra shades fabric\"\u003e\n\n  \u003cdiv class=\"zb-split-text\"\u003e\n    \u003ch3\u003ePremium PVC Fabric\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eWater-resistant surface for easy cleaning\u003c\/li\u003e\n      \u003cli\u003eB1-grade fire resistance for added safety\u003c\/li\u003e\n      \u003cli\u003eMildew-resistant coating, ideal for humid spaces\u003c\/li\u003e\n      \u003cli\u003eHigh color fastness (Grade 8), resistant to fading\u003c\/li\u003e\n      \u003cli\u003eFormaldehyde-free for a healthier indoor environment\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Feature --\u003e\n\u003csection class=\"zb-features-section\" aria-label=\"Zebra shades features\"\u003e\n  \u003ch2 class=\"zb-features-title\"\u003eFeatures\u003c\/h2\u003e\n\n  \u003cdiv class=\"zb-features-grid\"\u003e\n\n    \u003cdiv class=\"zb-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Aluminum_Valance.jpg?v=1766481564\" alt=\"Aluminum Valance\"\u003e\n      \u003ch3\u003eAluminum Valance\u003c\/h3\u003e\n      \u003cp\u003e\n        Sleek aluminum headrail with a clean, modern finish. Available in five color options, with the bottom rail color matched to your selected valance for a cohesive and well-finished look.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Zebra_insert_casste.jpg?v=1766481087\" alt=\"Fabric Insert Cassette\"\u003e\n      \u003ch3\u003eFabric Insert Cassette\u003c\/h3\u003e\n      \u003cp\u003e\n        A cassette valance conceals the roller tube at the top of the window, while a fabric insert covers the face of the cassette for a clean and finished appearance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Zebra_bottom_rail.jpg?v=1775205501\" alt=\"Bottom Rail\"\u003e\n      \u003ch3\u003eBottom Rail\u003c\/h3\u003e\n      \u003cp\u003e\n        A precision-weighted bottom rail, color-matched to the selected aluminum valance, ensures smooth operation and a straight, balanced hang. In certain cases, a fabric-wrapped bottom rail may be used.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zb-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Child_Safe.jpg?v=1767938045\" alt=\"Chain Safety Fixing Device\"\u003e\n      \u003ch3\u003eChain Safety Fixing Device\u003c\/h3\u003e\n      \u003cp\u003e\n        Designed to secure the bead chain to the wall for safer everyday use in homes with children or pets.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Table --\u003e  \n\u003csection class=\"ccs-section\" aria-label=\"Roller shades lift options guide\"\u003e\n  \u003ch2 class=\"ccs-h2\"\u003eChoose the Right Lift Option for Your Needs\u003c\/h2\u003e\n  \u003cdiv class=\"lift-guide-table\"\u003e\n    \u003cdiv class=\"lift-guide-scroll\" role=\"region\" aria-label=\"Scrollable lift options table\"\u003e\n      \u003ctable role=\"table\" aria-label=\"Roller shades lift options guide\"\u003e\n        \u003ccolgroup\u003e\n          \u003ccol class=\"opt\"\u003e\n          \u003ccol class=\"best\"\u003e\n          \u003ccol class=\"ben\"\u003e\n        \u003c\/colgroup\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLift Option\u003c\/th\u003e\n            \u003cth\u003eBest For\u003c\/th\u003e\n            \u003cth\u003eKey Benefits\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eChain Lift\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eLarge or heavy shades\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eMost stable and durable, easy to control\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eCordless\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eHomes with children or pets, shorter-height windows\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eClean look, safer and easy to operate\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eMotorized (Remote)\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eLarge windows or hard-to-reach areas\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eEffortless control, smooth and quiet operation\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-opt\"\u003eSmart Hub\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eSmart homes\u003c\/div\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cdiv class=\"lift-guide-sub\"\u003eApp control, scheduling, and automation\u003c\/div\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n  function slideFabric(direction) {\n    const slider = document.getElementById('fabricSlider');\n    if (!slider) return;\n\n    const card = slider.querySelector('.fabric-card');\n    if (!card) return;\n\n    const gap = 22;\n    const scrollAmount = card.offsetWidth + gap;\n\n    slider.scrollBy({\n      left: direction * scrollAmount,\n      behavior: 'smooth'\n    });\n  }\n\u003c\/script\u003e","brand":"Senseblinds","offers":[{"title":"Frost White","offer_id":50778794918056,"sku":"US-Z-PVC-TB6-101","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Sand Beige","offer_id":50778794950824,"sku":"US-Z-PVC-TB6-102","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Ash Gray","offer_id":50778794983592,"sku":"US-Z-PVC-TB6-104","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Steel Gray","offer_id":50778795016360,"sku":"US-Z-PVC-TB6-105","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Olive Green","offer_id":50778795049128,"sku":"US-Z-PVC-TB6-106","price":80.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Black","offer_id":50778795081896,"sku":"US-Z-PVC-TB6-108","price":80.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/waterproof_zebra_shades.png?v=1780136125"},{"product_id":"light-filtering-sheer-shades","title":"Light Filtering Sheer Shades – Cordless \u0026 Motorized, 2\" \u0026 2.5\" Adjustable Fabric Vanes, 88% UV Protection, S600\/SP100\/SP600 Series for Living Room \u0026 Kitchen, Child-Safe","description":"\u003cstyle\u003e\n    .aboutus_description.aboutus_description_bigimg{\n        display: flex;\n        align-items: center;\n    }\n    .aboutus_description.aboutus_description_bigimg img{\n        width:50%;\n        border-radius: 8px;\n        box-sizing: border-box;\n    }\n    .aboutus_description.aboutus_description_bigimg img.desktop_display{\n        display:block;\n    }\n    .aboutus_description.aboutus_description_bigimg img.phone_display{\n        display: none;\n    }\n    .aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n        box-sizing: border-box;\n        width: 50%;\n        padding:90px;\n    }\n\n    .aboutus_description.aboutus_description_bigimg.row-reverse{\n        flex-direction: row-reverse;\n    }\n    @media screen and (max-width: 567px) {\n        .aboutus_description.aboutus_description_bigimg{\n            flex-direction: column;\n        }\n        .aboutus_description.aboutus_description_bigimg img.desktop_display{\n            display:none;\n        }\n        .aboutus_description.aboutus_description_bigimg img.phone_display{\n            display:block;\n        }\n        .aboutus_description.aboutus_description_bigimg img,.aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .aboutus_description.aboutus_description_bigimg.row-reverse{\n            flex-direction: column;\n        }\n        .aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n            padding:8px;\n        }\n    }\n\u003c\/style\u003e\n\u003c!--Left picture\n--\u003e\n\u003cdiv class=\"aboutus_description aboutus_description_bigimg\" style=\"margin-top: 30px;\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/097bba7f89f353920ad70687febb125e.jpg?v=1742957571\" class=\"aboutus_description_left desktop_display\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/097bba7f89f353920ad70687febb125e.jpg?v=1742957571\" class=\"aboutus_description_left phone_display\"\u003e\n\u003cdiv class=\"aboutus_description_paragraph\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eExceptional Light Control \u0026amp; Privacy Protection\u003c\/h3\u003e\n\u003cp\u003eThese shades feature 2\" or 2.5\" fabric vanes elegantly suspended between two layers of sheer fabric, allowing natural light to filter in softly while maintaining privacy. The fabric vanes can be adjusted to let in light while filtering out glare. When open, they block up to 88% of harmful UV rays, and when closed, they provide up to 99% UV protection, helping to prevent furniture from fading due to sun exposure.\n\u003c\/p\u003e\n\n\u003cp\u003eThe top of the shade comes with a painted aluminum headrail, or you can upgrade to a fabric-insert headrail for a seamless, stylish look.\u003c\/p\u003e\n\u003cp\u003eCordless Lift System (Optional): Designed with child and pet safety in mind, this lift option meets CPSC child safety standards, ensuring a safe and clutter-free home environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"clear: both;\"\u003e \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Senseblinds","offers":[{"title":"S602 - Pearl White","offer_id":51948914245800,"sku":"US-S-LF-S602","price":50.0,"currency_code":"USD","in_stock":true},{"title":"S601 - Pure White","offer_id":51948914213032,"sku":"US-S-LF-S601","price":50.0,"currency_code":"USD","in_stock":true},{"title":"S603 - Cream Beige","offer_id":51948914278568,"sku":"US-S-LF-S603","price":50.0,"currency_code":"USD","in_stock":true},{"title":"S604 - Light Sand Beige","offer_id":51948914311336,"sku":"US-S-LF-S604","price":50.0,"currency_code":"USD","in_stock":true},{"title":"S606 - Mist Gray","offer_id":51948914344104,"sku":"US-S-LF-S606","price":50.0,"currency_code":"USD","in_stock":true},{"title":"SP101 – Frost White","offer_id":51948914376872,"sku":"US-S-LF-SP101","price":80.0,"currency_code":"USD","in_stock":true},{"title":"SP102 – Soft Ivory","offer_id":51949120946344,"sku":"US-S-LF-SP101","price":80.0,"currency_code":"USD","in_stock":true},{"title":"SP103 – Steel Gray","offer_id":51949120979112,"sku":"US-S-LF-SP101","price":80.0,"currency_code":"USD","in_stock":true},{"title":"SP104 – Ebony Black","offer_id":51949121011880,"sku":"US-S-LF-SP101","price":80.0,"currency_code":"USD","in_stock":true},{"title":"SP601 – Pure White","offer_id":51949121044648,"sku":"US-S-LF-SP601","price":90.0,"currency_code":"USD","in_stock":true},{"title":"SP602 – Cream Beige","offer_id":51949121077416,"sku":"US-S-LF-SP602","price":90.0,"currency_code":"USD","in_stock":true},{"title":"SP603 – Slate Blue","offer_id":51949121110184,"sku":"US-S-LF-SP603","price":90.0,"currency_code":"USD","in_stock":true},{"title":"SP608 – Warm Taupe","offer_id":51949121142952,"sku":"US-S-LF-SP608","price":90.0,"currency_code":"USD","in_stock":true},{"title":"SP610 – Charcoal Gray","offer_id":51949121175720,"sku":"US-S-LF-SP610","price":90.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SP604.jpg?v=1742959173"},{"product_id":"blackout-sheer-shades","title":"Blackout Sheer Shades – Cordless \u0026 Motorized, 2\" \u0026 2.5\" Fabric Vanes, Adjustable Light Control, 99% UV Protection, SP1000 \u0026 S900 Series for Living Room \u0026 Bedroom","description":"\u003cstyle\u003e\n    .aboutus_description.aboutus_description_bigimg{\n        display: flex;\n        align-items: center;\n    }\n    .aboutus_description.aboutus_description_bigimg img{\n        width:50%;\n        border-radius: 8px;\n        box-sizing: border-box;\n    }\n    .aboutus_description.aboutus_description_bigimg img.desktop_display{\n        display:block;\n    }\n    .aboutus_description.aboutus_description_bigimg img.phone_display{\n        display: none;\n    }\n    .aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n        box-sizing: border-box;\n        width: 50%;\n        padding:90px;\n    }\n\n    .aboutus_description.aboutus_description_bigimg.row-reverse{\n        flex-direction: row-reverse;\n    }\n    @media screen and (max-width: 567px) {\n        .aboutus_description.aboutus_description_bigimg{\n            flex-direction: column;\n        }\n        .aboutus_description.aboutus_description_bigimg img.desktop_display{\n            display:none;\n        }\n        .aboutus_description.aboutus_description_bigimg img.phone_display{\n            display:block;\n        }\n        .aboutus_description.aboutus_description_bigimg img,.aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .aboutus_description.aboutus_description_bigimg.row-reverse{\n            flex-direction: column;\n        }\n        .aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n            padding:8px;\n        }\n    }\n\u003c\/style\u003e\n\u003c!--Left picture\n--\u003e\n\u003cdiv class=\"aboutus_description aboutus_description_bigimg\" style=\"margin-top: 30px;\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Sheer_BK_Bedroom.jpg?v=1743029097\" class=\"aboutus_description_left desktop_display\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Sheer_BK_Bedroom.jpg?v=1743029097\" class=\"aboutus_description_left phone_display\"\u003e\n\u003cdiv class=\"aboutus_description_paragraph\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eExceptional Light Control \u0026amp; Privacy Protection\u003c\/h3\u003e\n\u003cp\u003eThese shades feature 2\" or 2.5\" fabric vanes elegantly suspended between two layers of sheer fabric, allowing natural light to filter in softly while maintaining privacy. The fabric vanes can be adjusted to let in light while filtering out glare. When open, they block up to 88% of harmful UV rays, and when closed, they provide up to 99% UV protection, helping to prevent furniture from fading due to sun exposure.\n\u003c\/p\u003e\n\n\u003cp\u003eThe top of the shade comes with a painted aluminum headrail, or you can upgrade to a fabric-insert headrail for a seamless, stylish look.\u003c\/p\u003e\n\u003cp\u003eCordless Lift System (Optional): Designed with child and pet safety in mind, this lift option meets CPSC child safety standards, ensuring a safe and clutter-free home environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"clear: both;\"\u003e \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Senseblinds","offers":[{"title":"Steel Gray - SP1003","offer_id":51960956289192,"sku":"US-S-BK-SP1003","price":90.0,"currency_code":"USD","in_stock":true},{"title":"Soft Ivory - SP1001","offer_id":51960956223656,"sku":"US-S-BK-SP1001","price":90.0,"currency_code":"USD","in_stock":true},{"title":"Warm Ivory - SP1002","offer_id":51960956256424,"sku":"US-S-BK-SP1002","price":90.0,"currency_code":"USD","in_stock":true},{"title":"Ebony Black - SP1004","offer_id":51960956321960,"sku":"US-S-BK-SP1004","price":90.0,"currency_code":"USD","in_stock":true},{"title":"Snow White - S901","offer_id":51960909824168,"sku":"US-S-BK-S901","price":90.0,"currency_code":"USD","in_stock":true},{"title":"S903 – Warm Beige Grey","offer_id":51960956125352,"sku":"US-S-BK-S903","price":90.0,"currency_code":"USD","in_stock":true},{"title":"S905 – Mist Blue Grey","offer_id":51960956158120,"sku":"US-S-BK-S905","price":90.0,"currency_code":"USD","in_stock":true},{"title":"S908 – Rock Grey","offer_id":51960956190888,"sku":"US-S-BK-S908","price":50.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/S901.jpg?v=1743025918"},{"product_id":"light-filtering-roman-shade","title":"Light Filtering Roman Shades – Cordless \u0026 Motorized, MD2312\/MD2314\/MD2317 Series, Soft Textured Woven Fabric for Living Room \u0026 Kitchen, Child-Safe","description":"\u003cstyle\u003e\n    .aboutus_description.aboutus_description_bigimg{\n        display: flex;\n        align-items: center;\n    }\n    .aboutus_description.aboutus_description_bigimg img{\n        width:50%;\n        border-radius: 8px;\n        box-sizing: border-box;\n    }\n    .aboutus_description.aboutus_description_bigimg img.desktop_display{\n        display:block;\n    }\n    .aboutus_description.aboutus_description_bigimg img.phone_display{\n        display: none;\n    }\n    .aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n        box-sizing: border-box;\n        width: 50%;\n        padding:90px;\n    }\n\n    .aboutus_description.aboutus_description_bigimg.row-reverse{\n        flex-direction: row-reverse;\n    }\n    @media screen and (max-width: 567px) {\n        .aboutus_description.aboutus_description_bigimg{\n            flex-direction: column;\n        }\n        .aboutus_description.aboutus_description_bigimg img.desktop_display{\n            display:none;\n        }\n        .aboutus_description.aboutus_description_bigimg img.phone_display{\n            display:block;\n        }\n        .aboutus_description.aboutus_description_bigimg img,.aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .aboutus_description.aboutus_description_bigimg.row-reverse{\n            flex-direction: column;\n        }\n        .aboutus_description.aboutus_description_bigimg .aboutus_description_paragraph{\n            padding:8px;\n        }\n    }\n\u003c\/style\u003e\n\u003c!--Left picture\n--\u003e\n\u003cdiv class=\"aboutus_description aboutus_description_bigimg\" style=\"margin-top: 30px;\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/LF_Roman_Dinner.jpg?v=1743046392\" class=\"aboutus_description_left desktop_display\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/LF_Roman_Dinner.jpg?v=1743046392\" class=\"aboutus_description_left phone_display\"\u003e\n\u003cdiv class=\"aboutus_description_paragraph\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTextured Elegance with Natural Warmth\u003c\/h3\u003e\n\u003cp\u003e\u003c\/p\u003e\n\u003cli\u003eMD2312 Series features a rich, horizontal texture that mimics the feel of handcrafted fabrics. Its softly raised weave adds depth and dimension, while the earthy tones—from soft ivory to deep charcoal—bring a cozy, grounded feel to any room.\u003c\/li\u003e\n\n\u003cli\u003eMD2314 Series offers a clean, fine-lined surface with a subtle sheen that reflects light beautifully. Its refined texture and soft semi-blackout effect make it ideal for modern, airy interiors. Available in neutral tones that add sophistication without overpowering your space.\u003c\/li\u003e\n\u003cli\u003eMD2317 Series stands out with its combination of horizontal textures and subtle vertical lines or check patterns, offering a stylish architectural feel. With selected colors featuring bold woven stripes, this series adds character and depth to your windows. A great blend of function and form.\u003c\/li\u003e\n\u003cp\u003eCordless Lift System (Optional): Designed with child and pet safety in mind, this lift option meets CPSC child safety standards, ensuring a safe and clutter-free home environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"clear: both;\"\u003e \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Senseblinds","offers":[{"title":"MD2312-1 – Ivory Breeze","offer_id":51961725255848,"sku":"U-R-LF-MD2312-1","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2312-2 – Sandstone Beige","offer_id":51961841680552,"sku":"U-R-LF-MD2312-2","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2312-3 – Silver Mist","offer_id":51961841713320,"sku":"U-R-LF-MD2312-3","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2312-4 – Charcoal Gray","offer_id":51961841746088,"sku":"U-R-LF-MD2312-4","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2314-1 – Frost White","offer_id":51961841778856,"sku":"U-R-LF-MD2314-1","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2314-2 – Ash Gray","offer_id":51961841811624,"sku":"U-R-LF-MD2314-2","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2314-3 – Midnight Slate","offer_id":51961841844392,"sku":"U-R-LF-MD2314-3","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2317-1 – Pearl Whisper","offer_id":51961841516712,"sku":"U-R-LF-MD2317-1","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2317-2 – Soft Taupe","offer_id":51961841549480,"sku":"U-R-LF-MD2317-2","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2317-3 – Smoke Gray","offer_id":51961841582248,"sku":"U-R-LF-MD2317-3","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2317-4 – Graphite Shadow","offer_id":51961841615016,"sku":"U-R-LF-MD2317-4","price":50.0,"currency_code":"USD","in_stock":true},{"title":"MD2317-5 – Deep Onyx","offer_id":51961841647784,"sku":"U-R-LF-MD2317-5","price":50.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/2312-3.jpg?v=1743041679"},{"product_id":"motorized-light-filtering-cellular-shades","title":"Motorized Light Filtering Cordless Cellular Shades – Rechargeable, Smart Hub Compatible, 3\/8\" \u0026 5\/8\" Single Cell","description":"\u003cstyle\u003e\n\/* =========================\n   SCOPE: Cordless Cellular Shades Page Block\n   ========================= *\/\n.ccs-wrap{\n  --ccs-space-lg: 40px;\n  --ccs-space-md: 24px;\n  --ccs-space-sm: 16px;\n\n  --ccs-h2: 24px;\n  --ccs-h3: 20px;\n  --ccs-h4: 18px;\n  --ccs-body: 14px;\n\n  --ccs-text: #333;\n  --ccs-muted: #6f6f6f;\n  --ccs-accent: #b23a2e;\n  --ccs-border: #e6e6e6;\n\n  width:100%;\n  max-width:100%;\n}\n\n\/* Unified section spacing *\/\n.ccs-section{\n  margin: var(--ccs-space-lg) 0;\n}\n.ccs-section.ccs-tight{\n  margin: var(--ccs-space-md) 0;\n}\n\n\/* Headings *\/\n.ccs-wrap .ccs-h2{\n  text-align:center;\n  font-size: var(--ccs-h2);\n  line-height:1.2;\n  margin: 0 0 16px;\n  font-weight: 600;\n  color: var(--ccs-text);\n}\n.ccs-wrap .ccs-h3{\n  font-size: var(--ccs-h3);\n  line-height:1.25;\n  margin: 0 0 10px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap .ccs-h4{\n  font-size: var(--ccs-h4);\n  line-height:1.3;\n  margin: 10px 0 6px;\n  font-weight: 600;\n  color: #111;\n}\n.ccs-wrap p{\n  font-size: var(--ccs-body);\n  line-height:1.65;\n  margin: 0 0 10px;\n  color: var(--ccs-muted);\n}\n.ccs-wrap ul{\n  margin: 0;\n  padding-left: 16px;\n  color: var(--ccs-muted);\n  font-size: var(--ccs-body);\n  line-height:1.6;\n}\n.ccs-wrap li{ margin: 0 0 6px; }\n\n\/* =========================\n   HERO: Image left, text right\n   ========================= *\/\n.ccs-hero{\n  display:flex;\n  align-items:center;\n  gap: 0;\n}\n.ccs-hero img{\n  width:50%;\n  max-height:380px; \n  object-fit:cover;   \n  border-radius:8px;\n  box-sizing:border-box;\n  display:block;\n}\n.ccs-hero .ccs-hero-text{\n  width:50%;\n  box-sizing:border-box;\n  padding: 90px;\n}\n.ccs-hero .ccs-hero-text p{ font-size: 14px; }\n\n\/* Mobile hero *\/\n@media (max-width: 768px){\n  .ccs-hero{\n    flex-direction:column;\n  }\n\n  .ccs-hero img{\n    display:none;\n  }\n\n  .ccs-hero .ccs-hero-text{\n    width:100%;\n    padding: 10px 8px 0;\n  }\n}\n\n\/* =========================\n   Certified Strip\n   ========================= *\/\n.cert-strip {\n  margin: 26px 0 0;\n}\n\n.cert-strip__title {\n  text-align: center;\n  margin: 0 0 16px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 700;\n  color:#333;\n}\n\n.cert-strip__track {\n  display: flex;\n  gap: 16px;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  scroll-snap-type: x mandatory;\n  padding-bottom: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar {\n  height: 6px;\n}\n\n.cert-strip__track::-webkit-scrollbar-thumb {\n  background: rgba(0,0,0,0.18);\n  border-radius: 999px;\n}\n\n.cert-item {\n  flex: 0 0 auto;\n  width: 220px;\n  border: 1px solid #eee;\n  border-radius: 14px;\n  padding: 14px 14px 16px;\n  background: #fff;\n  text-align: center;\n  scroll-snap-align: start;\n  box-sizing: border-box;\n}\n\n.cert-item img {\n  height: 48px;\n  width: auto;\n  max-width: 90px;\n  object-fit: contain;\n  margin-bottom: 10px;\n}\n\n.cert-item__label {\n  font-weight: 600;\n  color: #333;\n  margin-bottom: 6px;\n  font-size: 15px;\n  line-height: 1.3;\n}\n\n.cert-item__sub {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.45;\n}\n\n@media (min-width: 900px) {\n  .cert-strip__track {\n    justify-content: space-between;\n    overflow-x: hidden;\n  }\n\n  .cert-item {\n    flex: 1 1 0;\n    width: auto;\n  }\n}\n\n@media (max-width: 768px) {\n  .cert-strip {\n    margin: 22px 0 0;\n  }\n\n  .cert-strip__title {\n    font-size: 22px;\n    margin-bottom: 14px;\n  }\n\n  .cert-item {\n    width: 220px;\n  }\n}\n\n\/* =========================\n   3\/8\" Slider\n   ========================= *\/\n.ccs-slider-wrap{\n  position:relative;\n  margin: 0;\n}\n.ccs-slider{\n  display:flex;\n  gap: 22px;\n  overflow-x:auto;\n  padding: 8px 8px 16px;\n  scroll-snap-type: x mandatory;\n  scroll-behavior: smooth;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width:none;\n}\n.ccs-slider::-webkit-scrollbar{ display:none; }\n\n.ccs-card{\n  flex: 0 0 calc((100% - (22px * 3)) \/ 4.1);\n  scroll-snap-align:start;\n}\n.ccs-card img{\n  width:100%;\n  height:auto;\n  display:block;\n  border-radius: 8px;\n}\n\n\/* Arrow buttons desktop only *\/\n.ccs-slider-btn{\n  position:absolute;\n  top:52%;\n  transform:translateY(-50%);\n  z-index:2;\n  width:42px;\n  height:42px;\n  border-radius:50%;\n  border:1px solid #ddd;\n  background:#fff;\n  cursor:pointer;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  box-shadow:0 4px 12px rgba(0,0,0,0.12);\n}\n.ccs-slider-btn.left{ left:-16px; }\n.ccs-slider-btn.right{ right:-16px; }\n.ccs-slider-btn svg{\n  width:18px;\n  height:18px;\n  fill:none;\n  stroke:#222;\n  stroke-width:2.5;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n\/* Mobile slider sizing *\/\n@media (max-width: 768px){\n  .ccs-card{ flex:0 0 calc((100% - 22px) \/ 1.1); }\n  .ccs-slider-btn{ display:none; }\n  .ccs-wrap{\n    --ccs-h2: 22px;\n    --ccs-h3: 18px;\n    --ccs-h4: 16px;\n  }\n  .ccs-section{ margin: 28px 0; }\n}\n\n\/* =========================\n   5\/8\" Grid desktop + slider mobile\n   ========================= *\/\n.ccs-grid{\n  display:grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 22px;\n}\n\n@media (max-width: 768px){\n  .ccs-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding: 0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-grid::-webkit-scrollbar{ display:none; }\n  .ccs-grid .ccs-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   Lift Options 3 videos\n   ========================= *\/\n.ccs-lift-video{\n  position:relative;\n  width:100%;\n  aspect-ratio:3\/4;\n  overflow:hidden;\n  border-radius:10px;\n}\n\n.ccs-lift-video iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n.ccs-lift-grid{\n  display:grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap:24px;\n}\n\n.ccs-lift-card video{\n  width:100%;\n  max-height:320px;\n  object-fit:cover;\n  display:block;\n  border-radius:10px;\n}\n\n.ccs-btn{\n  margin-top:12px;\n  display:inline-block;\n  padding:10px 26px;\n  font-size:14px;\n  font-weight:600;\n  border:1.5px solid #000;\n  background:#fff;\n  color:#000;\n  text-decoration:none;\n  transition:all .25s ease;\n}\n\n.ccs-btn:hover{\n  background:#B61D0F;\n  color:#fff;\n  border-color:#B61D0F;\n}\n\n@media (max-width:768px){\n  .ccs-lift-grid{\n    display:flex;\n    overflow-x:auto;\n    gap:22px;\n    padding: 0 8px 12px;\n    scroll-snap-type:x mandatory;\n    -webkit-overflow-scrolling:touch;\n  }\n  .ccs-lift-grid::-webkit-scrollbar{ display:none; }\n  .ccs-lift-card{\n    flex:0 0 calc((100% - 22px) \/ 1.1);\n    scroll-snap-align:start;\n  }\n}\n\n\/* =========================\n   Options Guide Table no vertical lines\n   ========================= *\/\n.ccs-table{\n  margin: 0;\n}\n.ccs-table .ccs-scroll{\n  width:100%;\n  overflow-x:auto;\n  -webkit-overflow-scrolling:touch;\n}\n\n\/* hard reset for theme table styles *\/\n.ccs-table table,\n.ccs-table thead,\n.ccs-table tbody,\n.ccs-table tr,\n.ccs-table th,\n.ccs-table td{\n  background: transparent !important;\n  box-shadow:none !important;\n  outline:none !important;\n}\n.ccs-table table,\n.ccs-table th,\n.ccs-table td{\n  border:none !important;\n}\n\n.ccs-table table{\n  width:100% !important;\n  border-collapse:collapse !important;\n  border-spacing:0 !important;\n  table-layout:fixed !important;\n  min-width: 920px;\n}\n\n.ccs-table col.opt{ width: 28%; }\n.ccs-table col.best{ width: 36%; }\n.ccs-table col.ben{ width: 36%; }\n\n.ccs-table thead th{\n  padding: 18px 16px !important;\n  color:#543c2b !important;\n  font-weight:600 !important;\n  font-size:16px !important;\n  letter-spacing:.2px;\n  border-bottom:1px solid rgba(84,60,43,.75) !important;\n}\n.ccs-table thead th:nth-child(1){ text-align:left !important; }\n.ccs-table thead th:nth-child(2),\n.ccs-table thead th:nth-child(3){ text-align:center !important; }\n\n.ccs-table tbody td{\n  padding: 18px 16px !important;\n  vertical-align:middle !important;\n  border-bottom:1px solid rgba(84,60,43,.55) !important;\n}\n.ccs-table .ccs-opt{\n  font-size:16px;\n  font-weight:700;\n  color:#4a4a4a;\n  line-height:1.2;\n}\n.ccs-table .ccs-sub{\n  font-size:15px;\n  line-height:1.35;\n  color:#6f6f6f;\n}\n\n@media (max-width:768px){\n  .ccs-table thead th{ font-size:16px !important; }\n  .ccs-table tbody td{ padding: 16px 14px !important; }\n}\n\n\/* Reduce accidental extra \u003cdiv style=\"clear: both;\"\u003e blocks *\/\n.ccs-clear{ display:none !important; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ccs-wrap\"\u003e\n\n  \u003c!-- =========================\n       HERO + CERTIFIED\n       ========================= --\u003e\n  \u003csection class=\"ccs-section ccs-tight\" aria-label=\"Cordless Cellular Shades overview\"\u003e\n    \u003cdiv class=\"ccs-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/cordless_light_filtering_cellular_shades-livingroom.jpg?v=1734375665\" alt=\"Cordless light filtering cellular shades in a living room\"\u003e\n\n      \u003cdiv class=\"ccs-hero-text\"\u003e        \n        \u003ch2 class=\"ccs-h2\"\u003eWhy It’s a Must-Have\u003c\/h2\u003e\n        \u003cp\u003e\n          SenseBlinds Motorized Light Filtering Cellular Shades softly filter daylight while helping reduce heat, cold, and outside noise for year-round comfort.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Available in 3\/8\" and 5\/8\" single-cell honeycomb constructions, they block up to 99% of glare, improve insulation, and feature smooth remote-controlled operation with a clean, modern look and neutral white backing that meets most HOA requirements.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- =========================\n         Certified\n    ========================= --\u003e\n    \u003cdiv class=\"cert-strip\"\u003e\n      \u003ch2 class=\"cert-strip__title\"\u003eECO \u0026amp; Sustainable\u003c\/h2\u003e\n\n      \u003cdiv class=\"cert-strip__track\"\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"PFAS Free\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/PFAS.jpg?v=1778570485\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003ePFAS-Free\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Our fabrics are free of PFAS chemicals, ensuring safer indoor air quality and reduced environmental impact.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"OEKO-TEX Standard 100\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/OEKO_TEX.png?v=1734582916\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eNon-Toxic Materials\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Certified under OEKO-TEX Standard 100 to ensure fabrics are safe for everyday indoor use.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"REACH Compliant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/REACH.png?v=1734583111\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eREACH Compliant\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Meets EU REACH regulations for restricted substances and chemical safety.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"SGS Tested UV Protection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/SGS_certification.png?v=1734644554\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eUV Protection\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            SGS-tested UV protection blocks up to 99.9% of harmful rays, helping preserve interior furnishings and reduce sun fading.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cert-item\"\u003e\n          \u003cimg alt=\"Color Fastness\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Color_Fastness.jpg?v=1778570481\"\u003e\n          \u003cdiv class=\"cert-item__label\"\u003eColor Fastness\u003c\/div\u003e\n          \u003cdiv class=\"cert-item__sub\"\u003e\n            Tested for excellent color retention, helping fabrics maintain their color after prolonged sun exposure and regular cleaning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-clear\"\u003e \u003c\/div\u003e\n  \u003c\/section\u003e\n\n      \u003c!-- =========================\n     Cellular Shades Icon Features\n========================= --\u003e\n\u003cdiv class=\"cellular-icon-features-section\"\u003e\n  \u003cdiv class=\"cellular-icon-features-grid\"\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/UV_Protection.png?v=1765527872\" alt=\"UV Protection\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eUV Protection\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Energy_Saving.png?v=1778581991\" alt=\"Energy Saving\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eEnergy Saving\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Noise_Reduction.png?v=1778581883\" alt=\"Noise Reduction\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eNoise Reduction\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Smooth_lift_option.png?v=1765527844\" alt=\"Smooth and Quiet Lift\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eSmooth \u0026amp; Quiet Lift\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Easy_to_Clean.png?v=1765527947\" alt=\"Easy Maintenance\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eEasy Maintenance\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cellular-icon-feature\"\u003e\n      \u003cdiv class=\"cellular-icon-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Warranty.png?v=1765528206\" alt=\"5-Year Warranty\"\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e5-Year Warranty\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  \/* =========================\n     Cellular Shades Icon Features\n  ========================= *\/\n  .cellular-icon-features-section {\n    margin: 36px 0;\n  }\n\n  .cellular-icon-features-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n    align-items: start;\n  }\n\n  .cellular-icon-feature {\n    text-align: center;\n  }\n\n  .cellular-icon-wrap {\n    width: 58px;\n    height: 58px;\n    margin: 0 auto 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .cellular-icon-wrap img {\n    width: 34px;\n    height: 34px;\n    object-fit: contain;\n    display: block;\n  }\n\n  .cellular-icon-feature p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 600;\n    color: #222;\n  }\n\n  @media (max-width: 768px) {\n    .cellular-icon-features-section {\n      margin: 28px 0;\n    }\n\n    .cellular-icon-features-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px 10px;\n    }\n\n    .cellular-icon-wrap {\n      width: 44px;\n      height: 44px;\n      margin-bottom: 8px;\n    }\n\n    .cellular-icon-wrap img {\n      width: 24px;\n      height: 24px;\n    }\n\n    .cellular-icon-feature p {\n      font-size: 12px;\n      line-height: 1.25;\n    }\n  }\n\u003c\/style\u003e\n\n  \u003c!-- =========================\n       LIFT OPTIONS Videos\n       ========================= --\u003e\n  \u003csection class=\"ccs-section\" aria-label=\"Cordless cellular shades lifting options\"\u003e\n\n    \u003ch2 class=\"ccs-h2\"\u003eChoose How You Want to Operate\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-lift-grid\"\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-video\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/241bj1OeA8g?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Cordless Lift Option\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"ccs-h3\"\u003eCordless Lift Option\u003c\/h3\u003e\n\n        \u003ca class=\"ccs-btn\" href=\"https:\/\/senseblinds.com\/collections\/cellular-honeycomb-shades\/products\/cordless-blackout-cellular-shades\"\u003e\n          Shop Now\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-video\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/R3554lUy1X4?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Continuous Cord Loop\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"ccs-h3\"\u003eContinuous Cord Loop\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-lift-card\"\u003e\n        \u003cdiv class=\"ccs-lift-video\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/qKtoDeUzI7I?mute=1\u0026amp;controls=1\u0026amp;rel=0\u0026amp;playsinline=1\" title=\"Motorized with Remote\" loading=\"lazy\" allow=\"autoplay; encrypted-media; picture-in-picture; fullscreen\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"ccs-h3\"\u003eMotorized with Remote\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       Product FEATURES Slider\n       ========================= --\u003e\n  \u003csection class=\"ccs-section\" aria-label=\"Cordless cellular shades 3\/8 inch single cell features\"\u003e\n    \u003ch2 class=\"ccs-h2\"\u003eThoughtful Features That Make a Difference\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-slider-wrap\"\u003e\n      \u003cbutton class=\"ccs-slider-btn left\" type=\"button\" aria-label=\"Scroll left\" onclick=\"ccsSlide('ccsSlider38', -1)\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"ccs-slider\" id=\"ccsSlider38\"\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/38Continuous_Cord_Loop.jpg?v=1770362653\" alt=\"Continuous cord loop cellular shades with beaded chain control system\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eContinuous Cord Loop Lift System\u003c\/h4\u003e\n          \u003cp\u003e\n            Smooth and reliable chain-operated lift option, ideal for larger or heavier cellular shades and precise height control.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/25_cassette.jpg?v=1770362653\" alt=\"cassette and bottom rail color options in white, beige, gray, and black\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eMatching Cassette \u0026amp; Bottom Rail Colors\u003c\/h4\u003e\n          \u003cp\u003e\n            Cassette and bottom rail are color-coordinated with your fabric for a clean, seamless look that blends perfectly with your cellular shades.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Label.jpg?v=1770362653\" alt=\"labeled bracket mounting positions\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eLabeled Bracket Installation Points\u003c\/h4\u003e\n          \u003cp\u003e\n            Each cassette includes clear labels showing recommended bracket positions to make installation faster and more accurate.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/packing.jpg?v=1770362644\" alt=\"protective bubble wrap for shipping\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003eReinforced Protective Packaging\u003c\/h4\u003e\n          \u003cp\u003e\n            Thick bubble cushioning and reinforced materials help reduce transit damage and support safe delivery.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/size_25Continuous_Cord_Loop.jpg?v=1770362644\" alt=\"3\/8 inch single cell cellular shade cassette size\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e3\/8\" Single Cell Cassette Size\u003c\/h4\u003e\n          \u003cp\u003e\n            Slim cassette design for shallow window depth and tight inside-mount applications.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/size38Continuous_Cord_Loop.jpg?v=1770362644\" alt=\"5\/8 inch single cell cellular shade cassette size\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e5\/8\" Single Cell Cassette Size\u003c\/h4\u003e\n          \u003cp\u003e\n            Larger cassette profile designed for fuller honeycomb appearance and enhanced insulation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ccs-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/compare.jpg?v=1770362648\" alt=\"Comparison of 3\/8 inch and 5\/8 inch single cell honeycomb cellular shade structures\"\u003e\n          \u003ch4 class=\"ccs-h4\"\u003e3\/8\" vs 5\/8\" Single Cell Comparison\u003c\/h4\u003e\n          \u003cp\u003e\n            Compare slim 3\/8\" single cell and fuller 5\/8\" single cell constructions to choose the best option for your window depth and insulation needs.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cbutton class=\"ccs-slider-btn right\" type=\"button\" aria-label=\"Scroll right\" onclick=\"ccsSlide('ccsSlider38', 1)\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       Motorized FEATURES Grid desktop, slider mobile\n       ========================= --\u003e\n  \u003csection class=\"ccs-section\" aria-label=\"Cordless cellular shades 5\/8 inch single cell features\"\u003e\n    \u003ch2 class=\"ccs-h2\"\u003eBattery Powered Convenience\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-grid\"\u003e\n\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Connect_Motor_to_Rechargeable_Battery.jpg?v=1770362631\" alt=\"Battery Connection\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eQuick Motor \u0026amp; Battery Connection\u003c\/h4\u003e\n        \u003cp\u003e\n          Simply connect the motor cable to the rechargeable battery pack. No tools required.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Snap_Motor_into_Headrail.jpg?v=1770362631\" alt=\"Snap Motor into Headrail\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eEasy Clip-In Installation\u003c\/h4\u003e\n        \u003cp\u003e\n          The motor simply clips into the headrail for fast and secure installation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Removable_Battery_for_Easy_Charging.jpg?v=1770362631\" alt=\"Convenient USB Charging\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eConvenient USB Charging\u003c\/h4\u003e\n        \u003cp\u003e\n          The rechargeable battery pack can be easily removed and charged separately using the included USB cable.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccs-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/Complete_Motorized_System_Kit.jpg?v=1770362630\" alt=\"Everything Included\"\u003e\n        \u003ch4 class=\"ccs-h4\"\u003eEverything Included\u003c\/h4\u003e\n        \u003cp\u003e\n          Your motorized cellular shade comes with all necessary components for installation and operation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- =========================\n       OPTIONS GUIDE TABLE\n       ========================= --\u003e\n  \u003csection class=\"ccs-section\" aria-label=\"Cordless cellular shades options guide\"\u003e\n    \u003ch2 class=\"ccs-h2\"\u003eQuick Guide to Choosing Your Cellular Shades\u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-table\"\u003e\n      \u003cdiv class=\"ccs-scroll\" role=\"region\" aria-label=\"Scrollable options table\"\u003e\n        \u003ctable role=\"table\" aria-label=\"Cordless cellular shades options guide\"\u003e\n          \u003ccolgroup\u003e\n            \u003ccol class=\"opt\"\u003e\n            \u003ccol class=\"best\"\u003e\n            \u003ccol class=\"ben\"\u003e\n          \u003c\/colgroup\u003e\n\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eOption\u003c\/th\u003e\n              \u003cth\u003eBest For\u003c\/th\u003e\n              \u003cth\u003eKey Benefits\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003e3\/8\" Single Cell\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eShallow depth, tight inside-mount windows\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eSlim profile with insulation and privacy\u003c\/div\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003e5\/8\" Single Cell\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eStandard windows, fuller honeycomb look\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eMore visual depth with strong energy efficiency\u003c\/div\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eLight Filtering\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eLiving rooms, kitchens, everyday comfort\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eSoft daylight, glare reduction, added privacy\u003c\/div\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eBlackout\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eBedrooms, nurseries, media rooms\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eBlocks light for better sleep and privacy\u003c\/div\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eCordless Lift\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eKids\/pets, clean modern window treatments\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eNo cords, safer design, easy operation\u003c\/div\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eContinuous Cord Loop\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eLarge shades, tall windows\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eStable control with smooth lifting\u003c\/div\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-opt\"\u003eMotorized Remote\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eHard-to-reach windows, smart home setups\u003c\/div\u003e\u003c\/td\u003e\n              \u003ctd\u003e\u003cdiv class=\"ccs-sub\"\u003eRemote control with smooth, quiet operation\u003c\/div\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  function ccsSlide(sliderId, direction){\n    const slider = document.getElementById(sliderId);\n    if(!slider) return;\n\n    const firstCard = slider.querySelector('.ccs-card');\n    if(!firstCard) return;\n\n    const gap = 22;\n    const step = firstCard.getBoundingClientRect().width + gap;\n    slider.scrollBy({ left: direction * step, behavior: 'smooth' });\n  }\n\u003c\/script\u003e","brand":"SenseBlinds","offers":[{"title":"3\/8\" \/ White-001","offer_id":55238849167528,"sku":"US-C-LF-26295-001","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Ivory White-512","offer_id":55238849200296,"sku":"US-C-LF-26295-512","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Sandstone-513","offer_id":55238849233064,"sku":"US-C-LF-26295-513","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Dove Grey-021","offer_id":55238849265832,"sku":"US-C-LF-25HSL021","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Urban Grey-514","offer_id":55238849298600,"sku":"US-C-LF-26295-514","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Slate Grey-515","offer_id":55238849331368,"sku":"US-C-LF-26295-515","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Lichen-520","offer_id":55238849364136,"sku":"US-C-LF-26295-520","price":45.0,"currency_code":"USD","in_stock":true},{"title":"3\/8\" \/ Black-025","offer_id":55238849396904,"sku":"US-C-LF-26295-522","price":45.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ White-38001","offer_id":55238849429672,"sku":"US-C-LF-320-38C01","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Ivory-380617","offer_id":55238849462440,"sku":"US-C-LF-320-38C02","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Beige-38005","offer_id":55238849495208,"sku":"US-C-LF-320-38C03","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Pale Grey-380180","offer_id":55238849527976,"sku":"US-C-LF-320-38C07","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Steel Grey-383915","offer_id":55238849560744,"sku":"US-C-LF-320-38C08","price":50.0,"currency_code":"USD","in_stock":true},{"title":"5\/8\" \/ Black-38025","offer_id":55238849593512,"sku":"US-C-LF-38HSL025","price":50.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/files\/ZF-259-021.jpg?v=1770367888"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/1711\/2744\/collections\/LF-roller_Light-Living-Arizona1101.jpg?v=1782081563","url":"https:\/\/senseblinds.com\/collections\/custom-light-filtering-shades.oembed","provider":"SenseBlinds","version":"1.0","type":"link"}