{"product_id":"ikea-aromatisk-vase-gold-colour-28-cm-with-vinterfint-hanging-decoration-set-of-2-handmade-sedge","title":"IKEA AROMATISK Vase Gold Colour 28 cm with VINTERFINT Hanging Decoration Set of 2 Handmade Sedge","description":"\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\n        \/* ─── reset \u0026 base ─── *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            background: #f6f4f0;\n            color: #1e2a2c;\n            padding: 30px 20px;\n            line-height: 1.5;\n        }\n\n        .listing-wrap {\n            max-width: 1060px;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 36px;\n            padding: 40px 38px;\n            box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.12);\n            border: 1px solid #ece4dc;\n        }\n\n        \/* ─── typography ─── *\/\n        h1 {\n            font-size: 2.2rem;\n            font-weight: 800;\n            letter-spacing: -0.4px;\n            color: #1a2a2c;\n        }\n\n        h2 {\n            font-size: 1.6rem;\n            font-weight: 700;\n            margin: 1.8rem 0 1rem;\n            color: #1e2a2c;\n            letter-spacing: -0.2px;\n        }\n\n        h3 {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin: 1.2rem 0 0.6rem;\n            color: #2c3e50;\n        }\n\n        .subhead {\n            font-size: 1.05rem;\n            color: #5c6f6b;\n            margin: 0 0 1.5rem;\n            border-bottom: 2px solid #f0ebe4;\n            padding-bottom: 1rem;\n        }\n\n        \/* ─── badge \/ tags ─── *\/\n        .badge {\n            display: inline-block;\n            background: #5d7a7a;\n            color: #fff;\n            font-weight: 600;\n            font-size: 0.75rem;\n            letter-spacing: 0.6px;\n            padding: 5px 18px;\n            border-radius: 40px;\n            text-transform: uppercase;\n            margin-bottom: 12px;\n        }\n\n        .tag-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 1rem 0 1.2rem;\n        }\n\n        .tag {\n            background: #f3f0ea;\n            padding: 6px 16px;\n            border-radius: 40px;\n            font-size: 0.82rem;\n            font-weight: 500;\n            color: #2c3e50;\n            border: 1px solid #e2dad1;\n        }\n\n        .tag-green {\n            background: #e6f0ec;\n            border-color: #b6d0c8;\n            color: #2a554a;\n        }\n\n        \/* ─── grid \/ cards ─── *\/\n        .two-col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 32px;\n            margin: 28px 0 18px;\n        }\n\n        .product-card {\n            background: #fbf9f6;\n            border-radius: 24px;\n            padding: 28px 24px;\n            border: 1px solid #e9e5df;\n            transition: box-shadow 0.2s;\n        }\n\n        .product-card:hover {\n            box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.08);\n        }\n\n        .product-card .name {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1a2a2c;\n        }\n\n        .product-card .sub {\n            color: #5c6f6b;\n            font-size: 0.9rem;\n            margin-bottom: 14px;\n        }\n\n        .spec-list {\n            list-style: none;\n            margin: 12px 0 0;\n        }\n\n        .spec-list li {\n            padding: 4px 0;\n            font-size: 0.9rem;\n            border-bottom: 1px solid #ede8e0;\n            display: flex;\n            gap: 10px;\n        }\n\n        .spec-list li:last-child {\n            border-bottom: 0;\n        }\n\n        .spec-label {\n            font-weight: 600;\n            min-width: 108px;\n            color: #2c3e50;\n        }\n\n        .article-chip {\n            display: inline-block;\n            background: #5d7a7a;\n            color: #fff;\n            padding: 4px 18px;\n            border-radius: 40px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-top: 14px;\n        }\n\n        \/* ─── feature grid ─── *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n            gap: 20px;\n            margin: 28px 0 20px;\n        }\n\n        .feature-box {\n            background: #fbf9f6;\n            padding: 22px 18px;\n            border-radius: 20px;\n            border-left: 5px solid #5d7a7a;\n        }\n\n        .feature-box h4 {\n            font-size: 1.05rem;\n            margin-bottom: 6px;\n            color: #1e2a2c;\n        }\n\n        .feature-box p {\n            font-size: 0.9rem;\n            color: #4b5b58;\n        }\n\n        \/* ─── spec table ─── *\/\n        .spec-table {\n            background: #fbf9f6;\n            border-radius: 24px;\n            padding: 28px 28px;\n            margin: 28px 0 18px;\n            border: 1px solid #e9e5df;\n        }\n\n        .spec-table .grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n\n        .spec-table h3 {\n            margin-top: 0;\n            color: #5d7a7a;\n            font-weight: 600;\n        }\n\n        .spec-table p {\n            display: flex;\n            gap: 8px;\n            flex-wrap: wrap;\n            padding: 3px 0;\n            border-bottom: 1px solid #ede8e0;\n            font-size: 0.92rem;\n        }\n\n        .spec-table p:last-child {\n            border-bottom: 0;\n        }\n\n        .spec-table .label {\n            font-weight: 600;\n            min-width: 110px;\n            color: #2c3e50;\n        }\n\n        \/* ─── care \/ cta ─── *\/\n        .care-block {\n            background: #f3f0ea;\n            border-radius: 24px;\n            padding: 26px 28px;\n            margin: 28px 0 20px;\n            border-left: 6px solid #5d7a7a;\n        }\n\n        .care-block .row {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 28px;\n            margin-top: 12px;\n        }\n\n        .care-block .col {\n            flex: 1;\n            min-width: 170px;\n        }\n\n        .care-block .col strong {\n            display: block;\n            color: #3a5a5a;\n            margin-bottom: 4px;\n        }\n\n        .cta-box {\n            background: linear-gradient(145deg, #2a4a4a, #1a3a3a);\n            border-radius: 28px;\n            padding: 40px 36px;\n            text-align: center;\n            margin: 36px 0 18px;\n            border: 1px solid #5d7a7a;\n        }\n\n        .cta-box h2 {\n            color: #fff;\n            margin: 0 0 8px;\n            font-size: 1.9rem;\n        }\n\n        .cta-box p {\n            color: #c8d8d8;\n            font-size: 1.05rem;\n            max-width: 520px;\n            margin: 0 auto;\n        }\n\n        .cta-pills {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 14px;\n            margin: 24px 0 12px;\n        }\n\n        .cta-pills span {\n            background: rgba(255, 255, 255, 0.10);\n            backdrop-filter: blur(4px);\n            padding: 10px 26px;\n            border-radius: 60px;\n            color: #fff;\n            font-weight: 500;\n            font-size: 0.9rem;\n            border: 1px solid rgba(255, 255, 255, 0.18);\n        }\n\n        .cta-pills .solid {\n            background: #5d7a7a;\n            border-color: #5d7a7a;\n        }\n\n        .footnote {\n            text-align: center;\n            background: #f3f0ea;\n            padding: 18px 20px;\n            border-radius: 20px;\n            margin-top: 32px;\n            font-size: 0.88rem;\n            color: #4d5b58;\n            border: 1px solid #e2dad1;\n        }\n\n        \/* ─── FAQ ─── *\/\n        .faq-item {\n            background: #fff;\n            border-radius: 16px;\n            padding: 18px 20px;\n            margin-bottom: 12px;\n            border: 1px solid #ece4dc;\n        }\n\n        .faq-item .q {\n            font-weight: 700;\n            color: #1e2a2c;\n            margin-bottom: 6px;\n            font-size: 0.98rem;\n        }\n\n        .faq-item .a {\n            color: #4b5b58;\n            font-size: 0.9rem;\n        }\n\n        \/* ─── responsive ─── *\/\n        @media (max-width: 720px) {\n            .listing-wrap {\n                padding: 24px 18px;\n            }\n            .two-col {\n                grid-template-columns: 1fr;\n                gap: 24px;\n            }\n            .spec-table .grid-2 {\n                grid-template-columns: 1fr;\n                gap: 24px;\n            }\n            h1 {\n                font-size: 1.7rem;\n            }\n            .cta-box h2 {\n                font-size: 1.5rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .listing-wrap {\n                padding: 18px 12px;\n                border-radius: 24px;\n            }\n            .product-card {\n                padding: 20px 16px;\n            }\n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"listing-wrap\"\u003e\n\u003c!-- ===== HEADER ===== --\u003e\n\u003cspan class=\"badge\"\u003e✨ HOME DÉCOR ESSENTIALS · Elegant \u0026amp; Handcrafted\u003c\/span\u003e\n\u003ch1\u003eIKEA AROMATISK Vase + VINTERFINT Hanging Decoration Bundle\u003c\/h1\u003e\n\u003cp class=\"subhead\"\u003eA décor duo for elevated everyday styling — the AROMATISK vase in gold-colour (28 cm \/ 11\") for a statement floral centrepiece, paired with the VINTERFINT handmade sedge hanging decoration set of 2 for a natural, artisanal accent.\u003c\/p\u003e\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003e✨ AROMATISK: gold-colour · 28 cm (11\") · vase\u003c\/span\u003e\n\u003cspan class=\"tag\"\u003e🌾 VINTERFINT: set of 2 · handmade sedge · hanging decoration\u003c\/span\u003e\n\u003cspan class=\"tag tag-green\"\u003e🎨 Handcrafted · Statement Piece · Versatile Styling\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== PRODUCTS ===== --\u003e\n\u003cdiv class=\"two-col\"\u003e\n\u003c!-- AROMATISK Vase --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"name\"\u003eAROMATISK Vase\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003egold-colour · 28 cm (11\")\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e📏 height\u003c\/span\u003e 28 cm (11\")\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e🎨 colour\u003c\/span\u003e gold-colour\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e🌸 use\u003c\/span\u003e fresh or dried flowers, standalone décor\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e✨ finish\u003c\/span\u003e reflective, statement finish\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e📦 pack\u003c\/span\u003e 1 vase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #5e6d6a; margin-top: 12px; font-size: 0.92rem;\"\u003eThe AROMATISK vase brings a warm, metallic statement to any room with its gold-colour finish and tall, elegant 28 cm silhouette. Whether styled with fresh blooms, dried stems, or left empty as a sculptural accent, it draws the eye and elevates a shelf, console table, or dining centrepiece. Its size and finish make it a versatile piece that works equally well in modern, glam, or eclectic interior styles.\u003c\/p\u003e\n\u003cspan class=\"article-chip\"\u003e🎯 Gold-Colour · 28 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- VINTERFINT Hanging Decoration --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"name\"\u003eVINTERFINT Hanging Decoration\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eset of 2 · handmade sedge\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e📦 pack\u003c\/span\u003e set of 2\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e🧵 material\u003c\/span\u003e handmade sedge\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e🎨 style\u003c\/span\u003e natural, artisanal texture\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e🏠 use\u003c\/span\u003e wall, window, or shelf hanging décor\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003e✋ craft\u003c\/span\u003e handcrafted, unique detailing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"color: #5e6d6a; margin-top: 12px; font-size: 0.92rem;\"\u003eThe VINTERFINT hanging decorations bring natural texture and handcrafted charm into your space. Made from sedge and shaped by hand, each piece in this set of 2 carries subtle individual character, making them a warm addition to walls, windows, or shelving. Their organic, woven look pairs beautifully with both minimalist and rustic-leaning interiors, adding a tactile, artisanal layer to your seasonal or everyday décor.\u003c\/p\u003e\n\u003cspan class=\"article-chip\"\u003e🎯 Set of 2 · Sedge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== THE PERFECT PAIR ===== --\u003e\n\u003cdiv style=\"text-align: center; margin: 34px 0 10px;\"\u003e\n\u003ch2 style=\"font-size: 1.9rem;\"\u003eLayered décor, effortlessly styled\u003c\/h2\u003e\n\u003cp style=\"max-width: 720px; margin: 10px auto 0; color: #48635e; font-size: 1.02rem;\"\u003eThe AROMATISK vase brings a polished, metallic focal point, while the VINTERFINT decorations add natural texture and handmade warmth. Together, they create a balanced, layered look that mixes shine with organic craft.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== FEATURES ===== --\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eStatement Gold Finish\u003c\/h4\u003e\n\u003cp\u003eAROMATISK's reflective gold-colour surface adds instant elegance to shelves, tables, or entryways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eHandmade Character\u003c\/h4\u003e\n\u003cp\u003eEach VINTERFINT piece is shaped by hand, so no two decorations look exactly alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eVersatile Styling\u003c\/h4\u003e\n\u003cp\u003eBoth pieces work as standalone accents or combined for a curated, gallery-style display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eNatural \u0026amp; Metallic Balance\u003c\/h4\u003e\n\u003cp\u003eThe pairing balances warm metallic tones with organic, textured materials for a layered look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== USE CASES ===== --\u003e\n\u003cdiv style=\"background: #fefcf9; border-radius: 26px; padding: 28px 26px; margin: 30px 0 20px; border: 1px solid #ece4dc;\"\u003e\n\u003ch3 style=\"font-size: 1.7rem; text-align: center; margin: 0 0 18px;\"\u003ePerfect for\u003c\/h3\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 24px;\"\u003e\n\u003cdiv style=\"background: #fff; padding: 20px; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);\"\u003e\n\u003ch4 style=\"color: #5d7a7a;\"\u003eConsole \u0026amp; entryway styling\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.92rem; color: #4b5b58;\"\u003eCreate a welcoming first impression with a statement vase and textured hanging accent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 20px; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);\"\u003e\n\u003ch4 style=\"color: #5d7a7a;\"\u003eSeasonal \u0026amp; holiday décor\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.92rem; color: #4b5b58;\"\u003eThe handmade sedge decorations add a natural, seasonal touch to windows or walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 20px; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);\"\u003e\n\u003ch4 style=\"color: #5d7a7a;\"\u003eThoughtful gifting\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.92rem; color: #4b5b58;\"\u003eA curated décor pairing makes a considered housewarming or seasonal gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== FULL SPECS ===== --\u003e\n\u003cdiv class=\"spec-table\"\u003e\n\u003ch2 style=\"margin-top: 0;\"\u003eComplete specifications\u003c\/h2\u003e\n\u003cdiv class=\"grid-2\"\u003e\n\u003c!-- AROMATISK specs --\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAROMATISK Vase\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003ebrand\u003c\/span\u003e IKEA\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003eheight\u003c\/span\u003e 28 cm (11\")\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003ecolour\u003c\/span\u003e Gold-colour\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003euse\u003c\/span\u003e Fresh\/dried flowers, standalone décor\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003efeatures\u003c\/span\u003e Statement metallic finish\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- VINTERFINT specs --\u003e\n\u003cdiv\u003e\n\u003ch3\u003eVINTERFINT Hanging Decoration\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003ebrand\u003c\/span\u003e IKEA\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003epack size\u003c\/span\u003e Set of 2\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003ematerial\u003c\/span\u003e Handmade sedge\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003euse\u003c\/span\u003e Wall, window, or shelf décor\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"label\"\u003efeatures\u003c\/span\u003e Handcrafted, natural texture\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f1eeea; border-radius: 18px; padding: 14px; text-align: center; margin-top: 26px;\"\u003e\n\u003cspan style=\"font-weight: 600;\"\u003e📦 bundle includes:\u003c\/span\u003e 1x AROMATISK Vase (Gold-Colour, 28 cm) + 1x VINTERFINT Hanging Decoration Set of 2 (Handmade Sedge)\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== CARE ===== --\u003e\n\u003cdiv class=\"care-block\"\u003e\n\u003ch3 style=\"font-size: 1.5rem; margin: 0 0 6px;\"\u003eCare at a glance\u003c\/h3\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col\"\u003e\n\u003cstrong\u003eAROMATISK Vase\u003c\/strong\u003e Wipe with a soft, dry cloth to maintain the gold-colour finish. Avoid abrasive cleaners that may dull the surface.\u003c\/div\u003e\n\u003cdiv class=\"col\"\u003e\n\u003cstrong\u003eVINTERFINT Decorations\u003c\/strong\u003e Dust gently with a soft brush or dry cloth. Keep away from prolonged direct moisture to preserve the natural sedge material.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 16px; padding: 12px 16px; background: #e8f4f0; border-radius: 14px; font-size: 0.85rem; color: #3a5a5a;\"\u003e\n\u003cstrong\u003e💡 Pro tip:\u003c\/strong\u003e Since each VINTERFINT piece is handmade, slight variations in shape and texture are natural and part of their unique character.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== FAQ ===== --\u003e\n\u003cdiv style=\"margin: 30px 0 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.7rem; text-align: center; margin: 0 0 18px;\"\u003eFrequently asked questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eIs the AROMATISK vase watertight for fresh flowers?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eThe vase is designed to hold both fresh and dried arrangements; we recommend checking the product's specific care details for extended water use.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eWill the two VINTERFINT decorations look identical?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eNo — since each piece is handmade from sedge, there will be slight natural variations in shape and texture between the two.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eHow do I hang the VINTERFINT decorations?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eThey're designed for hanging on walls, windows, or shelving; check the product for any included hanging attachment or loop.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eWill the gold finish on the vase fade or tarnish over time?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eWith gentle care — dry dusting and avoiding abrasive cleaners — the gold-colour finish is designed to stay looking good for everyday display use.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eAre these pieces suitable for outdoor use?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eBoth are designed primarily for indoor décor; the natural sedge material in particular should be kept away from prolonged outdoor moisture or sun exposure.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eIs this bundle a good housewarming gift?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eYes — the combination of a statement vase and handmade natural decorations makes a thoughtful, ready-to-display gift for a new home.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== CTA ===== --\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eStyle your space with intention\u003c\/h2\u003e\n\u003cp\u003eAROMATISK Vase · VINTERFINT Hanging Decoration · ready to display\u003c\/p\u003e\n\u003cdiv class=\"cta-pills\"\u003e\n\u003cspan\u003eAROMATISK Vase — Gold-Colour, 28 cm\u003c\/span\u003e\n\u003cspan\u003eVINTERFINT Hanging Decoration — Set of 2, Sedge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-pills\" style=\"margin-top: 0;\"\u003e\n\u003cspan class=\"solid\"\u003eHandcrafted · Statement Piece · Versatile Styling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== FOOTNOTE ===== --\u003e\n\u003cdiv class=\"footnote\"\u003e\n\u003cstrong\u003eⓘ note:\u003c\/strong\u003e Bundle includes 1x IKEA AROMATISK Vase (Gold-Colour, 28 cm \/ 11\") and 1x IKEA VINTERFINT Hanging Decoration Set of 2 (Handmade Sedge). As a handmade product, slight variations between pieces are natural.\n\u003cbr\u003e\u003cbr\u003e\n\u003cspan style=\"font-size: 0.8rem; color: #5c6f6b;\"\u003eIKEA doesn't deliver to most Indian PIN codes. We pick, pack, and ship genuine IKEA products to your door — wherever you are in India.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Digital Shoppy","offers":[{"title":"Default Title","offer_id":52182945366337,"sku":"DS000013159DS","price":3399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0156\/7467\/1152\/files\/1_2d8eee2c-e326-43b2-a22a-d937076c6af2.jpg?v=1788863275","url":"https:\/\/digitalshoppy.in\/products\/ikea-aromatisk-vase-gold-colour-28-cm-with-vinterfint-hanging-decoration-set-of-2-handmade-sedge","provider":"digitalshoppy.in","version":"1.0","type":"link"}