{"product_id":"windshield-umbrella-sunshade","title":"Windshield Umbrella Sunshade","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eWindshield Umbrella Sunshade\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@500;600;700\u0026amp;family=IBM+Plex+Sans:wght@400;500;600\u0026amp;family=IBM+Plex+Mono:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\n  :root{\n    --bg: #F3F6F9;\n    --panel: #FFFFFF;\n    --ink: #14213D;\n    --ink-soft: #4A5578;\n    --line: #DCE3EE;\n    --heat: #FF6B35;\n    --heat-soft: #FFE3D6;\n    --cool: #1FA398;\n    --cool-soft: #DCF3F0;\n    --radius: 18px;\n  }\n\n  *{ box-sizing:border-box; }\n\n  body{\n    margin:0;\n    background:var(--bg);\n    color:var(--ink);\n    font-family:'IBM Plex Sans', sans-serif;\n    line-height:1.55;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .page{\n    max-width:1080px;\n    margin:0 auto;\n    padding:0 24px;\n  }\n\n  h1,h2,h3{\n    font-family:'Space Grotesk', sans-serif;\n    letter-spacing:-0.01em;\n    margin:0;\n  }\n\n  .mono{ font-family:'IBM Plex Mono', monospace; }\n\n  \/* ---------- HERO ---------- *\/\n  .hero{\n    position:relative;\n    padding:88px 0 64px;\n    overflow:hidden;\n  }\n\n  .eyebrow{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    font-family:'IBM Plex Mono', monospace;\n    font-size:12.5px;\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--heat);\n    background:var(--heat-soft);\n    padding:6px 14px;\n    border-radius:999px;\n    margin-bottom:22px;\n  }\n  .eyebrow::before{\n    content:\"\";\n    width:7px; height:7px;\n    border-radius:50%;\n    background:var(--heat);\n    display:inline-block;\n  }\n\n  .hero h1{\n    font-size:clamp(34px, 5.2vw, 58px);\n    font-weight:700;\n    max-width:15ch;\n    line-height:1.08;\n  }\n\n  .hero-sub{\n    margin-top:22px;\n    font-size:18px;\n    color:var(--ink-soft);\n    max-width:46ch;\n  }\n\n  .hero-arc{\n    position:absolute;\n    top:0; right:-6%;\n    width:520px;\n    max-width:60vw;\n    opacity:0.9;\n    pointer-events:none;\n  }\n\n  .stat-row{\n    display:grid;\n    grid-template-columns:repeat(4, 1fr);\n    gap:14px;\n    margin-top:48px;\n  }\n\n  .stat-chip{\n    background:var(--panel);\n    border:1px solid var(--line);\n    border-radius:14px;\n    padding:16px 14px;\n    text-align:left;\n  }\n  .stat-chip .num{\n    font-family:'Space Grotesk', sans-serif;\n    font-size:22px;\n    font-weight:700;\n    color:var(--cool);\n  }\n  .stat-chip .lbl{\n    font-size:13px;\n    color:var(--ink-soft);\n    margin-top:2px;\n  }\n\n  \/* ---------- HEAT GAUGE SIGNATURE SECTION ---------- *\/\n  .section{\n    padding:64px 0;\n    border-top:1px solid var(--line);\n  }\n\n  .section-head{\n    max-width:640px;\n    margin-bottom:36px;\n  }\n  .section-head h2{\n    font-size:clamp(26px, 3.4vw, 36px);\n    font-weight:700;\n  }\n  .section-head p{\n    color:var(--ink-soft);\n    font-size:16.5px;\n    margin-top:14px;\n  }\n\n  .gauge-card{\n    background:var(--panel);\n    border:1px solid var(--line);\n    border-radius:var(--radius);\n    padding:32px;\n  }\n\n  .gauge-row{\n    display:flex;\n    align-items:center;\n    gap:20px;\n    margin-bottom:22px;\n  }\n  .gauge-row:last-child{ margin-bottom:0; }\n\n  .gauge-tag{\n    width:132px;\n    flex-shrink:0;\n    font-family:'IBM Plex Mono', monospace;\n    font-size:13px;\n    color:var(--ink-soft);\n  }\n\n  .gauge-track{\n    flex:1;\n    height:34px;\n    background:var(--bg);\n    border-radius:999px;\n    position:relative;\n    overflow:hidden;\n    border:1px solid var(--line);\n  }\n  .gauge-fill{\n    height:100%;\n    border-radius:999px;\n    display:flex;\n    align-items:center;\n    justify-content:flex-end;\n    padding-right:14px;\n    font-family:'Space Grotesk', sans-serif;\n    font-weight:700;\n    font-size:14px;\n    color:#fff;\n  }\n  .gauge-fill.hot{\n    width:92%;\n    background:linear-gradient(90deg, #FF9A6C, var(--heat));\n  }\n  .gauge-fill.cool{\n    width:46%;\n    background:linear-gradient(90deg, #5FD9CC, var(--cool));\n  }\n\n  .gauge-foot{\n    margin-top:20px;\n    font-size:14px;\n    color:var(--ink-soft);\n  }\n  .gauge-foot b{ color:var(--ink); }\n\n  \/* ---------- STEPS ---------- *\/\n  .steps{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:20px;\n  }\n  .step{\n    background:var(--panel);\n    border:1px solid var(--line);\n    border-radius:var(--radius);\n    padding:26px 22px;\n    position:relative;\n  }\n  .step .idx{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:13px;\n    color:var(--cool);\n    letter-spacing:0.08em;\n  }\n  .step h3{\n    font-size:19px;\n    margin-top:10px;\n    margin-bottom:8px;\n  }\n  .step p{\n    font-size:14.5px;\n    color:var(--ink-soft);\n    margin:0;\n  }\n  .step:not(:last-child)::after{\n    content:\"→\";\n    position:absolute;\n    right:-26px;\n    top:50%;\n    transform:translateY(-50%);\n    color:var(--line);\n    font-size:20px;\n    display:none;\n  }\n  @media(min-width:769px){\n    .step:not(:last-child)::after{ display:block; }\n  }\n\n  \/* ---------- FEATURE GRID ---------- *\/\n  .feature-grid{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:2px;\n    background:var(--line);\n    border:1px solid var(--line);\n    border-radius:var(--radius);\n    overflow:hidden;\n  }\n  .feature{\n    background:var(--panel);\n    padding:26px 24px;\n  }\n  .feature .ico{\n    width:38px; height:38px;\n    border-radius:10px;\n    background:var(--heat-soft);\n    display:flex; align-items:center; justify-content:center;\n    margin-bottom:16px;\n  }\n  .feature .ico svg{ width:20px; height:20px; }\n  .feature h3{\n    font-size:16.5px;\n    margin-bottom:6px;\n  }\n  .feature p{\n    font-size:14px;\n    color:var(--ink-soft);\n    margin:0;\n  }\n\n  \/* ---------- SPECS ---------- *\/\n  .specs-wrap{\n    display:grid;\n    grid-template-columns:1.1fr 1fr;\n    gap:36px;\n    align-items:start;\n  }\n  table.spec-table{\n    width:100%;\n    border-collapse:collapse;\n    font-family:'IBM Plex Mono', monospace;\n    font-size:13.5px;\n  }\n  table.spec-table tr{\n    border-bottom:1px solid var(--line);\n  }\n  table.spec-table tr:last-child{ border-bottom:none; }\n  table.spec-table td{\n    padding:13px 4px;\n  }\n  table.spec-table td:first-child{\n    color:var(--ink-soft);\n    width:44%;\n  }\n  table.spec-table td:last-child{\n    text-align:right;\n    font-weight:500;\n  }\n\n  .fit-card{\n    background:var(--cool-soft);\n    border-radius:var(--radius);\n    padding:28px;\n  }\n  .fit-card h3{\n    font-size:18px;\n    margin-bottom:14px;\n  }\n  .fit-list{\n    list-style:none;\n    padding:0; margin:0;\n    display:grid;\n    gap:10px;\n  }\n  .fit-list li{\n    display:flex;\n    justify-content:space-between;\n    font-size:14px;\n    border-bottom:1px dashed rgba(20,33,61,0.15);\n    padding-bottom:9px;\n  }\n  .fit-list li span:last-child{\n    font-family:'IBM Plex Mono', monospace;\n    color:var(--cool);\n  }\n\n  \/* ---------- CARE ---------- *\/\n  .care-list{\n    display:grid;\n    grid-template-columns:repeat(4, 1fr);\n    gap:16px;\n  }\n  .care-item{\n    text-align:left;\n  }\n  .care-item .n{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:12px;\n    color:var(--heat);\n    margin-bottom:8px;\n    display:block;\n  }\n  .care-item p{\n    font-size:14px;\n    color:var(--ink-soft);\n    margin:0;\n  }\n\n  \/* ---------- TRUST STRIP ---------- *\/\n  .trust{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    background:var(--ink);\n    color:#fff;\n    border-radius:var(--radius);\n    padding:26px 32px;\n    flex-wrap:wrap;\n    gap:16px;\n  }\n  .trust-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    font-size:14.5px;\n  }\n  .trust-item b{\n    font-family:'Space Grotesk', sans-serif;\n    font-size:16px;\n  }\n  .dot{\n    width:6px;height:6px;border-radius:50%;\n    background:var(--heat);\n  }\n\n  @media (max-width: 860px){\n    .steps, .feature-grid, .specs-wrap, .care-list{\n      grid-template-columns:1fr;\n    }\n    .stat-row{ grid-template-columns:repeat(2,1fr); }\n    .hero-arc{ display:none; }\n    .trust{ flex-direction:column; align-items:flex-start; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"page\"\u003e\n\n  \u003c!-- ================= HERO ================= --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003csvg class=\"hero-arc\" viewbox=\"0 0 400 300\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M20 260 Q200 40 380 260\" stroke=\"#DCE3EE\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M60 260 Q200 90 340 260\" stroke=\"#1FA398\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003cg stroke=\"#FF6B35\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\n        \u003cline x1=\"200\" y1=\"20\" x2=\"200\" y2=\"50\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"150\" y1=\"30\" x2=\"168\" y2=\"56\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"250\" y1=\"30\" x2=\"232\" y2=\"56\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"110\" y1=\"60\" x2=\"135\" y2=\"78\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"290\" y1=\"60\" x2=\"265\" y2=\"78\"\u003e\u003c\/line\u003e\n      \u003c\/g\u003e\n      \u003ccircle cx=\"200\" cy=\"55\" r=\"16\" fill=\"#FFE3D6\" stroke=\"#FF6B35\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n    \u003c\/svg\u003e\n\n    \u003cdiv class=\"eyebrow\"\u003eWindshield Umbrella Sunshade\u003c\/div\u003e\n    \u003ch1\u003eYour windshield, out-smarted by an umbrella.\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eA spring-loaded, double-layer shade that pops open like an umbrella and blocks the sun before it ever touches your dashboard.\u003c\/p\u003e\n\n    \u003cdiv class=\"stat-row\"\u003e\n      \u003cdiv class=\"stat-chip\"\u003e\n\u003cdiv class=\"num\"\u003e99%\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eUV rays blocked\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"stat-chip\"\u003e\n\u003cdiv class=\"num\"\u003e3 sec\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eto pop open\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"stat-chip\"\u003e\n\u003cdiv class=\"num\"\u003e2-ply\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003ereflective fabric\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"stat-chip\"\u003e\n\u003cdiv class=\"num\"\u003e12\"\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003efolded pouch size\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ================= HEAT PROBLEM \/ GAUGE ================= --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003ch2\u003e160°F is not an exaggeration.\u003c\/h2\u003e\n      \u003cp\u003eOn an average summer day, a parked dashboard can climb well past 160°F while the air outside sits at a mild 90°F. That heat cracks leather, fades trim, and turns your steering wheel into something you can't touch bare-handed.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gauge-card\"\u003e\n      \u003cdiv class=\"gauge-row\"\u003e\n        \u003cdiv class=\"gauge-tag\"\u003eWITHOUT SHADE\u003c\/div\u003e\n        \u003cdiv class=\"gauge-track\"\u003e\n          \u003cdiv class=\"gauge-fill hot\"\u003e160°F\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gauge-row\"\u003e\n        \u003cdiv class=\"gauge-tag\"\u003eWITH SUNSHADE\u003c\/div\u003e\n        \u003cdiv class=\"gauge-track\"\u003e\n          \u003cdiv class=\"gauge-fill cool\"\u003e95°F\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gauge-foot\"\u003eInterior surface temperature, measured on the same parking spot, same hour, same sun. \u003cb\u003eThe difference is the shade.\u003c\/b\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ================= HOW IT WORKS ================= --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003ch2\u003eThree moves. That's the whole routine.\u003c\/h2\u003e\n      \u003cp\u003eNo suction cups, no snapping magnets, no wrestling with static cling. It works the way an umbrella works.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"steps\"\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"idx\"\u003e01 — POP\u003c\/div\u003e\n        \u003ch3\u003eSqueeze, and it opens itself\u003c\/h3\u003e\n        \u003cp\u003ePull it from the pouch and the spring-steel frame snaps open on its own, umbrella-style — no assembly, no unfolding panel by panel.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"idx\"\u003e02 — PLACE\u003c\/div\u003e\n        \u003ch3\u003eRest it against the glass\u003c\/h3\u003e\n        \u003cp\u003eSet it inside the windshield with the reflective side facing out. The contoured shape settles into the curve on its own.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"idx\"\u003e03 — FOLD\u003c\/div\u003e\n        \u003ch3\u003eTwist it back down\u003c\/h3\u003e\n        \u003cp\u003eOne twisting motion collapses the frame into a flat circle that tucks back into its drawstring pouch in seconds.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ================= FEATURES ================= --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003ch2\u003eBuilt like a real umbrella. Tuned for a windshield.\u003c\/h2\u003e\n      \u003cp\u003eEvery part borrows from umbrella engineering, then adapts it for heat instead of rain.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cdiv class=\"ico\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B35\" stroke-width=\"2\"\u003e\u003cpath d=\"M4 12h16M4 6h16M4 18h16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eDouble-layer reflective fabric\u003c\/h3\u003e\n        \u003cp\u003eA silver-toned outer layer bounces sunlight back before it converts to heat inside the cabin.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cdiv class=\"ico\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B35\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eSpring-steel umbrella frame\u003c\/h3\u003e\n        \u003cp\u003eThe same folding mechanics as a compact umbrella, rated for thousands of open-close cycles.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cdiv class=\"ico\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B35\" stroke-width=\"2\"\u003e\u003cpath d=\"M3 12c3-6 15-6 18 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eContoured to the windshield curve\u003c\/h3\u003e\n        \u003cp\u003eShaped to sit flush against the glass instead of gapping at the corners, where most sun leaks in.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cdiv class=\"ico\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B35\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2l3 7h7l-5.5 4.5L18 21l-6-4-6 4 1.5-7.5L2 9h7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e99% UV block\u003c\/h3\u003e\n        \u003cp\u003eCuts the ultraviolet exposure that fades dashboards, seats, and steering wheel trim over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cdiv class=\"ico\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B35\" stroke-width=\"2\"\u003e\u003crect x=\"6\" y=\"6\" width=\"12\" height=\"12\" rx=\"3\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003ePacks into a slim pouch\u003c\/h3\u003e\n        \u003cp\u003eFolds to about the size of a dinner plate, thin enough to slide under a seat or into a door pocket.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cdiv class=\"ico\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B35\" stroke-width=\"2\"\u003e\u003cpath d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eNothing touches your glass\u003c\/h3\u003e\n        \u003cp\u003eNo suction cups, no adhesive, no residue — it rests in place under its own tension.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ================= SPECS + FIT ================= --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003ch2\u003eThe details, laid flat.\u003c\/h2\u003e\n      \u003cp\u003eEverything you'd want to know before it's sitting on your dash.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specs-wrap\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e2-ply aluminized polyester\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFrame\u003c\/td\u003e\n\u003ctd\u003eSpring-steel, umbrella-fold\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFolded size\u003c\/td\u003e\n\u003ctd\u003e≈ 12\" diameter circle\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eUnfolded coverage\u003c\/td\u003e\n\u003ctd\u003eMid to full-size windshields\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eUV protection\u003c\/td\u003e\n\u003ctd\u003e99% blocked\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInterior heat reduction\u003c\/td\u003e\n\u003ctd\u003eUp to 40% lower surface temp\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e≈ 14 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003eDrawstring storage pouch\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/table\u003e\n\n      \u003cdiv class=\"fit-card\"\u003e\n        \u003ch3\u003eFind your fit\u003c\/h3\u003e\n        \u003cul class=\"fit-list\"\u003e\n          \u003cli\u003e\n\u003cspan\u003eCompact cars \u0026amp; sedans\u003c\/span\u003e\u003cspan\u003eSize S \/ M\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan\u003eMid-size SUVs \u0026amp; crossovers\u003c\/span\u003e\u003cspan\u003eSize M \/ L\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan\u003eFull-size SUVs \u0026amp; trucks\u003c\/span\u003e\u003cspan\u003eSize L \/ XL\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan\u003eVans \u0026amp; oversized windshields\u003c\/span\u003e\u003cspan\u003eSize XL\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ================= CARE ================= --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003ch2\u003eKeeping it in shape\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"care-list\"\u003e\n      \u003cdiv class=\"care-item\"\u003e\n        \u003cspan class=\"n\"\u003eWIPE\u003c\/span\u003e\n        \u003cp\u003eClean with a damp cloth and mild soap — no machine washing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"care-item\"\u003e\n        \u003cspan class=\"n\"\u003eDRY\u003c\/span\u003e\n        \u003cp\u003eLet it air dry fully before folding to prevent trapped moisture.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"care-item\"\u003e\n        \u003cspan class=\"n\"\u003eFOLD\u003c\/span\u003e\n        \u003cp\u003eCollapse gently along the frame's natural fold lines — don't force it flat.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"care-item\"\u003e\n        \u003cspan class=\"n\"\u003eSTORE\u003c\/span\u003e\n        \u003cp\u003eKeep it in the included pouch, out of direct heat, when not in use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ================= TRUST STRIP ================= --\u003e\n  \u003csection class=\"section\" style=\"border-top:none; padding-top:0;\"\u003e\n    \u003cdiv class=\"trust\"\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cb\u003e2-year\u003c\/b\u003e warranty against frame failure\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cb\u003e30-day\u003c\/b\u003e easy returns\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cb\u003eUmbrella-grade\u003c\/b\u003e fold mechanism\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Arab Express","offers":[{"title":"Default Title","offer_id":46538366255294,"sku":null,"price":3.5,"currency_code":"BHD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0758\/4478\/0222\/files\/car-sunshade-windshield-umbrella-front-sun-shade-parasol-foldable-summer-3-684fff6b84ba3.webp?v=1774590942","url":"https:\/\/gulfsmartzone.com\/products\/windshield-umbrella-sunshade","provider":"Smart Zone","version":"1.0","type":"link"}