{"product_id":"hestonix™-fold-away-bedside-reading-lamp-with-focused-night-reading-light-and-soft-ambient-glow","title":"Hestonix™ Fold-Away Bedside Reading Lamp with Focused Night Reading Light and Soft Ambient Glow","description":"\u003cstyle\u003e\n  \/* Scoped Container reset to prevent Shopify theme CSS bleeding *\/\n  .hestonix-foldable-pdp {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #23262a;\n    background-color: #ffffff;\n    line-height: 1.6;\n    max-width: 1040px;\n    margin: 0 auto;\n    padding: 24px 12px;\n    box-sizing: border-box;\n  }\n\n  .hestonix-foldable-pdp * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Color Design Tokens *\/\n  .hestonix-foldable-pdp {\n    --h-warm-amber: #d98e32;\n    --h-warm-gold-bg: #fdf8f2;\n    --h-dark-navy: #181b20;\n    --h-soft-gray-bg: #f8f9fa;\n    --h-card-border: #eaecee;\n    --h-text-subtle: #565d68;\n    --h-radius-lg: 20px;\n    --h-radius-md: 14px;\n    --h-radius-sm: 8px;\n  }\n\n  \/* Typography *\/\n  .hestonix-foldable-pdp h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--h-dark-navy);\n    line-height: 1.3;\n    letter-spacing: -0.02em;\n    margin-bottom: 14px;\n  }\n\n  .hestonix-foldable-pdp h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--h-dark-navy);\n    margin-bottom: 8px;\n  }\n\n  .hestonix-foldable-pdp p {\n    font-size: 15px;\n    color: #444950;\n    margin-bottom: 16px;\n  }\n\n  \/* Badges \u0026 Pills *\/\n  .hestonix-badge-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background-color: var(--h-warm-gold-bg);\n    color: var(--h-warm-amber);\n    border: 1px solid rgba(217, 142, 50, 0.25);\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    padding: 6px 16px;\n    border-radius: 30px;\n    margin-bottom: 14px;\n  }\n\n  .hestonix-tag-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .hestonix-tag-item {\n    background-color: #ffffff;\n    border: 1px solid var(--h-card-border);\n    padding: 7px 14px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--h-dark-navy);\n  }\n\n  \/* Layout Grids *\/\n  .hestonix-row-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 36px;\n    align-items: center;\n    margin-bottom: 56px;\n  }\n\n  .hestonix-cards-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 56px;\n  }\n\n  \/* Image Containers with Subtle Zoom *\/\n  .hestonix-frame-box {\n    position: relative;\n    border-radius: var(--h-radius-lg);\n    overflow: hidden;\n    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);\n    background-color: #f3f4f6;\n  }\n\n  .hestonix-frame-box img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n  }\n\n  .hestonix-frame-box:hover img {\n    transform: scale(1.035);\n  }\n\n  \/* Hero Callout Card *\/\n  .hestonix-header-banner {\n    background: linear-gradient(140deg, #181b20 0%, #292d35 100%);\n    color: #ffffff;\n    border-radius: var(--h-radius-lg);\n    padding: 44px;\n    margin-bottom: 56px;\n    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);\n  }\n\n  .hestonix-header-banner h2 {\n    color: #ffffff;\n    font-size: 32px;\n  }\n\n  .hestonix-header-banner p {\n    color: #cbd2dc;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* Feature Benefit Card *\/\n  .hestonix-benefit-card {\n    background-color: var(--h-soft-gray-bg);\n    border: 1px solid var(--h-card-border);\n    border-radius: var(--h-radius-md);\n    padding: 24px;\n    transition: all 0.3s ease;\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .hestonix-benefit-card:hover {\n    border-color: var(--h-warm-amber);\n    background-color: #ffffff;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);\n  }\n\n  .hestonix-card-icon {\n    width: 44px;\n    height: 44px;\n    background-color: #ffffff;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 16px;\n    font-size: 22px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);\n  }\n\n  \/* Specialty Gift Callout *\/\n  .hestonix-gift-box {\n    background-color: var(--h-warm-gold-bg);\n    border: 1px solid rgba(217, 142, 50, 0.25);\n    border-left: 5px solid var(--h-warm-amber);\n    border-radius: var(--h-radius-md);\n    padding: 28px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-top: 40px;\n  }\n\n  .hestonix-gift-icon {\n    font-size: 36px;\n    flex-shrink: 0;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 868px) {\n    .hestonix-row-grid,\n    .hestonix-cards-grid {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .hestonix-header-banner {\n      padding: 28px 20px;\n    }\n\n    .hestonix-header-banner h2 {\n      font-size: 24px;\n    }\n\n    .hestonix-foldable-pdp h2 {\n      font-size: 22px;\n    }\n\n    .hestonix-gift-box {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hestonix-foldable-pdp\"\u003e\n  \n  \u003c!-- HERO BANNER SECTION --\u003e\n  \u003cdiv class=\"hestonix-header-banner\"\u003e\n    \u003cspan class=\"hestonix-badge-tag\" style=\"background: rgba(217, 142, 50, 0.15); color: #f5b058; border-color: rgba(217,142,50,0.3);\"\u003e\n      📖 Thoughtful Bedside Illumination\n    \u003c\/span\u003e\n    \u003ch2\u003eHestonix™ Fold-Away Bedside Reading Lamp\u003c\/h2\u003e\n    \u003cp\u003e\n      Meet the Hestonix™ Fold-Away Bedside Reading Lamp, a thoughtfully designed bedside light created for people who love to read, unwind, journal, or browse before sleep without filling the entire room with harsh light. Instead of a traditional lampshade or exposed light bar, this lamp features a slim sculptural light wing that opens like a folded page, allowing you to direct a comfortable pool of illumination exactly where you need it.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hestonix-tag-list\"\u003e\n      \u003cspan class=\"hestonix-tag-item\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eFold-Away Light Wing\u003c\/span\u003e\n      \u003cspan class=\"hestonix-tag-item\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003ePrivate Reading Zone\u003c\/span\u003e\n      \u003cspan class=\"hestonix-tag-item\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eSubtle Night Light Base\u003c\/span\u003e\n      \u003cspan class=\"hestonix-tag-item\" style=\"background: rgba(255,255,255,0.1); color: #fff; border: none;\"\u003eTouch Dimmer\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 1: DESIGN \u0026 FUNCTION OVERVIEW (IMAGE 1) --\u003e\n  \u003cdiv class=\"hestonix-row-grid\"\u003e\n    \u003cdiv class=\"hestonix-frame-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/1_a1738256-a68b-4998-a253-4b14339eab52.png?v=1789726462\" alt=\"Hestonix Fold-Away Bedside Reading Lamp Overview\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge-tag\"\u003e✨ Foldable Light Wing\u003c\/span\u003e\n      \u003ch2\u003eSculptural Form Meets Private Bedside Light\u003c\/h2\u003e\n      \u003cp\u003e\n        Angle the light toward your book for focused nighttime reading, turn it slightly toward the wall for a softer reflected glow, or fold it closer to the body when you want a clean, minimal look on your nightstand.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        When reading is finished, the slim lighting panel folds inward for a cleaner silhouette, transforming the lamp from a practical reading tool into a modern decorative object that enhances your bedroom aesthetic.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-tag-list\"\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eZero Page Glare\u003c\/span\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eAdjustable Wing Angle\u003c\/span\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eAsymmetric Profile\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 2: 7 KEY BENEFIT CARDS --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 32px;\"\u003e\n    \u003cspan class=\"hestonix-badge-tag\"\u003eDesigned For Sleep \u0026amp; Comfort\u003c\/span\u003e\n    \u003ch2\u003e7 Reasons You'll Love Hestonix™ Beside Your Bed\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hestonix-cards-grid\"\u003e\n    \u003c!-- Card 1 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e💡\u003c\/div\u003e\n      \u003ch3\u003eFocused Personal Light\u003c\/h3\u003e\n      \u003cp\u003eA partially shielded lighting panel directs illumination toward your book or tablet, reducing unnecessary light throughout the rest of the bedroom.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e🌙\u003c\/div\u003e\n      \u003ch3\u003eIdeal for Shared Bedrooms\u003c\/h3\u003e\n      \u003cp\u003eThe directional beam creates a private reading zone, letting you enjoy extra pages without waking your sleeping partner.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eFold-Away Light Wing\u003c\/h3\u003e\n      \u003cp\u003eThe hinged panel opens smooth for reading and folds inward when finished for a clean, decorative silhouette.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 4 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e🔆\u003c\/div\u003e\n      \u003ch3\u003eWarm Touch Dimming\u003c\/h3\u003e\n      \u003cp\u003eMove seamlessly from focused reading level to a soft nighttime glow with intuitive touch dimming designed for relaxation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 5 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eSoft Indirect Ambiance\u003c\/h3\u003e\n      \u003cp\u003eRotate the lighting panel toward a nearby wall to create a soothing reflected glow for quiet conversation or cozy bedroom vibes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card 6 --\u003e\n    \u003cdiv class=\"hestonix-benefit-card\"\u003e\n      \u003cdiv class=\"hestonix-card-icon\"\u003e🛏️\u003c\/div\u003e\n      \u003ch3\u003eSubtle Base Night Light\u003c\/h3\u003e\n      \u003cp\u003eA low-level downward glow provides gentle orientation lighting for late-night movement without turning on harsh overhead lights.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 3: SHARED BEDROOM \u0026 DIMMING FEATURE (IMAGE 2) --\u003e\n  \u003cdiv class=\"hestonix-row-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge-tag\"\u003e🌙 Peaceful Partner Sleep\u003c\/span\u003e\n      \u003ch2\u003eEnjoy Late-Night Reading Without Disturbing Others\u003c\/h2\u003e\n      \u003cp\u003e\n        The partially shielded light design keeps brightness concentrated strictly around your personal reading area. This makes it essential for shared bedrooms, allowing one person to read or journal freely while the other rests in total darkness.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        A smooth touch dimmer makes it effortless to lower brightness with minimal movement, while a dedicated low-level night mode gives just enough light for late-night steps without flooding the room.\n      \u003c\/p\u003e\n      \u003cdiv class=\"hestonix-tag-list\"\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003ePartner Friendly\u003c\/span\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eLow-Level Night Mode\u003c\/span\u003e\n        \u003cspan class=\"hestonix-tag-item\"\u003eSmooth Touch Controls\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hestonix-frame-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/2_f5a68a01-a435-4fe3-b974-7de02de927a3.png?v=1789726462\" alt=\"Hestonix Lamp Shared Bedroom Night Reading Feature\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 4: BASE NIGHT LIGHT \u0026 COMPACT DESIGN (IMAGE 3) --\u003e\n  \u003cdiv class=\"hestonix-row-grid\"\u003e\n    \u003cdiv class=\"hestonix-frame-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/3_402fb2eb-e398-42d1-a106-f0c46c9fece0.png?v=1789726462\" alt=\"Hestonix Lamp Compact Nightstand Footprint and Base Night Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"hestonix-badge-tag\"\u003e🏠 Compact Footprint\u003c\/span\u003e\n      \u003ch2\u003eArchitectural Elegance for Any Space\u003c\/h2\u003e\n      \u003cp\u003e\n        The compact weighted base takes up minimal nightstand real estate while incorporating a subtle downward-facing glow. Reach for a glass of water or move around the bedroom at night without fumbling for switches.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        With its soft-touch finish and warm architectural light, it fits effortlessly in bedrooms, guest rooms, apartments, dorms, reading corners, and home offices.\n      \u003c\/p\u003e\n      \u003cul style=\"list-style: none; padding: 0; margin-top: 14px;\"\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; color: #444950;\"\u003e\n          \u003cstrong style=\"color: var(--h-warm-amber);\"\u003e✓ Nightstands \u0026amp; Bedside Tables:\u003c\/strong\u003e Maximizes surface area for books \u0026amp; phones.\n        \u003c\/li\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; color: #444950;\"\u003e\n          \u003cstrong style=\"color: var(--h-warm-amber);\"\u003e✓ Apartment Nooks \u0026amp; Reading Chairs:\u003c\/strong\u003e Cozy ambient accent light.\n        \u003c\/li\u003e\n        \u003cli style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; color: #444950;\"\u003e\n          \u003cstrong style=\"color: var(--h-warm-amber);\"\u003e✓ Guest Rooms \u0026amp; Dorms:\u003c\/strong\u003e Modern functional décor piece.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECTION 5: GIFT BANNER --\u003e\n  \u003cdiv class=\"hestonix-gift-box\"\u003e\n    \u003cdiv class=\"hestonix-gift-icon\"\u003e🎁\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3 style=\"margin-bottom: 4px;\"\u003eCompact Décor with Everyday Purpose\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 14px; color: #565d68;\"\u003e\n        Its combination of functional reading light and sculptural home décor makes it an appealing, thoughtful gift for book lovers, couples, students, night owls, birthdays, housewarmings, or anyone upgrading their nighttime routine.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":51840992444722,"sku":"HST-LB002","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/4782\/3922\/files\/0e24f084-7498-4a6c-b3b4-f35e6ebf430a.png?v=1789726439","url":"https:\/\/hestonix.com\/products\/hestonix%e2%84%a2-fold-away-bedside-reading-lamp-with-focused-night-reading-light-and-soft-ambient-glow","provider":"Hestonix™","version":"1.0","type":"link"}