{"product_id":"adjustable-stair-tread-template","title":"Adjustable Stair Tread Template","description":"\u003cstyle\u003e\n\/* =========================================================\n   ADJUSTABLE STAIR TREAD TEMPLATE\n   Premium Shopify Product Story\n   Original Copy \/ Mobile First \/ Theme Safe\n   ========================================================= *\/\n\n.ast-page{\n  --ast-black:#0c0d0f;\n  --ast-charcoal:#1d2024;\n  --ast-steel:#485058;\n  --ast-red:#d71e1e;\n  --ast-red2:#f04a20;\n  --ast-silver:#d9dde0;\n  --ast-soft:#f4f5f5;\n  --ast-white:#ffffff;\n  --ast-ink:#252b30;\n  --ast-text:#626a70;\n  --ast-line:#d9dee1;\n\n  width:100%;\n  max-width:1180px;\n  margin:0 auto;\n  padding:14px;\n  overflow:hidden;\n  box-sizing:border-box;\n  color:var(--ast-ink);\n  container-type:inline-size;\n  container-name:ast;\n}\n\n.ast-page *,\n.ast-page *::before,\n.ast-page *::after{\n  box-sizing:border-box;\n}\n\n\/* =========================================================\n   BASE CARD\n   ========================================================= *\/\n\n.ast-page .ast-card{\n  position:relative;\n  overflow:hidden;\n  margin:0 0 18px;\n  padding:24px 18px;\n  border:1px solid var(--ast-line);\n  border-radius:26px;\n  background:#fff;\n  box-shadow:0 16px 46px rgba(20,25,30,.09);\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease,\n    border-color .28s ease;\n}\n\n.ast-page .ast-card::after{\n  content:\"\";\n  position:absolute;\n  z-index:0;\n  top:-48%;\n  left:-78%;\n  width:42%;\n  height:198%;\n  pointer-events:none;\n  transform:rotate(15deg);\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.22),\n    transparent\n  );\n  transition:left .72s ease;\n}\n\n.ast-page .ast-card \u003e *{\n  position:relative;\n  z-index:1;\n}\n\n@media (hover:hover){\n  .ast-page .ast-card:hover{\n    transform:translateY(-4px) scale(1.004);\n    border-color:#c6ccd0;\n    box-shadow:0 23px 62px rgba(20,25,30,.15);\n  }\n\n  .ast-page .ast-card:hover::after{\n    left:145%;\n  }\n}\n\n.ast-page .ast-card:active{\n  transform:scale(.985);\n}\n\n\/* =========================================================\n   THEMES\n   ========================================================= *\/\n\n.ast-page .ast-light{\n  color:var(--ast-ink);\n}\n\n.ast-page .ast-light p{\n  color:var(--ast-text);\n}\n\n.ast-page .ast-soft{\n  color:var(--ast-ink);\n  background:\n    radial-gradient(circle at 91% 7%,rgba(215,30,30,.08),transparent 31%),\n    radial-gradient(circle at 5% 94%,rgba(72,80,88,.06),transparent 34%),\n    linear-gradient(145deg,#fdfdfd,#f1f3f4);\n}\n\n.ast-page .ast-soft p{\n  color:#626b71;\n}\n\n.ast-page .ast-dark{\n  color:#fafafa;\n  border-color:rgba(255,255,255,.10);\n  background:\n    radial-gradient(circle at 88% 8%,rgba(240,74,32,.27),transparent 31%),\n    radial-gradient(circle at 6% 94%,rgba(255,255,255,.05),transparent 34%),\n    linear-gradient(145deg,#08090b,#1b1e22 60%,#0d0f11);\n}\n\n.ast-page .ast-dark p{\n  color:#dde1e4;\n}\n\n.ast-page .ast-red{\n  color:#fff;\n  border-color:rgba(255,255,255,.10);\n  background:\n    radial-gradient(circle at 88% 8%,rgba(255,255,255,.14),transparent 30%),\n    linear-gradient(145deg,#9f1111,#db221d 59%,#9d1714);\n}\n\n.ast-page .ast-red p{\n  color:#f5e2df;\n}\n\n\/* =========================================================\n   EYEBROW\n   ========================================================= *\/\n\n.ast-page .ast-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  max-width:100%;\n  margin:0 0 13px;\n  padding:7px 11px;\n  border:1px solid #d9dee1;\n  border-radius:999px;\n  background:#f6f7f7;\n  color:#424a50;\n  font-size:11px;\n  font-weight:850;\n  line-height:1.2;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.ast-page .ast-eyebrow::before{\n  content:\"\";\n  width:7px;\n  height:7px;\n  flex:0 0 7px;\n  border-radius:50%;\n  background:var(--ast-red);\n  box-shadow:0 0 13px rgba(215,30,30,.35);\n}\n\n.ast-page .ast-eyebrow::after{\n  content:\"\";\n  width:30px;\n  height:1px;\n  margin-left:2px;\n  background:linear-gradient(90deg,var(--ast-red2),transparent);\n}\n\n.ast-page .ast-dark .ast-eyebrow,\n.ast-page .ast-red .ast-eyebrow{\n  color:#fafafa;\n  border-color:rgba(255,255,255,.18);\n  background:rgba(255,255,255,.07);\n}\n\n\/* =========================================================\n   TYPOGRAPHY\n   ========================================================= *\/\n\n.ast-page .ast-title{\n  margin:0;\n  color:var(--ast-ink);\n  font-size:clamp(34px,9.5vw,62px);\n  line-height:1;\n  letter-spacing:-.047em;\n  font-weight:900;\n  overflow-wrap:anywhere;\n}\n\n.ast-page .ast-heading{\n  margin:0;\n  color:var(--ast-ink);\n  font-size:clamp(28px,7.5vw,48px);\n  line-height:1.05;\n  letter-spacing:-.04em;\n  font-weight:880;\n  overflow-wrap:anywhere;\n}\n\n.ast-page .ast-dark .ast-title,\n.ast-page .ast-dark .ast-heading,\n.ast-page .ast-red .ast-title,\n.ast-page .ast-red .ast-heading{\n  color:#fff;\n}\n\n@supports ((-webkit-background-clip:text) or (background-clip:text)){\n  .ast-page .ast-dark .ast-shimmer,\n  .ast-page .ast-red .ast-shimmer{\n    color:#fff;\n    background:\n      linear-gradient(\n        105deg,\n        #ffffff 0%,\n        #ffffff 18%,\n        #ff6b3d 31%,\n        #ffd0bd 44%,\n        #c8cdd1 57%,\n        #ffffff 78%,\n        #ffffff 100%\n      );\n    background-size:230% auto;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n    animation:astShimmer 9s linear infinite;\n  }\n\n  .ast-page .ast-light .ast-shimmer,\n  .ast-page .ast-soft .ast-shimmer{\n    color:#252b30;\n    background:\n      linear-gradient(\n        105deg,\n        #252b30 0%,\n        #252b30 20%,\n        #b01818 34%,\n        #596169 47%,\n        #e14821 59%,\n        #252b30 79%,\n        #252b30 100%\n      );\n    background-size:230% auto;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n    animation:astShimmer 9s linear infinite;\n  }\n}\n\n@keyframes astShimmer{\n  0%{background-position:210% center;}\n  100%{background-position:-30% center;}\n}\n\n.ast-page .ast-lead{\n  max-width:710px;\n  margin:16px 0 0;\n  color:#dde1e4;\n  font-size:17px;\n  line-height:1.67;\n}\n\n.ast-page .ast-copy{\n  max-width:740px;\n  margin:15px 0 0;\n  color:var(--ast-text);\n  font-size:16px;\n  line-height:1.72;\n}\n\n\/* =========================================================\n   TAGS\n   ========================================================= *\/\n\n.ast-page .ast-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:18px 0 0;\n}\n\n.ast-page .ast-tag{\n  display:inline-flex;\n  align-items:center;\n  gap:6px;\n  padding:9px 12px;\n  border:1px solid #d9dee1;\n  border-radius:999px;\n  background:#f7f8f8;\n  color:#424a50;\n  font-size:12px;\n  font-weight:780;\n  line-height:1.2;\n}\n\n.ast-page .ast-dark .ast-tag,\n.ast-page .ast-red .ast-tag{\n  color:#fafafa;\n  border-color:rgba(255,255,255,.16);\n  background:rgba(255,255,255,.08);\n}\n\n\/* =========================================================\n   MEDIA\n   ========================================================= *\/\n\n.ast-page .ast-media{\n  width:100%;\n  margin:20px 0 0;\n  overflow:hidden;\n  border-radius:21px;\n  background:#edf0f1;\n}\n\n.ast-page .ast-media img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.ast-page .ast-hero-media{\n  box-shadow:0 18px 48px rgba(0,0,0,.28);\n}\n\n\/* =========================================================\n   MARQUEE\n   ========================================================= *\/\n\n.ast-page .ast-marquee{\n  overflow:hidden;\n  margin:0 0 18px;\n  padding:12px 0;\n  border-top:1px solid #d9dee1;\n  border-bottom:1px solid #d9dee1;\n  background:#f3f5f5;\n}\n\n.ast-page .ast-marquee-track{\n  display:flex;\n  width:max-content;\n  animation:astMarquee 27s linear infinite;\n}\n\n.ast-page .ast-marquee:hover .ast-marquee-track{\n  animation-play-state:paused;\n}\n\n.ast-page .ast-marquee-group{\n  display:flex;\n  flex-shrink:0;\n  align-items:center;\n}\n\n.ast-page .ast-marquee span{\n  padding:0 17px;\n  color:#40484e;\n  font-size:11px;\n  font-weight:850;\n  letter-spacing:.11em;\n  white-space:nowrap;\n}\n\n.ast-page .ast-marquee b{\n  margin-left:16px;\n  color:var(--ast-red);\n}\n\n@keyframes astMarquee{\n  to{transform:translateX(-50%);}\n}\n\n\/* =========================================================\n   MINI CARDS\n   ========================================================= *\/\n\n.ast-page .ast-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:20px;\n}\n\n.ast-page .ast-mini{\n  padding:17px;\n  border:1px solid #d9dee1;\n  border-radius:18px;\n  background:#f8f9f9;\n  color:#2e373d;\n}\n\n.ast-page .ast-mini-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:42px;\n  height:42px;\n  border-radius:12px;\n  background:linear-gradient(135deg,#eceff0,#ffe3dc);\n  color:#293036;\n  font-size:19px;\n  font-weight:900;\n}\n\n.ast-page .ast-mini strong{\n  display:block;\n  margin:8px 0 5px;\n  color:#2e373d;\n  font-size:16px;\n  line-height:1.28;\n}\n\n.ast-page .ast-mini p{\n  margin:0;\n  color:#646d73;\n  font-size:13px;\n  line-height:1.55;\n}\n\n.ast-page .ast-dark .ast-mini,\n.ast-page .ast-red .ast-mini{\n  color:#fafafa;\n  border-color:rgba(255,255,255,.12);\n  background:rgba(255,255,255,.07);\n}\n\n.ast-page .ast-dark .ast-mini strong,\n.ast-page .ast-red .ast-mini strong{\n  color:#fafafa;\n}\n\n.ast-page .ast-dark .ast-mini p,\n.ast-page .ast-red .ast-mini p{\n  color:#dfe3e5;\n}\n\n.ast-page .ast-dark .ast-mini-icon,\n.ast-page .ast-red .ast-mini-icon{\n  color:#fff;\n  background:rgba(255,255,255,.10);\n}\n\n\/* =========================================================\n   SECTION CARDS\n   ========================================================= *\/\n\n.ast-page .ast-sections{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:20px;\n}\n\n.ast-page .ast-section{\n  padding:18px;\n  border:1px solid #d9dee1;\n  border-radius:19px;\n  background:#f8f9f9;\n}\n\n.ast-page .ast-section b{\n  display:block;\n  margin-bottom:6px;\n  color:var(--ast-red);\n  font-size:26px;\n  line-height:1;\n}\n\n.ast-page .ast-section strong{\n  display:block;\n  color:#2e373d;\n  font-size:16px;\n  line-height:1.3;\n}\n\n.ast-page .ast-section p{\n  margin:6px 0 0;\n  color:#646d73;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* =========================================================\n   STEPS\n   ========================================================= *\/\n\n.ast-page .ast-steps{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:20px;\n  counter-reset:astStep;\n}\n\n.ast-page .ast-step{\n  position:relative;\n  padding:18px 18px 18px 63px;\n  border:1px solid #d9dee1;\n  border-radius:18px;\n  background:#f8f9f9;\n  counter-increment:astStep;\n}\n\n.ast-page .ast-step::before{\n  content:counter(astStep);\n  position:absolute;\n  top:17px;\n  left:17px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:34px;\n  height:34px;\n  border-radius:50%;\n  background:linear-gradient(135deg,#c91919,#f15a28);\n  color:#fff;\n  font-size:14px;\n  font-weight:900;\n}\n\n.ast-page .ast-step strong{\n  display:block;\n  color:#2e373d;\n  font-size:16px;\n  line-height:1.28;\n}\n\n.ast-page .ast-step p{\n  margin:5px 0 0;\n  color:#646d73;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* =========================================================\n   USE CASES\n   ========================================================= *\/\n\n.ast-page .ast-uses{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n  margin-top:20px;\n}\n\n.ast-page .ast-use{\n  min-height:120px;\n  padding:16px;\n  border:1px solid #d9dee1;\n  border-radius:18px;\n  background:#f8f9f9;\n}\n\n.ast-page .ast-use span{\n  display:block;\n  margin-bottom:9px;\n  font-size:23px;\n}\n\n.ast-page .ast-use strong{\n  display:block;\n  color:#2e373d;\n  font-size:14px;\n  line-height:1.3;\n}\n\n.ast-page .ast-use small{\n  display:block;\n  margin-top:5px;\n  color:#6a7379;\n  font-size:11px;\n  line-height:1.45;\n}\n\n\/* =========================================================\n   CALLOUT\n   ========================================================= *\/\n\n.ast-page .ast-callout{\n  margin-top:18px;\n  padding:15px 16px;\n  border:1px solid #d9dee1;\n  border-left:4px solid var(--ast-red);\n  border-radius:0 16px 16px 0;\n  background:#fff5f3;\n  color:#5d5551;\n  font-size:13px;\n  line-height:1.62;\n}\n\n.ast-page .ast-dark .ast-callout,\n.ast-page .ast-red .ast-callout{\n  color:#f5e9e6;\n  border-color:rgba(255,255,255,.15);\n  border-left-color:#ff7a54;\n  background:rgba(255,255,255,.07);\n}\n\n\/* =========================================================\n   HIGHLIGHTS\n   ========================================================= *\/\n\n.ast-page .ast-highlights{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:20px;\n}\n\n.ast-page .ast-highlight{\n  padding:18px;\n  border:1px solid #d9dee1;\n  border-radius:19px;\n  background:#f8f9f9;\n}\n\n.ast-page .ast-highlight-tag{\n  display:inline-block;\n  margin-bottom:10px;\n  padding:5px 9px;\n  border-radius:999px;\n  background:#ffe5df;\n  color:#9d211b;\n  font-size:10px;\n  font-weight:850;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.ast-page .ast-highlight h3{\n  margin:0 0 8px;\n  color:#2e373d;\n  font-size:18px;\n  line-height:1.26;\n}\n\n.ast-page .ast-highlight p{\n  margin:0;\n  color:#646d73;\n  font-size:13px;\n  line-height:1.58;\n}\n\n\/* =========================================================\n   TABLE\n   ========================================================= *\/\n\n.ast-page .ast-table-wrap{\n  margin-top:20px;\n  overflow:hidden;\n  border:1px solid #d9dee1;\n  border-radius:18px;\n}\n\n.ast-page .ast-table{\n  width:100%;\n  border-collapse:collapse;\n  background:#fff;\n  color:#2e373d;\n}\n\n.ast-page .ast-table th,\n.ast-page .ast-table td{\n  padding:13px 12px;\n  border-bottom:1px solid #e8ebed;\n  text-align:left;\n  vertical-align:top;\n  font-size:12px;\n  line-height:1.5;\n}\n\n.ast-page .ast-table tr:last-child th,\n.ast-page .ast-table tr:last-child td{\n  border-bottom:0;\n}\n\n.ast-page .ast-table th{\n  width:38%;\n  color:#2e373d;\n  background:#f5f6f6;\n  font-weight:800;\n}\n\n.ast-page .ast-table td{\n  color:#646d73;\n}\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.ast-page .ast-faq{\n  margin-top:19px;\n}\n\n.ast-page .ast-faq details{\n  margin:0 0 9px;\n  overflow:hidden;\n  border:1px solid #d9dee1;\n  border-radius:15px;\n  background:#fff;\n}\n\n.ast-page .ast-faq summary{\n  position:relative;\n  padding:15px 43px 15px 15px;\n  color:#2e373d;\n  cursor:pointer;\n  font-size:13px;\n  font-weight:820;\n  line-height:1.42;\n  list-style:none;\n}\n\n.ast-page .ast-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.ast-page .ast-faq summary::after{\n  content:\"+\";\n  position:absolute;\n  top:50%;\n  right:15px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:25px;\n  height:25px;\n  border-radius:50%;\n  background:#ffe5df;\n  color:#9f211b;\n  font-size:18px;\n  transform:translateY(-50%);\n}\n\n.ast-page .ast-faq details[open] summary::after{\n  content:\"–\";\n}\n\n.ast-page .ast-answer{\n  padding:0 15px 15px;\n  color:#646d73;\n  font-size:12px;\n  line-height:1.64;\n}\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.ast-page .ast-cta{\n  padding:36px 18px;\n  text-align:center;\n}\n\n.ast-page .ast-cta .ast-copy{\n  max-width:700px;\n  margin:15px auto 0;\n  color:#dde1e4;\n}\n\n.ast-page .ast-button{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-width:235px;\n  margin:22px auto 0;\n  padding:14px 23px;\n  border:1px solid rgba(255,255,255,.25);\n  border-radius:999px;\n  background:linear-gradient(135deg,#d82020,#f15a28);\n  color:#fff;\n  box-shadow:0 12px 31px rgba(0,0,0,.27);\n  text-decoration:none;\n  font-size:14px;\n  font-weight:900;\n  line-height:1.2;\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n@media (hover:hover){\n  .ast-page .ast-button:hover{\n    transform:translateY(-2px);\n    box-shadow:0 17px 38px rgba(0,0,0,.33);\n  }\n}\n\n.ast-page .ast-button:active{\n  transform:scale(.975);\n}\n\n.ast-page .ast-center{\n  justify-content:center;\n}\n\n.ast-page .ast-note{\n  max-width:820px;\n  margin:16px auto 0;\n  color:#c4c9cc !important;\n  font-size:10px !important;\n  line-height:1.62 !important;\n}\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@container ast (min-width:720px){\n  .ast-page{\n    padding:22px;\n  }\n\n  .ast-page .ast-card{\n    margin-bottom:22px;\n    padding:35px;\n  }\n\n  .ast-page .ast-split{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    align-items:center;\n    gap:35px;\n  }\n\n  .ast-page .ast-split.ast-reverse .ast-content{\n    order:2;\n  }\n\n  .ast-page .ast-split.ast-reverse .ast-media{\n    order:1;\n  }\n\n  .ast-page .ast-split .ast-media{\n    margin-top:0;\n  }\n\n  .ast-page .ast-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .ast-page .ast-sections{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .ast-page .ast-steps{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .ast-page .ast-step{\n    padding:65px 18px 18px;\n  }\n\n  .ast-page .ast-step::before{\n    top:18px;\n    left:18px;\n  }\n\n  .ast-page .ast-uses{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .ast-page .ast-highlights{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .ast-page .ast-table th,\n  .ast-page .ast-table td{\n    padding:15px 16px;\n    font-size:13px;\n  }\n}\n\n@media (prefers-reduced-motion:reduce){\n  .ast-page *,\n  .ast-page *::before,\n  .ast-page *::after{\n    animation:none !important;\n    transition:none !important;\n    scroll-behavior:auto !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ast-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-dark\"\u003e\n\u003cdiv class=\"ast-split\"\u003e\n\u003cdiv class=\"ast-content\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eFit The Opening • Lock The Shape • Trace The Cut\u003c\/div\u003e\n\u003ch1 class=\"ast-title ast-shimmer\"\u003eStop Measuring A Stair Like It's Perfectly Square.\u003c\/h1\u003e\n\u003cp class=\"ast-lead\"\u003eAn adjustable aluminum stair tread template designed to capture the actual width and side angles of a stair opening, lock that geometry in place and transfer the shape directly to your tread before cutting.\u003c\/p\u003e\n\u003cdiv class=\"ast-tags\"\u003e\n\u003cspan class=\"ast-tag\"\u003e↔️ 10.5–60.5 In Adjustable\u003c\/span\u003e \u003cspan class=\"ast-tag\"\u003e📐 Adjustable End Plates\u003c\/span\u003e \u003cspan class=\"ast-tag\"\u003e🔩 CNC Aluminum Alloy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-grid\"\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e📐\u003c\/div\u003e\n\u003cstrong\u003eCapture More Than Width\u003c\/strong\u003e\n\u003cp\u003eAdjustable end rulers follow the side geometry so the template can reflect angled or imperfect stair openings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e🔒\u003c\/div\u003e\n\u003cstrong\u003eLock Before You Move\u003c\/strong\u003e\n\u003cp\u003eTighten the star knobs after fitting so the captured layout stays in place while you transfer it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e✏️\u003c\/div\u003e\n\u003cstrong\u003eTrace Before Cutting\u003c\/strong\u003e\n\u003cp\u003eMove the locked template onto the tread or board and use its edges as your layout reference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-media ast-hero-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/7e84d5dd8a646acffb4e694bdefbb36162a38098.webp?v=1790073815\u0026amp;width=1946\" alt=\"Adjustable stair tread template with three aluminum extension sections rulers hardware and storage bag\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MARQUEE\n       ===================================================== --\u003e\n\u003cdiv class=\"ast-marquee\"\u003e\n\u003cdiv class=\"ast-marquee-track\"\u003e\n\u003cdiv class=\"ast-marquee-group\"\u003e\n\u003cspan\u003e10.5–60.5 IN ADJUSTABLE \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003e16 + 12 + 8 IN SECTIONS \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eADJUSTABLE SIDE ANGLES \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eHIGH-CONTRAST SCALE \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eCNC ALUMINUM ALLOY \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eSTORAGE BAG INCLUDED \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-marquee-group\"\u003e\n\u003cspan\u003e10.5–60.5 IN ADJUSTABLE \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003e16 + 12 + 8 IN SECTIONS \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eADJUSTABLE SIDE ANGLES \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eHIGH-CONTRAST SCALE \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eCNC ALUMINUM ALLOY \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eSTORAGE BAG INCLUDED \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SHAPE VS DISTANCE\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-soft\"\u003e\n\u003cdiv class=\"ast-split ast-reverse\"\u003e\n\u003cdiv class=\"ast-content\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eA Tape Measure Gives Numbers • This Captures Geometry\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eFit The Real Stair Opening Before You Commit The Material To The Saw.\u003c\/h2\u003e\n\u003cp class=\"ast-copy\"\u003eStair walls and skirt boards are not always perfectly parallel. Small angle differences can turn a seemingly simple width measurement into gaps at the ends of a finished tread. This template is designed to capture the opening itself rather than relying only on one distance.\u003c\/p\u003e\n\u003cdiv class=\"ast-grid\"\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e∠\u003c\/div\u003e\n\u003cstrong\u003eFollow Side Angles\u003c\/strong\u003e\n\u003cp\u003ePivot the black end rulers against the actual side surfaces instead of assuming both sides are square.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e↔\u003c\/div\u003e\n\u003cstrong\u003eSet The Width\u003c\/strong\u003e\n\u003cp\u003eExtend or combine the modular red sections to span different stair and woodworking openings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e✓\u003c\/div\u003e\n\u003cstrong\u003ePreserve The Layout\u003c\/strong\u003e\n\u003cp\u003eTightening the knobs lets you carry the fitted geometry from the opening to the workpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/2e97900fea5ca6803d7964e7c24c82c7bd1e2628.webp?v=1790073815\u0026amp;width=1946\" alt=\"Stair tread template capturing stair width and edge alignment with easy-to-read ruler markings\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FLEXIBLE LENGTH\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-light\"\u003e\n\u003cdiv class=\"ast-split\"\u003e\n\u003cdiv class=\"ast-content\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eBuild The Length Around The Job\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eThree Modular Sections Let One Tool Cover A Wider Range Of Openings.\u003c\/h2\u003e\n\u003cp class=\"ast-copy\"\u003eThe current product set includes three red extension sections marked 16 inches, 12 inches and 8 inches. Use individual sections or combine them as needed to configure the template for different layouts.\u003c\/p\u003e\n\u003cdiv class=\"ast-sections\"\u003e\n\u003cdiv class=\"ast-section\"\u003e\n\u003cb\u003eA · 16\"\u003c\/b\u003e \u003cstrong\u003eLong Extension\u003c\/strong\u003e\n\u003cp\u003eThe largest modular section provides more reach for wider stair and woodworking layouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-section\"\u003e\n\u003cb\u003eB · 12\"\u003c\/b\u003e \u003cstrong\u003eMid-Length Extension\u003c\/strong\u003e\n\u003cp\u003eA versatile middle section for common combinations and incremental length changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-section\"\u003e\n\u003cb\u003eC · 8\"\u003c\/b\u003e \u003cstrong\u003eCompact Extension\u003c\/strong\u003e\n\u003cp\u003eThe shorter module adds flexibility for narrower setups or custom combinations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/40e6320bd0881992226c0b851fc1c46e646e00a4.webp?v=1790073815\u0026amp;width=1946\" alt=\"Flexible combinations of 16 inch 12 inch and 8 inch stair tread template sections with 10.5 to 60.5 inch range\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-callout\"\u003eThe current seller imagery states an overall adjustable range of approximately 10.5–60.5 inches. Actual usable configuration depends on how the supplied sections and end rulers are assembled for the specific layout.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-dark\"\u003e\n\u003cdiv class=\"ast-split ast-reverse\"\u003e\n\u003cdiv class=\"ast-content\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eMetal Construction For Repeated Layout Work\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eCNC-Machined Aluminum Sections Give The Template A Rigid Reusable Framework.\u003c\/h2\u003e\n\u003cp class=\"ast-copy\"\u003eThe current listing describes the red sections as CNC-machined aluminum alloy and highlights upgraded thickness, locking hardware and deformation resistance for repeated stair and woodworking setup.\u003c\/p\u003e\n\u003cdiv class=\"ast-grid\"\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e▰\u003c\/div\u003e\n\u003cstrong\u003eAluminum Alloy Body\u003c\/strong\u003e\n\u003cp\u003eRigid metal extension sections provide a reusable alternative to improvised cardboard or scrap templates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e0.16\"\u003c\/div\u003e\n\u003cstrong\u003eThickness Shown\u003c\/strong\u003e\n\u003cp\u003eCurrent promotional imagery labels the upgraded section thickness at approximately 0.16 inch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e✦\u003c\/div\u003e\n\u003cstrong\u003eLocking Hardware\u003c\/strong\u003e\n\u003cp\u003eStar-style knobs and threaded fasteners secure the adjustable sections and end rulers after fitting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/c608b9bc2741c073602c190d4896494bfb678ca7.webp?v=1790073815\u0026amp;width=1946\" alt=\"Close-up of CNC machined aluminum stair tread template locking hardware and 0.16 inch thickness\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HOW TO USE\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-red\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eAdjust • Lock • Trace\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eThree Steps Between The Actual Opening And Your Cut Line.\u003c\/h2\u003e\n\u003cdiv class=\"ast-steps\"\u003e\n\u003cdiv class=\"ast-step\"\u003e\n\u003cstrong\u003eAdjust To The Opening\u003c\/strong\u003e\n\u003cp\u003eExtend the template to the approximate stair width and position the end rulers against the side surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-step\"\u003e\n\u003cstrong\u003eLock The Geometry\u003c\/strong\u003e\n\u003cp\u003eTighten the knobs once the width and end angles follow the opening you want to reproduce.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-step\"\u003e\n\u003cstrong\u003eTransfer The Shape\u003c\/strong\u003e\n\u003cp\u003eMove the locked template onto the tread or wood panel and trace the captured layout before cutting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/2cf20ea3511c7ad476b46c16495a4c578bd89736.webp?v=1790073815\u0026amp;width=1946\" alt=\"Three-step stair tread template workflow showing adjust lock and trace\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SCALE\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-soft\"\u003e\n\u003cdiv class=\"ast-split\"\u003e\n\u003cdiv class=\"ast-content\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eClear Marks Where You Actually Need To Look\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eHigh-Contrast White Scales Make The Black End Rulers Easier To Read.\u003c\/h2\u003e\n\u003cp class=\"ast-copy\"\u003eThe current product uses black end rulers with bright white markings, giving you a visible dimensional reference while fitting the template against stair sides and other workpiece edges.\u003c\/p\u003e\n\u003cdiv class=\"ast-grid\"\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e▤\u003c\/div\u003e\n\u003cstrong\u003eMarked Reference Scale\u003c\/strong\u003e\n\u003cp\u003eThe seller describes the end rulers as using clear, laser-marked measurement references.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e◐\u003c\/div\u003e\n\u003cstrong\u003eHigh Contrast\u003c\/strong\u003e\n\u003cp\u003eWhite graduations stand out against the black ruler surface during setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e✏️\u003c\/div\u003e\n\u003cstrong\u003eDirect Layout Transfer\u003c\/strong\u003e\n\u003cp\u003eOnce the template is locked, its physical edges become the reference for tracing your workpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/2e97900fea5ca6803d7964e7c24c82c7bd1e2628.webp?v=1790073815\u0026amp;width=1946\" alt=\"Readable white measurement scale on black adjustable end rulers of stair tread template\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MORE THAN STAIRS\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-dark\"\u003e\n\u003cdiv class=\"ast-split ast-reverse\"\u003e\n\u003cdiv class=\"ast-content\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eNot Limited To Stair Treads\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eUse The Same Shape-Transfer Logic On Risers, Shelves And Custom Wood Panels.\u003c\/h2\u003e\n\u003cp class=\"ast-copy\"\u003eThe current seller imagery demonstrates the tool across several woodworking layouts where two side edges, an overall width or a custom opening need to be transferred onto a board before cutting.\u003c\/p\u003e\n\u003cdiv class=\"ast-uses\"\u003e\n\u003cdiv class=\"ast-use\"\u003e\n\u003cspan\u003e🪜\u003c\/span\u003e \u003cstrong\u003eStair Treads\u003c\/strong\u003e \u003csmall\u003eCapture width and side geometry before laying out replacement or new treads.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-use\"\u003e\n\u003cspan\u003e▤\u003c\/span\u003e \u003cstrong\u003eStair Risers\u003c\/strong\u003e \u003csmall\u003eUse the modular span and adjustable ends for compatible vertical stair panels.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-use\"\u003e\n\u003cspan\u003e📚\u003c\/span\u003e \u003cstrong\u003eShelves\u003c\/strong\u003e \u003csmall\u003eTransfer openings between cabinet or wall sides when preparing custom shelving.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-use\"\u003e\n\u003cspan\u003e🪵\u003c\/span\u003e \u003cstrong\u003eCustom Wood Cuts\u003c\/strong\u003e \u003csmall\u003eUse the template as an intermediate layout aid for other irregular woodworking openings.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/740201e2ee2a8e41b80ae41ce651420e634529ee.webp?v=1790073815\u0026amp;width=1946\" alt=\"Adjustable stair tread template used for stair treads risers shelves and custom woodworking cuts\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       STORAGE\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-light\"\u003e\n\u003cdiv class=\"ast-split\"\u003e\n\u003cdiv class=\"ast-content\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eKeep The Modular Parts Together Between Jobs\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eA Dedicated Storage Bag Keeps The Sections, Rulers And Hardware In One Kit.\u003c\/h2\u003e\n\u003cp class=\"ast-copy\"\u003eThe current product photography shows a zippered storage case with dedicated space for the red extension sections, black end rulers, locking knobs, screws and washers.\u003c\/p\u003e\n\u003cdiv class=\"ast-grid\"\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e🧰\u003c\/div\u003e\n\u003cstrong\u003eStorage Bag Included\u003c\/strong\u003e\n\u003cp\u003eThe seller specifically identifies the compact zippered bag as included with the current kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e🔩\u003c\/div\u003e\n\u003cstrong\u003eKeep Hardware Organized\u003c\/strong\u003e\n\u003cp\u003eInternal holders shown in the product image separate small knobs, screws and washers from the longer sections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e🚙\u003c\/div\u003e\n\u003cstrong\u003eWorkshop To Jobsite\u003c\/strong\u003e\n\u003cp\u003ePack the modular tool together instead of carrying loose measuring components separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/c31779fb77278e66932a712bf3c4282cee1719ba.webp?v=1790073815\u0026amp;width=1946\" alt=\"Adjustable stair tread template kit organized inside included black zippered storage bag\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT HIGHLIGHTS\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-light\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eProduct Highlights\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eBuilt To Move The Shape Of The Opening Onto The Material.\u003c\/h2\u003e\n\u003cdiv class=\"ast-highlights\"\u003e\n\u003cdiv class=\"ast-highlight\"\u003e\n\u003cspan class=\"ast-highlight-tag\"\u003e10.5–60.5 In\u003c\/span\u003e\n\u003ch3\u003eBroad Adjustable Range\u003c\/h3\u003e\n\u003cp\u003eCurrent seller imagery states an adjustable overall span from approximately 10.5 to 60.5 inches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-highlight\"\u003e\n\u003cspan class=\"ast-highlight-tag\"\u003e3 Sections\u003c\/span\u003e\n\u003ch3\u003e16\", 12\" \u0026amp; 8\" Modules\u003c\/h3\u003e\n\u003cp\u003eThree aluminum extension lengths can be combined in different configurations to suit the project.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-highlight\"\u003e\n\u003cspan class=\"ast-highlight-tag\"\u003eAngles\u003c\/span\u003e\n\u003ch3\u003eAdjustable End Rulers\u003c\/h3\u003e\n\u003cp\u003ePivoting ends help the template follow non-square side surfaces rather than transferring width alone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-highlight\"\u003e\n\u003cspan class=\"ast-highlight-tag\"\u003eAluminum\u003c\/span\u003e\n\u003ch3\u003eCNC-Machined Construction\u003c\/h3\u003e\n\u003cp\u003eThe current listing describes the red body sections as CNC-machined aluminum alloy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-highlight\"\u003e\n\u003cspan class=\"ast-highlight-tag\"\u003e0.16 In\u003c\/span\u003e\n\u003ch3\u003eUpgraded Thickness Shown\u003c\/h3\u003e\n\u003cp\u003ePromotional imagery labels the main section thickness at approximately 0.16 inch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-highlight\"\u003e\n\u003cspan class=\"ast-highlight-tag\"\u003eIncluded\u003c\/span\u003e\n\u003ch3\u003eZippered Storage Bag\u003c\/h3\u003e\n\u003cp\u003eThe current set is shown with a dedicated carrying case for the modular sections and hardware.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-soft\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eWhat The Current Listing Clearly Supports.\u003c\/h2\u003e\n\u003cdiv class=\"ast-table-wrap\"\u003e\n\u003ctable class=\"ast-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eAdjustable stair tread and woodworking layout template\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSeller-Listed Range\u003c\/th\u003e\n\u003ctd\u003eApproximately 10.5–60.5 in overall adjustable span\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModular Sections\u003c\/th\u003e\n\u003ctd\u003e16 in, 12 in and 8 in extension sections\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMain Material\u003c\/th\u003e\n\u003ctd\u003eCNC-machined aluminum alloy according to the current seller listing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSection Thickness Shown\u003c\/th\u003e\n\u003ctd\u003eApproximately 0.16 in in current promotional imagery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEnd Pieces\u003c\/th\u003e\n\u003ctd\u003eAdjustable black ruler plates with high-contrast white measurement markings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAdjustment Method\u003c\/th\u003e\n\u003ctd\u003eSliding modular sections, pivoting end plates and hand-tightened locking knobs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrimary Workflow\u003c\/th\u003e\n\u003ctd\u003eFit opening → lock template → transfer \/ trace shape → cut workpiece\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApplications Shown\u003c\/th\u003e\n\u003ctd\u003eStair treads, stair risers, shelves and custom woodworking cuts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eDedicated zippered storage bag shown and identified as included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-callout\"\u003eExact machining tolerance, scale calibration tolerance, complete assembled weight and maximum recommended clamping force are not clearly stated on the current product page, so no unsupported precision or load claims are added here.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SAFETY\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-red\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eMeasure Carefully • Cut Safely\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eThe Template Helps With Layout—The Saw Still Requires Normal Workshop Safety.\u003c\/h2\u003e\n\u003cdiv class=\"ast-grid\"\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e📏\u003c\/div\u003e\n\u003cstrong\u003eVerify Before Cutting\u003c\/strong\u003e\n\u003cp\u003eDouble-check the transferred shape, orientation and material position before making an irreversible cut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e🔒\u003c\/div\u003e\n\u003cstrong\u003eTighten The Knobs\u003c\/strong\u003e\n\u003cp\u003eMake sure all relevant joints are secured before lifting the fitted template out of the opening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ast-mini\"\u003e\n\u003cdiv class=\"ast-mini-icon\"\u003e🥽\u003c\/div\u003e\n\u003cstrong\u003eUse Proper Cutting PPE\u003c\/strong\u003e\n\u003cp\u003eWear suitable eye and hearing protection and follow the safety instructions for the saw or cutting tool being used.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-soft\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eQuick Answers\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eBefore The Next Stair Or Woodworking Layout.\u003c\/h2\u003e\n\u003cdiv class=\"ast-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is this tool designed to do?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eIt is designed to capture the width and side geometry of a stair or other opening, hold that shape after adjustment and transfer the layout onto a workpiece.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size range does it cover?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eCurrent seller imagery states an adjustable span of approximately 10.5 to 60.5 inches, depending on the section combination and setup.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat extension sections are included?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eThe current set includes three red modular sections marked 16 inches, 12 inches and 8 inches.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the side angles be adjusted?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eYes. The black end rulers pivot around their mounting points so they can follow the side surfaces of the opening rather than remaining permanently square.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I transfer the measurement?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eFit the template inside the opening, adjust the end plates, tighten the locking knobs, move the template to the board and trace along the captured edges.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the tool made from metal?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eYes. The current listing describes the main red sections as CNC-machined aluminum alloy.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow thick are the main sections?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eCurrent promotional imagery labels the upgraded thickness at approximately 0.16 inch.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the end rulers have measurement markings?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eYes. The current product uses white measurement markings on black ruler surfaces for higher visual contrast during setup.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it only for stair treads?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eNo. The seller also demonstrates the template for stair risers, shelving and other custom woodworking layout work.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it include a storage bag?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eYes. The current product photography and listing identify a zippered storage bag as included with the kit.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the template cut the stair tread?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eNo. It is a measuring and shape-transfer tool. Cutting requires a separate saw or other appropriate woodworking tool.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it guarantee a perfect fit?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eThe tool is intended to improve layout control, but final fit also depends on correct setup, locking, tracing, material movement, saw accuracy and cutting technique. Always verify the transferred geometry before cutting.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for both DIY and professional woodworking?\u003c\/summary\u003e\n\u003cdiv class=\"ast-answer\"\u003eThe current seller imagery positions the tool for both DIY users and professional-style stair, remodeling and woodworking layout tasks.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n       ===================================================== --\u003e\n\u003csection class=\"ast-card ast-dark ast-cta\"\u003e\n\u003cdiv class=\"ast-eyebrow\"\u003eFit • Lock • Trace • Cut\u003c\/div\u003e\n\u003ch2 class=\"ast-heading ast-shimmer\"\u003eLet The Opening Tell You What Shape The Tread Needs To Be.\u003c\/h2\u003e\n\u003cp class=\"ast-copy\"\u003eCapture width and side angles directly from the project, lock the geometry into a rigid aluminum template and transfer the layout before material goes anywhere near the saw.\u003c\/p\u003e\n\u003ca class=\"ast-button\" href=\"#\"\u003e Add Smarter Layout To Your Toolkit ↑ \u003c\/a\u003e\n\u003cdiv class=\"ast-tags ast-center\"\u003e\n\u003cspan class=\"ast-tag\"\u003e↔️ 10.5–60.5 In Range\u003c\/span\u003e \u003cspan class=\"ast-tag\"\u003e📐 Adjustable End Angles\u003c\/span\u003e \u003cspan class=\"ast-tag\"\u003e🔩 Aluminum Construction\u003c\/span\u003e \u003cspan class=\"ast-tag\"\u003e🧰 Storage Bag Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"ast-note\"\u003eLayout and measuring aid only. Verify the captured shape and transferred markings before cutting. Exact machining tolerance, certified scale accuracy, assembled weight and maximum locking force are not clearly stated on the current listing and are therefore not claimed here. Use appropriate PPE and follow all safety instructions for your cutting equipment.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Q2005","offers":[{"title":"Default Title","offer_id":50638373978305,"sku":"YF3641490-楼梯尺","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/7e84d5dd8a646acffb4e694bdefbb36162a38098.webp?v=1790073815","url":"https:\/\/valorsca.us\/products\/adjustable-stair-tread-template","provider":"Valors-ca","version":"1.0","type":"link"}