{"product_id":"inaiyan-blush-pink-quilted-heart-crossbody-bag","title":"Elegant Blush Pink Quilted Heart Crossbody Bag","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eInaiyan Blush Pink Quilted Heart Bag\u003c\/title\u003e\n\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\n\u003cstyle\u003e\n  :root {\n    --bag-pink: #d19ca7; \/* Dusty blush pink *\/\n    --bag-pink-dark: #a8727d; \/* Darker mauve for contrast *\/\n    --gold: #d4af37; \/* Matches the metal bar hardware *\/\n    --bg-main: #ffffff;\n    --bg-alt: #fdf8f9; \/* Very soft pink-tinted white *\/\n    --border-color: #f2e1e4;\n    --ink: #2d1e21; \/* Deep mauve-brown for text *\/\n    --ink2: #5c4348;\n    --muted: #8a6d73;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .inaiyan-wrapper {\n    background: var(--bg-main);\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(--bg-alt);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--border-color);\n  }\n\n  \/* Subtle texture overlay *\/\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.8' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\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(--bag-pink-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(--bag-pink-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(--bag-pink-dark);\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-pink { background: var(--bag-pink); color: #fff; }\n  .badge-outline { background: #fff; color: var(--bag-pink-dark); border: 1px solid var(--bag-pink-dark); }\n  .badge-gold { background: var(--gold); color: #fff; }\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: 200px;\n    height: 180px;\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(2px 10px 15px rgba(168, 114, 125, 0.15));\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  .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 {\n    padding-top: 0.4rem;\n  }\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(--border-color);\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--bag-pink-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--gold);\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  .chic-divider {\n    height: 2px;\n    background: repeating-linear-gradient(\n      90deg,\n      var(--bag-pink-dark) 0px,\n      var(--bag-pink-dark) 10px,\n      transparent 10px,\n      transparent 20px\n    );\n    margin: 2rem 0;\n    opacity: 0.2;\n  }\n\n  \/* ── FEATURES ── *\/\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(--border-color);\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(--bag-pink);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(209, 156, 167, 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(--ink);\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 ── *\/\n  .specs-block {\n    background: var(--bag-pink-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      45deg,\n      transparent,\n      transparent 10px,\n      rgba(255,255,255,0.05) 11px,\n      rgba(255,255,255,0.05) 12px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #fff;\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(--border-color);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: #fff;\n  }\n\n  \/* ── IDEAL FOR ── *\/\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(--ink);\n    background: var(--bg-main);\n    border: 1.5px solid var(--border-color);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s, color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--bag-pink);\n    color: #fff;\n    border-color: var(--bag-pink);\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    .product-wrap { width: 150px; height: 135px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"inaiyan-wrapper\"\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\"\u003eRomantic Elegance\u003c\/div\u003e\n        \u003ch1 class=\"hero-title\"\u003eBlush Pink\u003cbr\u003e\u003cem\u003eHeart Quilted Bag\u003c\/em\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"hero-sub\"\u003eAdd a touch of romantic elegance to your everyday ensemble. Crafted from premium smooth vegan leather with charming quilted details.\u003c\/p\u003e\n        \u003cdiv class=\"badge-row\"\u003e\n          \u003cspan class=\"badge badge-pink\"\u003e💖 Heart Quilted\u003c\/span\u003e\n          \u003cspan class=\"badge badge-outline\"\u003e🎀 Vegan Leather\u003c\/span\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e✨ Gold Accent\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Animated Product Illustration (Pink Quilted Bag) --\u003e\n      \u003cdiv class=\"hero-art\"\u003e\n        \u003cdiv class=\"product-wrap\"\u003e\n          \u003csvg class=\"product-svg\" width=\"160\" height=\"180\" viewbox=\"0 0 160 180\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003c!-- Sling Strap --\u003e\n            \u003cpath d=\"M 30 110 C 5 40 155 40 130 110\" stroke=\"#d19ca7\" stroke-width=\"8\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M 28 105 L 28 115 M 132 105 L 132 115\" stroke=\"#d4af37\" stroke-width=\"4\"\u003e\u003c\/path\u003e \u003c!-- Gold Buckles --\u003e\n            \n            \u003c!-- Bag Body Base --\u003e\n            \u003crect x=\"22\" y=\"110\" width=\"116\" height=\"55\" rx=\"6\" fill=\"#a8727d\"\u003e\u003c\/rect\u003e\n            \n            \u003c!-- Quilted Flap --\u003e\n            \u003cpath d=\"M 20 110 L 140 110 L 140 150 C 140 155 135 160 130 160 L 30 160 C 25 160 20 155 20 150 Z\" fill=\"#d19ca7\"\u003e\u003c\/path\u003e\n            \n            \u003c!-- Quilted Pattern Detail (Geometric Links) --\u003e\n            \u003cpath d=\"M 30 110 C 40 125 30 140 40 155 M 50 110 C 60 125 50 140 60 155 M 110 110 C 100 125 110 140 100 155 M 130 110 C 120 125 130 140 120 155\" stroke=\"#a8727d\" stroke-width=\"1.5\" stroke-dasharray=\"2 2\" fill=\"none\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n            \n            \u003c!-- Stitched Heart Centerpiece --\u003e\n            \u003cpath d=\"M 80 145 C 80 145 55 120 65 113 C 72 108 80 118 80 118 C 80 118 88 108 95 113 C 105 120 80 145 80 145 Z\" stroke=\"#a8727d\" stroke-width=\"2\" stroke-dasharray=\"2 2\" fill=\"none\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M 80 140 C 80 140 60 118 68 113 C 73 110 80 116 80 116 C 80 116 87 110 92 113 C 100 118 80 140 80 140 Z\" stroke=\"#a8727d\" stroke-width=\"1\" fill=\"none\"\u003e\u003c\/path\u003e\n            \n            \u003c!-- Gold Metallic Bar Accent --\u003e\n            \u003crect x=\"55\" y=\"156\" width=\"50\" height=\"4\" rx=\"2\" fill=\"#d4af37\"\u003e\u003c\/rect\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── CONTENT ── --\u003e\n  \u003cdiv class=\"content\"\u003e\n\n    \u003c!-- Story --\u003e\n    \u003cdiv class=\"story-section\"\u003e\n      \u003cdiv class=\"story-label-col\"\u003e\n        \u003cdiv class=\"section-label\"\u003eThe Design\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pull-quote\"\u003e\"A perfect blend of sweet sophistication and modern utility to elevate your everyday ensemble.\"\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eAdd a touch of romantic elegance to your everyday ensemble with this charming blush pink crossbody bag from Inaiyan. Crafted from premium smooth vegan leather, this structured bag boasts a beautifully detailed front flap that instantly captures attention. The centerpiece of the design is a delicately stitched heart motif, beautifully framed by an interlocking oval quilted pattern. Finished with a sleek gold-tone metallic bar accent along the bottom edge of the flap and a matching adjustable shoulder strap.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"chic-divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Features --\u003e\n    \u003cdiv class=\"section-label\" style=\"margin-bottom:1.2rem\"\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\"\u003eRomantic Details\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eA charming stitched heart centerpiece surrounded by an elegant quilted pattern\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 Material\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eSoft, blush pink faux leather offers a luxurious, cruelty-free smooth finish\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\"\u003eGold-Tone Accent\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eAccented with a minimalist gold-tone metallic bar on the flap's bottom edge\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\"\u003eCompact \u0026amp; Chic\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eSpacious enough to securely carry your phone, wallet, and everyday makeup essentials\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"chic-divider\"\u003e\u003c\/div\u003e\n\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\"\u003eStyle\u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003eFlap Crossbody \/ Sling\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\"\u003eMaterial\u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003eSmooth Vegan Leather\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\"\u003ePattern\u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003eQuilted Heart Motif\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\"\u003eHardware\u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003eLustrous Gold-Tone\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Perfect For --\u003e\n    \u003cdiv class=\"section-label\" style=\"margin-bottom:1rem\"\u003ePerfect For\u003c\/div\u003e\n    \u003cdiv class=\"ideal-strip\"\u003e\n      \u003cspan class=\"ideal-tag\"\u003e🥂 Romantic Date Nights\u003c\/span\u003e\n      \u003cspan class=\"ideal-tag\"\u003e☕ Weekend Brunches\u003c\/span\u003e\n      \u003cspan class=\"ideal-tag\"\u003e💝 Valentine's Gifting\u003c\/span\u003e\n      \u003cspan class=\"ideal-tag\"\u003e👗 Soft Girl Aesthetics\u003c\/span\u003e\n      \u003cspan class=\"ideal-tag\"\u003e📸 Instagram Moments\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Nithya Bags","offers":[{"title":"Default Title","offer_id":63713413824881,"sku":null,"price":379.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/26_03cab9cf-e4da-4079-a433-6814af8d74f7.png?v=1780215227","url":"https:\/\/inaiyan.in\/products\/inaiyan-blush-pink-quilted-heart-crossbody-bag","provider":"Inaiyan","version":"1.0","type":"link"}