{"product_id":"pet-halloween-doll-costume","title":"Pet Halloween Doll Costume","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d32f2f;\n      --primary-hover: #b71c1c;\n      --text-main: #212121;\n      --text-sub: #616161;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f1f3f5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 20px rgba(0,0,0,0.08);\n      --border-color: #e0e0e0;\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      margin: 0 0 16px 0;\n      color: var(--text-main);\n      font-weight: 700;\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      margin: 0 0 12px 0;\n      color: var(--text-main);\n      font-weight: 600;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .pill-tag {\n      font-size: 18px;\n      line-height: 1.6;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing system *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding-top: 10px;\n    }\n\n    \/* Image placeholders styling *\/\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      padding: 60px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      color: var(--text-sub);\n      font-weight: 500;\n      font-size: 18px;\n      margin-bottom: 20px;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding: 24px 0;\n    }\n    \n    .hero-badge {\n      display: inline-block;\n      background-color: #ffebee;\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 16px;\n    }\n\n    \/* Features Grid *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 24px;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 8px;\n    }\n\n    .pill-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 500;\n      margin-bottom: 0;\n    }\n\n    \/* Specifications styling *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\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;\n      vertical-align: middle;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Desktop Adjustments *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        padding: 32px;\n        gap: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Specifications Responsive Rules *\/\n    @media (max-width: 767px) {\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 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:first-child {\n        display: none; \/* Hide standard desktop first cell since data-label replaces it *\/\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 .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        margin-bottom: 0;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Spooky Doll Pet Cosplay Costume\nTarget Audience: Cat and Dog Owners seeking Halloween or party costumes\nVisual Style: Playful, engaging, bold theme with red and blue accents\nColor Strategy: Crimson Red (#d32f2f) and Soft Denim Blue (#4a90e2) to match the product's primary colors\nModule Order: Hero Section -\u003e Feature 1 (Walking Illusion) -\u003e Feature 2 (Easy Wear Backless) -\u003e Feature 3 (Costume Accessories) -\u003e Feature 4 (Detail Stitching) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_4, Feature1=detail_5, Feature2=detail_2, Feature3=detail_3, Feature4=detail_1\nSpecification Data Source: spec_2 (metric to imperial weights\/dimensions extracted carefully; no spec images rendered)\nCompare Section: Not included (no direct comparison data provided in the sources)\nInformation Boundary: Fully grounded on provided report, detail images, and spec data. No unverified fabric classifications or heavy-duty assumptions included.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"hero-badge\"\u003eHalloween Theme Dress-Up\u003c\/span\u003e\n\u003ch1\u003eTurn Your Pet Into A Hilarious Walking Doll\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eWatch your furry friend run around in this spooky, head-turning 3D illusion costume. Perfect for holiday parties and viral photos.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909180044\/740fb38c30921cc3f831909c5242d20c.jpg\"\u003e\u003c\/div\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\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909180044\/3f322221d7f505cd84dc1c5888dedd1e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eHilarious 3D Walking Illusion\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe front-facing stuffed arms naturally sway as your pet walks, presenting a hilarious vertical character effect. Makes your cat or dog look like a walking comedy figure from the front view.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003e3D Stuffed Arms\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eDouble-Leg Pants\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909180605\/8e4ccc1292eae25ebceb61d1ecd8010f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eComfortable Backless Tie Closures\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned with a backless apron structure that wraps over your pet's front legs. Two adjustable red ribbon ties secure gently at the back of the neck and chest, keeping your pet completely unburdened and free to move.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003eBackless Apron Design\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eAdjustable Straps\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909180707\/e64a75caf8e2021e3ef25c534de843bd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePlayful Accessories Included\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eComes as a fun dressing kit containing the main denim-style vest with large red decorative buttons, a lightweight felt bloody knife that attaches to the stuffed hand, and a brown wig styled with built-in ear holes.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003eFelt Faux Knife\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eWig with Ear Holes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909180605\/5004dec45ffe4617dd527b85089f412b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDetailed Front Stitching\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eFeatures soft cotton-polyester fabric on the front striped shirt and denim-style pants. Decorated with durable stitching and cute pocket embroidery for a premium look that is gentle on your pet's skin.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003eCotton-Polyester Blend\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eComfortable Fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\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\u003e\u003cspan style=\"font-size:18px;\"\u003eSize S\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Size S\"\u003e\n\u003cspan class=\"spec-value\"\u003eChest \/ Neck: 40 cm (15.8 in)\u003c\/span\u003e \u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:18px;\"\u003eSize M\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Size M\"\u003e\n\u003cspan class=\"spec-value\"\u003eChest \/ Neck: 45 cm (17.7 in)\u003c\/span\u003e \u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:18px;\"\u003eSize L\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Size L\"\u003e\n\u003cspan class=\"spec-value\"\u003eChest \/ Neck: 50 cm (19.7 in)\u003c\/span\u003e \u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:18px;\"\u003eSize XL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Size XL\"\u003e\u003cspan class=\"spec-value\"\u003eChest \/ Neck: 60 cm (23.6 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:18px;\"\u003eProduct Style\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Style\"\u003e\u003cspan class=\"spec-value\"\u003eSet with Wig \u0026amp; Knife \/ Set with Knife Only (No Wig)\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!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎃 How do I dress my pet in this costume?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply slide your pet's front legs into the double-leg pants. Gently pull the upper section around their neck and chest, and tie the two sets of red ribbons securely at their back. The back of the body remains uncovered.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎃 Does this costume cover the back legs or the belly?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. This costume is designed as an apron-style piece that only covers the front. Your pet's back, back legs, and belly are open, which ensures they can walk, run, and go to the bathroom freely without any mess.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎃 Is the wig adjustable and easy to wear?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The included wig features two pre-cut ear holes at the top, allowing your pet's ears to sit comfortably outside. This helps keep the wig securely in place while they run or play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Full Set (With Wig) \/ S (Chest: 15.7\" \/ 40cm)","offer_id":46176173850815,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Outfit Only (No Wig) \/ S (Chest: 15.7\" \/ 40cm)","offer_id":46176173883583,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Full Set (With Wig) \/ M (Chest: 17.7\" \/ 45cm)","offer_id":46176173916351,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Outfit Only (No Wig) \/ M (Chest: 17.7\" \/ 45cm)","offer_id":46176173949119,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Full Set (With Wig) \/ L (Chest: 19.7\" \/ 50cm)","offer_id":46176173981887,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Outfit Only (No Wig) \/ L (Chest: 19.7\" \/ 50cm)","offer_id":46176174014655,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Full Set (With Wig) \/ XL (Chest: 23.6\" \/ 60cm)","offer_id":46176174047423,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Outfit Only (No Wig) \/ XL (Chest: 23.6\" \/ 60cm)","offer_id":46176174080191,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/740fb38c30921cc3f831909c5242d20c.jpg?v=1789006041","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/pet-halloween-doll-costume","provider":"Bak","version":"1.0","type":"link"}