{"product_id":"32mm-side-opening-faucet-locknut","title":"🔧 32mm Side-Opening Faucet Locknut – Quick Fix for Loose \u0026 Wobbly Faucets","description":"\u003cstyle\u003e\n  .fan-page{\n    --fan-dark:#1f292e;\n    --fan-dark-2:#303f46;\n    --fan-blue:#17669a;\n    --fan-blue-dark:#114b72;\n    --fan-blue-soft:#edf7fc;\n    --fan-ice:#f5f9fb;\n    --fan-warm:#faf7f2;\n    --fan-white:#ffffff;\n    --fan-text:#252a2d;\n    --fan-muted:#687279;\n    --fan-line:rgba(31,41,46,.10);\n    --fan-shadow:0 14px 34px rgba(31,41,46,.08);\n\n    width:100%;\n    max-width:900px;\n    margin:0 auto;\n    padding:10px;\n    color:var(--fan-text);\n    line-height:1.55;\n    overflow:hidden;\n    container-type:inline-size;\n  }\n\n  .fan-page *,\n  .fan-page *::before,\n  .fan-page *::after{\n    box-sizing:border-box;\n    min-width:0;\n  }\n\n  .fan-page h1,\n  .fan-page h2,\n  .fan-page h3,\n  .fan-page p{\n    margin-top:0;\n  }\n\n  .fan-page img{\n    display:block;\n    width:100%;\n    max-width:100%;\n    height:auto;\n    border-radius:18px;\n  }\n\n  .fan-card{\n    width:100%;\n    margin:0 0 14px;\n    padding:18px;\n    background:var(--fan-white);\n    border:1px solid var(--fan-line);\n    border-radius:22px;\n    box-shadow:var(--fan-shadow);\n    overflow:hidden;\n  }\n\n  .fan-hero{\n    background:\n      radial-gradient(circle at 100% 0%,rgba(23,102,154,.14),transparent 34%),\n      linear-gradient(145deg,#f3f9fc 0%,#fff 56%,#f8f6f1 100%);\n  }\n\n  .fan-blue{\n    background:linear-gradient(145deg,#edf7fc 0%,#fbfdfe 100%);\n  }\n\n  .fan-warm{\n    background:linear-gradient(145deg,#faf7f2 0%,#fff 100%);\n  }\n\n  .fan-dark{\n    background:\n      radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 34%),\n      linear-gradient(145deg,var(--fan-dark),var(--fan-dark-2));\n    color:#fff;\n  }\n\n  .fan-dark h2,\n  .fan-dark h3,\n  .fan-dark p{\n    color:#fff;\n  }\n\n  .fan-kicker{\n    display:inline-flex;\n    align-items:center;\n    margin-bottom:9px;\n    padding:6px 10px;\n    border-radius:999px;\n    background:rgba(23,102,154,.10);\n    color:var(--fan-blue-dark);\n    font-size:12px;\n    line-height:1.2;\n    font-weight:800;\n    letter-spacing:.06em;\n    text-transform:uppercase;\n  }\n\n  .fan-page h1{\n    margin-bottom:10px;\n    font-size:clamp(28px,8cqw,44px);\n    line-height:1.04;\n    letter-spacing:-.035em;\n  }\n\n  .fan-page h2{\n    margin-bottom:9px;\n    font-size:clamp(22px,6.3cqw,32px);\n    line-height:1.12;\n    letter-spacing:-.025em;\n  }\n\n  .fan-page h3{\n    margin-bottom:5px;\n    font-size:17px;\n    line-height:1.25;\n  }\n\n  .fan-lead{\n    margin-bottom:0;\n    color:var(--fan-muted);\n    font-size:16px;\n  }\n\n  .fan-copy{\n    margin-bottom:0;\n    color:var(--fan-muted);\n    font-size:15px;\n  }\n\n  .fan-strong{\n    color:var(--fan-text);\n    font-weight:800;\n  }\n\n  .fan-image{\n    margin-top:15px;\n  }\n\n  .fan-benefits{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:8px;\n    margin:14px 0 0;\n    padding:0;\n    list-style:none;\n  }\n\n  .fan-benefits li{\n    display:flex;\n    align-items:flex-start;\n    gap:8px;\n    margin:0;\n    padding:11px 12px;\n    background:rgba(255,255,255,.88);\n    border:1px solid var(--fan-line);\n    border-radius:14px;\n    font-size:14px;\n    line-height:1.4;\n    font-weight:700;\n  }\n\n  .fan-benefits li::before{\n    content:\"✓\";\n    display:grid;\n    place-items:center;\n    flex:0 0 auto;\n    width:20px;\n    height:20px;\n    margin-top:1px;\n    border-radius:50%;\n    background:var(--fan-blue);\n    color:#fff;\n    font-size:12px;\n    font-weight:900;\n  }\n\n  .fan-problem-list{\n    display:grid;\n    gap:8px;\n    margin:14px 0 0;\n    padding:0;\n    list-style:none;\n  }\n\n  .fan-problem-list li{\n    position:relative;\n    padding-left:21px;\n    color:rgba(255,255,255,.86);\n    font-size:14px;\n  }\n\n  .fan-problem-list li::before{\n    content:\"×\";\n    position:absolute;\n    left:0;\n    top:-1px;\n    color:#ffc5b7;\n    font-size:18px;\n    font-weight:900;\n  }\n\n  .fan-grid{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:10px;\n    margin-top:14px;\n  }\n\n  .fan-mini{\n    padding:14px;\n    background:rgba(255,255,255,.84);\n    border:1px solid var(--fan-line);\n    border-radius:16px;\n  }\n\n  .fan-mini p{\n    margin:0;\n    color:var(--fan-muted);\n    font-size:14px;\n  }\n\n  .fan-steps{\n    margin-top:13px;\n  }\n\n  .fan-step{\n    display:grid;\n    grid-template-columns:36px minmax(0,1fr);\n    gap:11px;\n    padding:12px 0;\n    border-bottom:1px solid var(--fan-line);\n  }\n\n  .fan-step:last-child{\n    padding-bottom:0;\n    border-bottom:0;\n  }\n\n  .fan-step-num{\n    display:grid;\n    place-items:center;\n    width:36px;\n    height:36px;\n    border-radius:11px;\n    background:var(--fan-blue);\n    color:#fff;\n    font-size:13px;\n    font-weight:900;\n  }\n\n  .fan-step strong{\n    display:block;\n    margin-bottom:2px;\n  }\n\n  .fan-step p{\n    margin:0;\n    color:var(--fan-muted);\n    font-size:14px;\n  }\n\n  .fan-feature{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:12px;\n    align-items:center;\n  }\n\n  .fan-feature-copy{\n    min-width:0;\n  }\n\n  .fan-specs{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:8px;\n    margin-top:13px;\n  }\n\n  .fan-spec{\n    padding:12px 13px;\n    background:rgba(255,255,255,.88);\n    border:1px solid var(--fan-line);\n    border-radius:14px;\n  }\n\n  .fan-spec span{\n    display:block;\n  }\n\n  .fan-spec-label{\n    margin-bottom:3px;\n    color:var(--fan-muted);\n    font-size:11px;\n    font-weight:800;\n    letter-spacing:.06em;\n    text-transform:uppercase;\n  }\n\n  .fan-spec-value{\n    font-size:15px;\n    font-weight:800;\n  }\n\n  .fan-fit-badge{\n    display:inline-flex;\n    align-items:center;\n    gap:7px;\n    margin-top:13px;\n    padding:8px 11px;\n    border-radius:999px;\n    background:#e2f2fb;\n    color:var(--fan-blue-dark);\n    font-size:13px;\n    font-weight:800;\n  }\n\n  .fan-note{\n    margin-top:13px;\n    padding:11px 12px;\n    border-radius:13px;\n    background:#fff7e4;\n    border:1px solid rgba(177,132,28,.15);\n    color:#675830;\n    font-size:13px;\n    line-height:1.5;\n  }\n\n  .fan-faq{\n    margin-top:10px;\n  }\n\n  .fan-faq details{\n    margin-bottom:8px;\n    padding:0 13px;\n    background:#fff;\n    border:1px solid var(--fan-line);\n    border-radius:15px;\n  }\n\n  .fan-faq summary{\n    position:relative;\n    cursor:pointer;\n    padding:14px 25px 14px 0;\n    list-style:none;\n    font-size:14px;\n    font-weight:800;\n  }\n\n  .fan-faq summary::-webkit-details-marker{\n    display:none;\n  }\n\n  .fan-faq summary::after{\n    content:\"+\";\n    position:absolute;\n    right:0;\n    top:50%;\n    transform:translateY(-50%);\n    color:var(--fan-blue);\n    font-size:22px;\n    font-weight:400;\n  }\n\n  .fan-faq details[open] summary::after{\n    content:\"−\";\n  }\n\n  .fan-faq details p{\n    margin:-2px 0 14px;\n    color:var(--fan-muted);\n    font-size:14px;\n  }\n\n  .fan-cta{\n    text-align:center;\n    color:#fff;\n    background:\n      radial-gradient(circle at 100% 0%,rgba(255,255,255,.12),transparent 34%),\n      linear-gradient(145deg,#10496e,#1975aa);\n  }\n\n  .fan-cta h2,\n  .fan-cta p{\n    color:#fff;\n  }\n\n  .fan-cta p{\n    margin-bottom:0;\n    opacity:.92;\n  }\n\n  .fan-cta-pill{\n    display:inline-block;\n    margin-top:13px;\n    padding:9px 13px;\n    border:1px solid rgba(255,255,255,.22);\n    border-radius:999px;\n    background:rgba(255,255,255,.12);\n    font-size:13px;\n    font-weight:800;\n  }\n\n  @container (min-width:540px){\n    .fan-page{\n      padding:16px;\n    }\n\n    .fan-card{\n      margin-bottom:18px;\n      padding:24px;\n    }\n\n    .fan-benefits{\n      grid-template-columns:repeat(3,minmax(0,1fr));\n    }\n\n    .fan-grid{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n\n    .fan-specs{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @container (min-width:700px){\n    .fan-feature{\n      grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);\n      gap:22px;\n    }\n\n    .fan-feature--reverse .fan-feature-copy{\n      order:2;\n    }\n\n    .fan-feature--reverse .fan-image{\n      order:1;\n    }\n\n    .fan-feature .fan-image{\n      margin-top:0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fan-page\"\u003e\n\n  \u003c!-- 1. HERO --\u003e\n  \u003csection class=\"fan-card fan-hero\"\u003e\n    \u003cspan class=\"fan-kicker\"\u003eA Smarter Way to Secure the Faucet\u003c\/span\u003e\n\n    \u003ch1\u003eTighten a Loose Faucet Without Taking the Supply Lines Apart.\u003c\/h1\u003e\n\n    \u003cp class=\"fan-lead\"\u003e\n      This side-opening faucet locknut wraps around compatible mounting hardware from underneath the sink,\n      helping you \u003cstrong class=\"fan-strong\"\u003esecure the faucet while working around the existing lines.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fan-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/71ZgIc1px8L._SL1500.jpg?v=1790499083\" alt=\"Installing a side-opening faucet locknut underneath a sink\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"fan-benefits\"\u003e\n      \u003cli\u003eSide-opening installation\u003c\/li\u003e\n      \u003cli\u003eNo need to pull supply lines through the nut\u003c\/li\u003e\n      \u003cli\u003eMade for compatible 32 mm threaded mounts\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 2. PAIN + SOLUTION --\u003e\n  \u003csection class=\"fan-card fan-dark\"\u003e\n    \u003cspan class=\"fan-kicker\" style=\"background:rgba(255,255,255,.12);color:#fff;\"\u003e\n      Why This Design Matters\n    \u003c\/span\u003e\n\n    \u003ch2\u003eUnder-Sink Faucet Hardware Can Be Awkward to Reach.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Standard closed mounting nuts may require extra disassembly before they can slide over hoses or pipes.\n      A split, side-opening structure gives you another way to approach compatible faucet repairs.\n    \u003c\/p\u003e\n\n    \u003cul class=\"fan-problem-list\"\u003e\n      \u003cli\u003eLimited working space beneath the sink\u003c\/li\u003e\n      \u003cli\u003eSupply lines can get in the way of closed-style nuts\u003c\/li\u003e\n      \u003cli\u003eLoose mounting hardware can allow unwanted faucet movement\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"fan-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/71nv2IwBoiL._SL1500.jpg?v=1790499083\" alt=\"Side-opening faucet quick assembly and disassembly locknut\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 3. INSTALLATION --\u003e\n  \u003csection class=\"fan-card\"\u003e\n    \u003cspan class=\"fan-kicker\"\u003eQuick Installation\u003c\/span\u003e\n\n    \u003ch2\u003eFour Steps From Loose Hardware to a Secured Mount.\u003c\/h2\u003e\n\n    \u003cp class=\"fan-copy\"\u003e\n      The side buckle allows the nut body to open around compatible faucet hardware,\n      then close and tighten onto the threaded mounting section.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fan-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/714gzSygKUL._SL1500.jpg?v=1790499083\" alt=\"Four-step installation of side-opening faucet locknut\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fan-steps\"\u003e\n\n      \u003cdiv class=\"fan-step\"\u003e\n        \u003cdiv class=\"fan-step-num\"\u003e01\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eRemove the Existing Mounting Nut\u003c\/strong\u003e\n          \u003cp\u003eAccess the faucet mounting area underneath the sink.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-step\"\u003e\n        \u003cdiv class=\"fan-step-num\"\u003e02\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eOpen the Side Buckle\u003c\/strong\u003e\n          \u003cp\u003eOpen the split locknut so it can be positioned around the compatible threaded mount.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-step\"\u003e\n        \u003cdiv class=\"fan-step-num\"\u003e03\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eClose \u0026amp; Thread the Nut\u003c\/strong\u003e\n          \u003cp\u003eLock the body together and turn it onto the faucet mounting thread.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-step\"\u003e\n        \u003cdiv class=\"fan-step-num\"\u003e04\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eTighten the Faucet Base\u003c\/strong\u003e\n          \u003cp\u003eSecure the mounting connection until the faucet feels properly seated.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 4. PRODUCT STRUCTURE --\u003e\n  \u003csection class=\"fan-card fan-warm\"\u003e\n    \u003cdiv class=\"fan-feature\"\u003e\n\n      \u003cdiv class=\"fan-feature-copy\"\u003e\n        \u003cspan class=\"fan-kicker\"\u003ePurpose-Built Structure\u003c\/span\u003e\n\n        \u003ch2\u003eOpen From the Side. Close Around the Mount.\u003c\/h2\u003e\n\n        \u003cp class=\"fan-copy\"\u003e\n          Instead of forcing hoses or supply lines through a traditional closed nut,\n          the split body opens from the side and reconnects around the compatible threaded section.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fan-grid\"\u003e\n\n          \u003cdiv class=\"fan-mini\"\u003e\n            \u003ch3\u003eSide Buckle\u003c\/h3\u003e\n            \u003cp\u003e\n              Opens the locknut body for easier positioning around existing faucet hardware.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fan-mini\"\u003e\n            \u003ch3\u003eThreaded Interior\u003c\/h3\u003e\n            \u003cp\u003e\n              Engages the compatible faucet thread to help hold the mounting connection in place.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/51Ch7s0kO3L._SL1500.jpg?v=1790499083\" alt=\"Close-up of side-opening faucet locknut body and buckle\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 5. SIZE \/ COMPATIBILITY --\u003e\n  \u003csection class=\"fan-card fan-blue\"\u003e\n    \u003cdiv class=\"fan-feature fan-feature--reverse\"\u003e\n\n      \u003cdiv class=\"fan-feature-copy\"\u003e\n        \u003cspan class=\"fan-kicker\"\u003eCheck the Fit First\u003c\/span\u003e\n\n        \u003ch2\u003eDesigned for Compatible 32 mm Threaded Pipe.\u003c\/h2\u003e\n\n        \u003cp class=\"fan-copy\"\u003e\n          Compatibility is the most important thing to check before ordering.\n          This version is shown for a\n          \u003cstrong class=\"fan-strong\"\u003e32 mm threaded faucet mounting pipe.\u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cspan class=\"fan-fit-badge\"\u003e\n          ✓ 32 mm Threaded Pipe\n        \u003c\/span\u003e\n\n        \u003cdiv class=\"fan-note\"\u003e\n          \u003cstrong\u003eBefore ordering:\u003c\/strong\u003e\n          Measure the outside diameter and mounting structure of your existing faucet thread.\n          Do not assume all sink faucets use the same mounting hardware.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/61UHWgwr5lL._SL1500.jpg?v=1790499083\" alt=\"Faucet locknut suitable for 32 mm threaded pipe\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 6. DURABILITY --\u003e\n  \u003csection class=\"fan-card\"\u003e\n    \u003cspan class=\"fan-kicker\"\u003eMade for the Mounting Job\u003c\/span\u003e\n\n    \u003ch2\u003eReinforced Where the Nut Takes the Load.\u003c\/h2\u003e\n\n    \u003cp class=\"fan-copy\"\u003e\n      The molded body uses a ribbed exterior structure to support the locknut around the faucet mount\n      while keeping the piece compact enough for under-sink installation.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fan-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/71Ae8imZECL._SL1500.jpg?v=1790499083\" alt=\"Reinforced faucet locknut body for under-sink mounting\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fan-grid\"\u003e\n\n      \u003cdiv class=\"fan-mini\"\u003e\n        \u003ch3\u003eReinforced Body\u003c\/h3\u003e\n        \u003cp\u003e\n          Ribbed structural sections add support around the mounting nut.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-mini\"\u003e\n        \u003ch3\u003eCompact Form\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed around the limited working area typically found beneath a sink.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 7. SPECIFICATIONS --\u003e\n  \u003csection class=\"fan-card fan-warm\"\u003e\n    \u003cspan class=\"fan-kicker\"\u003eProduct Details\u003c\/span\u003e\n\n    \u003ch2\u003eKnow the Fit Before You Start.\u003c\/h2\u003e\n\n    \u003cdiv class=\"fan-specs\"\u003e\n\n      \u003cdiv class=\"fan-spec\"\u003e\n        \u003cspan class=\"fan-spec-label\"\u003eProduct Type\u003c\/span\u003e\n        \u003cspan class=\"fan-spec-value\"\u003eFaucet Quick-Assembly Locknut\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-spec\"\u003e\n        \u003cspan class=\"fan-spec-label\"\u003eMounting Style\u003c\/span\u003e\n        \u003cspan class=\"fan-spec-value\"\u003eSide-Opening \/ Split Design\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-spec\"\u003e\n        \u003cspan class=\"fan-spec-label\"\u003eCompatible Thread Size\u003c\/span\u003e\n        \u003cspan class=\"fan-spec-value\"\u003e32 mm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-spec\"\u003e\n        \u003cspan class=\"fan-spec-label\"\u003eInstallation Area\u003c\/span\u003e\n        \u003cspan class=\"fan-spec-value\"\u003eUnder-Sink Faucet Mount\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-spec\"\u003e\n        \u003cspan class=\"fan-spec-label\"\u003eMain Function\u003c\/span\u003e\n        \u003cspan class=\"fan-spec-value\"\u003eFaucet Mounting \u0026amp; Stabilization\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fan-spec\"\u003e\n        \u003cspan class=\"fan-spec-label\"\u003eInstallation Feature\u003c\/span\u003e\n        \u003cspan class=\"fan-spec-value\"\u003eInstalls Around Existing Compatible Lines\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fan-note\"\u003e\n      \u003cstrong\u003eCompatibility note:\u003c\/strong\u003e\n      Faucet mounting systems vary. Compare the 32 mm requirement and the product structure with your\n      existing faucet before purchasing.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 8. FAQ --\u003e\n  \u003csection class=\"fan-card fan-blue\"\u003e\n    \u003cspan class=\"fan-kicker\"\u003eFAQ\u003c\/span\u003e\n\n    \u003ch2\u003eGood to Know Before Ordering.\u003c\/h2\u003e\n\n    \u003cdiv class=\"fan-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size faucet thread does this fit?\u003c\/summary\u003e\n        \u003cp\u003e\n          The product image specifies compatibility with a 32 mm threaded pipe.\n          Measure your existing mounting thread before ordering.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need to remove the supply lines?\u003c\/summary\u003e\n        \u003cp\u003e\n          The side-opening design is intended to fit around compatible existing faucet hardware,\n          reducing the need to feed the lines through a closed nut.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan this help with a loose faucet?\u003c\/summary\u003e\n        \u003cp\u003e\n          It is designed to secure compatible faucet mounting hardware underneath the sink.\n          The result depends on the faucet, thread condition and correct installation.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it universal?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. Faucet mounting threads and structures vary.\n          Confirm the 32 mm size and mounting style before purchase.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 9. CTA --\u003e\n  \u003csection class=\"fan-card fan-cta\"\u003e\n    \u003cspan class=\"fan-kicker\" style=\"background:rgba(255,255,255,.12);color:#fff;\"\u003e\n      Secure the Mount\n    \u003c\/span\u003e\n\n    \u003ch2\u003eFix the Connection — Not the Whole Faucet.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      If your faucet still works but the mounting hardware needs attention,\n      this side-opening locknut offers a simple way to secure a compatible 32 mm installation.\n    \u003c\/p\u003e\n\n    \u003cspan class=\"fan-cta-pill\"\u003e\n      Side-Opening • 32 mm Fit • Under-Sink Installation\n    \u003c\/span\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"lwb","offers":[{"title":"1-Pack","offer_id":67581094691182,"sku":null,"price":14.99,"currency_code":"USD","in_stock":true},{"title":"2-Pack","offer_id":67581180248430,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/61UHWgwr5lL._SL1500.jpg?v=1790499083","url":"https:\/\/bvuyomi.com\/products\/32mm-side-opening-faucet-locknut","provider":"Bvuyomi","version":"1.0","type":"link"}