{"product_id":"pocket-sized-rain-protection","title":"Pocket Sized Rain Protection","description":" \u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--[AI Design Logic]Product Type: Travel \/ Outdoor Accessory (Compact Umbrella)Target Audience: Commuters, travelers, drivers looking for reliable \u0026 portable weather protection.Visual Style: Sleek, reliable, highly functional (Tech\/Industrial meets Everyday Utility).Color Strategy: - Primary: #0f172a (Deep Slate \/ Storm reliability)- Accent: #0ea5e9 (Raindrop Blue \/ Premium highlight)- Background: #f8fafc (Clean, breathable canvas)Shape Strategy: Radius 12px (Hard-wearing but comfortable to hold, suitable for practical tools).Typography Strategy: Large Type \/ Mobile-first readable (H1 44px, P 20px, high legibility).Mobile Table Strategy: Card-based (No horizontal scroll, full-width blocks).Image Mapping: Hero=image_1, Portability Feature=image_2, Durability Feature=image_3--\u003e\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/    .product-detail-container {      --primary: #0f172a;      --primary-hover: #1e293b;      --accent: #0ea5e9;      --text-main: #334155;      --text-sub: #64748b;      --bg-body: #ffffff;      --bg-card: #f8fafc;      --border-color: #e2e8f0;            --radius-md: 12px;      --radius-lg: 20px;            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);      \/* 0) Typography \u0026 Spacing System *\/      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-color: var(--bg-body);      overflow-wrap: break-word;      word-break: break-word;      line-height: 1.7;    }    .product-detail-container *,    .product-detail-container *::before,    .product-detail-container *::after {      box-sizing: border-box;    }    \/* Typography Sizes *\/    .product-detail-container h1 {      font-size: clamp(34px, 5vw, 44px);      line-height: 1.2;      color: var(--primary);      margin: 0 0 1.5rem 0;      font-weight: 800;    }    .product-detail-container h2 {      font-size: clamp(26px, 4vw, 32px);      line-height: 1.3;      color: var(--primary);      margin: 0 0 1.25rem 0;      font-weight: 700;    }    .product-detail-container h3 {      font-size: clamp(20px, 3vw, 24px);      line-height: 1.4;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 600;    }    .product-detail-container p {      font-size: clamp(18px, 2vw, 20px);      margin: 0 0 1.5rem 0;      color: var(--text-main);    }    .product-detail-container .sub-text {      font-size: clamp(16px, 1.5vw, 18px);      color: var(--text-sub);    }    \/* Layout Spacing *\/    .pd-section {      padding: clamp(3rem, 6vw, 6rem) 0;      border-bottom: 1px solid var(--border-color);    }    .pd-section:last-child {      border-bottom: none;    }    \/* Non-interactive Badges *\/    .pd-badge-group {      display: flex;      flex-wrap: wrap;      gap: 1rem;      margin-bottom: 2rem;    }    .pd-badge {      display: inline-flex;      align-items: center;      padding: 0.5rem 1rem;      background-color: var(--bg-card);      color: var(--primary);      font-size: 16px;      font-weight: 600;      border-radius: 50px;      border: 1px solid var(--border-color);    }    .pd-badge-accent {      background-color: #f0f9ff;      color: var(--accent);      border-color: #bae6fd;    }    \/* Media\/Image Rules (Option A \u0026 Placeholder) *\/    .ai-placeholder {      width: 100%;      height: auto;      display: flex;      align-items: center;      justify-content: center;      padding: clamp(4rem, 15vw, 8rem) 2rem;      background: var(--bg-card);      border: 2px dashed #cbd5e1;      border-radius: var(--radius-md);      color: var(--text-sub);      font-weight: 700;      font-size: clamp(18px, 2vw, 22px);      text-align: center;    }    \/* In actual use, if user replaces .ai-placeholder with \u003cimg\u003e, apply these rules *\/    .product-detail-container img {      width: 100%;      height: auto;      display: block;      border-radius: var(--radius-md);    }    \/* Mobile Ordering Lock (Z-Pattern Desktop, Stacked Mobile) *\/    .feature-item {      display: flex;      flex-direction: column;      gap: clamp(2rem, 5vw, 4rem);      margin-bottom: clamp(4rem, 8vw, 6rem);    }    .feature-item:last-child {      margin-bottom: 0;    }    .feature-media, .feature-copy {      width: 100%;      flex: 1;    }        @media (min-width: 768px) {      .feature-item {        flex-direction: row;        align-items: center;      }      .feature-item:nth-child(even) {        flex-direction: row-reverse;      }    }    \/* Specs Table (Card-based on mobile) *\/    .pd-specs-table {      width: 100%;      border-collapse: collapse;      margin-top: 2rem;      background: var(--bg-body);    }    .pd-specs-table th,     .pd-specs-table td {      padding: 1.5rem;      text-align: left;      font-size: 18px;    }    .pd-specs-table thead tr {      background-color: var(--bg-card);      border-bottom: 2px solid var(--border-color);    }    .pd-specs-table th {      font-weight: 700;      color: var(--primary);    }    .pd-specs-table tbody tr {      border-bottom: 1px solid var(--border-color);    }        @media (max-width: 767px) {      .pd-specs-table,       .pd-specs-table thead,       .pd-specs-table tbody,       .pd-specs-table tr,       .pd-specs-table th,       .pd-specs-table td {        display: block;        width: 100%;      }      .pd-specs-table thead {        display: none;      }      .pd-specs-table tr {        background: var(--bg-card);        border: 1px solid var(--border-color);        border-radius: var(--radius-md);        margin-bottom: 1.5rem;        padding: 1.5rem;      }      .pd-specs-table td {        display: flex;        flex-direction: column;        border-bottom: none;        padding: 0 0 1.2rem 0;      }      .pd-specs-table td:last-child {        padding-bottom: 0;      }      .pd-specs-table td::before {        content: attr(data-label);        font-weight: 700;        color: var(--text-sub);        font-size: 16px;        margin-bottom: 0.5rem;        text-transform: uppercase;        letter-spacing: 0.05em;      }    }    \/* FAQ Section *\/    .faq-item {      background: var(--bg-card);      border-radius: var(--radius-md);      padding: clamp(1.5rem, 3vw, 2.5rem);      margin-bottom: 1.5rem;      border: 1px solid var(--border-color);    }    .faq-item h3 {      color: var(--primary);      margin-bottom: 1rem;    }    .faq-item p {      margin-bottom: 0;      color: var(--text-sub);    }\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cspan class=\"pd-badge pd-badge-accent\"\u003ePremium Value\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eWind \u0026amp; Rain Tested\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eMaster the Elements, Instantly.\u003c\/h1\u003e\n\u003cp class=\"sub-text\" style=\"max-width: 800px; font-size: clamp(18px, 2vw, 22px); margin-bottom: 3rem;\"\u003eExperience unmatched protection without the bulk. A highly durable canopy and an ultra-flexible frame, seamlessly crafted into a compact profile.\u003c\/p\u003e\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv class=\"ai-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324103813\/c4652d1c465c2a172202d8f0bec3831e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"ai-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324103813\/d581e5bf2543387202cb5b04f2a70d91.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGlove-Compartment Ready\u003c\/h2\u003e\n\u003cp\u003eNever get caught off-guard by unpredictable weather. Designed with extreme space-efficiency in mind, this umbrella effortlessly fits into your car's glove compartment, your daily tote, or weekend luggage.\u003c\/p\u003e\n\u003cp\u003eTake it out for long trips with absolute peace of mind. It stays quietly tucked away until the exact moment you need reliable shelter.\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=\"ai-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324103813\/f276b71ab07f74cb3cb435679ddd8a3b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEngineered to Defy the Wind\u003c\/h2\u003e\n\u003cp\u003eBuilt with an advanced, high-flexibility stand system that far exceeds traditional umbrella frames. It absorbs strong wind gusts without snapping, offering incredible structural integrity.\u003c\/p\u003e\n\u003cp\u003eThe frictionless deployment mechanism ensures you can open it smoothly and effortlessly with a single motion, keeping you completely dry during sudden downpours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eDetailed Specifications\u003c\/h2\u003e\n\u003cp\u003eEverything you need to know about your daily weather companion.\u003c\/p\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\t\u003cthead\u003e\t\t\u003ctr\u003e\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\t\t\t\u003cth\u003eSpecification Details\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=\"Feature\"\u003eDimensions (Open)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003e90 cm × 52 cm (35.4 in × 20.5 in)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eFrame \u0026amp; Stand\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003eHigh-flexibility reinforced ribs for advanced wind resistance\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eCanopy Material\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003ePremium water-repellent performance fabric\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003ePortability\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003eUltra-compact folding design (Glove compartment compatible)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eMaintenance Protocol\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003eLeave open to air dry completely. Wipe clean with a damp cloth when necessary.\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=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 3rem;\"\u003eClear answers to help you make an informed decision.\u003c\/p\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill it fit in my daily bag or small compartments?\u003c\/h3\u003e\n\u003cp\u003eAbsolutely. Its ultra-compact form factor was specifically designed to fit into standard car glove compartments, backpacks, and commuter bags without causing unnecessary bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow does the flexible frame help in stormy weather?\u003c\/h3\u003e\n\u003cp\u003eInstead of rigid metals that snap under pressure, our umbrella features a high-flexibility stand. This allows the ribs to slightly bend and absorb heavy wind gusts, drastically reducing the chances of permanent damage or inversion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat is the best way to care for this umbrella?\u003c\/h3\u003e\n\u003cp\u003eFor maximum longevity, never pack the umbrella away while wet. Always leave it open in a ventilated area until completely dry. If the canopy gets dirty, gently wipe it down with a clean, damp cloth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"White","offer_id":44163174367366,"sku":"0324-18149494","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":44163174400134,"sku":"0324-18144880","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":44163174432902,"sku":"0324-18149729","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":44163174465670,"sku":"0324-18147885","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0672\/7273\/6902\/files\/717351bbed9b52dfcdbcb2d82e62a17a1a352fd8763dc86daac7650b0cd744ed.webp?v=1784101947","url":"https:\/\/alluvinor.com\/products\/pocket-sized-rain-protection","provider":"alluvinor","version":"1.0","type":"link"}