{"product_id":"faux-lightning-ridge","title":"Faux Lightning Ridge","description":"\u003csection class=\"tritan-product-experience\"\u003e\n  \u003cstyle\u003e\n    .tritan-product-experience {\n      --tritan-blue: #2d86f7;\n      --tritan-blue-dark: #0f5fc7;\n      --tritan-navy: #07111f;\n      --tritan-graphite: #2b2f33;\n      --tritan-silver: #e7eaee;\n      --tritan-light: #f5f7fa;\n      --tritan-white: #ffffff;\n\n      font-family: inherit;\n      color: var(--tritan-graphite);\n      background: var(--tritan-white);\n      padding: 28px 16px;\n      line-height: 1.55;\n    }\n\n    .tritan-wrap {\n      max-width: 1180px;\n      margin: 0 auto;\n    }\n\n    .tritan-hero {\n      background:\n        radial-gradient(circle at top right, rgba(45,134,247,.32), transparent 34%),\n        linear-gradient(135deg, #07111f 0%, #101923 55%, #252b32 100%);\n      color: var(--tritan-white);\n      border-radius: 26px;\n      padding: 42px 24px;\n      text-align: center;\n      margin-bottom: 26px;\n      box-shadow: 0 16px 38px rgba(0,0,0,.22);\n      overflow: hidden;\n    }\n\n    .tritan-eyebrow {\n      display: inline-block;\n      text-transform: uppercase;\n      letter-spacing: .14em;\n      font-size: 12px;\n      font-weight: 700;\n      color: #b9d8ff;\n      margin-bottom: 12px;\n    }\n\n    .tritan-hero h1 {\n      font-size: clamp(32px, 5vw, 54px);\n      line-height: 1.03;\n      margin: 0 auto 14px;\n      font-weight: 850;\n      max-width: 950px;\n    }\n\n    .tritan-hero p {\n      max-width: 850px;\n      margin: 0 auto 24px;\n      font-size: 17px;\n      color: rgba(255,255,255,.9);\n    }\n\n    .tritan-buttons {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      justify-content: center;\n      margin-top: 18px;\n    }\n\n    .tritan-btn {\n      display: inline-block;\n      padding: 14px 22px;\n      border-radius: 999px;\n      text-decoration: none;\n      font-weight: 800;\n      font-size: 15px;\n      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;\n    }\n\n    .tritan-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 10px 20px rgba(0,0,0,.18);\n    }\n\n    .tritan-btn-primary {\n      background: var(--tritan-blue);\n      color: #fff;\n    }\n\n    .tritan-btn-primary:hover {\n      background: var(--tritan-blue-dark);\n    }\n\n    .tritan-btn-secondary {\n      background: rgba(255,255,255,.1);\n      color: #fff;\n      border: 1px solid rgba(255,255,255,.3);\n    }\n\n    .tritan-btn-sample {\n      background: #fff;\n      color: var(--tritan-navy);\n      border: 1px solid rgba(255,255,255,.4);\n    }\n\n    .tritan-btn-sample:hover {\n      background: #f2f7ff;\n    }\n\n    .tritan-sample-note {\n      margin: 18px auto 0;\n      color: rgba(255,255,255,.86);\n      font-size: 14px;\n      max-width: 760px;\n    }\n\n    .tritan-social-proof {\n      margin-top: 12px;\n      font-size: 14px;\n      color: #d9eaff;\n      font-weight: 600;\n    }\n\n    .tritan-quick-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n      margin: 28px 0;\n    }\n\n    .tritan-spec-card {\n      background: #fff;\n      border: 1px solid var(--tritan-silver);\n      border-top: 4px solid var(--tritan-blue);\n      border-radius: 20px;\n      padding: 20px;\n      box-shadow: 0 10px 24px rgba(7,17,31,.07);\n    }\n\n    .tritan-spec-card span {\n      display: block;\n      color: #6d747c;\n      font-size: 13px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: .06em;\n      margin-bottom: 6px;\n    }\n\n    .tritan-spec-card strong {\n      display: block;\n      color: var(--tritan-navy);\n      font-size: 22px;\n      line-height: 1.15;\n    }\n\n    .tritan-spec-card p {\n      margin: 8px 0 0;\n      color: #5a6067;\n      font-size: 14px;\n    }\n\n    .tritan-section {\n      margin: 38px 0;\n    }\n\n    .tritan-section-header {\n      text-align: center;\n      max-width: 850px;\n      margin: 0 auto 22px;\n    }\n\n    .tritan-section-header h2 {\n      font-size: clamp(26px, 4vw, 40px);\n      line-height: 1.12;\n      margin: 0 0 10px;\n      color: var(--tritan-navy);\n    }\n\n    .tritan-section-header p {\n      margin: 0 auto;\n      color: #515961;\n      font-size: 16.5px;\n    }\n\n    .tritan-feature-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    .tritan-feature-card {\n      background: var(--tritan-light);\n      border: 1px solid var(--tritan-silver);\n      border-radius: 20px;\n      padding: 20px;\n      position: relative;\n    }\n\n    .tritan-feature-card:before {\n      content: \"\";\n      width: 9px;\n      height: 9px;\n      background: var(--tritan-blue);\n      border-radius: 50%;\n      position: absolute;\n      top: 24px;\n      left: 20px;\n    }\n\n    .tritan-feature-card h3 {\n      margin: 0 0 8px 22px;\n      color: var(--tritan-navy);\n      font-size: 19px;\n      line-height: 1.2;\n    }\n\n    .tritan-feature-card p {\n      margin: 0;\n      color: #4c535a;\n      font-size: 15px;\n    }\n\n    .tritan-dark-panel {\n      background:\n        radial-gradient(circle at bottom left, rgba(45,134,247,.22), transparent 32%),\n        linear-gradient(135deg, #07111f, #202830);\n      color: #fff;\n      border-radius: 24px;\n      padding: 30px;\n      margin: 36px 0;\n      box-shadow: 0 16px 34px rgba(7,17,31,.18);\n    }\n\n    .tritan-dark-panel h2 {\n      margin: 0 0 10px;\n      font-size: clamp(26px, 4vw, 38px);\n      line-height: 1.15;\n    }\n\n    .tritan-dark-panel p {\n      color: rgba(255,255,255,.84);\n      margin: 0 0 18px;\n      max-width: 880px;\n    }\n\n    .tritan-fire-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 14px;\n      margin-top: 18px;\n    }\n\n    .tritan-fire-card {\n      background: rgba(255,255,255,.08);\n      border: 1px solid rgba(255,255,255,.14);\n      border-radius: 18px;\n      padding: 18px;\n    }\n\n    .tritan-fire-card h3 {\n      margin: 0 0 8px;\n      color: #fff;\n      font-size: 18px;\n    }\n\n    .tritan-fire-card p {\n      margin: 0;\n      color: rgba(255,255,255,.82);\n      font-size: 15px;\n    }\n\n    .tritan-faq {\n      background: var(--tritan-light);\n      border: 1px solid var(--tritan-silver);\n      border-radius: 24px;\n      padding: 30px;\n      margin: 36px 0;\n    }\n\n    .tritan-faq h2 {\n      text-align: center;\n      color: var(--tritan-navy);\n      font-size: clamp(26px, 4vw, 38px);\n      margin: 0 0 18px;\n      line-height: 1.15;\n    }\n\n    .tritan-faq details {\n      background: #fff;\n      border: 1px solid var(--tritan-silver);\n      border-radius: 16px;\n      padding: 16px 18px;\n      margin-bottom: 12px;\n      box-shadow: 0 8px 18px rgba(7,17,31,.05);\n    }\n\n    .tritan-faq summary {\n      cursor: pointer;\n      font-weight: 800;\n      color: var(--tritan-navy);\n      font-size: 16px;\n    }\n\n    .tritan-faq details p {\n      margin: 10px 0 0;\n      color: #4c535a;\n      font-size: 15px;\n    }\n\n    .tritan-faq a {\n      color: var(--tritan-blue-dark);\n      font-weight: 700;\n    }\n\n    .tritan-help {\n      background: linear-gradient(180deg, #ffffff, #f5f7fa);\n      border: 1px solid var(--tritan-silver);\n      border-radius: 24px;\n      padding: 30px;\n      text-align: center;\n      box-shadow: 0 12px 28px rgba(7,17,31,.08);\n    }\n\n    .tritan-help h2 {\n      margin: 0 0 10px;\n      color: var(--tritan-navy);\n      font-size: clamp(26px, 4vw, 38px);\n    }\n\n    .tritan-help p {\n      max-width: 760px;\n      margin: 0 auto 18px;\n      color: #4e5660;\n      font-size: 16px;\n    }\n\n    .tritan-help .tritan-btn-secondary {\n      color: var(--tritan-navy);\n      border: 1px solid #cfd6df;\n      background: #fff;\n    }\n\n    @media (max-width: 850px) {\n      .tritan-quick-grid,\n      .tritan-feature-grid,\n      .tritan-fire-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .tritan-hero {\n        padding: 34px 18px;\n        border-radius: 22px;\n      }\n\n      .tritan-dark-panel,\n      .tritan-help,\n      .tritan-faq {\n        padding: 24px 18px;\n      }\n\n      .tritan-btn {\n        width: 100%;\n        text-align: center;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"tritan-wrap\"\u003e\n\n    \u003cdiv class=\"tritan-hero\"\u003e\n      \u003cdiv class=\"tritan-eyebrow\"\u003eTritan BP Lightning Ridge Faux Stone Panels\u003c\/div\u003e\n\n      \u003ch1\u003ePremium Faux Stone Wall Panels Without the Weight, Mess, or Masonry Crew\u003c\/h1\u003e\n\n      \u003cp\u003e\n        Create a dramatic stone feature wall indoors or outdoors with Lightning Ridge faux stack stone panels. Designed for realistic texture, lightweight handling, and DIY-friendly installation, these panels help transform accent walls, fireplaces, patios, exteriors, and commercial spaces with less mess and less complexity than traditional stone.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"tritan-buttons\"\u003e\n        \u003ca class=\"tritan-btn tritan-btn-sample\" href=\"\/collections\/sample\"\u003e\n          Order a Sample\n        \u003c\/a\u003e\n\n        \u003ca class=\"tritan-btn tritan-btn-primary\" href=\"sms:8667712345\"\u003e\n          Text Us Questions\n        \u003c\/a\u003e\n\n        \u003ca class=\"tritan-btn tritan-btn-secondary\" href=\"tel:8667712345\"\u003e\n          Call Us\n        \u003c\/a\u003e\n\n        \u003ca class=\"tritan-btn tritan-btn-secondary\" href=\"mailto:support@tritonbp.com\"\u003e\n          Email Us\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"tritan-sample-note\"\u003e\n        Samples help you experience the texture, color variation, and realism in person before committing to your full project.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"tritan-social-proof\"\u003e\n        ⭐ Most customers order a sample first before placing their full wall order.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tritan-quick-grid\"\u003e\n      \u003cdiv class=\"tritan-spec-card\"\u003e\n        \u003cspan\u003eOverall Size\u003c\/span\u003e\n        \u003cstrong\u003e48.75\" x 24.75\"\u003c\/strong\u003e\n        \u003cp\u003eLarge-format faux stone panels help cover more wall area with fewer pieces.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tritan-spec-card\"\u003e\n        \u003cspan\u003eCoverage\u003c\/span\u003e\n        \u003cstrong\u003eApprox. 7.3 sq. ft.\u003c\/strong\u003e\n        \u003cp\u003eCoverage area is based on approximately 44.25\" wide x 23.75\" high.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tritan-spec-card\"\u003e\n        \u003cspan\u003eWeight\u003c\/span\u003e\n        \u003cstrong\u003eApprox. 8 lbs.\u003c\/strong\u003e\n        \u003cp\u003eLightweight compared to traditional stone, brick, or masonry products.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tritan-spec-card\"\u003e\n        \u003cspan\u003eThickness\u003c\/span\u003e\n        \u003cstrong\u003e1.25\"–2.25\"\u003c\/strong\u003e\n        \u003cp\u003eVarying depth creates a realistic dimensional stacked stone appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tritan-spec-card\"\u003e\n        \u003cspan\u003eMaterial\u003c\/span\u003e\n        \u003cstrong\u003ePolyurethane\u003c\/strong\u003e\n        \u003cp\u003eDurable, lightweight, and designed for realistic stone texture and detail.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tritan-spec-card\"\u003e\n        \u003cspan\u003eUse\u003c\/span\u003e\n        \u003cstrong\u003eIndoor \u0026amp; Outdoor\u003c\/strong\u003e\n        \u003cp\u003eGreat for accent walls, fireplaces, patios, exteriors, columns, and commercial spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tritan-section\"\u003e\n      \u003cdiv class=\"tritan-section-header\"\u003e\n        \u003ch2\u003eFaux Stone Panels Designed to Make Your Project Feel Easier\u003c\/h2\u003e\n        \u003cp\u003e\n          Customers love the look of natural stone, but not everyone wants the heavy material, structural concerns, installation mess, labor cost, or long project timeline. Lightning Ridge gives you the visual impact of stacked stone with a much simpler path to completion.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tritan-feature-grid\"\u003e\n        \u003cdiv class=\"tritan-feature-card\"\u003e\n          \u003ch3\u003eRealistic 3D Stone Texture\u003c\/h3\u003e\n          \u003cp\u003eOver 100 hand-selected unique stone details per panel help create a rich, natural stacked stone look.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tritan-feature-card\"\u003e\n          \u003ch3\u003eVirtually Seamless Fit\u003c\/h3\u003e\n          \u003cp\u003ePanels are designed to connect cleanly, helping create a finished wall that looks professional and intentional.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tritan-feature-card\"\u003e\n          \u003ch3\u003eDIY-Friendly Installation\u003c\/h3\u003e\n          \u003cp\u003eNo mortar, messy grout, or expensive masonry crew required for most projects.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tritan-feature-card\"\u003e\n          \u003ch3\u003eHand-Stained Finish\u003c\/h3\u003e\n          \u003cp\u003eEach panel is hand-finished by skilled artisans to create realistic color movement and stone variation.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tritan-feature-card\"\u003e\n          \u003ch3\u003eStrong Visual Impact\u003c\/h3\u003e\n          \u003cp\u003ePerfect for transforming blank walls into warm, premium focal points that feel custom-built.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tritan-feature-card\"\u003e\n          \u003ch3\u003eShips Quickly\u003c\/h3\u003e\n          \u003cp\u003eMost orders ship within 3 business days, so you can start planning your transformation with confidence.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tritan-dark-panel\"\u003e\n      \u003ch2\u003eFire Rating Information\u003c\/h2\u003e\n      \u003cp\u003e\n        Fire rating varies by color. Please review the information below before selecting your Lightning Ridge panel color.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"tritan-fire-grid\"\u003e\n        \u003cdiv class=\"tritan-fire-card\"\u003e\n          \u003ch3\u003eClass A Fire Rated Colors\u003c\/h3\u003e\n          \u003cp\u003eNature Spirit, Gray Fox, Moonlight Gray, Cappuccino\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tritan-fire-card\"\u003e\n          \u003ch3\u003eStandard \/ Not Rated Colors\u003c\/h3\u003e\n          \u003cp\u003eOyster Gray, Pecan, Coconut White\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tritan-faq\"\u003e\n      \u003ch2\u003eLightning Ridge Faux Stone Panel FAQs\u003c\/h2\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan Lightning Ridge faux stone panels be used outdoors?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Lightning Ridge panels are designed for indoor and outdoor projects when installed properly over a clean, flat, dry surface. They are popular for exterior accents, patios, columns, facades, and curb appeal upgrades.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan these faux stone panels be used indoors?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. They are excellent for interior accent walls, fireplaces, media walls, entryways, kitchens, offices, and commercial feature walls.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I install the panels?\u003c\/summary\u003e\n        \u003cp\u003e\n          Panels are typically installed from the bottom corner in complete horizontal rows, using construction adhesive and screws or nails. The first row should be level and straight because it sets up the rest of the installation. You can view the general panel installation instructions here:\n          \u003ca href=\"\/pages\/installation\"\u003eTritan BP Panel Installation Instructions\u003c\/a\u003e.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat tools do I need for installation?\u003c\/summary\u003e\n        \u003cp\u003e\n          Common tools include a tape measure, level, saw, drill or driver, screws or nails, construction adhesive, and a caulk gun. Because the panels are textured, measurements are best marked and cut from the flat backside of the panel.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the panels be cut?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Panels can be cut using standard tools such as a circular saw, jigsaw, or hand saw. For cleaner cuts, a fine-tooth blade is recommended.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need a contractor?\u003c\/summary\u003e\n        \u003cp\u003e\n          Many homeowners with general DIY experience can install Tritan BP panels. For large exterior projects, tall walls, complex commercial work, or areas requiring code review, we recommend consulting a qualified contractor.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many panels do I need?\u003c\/summary\u003e\n        \u003cp\u003e\n          Each Lightning Ridge panel covers approximately 7.3 square feet. Measure the width and height of your project area, multiply them to get the square footage, and divide by 7.3. We recommend allowing extra material for cuts and waste. A calculator will be added to this page soon, and you can also text or call us for help.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eShould I order a sample first?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. We strongly recommend ordering a sample so you can see the texture, color variation, and realism in your own lighting before placing a full order. Samples are available here:\n          \u003ca href=\"\/collections\/sample\"\u003eOrder Tritan BP Samples\u003c\/a\u003e.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre the panels heavy?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. Lightning Ridge panels weigh approximately 8 lbs. each, making them much lighter and easier to handle than traditional stone or masonry products.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo the panels require grout or mortar?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. Lightning Ridge panels are designed to create a stacked stone look without messy mortar or grout. Proper alignment, adhesive, fastening, and finishing details help create the best final result.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill every panel look exactly the same?\u003c\/summary\u003e\n        \u003cp\u003e\n          Slight color and texture variation is normal and intentional with natural-look products. For the most realistic finished wall, blend panels from multiple boxes during installation whenever possible.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I touch up cuts, screw holes, or small marks?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Touch-up kits are available and can be used for screw or nail holes, cut edges, miter joints, or small marks. Fill larger openings first if needed, allow them to dry, and then apply the matching touch-up colors.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tritan-help\"\u003e\n      \u003ch2\u003eNeed Help Planning Your Wall?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us your wall measurements, inspiration photos, or project ideas. Our team will help estimate your panels and guide you toward the best layout for your space.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"tritan-buttons\"\u003e\n        \u003ca class=\"tritan-btn tritan-btn-sample\" href=\"\/collections\/sample\"\u003e\n          Order a Sample\n        \u003c\/a\u003e\n\n        \u003ca class=\"tritan-btn tritan-btn-primary\" href=\"tel:8667712345\"\u003e\n          Call Us\n        \u003c\/a\u003e\n\n        \u003ca class=\"tritan-btn tritan-btn-secondary\" href=\"sms:8667712345\"\u003e\n          Text Us\n        \u003c\/a\u003e\n\n        \u003ca class=\"tritan-btn tritan-btn-secondary\" href=\"mailto:support@tritonbp.com\"\u003e\n          Email Us\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Tritan BP","offers":[{"title":"Nature's Spirit","offer_id":51843843752104,"sku":"LR-4824-NST","price":115.0,"currency_code":"USD","in_stock":true},{"title":"Cappuccino","offer_id":51843843784872,"sku":"LR-4824-CAP","price":115.0,"currency_code":"USD","in_stock":true},{"title":"Gray Fox","offer_id":51843843817640,"sku":"LR-4824-GFX","price":115.0,"currency_code":"USD","in_stock":true},{"title":"Moonlight Gray","offer_id":51843843850408,"sku":"LR-4824-MLG","price":115.0,"currency_code":"USD","in_stock":true},{"title":"Biscotti Tan","offer_id":51843843883176,"sku":"LR-4824-BTN","price":115.0,"currency_code":"USD","in_stock":true},{"title":"Coconut White","offer_id":51843843915944,"sku":"LR-4824-CWE","price":115.0,"currency_code":"USD","in_stock":true},{"title":"Oyster Gray","offer_id":51843843948712,"sku":"LR-4824-OGY","price":115.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/5583\/0696\/files\/LR-4824-NSTLightningRidgeFauxStonePanelFinishedinNature_sSpirit1_7648f4b2-f6de-40b8-b7ea-c249df8f1684.jpg?v=1742218062","url":"https:\/\/www.tritanbp.com\/products\/faux-lightning-ridge","provider":"Tritan BP","version":"1.0","type":"link"}