{"product_id":"rectangular-fridge-lazy-susan","title":"Rectangular Fridge Lazy Susan","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home Organization \/ Refrigerator Storage\nTarget Audience: Homemakers, Kitchen Enthusiasts, Organization Lovers\nVisual Style: Clean, Modern, Orderly, High-Clarity\nColor Strategy: Fresh Ice Blue \u0026 White (representing cleanliness and the fridge environment) with Dark Slate Gray for readability\nShape Strategy: Radius 16px (Friendly, safe, matches the heart-shaped rotation track)\nTypography Strategy: Large Type \/ Mobile-first readable (San-serif, highly legible)\nMobile Table Strategy: Card-based (No horizontal scroll, full conversion for mobile readability)\nImage Mapping: \nHero = image_1 (Main application scene)\nFeature1 = image_2 (Rotation mechanism)\nFeature2 = image_3 (Rectangular vs Round comparison)\nFeature3 = image_4 (Size\/Fit demonstration)\nFeature4 = image_5 (Diamond pattern close-up)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Global Reset \u0026 Variables *\/\n        .product-detail-container {\n            --primary: #0ea5e9; \/* Fresh Ice Blue *\/\n            --primary-hover: #0284c7;\n            --text-main: #0f172a;\n            --text-sub: #475569;\n            --bg-body: #ffffff;\n            --bg-card: #f8fafc;\n            --bg-accent: #f0f9ff;\n            --radius-md: 12px;\n            --radius-lg: 16px;\n            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05);\n            --border-color: #e2e8f0;\n            \n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            box-sizing: border-box;\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: var(--text-main);\n            background-color: var(--bg-body);\n            overflow-wrap: break-word;\n            word-break: break-word;\n        }\n\n        .product-detail-container * {\n            box-sizing: border-box;\n        }\n\n        \/* Typography System *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            line-height: 1.2;\n            font-weight: 800;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n            letter-spacing: -0.02em;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(28px, 4vw, 36px);\n            line-height: 1.3;\n            font-weight: 700;\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(22px, 3vw, 26px);\n            line-height: 1.4;\n            font-weight: 700;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            margin: 0 0 1.5rem 0;\n            color: var(--text-sub);\n        }\n\n        .product-detail-container .subtitle {\n            font-size: clamp(20px, 2.5vw, 24px);\n            color: var(--text-sub);\n            margin-bottom: clamp(2rem, 4vw, 3rem);\n            font-weight: 500;\n        }\n\n        \/* Image Protocol *\/\n        .product-detail-container img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-lg);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .img-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            background: var(--bg-card);\n            border: 2px dashed var(--border-color);\n            border-radius: var(--radius-lg);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-sub);\n            font-weight: 600;\n            font-size: 1.25rem;\n            text-align: center;\n            padding: 1rem;\n        }\n\n        \/* Visual Badge (Non-clickable) *\/\n        .trust-badge {\n            display: inline-flex;\n            align-items: center;\n            background-color: var(--bg-accent);\n            color: var(--primary-hover);\n            padding: 0.5rem 1rem;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            border: 1px solid var(--primary);\n        }\n\n        \/* Spacing Helpers *\/\n        .section-spacer {\n            margin-bottom: clamp(4rem, 8vw, 6rem);\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n            padding-top: clamp(2rem, 4vw, 4rem);\n        }\n\n        \/* Feature Section (Mobile Lock \u0026 Z-Pattern Desktop) *\/\n        .feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile first lock *\/\n            gap: clamp(2rem, 5vw, 4rem);\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n            align-items: center;\n        }\n\n        .feature-media {\n            width: 100%;\n        }\n\n        .feature-copy {\n            width: 100%;\n        }\n\n        \/* Specifications Table (Card-based on Mobile) *\/\n        .specs-section {\n            background-color: var(--bg-card);\n            padding: clamp(2rem, 5vw, 4rem);\n            border-radius: var(--radius-lg);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: clamp(16px, 1.5vw, 18px);\n        }\n\n        \/* Desktop Table Default Styling *\/\n        .specs-table th, .specs-table td {\n            padding: 1.25rem 1.5rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table th {\n            background-color: var(--bg-accent);\n            color: var(--text-main);\n            font-weight: 700;\n            width: 35%;\n        }\n\n        .specs-table td {\n            color: var(--text-sub);\n        }\n\n        \/* FAQ Section *\/\n        .faq-item {\n            background: var(--bg-body);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            padding: clamp(1.5rem, 3vw, 2rem);\n            margin-bottom: 1.5rem;\n            box-shadow: var(--shadow-sm);\n        }\n\n        .faq-item h3 {\n            font-size: clamp(20px, 2.5vw, 22px);\n            margin-bottom: 0.5rem;\n        }\n\n        .faq-item p {\n            margin-bottom: 0;\n        }\n\n        \/* Responsive Architecture (Desktop Enhancements) *\/\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row; \/* Desktop Z-Pattern *\/\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media, .feature-copy {\n                width: 50%;\n            }\n        }\n\n        \/* Strictly Mobile Layout Adjustments *\/\n        @media (max-width: 767px) {\n            \/* Table to Card Conversion *\/\n            .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .specs-table thead {\n                display: none;\n            }\n            \n            .specs-table tr {\n                background: var(--bg-body);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                box-shadow: var(--shadow-sm);\n                overflow: hidden;\n            }\n            \n            .specs-table td {\n                display: flex;\n                flex-direction: column; \/* Prevent text squishing *\/\n                padding: 1rem;\n                border-bottom: 1px solid var(--border-color);\n            }\n            \n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n            \n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-bottom: 0.5rem;\n                font-size: 16px;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n            }\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacer\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eLoved by 50,000+ Organized Homes\u003c\/div\u003e\n\n\u003ch1\u003eMaximize Every Inch of Your Fridge\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eThe game-changing rectangular lazy susan that brings the back of your fridge to the front.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318171153\/3ef88a482477ab7ebf355113f2778ea5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section section-spacer\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318171153\/6c84bce7e0c28ab392a98f2149572673.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSmooth 360° Heart-Shaped Rotation\u003c\/h3\u003e\n\n\u003cp\u003eStop knocking over bottles to reach the back. Our innovative heart-shaped rotation track allows this rectangular organizer to spin fully without hitting the sides of your refrigerator, delivering whatever you need right to your fingertips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318171153\/c79bc6ab6520982fbcc511566e2228e7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eThe Game-Changing Rectangular Shape\u003c\/h3\u003e\n\n\u003cp\u003eRound turntables waste valuable corner space in square fridges. This rectangular lazy susan acts as a true space multiplier, offering significantly more storage capacity and resolving the \"dead zone\" problem of traditional organizers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318171153\/6422cc80e86f531e6aaa567d8a4dec3c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePerfectly Sized for 80% of Fridges\u003c\/h3\u003e\n\n\u003cp\u003eThoughtfully engineered dimensions. Measuring 15.4\" x 11.4\", it easily fits most standard and small single-door refrigerators on the market. Simply ensure your shelf space meets the minimum depth and width requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318171153\/c41829e984302f07b052a79830c53b48.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eElegant Diamond Pattern Design\u003c\/h3\u003e\n\n\u003cp\u003eOrganization shouldn't compromise on beauty. The unique diamond pattern base is highly attractive and acts as a practical non-slip surface, ensuring your condiments, jars, and beverages stay securely in place during rotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section section-spacer\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem);\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\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 data-label=\"Feature\"\u003eProduct Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e14.2\" L x 10.2\" W x 1.1\" H (36.1 x 25.9 x 2.8 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMinimum Required Space\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e15.4\" W x 11.4\" D (39.1 cm W x 29.0 cm D)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eShape\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eRectangular with rounded safety edges\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRotation Mechanism\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e360-Degree Heart-Shaped Track\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSurface Texture\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eNon-Slip Diamond Pattern\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCleaning Care\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eHand wash only (Not dishwasher safe)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section section-spacer\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I know if this will fit my refrigerator?\u003c\/h3\u003e\n\n\u003cp\u003eOur organizer is designed to fit perfectly in 80% of fridge compartments. Please measure your specific shelf before purchasing. You will need a minimum flat clearance of 15.4 inches (39.1 cm) in width and 11.4 inches (29.0 cm) in depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs this organizer dishwasher safe?\u003c\/h3\u003e\n\n\u003cp\u003eTo preserve the crystal-clear finish and the smooth functionality of the rotating track, we highly recommend washing this item by hand using mild dish soap and warm water. It is not suitable for dishwashers or boiling water.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill it slide around when I spin it?\u003c\/h3\u003e\n\n\u003cp\u003eNo, the base is equipped with reliable suction cups that anchor firmly to smooth surfaces like glass or plastic fridge shelves. This ensures the tray spins smoothly in place without shifting around your refrigerator.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Standard)","offer_id":45333465432255,"sku":"0325-15530737","price":21.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Most Popular - Save 15%)","offer_id":45333465465023,"sku":"0325-15534426","price":40.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value - Save 25%)","offer_id":45333465497791,"sku":"0325-15539458","price":60.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3ef88a482477ab7ebf355113f2778ea5.jpg?v=1773825361","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/rectangular-fridge-lazy-susan","provider":"Bak","version":"1.0","type":"link"}