{"product_id":"handmade-crochet-floral-aesthetic-tote-bag","title":"👛Handmade Crochet Floral Aesthetic Tote Bag","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\u003cstyle\u003e        \/* Shopify Product Description Reset \u0026 Base *\/        .shopify-custom-desc *, .shopify-custom-desc *::before, .shopify-custom-desc *::after {            box-sizing: border-box;            margin: 0;            padding: 0;            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;        }        .shopify-custom-desc {            background-color: #fcfbfa;            color: #2b2b2b;            line-height: 1.6;            padding: 20px 10px;            overflow-x: hidden;        }        .shopify-custom-desc .container {            max-width: 1200px;            margin: 0 auto;            padding: 0 15px;        }        \/* 1. Top Main Banner Module *\/        .scd-hero {            background: linear-gradient(135deg, #f7f3ed 0%, #f0e6dc 100%);            border-radius: 16px;            padding: 40px 20px;            text-align: center;            margin-bottom: 40px;            box-shadow: 0 10px 30px rgba(0,0,0,0.03);            border: 1px solid #e8dfd5;        }        .scd-badge {            display: inline-block;            background-color: #d4a373;            color: #ffffff;            font-size: 16px;            font-weight: 700;            text-transform: uppercase;            letter-spacing: 1.5px;            padding: 6px 14px;            border-radius: 20px;            margin-bottom: 15px;        }        .scd-hero h1 {            font-size: clamp(28px, 4vw, 42px);            color: #332d29;            margin-bottom: 15px;            font-weight: 800;            letter-spacing: -0.5px;        }        .scd-hero p {            font-size: clamp(18px, 2vw, 21px);            color: #6b635b;            max-width: 700px;            margin: 0 auto 25px auto;        }        .scd-hero-btn {            display: inline-block;            background-color: #2b2b2b;            color: #ffffff;            padding: 14px 32px;            border-radius: 30px;            font-weight: 600;            text-decoration: none;            transition: all 0.3s ease;            box-shadow: 0 4px 15px rgba(0,0,0,0.1);        }        .scd-hero-btn:hover {            background-color: #d4a373;            transform: translateY(-2px);            box-shadow: 0 6px 20px rgba(212, 163, 115, 0.3);        }        \/* 2. Core Selling Points Icon Grid Module *\/        .scd-grid-4 {            display: grid;            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));            gap: 20px;            margin-bottom: 40px;        }        .scd-icon-card {            background: #ffffff;            padding: 25px 20px;            border-radius: 12px;            text-align: center;            border: 1px solid #eee5dc;            transition: transform 0.3s ease, box-shadow 0.3s ease;        }        .scd-icon-card:hover {            transform: translateY(-5px);            box-shadow: 0 8px 25px rgba(0,0,0,0.05);        }        .scd-icon-card .icon {            font-size: 36px;            margin-bottom: 12px;        }        .scd-icon-card h3 {            font-size: 20px;            color: #332d29;            margin-bottom: 8px;            font-weight: 700;        }        .scd-icon-card p {            font-size: 17px;            color: #7a7067;        }        \/* Section Titles *\/        .scd-sec-title {            text-align: center;            margin-bottom: 30px;        }        .scd-sec-title h2 {            font-size: clamp(24px, 3vw, 32px);            color: #332d29;            font-weight: 700;            margin-bottom: 8px;        }        .scd-sec-title p {            font-size: 18px;            color: #8c8278;        }        \/* 3. Core Selling Points Detail Module (Card layout) *\/        .scd-features-grid {            display: grid;            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));            gap: 25px;            margin-bottom: 45px;        }        .scd-feature-card {            background: #ffffff;            border-radius: 14px;            overflow: hidden;            border: 1px solid #e8dfd5;            display: flex;            flex-direction: column;            box-shadow: 0 4px 15px rgba(0,0,0,0.02);            transition: transform 0.3s ease;        }        .scd-feature-card:hover {            transform: translateY(-4px);        }        .scd-feature-header {            background: #fdfbf7;            padding: 20px;            border-bottom: 1px solid #f0e6dc;            display: flex;            align-items: center;            gap: 15px;        }        .scd-feature-header .f-icon {            font-size: 32px;            background: #f4ece4;            width: 50px;            height: 50px;            display: flex;            align-items: center;            justify-content: center;            border-radius: 10px;        }        .scd-feature-header h3 {            font-size: 21px;            color: #332d29;            font-weight: 700;        }        .scd-feature-body {            padding: 20px;            font-size: 18px;            color: #6b635b;        }        .scd-feature-body ul {            list-style: none;            padding-left: 0;            margin-top: 10px;        }        .scd-feature-body li {            position: relative;            padding-left: 20px;            margin-bottom: 8px;        }        .scd-feature-body li::before {            content: \"✓\";            position: absolute;            left: 0;            color: #d4a373;            font-weight: bold;        }        \/* 4. Detailed Features \u0026 Specifications Module (Bounded with subtle borders) *\/        .scd-specs-box {            background: #ffffff;            border: 1px solid #e8dfd5;            border-radius: 14px;            padding: 30px;            margin-bottom: 45px;            box-shadow: 0 4px 15px rgba(0,0,0,0.02);        }        .scd-specs-grid {            display: grid;            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));            gap: 20px;        }        .scd-spec-item {            display: flex;            flex-direction: column;            padding: 15px;            background: #fcfbfa;            border-radius: 8px;            border: 1px solid #f0e6dc;        }        .scd-spec-label {            font-size: 16px;            text-transform: uppercase;            letter-spacing: 1px;            color: #a3988d;            font-weight: 600;            margin-bottom: 5px;        }        .scd-spec-val {            font-size: 19px;            color: #332d29;            font-weight: 600;        }        \/* 5. FAQ Module — Native HTML Accordion *\/        .scd-faq-container {            max-width: 800px;            margin: 0 auto 45px auto;        }        .scd-faq-item {            background: #ffffff;            border: 1px solid #e8dfd5;            border-radius: 10px;            margin-bottom: 12px;            overflow: hidden;            transition:                border-color 0.3s ease,                box-shadow 0.3s ease,                background-color 0.3s ease;        }        .scd-faq-item[open] {            background: #ffffff;            border-color: #d4a373;            box-shadow: 0 8px 22px rgba(0,0,0,0.06);        }        .scd-faq-question {            width: 100%;            padding: 18px 20px;            color: #332d29;            background: #ffffff;            display: grid;            grid-template-columns: minmax(0, 1fr) 38px;            gap: 14px;            align-items: center;            cursor: pointer;            list-style: none;            text-align: left;            font-size: 19px;            font-weight: 600;        }        .scd-faq-question::-webkit-details-marker {            display: none;        }        .scd-faq-question::marker {            content: \"\";        }        .scd-faq-arrow {            position: relative;            display: inline-grid;            width: 34px;            height: 34px;            place-items: center;            color: #d4a373;            background: #f7f3ed;            border-radius: 50%;            transition:                transform 0.3s ease,                color 0.3s ease,                background-color 0.3s ease;        }        .scd-faq-arrow::before,        .scd-faq-arrow::after {            content: \"\";            position: absolute;            width: 12px;            height: 2px;            background: currentColor;            border-radius: 2px;        }        .scd-faq-arrow::after {            transform: rotate(90deg);            transition: opacity 0.25s ease;        }        .scd-faq-item[open] .scd-faq-arrow {            color: #ffffff;            background: #d4a373;            transform: rotate(180deg);        }        .scd-faq-item[open] .scd-faq-arrow::after {            opacity: 0;        }        .scd-faq-answer {            padding: 0 20px 18px 20px;            color: #6b635b;            background: #fdfbf7;            font-size: 18px;            line-height: 1.7;            animation: scdFaqReveal 0.28s ease;        }        .scd-faq-answer p {            margin: 0;        }        @keyframes scdFaqReveal {            from {                opacity: 0;                transform: translateY(-5px);            }            to {                opacity: 1;                transform: translateY(0);            }        }        \/* 6. Shipping \u0026 Quality Guarantee Module *\/        .scd-guarantees {            display: grid;            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));            gap: 20px;            margin-bottom: 45px;        }        .scd-g-card {            background: #ffffff;            border: 1px solid #e8dfd5;            border-radius: 12px;            padding: 25px 20px;            text-align: center;        }        .scd-g-card .g-icon {            font-size: 36px;            margin-bottom: 12px;        }        .scd-g-card h4 {            font-size: 20px;            color: #332d29;            margin-bottom: 6px;            font-weight: 700;        }        .scd-g-card p {            font-size: 17px;            color: #7a7067;        }        \/* 7. Bottom Call-to-Action Banner *\/        .scd-cta-banner {            background: linear-gradient(135deg, #332d29 0%, #4a413b 100%);            border-radius: 16px;            padding: 40px 20px;            text-align: center;            color: #ffffff;            position: relative;            overflow: hidden;            box-shadow: 0 10px 30px rgba(0,0,0,0.1);        }        .scd-cta-banner h2 {            font-size: clamp(26px, 3.5vw, 36px);            margin-bottom: 10px;            font-weight: 800;        }        .scd-cta-banner p {            font-size: clamp(18px, 2vw, 20px);            color: #d8ceca;            margin-bottom: 25px;            max-width: 600px;            margin-left: auto;            margin-right: auto;        }        .scd-cta-btn {            display: inline-block;            background-color: #d4a373;            color: #ffffff;            padding: 16px 36px;            border-radius: 30px;            font-size: 20px;            font-weight: 700;            text-decoration: none;            transition: all 0.25s ease;            box-shadow: 0 4px 20px rgba(212, 163, 115, 0.4);            animation: scd-float 3s ease-in-out infinite;        }        .scd-cta-btn:hover {            background-color: #e3b586;            transform: scale(1.05) translateY(-2px);            box-shadow: 0 6px 25px rgba(212, 163, 115, 0.6);        }        @keyframes scd-float {            0%, 100% { transform: translateY(0); }            50% { transform: translateY(-5px); }        }        \/* Mobile Adaptability Adjustments *\/        @media (max-width: 768px) {            .shopify-custom-desc {                padding: 10px 5px;            }            .scd-hero, .scd-cta-banner {                padding: 30px 15px;                border-radius: 12px;            }            .scd-specs-box {                padding: 20px 15px;            }            .scd-faq-question {                grid-template-columns: minmax(0, 1fr) 36px;                padding: 18px 16px;            }            .scd-faq-answer {                padding: 0 16px 18px 16px;            }        }    \u003c\/style\u003e\u003cdiv class=\"shopify-custom-desc\"\u003e\u003cdiv class=\"container\"\u003e\n\u003csection class=\"scd-hero\"\u003e\u003cspan class=\"scd-badge\"\u003e✨ 2026 Spring \u0026amp; Summer Boho Trend\u003c\/span\u003e\u003ch1\u003eHandmade Crochet Floral Aesthetic Tote Bag\u003c\/h1\u003e\n\u003cp\u003eElevate your everyday casual style with artisan-crafted texture, vibrant 3D floral accents, and effortless chic design. Perfect for beach days, farmers markets, and daily strolls.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_8_4_11_31_28.png?v=1785814393\" alt=\"\"\u003e\u003c\/p\u003e\u003c\/section\u003e\u003cdiv class=\"scd-grid-4\"\u003e\n\u003cdiv class=\"scd-icon-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🧶\u003c\/div\u003e\n\u003ch3\u003e100% Handcrafted\u003c\/h3\u003e\n\u003cp\u003eMeticulously woven crochet texture with premium soft cotton yarn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-icon-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌸\u003c\/div\u003e\n\u003ch3\u003e3D Floral Accents\u003c\/h3\u003e\n\u003cp\u003eHand-stitched pastel flowers adding a sweet, whimsical touch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-icon-card\"\u003e\n\u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eSpacious \u0026amp; Light\u003c\/h3\u003e\n\u003cp\u003eRoomy interior that easily holds your daily essentials without bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-icon-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eEco-Friendly Style\u003c\/h3\u003e\n\u003cp\u003eSustainable fashion statement tailored for modern boho lovers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-sec-title\"\u003e\n\u003ch2\u003eDesigned for Your Aesthetic Lifestyle\u003c\/h2\u003e\n\u003cp\u003eEvery detail is thoughtfully curated for beauty and everyday utility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-features-grid\"\u003e\n\u003cdiv class=\"scd-feature-card\"\u003e\n\u003cdiv class=\"scd-feature-header\"\u003e\n\u003cdiv class=\"f-icon\"\u003e🌼\u003c\/div\u003e\n\u003ch3\u003eWhimsical 3D Florals\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-feature-body\"\u003e\n\u003cp\u003eFeatures beautifully raised, multi-colored crocheted flower clusters scattered across the body and strap for a unique cottagecore vibe.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPTImage2026_8_4_11_21_55.png?v=1785813747\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eVibrant pastel color palette\u003c\/li\u003e\n\u003cli\u003eFirmly secured hand-stitched petals\u003c\/li\u003e\n\u003cli\u003eEye-catching dimensional look\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-feature-card\"\u003e\n\u003cdiv class=\"scd-feature-header\"\u003e\n\u003cdiv class=\"f-icon\"\u003e🧵\u003c\/div\u003e\n\u003ch3\u003eIntricate Hollow-Out Knit\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-feature-body\" style=\"text-align: start;\"\u003e\n\u003cp\u003eCrafted with a breathable open-weave mesh pattern that gives it that classic summer vacation lightness while maintaining structural durability.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_8_4_11_35_52.png?v=1785814584\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_8_4_11_30_47_6f6aa103-8d94-4d4d-80e8-5c11a52a53ef.png?v=1785814899\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\" width=\"503\" height=\"368\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eBreathable knit architecture\u003c\/li\u003e\n\u003cli\u003eReinforced stitching at stress points\u003c\/li\u003e\n\u003cli\u003eSoft, skin-friendly cotton yarn\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-feature-card\"\u003e\n\u003cdiv class=\"scd-feature-header\"\u003e\n\u003cdiv class=\"f-icon\"\u003e🎒\u003c\/div\u003e\n\u003ch3\u003eVersatile Everyday Carry\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-feature-body\"\u003e\n\u003cp\u003eDesigned with a comfortable wide shoulder strap that distributes weight evenly, making it an ideal slouchy hobo bag for all-day wear.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_8_4_11_42_12.png?v=1785814963\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eComfortable shoulder strap\u003c\/li\u003e\n\u003cli\u003eFits phone, wallet, cosmetics \u0026amp; tablet\u003c\/li\u003e\n\u003cli\u003eEasy to fold and pack for travel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-specs-box\"\u003e\n\u003cdiv class=\"scd-sec-title\" style=\"margin-bottom: 20px;\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003ePrecise dimensions and material breakdown\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_8_4_11_50_37.png?v=1785815464\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-specs-grid\"\u003e\n\u003cdiv class=\"scd-spec-item\"\u003e\n\u003cspan class=\"scd-spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"scd-spec-val\"\u003eHigh-Grade Cotton Yarn Blend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-spec-item\"\u003e\n\u003cspan class=\"scd-spec-label\"\u003eClosure Type\u003c\/span\u003e \u003cspan class=\"scd-spec-val\"\u003eOpen Top Slouchy Style\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-spec-item\"\u003e\n\u003cspan class=\"scd-spec-label\"\u003eBag Style\u003c\/span\u003e \u003cspan class=\"scd-spec-val\"\u003eHobo \/ Shoulder \/ Tote Bag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-spec-item\"\u003e\n\u003cspan class=\"scd-spec-label\"\u003eOccasion\u003c\/span\u003e \u003cspan class=\"scd-spec-val\"\u003eDaily, Beach, Shopping, Travel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-spec-item\"\u003e\n\u003cspan class=\"scd-spec-label\"\u003eCare Instructions\u003c\/span\u003e \u003cspan class=\"scd-spec-val\"\u003eHand wash gently in cold water\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-spec-item\"\u003e\n\u003cspan class=\"scd-spec-label\"\u003ePackage Includes\u003c\/span\u003e \u003cspan class=\"scd-spec-val\"\u003e1x Crochet Floral Tote Bag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-sec-title\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eGot questions? We've got answers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-faq-container\"\u003e\n\u003cdetails class=\"scd-faq-item\" open=\"\"\u003e\u003csummary class=\"scd-faq-question\"\u003e\u003cspan\u003eWill my items fall through the hollow-out knit holes?\u003c\/span\u003e \u003cspan class=\"scd-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"scd-faq-answer\"\u003e\u003cp\u003eThe knit is tightly structured to prevent regular items like wallets, phones, and pouches from slipping through. For smaller loose items like keys or coins, we recommend tossing in a small cosmetic pouch!\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"scd-faq-item\"\u003e\u003csummary class=\"scd-faq-question\"\u003e\u003cspan\u003eHow do I clean and maintain the bag?\u003c\/span\u003e \u003cspan class=\"scd-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"scd-faq-answer\"\u003e\u003cp\u003eWe recommend gentle hand washing in cold water with mild detergent. Lay it flat in the shade to dry naturally to preserve its shape and vibrant floral details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"scd-faq-item\"\u003e\u003csummary class=\"scd-faq-question\"\u003e\u003cspan\u003eIs the strap comfortable for heavy daily items?\u003c\/span\u003e \u003cspan class=\"scd-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"scd-faq-answer\"\u003e\u003cp\u003eYes! The strap is designed with a wide, distributed knit construction that sits comfortably on your shoulder without digging in, even when carrying your daily essentials.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"scd-faq-item\"\u003e\u003csummary class=\"scd-faq-question\"\u003e\u003cspan\u003eHow long does US shipping take?\u003c\/span\u003e \u003cspan class=\"scd-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"scd-faq-answer\"\u003e\u003cp\u003eWe process all orders within 24-48 hours. Standard US shipping typically takes 5–10 business days with tracking provided right to your inbox.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-guarantees\"\u003e\n\u003cdiv class=\"scd-g-card\"\u003e\n\u003cdiv class=\"g-icon\"\u003e🚚\u003c\/div\u003e\n\u003ch4\u003eFast US Delivery\u003c\/h4\u003e\n\u003cp\u003eReliable shipping with live tracking updates for every order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-g-card\"\u003e\n\u003cdiv class=\"g-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch4\u003eQuality Checked\u003c\/h4\u003e\n\u003cp\u003eEvery piece is inspected for secure stitching and artisan craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scd-g-card\"\u003e\n\u003cdiv class=\"g-icon\"\u003e💬\u003c\/div\u003e\n\u003ch4\u003e24\/7 Support\u003c\/h4\u003e\n\u003cp\u003eFriendly customer care ready to assist you anytime you need.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"scd-cta-banner\"\u003e\u003ch2\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eReady to Embrace Your Boho Style?\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eJoin thousands of happy customers who love the artisanal charm of our Crochet Floral Tote.\u003c\/span\u003e\u003c\/p\u003e\u003c\/section\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003cp\u003e \u003c\/p\u003e","brand":"havengrand","offers":[{"title":"White","offer_id":46540691701862,"sku":"PH6080741MB","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":46540691734630,"sku":"PH6080741HEI","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki","offer_id":46540691767398,"sku":"PH6080741KQ","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/0801\/4694\/files\/ChatGPT_Image_2026_8_4_11_49_38.png?v=1786067462","url":"https:\/\/havengrand.com\/products\/handmade-crochet-floral-aesthetic-tote-bag","provider":"havengrand.com","version":"1.0","type":"link"}