{"product_id":"nested-prank-gift-box","title":"Nested Prank Gift Box","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Multi-layer nesting novelty prank gift box\n  Target Audience: Young adults, party-goers, prank enthusiasts, and creative gift givers\n  Visual Style: Modern, clean, high-contrast, playful yet professional\n  Color Strategy: Deep purple accents (#5c3d91) with clean off-white cards and soft purple backgrounds to match the product colors\n  Module Order: Hero Header -\u003e Intro Feature Block -\u003e Feature 1 (Suspense Reveal) -\u003e Feature 2 (DIY Fill) -\u003e Feature 3 (Modular Design) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_6, Feature1=detail_2, Feature2=detail_1, Feature3=detail_3\n  Specification Data Source: detail_1, detail_2, detail_3, detail_5, and color variant data (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (no direct comparison materials provided in source data)\n  Information Boundary: Only verified facts used (6-layer nesting rectangular shape, integrated hinges, matte plastic material, golden mini middle finger included in smallest box, available colors Blue, Purple, Red, Off-White). No fictionalized sizes or certifications are included.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #5c3d91;\n      --primary-hover: #452b70;\n      --text-main: #2b2b2b;\n      --text-sub: #595959;\n      --bg-body: #ffffff;\n      --bg-card: #fdfcff;\n      --bg-soft: #f5efff;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #e3daf5;\n      --shadow-sm: 0 4px 12px rgba(92, 61, 145, 0.04);\n      --shadow-lg: 0 12px 32px rgba(92, 61, 145, 0.08);\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    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      margin-top: 0;\n      margin-bottom: 12px;\n      font-weight: 700;\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    .product-detail-container .spec-title {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      margin-top: 0;\n      margin-bottom: 16px;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .faq-answer,\n    .product-detail-container .feature-description,\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container .hero-subtitle {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 240px;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n      box-sizing: border-box;\n      padding: 40px 20px;\n      text-align: center;\n    }\n\n    .product-detail-container .image-placeholder-text {\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    \/* Trust Badges \u0026 Tags *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 14px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 20px;\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections (Z-Pattern for Desktop, Stacked for Mobile) *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Specifications Section *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .product-detail-container .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container .faq-item {\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 20px;\n      margin-bottom: 16px;\n      background-color: var(--bg-card);\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0;\n    }\n\n    \/* Desktop Adjustments (≥ 768px) *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .product-detail-container .image-placeholder {\n        margin-bottom: 0;\n      }\n    }\n\n    \/* Mobile Specifications Responsive Rules (≤ 767px) *\/\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(130px, 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      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-label {\n        display: none;\n      }\n\n      .product-detail-container .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    \/* Extra safety for very narrow screens *\/\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"badge\"\u003eHilarious Nested Prank Box\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eUnbox the Ultimate Gag Gift Surprise\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eTurn any gifting occasion into a suspense-filled journey that ends with an unforgettable moment of laughter and surprise.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260829182419\/1089070d37eb075ab521ebf6d4d04d90.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 class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260829181123\/955230a5c84d4b65218a51234a7c8016.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\"\u003e6-Tier Nested Reveal Experience\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eSlowly build the suspense with six layers of nesting boxes. The uniform rectangular rounded design stretches the excitement and anticipation, turning a simple unboxing into an interactive event.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e6 Layer Nesting\u003c\/span\u003e \u003cspan class=\"tag\"\u003eIntegrated Hinges\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\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260829181123\/9d39928e942a8138c7722ba9825741e2.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCustom Surprise Fill Layers\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eMake the unboxing uniquely yours. Fill the outer nesting compartments with candies, handwritten notes, or small cards to add a layer of personal fun before delivering the ultimate hilarious surprise in the center.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eExpandable Fun\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDIY Gift Layout\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\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260829181123\/b2e3c8bff4d6e6da1b06e5e186fdaeb4.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\"\u003eDurable Matte Finish Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eConstructed with high-quality matte plastic, these boxes feature integrated hinges that seamlessly connect each box base and lid. The textured matte exterior provides a premium tactile feel for repeated, reliable laughs.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eMatte Texture\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCompact Nesting Storage\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 class=\"spec-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 class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Quantity\"\u003e\u003cspan class=\"spec-value\"\u003e6 nested boxes per set\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eMatte textured plastic\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eBox Shape\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Box Shape\"\u003e\u003cspan class=\"spec-value\"\u003eRectangular with rounded corners\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eLid Mechanism\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Lid Mechanism\"\u003e\u003cspan class=\"spec-value\"\u003eIntegrated plastic hinge connection\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eInner Surprise\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Inner Surprise\"\u003e\u003cspan class=\"spec-value\"\u003eFixed miniature golden middle finger model (included in smallest box)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eBlue, Purple\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 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do the nesting boxes connect and open?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eEach of the 6 rectangular boxes features an integrated plastic hinge that securely connects the lid and base. Small notches along the lid edges allow for a smooth opening layer by layer.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes this gift set include the middle finger?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the innermost, smallest nesting box comes with a fixed miniature golden middle finger model securely mounted inside as the final prank surprise.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eCan I reuse the nesting boxes for other occasions?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The sturdy, reusable matte plastic construction allows you to pack, nest, and reuse the entire box set multiple times for birthdays, holidays, and parties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Amethyst Purple \/ 1 Set (Prank Ready)","offer_id":46108888563903,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Electric Blue \/ 1 Set (Prank Ready)","offer_id":46108888596671,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Amethyst Purple \/ 2 Sets (Double Prank - 10% OFF)","offer_id":46108888629439,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Electric Blue \/ 2 Sets (Double Prank - 10% OFF)","offer_id":46108888662207,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Amethyst Purple \/ 3 Sets (Party Pack - 15% OFF)","offer_id":46108888694975,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Electric Blue \/ 3 Sets (Party Pack - 15% OFF)","offer_id":46108888727743,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/1089070d37eb075ab521ebf6d4d04d90_34ae5a48-7b4e-4fd6-8e82-7b7f84d5614f.jpg?v=1787999177","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/nested-prank-gift-box","provider":"Bak","version":"1.0","type":"link"}