{"product_id":"playful-pumpkin-statement-bag","title":"Playful Pumpkin Statement Bag","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #e65c00;\n      --primary-hover: #cc5200;\n      --text-main: #1a1a1a;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #fcfcfc;\n      --bg-soft: #f7f7f7;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --border-color: #eeeeee;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Common Typography Lock *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Component Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Non-clickable Badge Style *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border: 1px solid var(--border-color);\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    \/* Image Placeholder Base Style *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      box-sizing: border-box;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 40px 20px;\n      text-align: center;\n      margin: 16px 0;\n    }\n\n    .product-detail-container .image-placeholder span {\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* INTRO \/ HERO CONTENT BLOCK *\/\n    .hero-section {\n      text-align: center;\n      padding: 40px 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .hero-text-wrap {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    .hero-subtitle {\n      margin-bottom: 24px;\n    }\n\n    \/* FEATURE SECTIONS *\/\n    .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .feature-copy {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .feature-tags .tag {\n      padding: 4px 12px;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* SPECIFICATIONS *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    .spec-table td:last-child {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ SECTION *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: 40px;\n    }\n\n    .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    \/* RESPONSIVE LAYOUTS *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important;\n        gap: 20px;\n      }\n\n      .feature-media {\n        width: 100%;\n      }\n\n      .feature-copy {\n        width: 100%;\n      }\n\n      \/* Specifications Mobile Lock *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table td:first-child {\n        display: none; \/* Hide original label column on mobile *\/\n      }\n\n      .spec-table td:last-child {\n        grid-column: 1 \/ -1; \/* Stretch value full width if label hidden *\/\n      }\n\n      \/* Custom Mobile Layout override for 2-column view *\/\n      .spec-table td.mobile-row-split {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td.mobile-row-split {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Dual-Use Pumpkin Handbag \u0026 Crossbody Bag\n  Target Audience: Women, festival-goers, and Halloween fashion lovers\n  Visual Style: Spooky, seasonal, clean, and highly organized\n  Color Strategy: Deep Charcoal Black, Warm Autumn Orange, Pale Warm Accents\n  Module Order: Hero -\u003e Feature 1 (2-Way Carry) -\u003e Feature 2 (Colors) -\u003e Feature 3 (Interior Capacity) -\u003e Feature 4 (Hardware Quality) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4, Feature4=detail_5\n  Specification Data Source: detail_7 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (no direct competitive comparisons present in sources)\n  Information Boundary: Strictly used validated details. Corrected incorrect 15.2 in shoulder strap measurement to 45 in (115 cm) as noted in the report. Removed erroneous \"backpack\" claims, focusing exclusively on handbag\/crossbody functionality.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-text-wrap\"\u003e\n\u003cspan class=\"badge\"\u003e🎃 Spooky Season Essential\u003c\/span\u003e\n\u003ch1\u003eSpacious \u0026amp; Festive Halloween Pumpkin Bag\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eElevate your autumn style with this dual-purpose pumpkin-shaped handbag and crossbody. Perfect for storing daily essentials while adding a playful, festive touch to your seasonal looks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907135315\/0f20efe58f85494f98e8493a700e729f.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907135315\/fb2a93ec2e7c5be1e9cb5b9a4ccb0117.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eConvenient 2-Way Carrying Options\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEasily adapt to your activities. Carry it gracefully by the rigid, dual semi-circular top handles, or attach the slender, adjustable crossbody strap for a hands-free, on-the-go experience.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eHandbag Mode\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCrossbody Strap\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Color Options --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907135315\/ccf35a96cd016429ebca942a677d654f.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSweet \u0026amp; Bold Spooky Colors\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eExpress your personality with three distinct seasonal color schemes. Choose from Vibrant Orange, Sweet Pink with Black, or Classic Orange with Black to perfectly complement your fall wardrobe.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eVibrant Orange\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBlack with Pink\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBlack with Orange\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Spacious Storage --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907135315\/d02dabb2442f68cbe5cecbfbc5e0d6b8.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eRoomy Everyday Storage Interior\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDon't let the compact outer silhouette fool you. The rounded, bulbous cavity expands outwards, offering ample space to secure your smartphone, cosmetics, compact wallet, and keys with ease.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eFits Large Phones\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSmooth Dual Zipper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Craftsmanship \u0026 Details --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907135315\/a71d27f7485c49af3bd2123c5e18bee4.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eMeticulous Craftsmanship \u0026amp; Quality Hardware\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eCrafted from matte-finish polyurethane (PU) leather with precise spiderweb stitching. Styled with reliable gold-tone metal D-rings, sturdy swivel hooks, and dual zippers that glide open effortlessly.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eMatte PU Leather\u003c\/span\u003e \u003cspan class=\"tag\"\u003eGold-Tone Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Text Only, No Image Rendered) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eWidth\u003c\/td\u003e\n\t\t\t\u003ctd class=\"mobile-row-split\" data-label=\"Width\"\u003e\u003cspan class=\"spec-value\"\u003e21 cm (8.2 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eHeight\u003c\/td\u003e\n\t\t\t\u003ctd class=\"mobile-row-split\" data-label=\"Height\"\u003e\u003cspan class=\"spec-value\"\u003e20.5 cm (8.07 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDepth \/ Thickness\u003c\/td\u003e\n\t\t\t\u003ctd class=\"mobile-row-split\" data-label=\"Depth \/ Thickness\"\u003e\u003cspan class=\"spec-value\"\u003e9 cm (3.54 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eHandle Drop Height\u003c\/td\u003e\n\t\t\t\u003ctd class=\"mobile-row-split\" data-label=\"Handle Drop Height\"\u003e\u003cspan class=\"spec-value\"\u003e14.5 cm (5.7 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eStrap Length\u003c\/td\u003e\n\t\t\t\u003ctd class=\"mobile-row-split\" data-label=\"Strap Length\"\u003e\u003cspan class=\"spec-value\"\u003e115 cm (Approx. 45 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd class=\"mobile-row-split\" data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eMatte PU Leather, Gold-Tone Metal Alloys\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eClosure Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"mobile-row-split\" data-label=\"Closure Type\"\u003e\u003cspan class=\"spec-value\"\u003eDouble-Headed Curved Metal Zipper\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎃 Can the pumpkin bag fit a standard-sized smartphone?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The rounded, expandable inner chamber is specifically sized to fit standard and large smartphones comfortably, alongside other daily essentials like keys, cards, and cosmetics.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎃 Is the shoulder strap adjustable and detachable?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The strap features secure metal swivel hooks that snap easily onto the side D-rings, and has a metal pin buckle allowing you to adjust the drop length for crossbody or single-shoulder wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎃 How should I clean and maintain the bag?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe bag is made of smooth, water-resistant matte PU leather. You can easily wipe off dust or light stains using a soft, damp cloth and let it air dry in a shaded area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Classic Pumpkin Orange","offer_id":46158362050751,"sku":"20260911-183023-3247","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \u0026 Orange","offer_id":46158362083519,"sku":"20260911-183023-2438","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \u0026 Pink","offer_id":46158362116287,"sku":"20260911-183023-2554","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/0f20efe58f85494f98e8493a700e729f.jpg?v=1788760591","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/playful-pumpkin-statement-bag","provider":"Bak","version":"1.0","type":"link"}