{"product_id":"halloween-must-have-compact-pumpkin-face-windproof-travel-umbrella-automatic-double-canopy-for-adults","title":"Halloween 2-Pack Automatic Travel Umbrella – Windproof Pumpkin Face Design","description":"\u003cstyle\u003e\n.umbrella-page{\n  --um-bg:#faf6ef;\n  --um-card:#ffffff;\n  --um-ink:#24211c;\n  --um-muted:#7d7468;\n  --um-line:#e8e0d3;\n  --um-orange:#e8762c;\n  --um-orange-deep:#cf5f1c;\n  --um-cream:#f4eddf;\n  --um-soft:#fdfbf7;\n  --um-radius:22px;\n  max-width:800px;\n  margin:0 auto;\n  padding:0 16px 30px;\n  color:var(--um-ink);\n  background:\n    radial-gradient(circle at 85% 0%,rgba(232,118,44,.10),transparent 42%),\n    var(--um-bg);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  line-height:1.75;\n  overflow:hidden;\n}\n.umbrella-page *{box-sizing:border-box;}\n.umbrella-page img{\n  width:100%;\n  height:auto;\n  display:block;\n  border-radius:var(--um-radius);\n}\n.um-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:9px;\n  font-size:11px;\n  font-weight:800;\n  letter-spacing:2.4px;\n  text-transform:uppercase;\n  color:var(--um-orange);\n  margin-bottom:14px;\n}\n.um-eyebrow::before{\n  content:\"\";\n  width:22px;\n  height:2px;\n  background:var(--um-orange);\n}\n.um-section{margin:64px 0;}\n.um-section-head h2{\n  font-size:clamp(22px,3.4vw,28px);\n  line-height:1.3;\n  margin:0 0 10px;\n}\n.um-section-head p{\n  margin:0;\n  color:var(--um-muted);\n  font-size:15px;\n}\n\n\/* ===== HERO ===== *\/\n.um-hero{\n  padding:46px 0 10px;\n  text-align:center;\n  position:relative;\n}\n.um-rating{\n  display:inline-flex;\n  align-items:center;\n  gap:9px;\n  padding:7px 14px;\n  border:1px solid var(--um-line);\n  border-radius:99px;\n  background:var(--um-card);\n  font-size:13px;\n  margin-bottom:18px;\n  box-shadow:0 4px 14px rgba(36,33,28,.06);\n}\n.um-stars{color:var(--um-orange);letter-spacing:1px;}\n.um-hero h1{\n  font-size:clamp(26px,4.6vw,36px);\n  line-height:1.2;\n  margin:0 auto 14px;\n  max-width:640px;\n}\n.um-hero-sub{\n  max-width:600px;\n  margin:0 auto;\n  color:var(--um-muted);\n  font-size:16px;\n}\n.um-hero-media{\n  position:relative;\n  margin:34px auto 0;\n  max-width:540px;\n}\n.um-hero-media::before{\n  content:\"\";\n  position:absolute;\n  inset:-6% -4%;\n  border-radius:50%;\n  background:radial-gradient(circle,rgba(232,118,44,.20),transparent 62%);\n  filter:blur(8px);\n  z-index:0;\n}\n.um-hero-media img{\n  position:relative;\n  z-index:1;\n  animation:umFloat 6s ease-in-out infinite;\n  box-shadow:0 26px 55px rgba(36,33,28,.14);\n}\n@keyframes umFloat{\n  0%,100%{transform:translateY(0);}\n  50%{transform:translateY(-8px);}\n}\n.um-spark{\n  position:absolute;\n  width:7px;\n  height:7px;\n  border-radius:50%;\n  background:var(--um-orange);\n  box-shadow:0 0 12px 3px rgba(232,118,44,.45);\n  animation:umPulse 2.4s ease-in-out infinite;\n}\n@keyframes umPulse{\n  0%,100%{opacity:.25;transform:scale(.8);}\n  50%{opacity:1;transform:scale(1.2);}\n}\n\n\/* ===== STATS ===== *\/\n.um-stats{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n  margin:34px 0 0;\n}\n.um-stat{\n  padding:22px 10px;\n  border:1px solid var(--um-line);\n  border-radius:18px;\n  background:var(--um-card);\n  text-align:center;\n  box-shadow:0 4px 14px rgba(36,33,28,.05);\n}\n.um-stat strong{\n  display:block;\n  font-size:26px;\n  color:var(--um-orange);\n  line-height:1;\n}\n.um-stat small{\n  display:block;\n  margin-top:8px;\n  color:var(--um-muted);\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n\/* ===== IMAGE + TEXT BLOCK ===== *\/\n.um-block{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:28px;\n  align-items:center;\n}\n.um-block img{\n  border:1px solid var(--um-line);\n  box-shadow:0 16px 40px rgba(36,33,28,.10);\n}\n.um-checklist{\n  list-style:none;\n  margin:16px 0 0;\n  padding:0;\n}\n.um-checklist li{\n  position:relative;\n  padding:7px 0 7px 27px;\n  font-size:14.5px;\n}\n.um-checklist li::before{\n  content:\"\\2713\";\n  position:absolute;\n  left:0;\n  color:var(--um-orange);\n  font-weight:800;\n}\n\n\/* ===== FEATURE CARDS ===== *\/\n.um-card-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:16px;\n}\n.um-card{\n  padding:24px 20px;\n  border:1px solid var(--um-line);\n  border-radius:20px;\n  background:var(--um-card);\n  box-shadow:0 4px 14px rgba(36,33,28,.05);\n  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;\n}\n.um-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(232,118,44,.45);\n  box-shadow:0 14px 30px rgba(36,33,28,.10);\n}\n.um-card-ico{\n  width:48px;\n  height:48px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:14px;\n  background:rgba(232,118,44,.12);\n  color:var(--um-orange);\n  font-size:22px;\n  margin-bottom:16px;\n}\n.um-card h3{\n  margin:0 0 8px;\n  font-size:17px;\n}\n.um-card p{\n  margin:0;\n  font-size:13.5px;\n  color:var(--um-muted);\n}\n\n\/* ===== SCENES ===== *\/\n.um-scene-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:12px;\n}\n.um-scene-item{\n  padding:20px 16px;\n  border:1px solid var(--um-line);\n  border-radius:16px;\n  background:var(--um-card);\n  text-align:center;\n  box-shadow:0 4px 12px rgba(36,33,28,.04);\n}\n.um-scene-item h4{\n  margin:0 0 6px;\n  font-size:15px;\n}\n.um-scene-item p{\n  margin:0;\n  font-size:12.5px;\n  color:var(--um-muted);\n}\n\n\/* ===== SPEC TABLE ===== *\/\n.um-table{\n  border:1px solid var(--um-line);\n  border-radius:var(--um-radius);\n  overflow:hidden;\n  background:var(--um-card);\n}\n.um-row{\n  display:grid;\n  grid-template-columns:1.4fr 1fr;\n}\n.um-row\u003ediv{\n  padding:15px 18px;\n  font-size:14px;\n  border-bottom:1px solid var(--um-line);\n}\n.um-row:last-child\u003ediv{border-bottom:none;}\n.um-row div:first-child{\n  background:var(--um-cream);\n  color:var(--um-muted);\n  font-weight:600;\n}\n.um-row div:last-child{\n  color:var(--um-ink);\n  font-weight:700;\n  text-align:right;\n}\n.um-row div:last-child b{color:var(--um-orange-deep);}\n\n\/* ===== PANEL + CTA ===== *\/\n.um-panel{\n  padding:30px 26px;\n  border:1px solid var(--um-line);\n  border-radius:var(--um-radius);\n  background:var(--um-card);\n  box-shadow:0 6px 18px rgba(36,33,28,.06);\n}\n.um-panel-tip{\n  border-left:4px solid var(--um-orange);\n}\n.um-panel-tip h3{\n  margin:0 0 10px;\n  font-size:18px;\n}\n.um-panel-tip p{\n  margin:0;\n  color:var(--um-muted);\n  font-size:14px;\n}\n.um-cta{\n  text-align:center;\n  padding:44px 26px;\n  border-radius:var(--um-radius);\n  background:\n    radial-gradient(circle at 50% 0%,rgba(232,118,44,.16),transparent 65%),\n    var(--um-cream);\n  border:1px solid var(--um-line);\n}\n.um-cta h2{\n  margin:0 0 10px;\n  font-size:24px;\n}\n.um-cta p{\n  max-width:560px;\n  margin:0 auto;\n  color:var(--um-muted);\n  font-size:14.5px;\n}\n.um-cta-note{\n  display:inline-flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:8px 20px;\n  margin-top:18px;\n  color:var(--um-orange-deep);\n  font-size:13px;\n  font-weight:700;\n}\n\n\/* ===== RESPONSIVE ===== *\/\n@media(max-width:700px){\n  .um-stats{grid-template-columns:repeat(2,1fr);}\n  .um-block{grid-template-columns:1fr;}\n  .um-card-grid{grid-template-columns:1fr;}\n  .um-scene-grid{grid-template-columns:repeat(2,1fr);}\n  .um-row{grid-template-columns:1fr;}\n  .um-row div:last-child{text-align:left;padding-top:2px;}\n  .um-row div:first-child{padding-bottom:2px;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"umbrella-page\"\u003e\n\n  \u003c!-- ===== HERO ===== --\u003e\n  \u003csection class=\"um-hero\"\u003e\n    \u003cdiv class=\"um-rating\"\u003e\n      \u003cspan class=\"um-stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003cspan\u003e4.8\/5 · Halloween Pumpkin Umbrella\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"um-eyebrow\" style=\"justify-content:center\"\u003eHalloween Collection\u003c\/div\u003e\n    \u003ch1\u003ePumpkin Face Automatic Travel Umbrella (2-Pack) — Compact Windproof Double-Layer Canopy\u003c\/h1\u003e\n    \u003cp class=\"um-hero-sub\"\u003eA festive Halloween umbrella that works every rainy or sunny day — automatic one-click open\/close, windproof double canopy and a compact 11.5-inch folded size that fits right in your bag.\u003c\/p\u003e\n    \u003cdiv class=\"um-hero-media\"\u003e\n      \u003cspan class=\"um-spark\" style=\"top:8%;left:10%\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"um-spark\" style=\"top:22%;right:9%;animation-delay:.7s\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"um-spark\" style=\"bottom:14%;left:16%;animation-delay:1.2s\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"um-spark\" style=\"bottom:24%;right:14%;animation-delay:.4s\"\u003e\u003c\/span\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/61bWgUePHOL._AC_SX569.jpg?v=1787917876\" alt=\"Halloween pumpkin face automatic folding umbrella\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"um-stats\"\u003e\n      \u003cdiv class=\"um-stat\"\u003e\n\u003cstrong\u003e2-Pack\u003c\/strong\u003e\u003csmall\u003eSet\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-stat\"\u003e\n\u003cstrong\u003e11.5\"\u003c\/strong\u003e\u003csmall\u003eFolded Length\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-stat\"\u003e\n\u003cstrong\u003e\u0026lt;1 lb\u003c\/strong\u003e\u003csmall\u003eUltra Light\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-stat\"\u003e\n\u003cstrong\u003e1-Click\u003c\/strong\u003e\u003csmall\u003eAuto Open\/Close\u003c\/small\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== FESTIVE STYLE ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-section-head\"\u003e\n      \u003cdiv class=\"um-eyebrow\"\u003eFestive Style\u003c\/div\u003e\n      \u003ch2\u003eA Halloween Must-Have That Stands Out Every Day\u003c\/h2\u003e\n      \u003cp\u003eClassic pumpkin elements bring a spooky, festive mood to your everyday look.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"um-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/71ptcoq7c7L._AC_SX569.jpg?v=1787917876\" alt=\"Halloween umbrella as festive holiday accessory\"\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"color:var(--um-muted);font-size:15px;margin:0;\"\u003eSpecially designed for Halloween, this pumpkin-face folding umbrella upgrades your holiday look while staying practical for real weather. Eye-catching and stylish, it shines on both rainy and sunny days — as a holiday decoration and a go-to daily accessory in one.\u003c\/p\u003e\n        \u003cul class=\"um-checklist\"\u003e\n          \u003cli\u003eClassic pumpkin pattern, festive \u0026amp; eye-catching\u003c\/li\u003e\n          \u003cli\u003ePerfect for commutes, parties \u0026amp; trick-or-treat\u003c\/li\u003e\n          \u003cli\u003eWorks as both decor and daily umbrella\u003c\/li\u003e\n          \u003cli\u003eStand out on rainy and sunny days alike\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== FEATURE CARDS ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-section-head\"\u003e\n      \u003cdiv class=\"um-eyebrow\"\u003eWhy You'll Love It\u003c\/div\u003e\n      \u003ch2\u003eBuilt for Real Weather, Styled for Halloween\u003c\/h2\u003e\n      \u003cp\u003ePractical protection meets festive design in one compact umbrella.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"um-card-grid\"\u003e\n      \u003cdiv class=\"um-card\"\u003e\n        \u003cdiv class=\"um-card-ico\"\u003e💧\u003c\/div\u003e\n        \u003ch3\u003eWaterproof \u0026amp; Quick-Dry\u003c\/h3\u003e\n        \u003cp\u003eHigh-density pongee fabric sheds water instantly with a gentle shake, staying dry and fading-free for years.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"um-card\"\u003e\n        \u003cdiv class=\"um-card-ico\"\u003e🌬️\u003c\/div\u003e\n        \u003ch3\u003eWindproof Double Canopy\u003c\/h3\u003e\n        \u003cp\u003eVented double-layer canopy lets gusts pass through, so the umbrella won't flip or break in strong wind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"um-card\"\u003e\n        \u003cdiv class=\"um-card-ico\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eOne-Click Auto Open\/Close\u003c\/h3\u003e\n        \u003cp\u003eAutomatic push-button operation works with one hand — no more manual folding in a hurry.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"um-card\"\u003e\n        \u003cdiv class=\"um-card-ico\"\u003e🎒\u003c\/div\u003e\n        \u003ch3\u003eCompact \u0026amp; Ultra-Light\u003c\/h3\u003e\n        \u003cp\u003eFolds to 11.5 inches and weighs under 1 lb — slips easily into bags, purses and luggage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== WATERPROOF FABRIC ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-section-head\"\u003e\n      \u003cdiv class=\"um-eyebrow\"\u003ePremium Fabric\u003c\/div\u003e\n      \u003ch2\u003eHigh-Density Waterproof Fabric, Fast Dry \u0026amp; Durable\u003c\/h2\u003e\n      \u003cp\u003eThicker, smoother and built to last through heavy rain.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"um-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/71Aksr95jPL._AC_SX569.jpg?v=1787917876\" alt=\"High-density waterproof pongee fabric umbrella canopy\"\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"color:var(--um-muted);font-size:15px;margin:0;\"\u003eThe upgraded high-density pongee fabric delivers superior water repellency and quick-dry performance. Thicker and smoother than ordinary umbrella cloth, it effectively blocks heavy rain — and with a gentle shake, water droplets slide right off, keeping the surface clean and dry.\u003c\/p\u003e\n        \u003cul class=\"um-checklist\"\u003e\n          \u003cli\u003eHigh-density pongee, fast-dry performance\u003c\/li\u003e\n          \u003cli\u003eShake once — water slides right off\u003c\/li\u003e\n          \u003cli\u003eThicker fabric blocks heavy rain\u003c\/li\u003e\n          \u003cli\u003eLong-lasting color, no fading over time\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== WINDPROOF ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-section-head\"\u003e\n      \u003cdiv class=\"um-eyebrow\"\u003eAll-Weather Protection\u003c\/div\u003e\n      \u003ch2\u003eDouble-Layer Vented Canopy, Built to Beat the Wind\u003c\/h2\u003e\n      \u003cp\u003eSturdy, shock-resistant frame for gusty Halloween nights.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"um-block\"\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"color:var(--um-muted);font-size:15px;margin:0;\"\u003eThe professional double-layer vented canopy lets strong wind pass through freely, preventing the umbrella from flipping or breaking. Flexible fiberglass ribs plus a reinforced metal shaft make the whole frame sturdy and shock-resistant — reliable protection for outdoor activities and daily use.\u003c\/p\u003e\n        \u003cul class=\"um-checklist\"\u003e\n          \u003cli\u003eDouble-layer vented canopy resists wind flip\u003c\/li\u003e\n          \u003cli\u003eFlexible fiberglass ribs for flexibility\u003c\/li\u003e\n          \u003cli\u003eReinforced metal shaft adds strength\u003c\/li\u003e\n          \u003cli\u003eStable in gusty outdoor weather\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/711CDmqlspL._AC_SX569.jpg?v=1787917876\" alt=\"Double-layer vented windproof umbrella structure\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== AUTO \u0026 COMPACT ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-section-head\"\u003e\n      \u003cdiv class=\"um-eyebrow\"\u003eEasy To Carry\u003c\/div\u003e\n      \u003ch2\u003eLightweight, Compact \u0026amp; One-Click Automatic\u003c\/h2\u003e\n      \u003cp\u003eEffortless one-hand use, wherever the day takes you.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"um-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/715fwM7viCL._AC_SX569.jpg?v=1787917876\" alt=\"Compact folding umbrella with one-click automatic open\"\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"color:var(--um-muted);font-size:15px;margin:0;\"\u003eUltra-portable and lightweight, it folds down to only 11.5 inches and weighs under 1 lb — easy to slip into backpacks, purses and luggage. The automatic one-button open\/close design works with a single hand, perfect for quickly getting in and out of cars, houses and crowded Halloween events.\u003c\/p\u003e\n        \u003cul class=\"um-checklist\"\u003e\n          \u003cli\u003eFolds to just 11.5 inches\u003c\/li\u003e\n          \u003cli\u003eWeighs under 1 lb, ultra portable\u003c\/li\u003e\n          \u003cli\u003eOne-button auto open \u0026amp; close\u003c\/li\u003e\n          \u003cli\u003eGreat for cars, travel \u0026amp; crowded scenes\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== SCENES ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-section-head\"\u003e\n      \u003cdiv class=\"um-eyebrow\"\u003eWhere To Use\u003c\/div\u003e\n      \u003ch2\u003eReady for Every Rainy or Sunny Day\u003c\/h2\u003e\n      \u003cp\u003eFrom daily commutes to Halloween night-outs, it fits right in.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"um-scene-grid\"\u003e\n      \u003cdiv class=\"um-scene-item\"\u003e\n\u003ch4\u003eDaily Commute\u003c\/h4\u003e\n\u003cp\u003eReliable cover for the workday.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-scene-item\"\u003e\n\u003ch4\u003eOutdoor Parties\u003c\/h4\u003e\n\u003cp\u003eFestive style that stands out.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-scene-item\"\u003e\n\u003ch4\u003eTrick-or-Treat\u003c\/h4\u003e\n\u003cp\u003eStay dry on Halloween night.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-scene-item\"\u003e\n\u003ch4\u003eTravel\u003c\/h4\u003e\n\u003cp\u003eCompact enough for any bag.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-scene-item\"\u003e\n\u003ch4\u003eCars \u0026amp; Entryways\u003c\/h4\u003e\n\u003cp\u003eOne-click open, no fumbling.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-scene-item\"\u003e\n\u003ch4\u003eCrowded Events\u003c\/h4\u003e\n\u003cp\u003eQuick close in tight spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== SPECS ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-section-head\"\u003e\n      \u003cdiv class=\"um-eyebrow\"\u003eAt A Glance\u003c\/div\u003e\n      \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cp\u003eEverything you need to know before it arrives.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"height:24px\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"um-table\"\u003e\n      \u003cdiv class=\"um-row\"\u003e\n\u003cdiv\u003eSet Includes\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e2-Piece\u003c\/b\u003e Umbrella Set\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-row\"\u003e\n\u003cdiv\u003eCanopy Fabric\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eHigh-Density Pongee\u003c\/b\u003e, Water-Repellent\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-row\"\u003e\n\u003cdiv\u003eCanopy Structure\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eDouble-Layer Vented\u003c\/b\u003e Windproof\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-row\"\u003e\n\u003cdiv\u003eFrame\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eFiberglass Ribs\u003c\/b\u003e + Metal Shaft\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-row\"\u003e\n\u003cdiv\u003eFolded Length\u003c\/div\u003e\n\u003cdiv\u003e\u003cb\u003e11.5\"\u003c\/b\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-row\"\u003e\n\u003cdiv\u003eWeight\u003c\/div\u003e\n\u003cdiv\u003e\u003cb\u003eUnder 1 lb\u003c\/b\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"um-row\"\u003e\n\u003cdiv\u003eOpen\/Close\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eAutomatic\u003c\/b\u003e One-Button\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== GIFT \/ VALUE ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-panel um-panel-tip\"\u003e\n      \u003cdiv class=\"um-eyebrow\"\u003ePerfect Gift\u003c\/div\u003e\n      \u003ch3\u003eHalloween Cheer for Everyone\u003c\/h3\u003e\n      \u003cp\u003eCombining festive Halloween style with practical all-weather function, this windproof travel umbrella is a unique holiday gift for adults, students and teenagers alike. Stylish, beautiful and highly festive — the practical Halloween must-have for family and friends.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== CTA ===== --\u003e\n  \u003csection class=\"um-section\"\u003e\n    \u003cdiv class=\"um-cta\"\u003e\n      \u003cdiv class=\"um-eyebrow\" style=\"justify-content:center\"\u003eGet Ready For Halloween\u003c\/div\u003e\n      \u003ch2\u003eStay Dry, Stay Festive This Halloween\u003c\/h2\u003e\n      \u003cp\u003eRain or shine, arrive in style. Get your pumpkin umbrella set ready for commutes, parties and Halloween night — in a compact 2-pack that fits every bag.\u003c\/p\u003e\n      \u003cdiv class=\"um-cta-note\"\u003e\n        \u003cspan\u003e✦ Waterproof \u0026amp; fast-dry\u003c\/span\u003e\n        \u003cspan\u003e✦ Windproof double canopy\u003c\/span\u003e\n        \u003cspan\u003e✦ One-click automatic\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"Openadon","offers":[{"title":"Default Title","offer_id":45174795665451,"sku":null,"price":21.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0619\/4033\/4635\/files\/71ptcoq7c7L._AC_SX569.jpg?v=1787917876","url":"https:\/\/brisklyshop.shop\/products\/halloween-must-have-compact-pumpkin-face-windproof-travel-umbrella-automatic-double-canopy-for-adults","provider":"Openadon","version":"1.0","type":"link"}