{"product_id":"premium-rose-petal-syrup-vels-foods","title":"Premium Rose Petal Syrup Natural Rose Milk Mixer","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=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;family=DM+Serif+Display:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --rose-dark: #880e4f;\n    --rose-mid: #d81b60;\n    --rose-light: #f48fb1;\n    --rose-pale: #fce4ec;\n    --cream: #faf6ef;\n    --white: #ffffff;\n    --blue-bg: #b3e5fc; \/* Matching the product photography background *\/\n    --ink: #2c1a0e;\n    --ink2: #4a3020;\n    --muted: #9b7d5e;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--rose-pale);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--rose-light);\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.5;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--rose-dark);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--rose-dark);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--rose-mid);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-pure { background: var(--rose-dark); color: #fff; }\n  .badge-mix { background: var(--rose-mid); color: #fff; }\n  .badge-fresh { background: var(--blue-bg); color: var(--ink); }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 160px;\n    height: 220px;\n  }\n\n  \/* Floating Petals *\/\n  .petal {\n    position: absolute;\n    background: var(--rose-light);\n    border-radius: 50% 0 50% 50%;\n    animation: flutter 4s ease-in-out infinite alternate;\n    opacity: 0.7;\n  }\n  .petal-1 { width: 15px; height: 15px; top: 20px; left: 10px; transform: rotate(45deg); }\n  .petal-2 { width: 12px; height: 12px; top: 120px; right: 10px; animation-delay: 1s; transform: rotate(120deg); }\n  .petal-3 { width: 18px; height: 18px; top: 40px; right: 20px; animation-delay: 2s; transform: rotate(80deg); }\n\n  @keyframes flutter {\n    0% { transform: translateY(0) rotate(0deg); opacity: 0.5; }\n    100% { transform: translateY(-15px) rotate(45deg); opacity: 0.9; }\n  }\n\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: float-gentle 5s ease-in-out infinite;\n    filter: drop-shadow(4px 10px 12px rgba(136, 14, 79, 0.2));\n  }\n\n  @keyframes float-gentle {\n    0%, 100% { transform: translate(-50%, -50%); }\n    50% { transform: translate(-50%, calc(-50% - 6px)); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col { padding-top: 0.4rem; }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--muted);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rose-light);\n    opacity: 0.5;\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--rose-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--rose-mid);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  .divider {\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--rose-mid), transparent);\n    margin: 2rem 0;\n    opacity: 0.2;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid var(--rose-pale);\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--rose-mid);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(216, 27, 96, 0.15);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--rose-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  .specs-block {\n    background: var(--rose-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.05) 41px,\n      rgba(255,255,255,0.05) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--rose-pale);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--rose-light);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: #fff;\n  }\n\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--rose-dark);\n    background: var(--white);\n    border: 1.5px solid var(--rose-pale);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--rose-mid);\n    color: #fff;\n    border-color: var(--rose-dark);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eNatural Beverage · Vel's Foods\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003ePremium\u003cbr\u003e\u003cem\u003eRose Petal Syrup\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eExperience the pure, aromatic essence of real roses. A preservative-free mixer for the perfect glass of warm or chilled milk.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-pure\"\u003e🌹 100% Pure\u003c\/span\u003e \u003cspan class=\"badge badge-mix\"\u003e🥛 Easy Mixer\u003c\/span\u003e \u003cspan class=\"badge badge-fresh\"\u003e🌿 No Preservatives\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Product Illustration --\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003cdiv class=\"petal petal-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"petal petal-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"petal petal-3\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SVG Syrup Bottle --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 120 200\" height=\"200\" width=\"120\" class=\"product-svg\"\u003e\n          \n          \u003crect fill=\"#3e0018\" rx=\"6\" height=\"150\" width=\"70\" y=\"45\" x=\"25\"\u003e\u003c\/rect\u003e\n          \n          \n          \u003crect opacity=\"0.1\" fill=\"#ffffff\" rx=\"3\" height=\"140\" width=\"10\" y=\"50\" x=\"30\"\u003e\u003c\/rect\u003e\n          \u003crect opacity=\"0.05\" fill=\"#ffffff\" rx=\"2\" height=\"140\" width=\"5\" y=\"50\" x=\"85\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect fill=\"#ffffff\" height=\"100\" width=\"70\" y=\"70\" x=\"25\"\u003e\u003c\/rect\u003e\n          \n          \n          \u003ccircle fill=\"#fce4ec\" r=\"10\" cy=\"85\" cx=\"60\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"none\" stroke-width=\"0.5\" stroke=\"#d81b60\" r=\"8\" cy=\"85\" cx=\"60\"\u003e\u003c\/circle\u003e\n          \n          \n          \u003cpath fill=\"#d81b60\" d=\"M 50 130 Q 60 120 70 130 Q 60 140 50 130 Z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"#f48fb1\" d=\"M 53 128 Q 60 122 67 128 Q 60 135 53 128 Z\"\u003e\u003c\/path\u003e\n          \n          \n          \u003crect fill=\"#880e4f\" height=\"2\" width=\"50\" y=\"105\" x=\"35\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#880e4f\" height=\"2\" width=\"40\" y=\"110\" x=\"40\"\u003e\u003c\/rect\u003e\n          \n          \u003crect fill=\"#9b7d5e\" height=\"1\" width=\"60\" y=\"145\" x=\"30\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#9b7d5e\" height=\"1\" width=\"45\" y=\"150\" x=\"30\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#9b7d5e\" height=\"1\" width=\"55\" y=\"155\" x=\"30\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect fill=\"#ffffff\" rx=\"4\" height=\"40\" width=\"50\" y=\"5\" x=\"35\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#e0e0e0\" height=\"5\" width=\"50\" y=\"40\" x=\"35\"\u003e\u003c\/rect\u003e\n          \n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"2\" stroke=\"#e0e0e0\" d=\"M 50 20 Q 60 30 70 20\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Story\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Elevate your daily beverages with the authentic, refreshing taste of natural floral sweetness.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eBring traditional flavors into the modern kitchen with our Premium Rose Petal Syrup crafted by Vel's Foods. This rich, beautifully fragrant syrup is the perfect indulgence for those who appreciate natural sweetness without the artificial aftertaste. Whether you are craving a comforting cup of warm rose milk on a chilly evening or a frosty, refreshing pink milk to beat the summer heat, this versatile syrup blends effortlessly.\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eConsciously crafted by Founder Divya Arunkumar, this premium syrup boasts a clean recipe with absolutely zero added preservatives, ensuring that every drop you mix is as pure as nature intended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv style=\"margin-bottom: 1.2rem;\" class=\"section-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003e100% Preservative-Free\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMade with a clean, natural recipe for a pure, authentic taste\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🥛\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eEffortless Mixing\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBlends instantly and smoothly into both warm and chilled milk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💧\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003ePerfectly Portioned\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHighly concentrated flavor—just 10 ml per 100 ml of milk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🏆\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCrafted by Vel's Foods and FSSAI certified for strict hygiene\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-title\"\u003eProduct Specifications\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🌹\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduct\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium Rose Petal Syrup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e👩🍳\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eVel's Foods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🥄\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eUsage Ratio\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e10 ml syrup to 100 ml milk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e❄️\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eStorage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eStore in Refrigerator (5 Months)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"section-label\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e🥛 Chilled Summer Rose Milk\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e☕ Warm Evening Drinks\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🍨 Dessert Drizzles\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🍹 Creative Mocktails\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🌿 Health-Conscious Drinkers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vels Food","offers":[{"title":"100 ML","offer_id":63688479375729,"sku":null,"price":215.0,"currency_code":"INR","in_stock":true},{"title":"200 ML","offer_id":63688479408497,"sku":null,"price":420.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/G.jpg?v=1779971012","url":"https:\/\/inaiyan.in\/products\/premium-rose-petal-syrup-vels-foods","provider":"Inaiyan","version":"1.0","type":"link"}