{"product_id":"adjustable-undermount-sink-support","title":"Adjustable Undermount Sink Support","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1e3a8a;\n      --primary-hover: #1d4ed8;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-soft: #f3f4f6;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n      --border-color: #e5e7eb;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .main-hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 250px;\n      border: 2px dashed #cbd5e1;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      padding: 20px;\n      color: var(--text-sub);\n      font-weight: 500;\n      text-align: center;\n    }\n\n    \/* Trust Badge Container *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--bg-soft);\n      border-radius: 50px;\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .product-detail-container .hero-section {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    .product-detail-container .hero-copy {\n      padding-right: 10px;\n    }\n\n    \/* Feature Grid *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 20px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    .product-detail-container .feature-media {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Table Layout *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-table td:first-child {\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n\n    \/* Mobile Specifications Responsive Rules *\/\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border: none;\n      }\n\n      .product-detail-container .spec-table tr {\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        width: 100%;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\n    \/* FAQ Accordion Styling *\/\n    .product-detail-container .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n    \n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Scalable Support Rod for Countertops, Cabinets, and Sinks\nTarget Audience: Homeowners, DIY installers, kitchen renovators looking for easy undermount sink or cabinet reinforcement\nVisual Style: Modern, clean, industrial-reliability style with stable blue and charcoal gray accents\nColor Strategy: Cool slate blue (--primary: #1e3a8a, --primary-hover: #1d4ed8) for strength\/steel representation, off-white card backgrounds for clean legibility\nModule Order: Hero Header -\u003e Feature 1 (Load Capacity) -\u003e Feature 2 (Threaded Height Adjustment) -\u003e Feature 3 (Installation Steps) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_4, Feature2=detail_2, Feature3=detail_3\nSpecification Data Source: Extracted from detail images and provided copy (stainless steel rod, 660 lbs weight capacity, drill-free installation)\nCompare Section: Not included (no competitive comparison details provided)\nInformation Boundary: Only information explicitly verified by the provided image assets and text has been used. Materials are strictly limited to \"stainless steel\" as shown in the installation steps text. Weight capacity is limited to \"660 pounds\".\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003e660 lbs Support Capacity\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"main-hero-title\"\u003eRobust Scalable Support Rod for Sinks and Countertops\u003c\/h1\u003e\n\n\u003cp class=\"feature-desc\"\u003eStabilize and reinforce your kitchen and bathroom fixtures. This heavy-duty support system is designed to prop up sagging undermount sinks, heavy countertops, cabinets, and shelving units with complete confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908154438\/e13b76c337c6840cf2ba20d49ac005a4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908154438\/ee0e1ab6488c38d5c07f818c70323606.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eReliable Support for Heavy-Duty Fixtures\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEngineered to support a maximum bearing weight of up to 660 pounds (approx. 299.37 kg) per rod. This system prevents sagging and movement in heavy undermount sinks and granite countertops, keeping your structures aligned and secure over time.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e660 lbs Capacity\u003c\/span\u003e \u003cspan class=\"tag\"\u003eReinforced Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908154555\/52f752abc7c61aad1f3c5f321d3bd2a4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eThreaded Top for Precise Height Adjustment\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeatures an adjustable threaded rod top combined with a robust screw buckle. This design lets you easily extend or retract the support to the exact length needed, delivering a perfect, customized fit under any cabinet or counter space.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eThreaded Adjustment\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCustomizable Height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908154439\/f78601b961289e524f166387c398867a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eQuick, Drill-Free Surface Protection\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eSetup takes only minutes without drilling holes into your valuable woodwork or tile. Features wide base and top plates backed by anti-slip pads that stick securely to help distribute weight evenly while protecting your home surfaces from scratching.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eDrill-Free Setup\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSurface Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Load Capacity\"\u003e\u003cspan class=\"spec-value\"\u003eSupports up to 660 pounds (299.37 kg)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Height Options\"\u003e\u003cspan class=\"spec-value\"\u003e7.1–11.0 in (18–28 cm) \/ 11.0–15.0 in (28–38 cm) \/ 14.2–18.1 in (36–46 cm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Main Material\"\u003e\u003cspan class=\"spec-value\"\u003eStainless steel rod\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Installation Method\"\u003e\u003cspan class=\"spec-value\"\u003eDrill-free stick-on base with support screw bracket\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Adjustability\"\u003e\u003cspan class=\"spec-value\"\u003eThreaded screw adjustment with wing nut lock\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Applications\"\u003e\u003cspan class=\"spec-value\"\u003eUndermount sinks, countertops, cabinets, and shelves\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Do I need tools or drilling to install these support rods?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo drilling or heavy tools are required. The installation is drill-free. You simply peel off the protective film, stick the base pad onto the bottom support frame, insert the stainless steel rod, and tighten the screw buckle to secure the rod in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What materials is the support rod made of?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe main structural support rod is constructed from durable stainless steel to ensure rust-resistant, long-term stability and structural integrity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"7.1–11.0 in (18–28 cm) \/ 2 Supports (Starter Pack)","offer_id":50446849769722,"sku":"20260917-162605-9066","price":26.95,"currency_code":"USD","in_stock":true},{"title":"11.0–15.0 in (28–38 cm) \/ 2 Supports (Starter Pack)","offer_id":50446849802490,"sku":"20260917-162605-6084","price":29.95,"currency_code":"USD","in_stock":true},{"title":"14.2–18.1 in (36–46 cm) \/ 2 Supports (Starter Pack)","offer_id":50446849835258,"sku":"20260917-162605-4111","price":34.95,"currency_code":"USD","in_stock":true},{"title":"7.1–11.0 in (18–28 cm) \/ 🔥 4 Supports (Reinforcement Pack) – Most Popular","offer_id":50446849868026,"sku":"20260917-162605-6935","price":53.95,"currency_code":"USD","in_stock":true},{"title":"11.0–15.0 in (28–38 cm) \/ 🔥 4 Supports (Reinforcement Pack) – Most Popular","offer_id":50446849900794,"sku":"20260917-162605-1891","price":59.95,"currency_code":"USD","in_stock":true},{"title":"14.2–18.1 in (36–46 cm) \/ 🔥 4 Supports (Reinforcement Pack) – Most Popular","offer_id":50446849933562,"sku":"20260917-162605-9648","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/e13b76c337c6840cf2ba20d49ac005a4.jpg?v=1789633925","url":"https:\/\/varitino.com\/products\/adjustable-undermount-sink-support","provider":"Varitino","version":"1.0","type":"link"}