{"product_id":"no-drill-corded-bamboo-roman-shades","title":"No Drill Corded Bamboo Roman Shades","description":"\u003cstyle\u003e\n\/* =========================================================\n   NO DRILL CORDED BAMBOO SHADES\n   Responsive Shopify Product Description\n   Theme Color: #1b3055\n========================================================= *\/\n\n.ndb-wrap {\n  --navy: #1b3055;\n  --navy-dark: #12223d;\n  --navy-soft: #edf2f7;\n  --text: #25282d;\n  --muted: #68717d;\n  --line: #dfe4ea;\n  --light: #f7f8fa;\n  --warm: #f6f3ee;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 12px 18px 48px;\n  box-sizing: border-box;\n  font-family: Arial, Helvetica, sans-serif;\n  color: var(--text);\n  overflow: hidden;\n}\n\n.ndb-wrap *,\n.ndb-wrap *::before,\n.ndb-wrap *::after {\n  box-sizing: border-box;\n}\n\n.ndb-wrap img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.ndb-hero {\n  position: relative;\n  overflow: hidden;\n  padding: 36px 28px;\n  border-radius: 18px;\n  background: linear-gradient(135deg, #1b3055 0%, #27456f 100%);\n  text-align: center;\n  color: #fff;\n}\n\n.ndb-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -110px;\n  right: -70px;\n  width: 230px;\n  height: 230px;\n  border-radius: 50%;\n  background: rgba(255,255,255,.045);\n}\n\n.ndb-eyebrow {\n  position: relative;\n  z-index: 1;\n  margin-bottom: 9px;\n  color: rgba(255,255,255,.72);\n  font-size: 11px;\n  line-height: 1.5;\n  font-weight: 700;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}\n\n.ndb-hero h1 {\n  position: relative;\n  z-index: 1;\n  max-width: 850px;\n  margin: 0 auto;\n  color: #fff;\n  font-size: clamp(28px, 3.4vw, 38px);\n  line-height: 1.16;\n  font-weight: 700;\n  letter-spacing: -.4px;\n}\n\n.ndb-hero-text {\n  position: relative;\n  z-index: 1;\n  max-width: 760px;\n  margin: 14px auto 0;\n  color: rgba(255,255,255,.84);\n  font-size: 14px;\n  line-height: 1.72;\n}\n\n.ndb-badges {\n  position: relative;\n  z-index: 1;\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n  margin-top: 20px;\n}\n\n.ndb-badge {\n  padding: 8px 13px;\n  border: 1px solid rgba(255,255,255,.25);\n  border-radius: 999px;\n  background: rgba(255,255,255,.08);\n  color: #fff;\n  font-size: 12px;\n  line-height: 1.2;\n  font-weight: 600;\n}\n\n\n\/* =========================================================\n   COMMON SECTION\n========================================================= *\/\n\n.ndb-section {\n  margin-top: 32px;\n}\n\n.ndb-title {\n  margin: 0 0 8px;\n  color: var(--navy);\n  text-align: center;\n  font-size: clamp(23px, 2.8vw, 30px);\n  line-height: 1.25;\n  font-weight: 700;\n}\n\n.ndb-subtitle {\n  max-width: 760px;\n  margin: 0 auto 22px;\n  color: var(--muted);\n  text-align: center;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   4 FEATURE CARDS\n========================================================= *\/\n\n.ndb-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 14px;\n}\n\n.ndb-feature-card {\n  min-width: 0;\n  padding: 22px 16px;\n  border: 1px solid var(--line);\n  border-radius: 15px;\n  background: #fff;\n  text-align: center;\n  box-shadow: 0 5px 18px rgba(27,48,85,.045);\n}\n\n.ndb-feature-icon {\n  display: flex;\n  width: 46px;\n  height: 46px;\n  margin: 0 auto 12px;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--navy-soft);\n  color: var(--navy);\n  font-size: 19px;\n  font-weight: 700;\n}\n\n.ndb-feature-card h3 {\n  margin: 0 0 7px;\n  color: var(--navy);\n  font-size: 16px;\n  line-height: 1.35;\n}\n\n.ndb-feature-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 12.5px;\n  line-height: 1.6;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.ndb-two-col {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 16px;\n}\n\n.ndb-info-card {\n  min-width: 0;\n  padding: 27px;\n  border: 1px solid var(--line);\n  border-radius: 17px;\n  background: #fff;\n}\n\n.ndb-info-card.navy {\n  border-color: var(--navy);\n  background: var(--navy);\n}\n\n.ndb-info-card h2 {\n  margin: 0 0 10px;\n  color: var(--navy);\n  font-size: 23px;\n  line-height: 1.3;\n}\n\n.ndb-info-card.navy h2 {\n  color: #fff;\n}\n\n.ndb-info-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 14px;\n  line-height: 1.72;\n}\n\n.ndb-info-card.navy p {\n  color: rgba(255,255,255,.82);\n}\n\n\n\/* =========================================================\n   CORDED CONTROL\n========================================================= *\/\n\n.ndb-control-box {\n  padding: 29px;\n  border-radius: 18px;\n  background: var(--warm);\n}\n\n.ndb-control-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 14px;\n  margin-top: 18px;\n}\n\n.ndb-control-card {\n  display: flex;\n  min-width: 0;\n  gap: 14px;\n  padding: 20px;\n  border-radius: 14px;\n  background: #fff;\n}\n\n.ndb-arrow {\n  display: flex;\n  flex: 0 0 43px;\n  width: 43px;\n  height: 43px;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--navy);\n  color: #fff;\n  font-size: 22px;\n  font-weight: 700;\n}\n\n.ndb-control-content {\n  min-width: 0;\n}\n\n.ndb-control-content h3 {\n  margin: 1px 0 5px;\n  color: var(--navy);\n  font-size: 17px;\n  line-height: 1.35;\n}\n\n.ndb-control-content p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   NO DRILL MECHANISM\n========================================================= *\/\n\n.ndb-mechanism-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 14px;\n}\n\n.ndb-mechanism-card {\n  min-width: 0;\n  padding: 24px;\n  border: 1px solid #d9e1eb;\n  border-radius: 16px;\n  background: var(--navy-soft);\n}\n\n.ndb-step {\n  display: flex;\n  width: 35px;\n  height: 35px;\n  margin-bottom: 13px;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--navy);\n  color: #fff;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.ndb-mechanism-card h3 {\n  margin: 0 0 7px;\n  color: var(--navy);\n  font-size: 18px;\n  line-height: 1.35;\n}\n\n.ndb-mechanism-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.ndb-spec-wrap {\n  overflow: hidden;\n  border: 1px solid var(--line);\n  border-radius: 18px;\n  background: #fff;\n}\n\n.ndb-spec-header {\n  padding: 23px 20px;\n  background: var(--navy);\n  text-align: center;\n}\n\n.ndb-spec-header h2 {\n  margin: 0 0 5px;\n  color: #fff;\n  font-size: 26px;\n  line-height: 1.25;\n}\n\n.ndb-spec-header p {\n  margin: 0;\n  color: rgba(255,255,255,.74);\n  font-size: 13px;\n}\n\n.ndb-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n\n.ndb-spec-item {\n  min-width: 0;\n  padding: 19px 22px;\n  border-bottom: 1px solid var(--line);\n}\n\n.ndb-spec-item:nth-child(odd) {\n  border-right: 1px solid var(--line);\n}\n\n.ndb-spec-label {\n  display: block;\n  margin-bottom: 5px;\n  color: #7b8189;\n  font-size: 11px;\n  line-height: 1.4;\n  font-weight: 700;\n  letter-spacing: .8px;\n  text-transform: uppercase;\n}\n\n.ndb-spec-value {\n  display: block;\n  color: var(--navy);\n  font-size: 17px;\n  line-height: 1.4;\n  font-weight: 700;\n  overflow-wrap: anywhere;\n}\n\n.ndb-spec-note {\n  display: block;\n  margin-top: 4px;\n  color: #747b83;\n  font-size: 12px;\n  line-height: 1.5;\n  font-weight: 400;\n}\n\n\n\/* =========================================================\n   COLOR OPTIONS\n========================================================= *\/\n\n.ndb-color-section {\n  padding: 29px;\n  border-radius: 18px;\n  background: var(--light);\n}\n\n.ndb-color-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.ndb-color-card {\n  min-width: 0;\n  overflow: hidden;\n  border: 1px solid #dfe3e8;\n  border-radius: 13px;\n  background: #fff;\n}\n\n.ndb-swatch {\n  width: 100%;\n  aspect-ratio: 1.45 \/ 1;\n  min-height: 90px;\n}\n\n.swatch-10244 {\n  background:\n    linear-gradient(135deg, rgba(255,255,255,.09), rgba(0,0,0,.04)),\n    #a99793;\n}\n\n.swatch-1038 {\n  background:\n    linear-gradient(135deg, rgba(255,255,255,.08), rgba(0,0,0,.025)),\n    #c6aa84;\n}\n\n.swatch-10334 {\n  background:\n    linear-gradient(135deg, rgba(255,255,255,.13), rgba(0,0,0,.025)),\n    #d3d9da;\n}\n\n.swatch-10335 {\n  background:\n    linear-gradient(135deg, rgba(255,255,255,.06), rgba(0,0,0,.04)),\n    #918782;\n}\n\n.swatch-10125 {\n  background:\n    linear-gradient(135deg, rgba(255,255,255,.14), rgba(0,0,0,.02)),\n    #d0d0ca;\n}\n\n.swatch-10169 {\n  background:\n    linear-gradient(135deg, rgba(255,255,255,.08), rgba(0,0,0,.04)),\n    #a7a2a2;\n}\n\n.swatch-10134 {\n  background:\n    linear-gradient(135deg, rgba(255,255,255,.12), rgba(0,0,0,.03)),\n    #c8c0b3;\n}\n\n.ndb-color-name {\n  padding: 12px 8px;\n  text-align: center;\n}\n\n.ndb-color-name strong {\n  display: block;\n  color: var(--navy);\n  font-size: 14px;\n  line-height: 1.3;\n}\n\n.ndb-color-name span {\n  display: block;\n  margin-top: 3px;\n  color: #92979d;\n  font-size: 10.5px;\n}\n\n\n\/* =========================================================\n   NOTE\n========================================================= *\/\n\n.ndb-note {\n  margin-top: 22px;\n  padding: 17px 18px;\n  border-left: 4px solid var(--navy);\n  border-radius: 0 11px 11px 0;\n  background: var(--navy-soft);\n  color: #536070;\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   FOOTER CTA\n========================================================= *\/\n\n.ndb-footer {\n  margin-top: 29px;\n  padding: 31px 24px;\n  border-radius: 18px;\n  background: var(--navy);\n  text-align: center;\n}\n\n.ndb-footer h2 {\n  margin: 0 0 8px;\n  color: #fff;\n  font-size: 25px;\n  line-height: 1.3;\n}\n\n.ndb-footer p {\n  max-width: 700px;\n  margin: 0 auto;\n  color: rgba(255,255,255,.8);\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width: 820px) {\n\n  .ndb-wrap {\n    padding-left: 14px;\n    padding-right: 14px;\n  }\n\n  .ndb-feature-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ndb-two-col {\n    grid-template-columns: 1fr;\n  }\n\n  .ndb-mechanism-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .ndb-color-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 600px) {\n\n  .ndb-wrap {\n    padding: 6px 10px 35px;\n  }\n\n\n  \/* HERO *\/\n\n  .ndb-hero {\n    padding: 27px 15px 25px;\n    border-radius: 14px;\n  }\n\n  .ndb-eyebrow {\n    margin-bottom: 7px;\n    font-size: 9.5px;\n    line-height: 1.5;\n    letter-spacing: 1.2px;\n  }\n\n  .ndb-hero h1 {\n    max-width: 320px;\n    font-size: 26px;\n    line-height: 1.18;\n    letter-spacing: -.2px;\n  }\n\n  .ndb-hero-text {\n    max-width: 360px;\n    margin-top: 11px;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .ndb-badges {\n    gap: 6px;\n    margin-top: 16px;\n  }\n\n  .ndb-badge {\n    padding: 7px 10px;\n    font-size: 10.5px;\n  }\n\n\n  \/* SECTION *\/\n\n  .ndb-section {\n    margin-top: 25px;\n  }\n\n  .ndb-title {\n    padding: 0 4px;\n    font-size: 22px;\n    line-height: 1.28;\n  }\n\n  .ndb-subtitle {\n    margin-bottom: 17px;\n    padding: 0 4px;\n    font-size: 12.5px;\n    line-height: 1.65;\n  }\n\n\n  \/* FEATURES *\/\n\n  .ndb-feature-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 8px;\n  }\n\n  .ndb-feature-card {\n    padding: 16px 9px;\n    border-radius: 12px;\n  }\n\n  .ndb-feature-icon {\n    width: 38px;\n    height: 38px;\n    margin-bottom: 9px;\n    font-size: 16px;\n  }\n\n  .ndb-feature-card h3 {\n    margin-bottom: 5px;\n    font-size: 13px;\n    line-height: 1.3;\n  }\n\n  .ndb-feature-card p {\n    font-size: 11px;\n    line-height: 1.5;\n  }\n\n\n  \/* INTRO *\/\n\n  .ndb-two-col {\n    gap: 10px;\n  }\n\n  .ndb-info-card {\n    padding: 19px 16px;\n    border-radius: 13px;\n  }\n\n  .ndb-info-card h2 {\n    margin-bottom: 7px;\n    font-size: 18px;\n  }\n\n  .ndb-info-card p {\n    font-size: 12.5px;\n    line-height: 1.65;\n  }\n\n\n  \/* CONTROL *\/\n\n  .ndb-control-box {\n    padding: 21px 12px;\n    border-radius: 14px;\n  }\n\n  .ndb-control-grid {\n    grid-template-columns: 1fr;\n    gap: 9px;\n    margin-top: 15px;\n  }\n\n  .ndb-control-card {\n    gap: 11px;\n    padding: 16px 13px;\n    border-radius: 11px;\n  }\n\n  .ndb-arrow {\n    flex-basis: 38px;\n    width: 38px;\n    height: 38px;\n    font-size: 19px;\n  }\n\n  .ndb-control-content h3 {\n    font-size: 15px;\n  }\n\n  .ndb-control-content p {\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n\n  \/* MECHANISM *\/\n\n  .ndb-mechanism-grid {\n    gap: 9px;\n  }\n\n  .ndb-mechanism-card {\n    padding: 18px 15px;\n    border-radius: 13px;\n  }\n\n  .ndb-step {\n    width: 31px;\n    height: 31px;\n    margin-bottom: 10px;\n    font-size: 12px;\n  }\n\n  .ndb-mechanism-card h3 {\n    font-size: 16px;\n  }\n\n  .ndb-mechanism-card p {\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n\n  \/* SPEC *\/\n\n  .ndb-spec-wrap {\n    border-radius: 14px;\n  }\n\n  .ndb-spec-header {\n    padding: 19px 14px;\n  }\n\n  .ndb-spec-header h2 {\n    font-size: 21px;\n  }\n\n  .ndb-spec-header p {\n    font-size: 11.5px;\n  }\n\n  .ndb-spec-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .ndb-spec-item,\n  .ndb-spec-item:nth-child(odd) {\n    padding: 15px 16px;\n    border-right: 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .ndb-spec-label {\n    font-size: 9.5px;\n  }\n\n  .ndb-spec-value {\n    font-size: 15px;\n  }\n\n  .ndb-spec-note {\n    font-size: 11px;\n  }\n\n\n  \/* COLORS *\/\n\n  .ndb-color-section {\n    padding: 21px 11px;\n    border-radius: 14px;\n  }\n\n  .ndb-color-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 8px;\n  }\n\n  .ndb-color-card {\n    border-radius: 10px;\n  }\n\n  .ndb-swatch {\n    min-height: 78px;\n  }\n\n  .ndb-color-name {\n    padding: 9px 5px 10px;\n  }\n\n  .ndb-color-name strong {\n    font-size: 12.5px;\n  }\n\n  .ndb-color-name span {\n    font-size: 9.5px;\n  }\n\n\n  \/* NOTE *\/\n\n  .ndb-note {\n    margin-top: 17px;\n    padding: 14px 14px;\n    font-size: 11.5px;\n    line-height: 1.65;\n  }\n\n\n  \/* FOOTER *\/\n\n  .ndb-footer {\n    margin-top: 22px;\n    padding: 24px 15px;\n    border-radius: 14px;\n  }\n\n  .ndb-footer h2 {\n    font-size: 20px;\n  }\n\n  .ndb-footer p {\n    font-size: 12px;\n    line-height: 1.65;\n  }\n}\n\n\n\/* =========================================================\n   SMALL MOBILE — iPhone SE \/ 320-375px\n========================================================= *\/\n\n@media screen and (max-width: 380px) {\n\n  .ndb-wrap {\n    padding-left: 7px;\n    padding-right: 7px;\n  }\n\n  .ndb-hero h1 {\n    font-size: 24px;\n  }\n\n  .ndb-title {\n    font-size: 20px;\n  }\n\n  .ndb-feature-card {\n    padding-left: 7px;\n    padding-right: 7px;\n  }\n\n  .ndb-feature-card h3 {\n    font-size: 12.5px;\n  }\n\n  .ndb-feature-card p {\n    font-size: 10.5px;\n  }\n\n  .ndb-color-grid {\n    gap: 6px;\n  }\n}\n\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"ndb-wrap\"\u003e\n\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ndb-hero\"\u003e\n\n    \u003cdiv class=\"ndb-eyebrow\"\u003e\n      Natural Texture · Custom Made · No Drill Installation\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      No Drill Corded Bamboo Shades\n    \u003c\/h1\u003e\n\n    \u003cp class=\"ndb-hero-text\"\u003e\n      Natural woven style meets convenient damage-free installation.\n      Custom-made shades with a secure dual no-drill mounting system\n      and simple corded operation for everyday light and privacy control.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ndb-badges\"\u003e\n      \u003cspan class=\"ndb-badge\"\u003eNo Drill\u003c\/span\u003e\n      \u003cspan class=\"ndb-badge\"\u003eCorded Control\u003c\/span\u003e\n      \u003cspan class=\"ndb-badge\"\u003eCustom Made\u003c\/span\u003e\n      \u003cspan class=\"ndb-badge\"\u003eInside Mount\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MAIN FEATURES --\u003e\n  \u003csection class=\"ndb-section\"\u003e\n\n    \u003ch2 class=\"ndb-title\"\u003e\n      Natural Style. Smarter Installation.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ndb-subtitle\"\u003e\n      Designed to combine the warm appearance of natural woven shades\n      with a strong mounting system that installs without drilling into your window frame.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"ndb-feature-grid\"\u003e\n\n      \u003cdiv class=\"ndb-feature-card\"\u003e\n\n        \u003cdiv class=\"ndb-feature-icon\"\u003e\n          ✓\n        \u003c\/div\u003e\n\n        \u003ch3\u003eNo Drill\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Secure inside-mount installation without traditional mounting screws.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-feature-card\"\u003e\n\n        \u003cdiv class=\"ndb-feature-icon\"\u003e\n          ↕\n        \u003c\/div\u003e\n\n        \u003ch3\u003eCorded Control\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Raise, lower, lock and unlock the shade with a simple pull.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-feature-card\"\u003e\n\n        \u003cdiv class=\"ndb-feature-icon\"\u003e\n          ↔\n        \u003c\/div\u003e\n\n        \u003ch3\u003eCustom Made\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Individually made according to your selected width and height.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-feature-card\"\u003e\n\n        \u003cdiv class=\"ndb-feature-icon\"\u003e\n          ✦\n        \u003c\/div\u003e\n\n        \u003ch3\u003eNatural Style\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adds warm texture and a relaxed natural look to your interior.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT STYLE --\u003e\n  \u003csection class=\"ndb-section\"\u003e\n\n    \u003cdiv class=\"ndb-two-col\"\u003e\n\n      \u003cdiv class=\"ndb-info-card\"\u003e\n\n        \u003ch2\u003e\n          Natural Roman Shade Style\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The shade gathers into soft horizontal folds as it is raised,\n          combining the classic appearance of Roman shades with the\n          natural character and texture of woven materials.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-info-card navy\"\u003e\n\n        \u003ch2\u003e\n          No-Drill Inside Mount\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Tension mechanisms at both ends of the headrail apply pressure\n          against the inside of the window frame, providing secure support\n          without conventional drilled mounting brackets.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CORDED CONTROL --\u003e\n  \u003csection class=\"ndb-section ndb-control-box\"\u003e\n\n    \u003ch2 class=\"ndb-title\"\u003e\n      Simple Corded Control\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ndb-subtitle\"\u003e\n      Unlock the shade for adjustment and lock it again at your preferred height.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"ndb-control-grid\"\u003e\n\n\n      \u003cdiv class=\"ndb-control-card\"\u003e\n\n        \u003cdiv class=\"ndb-arrow\"\u003e\n          ←\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-control-content\"\u003e\n\n          \u003ch3\u003e\n            Pull Left to Unlock\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Pull the cord toward the left to release the locking mechanism.\n            Once unlocked, the shade can be raised or lowered.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-control-card\"\u003e\n\n        \u003cdiv class=\"ndb-arrow\"\u003e\n          →\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-control-content\"\u003e\n\n          \u003ch3\u003e\n            Pull Right to Lock\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Once the shade reaches your preferred height,\n            pull the cord toward the right to lock it securely in place.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DUAL MECHANISM --\u003e\n  \u003csection class=\"ndb-section\"\u003e\n\n    \u003ch2 class=\"ndb-title\"\u003e\n      Dual No-Drill Mechanism\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ndb-subtitle\"\u003e\n      No-drill mechanisms on both ends of the headrail create strong tension\n      to securely support the shade.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"ndb-mechanism-grid\"\u003e\n\n      \u003cdiv class=\"ndb-mechanism-card\"\u003e\n\n        \u003cdiv class=\"ndb-step\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          No-Drill Tension Mechanism\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The adjustable wing screw creates strong outward clamping force\n          against the window jamb to help secure the headrail.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-mechanism-card\"\u003e\n\n        \u003cdiv class=\"ndb-step\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Secure Clamp Design\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The metal clamp holds firmly inside the window opening,\n          providing reliable support without drilling holes.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"ndb-section\"\u003e\n\n    \u003cdiv class=\"ndb-spec-wrap\"\u003e\n\n      \u003cdiv class=\"ndb-spec-header\"\u003e\n\n        \u003ch2\u003e\n          Product Specifications\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Custom size for your window\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-spec-grid\"\u003e\n\n\n        \u003cdiv class=\"ndb-spec-item\"\u003e\n\n          \u003cspan class=\"ndb-spec-label\"\u003e\n            Width\n          \u003c\/span\u003e\n\n          \u003cspan class=\"ndb-spec-value\"\u003e\n            17.7\" – 47.2\"\n\n            \u003cspan class=\"ndb-spec-note\"\u003e\n              450 – 1200 mm\n            \u003c\/span\u003e\n\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"ndb-spec-item\"\u003e\n\n          \u003cspan class=\"ndb-spec-label\"\u003e\n            Height\n          \u003c\/span\u003e\n\n          \u003cspan class=\"ndb-spec-value\"\u003e\n            19.7\" – 98.4\"\n\n            \u003cspan class=\"ndb-spec-note\"\u003e\n              500 – 2500 mm\n            \u003c\/span\u003e\n\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"ndb-spec-item\"\u003e\n\n          \u003cspan class=\"ndb-spec-label\"\u003e\n            Minimum Inside Mount Depth\n          \u003c\/span\u003e\n\n          \u003cspan class=\"ndb-spec-value\"\u003e\n            2\"\n\n            \u003cspan class=\"ndb-spec-note\"\u003e\n              50.8 mm · From window jamb to glass\n            \u003c\/span\u003e\n\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"ndb-spec-item\"\u003e\n\n          \u003cspan class=\"ndb-spec-label\"\u003e\n            Headrail Size\n          \u003c\/span\u003e\n\n          \u003cspan class=\"ndb-spec-value\"\u003e\n            Approx. 1.8\"\n\n            \u003cspan class=\"ndb-spec-note\"\u003e\n              Approx. 46 mm · May vary slightly based on material thickness\n            \u003c\/span\u003e\n\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"ndb-spec-item\"\u003e\n\n          \u003cspan class=\"ndb-spec-label\"\u003e\n            Mounting\n          \u003c\/span\u003e\n\n          \u003cspan class=\"ndb-spec-value\"\u003e\n            Inside Mount Only\n\n            \u003cspan class=\"ndb-spec-note\"\u003e\n              No-drill tension installation\n            \u003c\/span\u003e\n\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"ndb-spec-item\"\u003e\n\n          \u003cspan class=\"ndb-spec-label\"\u003e\n            Control\n          \u003c\/span\u003e\n\n          \u003cspan class=\"ndb-spec-value\"\u003e\n            Corded\n\n            \u003cspan class=\"ndb-spec-note\"\u003e\n              Pull left to unlock · Pull right to lock\n            \u003c\/span\u003e\n\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- COLOR OPTIONS --\u003e\n  \u003csection class=\"ndb-section ndb-color-section\"\u003e\n\n    \u003ch2 class=\"ndb-title\"\u003e\n      Color Options\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ndb-subtitle\"\u003e\n      Choose from soft neutral tones designed to coordinate with\n      natural, modern and traditional interiors.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"ndb-color-grid\"\u003e\n\n\n      \u003cdiv class=\"ndb-color-card\"\u003e\n\n        \u003cdiv class=\"ndb-swatch swatch-10244\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-color-name\"\u003e\n          \u003cstrong\u003e102-44\u003c\/strong\u003e\n          \u003cspan\u003eColor Option\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-color-card\"\u003e\n\n        \u003cdiv class=\"ndb-swatch swatch-1038\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-color-name\"\u003e\n          \u003cstrong\u003e103-8\u003c\/strong\u003e\n          \u003cspan\u003eColor Option\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-color-card\"\u003e\n\n        \u003cdiv class=\"ndb-swatch swatch-10334\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-color-name\"\u003e\n          \u003cstrong\u003e103-34\u003c\/strong\u003e\n          \u003cspan\u003eColor Option\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-color-card\"\u003e\n\n        \u003cdiv class=\"ndb-swatch swatch-10335\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-color-name\"\u003e\n          \u003cstrong\u003e103-35\u003c\/strong\u003e\n          \u003cspan\u003eColor Option\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-color-card\"\u003e\n\n        \u003cdiv class=\"ndb-swatch swatch-10125\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-color-name\"\u003e\n          \u003cstrong\u003e101-25\u003c\/strong\u003e\n          \u003cspan\u003eColor Option\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-color-card\"\u003e\n\n        \u003cdiv class=\"ndb-swatch swatch-10169\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-color-name\"\u003e\n          \u003cstrong\u003e101-69\u003c\/strong\u003e\n          \u003cspan\u003eColor Option\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-color-card\"\u003e\n\n        \u003cdiv class=\"ndb-swatch swatch-10134\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"ndb-color-name\"\u003e\n          \u003cstrong\u003e101-34\u003c\/strong\u003e\n          \u003cspan\u003eColor Option\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ndb-note\"\u003e\n\n      \u003cstrong\u003eColor Note:\u003c\/strong\u003e\n      Colors shown on different screens may vary from the actual material.\n      Lighting conditions can also affect appearance.\n      Please use the physical fabric sample as the final color reference.\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHY CHOOSE --\u003e\n  \u003csection class=\"ndb-section\"\u003e\n\n    \u003ch2 class=\"ndb-title\"\u003e\n      Why Choose No Drill Corded Bamboo Shades?\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"ndb-feature-grid\"\u003e\n\n\n      \u003cdiv class=\"ndb-feature-card\"\u003e\n\n        \u003cdiv class=\"ndb-feature-icon\"\u003e\n          ✓\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          No Drilling\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Helps avoid traditional screw holes in the window frame.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-feature-card\"\u003e\n\n        \u003cdiv class=\"ndb-feature-icon\"\u003e\n          ↔\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Custom Sized\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Made according to your selected window dimensions.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-feature-card\"\u003e\n\n        \u003cdiv class=\"ndb-feature-icon\"\u003e\n          ◆\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Strong Support\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Dual mechanisms help securely support the weight of the shade.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ndb-feature-card\"\u003e\n\n        \u003cdiv class=\"ndb-feature-icon\"\u003e\n          ✦\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Natural Look\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adds warmth and texture to your living space.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MEASUREMENT NOTE --\u003e\n  \u003cdiv class=\"ndb-note\"\u003e\n\n    \u003cstrong\u003eImportant Measuring Note:\u003c\/strong\u003e\n    This product is custom made. Please carefully measure your window before ordering.\n    A minimum inside mount depth of \u003cstrong\u003e2\" (50.8 mm)\u003c\/strong\u003e is required.\n    The headrail is approximately \u003cstrong\u003e1.8\" (46 mm)\u003c\/strong\u003e and may vary slightly\n    depending on material thickness.\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FOOTER --\u003e\n  \u003csection class=\"ndb-footer\"\u003e\n\n    \u003ch2\u003e\n      Natural Style Without the Drilling\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Custom-made shades combining natural texture,\n      easy corded operation and a secure dual no-drill installation system.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LazShades","offers":[{"title":"Default Title","offer_id":56217520439618,"sku":"920.103","price":98.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0973\/9465\/5554\/files\/MainImageNoDrillCordedBambooRomanShades.jpg?v=1789966427","url":"https:\/\/www.lazshades.com\/en-au\/products\/no-drill-corded-bamboo-roman-shades","provider":"LazShades","version":"1.0","type":"link"}