{"product_id":"90-degree-electronic-red-light-scale","title":"📐90 Degree Electronic Red Light Scale Red Light Level Green Light Level Self","description":"\u003cstyle\u003e   .t90,   .t90 * { box-sizing: border-box; }    .t90 {     --bg:#f4f6f4;     --card:#ffffff;     --ink:#18211d;     --muted:#66716c;     --line:#dde4df;     --green:#173f32;     --green2:#285f4b;     --lime:#dcff73;     --soft:#edf4ef;     --red:#e74444;     width:100%;     max-width:980px;     margin:0 auto;     padding:14px;     background:var(--bg);     color:var(--ink);     overflow:hidden;     container-type:inline-size;   }    .t90 img {     display:block;     width:100%;     max-width:100%;     height:auto;   }    .t90 h1,.t90 h2,.t90 h3,.t90 p,.t90 ul,.t90 dl {     margin-top:0;   }    .t90 h1 {     margin-bottom:12px;     font-size:clamp(30px,8vw,54px);     line-height:1.03;     letter-spacing:-.045em;   }    .t90 h2 {     margin-bottom:10px;     font-size:clamp(24px,6vw,38px);     line-height:1.08;     letter-spacing:-.035em;   }    .t90 h3 {     margin-bottom:6px;     font-size:18px;     line-height:1.3;   }    .t90 p {     margin-bottom:14px;     color:var(--muted);     font-size:16px;     line-height:1.65;   }    .t90-card {     margin:0 0 14px;     border:1px solid var(--line);     border-radius:24px;     background:var(--card);     overflow:hidden;     box-shadow:0 12px 30px rgba(25,50,39,.05);   }    .t90-pad { padding:20px; }    .t90-kicker {     display:inline-flex;     align-items:center;     gap:8px;     margin-bottom:10px;     padding:7px 11px;     border-radius:999px;     background:var(--soft);     color:var(--green);     font-size:12px;     font-weight:800;     line-height:1;     letter-spacing:.08em;     text-transform:uppercase;   }    .t90-kicker::before {     content:'';     width:7px;     height:7px;     flex:0 0 7px;     border-radius:50%;     background:var(--red);     box-shadow:0 0 0 4px rgba(231,68,68,.10);   }    .t90-hero {     background:       radial-gradient(circle at 85% 8%, rgba(220,255,115,.45), transparent 28%),       linear-gradient(145deg,#fff 0%,#eef5f0 100%);   }    .t90-hero p {     max-width:720px;     color:#44514c;     font-size:17px;   }    .t90-badges {     display:grid;     grid-template-columns:1fr;     gap:8px;     margin-top:14px;   }    .t90-badge {     padding:11px 12px;     border-radius:14px;     background:rgba(23,63,50,.92);     color:#fff;     font-size:13px;     font-weight:800;     line-height:1.3;     text-align:center;   }    .t90-media {     background:#eef2ef;     border-top:1px solid var(--line);   }    .t90-media img {     width:100%;     aspect-ratio:1 \/ 1;     object-fit:cover;   }    .t90-media.contain img {     object-fit:contain;     background:#fff;   }    .t90-benefitbar {     display:grid;     gap:8px;   }    .t90-benefit {     padding:14px 15px;     border-radius:16px;     background:var(--green);     color:#fff;   }    .t90-benefit strong {     display:block;     margin-bottom:3px;     font-size:14px;   }    .t90-benefit span {     display:block;     color:#cfe1d8;     font-size:12px;     line-height:1.45;   }    .t90-checks {     display:grid;     gap:10px;     margin-top:14px;   }    .t90-check {     position:relative;     padding:13px 14px 13px 42px;     border-radius:15px;     background:#f7f9f7;     color:#425049;     font-size:14px;     line-height:1.5;   }    .t90-check::before {     content:'';     position:absolute;     left:15px;     top:17px;     width:10px;     height:10px;     border:3px solid var(--green2);     border-left:0;     border-top:0;     transform:rotate(45deg);   }    .t90-dark {     background:       radial-gradient(circle at 100% 0%, rgba(220,255,115,.16), transparent 30%),       linear-gradient(145deg,#173d31,#102b23);     border-color:#21473c;   }    .t90-dark h2,.t90-dark h3 { color:#fff; }   .t90-dark p { color:#cad8d2; }   .t90-dark .t90-kicker {     background:rgba(255,255,255,.09);     color:var(--lime);   }    .t90-featurelist {     display:grid;     gap:10px;     margin-top:14px;   }    .t90-feature {     padding:13px 14px;     border:1px solid rgba(255,255,255,.13);     border-radius:15px;     background:rgba(255,255,255,.06);   }    .t90-feature strong {     display:block;     margin-bottom:4px;     color:#fff;     font-size:15px;   }    .t90-feature span {     display:block;     color:#c7d6d0;     font-size:13px;     line-height:1.5;   }    .t90-usegrid {     display:grid;     gap:10px;     margin-top:14px;   }    .t90-use {     padding:16px;     border:1px solid var(--line);     border-radius:16px;     background:#fbfcfb;   }    .t90-use .num {     display:grid;     place-items:center;     width:34px;     height:34px;     margin-bottom:12px;     border-radius:50%;     background:var(--soft);     color:var(--green);     font-size:13px;     font-weight:900;   }    .t90-use strong {     display:block;     margin-bottom:5px;     color:var(--ink);     font-size:16px;   }    .t90-use span {     display:block;     color:var(--muted);     font-size:13px;     line-height:1.5;   }    .t90-steps {     display:grid;     gap:10px;     margin-top:14px;     counter-reset:tstep;   }    .t90-step {     position:relative;     padding:15px 14px 15px 56px;     border-radius:16px;     background:#f7f9f7;     color:#425049;     font-size:14px;     line-height:1.55;     counter-increment:tstep;   }    .t90-step::before {     content:counter(tstep);     position:absolute;     left:14px;     top:13px;     width:30px;     height:30px;     display:grid;     place-items:center;     border-radius:50%;     background:var(--green);     color:#fff;     font-size:13px;     font-weight:900;   }    .t90-specgrid {     display:grid;     gap:9px;     margin-top:14px;   }    .t90-spec {     padding:14px;     border:1px solid var(--line);     border-radius:15px;     background:#fbfcfb;   }    .t90-spec dt {     margin:0 0 4px;     color:var(--muted);     font-size:11px;     font-weight:800;     letter-spacing:.07em;     text-transform:uppercase;   }    .t90-spec dd {     margin:0;     color:var(--ink);     font-size:15px;     font-weight:800;     line-height:1.4;     overflow-wrap:anywhere;   }    .t90-faq {     margin-top:14px;   }    .t90-faq details {     border-top:1px solid var(--line);   }    .t90-faq details:last-child {     border-bottom:1px solid var(--line);   }    .t90-faq summary {     padding:15px 0;     color:var(--ink);     font-size:15px;     font-weight:800;     line-height:1.45;     cursor:pointer;   }    .t90-faq details p {     padding:0 0 15px;     margin:0;     font-size:14px;   }    .t90-cta {     padding:28px 20px;     text-align:center;     border:0;     background:       radial-gradient(circle at 15% 10%, rgba(255,255,255,.48), transparent 26%),       linear-gradient(145deg,#ddff7b,#cbf25e);   }    .t90-cta p {     max-width:650px;     margin-left:auto;     margin-right:auto;     color:#445045;   }    .t90-btn {     display:inline-flex;     align-items:center;     justify-content:center;     min-height:50px;     max-width:100%;     padding:14px 22px;     border-radius:999px;     background:var(--green);     color:#fff !important;     text-decoration:none;     font-size:14px;     font-weight:900;     line-height:1.2;     box-shadow:0 12px 24px rgba(23,63,50,.18);   }    .t90-note {     margin-top:10px;     color:#5c695f;     font-size:12px;     line-height:1.5;   }    @media (hover:hover) and (pointer:fine) {     .t90-card,.t90-btn,.t90-use,.t90-feature {       transition:transform .22s ease, box-shadow .22s ease;     }      .t90-card:hover {       transform:translateY(-2px);       box-shadow:0 16px 34px rgba(25,50,39,.08);     }      .t90-btn:hover {       transform:translateY(-1px);       box-shadow:0 15px 28px rgba(23,63,50,.24);     }      .t90-use:hover,.t90-feature:hover {       transform:translateY(-2px);     }   }    @container (min-width:620px) {     .t90 { padding:20px; }      .t90-pad { padding:28px; }      .t90-badges {       grid-template-columns:repeat(3,minmax(0,1fr));     }      .t90-benefitbar {       grid-template-columns:repeat(3,minmax(0,1fr));     }      .t90-usegrid {       grid-template-columns:repeat(2,minmax(0,1fr));     }      .t90-specgrid {       grid-template-columns:repeat(2,minmax(0,1fr));     }   }    @container (min-width:860px) {     .t90-usegrid {       grid-template-columns:repeat(4,minmax(0,1fr));     }      .t90-featurelist {       grid-template-columns:repeat(2,minmax(0,1fr));     }   } \u003c\/style\u003e\n\u003csection class=\"t90\" id=\"t90-top\"\u003e\n\u003csection class=\"t90-card t90-hero\"\u003e\n\u003cdiv class=\"t90-pad\"\u003e\n\u003cdiv class=\"t90-kicker\"\u003eFaster Setup • Cleaner Alignment\u003c\/div\u003e\n\u003ch1\u003e📐 See the Line Before You Make the Move.\u003c\/h1\u003e\n\u003cp\u003eCompact self-leveling laser lines for faster, cleaner alignment.\u003c\/p\u003e\n\u003cdiv class=\"t90-badges\"\u003e\n\u003cdiv class=\"t90-badge\"\u003e⚙️ Self-Leveling\u003c\/div\u003e\n\u003cdiv class=\"t90-badge\"\u003e📏 90° Layout Support\u003c\/div\u003e\n\u003cdiv class=\"t90-badge\"\u003e🧰 Compact \u0026amp; Portable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-media contain\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/be417602e34f2a6f96ab8d1e48635ef6235edeb3.gif\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"t90-benefitbar\"\u003e\n\u003cdiv class=\"t90-benefit\"\u003e\n\u003cstrong\u003e✅ Less Guesswork\u003c\/strong\u003e \u003cspan\u003eClear lines. Less guesswork.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-benefit\"\u003e\n\u003cstrong\u003e✨ Cleaner Setup\u003c\/strong\u003e \u003cspan\u003eFast horizontal and vertical setup.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-benefit\"\u003e\n\u003cstrong\u003e👜 Easy to Carry\u003c\/strong\u003e \u003cspan\u003eCompact and easy to carry.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"t90-card\"\u003e\n\u003cdiv class=\"t90-pad\"\u003e\n\u003cdiv class=\"t90-kicker\"\u003eWhy It Helps\u003c\/div\u003e\n\u003ch2\u003e🎯 Stop Guessing Your Alignment.\u003c\/h2\u003e\n\u003cp\u003eProject a clear guide line before drilling, mounting or fixing materials in place.\u003c\/p\u003e\n\u003cdiv class=\"t90-checks\"\u003e\n\u003cdiv class=\"t90-check\"\u003e✅ Check alignment before drilling.\u003c\/div\u003e\n\u003cdiv class=\"t90-check\"\u003e📐 See horizontal and vertical lines clearly.\u003c\/div\u003e\n\u003cdiv class=\"t90-check\"\u003e✨ Keep multiple items aligned.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-media\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"t90-card t90-dark\"\u003e\n\u003cdiv class=\"t90-pad\"\u003e\n\u003cdiv class=\"t90-kicker\"\u003eCore Functions\u003c\/div\u003e\n\u003ch2\u003e⚙️ Simple Functions. Real Jobs.\u003c\/h2\u003e\n\u003cp\u003eClear guide lines for quicker setup.\u003c\/p\u003e\n\u003cdiv class=\"t90-featurelist\"\u003e\n\u003cdiv class=\"t90-feature\"\u003e\n\u003cstrong\u003e➕ Cross-Line Projection\u003c\/strong\u003e \u003cspan\u003eHorizontal and vertical guide lines.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-feature\"\u003e\n\u003cstrong\u003e⚙️ ⚙️ Self-Leveling Support\u003c\/strong\u003e \u003cspan\u003eAutomatic leveling within its working range.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-feature\"\u003e\n\u003cstrong\u003e📐 90° Layout Assistance\u003c\/strong\u003e \u003cspan\u003eHelps with 90° layout work.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-feature\"\u003e\n\u003cstrong\u003e🧰 Portable Body\u003c\/strong\u003e \u003cspan\u003eSmall, light and easy to store.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-media contain\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8569\/2206\/files\/comparison-ad-cre2ative_15.png?v=1789976668\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"t90-card\"\u003e\n\u003cdiv class=\"t90-pad\"\u003e\n\u003cdiv class=\"t90-kicker\"\u003eWhere It Fits\u003c\/div\u003e\n\u003ch2\u003e🏠 Made for Everyday Projects.\u003c\/h2\u003e\n\u003cp\u003eUseful at home, in the workshop or on site.\u003c\/p\u003e\n\u003cdiv class=\"t90-usegrid\"\u003e\n\u003cdiv class=\"t90-use\"\u003e\n\u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003e🧱 Tile Layout\u003c\/strong\u003e \u003cspan\u003eCreate cleaner tile starting lines.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-use\"\u003e\n\u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003e🖼️ Picture \u0026amp; Shelf Hanging\u003c\/strong\u003e \u003cspan\u003eAlign frames and shelves faster.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-use\"\u003e\n\u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003e🛠️ Cabinet Positioning\u003c\/strong\u003e \u003cspan\u003eSet cabinets with a clear guide line.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-use\"\u003e\n\u003cdiv class=\"num\"\u003e04\u003c\/div\u003e\n\u003cstrong\u003e🏗️ Ceiling \u0026amp; Renovation Work\u003c\/strong\u003e \u003cspan\u003eSimplify ceiling and layout work.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/513fq71pIuL._AC_.jpg\" alt=\"Portable cross-line laser level product image\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"t90-card\"\u003e\n\u003cdiv class=\"t90-pad\"\u003e\n\u003cdiv class=\"t90-kicker\"\u003eSimple Workflow\u003c\/div\u003e\n\u003ch2\u003e🚀 Set It. Level It. Follow the Line.\u003c\/h2\u003e\n\u003cp\u003eQuick setup for everyday alignment jobs.\u003c\/p\u003e\n\u003cdiv class=\"t90-steps\"\u003e\n\u003cdiv class=\"t90-step\"\u003e1️⃣ Place it where you need a guide line.\u003c\/div\u003e\n\u003cdiv class=\"t90-step\"\u003e2️⃣ Turn it on and let it self-level.\u003c\/div\u003e\n\u003cdiv class=\"t90-step\"\u003e3️⃣ Align your work to the projected line.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8569\/2206\/files\/highlight-ad-cr1eative.png?v=1789976668\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"t90-card\"\u003e\n\u003cdiv class=\"t90-pad\"\u003e\n\u003cdiv class=\"t90-kicker\"\u003eSpecifications\u003c\/div\u003e\n\u003ch2\u003e📋 Product Details\u003c\/h2\u003e\n\u003cdiv class=\"t90-spec\"\u003eProduct Type90° Electronic Cross-Line Laser Level\u003c\/div\u003e\n\u003cdiv class=\"t90-spec\"\u003eProjectionHorizontal + Vertical Guide Lines\u003c\/div\u003e\n\u003cdiv class=\"t90-spec\"\u003eLeveling⚙️ Self-Leveling Function\u003c\/div\u003e\n\u003cdiv class=\"t90-spec\"\u003eMaterialABS \/ Plastic\u003c\/div\u003e\n\u003cdiv class=\"t90-spec\"\u003eApprox. Package Weight120 g\u003c\/div\u003e\n\u003cdiv class=\"t90-spec\"\u003eApprox. Package Size14 × 7 × 5 cm\u003c\/div\u003e\n\u003cdiv class=\"t90-spec\"\u003eRecommended UseTile, Wall Decor, Cabinets, Ceiling \u0026amp; DIY Layout\u003c\/div\u003e\n\u003cdiv class=\"t90-spec\"\u003ePackage Quantity1 Unit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"t90-card\"\u003e\n\u003cdiv class=\"t90-pad\"\u003e\n\u003cdiv class=\"t90-kicker\"\u003eFAQ\u003c\/div\u003e\n\u003ch2\u003e❓ Before You Start\u003c\/h2\u003e\n\u003cdiv class=\"t90-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat projects is it suited for?\u003c\/summary\u003e\n\u003cp\u003eGreat for tile, shelves, cabinets, wall décor and DIY layout.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it project both horizontal and vertical lines?\u003c\/summary\u003e\n\u003cp\u003eYes. It projects horizontal and vertical guide lines.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it self-leveling?\u003c\/summary\u003e\n\u003cp\u003eYes. It self-levels within its supported working range.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it easy to carry?\u003c\/summary\u003e\n\u003cp\u003eYes. Its compact size makes it easy to carry and store.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"t90-media contain\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/51Lubxj4hNL._AC_SL1500_.jpg\" alt=\"Laser level product detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"t90-card t90-cta\"\u003e\n\u003cdiv class=\"t90-kicker\"\u003eClearer Setup Starts Here\u003c\/div\u003e\n\u003ch2\u003e✨ Line It Up Before You Lock It In.\u003c\/h2\u003e\n\u003cp\u003eA simple tool for faster, cleaner alignment.\u003c\/p\u003e\n\u003ca class=\"t90-btn\" href=\"#MainContent\"\u003eChoose Your Option Above\u003c\/a\u003e\n\u003cdiv class=\"t90-note\"\u003eCheck the selected variant and package contents in your Shopify product setup before publishing.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e","brand":"NC0226","offers":[{"title":"Default Title","offer_id":52723802767656,"sku":"NC02262609221541-橄榄绿","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/5ca776d5-7858-46b6-ab8d-b0f2bd460bb0.png?v=1790068888","url":"https:\/\/simplydwelly.com\/products\/90-degree-electronic-red-light-scale","provider":"Simplydwelly","version":"1.0","type":"link"}