{"product_id":"no-drill-corded-pull-up-bamboo-shades","title":"No Drill Corded Pull Up Bamboo Roman Shades","description":"\u003cstyle\u003e\n  .nd-bamboo-page {\n    --navy: #1b3055;\n    --navy-dark: #12223d;\n    --navy-light: #eef2f7;\n    --cream: #f8f5ef;\n    --warm: #b99972;\n    --text: #252525;\n    --muted: #666;\n    --line: #dfe4ea;\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 18px 50px;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    box-sizing: border-box;\n  }\n\n  .nd-bamboo-page *,\n  .nd-bamboo-page *::before,\n  .nd-bamboo-page *::after {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .nd-bamboo-hero {\n    background: linear-gradient(135deg, #1b3055 0%, #243f6d 100%);\n    border-radius: 20px;\n    padding: 52px 38px;\n    color: #fff;\n    text-align: center;\n    margin-bottom: 28px;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .nd-bamboo-hero::before {\n    content: \"\";\n    position: absolute;\n    width: 280px;\n    height: 280px;\n    border-radius: 50%;\n    background: rgba(255,255,255,.05);\n    top: -160px;\n    right: -60px;\n  }\n\n  .nd-bamboo-hero::after {\n    content: \"\";\n    position: absolute;\n    width: 220px;\n    height: 220px;\n    border-radius: 50%;\n    background: rgba(255,255,255,.04);\n    bottom: -140px;\n    left: -60px;\n  }\n\n  .nd-bamboo-kicker {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n    opacity: .8;\n  }\n\n  .nd-bamboo-hero h1 {\n    position: relative;\n    z-index: 1;\n    margin: 0;\n    color: #fff;\n    font-size: clamp(32px, 5vw, 56px);\n    line-height: 1.08;\n    font-weight: 700;\n  }\n\n  .nd-bamboo-hero p {\n    position: relative;\n    z-index: 1;\n    margin: 18px auto 0;\n    max-width: 800px;\n    font-size: 17px;\n    line-height: 1.7;\n    color: rgba(255,255,255,.88);\n  }\n\n  .nd-bamboo-badges {\n    position: relative;\n    z-index: 1;\n    margin-top: 26px;\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .nd-bamboo-badge {\n    border: 1px solid rgba(255,255,255,.32);\n    background: rgba(255,255,255,.08);\n    padding: 9px 16px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  \/* COMMON *\/\n  .nd-section {\n    margin-top: 28px;\n  }\n\n  .nd-section-title {\n    text-align: center;\n    margin-bottom: 8px;\n    color: var(--navy);\n    font-size: clamp(26px, 3.5vw, 38px);\n    line-height: 1.2;\n  }\n\n  .nd-section-subtitle {\n    max-width: 780px;\n    margin: 0 auto 26px;\n    text-align: center;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* FEATURE CARDS *\/\n  .nd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .nd-feature-card {\n    border: 1px solid var(--line);\n    background: #fff;\n    border-radius: 16px;\n    padding: 24px 18px;\n    text-align: center;\n    box-shadow: 0 6px 20px rgba(20,40,70,.05);\n  }\n\n  .nd-feature-icon {\n    width: 52px;\n    height: 52px;\n    border-radius: 50%;\n    margin: 0 auto 14px;\n    background: var(--navy-light);\n    color: var(--navy);\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    font-size: 23px;\n    font-weight: bold;\n  }\n\n  .nd-feature-card h3 {\n    margin: 0 0 8px;\n    color: var(--navy);\n    font-size: 17px;\n  }\n\n  .nd-feature-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* TWO COLUMN *\/\n  .nd-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n    align-items: stretch;\n  }\n\n  .nd-info-card {\n    border-radius: 18px;\n    padding: 30px;\n    border: 1px solid var(--line);\n    background: #fff;\n  }\n\n  .nd-info-card.navy {\n    background: var(--navy);\n    color: #fff;\n    border-color: var(--navy);\n  }\n\n  .nd-info-card h2 {\n    margin: 0 0 10px;\n    font-size: 27px;\n    line-height: 1.2;\n    color: var(--navy);\n  }\n\n  .nd-info-card.navy h2 {\n    color: #fff;\n  }\n\n  .nd-info-card p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.75;\n    color: var(--muted);\n  }\n\n  .nd-info-card.navy p {\n    color: rgba(255,255,255,.83);\n  }\n\n  \/* CORD CONTROL *\/\n  .nd-control-wrap {\n    background: var(--cream);\n    border-radius: 20px;\n    padding: 34px;\n  }\n\n  .nd-control-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-top: 22px;\n  }\n\n  .nd-control-item {\n    background: #fff;\n    border-radius: 14px;\n    padding: 22px;\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .nd-arrow {\n    flex: 0 0 48px;\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    background: var(--navy);\n    color: #fff;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    font-size: 25px;\n    font-weight: bold;\n  }\n\n  .nd-control-item h3 {\n    margin: 1px 0 6px;\n    color: var(--navy);\n    font-size: 18px;\n  }\n\n  .nd-control-item p {\n    margin: 0;\n    color: var(--muted);\n    line-height: 1.6;\n    font-size: 14px;\n  }\n\n  \/* NO DRILL *\/\n  .nd-mechanism-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n\n  .nd-mechanism-card {\n    background: var(--navy-light);\n    border-radius: 18px;\n    padding: 27px;\n    border: 1px solid #d9e1ec;\n  }\n\n  .nd-mechanism-number {\n    display: inline-flex;\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: var(--navy);\n    color: white;\n    justify-content: center;\n    align-items: center;\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 15px;\n  }\n\n  .nd-mechanism-card h3 {\n    color: var(--navy);\n    margin: 0 0 8px;\n    font-size: 19px;\n  }\n\n  .nd-mechanism-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* SPECIFICATION *\/\n  .nd-spec-box {\n    border-radius: 20px;\n    overflow: hidden;\n    border: 1px solid var(--line);\n    background: #fff;\n  }\n\n  .nd-spec-top {\n    background: var(--navy);\n    color: #fff;\n    padding: 26px;\n    text-align: center;\n  }\n\n  .nd-spec-top h2 {\n    margin: 0 0 7px;\n    color: #fff;\n    font-size: 30px;\n  }\n\n  .nd-spec-top p {\n    margin: 0;\n    color: rgba(255,255,255,.78);\n    font-size: 14px;\n  }\n\n  .nd-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .nd-spec-item {\n    padding: 22px 25px;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .nd-spec-item:nth-child(odd) {\n    border-right: 1px solid var(--line);\n  }\n\n  .nd-spec-label {\n    display: block;\n    color: #666;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 7px;\n    font-weight: 700;\n  }\n\n  .nd-spec-value {\n    color: var(--navy);\n    font-size: 18px;\n    font-weight: 700;\n    line-height: 1.5;\n  }\n\n  .nd-spec-note {\n    display: block;\n    color: #777;\n    font-size: 12px;\n    font-weight: normal;\n    margin-top: 3px;\n  }\n\n  \/* FABRICS *\/\n  .nd-fabric-wrap {\n    background: #f6f7f9;\n    border-radius: 20px;\n    padding: 34px;\n  }\n\n  .nd-fabric-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .nd-fabric-item {\n    background: #fff;\n    border: 1px solid #e3e6ea;\n    border-radius: 12px;\n    padding: 17px 14px;\n    text-align: center;\n    font-weight: 700;\n    color: var(--navy);\n    font-size: 15px;\n  }\n\n  \/* EDGE BINDING *\/\n  .nd-binding-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .nd-binding-card {\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    padding: 18px 10px;\n    text-align: center;\n    background: #fff;\n  }\n\n  .nd-binding-color {\n    width: 100%;\n    height: 18px;\n    border-radius: 999px;\n    margin-bottom: 12px;\n  }\n\n  .nd-binding-card strong {\n    display: block;\n    color: var(--navy);\n    font-size: 14px;\n  }\n\n  .nd-beige { background: #c8b391; }\n  .nd-black { background: #252525; }\n  .nd-brown { background: #72503a; }\n  .nd-gray { background: #aaa; }\n\n  \/* NOTE *\/\n  .nd-note {\n    margin-top: 24px;\n    background: #eef2f7;\n    border-left: 4px solid var(--navy);\n    padding: 18px 20px;\n    border-radius: 0 12px 12px 0;\n    font-size: 13px;\n    line-height: 1.7;\n    color: #4f5965;\n  }\n\n  \/* CTA *\/\n  .nd-bottom {\n    margin-top: 30px;\n    border-radius: 20px;\n    padding: 38px 28px;\n    background: var(--navy);\n    text-align: center;\n    color: #fff;\n  }\n\n  .nd-bottom h2 {\n    margin: 0 0 10px;\n    color: #fff;\n    font-size: 29px;\n  }\n\n  .nd-bottom p {\n    margin: 0 auto;\n    color: rgba(255,255,255,.8);\n    max-width: 700px;\n    line-height: 1.7;\n    font-size: 14px;\n  }\n\n  @media (max-width: 850px) {\n    .nd-feature-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .nd-two-col,\n    .nd-mechanism-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nd-binding-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 600px) {\n    .nd-bamboo-page {\n      padding-left: 12px;\n      padding-right: 12px;\n    }\n\n    .nd-bamboo-hero {\n      padding: 38px 20px;\n      border-radius: 16px;\n    }\n\n    .nd-bamboo-hero p {\n      font-size: 15px;\n    }\n\n    .nd-feature-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n    }\n\n    .nd-feature-card {\n      padding: 19px 12px;\n    }\n\n    .nd-control-wrap,\n    .nd-fabric-wrap {\n      padding: 23px 16px;\n    }\n\n    .nd-control-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nd-spec-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nd-spec-item,\n    .nd-spec-item:nth-child(odd) {\n      border-right: none;\n    }\n\n    .nd-fabric-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 8px;\n    }\n\n    .nd-fabric-item {\n      padding: 14px 6px;\n      font-size: 13px;\n    }\n\n    .nd-binding-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .nd-info-card {\n      padding: 24px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"nd-bamboo-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"nd-bamboo-hero\"\u003e\n\u003cdiv class=\"nd-bamboo-kicker\"\u003eNatural Texture · Custom Made · Damage-Free Installation\u003c\/div\u003e\n\u003ch1\u003eNo Drill Corded Bamboo Shades\u003c\/h1\u003e\n\u003cp\u003eBring warm natural texture to your windows without drilling into the frame. Our custom-made bamboo shades combine a classic woven look with a secure dual no-drill mounting system and simple corded operation.\u003c\/p\u003e\n\u003cdiv class=\"nd-bamboo-badges\"\u003e\n\u003cspan class=\"nd-bamboo-badge\"\u003eNo Drill Installation\u003c\/span\u003e \u003cspan class=\"nd-bamboo-badge\"\u003eCorded Control\u003c\/span\u003e \u003cspan class=\"nd-bamboo-badge\"\u003eCustom Made\u003c\/span\u003e \u003cspan class=\"nd-bamboo-badge\"\u003eOptional Edge Binding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORE FEATURES --\u003e\n\u003csection class=\"nd-section\"\u003e\n\u003ch2 class=\"nd-section-title\"\u003eNatural Style. Smarter Installation.\u003c\/h2\u003e\n\u003cp class=\"nd-section-subtitle\"\u003eDesigned for customers who want the character of woven bamboo shades together with a secure installation that does not require drilling into the window frame.\u003c\/p\u003e\n\u003cdiv class=\"nd-feature-grid\"\u003e\n\u003cdiv class=\"nd-feature-card\"\u003e\n\u003cdiv class=\"nd-feature-icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eNo Drill\u003c\/h3\u003e\n\u003cp\u003eSecure inside-mount installation without drilling holes into the window jamb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-feature-card\"\u003e\n\u003cdiv class=\"nd-feature-icon\"\u003e↕\u003c\/div\u003e\n\u003ch3\u003eCorded Control\u003c\/h3\u003e\n\u003cp\u003eRaise, lower, lock and unlock the shade with a simple pull of the cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-feature-card\"\u003e\n\u003cdiv class=\"nd-feature-icon\"\u003e↔\u003c\/div\u003e\n\u003ch3\u003eCustom Fit\u003c\/h3\u003e\n\u003cp\u003eMade to your selected width and height for a tailored fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-feature-card\"\u003e\n\u003cdiv class=\"nd-feature-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eNatural Texture\u003c\/h3\u003e\n\u003cp\u003eMultiple woven bamboo patterns let you create a warm and distinctive interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"nd-section\"\u003e\n\u003cdiv class=\"nd-two-col\"\u003e\n\u003cdiv class=\"nd-info-card\"\u003e\n\u003ch2\u003eClassic Bamboo Roman Shade Style\u003c\/h2\u003e\n\u003cp\u003eThe woven shade folds neatly upward as it is raised, combining the relaxed appearance of natural bamboo material with the familiar look of a Roman shade. Choose from multiple bamboo textures and optional edge binding colors to coordinate the shade with your interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-info-card navy\"\u003e\n\u003ch2\u003eMade for No-Drill Inside Mounting\u003c\/h2\u003e\n\u003cp\u003eThe headrail uses tension and clamping hardware on both sides to hold the shade securely within the window opening. No traditional mounting screws are required for installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORDED CONTROL --\u003e\n\u003csection class=\"nd-section nd-control-wrap\"\u003e\n\u003ch2 class=\"nd-section-title\"\u003eSimple Corded Control\u003c\/h2\u003e\n\u003cp class=\"nd-section-subtitle\"\u003eA simple locking mechanism allows you to release the shade for adjustment and secure it again at your preferred height.\u003c\/p\u003e\n\u003cdiv class=\"nd-control-grid\"\u003e\n\u003cdiv class=\"nd-control-item\"\u003e\n\u003cdiv class=\"nd-arrow\"\u003e←\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePull Left to Unlock\u003c\/h3\u003e\n\u003cp\u003ePull the cord toward the left to release the locking mechanism. Once unlocked, the shade can be raised or lowered.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-control-item\"\u003e\n\u003cdiv class=\"nd-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePull Right to Lock\u003c\/h3\u003e\n\u003cp\u003eAfter positioning the shade at the desired height, pull toward the right to engage the lock and keep the shade securely in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- NO DRILL MECHANISM --\u003e\n\u003csection class=\"nd-section\"\u003e\n\u003ch2 class=\"nd-section-title\"\u003eDual No-Drill Mechanism\u003c\/h2\u003e\n\u003cp class=\"nd-section-subtitle\"\u003eBoth ends of the headrail are supported by no-drill mounting mechanisms, creating strong tension to support the weight of the shade.\u003c\/p\u003e\n\u003cdiv class=\"nd-mechanism-grid\"\u003e\n\u003cdiv class=\"nd-mechanism-card\"\u003e\n\u003cdiv class=\"nd-mechanism-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eNo-Drill Tension Mechanism\u003c\/h3\u003e\n\u003cp\u003eThe adjustable wing screw creates strong outward clamping force, allowing the headrail to remain securely positioned inside the window frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-mechanism-card\"\u003e\n\u003cdiv class=\"nd-mechanism-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eSecure Clamp Design\u003c\/h3\u003e\n\u003cp\u003eThe clamp holds firmly against the window jamb and supports the headrail without requiring traditional drilled mounting brackets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATION --\u003e\n\u003csection class=\"nd-section\"\u003e\n\u003cdiv class=\"nd-spec-box\"\u003e\n\u003cdiv class=\"nd-spec-top\"\u003e\n\u003ch2\u003eProduct Specification\u003c\/h2\u003e\n\u003cp\u003eCustom size for your window\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-spec-grid\"\u003e\n\u003cdiv class=\"nd-spec-item\"\u003e\n\u003cspan class=\"nd-spec-label\"\u003eCustom Width\u003c\/span\u003e \u003cspan class=\"nd-spec-value\"\u003e 17.7\" – 47.2\" \u003cspan class=\"nd-spec-note\"\u003e450 – 1200 mm\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-spec-item\"\u003e\n\u003cspan class=\"nd-spec-label\"\u003eCustom Height\u003c\/span\u003e \u003cspan class=\"nd-spec-value\"\u003e 19.7\" – 98.4\" \u003cspan class=\"nd-spec-note\"\u003e500 – 2500 mm\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-spec-item\"\u003e\n\u003cspan class=\"nd-spec-label\"\u003eMinimum Inside Mount Depth\u003c\/span\u003e \u003cspan class=\"nd-spec-value\"\u003e 2\" \u003cspan class=\"nd-spec-note\"\u003e50.8 mm — measured from window jamb to glass\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-spec-item\"\u003e\n\u003cspan class=\"nd-spec-label\"\u003eHeadrail Size\u003c\/span\u003e \u003cspan class=\"nd-spec-value\"\u003e Approx. 1.8\" \u003cspan class=\"nd-spec-note\"\u003e Approx. 46 mm · May vary slightly based on fabric thickness \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-spec-item\"\u003e\n\u003cspan class=\"nd-spec-label\"\u003eInstallation\u003c\/span\u003e \u003cspan class=\"nd-spec-value\"\u003e No Drill Inside Mount \u003cspan class=\"nd-spec-note\"\u003eDual tension \/ clamp mounting mechanism\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-spec-item\"\u003e\n\u003cspan class=\"nd-spec-label\"\u003eControl\u003c\/span\u003e \u003cspan class=\"nd-spec-value\"\u003e Corded \u003cspan class=\"nd-spec-note\"\u003ePull left to unlock · Pull right to lock\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FABRIC OPTIONS --\u003e\n\u003csection class=\"nd-section nd-fabric-wrap\"\u003e\n\u003ch2 class=\"nd-section-title\"\u003eBamboo Fabric Options\u003c\/h2\u003e\n\u003cp class=\"nd-section-subtitle\"\u003eSelect from nine woven bamboo designs featuring different slat patterns, spacing, colors and natural textures.\u003c\/p\u003e\n\u003cdiv class=\"nd-fabric-grid\"\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003e206\u003c\/div\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003eB6301\u003c\/div\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003eD-6\u003c\/div\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003eG011\u003c\/div\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003eS-2\u003c\/div\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003eX-3\u003c\/div\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003eX-4\u003c\/div\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003eX-6\u003c\/div\u003e\n\u003cdiv class=\"nd-fabric-item\"\u003eX-8\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EDGE BINDING --\u003e\n\u003csection class=\"nd-section\"\u003e\n\u003ch2 class=\"nd-section-title\"\u003eOptional Edge Binding\u003c\/h2\u003e\n\u003cp class=\"nd-section-subtitle\"\u003eCustomize the finished look of your bamboo shade with an optional fabric edge binding around the sides and bottom.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- WHY CHOOSE --\u003e\n\u003csection class=\"nd-section\"\u003e\n\u003ch2 class=\"nd-section-title\"\u003eWhy Choose No Drill Bamboo Shades?\u003c\/h2\u003e\n\u003cdiv class=\"nd-feature-grid\"\u003e\n\u003cdiv class=\"nd-feature-card\"\u003e\n\u003cdiv class=\"nd-feature-icon\"\u003e⌂\u003c\/div\u003e\n\u003ch3\u003eDamage-Free Installation\u003c\/h3\u003e\n\u003cp\u003eInstall without drilling traditional mounting holes into the window jamb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-feature-card\"\u003e\n\u003cdiv class=\"nd-feature-icon\"\u003e↔\u003c\/div\u003e\n\u003ch3\u003eMade to Order\u003c\/h3\u003e\n\u003cp\u003eEach shade is produced according to the custom width and height you select.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-feature-card\"\u003e\n\u003cdiv class=\"nd-feature-icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eSecure Support\u003c\/h3\u003e\n\u003cp\u003eDual tension mechanisms help distribute and support the weight of the shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nd-feature-card\"\u003e\n\u003cdiv class=\"nd-feature-icon\"\u003e◇\u003c\/div\u003e\n\u003ch3\u003eTimeless Texture\u003c\/h3\u003e\n\u003cp\u003eWoven bamboo adds warmth, texture and natural character to your window.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMPORTANT NOTE --\u003e\n\u003cdiv class=\"nd-note\"\u003e\n\u003cstrong\u003eMeasuring Note:\u003c\/strong\u003e This product is custom made. Please carefully measure your window opening before ordering. A minimum inside mount depth of \u003cstrong\u003e2\" (50.8 mm)\u003c\/strong\u003e is required. The headrail measures approximately \u003cstrong\u003e1.8\" (46 mm)\u003c\/strong\u003e and may vary slightly depending on the thickness of the selected bamboo material.\u003c\/div\u003e\n\u003c!-- BOTTOM --\u003e\n\u003csection class=\"nd-bottom\"\u003e\n\u003ch2\u003eNatural Texture Without the Drilling\u003c\/h2\u003e\n\u003cp\u003eCustom-made woven bamboo shades with secure dual no-drill mounting, simple corded operation and optional edge binding — designed to give your window a warm, finished look with a cleaner installation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"iHomeBlinds","offers":[{"title":"Default Title","offer_id":52705486831914,"sku":"920.103","price":93.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0825\/1277\/3418\/files\/Main-NoDrillBambooShades.jpg?v=1789963328","url":"https:\/\/www.ihomeblinds.com\/en-ca\/products\/no-drill-corded-pull-up-bamboo-shades","provider":"iHomeBlinds","version":"1.0","type":"link"}