{"product_id":"say-goodbye-to-bulky-umbrellas-dual-purpose-portable-capsule-umbrella","title":"✨ Say Goodbye to Bulky Umbrellas-Dual-Purpose Portable Capsule Umbrella","description":"\u003cstyle\u003e\n\/* =========================================================\n   PREMIUM MINI UV CAPSULE UMBRELLA\n   Shopify Product Description\n   Pure HTML + CSS — NO LIQUID\n   Soft Lavender \/ Premium Lifestyle Style\n   ========================================================= *\/\n\n.nvu-page,\n.nvu-page * {\n  box-sizing: border-box;\n}\n\n.nvu-page {\n  --nvu-purple: #796a91;\n  --nvu-purple-dark: #51465f;\n  --nvu-purple-soft: #f1edf6;\n\n  --nvu-pink: #d8a9b6;\n  --nvu-pink-soft: #f9eef1;\n\n  --nvu-gold: #b99a66;\n  --nvu-gold-soft: #f7f1e7;\n\n  --nvu-black: #262529;\n  --nvu-text: #58545d;\n  --nvu-muted: #7d7782;\n\n  --nvu-white: #ffffff;\n  --nvu-bg: #f8f7f8;\n  --nvu-line: #e1dce5;\n\n  --nvu-radius: 18px;\n  --nvu-shadow: 0 8px 24px rgba(81,70,95,.07);\n\n  width: 100%;\n  max-width: 980px;\n  margin: 0 auto;\n  padding: 0;\n\n  container-type: inline-size;\n\n  color: var(--nvu-black);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n.nvu-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  border: 0;\n}\n\n.nvu-section {\n  margin: 22px 0;\n}\n\n.nvu-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n\n  margin-bottom: 10px;\n\n  color: var(--nvu-purple);\n\n  font-size: 13px;\n  line-height: 1.3;\n  font-weight: 800;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.nvu-heading {\n  margin: 0 0 12px;\n\n  color: var(--nvu-black);\n\n  font-size: clamp(28px,4vw,40px);\n  line-height: 1.12;\n  font-weight: 850;\n  letter-spacing: -.7px;\n}\n\n.nvu-section-title {\n  margin: 0 0 9px;\n\n  color: var(--nvu-black);\n\n  font-size: clamp(23px,3.3vw,31px);\n  line-height: 1.2;\n  font-weight: 850;\n  letter-spacing: -.4px;\n}\n\n.nvu-card-title {\n  margin: 0 0 9px;\n\n  color: var(--nvu-black);\n\n  font-size: clamp(21px,2.8vw,27px);\n  line-height: 1.22;\n  font-weight: 850;\n}\n\n.nvu-copy {\n  margin: 0;\n\n  color: var(--nvu-text);\n\n  font-size: 16px;\n  line-height: 1.72;\n}\n\n.nvu-copy strong {\n  color: var(--nvu-black);\n}\n\n.nvu-media {\n  margin-top: 19px;\n\n  overflow: hidden;\n\n  border-radius: 14px;\n\n  background: #f4f2f4;\n}\n\n.nvu-media img {\n  width: 100%;\n}\n\n\n\/* =========================================================\n   HERO BANNER\n   ========================================================= *\/\n\n.nvu-hero {\n  padding: 32px 26px 26px;\n\n  overflow: hidden;\n\n  border: 1px solid #e1d9e8;\n  border-radius: 22px;\n\n  background: var(--nvu-purple-soft);\n}\n\n.nvu-hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n\n  margin-top: 18px;\n}\n\n.nvu-hero-badge {\n  padding: 8px 12px;\n\n  border: 1px solid rgba(81,70,95,.13);\n  border-radius: 999px;\n\n  background: rgba(255,255,255,.88);\n\n  color: var(--nvu-purple-dark);\n\n  font-size: 13px;\n  line-height: 1.25;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.nvu-intro {\n  padding: 4px 4px 0;\n  text-align: center;\n}\n\n\n\/* =========================================================\n   CORE ICON GRID — ALWAYS 2 COLUMNS\n   ========================================================= *\/\n\n.nvu-icon-grid {\n  display: grid;\n  grid-template-columns: repeat(2,minmax(0,1fr));\n  gap: 12px;\n\n  margin-top: 18px;\n}\n\n.nvu-icon-card {\n  min-width: 0;\n\n  padding: 19px 12px;\n\n  border: 1px solid var(--nvu-line);\n  border-radius: 15px;\n\n  background: var(--nvu-white);\n\n  text-align: center;\n\n  box-shadow: 0 4px 14px rgba(81,70,95,.035);\n}\n\n.nvu-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 49px;\n  height: 49px;\n\n  margin: 0 auto 10px;\n\n  border-radius: 50%;\n\n  background: var(--nvu-purple-soft);\n\n  font-size: 24px;\n}\n\n.nvu-icon-card:nth-child(even) .nvu-icon {\n  background: var(--nvu-pink-soft);\n}\n\n.nvu-icon-card strong {\n  display: block;\n\n  color: var(--nvu-black);\n\n  font-size: 15px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.nvu-icon-card span {\n  display: block;\n\n  margin-top: 5px;\n\n  color: var(--nvu-muted);\n\n  font-size: 12px;\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   SINGLE COLUMN FEATURE CARDS\n   ========================================================= *\/\n\n.nvu-features {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 18px;\n}\n\n.nvu-feature {\n  padding: 25px;\n\n  border: 1px solid var(--nvu-line);\n  border-radius: var(--nvu-radius);\n\n  background: var(--nvu-white);\n\n  box-shadow: var(--nvu-shadow);\n}\n\n.nvu-feature:nth-child(even) {\n  background: #faf7f9;\n}\n\n.nvu-feature-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n\n  margin-bottom: 9px;\n\n  color: var(--nvu-purple);\n\n  font-size: 13px;\n  line-height: 1.3;\n  font-weight: 850;\n  letter-spacing: .7px;\n  text-transform: uppercase;\n}\n\n.nvu-checks {\n  display: grid;\n  gap: 8px;\n\n  margin-top: 15px;\n}\n\n.nvu-check {\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n\n  color: var(--nvu-text);\n\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n.nvu-check-mark {\n  flex: 0 0 auto;\n\n  color: var(--nvu-purple);\n\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n   ========================================================= *\/\n\n.nvu-details-wrap {\n  padding: 26px;\n\n  border: 1px solid #dfd9e3;\n  border-radius: var(--nvu-radius);\n\n  background: var(--nvu-bg);\n}\n\n.nvu-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(2,minmax(0,1fr));\n  gap: 10px;\n\n  margin-top: 18px;\n}\n\n.nvu-spec {\n  min-width: 0;\n\n  padding: 15px 14px;\n\n  border: 1px solid #ded8e2;\n  border-radius: 11px;\n\n  background: var(--nvu-white);\n\n  box-shadow: 0 2px 8px rgba(81,70,95,.025);\n}\n\n.nvu-spec-label {\n  margin-bottom: 5px;\n\n  color: var(--nvu-muted);\n\n  font-size: 11px;\n  line-height: 1.25;\n  font-weight: 800;\n  letter-spacing: .6px;\n  text-transform: uppercase;\n}\n\n.nvu-spec-value {\n  color: var(--nvu-black);\n\n  font-size: 14px;\n  line-height: 1.45;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.nvu-faq {\n  border-top: 1px solid var(--nvu-line);\n}\n\n.nvu-faq details {\n  border-bottom: 1px solid var(--nvu-line);\n}\n\n.nvu-faq summary {\n  position: relative;\n\n  padding: 18px 44px 18px 2px;\n\n  list-style: none;\n  cursor: pointer;\n\n  color: var(--nvu-black);\n\n  font-size: 15px;\n  line-height: 1.4;\n  font-weight: 750;\n}\n\n.nvu-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.nvu-faq summary::after {\n  content: \"⌄\";\n\n  position: absolute;\n  top: 50%;\n  right: 7px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 29px;\n  height: 29px;\n\n  margin-top: -14.5px;\n\n  border-radius: 50%;\n\n  background: var(--nvu-purple-soft);\n\n  color: var(--nvu-purple-dark);\n\n  font-size: 18px;\n  line-height: 1;\n\n  transition:\n    transform .28s ease,\n    background .28s ease;\n}\n\n.nvu-faq details[open] summary::after {\n  transform: rotate(180deg);\n\n  background: var(--nvu-pink-soft);\n}\n\n.nvu-faq-answer {\n  padding: 0 44px 18px 2px;\n\n  color: var(--nvu-text);\n\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   GUARANTEES\n   ========================================================= *\/\n\n.nvu-guarantees {\n  display: grid;\n  grid-template-columns: repeat(3,minmax(0,1fr));\n  gap: 9px;\n}\n\n.nvu-guarantee {\n  min-width: 0;\n\n  padding: 18px 8px;\n\n  border: 1px solid var(--nvu-line);\n  border-radius: 13px;\n\n  background: var(--nvu-white);\n\n  text-align: center;\n}\n\n.nvu-guarantee-icon {\n  margin-bottom: 7px;\n\n  font-size: 25px;\n}\n\n.nvu-guarantee strong {\n  display: block;\n\n  color: var(--nvu-black);\n\n  font-size: 13px;\n  line-height: 1.3;\n}\n\n.nvu-guarantee span {\n  display: block;\n\n  margin-top: 4px;\n\n  color: var(--nvu-muted);\n\n  font-size: 11px;\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.nvu-cta {\n  padding: 31px 23px;\n\n  border-radius: 20px;\n\n  background: var(--nvu-purple-dark);\n\n  color: #fff;\n\n  text-align: center;\n}\n\n.nvu-cta h2 {\n  margin: 0 0 9px;\n\n  color: #fff;\n\n  font-size: clamp(25px,4vw,35px);\n  line-height: 1.16;\n  font-weight: 850;\n}\n\n.nvu-cta p {\n  max-width: 660px;\n\n  margin: 0 auto;\n\n  color: rgba(255,255,255,.87);\n\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.nvu-buy-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  min-width: 190px;\n  min-height: 52px;\n\n  margin-top: 20px;\n\n  padding: 13px 27px;\n\n  border: 2px solid var(--nvu-gold);\n  border-radius: 999px;\n\n  background: var(--nvu-gold);\n\n  color: #242126 !important;\n\n  text-decoration: none !important;\n\n  font-size: 16px;\n  font-weight: 850;\n\n  box-shadow: 0 7px 18px rgba(0,0,0,.18);\n\n  transition:\n    transform .22s ease,\n    background .22s ease,\n    box-shadow .22s ease;\n}\n\n.nvu-buy-btn:hover {\n  transform: translateY(-4px);\n\n  background: #c9aa76;\n\n  box-shadow: 0 11px 24px rgba(0,0,0,.23);\n}\n\n.nvu-buy-btn:active {\n  transform: translateY(1px) scale(.985);\n\n  box-shadow: 0 4px 10px rgba(0,0,0,.17);\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@container (max-width: 650px) {\n\n  .nvu-section {\n    margin: 16px 0;\n  }\n\n  .nvu-hero {\n    padding: 25px 15px 18px;\n    border-radius: 16px;\n  }\n\n  .nvu-heading {\n    font-size: 29px;\n  }\n\n  .nvu-section-title {\n    font-size: 24px;\n  }\n\n  .nvu-card-title {\n    font-size: 21px;\n  }\n\n  .nvu-copy {\n    font-size: 15px;\n  }\n\n  .nvu-feature {\n    padding: 20px 15px;\n    border-radius: 14px;\n  }\n\n  .nvu-icon-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n    gap: 8px;\n  }\n\n  .nvu-icon-card {\n    padding: 16px 7px;\n  }\n\n  .nvu-icon {\n    width: 43px;\n    height: 43px;\n\n    font-size: 21px;\n  }\n\n  .nvu-icon-card strong {\n    font-size: 13px;\n  }\n\n  .nvu-icon-card span {\n    font-size: 11px;\n  }\n\n  .nvu-details-wrap {\n    padding: 20px 12px;\n  }\n\n  .nvu-spec-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n    gap: 7px;\n  }\n\n  .nvu-spec {\n    padding: 12px 9px;\n  }\n\n  .nvu-spec-label {\n    font-size: 11px;\n  }\n\n  .nvu-spec-value {\n    font-size: 12px;\n  }\n\n  .nvu-faq summary {\n    font-size: 14px;\n  }\n\n  .nvu-faq-answer {\n    font-size: 13px;\n  }\n\n  .nvu-guarantees {\n    gap: 5px;\n  }\n\n  .nvu-guarantee {\n    padding: 14px 4px;\n  }\n\n  .nvu-guarantee strong {\n    font-size: 11px;\n  }\n\n  .nvu-guarantee span {\n    font-size: 11px;\n  }\n\n  .nvu-cta {\n    padding: 27px 14px;\n    border-radius: 16px;\n  }\n\n  .nvu-buy-btn {\n    width: 100%;\n  }\n}\n\n\n\/* Fallback *\/\n@media (max-width: 600px) {\n\n  .nvu-page {\n    font-size: 15px;\n  }\n\n  .nvu-icon-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n  }\n\n  .nvu-spec-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"nvu-page\" id=\"mini-uv-umbrella-description\"\u003e\n\u003c!-- =====================================================\n       TOP HERO BANNER\n       ===================================================== --\u003e\n\u003csection class=\"nvu-section nvu-hero\"\u003e\n\u003cdiv class=\"nvu-eyebrow\"\u003e☔ Tiny In Your Bag · Ready When You Need It\u003c\/div\u003e\n\u003ch1 class=\"nvu-heading\"\u003ePremium Mini UV Capsule Umbrella\u003c\/h1\u003e\n\u003cp class=\"nvu-copy\"\u003eStop carrying a bulky umbrella \"just in case.\" This lightweight mini umbrella folds down to about \u003cstrong\u003e7.5 inches \u003c\/strong\u003e, making it easy to keep in your purse, work bag or luggage while staying ready for both sunshine and sudden rain. ☀️🌧️\u003c\/p\u003e\n\u003cdiv class=\"nvu-hero-badges\"\u003e\n\u003cspan class=\"nvu-hero-badge\"\u003e 📏 Only 7.5\" Folded \u003c\/span\u003e \u003cspan class=\"nvu-hero-badge\"\u003e 🪶 Approx. 7.8 oz \u003c\/span\u003e \u003cspan class=\"nvu-hero-badge\"\u003e ☀️ UPF 50+ \u003c\/span\u003e \u003cspan class=\"nvu-hero-badge\"\u003e 💧 Rain or Shine \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-media\"\u003e\u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_6_30_14_13_11_1.png?v=1787647429\u0026amp;width=1946\" alt=\"Premium mini UV capsule umbrella for sun and rain\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CORE BENEFIT ICON GRID — DOUBLE COLUMN\n       ===================================================== --\u003e\n\u003csection class=\"nvu-section\"\u003e\n\u003cdiv class=\"nvu-intro\"\u003e\n\u003cdiv class=\"nvu-eyebrow\"\u003e❤️ Why You'll Love Carrying It\u003c\/div\u003e\n\u003ch2 class=\"nvu-section-title\"\u003eWeather Protection Without The Bulk\u003c\/h2\u003e\n\u003cp class=\"nvu-copy\"\u003eSmall enough to carry more often, yet designed to give you practical coverage when the weather doesn't cooperate. 👍\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-icon-grid\"\u003e\n\u003cdiv class=\"nvu-icon-card\"\u003e\n\u003cdiv class=\"nvu-icon\"\u003e👜\u003c\/div\u003e\n\u003cstrong\u003e Fits Small Bags \u003c\/strong\u003e \u003cspan\u003e Compact enough for purses and backpacks. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-icon-card\"\u003e\n\u003cdiv class=\"nvu-icon\"\u003e🪶\u003c\/div\u003e\n\u003cstrong\u003e Lightweight Carry \u003c\/strong\u003e \u003cspan\u003e Approx. 7.8 oz for easy everyday carry. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-icon-card\"\u003e\n\u003cdiv class=\"nvu-icon\"\u003e☀️\u003c\/div\u003e\n\u003cstrong\u003e UPF 50+ Protection \u003c\/strong\u003e \u003cspan\u003e Black-coated underside helps block UV rays. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-icon-card\"\u003e\n\u003cdiv class=\"nvu-icon\"\u003e💦\u003c\/div\u003e\n\u003cstrong\u003e Water Repellent \u003c\/strong\u003e \u003cspan\u003e Helps raindrops roll away from the canopy. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-icon-card\"\u003e\n\u003cdiv class=\"nvu-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cstrong\u003e Strong Metal Ribs \u003c\/strong\u003e \u003cspan\u003e Stable everyday support without heavy bulk. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-icon-card\"\u003e\n\u003cdiv class=\"nvu-icon\"\u003e✈️\u003c\/div\u003e\n\u003cstrong\u003e Travel Friendly \u003c\/strong\u003e \u003cspan\u003e Easy to keep in luggage and daily bags. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SINGLE-COLUMN CORE FEATURE CARDS\n       ===================================================== --\u003e\n\u003csection class=\"nvu-section nvu-features\"\u003e\u003c!-- FEATURE 01 --\u003e\n\u003cdiv class=\"nvu-feature\"\u003e\n\u003cdiv class=\"nvu-feature-tag\"\u003e01 · 👜 SMALL ENOUGH TO ACTUALLY CARRY\u003c\/div\u003e\n\u003ch2 class=\"nvu-card-title\"\u003eGoodbye Bulky Umbrella. Hello Extra Bag Space.\u003c\/h2\u003e\n\u003cp class=\"nvu-copy\"\u003eRegular umbrellas are useful until they take over half your bag. This mini folding design collapses to approximately \u003cstrong\u003e7.5 inches long\u003c\/strong\u003e, so you can keep weather protection nearby without giving up the space you need for your phone, wallet and everyday essentials.\u003c\/p\u003e\n\u003cdiv class=\"nvu-checks\"\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eApprox. 7.5\" folded length\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFits many purses, totes and backpacks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePortable pouch included for easier storage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-media\"\u003e\u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_6_30_14_13_11_2_1.png?v=1787647429\u0026amp;width=1946\" alt=\"Mini umbrella fitting inside a small handbag\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003cdiv class=\"nvu-feature\"\u003e\n\u003cdiv class=\"nvu-feature-tag\"\u003e02 · ☀️ MORE THAN JUST A RAIN UMBRELLA\u003c\/div\u003e\n\u003ch2 class=\"nvu-card-title\"\u003eUPF 50+ Shade For Bright Sunny Days\u003c\/h2\u003e\n\u003cp class=\"nvu-copy\"\u003eThe dark inner coating isn't there just for looks. The canopy features a \u003cstrong\u003eblack UV-blocking layer with UPF 50+ protection\u003c\/strong\u003e, helping create more comfortable shade when you're walking, sightseeing, waiting outside or spending time in strong sunshine.\u003c\/p\u003e\n\u003cdiv class=\"nvu-checks\"\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eUPF 50+ sun protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBlack-coated inner canopy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHelps provide cooler personal shade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-media\"\u003e\u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_6_30_14_13_11_3.png?v=1787647430\u0026amp;width=1946\" alt=\"UPF 50 plus mini umbrella with black UV coating\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003cdiv class=\"nvu-feature\"\u003e\n\u003cdiv class=\"nvu-feature-tag\"\u003e03 · 💦 READY WHEN THE FORECAST CHANGES\u003c\/div\u003e\n\u003ch2 class=\"nvu-card-title\"\u003eWater-Repellent Fabric For Sudden Showers\u003c\/h2\u003e\n\u003cp class=\"nvu-copy\"\u003eSunny morning, rainy afternoon? Keep one accessory ready for both. The outer canopy uses a \u003cstrong\u003ewater-repellent, quick-drying surface\u003c\/strong\u003e designed to help raindrops bead and roll away rather than soaking straight into the fabric.\u003c\/p\u003e\n\u003cdiv class=\"nvu-checks\"\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eWater-repellent outer layer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eQuick-drying canopy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePractical for changing everyday weather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-media\"\u003e\u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_6_30_14_13_11_4_1.png?v=1787647435\u0026amp;width=1946\" alt=\"Water repellent quick dry mini umbrella\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003cdiv class=\"nvu-feature\"\u003e\n\u003cdiv class=\"nvu-feature-tag\"\u003e04 · 🛡️ LIGHTWEIGHT DOESN'T HAVE TO FEEL FLIMSY\u003c\/div\u003e\n\u003ch2 class=\"nvu-card-title\"\u003eStrong Metal Ribs Provide Stable Everyday Support\u003c\/h2\u003e\n\u003cp class=\"nvu-copy\"\u003eCompact umbrellas still need dependable structure. A reinforced metal-rib frame provides support across the canopy while keeping the umbrella lightweight enough for regular everyday carry.\u003c\/p\u003e\n\u003cdiv class=\"nvu-checks\"\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMetal rib construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eStable support across the canopy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDesigned for normal everyday wind and weather\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-media\"\u003e\u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_6_30_14_13_11_5_1.png?v=1787647440\u0026amp;width=1946\" alt=\"Strong metal rib frame inside compact umbrella\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 05 --\u003e\n\u003cdiv class=\"nvu-feature\"\u003e\n\u003cdiv class=\"nvu-feature-tag\"\u003e05 · ☂️ MINI WHEN FOLDED · USEFUL WHEN OPEN\u003c\/div\u003e\n\u003ch2 class=\"nvu-card-title\"\u003eOpens To About 36 Inches Of Everyday Coverage\u003c\/h2\u003e\n\u003cp class=\"nvu-copy\"\u003eSmall in your bag doesn't mean tiny once opened. The canopy expands to approximately \u003cstrong\u003e36.2 inches across\u003c\/strong\u003e, giving one person practical coverage while walking, commuting or traveling.\u003c\/p\u003e\n\u003cdiv class=\"nvu-checks\"\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eApprox. 36.2\" open canopy diameter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eApprox. 21.7\" open height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCompact-to-full-size everyday design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-media\"\u003e\u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_6_30_14_13_11_6_1.png?v=1787647429\u0026amp;width=1946\" alt=\"Mini umbrella open and folded size comparison\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 06 --\u003e\n\u003cdiv class=\"nvu-feature\"\u003e\n\u003cdiv class=\"nvu-feature-tag\"\u003e06 · ✈️ KEEP ONE WHERE YOU NEED IT\u003c\/div\u003e\n\u003ch2 class=\"nvu-card-title\"\u003eAn Easy Backup For Commutes, Travel \u0026amp; Everyday Errands\u003c\/h2\u003e\n\u003cp class=\"nvu-copy\"\u003eAt approximately \u003cstrong\u003e7.8 oz\u003c\/strong\u003e, it's easy to leave one in your handbag, backpack, work tote or luggage. The included pouch and wrist strap help keep the folded umbrella contained when you're moving through your day.\u003c\/p\u003e\n\u003cdiv class=\"nvu-checks\"\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eApprox. 7.8 oz lightweight design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConvenient wrist strap\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-check\"\u003e\n\u003cspan class=\"nvu-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePortable storage pouch included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-media\"\u003e\u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/20260703115417_3466_5.png?v=1787647432\u0026amp;width=1946\" alt=\"Portable capsule umbrella available in multiple colors\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAILED FEATURES + SPECIFICATIONS\n       ===================================================== --\u003e\n\u003csection class=\"nvu-section\"\u003e\n\u003cdiv class=\"nvu-details-wrap\"\u003e\n\u003cdiv class=\"nvu-eyebrow\"\u003e🔎 Product Details\u003c\/div\u003e\n\u003ch2 class=\"nvu-section-title\"\u003eSmall Details That Make It Easier To Carry\u003c\/h2\u003e\n\u003cp class=\"nvu-copy\"\u003eDesigned around portability, everyday weather protection and convenient storage — with American measurements shown first for easier comparison.\u003c\/p\u003e\n\u003cdiv class=\"nvu-spec-grid\"\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eMini Folding UV Umbrella\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eFolded Length\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eApprox. 7.5 in \/ 19 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eCanopy Diameter\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eApprox. 36.2 in \/ 92 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eOpen Height\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eApprox. 21.7 in \/ 55 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eApprox. 7.8 oz \/ 220 g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eSun Protection\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eUPF 50+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eInner Layer\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eBlack UV-Coating Layer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eFabric\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003e280T High-Density Fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eRain Protection\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eWater-Repellent \/ Quick-Drying\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eReinforced Metal Ribs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eCarrying\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eWrist Strap + Portable Pouch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec\"\u003e\n\u003cdiv class=\"nvu-spec-label\"\u003eAvailable Colors\u003c\/div\u003e\n\u003cdiv class=\"nvu-spec-value\"\u003eIvory \/ Matcha Green \/ Black \/ Pink \/ Sky Blue \/ Light Purple\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-media\"\u003e\u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_6_30_14_13_11_6_1.png?v=1787647429\u0026amp;width=1946\" alt=\"Mini UV umbrella dimensions specifications and available colors\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n       ===================================================== --\u003e\n\u003csection class=\"nvu-section\"\u003e\n\u003cdiv class=\"nvu-eyebrow\"\u003e💬 Questions Before You Order?\u003c\/div\u003e\n\u003ch2 class=\"nvu-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"nvu-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow small is the umbrella when folded?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eIt measures approximately 7.5 inches (19 cm) long when folded, making it much easier to store inside handbags, backpacks, totes and luggage than a traditional long umbrella. 👜\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much does it weigh?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eThe umbrella weighs approximately 7.8 oz (220 g), making it lightweight enough for everyday carry and travel. 🪶\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it only for rain?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eNo. This is a dual-purpose umbrella designed for both sunny and rainy conditions. The black-coated inner canopy provides UPF 50+ sun protection, while the outer fabric helps repel rain. ☀️🌧️\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it provide UV protection?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eYes. The product is rated UPF 50+ and uses a dark UV-blocking coating on the underside of the canopy to help reduce exposure to strong sunlight.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the fabric waterproof?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eThe canopy is described as water repellent and quick drying, helping raindrops bead and roll away. It is designed as an everyday rain umbrella rather than specialized extreme-weather equipment. 💦\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is it when opened?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eThe open canopy measures approximately 36.2 inches (92 cm) across and the umbrella is approximately 21.7 inches (55 cm) high when fully extended.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs a storage pouch included?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eYes. A portable matching pouch is included to help keep the folded umbrella contained inside your bag. ✨\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for travel?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eYes. The combination of its compact folded size, approximately 7.8 oz weight, wrist strap and storage pouch makes it especially convenient for vacations, commuting, shopping and everyday travel. ✈️\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it in very strong storms?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eThe metal ribs provide stable everyday support, but mini umbrellas should still be used carefully during severe storms or unusually strong wind. It is primarily designed for normal everyday sun and rain conditions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n\u003cdiv class=\"nvu-faq-answer\"\u003eCurrent product options include Ivory, Matcha Green, Black, Pink, Sky Blue and Light Purple. 🎨\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING + QUALITY CONFIDENCE\n       ===================================================== --\u003e\n\u003csection class=\"nvu-section\"\u003e\n\u003cdiv class=\"nvu-intro\"\u003e\n\u003cdiv class=\"nvu-eyebrow\"\u003e🛡️ Shop With Confidence\u003c\/div\u003e\n\u003ch2 class=\"nvu-section-title\"\u003eFrom Checkout To Everyday Use\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-guarantees\"\u003e\n\u003cdiv class=\"nvu-guarantee\"\u003e\n\u003cdiv class=\"nvu-guarantee-icon\"\u003e📦\u003c\/div\u003e\n\u003cstrong\u003e Shipping Support \u003c\/strong\u003e \u003cspan\u003e Order assistance from purchase through delivery. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-guarantee\"\u003e\n\u003cdiv class=\"nvu-guarantee-icon\"\u003e🔒\u003c\/div\u003e\n\u003cstrong\u003e Secure Checkout \u003c\/strong\u003e \u003cspan\u003e Protected online payment processing. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nvu-guarantee\"\u003e\n\u003cdiv class=\"nvu-guarantee-icon\"\u003e☂️\u003c\/div\u003e\n\u003cstrong\u003e Everyday-Ready Frame \u003c\/strong\u003e \u003cspan\u003e Strong metal ribs provide stable daily support. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n       ===================================================== --\u003e\n\u003csection class=\"nvu-section nvu-cta\"\u003e\n\u003ch2\u003eOne Tiny Umbrella. One Less Weather Worry. ☔✨\u003c\/h2\u003e\n\u003cp\u003eKeep sun and rain protection within reach without filling your bag with a bulky umbrella. Compact, lightweight and ready for wherever the day takes you.\u003c\/p\u003e\n\u003ca class=\"nvu-buy-btn\" href=\"#MainContent\"\u003e\n\u003ch2\u003e☔\u003c\/h2\u003e\n Buy Now →\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HYY","offers":[{"title":"Ivory","offer_id":49027497722041,"sku":"NC02592608272146-米白色—（黑胶防晒-晴雨两用）","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Matcha Green","offer_id":49027497754809,"sku":"NC02592608272146-抹茶绿—（黑胶防晒-晴雨两用）","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":49027497787577,"sku":"NC02592608272146-黑色—（黑胶防晒-晴雨两用）","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":49027497820345,"sku":"NC02592608272146-粉色—（黑胶防晒-晴雨两用）","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue","offer_id":49027497853113,"sku":"NC02592608272146-天蓝—（黑胶防晒-晴雨两用）","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Light Purple","offer_id":49027497885881,"sku":"NC02592608272146-浅紫色—（黑胶防晒-晴雨两用）","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/Products_3_3e11d908-c8d0-409d-86cc-de1b48720b83.jpg?v=1787817633","url":"https:\/\/fvaulity.com\/products\/say-goodbye-to-bulky-umbrellas-dual-purpose-portable-capsule-umbrella","provider":"fvaulity","version":"1.0","type":"link"}