{"product_id":"planter-big","title":"Handcrafted Terracotta Face Planter","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  :root {\n    --terra: #B5541E;\n    --terra-light: #D4825A;\n    --terra-pale: #F5E8DF;\n    --green: #3D6B45;\n    --green-light: #5E9A68;\n    --green-pale: #EAF3EB;\n    --dark: #1E2D20;\n    --gold: #C9973A;\n    --gold-pale: #F7EDD8;\n    --cream: #F8FAF7;\n    --text: #141C15;\n    --text-mid: #3A5A3E;\n    --text-muted: #789A7C;\n    --border: rgba(61, 107, 69, 0.12);\n    --border-warm: rgba(181, 84, 30, 0.12);\n  }\n\n  body {\n    background: var(--cream);\n    font-family: 'Jost', sans-serif;\n    color: var(--text);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* Header *\/\n  .header {\n    background: var(--dark);\n    padding: 44px 40px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .header::before {\n    content: '';\n    position: absolute;\n    left: -60px;\n    bottom: -60px;\n    width: 240px;\n    height: 240px;\n    border-radius: 50%;\n    background: rgba(94, 154, 104, 0.06);\n    pointer-events: none;\n  }\n\n  .header::after {\n    content: '';\n    position: absolute;\n    right: 40px;\n    top: -30px;\n    width: 160px;\n    height: 160px;\n    border-radius: 50%;\n    background: rgba(181, 84, 30, 0.06);\n    pointer-events: none;\n  }\n\n  .header-label {\n    font-size: 10px;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    color: rgba(94, 154, 104, 0.65);\n    margin-bottom: 14px;\n    font-weight: 400;\n  }\n\n  .header-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 500;\n    color: #EEF5EE;\n    line-height: 1.2;\n    margin-bottom: 8px;\n  }\n\n  .header-desc {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 16px;\n    color: rgba(94, 154, 104, 0.6);\n    margin-bottom: 28px;\n  }\n\n  .header-pills {\n    display: flex;\n    gap: 8px;\n    flex-wrap: wrap;\n  }\n\n  .pill {\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    font-weight: 500;\n    padding: 5px 13px;\n    border-radius: 2px;\n    border: 0.5px solid rgba(94, 154, 104, 0.3);\n    color: rgba(94, 154, 104, 0.85);\n    background: rgba(94, 154, 104, 0.08);\n  }\n\n  \/* Body *\/\n  .body { padding: 40px; }\n\n  \/* Intro *\/\n  .intro {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    line-height: 1.85;\n    color: var(--text-mid);\n    padding-left: 16px;\n    border-left: 2px solid var(--green-light);\n    margin-bottom: 40px;\n  }\n\n  \/* Section label *\/\n  .label {\n    font-size: 9px;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    font-weight: 500;\n    color: var(--green);\n    margin-bottom: 18px;\n  }\n\n  \/* Features *\/\n  .features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 40px;\n  }\n\n  .feat {\n    background: white;\n    border: 0.5px solid var(--border);\n    border-radius: 8px;\n    padding: 22px 20px;\n  }\n\n  .feat-top {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n\n  .feat-emoji {\n    width: 34px;\n    height: 34px;\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 15px;\n    flex-shrink: 0;\n  }\n\n  .fe-1 { background: rgba(181, 84, 30, 0.09); }\n  .fe-2 { background: rgba(61, 107, 69, 0.09); }\n  .fe-3 { background: rgba(94, 154, 104, 0.09); }\n  .fe-4 { background: rgba(201, 151, 58, 0.09); }\n  .fe-5 { background: rgba(61, 107, 69, 0.07); }\n\n  .feat-name {\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--text);\n    letter-spacing: 0.2px;\n  }\n\n  .feat-desc {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  \/* Design variants *\/\n  .variants {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 40px;\n  }\n\n  .variant-card {\n    background: white;\n    border: 0.5px solid var(--border);\n    border-radius: 8px;\n    padding: 20px 16px;\n    text-align: center;\n  }\n\n  .variant-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n    display: block;\n  }\n\n  .variant-title {\n    font-size: 12.5px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 5px;\n  }\n\n  .variant-desc {\n    font-size: 11.5px;\n    color: var(--text-muted);\n    font-weight: 300;\n    line-height: 1.5;\n  }\n\n  \/* Clay benefit *\/\n  .clay-benefit {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 40px;\n  }\n\n  .clay-card {\n    background: var(--green-pale);\n    border: 0.5px solid rgba(61, 107, 69, 0.12);\n    border-radius: 8px;\n    padding: 20px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n\n  .clay-icon {\n    font-size: 20px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .clay-title {\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--green);\n    margin-bottom: 4px;\n  }\n\n  .clay-desc {\n    font-size: 12px;\n    color: var(--text-muted);\n    font-weight: 300;\n    line-height: 1.6;\n  }\n\n  \/* Specs *\/\n  .specs {\n    border: 0.5px solid var(--border);\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 40px;\n  }\n\n  .spec-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 13px 20px;\n    border-bottom: 0.5px solid var(--border);\n    background: white;\n  }\n\n  .spec-row:last-child { border-bottom: none; }\n  .spec-row:nth-child(even) { background: var(--cream); }\n\n  .spec-key {\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    font-weight: 400;\n  }\n\n  .spec-val {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    color: var(--text);\n    font-weight: 500;\n    text-align: right;\n  }\n\n  \/* Why block *\/\n  .why {\n    background: var(--gold-pale);\n    border: 0.5px solid rgba(201, 151, 58, 0.18);\n    border-radius: 8px;\n    padding: 28px 24px;\n    margin-bottom: 40px;\n  }\n\n  .why-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    line-height: 1.85;\n    color: #5C4520;\n    font-weight: 400;\n  }\n\n  \/* Best for *\/\n  .bestfor {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));\n    gap: 8px;\n    margin-bottom: 40px;\n  }\n\n  .bf {\n    background: white;\n    border: 0.5px solid var(--border);\n    border-radius: 8px;\n    padding: 14px 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .bf-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--green);\n    flex-shrink: 0;\n  }\n\n  .bf-text {\n    font-size: 12.5px;\n    color: var(--text-mid);\n    font-weight: 400;\n  }\n\n  \/* Footer *\/\n  .footer {\n    background: var(--dark);\n    padding: 24px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    flex-wrap: wrap;\n  }\n\n  .footer-quote {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 14px;\n    color: rgba(94, 154, 104, 0.6);\n  }\n\n  .footer-badges {\n    display: flex;\n    gap: 6px;\n    flex-wrap: wrap;\n  }\n\n  .fbadge {\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: rgba(94, 154, 104, 0.8);\n    background: rgba(94, 154, 104, 0.1);\n    border: 0.5px solid rgba(94, 154, 104, 0.25);\n    border-radius: 2px;\n    padding: 4px 10px;\n    font-weight: 500;\n  }\n\n  @media (max-width: 580px) {\n    .header { padding: 32px 24px; }\n    .header-title { font-size: 24px; }\n    .body { padding: 28px 24px; }\n    .features { grid-template-columns: 1fr; }\n    .variants { grid-template-columns: 1fr 1fr; }\n    .clay-benefit { grid-template-columns: 1fr; }\n    .footer { padding: 20px 24px; flex-direction: column; align-items: flex-start; }\n  }\n\u003c\/style\u003e\n\u003c!-- HEADER --\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"header-label\"\u003eTerracotta Craft · Artisan Made\u003c\/div\u003e\n\u003ch1 class=\"header-title\"\u003eHandcrafted Terracotta\u003cbr\u003eDesigner Planter\u003c\/h1\u003e\n\u003cp class=\"header-desc\"\u003eArtistic Clay Pots for Home, Balcony \u0026amp; Gifting\u003c\/p\u003e\n\u003cdiv class=\"header-pills\"\u003e\n\u003cspan class=\"pill\"\u003eUnique Designs\u003c\/span\u003e \u003cspan class=\"pill\"\u003e100% Natural Clay\u003c\/span\u003e \u003cspan class=\"pill\"\u003eGift Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003e\n\u003c!-- INTRO --\u003e\n\u003cp class=\"intro\"\u003eNot just a planter — a piece of art. Each terracotta designer pot is individually shaped by hand, giving it a character, texture, and story that no factory can replicate. Place it on a shelf, a desk, or a windowsill, and it instantly becomes the most interesting thing in the room.\u003c\/p\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-top\"\u003e\n\u003cdiv class=\"feat-emoji fe-1\"\u003e🎨\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eUnique Artistic Designs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eAvailable in multiple creative styles — from expressive faces to nature-inspired forms. Each design is distinct and full of personality.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-top\"\u003e\n\u003cdiv class=\"feat-emoji fe-2\"\u003e🖐️\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eHandcrafted by Artisans\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eMade one at a time by skilled potters using traditional techniques. No two pieces are identical — yours is genuinely one of a kind.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-top\"\u003e\n\u003cdiv class=\"feat-emoji fe-3\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e100% Natural Terracotta\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003ePure, unprocessed clay that is breathable, chemical-free, and biodegradable — better for your plants and better for the planet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-top\"\u003e\n\u003cdiv class=\"feat-emoji fe-4\"\u003e🏡\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eVersatile Décor Piece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eWorks beautifully as a planter, a decorative bowl, or a desk organiser — indoors or outdoors, traditional or modern settings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"feat-top\"\u003e\n\u003cdiv class=\"feat-emoji fe-5\"\u003e🎁\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003ePerfect for Gifting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA thoughtful, memorable gift for housewarming events, festivals, return gifts, or anyone who loves handmade home décor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border: 0.5px solid var(--border-warm); background: #FDFAF8;\" class=\"feat\"\u003e\n\u003cdiv class=\"feat-top\"\u003e\n\u003cdiv style=\"background: rgba(181,84,30,0.09);\" class=\"feat-emoji\"\u003e🏺\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eRustic Matte Finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eUnpolished, earthy surface that develops a natural warmth over time — a finish that only gets more beautiful with use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESIGN VARIANTS --\u003e\n\u003cdiv class=\"label\"\u003eDesign Variants\u003c\/div\u003e\n\u003cdiv class=\"variants\"\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cspan class=\"variant-icon\"\u003e😊\u003c\/span\u003e\n\u003cdiv class=\"variant-title\"\u003eFace Planters\u003c\/div\u003e\n\u003cdiv class=\"variant-desc\"\u003eExpressive characters with hand-sculpted features — playful and full of life.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cspan class=\"variant-icon\"\u003e🐾\u003c\/span\u003e\n\u003cdiv class=\"variant-title\"\u003eAnimal Shapes\u003c\/div\u003e\n\u003cdiv class=\"variant-desc\"\u003eBirds, elephants, turtles and more — nature brought to life in clay.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cspan class=\"variant-icon\"\u003e🌀\u003c\/span\u003e\n\u003cdiv class=\"variant-title\"\u003eArtistic Forms\u003c\/div\u003e\n\u003cdiv class=\"variant-desc\"\u003eAbstract and geometric shapes for a contemporary, gallery-style look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLAY BENEFITS --\u003e\n\u003cdiv class=\"label\"\u003eWhy Terracotta for Plants\u003c\/div\u003e\n\u003cdiv class=\"clay-benefit\"\u003e\n\u003cdiv class=\"clay-card\"\u003e\n\u003cspan class=\"clay-icon\"\u003e💨\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"clay-title\"\u003eBreathable Clay\u003c\/div\u003e\n\u003cdiv class=\"clay-desc\"\u003ePorous terracotta allows air and moisture to move through the walls, keeping roots healthy and preventing overwatering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-card\"\u003e\n\u003cspan class=\"clay-icon\"\u003e🌡️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"clay-title\"\u003eNatural Insulation\u003c\/div\u003e\n\u003cdiv class=\"clay-desc\"\u003eClay regulates soil temperature naturally, protecting plant roots from sudden heat or cold fluctuations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-card\"\u003e\n\u003cspan class=\"clay-icon\"\u003e♻️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"clay-title\"\u003eEco-Friendly\u003c\/div\u003e\n\u003cdiv class=\"clay-desc\"\u003e100% natural, biodegradable, and free of plastic or chemical coatings — a responsible choice for your home and the environment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-card\"\u003e\n\u003cspan class=\"clay-icon\"\u003e⏳\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"clay-title\"\u003eAges Beautifully\u003c\/div\u003e\n\u003cdiv class=\"clay-desc\"\u003eOver time, terracotta develops a natural patina that adds depth and character — it looks better the longer you keep it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"label\"\u003eProduct Details\u003c\/div\u003e\n\u003cdiv class=\"specs\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e100% Natural Terracotta Clay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eFinish\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eRustic Matte, Unpolished\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eDesign Variants\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eFace, Animal, Artistic Forms\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eUsage\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003ePlanter, Décor Pot, Storage Bowl\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-key\"\u003eOrigin\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eIndian Handicraft, Artisan Made\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"label\"\u003eWhy This Planter\u003c\/div\u003e\n\u003cdiv class=\"why\"\u003e\n\u003cp class=\"why-text\"\u003eThese designer planters combine the age-old tradition of Indian pottery with a fresh artistic sensibility. The breathable clay actively supports plant health, while the handcrafted finish brings a warm, earthy charm that plastic and ceramic pots simply cannot match. Whether you're building a plant corner or searching for a gift that feels personal, this planter delivers something genuinely different.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BEST FOR --\u003e\n\u003cdiv class=\"label\"\u003eBest Suited For\u003c\/div\u003e\n\u003cdiv class=\"bestfor\"\u003e\n\u003cdiv class=\"bf\"\u003e\n\u003cspan class=\"bf-dot\"\u003e\u003c\/span\u003e\u003cspan class=\"bf-text\"\u003eSucculents \u0026amp; Small Plants\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bf\"\u003e\n\u003cspan class=\"bf-dot\"\u003e\u003c\/span\u003e\u003cspan class=\"bf-text\"\u003eHome Décor Styling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bf\"\u003e\n\u003cspan class=\"bf-dot\"\u003e\u003c\/span\u003e\u003cspan class=\"bf-text\"\u003eOffice Desk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bf\"\u003e\n\u003cspan class=\"bf-dot\"\u003e\u003c\/span\u003e\u003cspan class=\"bf-text\"\u003eBalcony \u0026amp; Shelf\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bf\"\u003e\n\u003cspan class=\"bf-dot\"\u003e\u003c\/span\u003e\u003cspan class=\"bf-text\"\u003eUnique Gifting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"footer\"\u003e\n\u003cspan class=\"footer-quote\"\u003eEvery pot shaped by hand. Every plant given a home.\u003c\/span\u003e\n\u003cdiv class=\"footer-badges\"\u003e\n\u003cspan class=\"fbadge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"fbadge\"\u003eHandmade\u003c\/span\u003e \u003cspan class=\"fbadge\"\u003ePlant-Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sarvam Collection","offers":[{"title":"Face","offer_id":63530294411633,"sku":null,"price":599.0,"currency_code":"INR","in_stock":true},{"title":"Elephant","offer_id":63530294444401,"sku":null,"price":599.0,"currency_code":"INR","in_stock":true},{"title":"Fish","offer_id":63538263425393,"sku":null,"price":669.0,"currency_code":"INR","in_stock":true},{"title":"Giraffe Shape","offer_id":63548750922097,"sku":null,"price":736.0,"currency_code":"INR","in_stock":true},{"title":"Bear Shape (hugging hands)","offer_id":63548750954865,"sku":null,"price":736.0,"currency_code":"INR","in_stock":true},{"title":"Cow Shape","offer_id":63548750987633,"sku":null,"price":736.0,"currency_code":"INR","in_stock":true},{"title":"Tortoise","offer_id":63548751020401,"sku":null,"price":736.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/1_e424ab05-e97f-4bf9-b2ee-77948752173b.png?v=1777390281","url":"https:\/\/inaiyan.in\/products\/planter-big","provider":"Inaiyan","version":"1.0","type":"link"}