{"product_id":"compact-20-clip-drying-rack","title":"Compact 20-Clip Drying Rack","description":"\u003cbr\u003e\u003c!--AI Design LogicProduct Type: Household \/ Utility (Stainless Steel 20-Clip Sock Dryer)Target Audience: Busy households, dorm residents, travelers, RV ownersVisual Style: Clean, utilitarian, modern, reliableColor Strategy: Metallic Navy (--primary) for trust\/strength, Light Grey (--bg-card) for clean utility aesthetics, high contrast.Shape Strategy: Radius 12px (Sturdy but friendly, mimicking the safe edges of modern stainless steel products)Typography Strategy: Large Type \/ Mobile-first readable (H1 38px, Body 18px)Mobile Table Strategy: Card-based (No horizontal scroll, Flex-between with data-labels)Image Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4--\u003e\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* =========================================       1. Design System (CSS Variables)       ========================================= *\/    .product-detail-container {      --primary: #2C3E50;      --accent: #3498DB;      --text-main: #1E293B;      --text-sub: #475569;      --bg-body: #FFFFFF;      --bg-card: #F8FAFC;      --border-color: #E2E8F0;            --radius-md: 8px;      --radius-lg: 12px;      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);            --spacing-md: clamp(1.5rem, 3vw, 2rem);      --spacing-lg: clamp(2.5rem, 6vw, 5rem);            max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      color: var(--text-main);      background: var(--bg-body);      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;    }    .product-detail-container *,    .product-detail-container *::before,    .product-detail-container *::after {      box-sizing: inherit;    }    \/* =========================================       2. Typography System       ========================================= *\/    .product-detail-container h1,     .product-detail-container h2,     .product-detail-container h3 {      color: var(--primary);      margin: 0 0 1rem 0;      line-height: 1.2;      font-weight: 700;    }    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); }    .product-detail-container h2 { font-size: clamp(26px, 4vw, 32px); }    .product-detail-container h3 { font-size: clamp(20px, 3vw, 24px); }        .product-detail-container p {      font-size: clamp(18px, 2.5vw, 20px);      line-height: 1.7;      color: var(--text-sub);      margin: 0 0 1.5rem 0;    }    \/* Non-interactive Visual Badges *\/    .product-badge {      display: inline-block;      background: var(--bg-card);      color: var(--text-main);      font-size: 16px;      font-weight: 600;      padding: 0.5rem 1rem;      border-radius: 50px;      border: 1px solid var(--border-color);      margin-bottom: 1.5rem;    }    \/* =========================================       3. Image \u0026 Media Protocol (No Distortion)       ========================================= *\/    \/* Image Placeholder Protocol *\/    .img-placeholder {      width: 100%;      aspect-ratio: 1 \/ 1;      background-color: var(--bg-card);      border: 2px dashed var(--border-color);      border-radius: var(--radius-lg);      display: flex;      align-items: center;      justify-content: center;      color: var(--text-sub);      font-size: 18px;      font-weight: 600;      overflow: hidden;      position: relative;    }    \/* Natural flowing image support if real images are injected *\/    .img-placeholder img {      width: 100%;      height: 100%;      object-fit: contain;      position: absolute;      top: 0;      left: 0;    }    \/* =========================================       4. Layout Strategy (Mobile First + Z-Pattern)       ========================================= *\/    .section-block {      margin-bottom: var(--spacing-lg);    }    \/* Hero Section *\/    .hero-section {      text-align: center;      padding-top: var(--spacing-md);    }        .hero-content {      max-width: 800px;      margin: 0 auto var(--spacing-md);    }    \/* Features Section - Mobile Ordering Lock *\/    .feature-item {      display: flex;      flex-direction: column; \/* STRICT Mobile Lock: Image top, Text bottom *\/      gap: 2rem;      margin-bottom: var(--spacing-lg);    }    .feature-media {      width: 100%;    }    .feature-copy {      width: 100%;      display: flex;      flex-direction: column;      justify-content: center;    }    @media (min-width: 768px) {      .feature-item {        flex-direction: row; \/* Z-Pattern Base *\/        align-items: center;        gap: 4rem;      }      .feature-item:nth-child(even) {        flex-direction: row-reverse; \/* Z-Pattern Alternating *\/      }      .feature-media, .feature-copy {        flex: 1;      }    }    \/* =========================================       5. Specifications Table (Mobile Card Lock)       ========================================= *\/    .specs-section {      background: var(--bg-card);      padding: var(--spacing-md);      border-radius: var(--radius-lg);    }    .specs-table {      width: 100%;      border-collapse: collapse;      font-size: 18px;    }    .specs-table th,     .specs-table td {      padding: 1rem;      text-align: left;      border-bottom: 1px solid var(--border-color);    }    .specs-table th {      font-weight: 700;      color: var(--primary);    }    \/* Mobile Table: Card-based, NO overflow scroll *\/    @media (max-width: 767px) {      .specs-table,       .specs-table thead,       .specs-table tbody,       .specs-table tr,       .specs-table th,       .specs-table td {        display: block;        width: 100%;      }      .specs-table thead {        display: none; \/* Hide header on mobile *\/      }      .specs-table tr {        margin-bottom: 1rem;        background: var(--bg-body);        border: 1px solid var(--border-color);        border-radius: var(--radius-md);        padding: 0.5rem 1rem;        box-shadow: var(--shadow-sm);      }      .specs-table td {        display: flex;        justify-content: space-between;        align-items: center;        padding: 0.75rem 0;        border-bottom: 1px solid var(--border-color);        text-align: right;      }      .specs-table td:last-child {        border-bottom: none;      }      .specs-table td::before {        content: attr(data-label);        font-weight: 700;        color: var(--text-main);        text-align: left;        margin-right: 1rem;      }    }    \/* =========================================       6. FAQ Section       ========================================= *\/    .faq-section {      margin-bottom: var(--spacing-lg);    }        .faq-item {      border-bottom: 1px solid var(--border-color);      padding: 1.5rem 0;    }        .faq-item:last-child {      border-bottom: none;    }    .faq-question {      font-size: clamp(20px, 3vw, 22px);      font-weight: 700;      color: var(--primary);      margin-bottom: 0.5rem;    }\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"product-badge\"\u003eTrusted by 50,000+ Households\u003c\/div\u003e\n\u003ch1\u003eHeavy-Duty 20-Clip Stainless Steel Sock Dryer\u003c\/h1\u003e\n\u003ch2\u003eWindproof, space-saving laundry essential for balconies, dorms, and RVs.\u003c\/h2\u003e\n\u003cp\u003eOrganize and dry your delicate garments efficiently without consuming floor space. Engineered for extreme durability, indoor and outdoor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316131333\/262a1daf9c11c00517e60d066d620eb3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-block features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316131333\/ab8da5b4be1a2b9884b0cf61f562290f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUnbreakable Stainless Steel Build\u003c\/h3\u003e\n\u003cp\u003eSay goodbye to cheap plastic hangers that snap and degrade under the sun. Crafted entirely from premium stainless steel, this dryer guarantees long-time durability.\u003c\/p\u003e\n\u003cp\u003eEnjoy years of reliable laundry organization, fully protected against rust and UV wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316131333\/1556f4aecb189aa6cf909cc509e8a605.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e20 Reinforced Windproof Clamps\u003c\/h3\u003e\n\u003cp\u003eKeep your delicate garments, socks, and underwear absolutely secure. The high-tension clips prevent clothes from slipping, even in outdoor breezy conditions.\u003c\/p\u003e\n\u003cp\u003eComplete with a windproof top hook, your laundry stays safely on the line during camping trips or windy patio drying sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316131333\/a290cb8c154aff57703f9e2cc14486da.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePortable \u0026amp; Space-Saving Design\u003c\/h3\u003e\n\u003cp\u003eMaximize your vertical drying capacity instantly. This hanging system provides massive drying space without the need for bulky, space-consuming floor racks.\u003c\/p\u003e\n\u003cp\u003eIts portable profile makes it ideal for frequent travelers, dorm residents, and busy households looking for professional laundry management.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\u003cdiv class=\"section-block specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\t\u003cthead\u003e\t\t\u003ctr\u003e\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\t\t\u003c\/tr\u003e\t\u003c\/thead\u003e\t\u003ctbody\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\t\t\t\u003ctd\u003ePremium Heavy-Duty Stainless Steel\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Capacity\"\u003eCapacity\u003c\/td\u003e\t\t\t\u003ctd\u003e20 Reinforced Clamps\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Dimensions\"\u003eDimensions\u003c\/td\u003e\t\t\t\u003ctd\u003e36 cm x 36 cm (14.2 in x 14.2 in)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Weight\"\u003eWeight\u003c\/td\u003e\t\t\t\u003ctd\u003e420 g (14.8 oz)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Best Used For\"\u003eBest Used For\u003c\/td\u003e\t\t\t\u003ctd\u003eSocks, Underwear, Delicates, Baby Clothes\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Environment\"\u003eEnvironment\u003c\/td\u003e\t\t\t\u003ctd\u003eIndoor \u0026amp; Outdoor (Windproof Hook Included)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\u003cdiv class=\"section-block faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill it rust if left outside in the rain?\u003c\/div\u003e\n\u003cp\u003eNo, it is crafted from high-quality, corrosion-resistant stainless steel. It is explicitly designed to withstand outdoor environments, balconies, and patios without rusting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo the clamps leave heavy marks on delicate fabrics?\u003c\/div\u003e\n\u003cp\u003eWe designed the clamps to strike the perfect balance between a strong, windproof grip and gentle fabric care. Your delicate items will stay secure without suffering fabric integrity damage or harsh indentations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it easy to pack for camping or travel?\u003c\/div\u003e\n\u003cp\u003eAbsolutely. Its portable design allows it to lay flat when not in use, making it incredibly easy to slide into a suitcase, RV cabinet, or dorm closet without taking up valuable space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Blue \/ 📦 1-Pack (Standard)","offer_id":47558569001133,"sku":"0320-15387468","price":15.95,"currency_code":"USD","in_stock":true},{"title":"Silver Gray \/ 📦 1-Pack (Standard)","offer_id":47558569033901,"sku":"0320-15382161","price":15.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 📦 1-Pack (Standard)","offer_id":47558569066669,"sku":"0320-15382361","price":15.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 🔥 2-Pack","offer_id":47558569099437,"sku":"0320-15382245","price":30.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 🔥 2-Pack","offer_id":47558569132205,"sku":"0320-15383567","price":30.95,"currency_code":"USD","in_stock":true},{"title":"Silver Gray \/ 🔥 2-Pack","offer_id":47558569164973,"sku":"0320-15382242","price":30.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 💎 3-Pack (Best Value)","offer_id":47558569197741,"sku":"0320-15380750","price":45.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 💎 3-Pack (Best Value)","offer_id":47558569230509,"sku":"0320-15389272","price":45.95,"currency_code":"USD","in_stock":true},{"title":"Silver Gray \/ 💎 3-Pack (Best Value)","offer_id":47558569263277,"sku":"0320-15380155","price":45.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2491\/3069\/files\/262a1daf9c11c00517e60d066d620eb3.jpg?v=1789365852","url":"https:\/\/8thgtr-ys.myshopify.com\/it\/products\/compact-20-clip-drying-rack","provider":"Fantasfeelets","version":"1.0","type":"link"}