{"product_id":"instant-drinking-game-spinner","title":"Instant Drinking Game Spinner","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：派对饮酒游戏套装（旋转底座+子弹杯）\n目标受众：派对爱好者、年轻人、喜欢社交互动的人群\n视觉风格：活力、娱乐、夜场\/昏暗环境、霓虹光感\n配色策略：基于产品主色调，使用深蓝紫色背景营造氛围，搭配霓虹粉红作为强调色。\n模块顺序：Intro\/Hero -\u003e Feature 1 (即时开玩) -\u003e Feature 2 (公平随机) -\u003e Feature 3 (耐用材质) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_1.png (展示动态与光影), Feature1=image_3.png (清晰操作指引), Feature2=image_0.png (指向性紧张感), Feature3=image_2.png (材质细节)\n规格图映射：Specs=image_5.png, image_4.png (用于提取尺寸和款式信息)\n对比模块：未加入（产品功能单一，侧重展示自身玩法和体验）\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\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      line-height: 1.6;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n\n      --primary: #FF3366;\n      --primary-hover: #E62E5C;\n      --text-main: #FFFFFF;\n      --text-sub: #CCCCCC;\n      --bg-body: #1A1A2E;\n      --bg-card: #252540;\n      --bg-soft: #303050;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.3);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.5);\n      --border-color: #404060;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 800;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n      background: linear-gradient(90deg, #fff, var(--primary));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 700;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Reusable Components *\/\n    .section-block {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: rgba(255, 51, 102, 0.2);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-lg);\n    }\n\n    .placeholder-img {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background: 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      color: var(--text-sub);\n      font-family: monospace;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 3rem;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      padding: 0.4rem 0.8rem;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      color: var(--text-main);\n      font-weight: 600;\n      width: 40%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.75rem;\n      font-weight: 800;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 0;\n      padding-left: 2rem;\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .feature-section,\n      .feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .feature-tags {\n        justify-content: center;\n      }\n\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 1.5rem;\n        background-color: var(--bg-soft);\n        border-radius: var(--radius-md);\n        padding: 1rem;\n      }\n\n      .specs-table td {\n        padding: 0.75rem 0;\n        display: flex;\n        justify-content: space-between;\n        text-align: right;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge\"\u003eDesigned for instant entertainment\u003c\/span\u003e\n\u003ch1\u003eSpin, Sip \u0026amp; Laugh – Instant Party Starter\u003c\/h1\u003e\n\n\u003cp\u003eTurn any gathering into an unforgettable game night. Just a flick of the finger lets fate decide who takes the next shot. Simple, fun, and always fair.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610174004\/e61c4684a491cf21d54cf66982b946c3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610174004\/30e3ce8b9fcf4805b6916c17620a2a2e.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\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eReady in Seconds\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eForget complicated rules or long setups. Simply place the shot glass, give the spinner a whirl, and let the game begin. It's the fastest way to break the ice and get the energy flowing.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eNo setup required\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eInstant play\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eParty icebreaker\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"section-block feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610174004\/6a186b999f0fd311768d6998e8526d6b.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\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eLet Fate Decide\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eThe smooth-spinning pointer ensures every round is completely random, adding a thrilling element of chance to your party. No arguments, just laughter and anticipation as the arrow slows down.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFair \u0026amp; random\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmooth rotation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eExciting gameplay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"section-block feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260610174004\/a95161fb3908e9a6c316834e3678409a.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\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eDurable Party Companion\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from sturdy, high-quality plastic and a solid glass shot glass, this set is built to withstand lively celebrations and countless spins. It's easy to clean and ready for your next event.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHigh-quality plastic\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSturdy glass\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy to clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSturdy plastic base, Glass shot glass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBase Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eTotal length approx. 12 cm (4.7 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eShot Glass Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHeight 6 cm (2.4 in), Top diameter 4.5 cm (1.8 in), Bottom diameter 3.5 cm (1.4 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eIncluded Components\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1x Spinning base with pointer, 1x Shot glass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAvailable Styles\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eArrow pointer or Finger pointer variants (Check selection)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eFrequently Asked Questions\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do you play?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt's super simple. Fill the shot glass, place it on the base, and have someone spin the pointer. Whoever the arrow or finger points to when it stops has to drink!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the shot glass included?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, one glass shot glass designed to fit perfectly on the spinner base is included with the set.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean it?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe shot glass is dishwasher safe. For the plastic base, simply wipe it down with a damp cloth. Do not submerge the base in water to ensure smooth spinning action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Classic Arrow","offer_id":48988879519994,"sku":"0610-18004528","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Finger Pointer","offer_id":48988879552762,"sku":"0610-18004873","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack: 1 Arrow + 1 Finger (Best Value - Save 20%)","offer_id":48988879585530,"sku":"0610-18009216","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/e61c4684a491cf21d54cf66982b946c3.jpg?v=1781085668","url":"https:\/\/varitino.com\/products\/instant-drinking-game-spinner","provider":"Varitino","version":"1.0","type":"link"}