{"product_id":"extendable-rotating-outlet-extender-rjc","title":"Extendable Rotating Outlet Extender","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #0071e3;\n      --primary-hover: #0056b3;\n      --text-main: #1d1d1f;\n      --text-sub: #515154;\n      --bg-body: #ffffff;\n      --bg-card: #f5f5f7;\n      --bg-soft: #fafafa;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #e5e5e7;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\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 .compare-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container .body-text,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-label,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container section:last-of-type {\n      border-bottom: none;\n    }\n\n    \/* Image Default Flow *\/\n    .product-detail-container img,\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Decorative Image Placeholders *\/\n    .product-detail-container .image-placeholder {\n      aspect-ratio: 16 \/ 10;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      box-sizing: border-box;\n      padding: 20px;\n      text-align: center;\n    }\n\n    \/* Badge \u0026 Tag System *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-card);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin: 0;\n    }\n\n    .product-detail-container .badge.blue {\n      background-color: rgba(0, 113, 227, 0.1);\n      color: var(--primary);\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-block {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .hero-content {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    \/* Comparison Table Styling *\/\n    .product-detail-container .compare-container {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      margin-top: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .compare-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .product-detail-container .compare-table th,\n    .product-detail-container .compare-table td {\n      padding: 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .compare-table th {\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .compare-table td.checked {\n      color: #2e7d32;\n      font-weight: 600;\n    }\n\n    .product-detail-container .compare-table td.crossed {\n      color: #c62828;\n      font-weight: 600;\n    }\n\n    \/* Features Layout - Desktop Z-Pattern *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: row;\n      align-items: center;\n      gap: 40px;\n      margin-bottom: 48px;\n    }\n\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    \/* Steps Layout *\/\n    .product-detail-container .steps-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .product-detail-container .step-card {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .step-num {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 36px;\n      height: 36px;\n      background-color: var(--primary);\n      color: #ffffff;\n      font-weight: 700;\n      border-radius: 50%;\n      margin-bottom: 16px;\n    }\n\n    \/* Specifications Layout (Grid Responsive) *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\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 tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n      padding-right: 20px;\n      margin: 0;\n    }\n\n    .product-detail-container .spec-value {\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* FAQ Style *\/\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 24px;\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      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .faq-icon {\n      color: var(--primary);\n      font-weight: 700;\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0;\n      padding-left: 28px;\n    }\n\n    \/* Mobile Responsive Lock *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item.reverse {\n        flex-direction: column !important; \/* Image First -\u003e Text Second Lock *\/\n        gap: 24px;\n      }\n\n      .product-detail-container .steps-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      \/* Specifications Safe Grid Override *\/\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(120px, 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      }\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      }\n\n      .product-detail-container .spec-label {\n        display: none; \/* Hide standard TD label since we use ::before on mobile *\/\n      }\n\n      .product-detail-container .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      \/* Ensure comparison table is scrollable or neatly wrapped on mobile *\/\n      .product-detail-container .compare-container {\n        overflow-x: auto;\n        padding: 16px;\n      }\n      \n      .product-detail-container .compare-table {\n        min-width: 500px;\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\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Sliding Outlet Extender with Rotating Base Plug\nTarget Audience: Homeowners, renters, office workers, and students who need safe and accessible power behind tight furniture or hard-to-reach wall outlets.\nVisual Style: Modern, clean, tech-focused, white with vivid blue accents for clear visual highlights.\nColor Strategy: White and light gray backgrounds combined with sharp brand blue (#0071e3) for elements requiring high visual clarity.\nModule Order: Hero Intro -\u003e Comparison Table (Ours vs Others) -\u003e Core Features (Z-Pattern) -\u003e Installation Step-by-Step -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_4, Feature2=detail_6, Feature3=detail_5, Feature4=detail_3\nSpecification Data Source: detail_7, detail_8 (Data extraction only; no specification image placeholder is rendered)\nCompare Section: Included (Using features compared directly in detail_8)\nInformation Boundary: Strictly relies on confirmed image parameters (0.87\" thickness, 18\"-28\" and 23\"-34\" height adjustments, 3.8\"x1\" adhesive pad), rotating angle details (180°\/360°), ETL certification, and safety protections listed in detail images and supplemental text.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"badge blue\"\u003eETL Safety Certified\u003c\/span\u003e \u003cspan class=\"badge\"\u003e0.87\" Ultra-Thin Design\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003ePerfect Fit Behind Tight Furniture \u0026amp; Tight Spaces\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eThe slim, height-adjustable outlet extender with a rotating base plug that brings hidden wall outlets into easy reach without moving your heavy furniture.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260916181555\/a24f68e5afcebfbaad4284fdb77c83e2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Smart Comparison Section --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"compare-title\" style=\"text-align: center;\"\u003eWhy Choose Our Outlet Extender?\u003c\/h2\u003e\n\n\u003cdiv class=\"compare-container\"\u003e\n\u003ctable class=\"compare-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeatures\u003c\/th\u003e\n\t\t\t\u003cth style=\"color: var(--primary);\"\u003eOur Extender\u003c\/th\u003e\n\t\t\t\u003cth style=\"color: var(--text-sub);\"\u003eOthers\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003e180° \/ 360° Rotating Base\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd class=\"checked\"\u003e✔ Yes (Fits Vertical \u0026amp; Horizontal Outlets)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"crossed\"\u003e✘ No\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eHeight Adjustable Rail\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd class=\"checked\"\u003e✔ Yes (18\"–28\" or 23\"–34\" Telescopic Slide)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"crossed\"\u003e✘ No\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eUSB-A \u0026amp; USB-C Ports\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd class=\"checked\"\u003e✔ Yes (Supports Multi-Device Charging)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"crossed\"\u003e✘ No\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eTool-Free, Damage-Free Installation\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd class=\"checked\"\u003e✔ Yes (Uses Secure Hook \u0026amp; Loop Strips)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"crossed\"\u003e✘ No\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cstrong\u003eFits Behind Furniture\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd class=\"checked\"\u003e✔ Yes (Only 0.87\" Deep Profile)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"crossed\"\u003e✘ No\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 1 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260916181555\/e43fd0699bdb0cb0f3d7c645b1b5cee1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEliminate Blocked Outlets \u0026amp; Plugs Fire Hazards\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eStop crushing electrical cords and damaging wall receptacles behind sofas, headboards, and desks. Our ultra-thin 0.87-inch wall-hugging profile prevents plugs from bending and eliminates spark hazards in narrow, hidden locations.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eSafe Cord Protection\u003c\/span\u003e \u003cspan class=\"badge\"\u003eAnti-Squeeze Safety\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 2 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260916181555\/e3891f7d59ecc10024dea99c2046e621.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAll-in-One Multi-Charging Station with Built-In Phone Stand\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003ePower up your smart devices and small appliances simultaneously. Complete with 2 Standard AC outlets, 1 fast-charging USB-C port, and 1 USB-A port. The top of the charging box features a convenient recessed stand slot, keeping your phone stable and safely off the floor while powering up.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003e2 AC Outlets\u003c\/span\u003e \u003cspan class=\"badge\"\u003eDual USB Ports (A \u0026amp; C)\u003c\/span\u003e \u003cspan class=\"badge\"\u003eIntegrated Stand\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 3 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260916181555\/a72b7037e3293b7b3191d7b9a110c9bb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eTool-Free Damage-Free Installation\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eGet safe, stable power in minutes without ruining your drywalls. Simply plug the rotating base into your existing wall socket, extend the telescopic track to your preferred height, and press the back of the track firmly against the wall using the included command style hook \u0026amp; loop adhesive strips.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eNo Drilling Needed\u003c\/span\u003e \u003cspan class=\"badge\"\u003eClean Removal\u003c\/span\u003e \u003cspan class=\"badge\"\u003eVelcro Strips Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 4 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260916181555\/9b3a6617aa4429b54f122544cb3dc51b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eOptimized Power Delivery Anywhere You Need It\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eWhether it is bringing charging access over your living room sofa, placing easy-reach sockets next to your nightstand, clearing up kitchen counter clutter, or organizing a tight office workspace, this sleek minimalist extender expands hidden power safely across any environment.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eLiving Room\u003c\/span\u003e \u003cspan class=\"badge\"\u003eBedroom\u003c\/span\u003e \u003cspan class=\"badge\"\u003eOffice\u003c\/span\u003e \u003cspan class=\"badge\"\u003eKitchen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Easy Step-by-Step Installation Guide --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: 32px;\"\u003eQuick 3-Step Setup\u003c\/h2\u003e\n\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e1\u003c\/span\u003e\n\n\u003ch3 class=\"feature-title\"\u003ePlug In\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003ePlug the rotating base connector directly into your existing wall socket.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e2\u003c\/span\u003e\n\n\u003ch3 class=\"feature-title\"\u003eAdjust Height\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eExtend or contract the nested sliding tracking arm to your preferred height level.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e3\u003c\/span\u003e\n\n\u003ch3 class=\"feature-title\"\u003eSecure \u0026amp; Go\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eAffix the damage-free hook \u0026amp; loop adhesive pads to lock the slide flat against your wall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table (Text Only) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAdjustable Height Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Height Options\"\u003e\u003cspan class=\"spec-value\"\u003e18\" to 28\" (approx. 45.7 cm to 71.1 cm) or 23\" to 34\" (approx. 58.4 cm to 86.4 cm) depending on model choice\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eExtender Thickness\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Extender Thickness\"\u003e\u003cspan class=\"spec-value\"\u003e0.87 inches (approx. 2.2 cm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eCharging Interface\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Charging Interface\"\u003e\u003cspan class=\"spec-value\"\u003e2 AC Outlets, 1 USB-C Port, 1 USB-A Port\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003ePlug Rotation Angle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Plug Rotation Angle\"\u003e\u003cspan class=\"spec-value\"\u003e180° \/ 360° Rotating Base Plug\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAdhesive Pad Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adhesive Pad Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e3.8 inches x 1.0 inch (approx. 9.7 cm x 2.5 cm); 3 pieces included\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eSafety Protections\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Safety Protections\"\u003e\u003cspan class=\"spec-value\"\u003e7 Protection System, Overload Protection, Fireproof Material Housing\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eCertification\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Certification\"\u003e\u003cspan class=\"spec-value\"\u003eETL Safety Certified\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\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: 32px;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e \u003cspan\u003eDoes the extension slide up and down freely?\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, it features a nested sliding rail design. You can easily adjust the length (ranging from 18 to 28 inches, or 23 to 34 inches depending on model variant) to position the outlets precisely above your furniture line.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e \u003cspan\u003eWill the mounting adhesive strip damage my wall if I remove it?\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the included hook and loop (Velcro) adhesive pads are specially designed to offer secure, heavy-duty mounting that releases cleanly from painted walls and standard finishes without causing damage or tearing paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e \u003cspan\u003eCan I plug this into both vertical and horizontal wall sockets?\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The base plug is engineered to rotate up to 180°\/360°, allowing you to connect securely into horizontally or vertically aligned wall sockets while keeping the slim extendable column running perfectly straight up the wall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"360° Upgraded Version","offer_id":47610374783149,"sku":"1732430835010999107","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/b6820e95b031ae6ba55d00a1b9601050.jpg?v=1789554319","url":"https:\/\/newjoyloo.com\/products\/extendable-rotating-outlet-extender-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}