{"product_id":"super-solar-milan-umbrella","title":"Super solar milan umbrella","description":"\u003cstyle\u003e\n  .anamon-product-wrap {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 16px;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.7;\n  }\n  .anamon-hero {\n    text-align: center;\n    padding: 30px 0 20px;\n    border-bottom: 3px solid #c9a84c;\n    margin-bottom: 28px;\n  }\n  .anamon-hero h1 {\n    font-size: 32px;\n    font-weight: 300;\n    margin: 0 0 6px;\n    letter-spacing: 1px;\n    color: #0a0a0a;\n  }\n  .anamon-hero .subtitle {\n    font-size: 16px;\n    color: #666;\n    margin: 0;\n    font-weight: 400;\n    letter-spacing: 2px;\n  }\n  .anamon-hero .tagline {\n    font-size: 15px;\n    color: #c9a84c;\n    font-weight: 500;\n    margin-top: 6px;\n    letter-spacing: 0.5px;\n  }\n  .anamon-section-title {\n    font-size: 22px;\n    font-weight: 300;\n    color: #1a1a1a;\n    border-left: 4px solid #c9a84c;\n    padding-left: 14px;\n    margin: 36px 0 16px;\n    letter-spacing: 0.5px;\n  }\n  .anamon-desc {\n    font-size: 15px;\n    color: #333;\n    margin-bottom: 18px;\n  }\n  .anamon-desc strong {\n    color: #1a1a1a;\n    font-weight: 600;\n  }\n  .anamon-features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px 28px;\n    background: #faf8f3;\n    padding: 22px 26px;\n    border-radius: 12px;\n    border: 1px solid #eee;\n    margin: 18px 0 24px;\n  }\n  .anamon-features-grid .item {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n  .anamon-features-grid .icon {\n    font-size: 18px;\n    color: #c9a84c;\n    flex-shrink: 0;\n    line-height: 1.4;\n  }\n  .anamon-features-grid .label {\n    font-size: 14px;\n    font-weight: 600;\n    display: block;\n  }\n  .anamon-features-grid .desc {\n    font-size: 13px;\n    color: #555;\n  }\n  .anamon-spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    border: 1px solid #e5e5e5;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #fff;\n    margin: 12px 0 18px;\n  }\n  .anamon-spec-item {\n    display: flex;\n    align-items: baseline;\n    justify-content: space-between;\n    padding: 12px 18px;\n    border-bottom: 1px solid #f0f0f0;\n    border-right: 1px solid #f0f0f0;\n    background: #fff;\n    transition: background 0.2s;\n    box-sizing: border-box;\n  }\n  .anamon-spec-item:nth-child(even) {\n    border-right: none;\n  }\n  .anamon-spec-item:hover {\n    background: #faf8f3;\n  }\n  .anamon-spec-label {\n    font-size: 13px;\n    color: #777;\n    margin-right: 12px;\n    flex-shrink: 0;\n  }\n  .anamon-spec-value {\n    font-size: 13px;\n    font-weight: 600;\n    color: #1a1a1a;\n    text-align: right;\n    white-space: nowrap;\n  }\n  .anamon-spec-value .unit {\n    font-weight: 400;\n    color: #999;\n    margin-left: 3px;\n  }\n  .anamon-quote {\n    background: #f5f2eb;\n    border-radius: 12px;\n    padding: 24px 28px;\n    margin: 24px 0;\n    border-left: 4px solid #c9a84c;\n    font-style: italic;\n    color: #444;\n    font-size: 15px;\n  }\n  .anamon-quote cite {\n    display: block;\n    margin-top: 8px;\n    font-style: normal;\n    font-weight: 600;\n    color: #1a1a1a;\n    font-size: 14px;\n  }\n  .anamon-video-container {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    max-width: 100%;\n    background: #1a1a1a;\n    border-radius: 12px;\n    margin: 24px 0;\n  }\n  .anamon-video-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n    border-radius: 12px;\n    background: #1a1a1a;\n    display: block;\n    object-fit: contain;\n  }\n  .anamon-light-section {\n    background: #1a1a1a;\n    color: #f0ede8;\n    border-radius: 12px;\n    padding: 24px 28px;\n    margin: 24px 0;\n  }\n  .anamon-light-section .label {\n    color: #c9a84c;\n    font-weight: 600;\n    font-size: 14px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n  .anamon-light-section p {\n    color: #d5d0c8;\n    font-size: 15px;\n    margin: 8px 0 0;\n  }\n  .anamon-footer-note {\n    margin-top: 20px;\n    text-align: center;\n    font-size: 13px;\n    color: #999;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    padding-top: 16px;\n    border-top: 1px solid #f0f0f0;\n  }\n  .anamon-footer-note svg {\n    width: 16px;\n    height: 16px;\n    fill: none;\n    stroke: #2d8a4e;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n  @media (max-width: 640px) {\n    .anamon-features-grid {\n      grid-template-columns: 1fr;\n      padding: 16px 18px;\n    }\n    .anamon-spec-grid {\n      grid-template-columns: 1fr;\n    }\n    .anamon-spec-item {\n      border-right: none !important;\n    }\n    .anamon-hero h1 {\n      font-size: 24px;\n    }\n    .anamon-light-section {\n      padding: 18px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"anamon-product-wrap\"\u003e\n\n  \u003c!-- ====== HERO 区 ====== --\u003e\n  \u003cdiv class=\"anamon-hero\"\u003e\n    \u003ch1\u003eSuper solar milan umbrella\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003eRoyal Botania · Super solar milan umbrella · Parasol Ø 300 cm\u003c\/p\u003e\n    \u003cp class=\"tagline\"\u003eInspired by the ocean. Engineered for the outdoors.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ====== 品牌故事引言 ====== --\u003e\n  \u003cdiv class=\"anamon-quote\"\u003e\n    \"Super solar milan umbrella is not just another parasol – it redefines what an outdoor umbrella can be. Designed by Kris Van Puyvelde and inspired by nature's elegance, Super solar milan umbrella opens like a blooming flower, echoing the graceful unfurling of tube-dwelling anemones.\"\n    \u003ccite\u003e— Kris Van Puyvelde, Designer\u003c\/cite\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ====== 产品概述 ====== --\u003e\n  \u003ch2 class=\"anamon-section-title\"\u003eA Design Born from the Deep\u003c\/h2\u003e\n  \u003cp class=\"anamon-desc\"\u003e\n    Over a decade ago, while scuba diving 20 metres beneath the ocean's surface, designer Kris Van Puyvelde was mesmerised by the intricate beauty of the marine life around him. As he watched a pipe anemone emerge from its slender tube and sway with the current, inspiration struck for an unexpected parasol design.\n  \u003c\/p\u003e\n  \u003cp class=\"anamon-desc\"\u003e\n    Early prototypes failed, and the idea was shelved — until 2023, when Kris rediscovered the original drawings. With a designer's precision and a diver's patience, he refined the concept into its final form. The result is \u003cstrong\u003eSuper solar milan umbrella\u003c\/strong\u003e — a name born from \u003cem\u003eAn\u003c\/em\u003e (Greek for \"against\") and \u003cem\u003eAmon\u003c\/em\u003e (the Egyptian sun god), signifying both sun protection and its oceanic muse: the tube-dwelling anemone.\n  \u003c\/p\u003e\n\n  \u003c!-- ====== 视频 1：产品开合与外观演示（自动播放） ====== --\u003e\n  \u003cdiv class=\"anamon-video-container\"\u003e\n    \u003cvideo autoplay muted loop playsinline preload=\"metadata\" poster=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e954539ef0b642b5beaa3bc20bd992ab.mp4\" type=\"video\/mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ====== 核心创新 ====== --\u003e\n  \u003ch2 class=\"anamon-section-title\"\u003eThe Innovation\u003c\/h2\u003e\n  \u003cp class=\"anamon-desc\"\u003e\n    \u003cstrong\u003eSuper solar milan umbrella inverts the typical parasol — blossoming open upwards from within its stem.\u003c\/strong\u003e Opening from the inside out and the top down, Super solar milan umbrella cleverly conceals its complexity. Everything — from the canopy to the mechanics — is hidden within its sleek vertical column. At the turn of a handle, the parasol seamlessly unfolds with a theatrical reveal, while the inner workings remain discreetly hidden.\n  \u003c\/p\u003e\n\n  \u003c!-- ====== 六大核心卖点 ====== --\u003e\n  \u003ch2 class=\"anamon-section-title\"\u003eWhat Sets Super solar milan umbrella Apart\u003c\/h2\u003e\n  \u003cdiv class=\"anamon-features-grid\"\u003e\n    \u003cdiv class=\"item\"\u003e\n      \u003cspan class=\"icon\"\u003e✦\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eTop‑Down Opening Mechanism\u003c\/span\u003e\n        \u003cspan class=\"desc\"\u003eSuper solar milan umbrella opens intuitively and effortlessly from the top down, delivering smooth operation and maintaining a clean silhouette.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"item\"\u003e\n      \u003cspan class=\"icon\"\u003e✦\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe Surprise Reveal\u003c\/span\u003e\n        \u003cspan class=\"desc\"\u003eWhen closed, Super solar milan umbrella doesn't look like an umbrella at all — its components are hidden within a minimalist form. Only when the mechanism is engaged does it unfold in a smooth, surprising gesture.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"item\"\u003e\n      \u003cspan class=\"icon\"\u003e✦\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eEffortless Setup\u003c\/span\u003e\n        \u003cspan class=\"desc\"\u003eUnlike traditional parasols, Super solar milan umbrella opens upwards and outwards for easy deployment without disturbing surrounding furniture — perfect for restaurants, terraces and poolside lounges.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"item\"\u003e\n      \u003cspan class=\"icon\"\u003e✦\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eCable‑Free Lighting\u003c\/span\u003e\n        \u003cspan class=\"desc\"\u003eOnce the sun sets, Super solar milan umbrella continues to shine. With the canopy tucked away, it transforms into a sculptural light source powered by a rechargeable battery — no unsightly cables.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"item\"\u003e\n      \u003cspan class=\"icon\"\u003e✦\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eSturdy Yet Mobile\u003c\/span\u003e\n        \u003cspan class=\"desc\"\u003eSuper solar milan umbrella combines durability with mobility. Its innovative wheel‑shaped base allows it to be repositioned with minimal effort.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"item\"\u003e\n      \u003cspan class=\"icon\"\u003e✦\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eAll‑Season Protection\u003c\/span\u003e\n        \u003cspan class=\"desc\"\u003eThe top cap clicks effortlessly into place, protecting the mechanism from rain, dust and debris. Any water that enters is directed out through a discreet drainage system.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ====== 照明功能（深色背景突出） ====== --\u003e\n  \u003cdiv class=\"anamon-light-section\"\u003e\n    \u003cdiv class=\"label\"\u003e💡 Integrated LED Lighting\u003c\/div\u003e\n    \u003cp\u003e\n      The Super solar milan umbrella is more than a parasol. Thanks to the built‑in LED ring in the mast, you can easily create a warm and luxurious atmosphere — both day and night.\u003cbr\u003e\u003cbr\u003e\n      \u003cstrong style=\"color:#f0ede8;\"\u003e• Warm white dimmable light (2700K)\u003c\/strong\u003e\u003cbr\u003e\n      \u003cstrong style=\"color:#f0ede8;\"\u003e• Works both open and closed — even as a sculptural design lamp\u003c\/strong\u003e\u003cbr\u003e\n      \u003cstrong style=\"color:#f0ede8;\"\u003e• Battery life of approximately 6 to 12 hours\u003c\/strong\u003e\u003cbr\u003e\n      \u003cstrong style=\"color:#f0ede8;\"\u003e• IP55 water and dust resistant\u003c\/strong\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ====== 视频 2：夜间灯光效果展示（自动播放） ====== --\u003e\n  \u003cdiv class=\"anamon-video-container\"\u003e\n    \u003cvideo autoplay muted loop playsinline preload=\"metadata\" poster=\"\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9bcfe4f3720b4664a3e1d91a90548b7a.mp4\" type=\"video\/mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ====== 材质与工艺 ====== --\u003e\n  \u003ch2 class=\"anamon-section-title\"\u003ePremium Materials \u0026amp; Craftsmanship\u003c\/h2\u003e\n  \u003cp class=\"anamon-desc\"\u003e\n    As you would expect from Royal Botania, the Super solar milan umbrella is built with an eye for detail and durability. Above the canopy sits the distinctive \u003cstrong\u003e\"Frisbee cap\"\u003c\/strong\u003e — a playful design element that protects against dirt and water while serving as a subtle nod to Royal Botania's innovative character.\n  \u003c\/p\u003e\n  \u003cp class=\"anamon-desc\"\u003e\n    Every component is engineered to withstand the elements while maintaining the sleek, minimalist aesthetic that defines the Super solar milan umbrella experience.\n  \u003c\/p\u003e\n\n  \u003c!-- ====== 技术规格 ====== --\u003e\n  \u003ch2 class=\"anamon-section-title\"\u003e⚙️ Technical Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"anamon-spec-grid\"\u003e\n    \u003cdiv class=\"anamon-spec-item\"\u003e\n\u003cspan class=\"anamon-spec-label\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"anamon-spec-value\"\u003e300 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"anamon-spec-item\"\u003e\n\u003cspan class=\"anamon-spec-label\"\u003eOpening Mechanism\u003c\/span\u003e\u003cspan class=\"anamon-spec-value\"\u003eTop‑down, inside‑out\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"anamon-spec-item\"\u003e\n\u003cspan class=\"anamon-spec-label\"\u003eLighting\u003c\/span\u003e\u003cspan class=\"anamon-spec-value\"\u003e2700K Warm White LED \u003cspan class=\"unit\"\u003e(dimmable)\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"anamon-spec-item\"\u003e\n\u003cspan class=\"anamon-spec-label\"\u003eBattery Life\u003c\/span\u003e\u003cspan class=\"anamon-spec-value\"\u003e6–12 hrs\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"anamon-spec-item\"\u003e\n\u003cspan class=\"anamon-spec-label\"\u003eProtection Rating\u003c\/span\u003e\u003cspan class=\"anamon-spec-value\"\u003eIP55 \u003cspan class=\"unit\"\u003e(water \u0026amp; dust)\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"anamon-spec-item\"\u003e\n\u003cspan class=\"anamon-spec-label\"\u003eBase Type\u003c\/span\u003e\u003cspan class=\"anamon-spec-value\"\u003eWheel‑shaped \u003cspan class=\"unit\"\u003e(mobile)\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"anamon-spec-item\"\u003e\n\u003cspan class=\"anamon-spec-label\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"anamon-spec-value\"\u003ePremium aluminium \u003cspan class=\"unit\"\u003e+ weather‑resistant fabric\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"anamon-spec-item\"\u003e\n\u003cspan class=\"anamon-spec-label\"\u003eDesigner\u003c\/span\u003e\u003cspan class=\"anamon-spec-value\"\u003eKris Van Puyvelde\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ====== 生活方式场景 ====== --\u003e\n  \u003ch2 class=\"anamon-section-title\"\u003eWhere Super solar milan umbrella Belongs\u003c\/h2\u003e\n  \u003cp class=\"anamon-desc\"\u003e\n    \u003cstrong\u003e🏡 Terraces \u0026amp; Gardens\u003c\/strong\u003e — Transform your outdoor space into a luxurious retreat. The Super solar milan umbrella's minimalist silhouette complements any architectural style.\n  \u003c\/p\u003e\n  \u003cp class=\"anamon-desc\"\u003e\n    \u003cstrong\u003e🍽️ Restaurants \u0026amp; Cafés\u003c\/strong\u003e — Impress your guests with a parasol that's as functional as it is beautiful. The effortless setup won't disturb tables or furniture.\n  \u003c\/p\u003e\n  \u003cp class=\"anamon-desc\"\u003e\n    \u003cstrong\u003e🏊 Poolside Lounges\u003c\/strong\u003e — From midday shade to evening ambiance, the Super solar milan umbrella adapts seamlessly. The integrated lighting creates a warm, inviting glow as the sun goes down.\n  \u003c\/p\u003e\n\n  \u003c!-- ====== 信任背书 ====== --\u003e\n  \u003cdiv style=\"background:#f8f6f1; border-radius:12px; padding:20px 24px; margin:24px 0 16px; border:1px solid #eee;\"\u003e\n    \u003cp style=\"margin:0; font-size:14px; color:#333; text-align:center; font-weight:500;\"\u003e\n      ✅ 2‑year warranty on manufacturing defects · ✅ Made‑to‑order craftsmanship · ✅ Officially certified by Royal Botania – authentic design \u0026amp; premium quality\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Petzeno Store","offers":[{"title":"White","offer_id":57840994419071,"sku":null,"price":89.0,"currency_code":"USD","in_stock":true},{"title":"Pebble","offer_id":57840994451839,"sku":null,"price":89.0,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":57840994484607,"sku":null,"price":89.0,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":57840994517375,"sku":null,"price":89.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0994\/1621\/1839\/files\/RoyalBotaniaAnamon-White.webp?v=1782467615","url":"https:\/\/petzenostroe.com\/products\/super-solar-milan-umbrella","provider":"Petzeno Store","version":"1.0","type":"link"}