{"product_id":"crochet-pink-blossom-bouquet-by-suryatra","title":"Crochet Pink Blossom Bouquet by Suryatra","description":"\u003cp\u003e \u003c\/p\u003e\n\n\u003cstyle\u003e\n  .sy-pdp-wrapper {\n    box-sizing: border-box;\n    margin: 40px auto;\n    display: flex;\n    justify-content: center;\n    background: #fcfbf8;\n\n    --sy-gold: #c6a46a;\n    --sy-pink: #e7b2be;\n    --sy-dark: #1d1d1d;\n    --sy-muted: #666;\n    --sy-border: rgba(198,164,106,0.22);\n  }\n\n  .sy-pdp-container {\n    max-width: 860px;\n    width: 100%;\n    background: #ffffff;\n    border: 1px solid var(--sy-border);\n    overflow: hidden;\n    position: relative;\n  }\n\n  .sy-pdp-container::before,\n  .sy-pdp-container::after {\n    content: \"\";\n    position: absolute;\n    width: 70px;\n    height: 70px;\n    border-style: solid;\n    border-color: var(--sy-gold);\n    opacity: 0.35;\n    z-index: 1;\n  }\n\n  .sy-pdp-container::before {\n    top: 0;\n    left: 0;\n    border-width: 1px 0 0 1px;\n  }\n\n  .sy-pdp-container::after {\n    right: 0;\n    bottom: 0;\n    border-width: 0 1px 1px 0;\n  }\n\n  .sy-hero {\n    padding: 68px 56px 52px;\n    text-align: center;\n    background:\n      radial-gradient(circle at top,\n      rgba(231,178,190,0.12),\n      transparent 62%);\n    border-bottom: 1px solid var(--sy-border);\n  }\n\n  .sy-mini-label {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    color: var(--sy-gold);\n    font-weight: 600;\n    margin-bottom: 22px;\n  }\n\n  .sy-mini-label::before,\n  .sy-mini-label::after {\n    content: \"\";\n    width: 36px;\n    height: 1px;\n    background: var(--sy-gold);\n    opacity: 0.45;\n  }\n\n  .sy-title {\n    margin: 0;\n    font-size: clamp(24px, 4vw, 38px);\n    line-height: 1.3;\n    color: var(--sy-dark);\n    letter-spacing: 1px;\n    font-weight: 400;\n  }\n\n  .sy-subtitle {\n    margin-top: 20px;\n    font-size: 19px;\n    line-height: 1.7;\n    color: var(--sy-muted);\n    font-style: italic;\n  }\n\n  .sy-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 16px;\n\n    margin: 40px 0;\n    padding: 0 56px;\n\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    color: var(--sy-gold);\n    font-weight: 600;\n  }\n\n  .sy-divider::before,\n  .sy-divider::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        rgba(198,164,106,0.35),\n        transparent\n      );\n  }\n\n  .sy-content {\n    padding: 0 56px 56px;\n  }\n\n  .sy-section-title {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 5px;\n    color: var(--sy-gold);\n    font-weight: 700;\n    margin-bottom: 18px;\n  }\n\n  .sy-section-title::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--sy-border);\n  }\n\n  .sy-description {\n    font-size: 15.5px;\n    line-height: 1.95;\n    color: #454545;\n    font-weight: 300;\n    margin-bottom: 55px;\n  }\n\n  .sy-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-bottom: 55px;\n  }\n\n  .sy-feature-card {\n    border: 1px solid var(--sy-border);\n    background: #fffdfa;\n    padding: 28px 18px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n\n  .sy-feature-card:hover {\n    transform: translateY(-4px);\n    border-color: var(--sy-gold);\n  }\n\n  .sy-feature-no {\n    font-size: 34px;\n    font-weight: 700;\n    color: rgba(198,164,106,0.18);\n    margin-bottom: 10px;\n    font-style: italic;\n  }\n\n  .sy-feature-heading {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--sy-dark);\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n\n  .sy-feature-text {\n    font-size: 12.5px;\n    line-height: 1.7;\n    color: #777;\n    margin: 0;\n  }\n\n  .sy-specs {\n    margin-top: 12px;\n  }\n\n  .sy-spec-row {\n    display: grid;\n    grid-template-columns: 150px 1fr;\n    gap: 20px;\n    padding: 15px 0;\n    border-bottom: 1px solid #f3f3f3;\n  }\n\n  .sy-spec-label {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--sy-gold);\n    font-weight: 700;\n  }\n\n  .sy-spec-value {\n    font-size: 14px;\n    color: #444;\n    font-style: italic;\n    line-height: 1.7;\n  }\n\n  .sy-footer {\n    padding: 26px 56px;\n    border-top: 1px solid var(--sy-border);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: #faf9f7;\n  }\n\n  .sy-footer-note {\n    font-size: 9px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: #999;\n  }\n\n  .sy-footer-brand {\n    color: var(--sy-gold);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1px;\n  }\n\n  @media (max-width: 680px) {\n\n    .sy-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .sy-spec-row {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n\n    .sy-hero,\n    .sy-content,\n    .sy-footer {\n      padding-left: 24px;\n      padding-right: 24px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sy-pdp-wrapper\"\u003e\n\n  \u003carticle class=\"sy-pdp-container\"\u003e\n\n    \u003csection class=\"sy-hero\"\u003e\n\n      \u003cdiv class=\"sy-mini-label\"\u003e\n        \u003cspan\u003eHandcrafted Crochet Floral Art\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"sy-title\"\u003e\n        By Suryatra\u003cbr\u003e\n        Crochet Pink Blossom Bouquet\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sy-subtitle\"\u003e\n        “A soft handcrafted floral bouquet designed to capture elegance, warmth, and everlasting handmade beauty.”\n      \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"sy-divider\"\u003e\n      ✦ \u003cspan\u003eThe Floral Story\u003c\/span\u003e ✦\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sy-content\"\u003e\n\n      \u003csection\u003e\n\n        \u003cdiv class=\"sy-section-title\"\u003e\n          Artistry \u0026amp; Inspiration\n        \u003c\/div\u003e\n\n        \u003cp class=\"sy-description\"\u003e\n\n          The \u003cstrong\u003eBy Suryatra Crochet Pink Blossom Bouquet\u003c\/strong\u003e is inspired by the gentle beauty of blooming spring flowers and the timeless charm of handcrafted artistry. Carefully crocheted with premium soft yarn, this elegant bouquet transforms delicate floral inspiration into a forever-lasting keepsake filled with warmth, love, and artistic elegance.\n\n          Designed with beautifully textured soft pink blossoms surrounded by elegant green floral detailing, every flower is individually handcrafted with precision and care. The intricate crochet texture creates a realistic blooming appearance while preserving the cozy warmth and uniqueness of handmade craftsmanship.\n\n          The bouquet is wrapped in rustic natural fabric and finished with a delicate pink ribbon, giving it a luxurious artisan-crafted aesthetic that blends beautifully with modern décor and soft romantic styling. The pastel pink floral tones symbolize affection, grace, warmth, and emotional beauty, making the bouquet a meaningful decorative piece as well as a heartfelt gift.\n\n          Unlike fresh flowers, this crochet floral arrangement remains beautiful forever, allowing memories and emotions to stay preserved through timeless handmade artistry. Its elegant handcrafted appearance makes it perfect for home décor styling, bedside decoration, cafés, studio aesthetics, workspace décor, festive arrangements, and gifting collections.\n        \u003c\/p\u003e\n\n      \u003c\/section\u003e\n\n      \u003cdiv class=\"sy-section-title\"\u003e\n        Signature Features\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-feature-grid\"\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feature-no\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feature-heading\"\u003e\n            Handmade Crochet Craft\n          \u003c\/div\u003e\n\n          \u003cp class=\"sy-feature-text\"\u003e\n            Beautifully handcrafted with premium crochet detailing and artisan floral precision.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feature-no\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feature-heading\"\u003e\n            Elegant Blossom Design\n          \u003c\/div\u003e\n\n          \u003cp class=\"sy-feature-text\"\u003e\n            Soft pink floral blooms inspired by graceful spring flowers and romantic aesthetics.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-feature-card\"\u003e\n\n          \u003cdiv class=\"sy-feature-no\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-feature-heading\"\u003e\n            Everlasting Floral Beauty\n          \u003c\/div\u003e\n\n          \u003cp class=\"sy-feature-text\"\u003e\n            A timeless bouquet designed to stay beautiful forever without fading or wilting.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-section-title\"\u003e\n        Product Specifications\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-specs\"\u003e\n\n        \u003cdiv class=\"sy-spec-row\"\u003e\n\n          \u003cdiv class=\"sy-spec-label\"\u003e\n            Design\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-spec-value\"\u003e\n            Crochet Pink Blossom Floral Bouquet\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-spec-row\"\u003e\n\n          \u003cdiv class=\"sy-spec-label\"\u003e\n            Material\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-spec-value\"\u003e\n            Premium Soft Yarn, Floral Wire Support \u0026amp; Decorative Rustic Wrapping\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-spec-row\"\u003e\n\n          \u003cdiv class=\"sy-spec-label\"\u003e\n            Style\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-spec-value\"\u003e\n            Handmade Floral Décor with Soft Luxury Artisan Aesthetics\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sy-spec-row\"\u003e\n\n          \u003cdiv class=\"sy-spec-label\"\u003e\n            Perfect For\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sy-spec-value\"\u003e\n            Gifting, Home Décor, Celebration Styling, Keepsakes \u0026amp; Romantic Floral Decoration\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cfooter class=\"sy-footer\"\u003e\n\n      \u003cdiv class=\"sy-footer-note\"\u003e\n        Handmade · Timeless Floral Beauty · Artisan Crafted\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sy-footer-brand\"\u003e\n        SURYATRA\n      \u003c\/div\u003e\n\n    \u003c\/footer\u003e\n\n  \u003c\/article\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":48139731435765,"sku":"SU-CO-22","price":899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/7909\/6053\/files\/suryatra-website-3_1_6d02c246-1e2f-4468-bc0f-ae7093c5cede.jpg?v=1778500627","url":"https:\/\/suryatras.com\/products\/crochet-pink-blossom-bouquet-by-suryatra","provider":"Suryatras","version":"1.0","type":"link"}