{"product_id":"5-tier-over-door-organizer","title":"5-Tier Over-Door Organizer","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Home Organization \/ Over-the-door Storage\nTarget Audience: Moms, Renters, College Students, Small Apartment Owners\nVisual Style: Clean, Trustworthy, Practical, Space-saving\nColor Strategy: Neutral background with soft teal\/sage primary accents (evokes calm and tidy feelings)\nShape Strategy: Radius 16px (Approachable, family-safe, soft edges for fabric\/baby products)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 36px+, Body 18px)\nMobile Table Strategy: Card-based (No horizontal scroll, full block-level transform with pseudo-element labels)\nImage Mapping: Hero=image_1, Feature1(Capacity)=image_2, Feature2(Sturdy)=image_3, Feature3(Easy Install)=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root, .product-detail-container {\n      \/* Color System *\/\n      --primary: #2C6E63;       \/* Calming organization green *\/\n      --primary-light: #E8F3F1;\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FAFB;\n      --border-color: #E5E7EB;\n      \n      \/* Typography System *\/\n      --font-stack: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      \n      \/* Shape \u0026 Space *\/\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      \n      \/* Spacing Variables *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    \/* Container Architecture *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: var(--font-stack);\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      color: var(--text-main);\n      margin-top: 0;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n      font-weight: 700;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(26px, 3.5vw, 36px); }\n    .product-detail-container h3 { font-size: clamp(22px, 2.5vw, 28px); }\n    \n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image \/ Placeholder Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .media-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background: #F3F4F6;\n      border: 2px dashed #D1D5DB;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #6B7280;\n      font-weight: 600;\n      font-size: clamp(16px, 2vw, 20px);\n      text-align: center;\n      padding: 1rem;\n    }\n    \n    .hero-placeholder {\n      aspect-ratio: 4 \/ 3;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .social-proof-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: clamp(14px, 1.5vw, 16px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Non-clickable Visual Badges *\/\n    .badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-top: 1.5rem;\n    }\n\n    .visual-badge {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.75rem 1.25rem;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      font-size: 16px;\n      color: var(--primary);\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Feature Layout (Mobile Lock: Flex Column) *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-element);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-copy h3 {\n      color: var(--primary);\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 0.5rem;\n    }\n\n    \/* Specifications Table (Mobile Card Lock) *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 1.25rem;\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-card);\n      color: var(--text-main);\n      font-weight: 700;\n      border-bottom: 2px solid var(--border-color);\n    }\n\n    .specs-table td {\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      margin-bottom: 1.5rem;\n    }\n\n    .faq-item h3 {\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\n    \/* Desktop Enhancements (Z-Pattern \u0026 Table Reset) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      \n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n\n      .specs-table tr:nth-child(even) {\n        background-color: var(--bg-card);\n      }\n      \n      .specs-table td {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Table Card Lock *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .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        padding: 0.5rem 0;\n        box-shadow: var(--shadow-sm);\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem;\n        text-align: right;\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        text-align: left;\n        flex: 1;\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"social-proof-badge\"\u003e✨ Essential for Smart Living\u003c\/div\u003e\n\n\u003ch1\u003eMaximize Your Space Instantly\u003c\/h1\u003e\n\n\u003cp\u003eThe ultimate 5-tier over-the-door organizer that clears clutter and transforms any messy room into a perfectly tidy sanctuary.\u003c\/p\u003e\n\n\u003cdiv class=\"media-placeholder hero-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326160121\/7d541f583d69082e565fdef2ca75d36f.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326160120\/39e536a92361dd4badc19bb3ad15fe19.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eVersatile Storage\u003c\/h3\u003e\n\n\u003ch2\u003eStore Everything from Diapers to Dorm Essentials\u003c\/h2\u003e\n\n\u003cp\u003eFeaturing 5 spacious main tiers and 10 large side pockets, this organizer handles bulky baby wipe packages, daily toiletries, bedroom accessories, and dorm room necessities with ease. Everything you need is finally visible and accessible.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-group\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e✓ 5 Deep Tiers\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e✓ 10 Side Pockets\u003c\/div\u003e\n\u003c\/div\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=\"media-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326160120\/78dadeb5f389562b2ab4f539bd15c2b6.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSturdy Construction\u003c\/h3\u003e\n\n\u003ch2\u003eBuilt to Handle the Heavy Lifting\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to flimsy, sagging fabric. Engineered with advanced anti-tilt mechanisms and reinforced structural support, it securely holds heavy supplies without losing its shape.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-group\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e💪 Holds up to 44 lbs\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🛡️ Anti-tilt Design\u003c\/div\u003e\n\u003c\/div\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=\"media-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326160120\/d7fed968a0ee37bc21dc1289da764b91.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\n\u003ch2\u003eZero Tools. Instant Setup.\u003c\/h2\u003e\n\n\u003cp\u003eMaximize your room without taking up an inch of valuable floor space. Simply slip the heavy-duty metal hooks over any standard door, and enjoy an immediate storage upgrade. No drills, no complicated manuals—perfect for renters and back-to-school setups.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-group\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e🚪 Fits Standard Doors\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e⏱️ 10-Second Setup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eDesigned with precise measurements to fit seamlessly into your lifestyle.\u003c\/p\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\u003eDetails\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=\"Weight Capacity\"\u003eWeight Capacity\u003c\/td\u003e\n\t\t\t\u003ctd\u003e44.0 lbs \/ 20.0 kg\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Estimated Dimensions\"\u003eEstimated Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd\u003e55.0 in x 15.0 in \/ 140.0 cm x 38.0 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Storage Layout\"\u003eStorage Layout\u003c\/td\u003e\n\t\t\t\u003ctd\u003e5 Main Bins \u0026amp; 10 Side Mesh Pockets\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Installation\"\u003eInstallation\u003c\/td\u003e\n\t\t\t\u003ctd\u003eOver-the-door metal hooks (Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Best For\"\u003eBest For\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBedrooms, Bathrooms, Nurseries, Dorms\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\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill it fit over my specific door?\u003c\/h3\u003e\n\n\u003cp\u003eThe included metal hooks are designed to fit securely over all standard interior residential and dormitory doors (typically up to 1.98 inches \/ 5.0 cm thick) without preventing the door from closing properly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan it safely hold heavy liquid bottles?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. Thanks to the reinforced base boards and anti-tilt design, the organizer is capable of supporting up to 44 lbs (20 kg) of total weight. Heavy shampoo bottles, lotions, and large wet wipe packs are easily supported.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I clean the organizer?\u003c\/h3\u003e\n\n\u003cp\u003eThe premium, durable fabric is designed for easy maintenance. Simply wipe it down with a damp cloth or a mild cleaning solution to remove dust or accidental spills. Do not machine wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Grey \/ 🚪 1-Pack (Standard)","offer_id":45411989192895,"sku":"0327-17197911","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 🚪 1-Pack (Standard)","offer_id":45411989225663,"sku":"0327-17194860","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 🚪 1-Pack (Standard)","offer_id":45411989258431,"sku":"0327-17194197","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 🚪 1-Pack (Standard)","offer_id":45411989291199,"sku":"0327-17190137","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 👯 2-Pack (Whole Home)","offer_id":45411989323967,"sku":"0327-17198580","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 👯 2-Pack (Whole Home)","offer_id":45411989356735,"sku":"0327-17190346","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 👯 2-Pack (Whole Home)","offer_id":45411989389503,"sku":"0327-17198179","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 👯 2-Pack (Whole Home)","offer_id":45411989422271,"sku":"0327-17190548","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/7d541f583d69082e565fdef2ca75d36f.jpg?v=1774512403","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/5-tier-over-door-organizer","provider":"Bak","version":"1.0","type":"link"}