{"product_id":"f9331-11kg-b-cup-silicone-mini-cartoon-sex-doll-doll-castle","title":"F9331-11kg B Cup Silicone Mini Cartoon Sex Doll｜Doll Castle","description":"\u003cstyle\u003e\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n:root {\n  --primary: #6c5ce7;\n  --primary-light: #f0eeff;\n  --accent: #a286f7;\n  --text-dark: #121826;\n  --text-mid: #4a5568;\n  --text-light: #718096;\n  --bg: #fbfbfe;\n  --card-bg: #ffffff;\n  --radius: 24px;\n  --radius-sm: 16px;\n  --shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.06);\n  --shadow-hover: 0 20px 40px -10px rgba(108, 92, 231, 0.18);\n  --transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n}\n\nbody {\n  background: var(--bg);\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n  color: var(--text-dark);\n  line-height: 1.75;\n  padding-bottom: 80px;\n}\n\n.product-detail {\n  max-width: 1080px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n.product-header {\n  padding: 100px 0 70px;\n  text-align: center;\n  position: relative;\n  opacity: 0;\n  animation: fadeIn 1.2s forwards 0.2s;\n}\n@keyframes fadeIn {\n  to { opacity: 1; }\n}\n.product-header h1 {\n  font-size: 44px;\n  font-weight: 800;\n  margin-bottom: 18px;\n  letter-spacing: -0.4px;\n  position: relative;\n  display: inline-block;\n}\n.product-header h1::after {\n  content: \"\";\n  width: 60px;\n  height: 5px;\n  background: var(--primary);\n  border-radius: 99px;\n  position: absolute;\n  bottom: -12px;\n  left: 50%;\n  transform: translateX(-50%);\n  transition: width 0.4s ease;\n}\n.product-header h1:hover::after {\n  width: 90px;\n}\n.product-header p {\n  font-size: 19px;\n  color: var(--text-mid);\n  max-width: 700px;\n  margin: 24px auto 0;\n  opacity: 0.9;\n}\n\n.intro {\n  text-align: center;\n  font-size: 20px;\n  color: var(--text-dark);\n  max-width: 800px;\n  margin: 0 auto 90px;\n  line-height: 1.9;\n  font-weight: 400;\n  opacity: 0.95;\n}\n\n.block {\n  display: flex;\n  align-items: center;\n  gap: 70px;\n  margin-bottom: 120px;\n  transition: var(--transition);\n}\n.block-right {\n  flex-direction: row-reverse;\n}\n.block:hover {\n  transform: translateY(-8px);\n}\n\n\/* ✅ 这里是优化后的图片样式：高级、完整、不丑、不裁切 *\/\n.block-img {\n  width: 48%;\n  border-radius: var(--radius);\n  box-shadow: var(--shadow);\n  transition: var(--transition);\n  object-fit: cover;\n  object-position: top center;\n  display: block;\n}\n.block-img:hover {\n  transform: scale(1.02);\n  box-shadow: var(--shadow-hover);\n}\n\n.block-text {\n  flex: 1;\n  padding: 10px 0;\n}\n.block-text h3 {\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 24px;\n  line-height: 1.3;\n  color: var(--text-dark);\n  position: relative;\n  padding-left: 20px;\n  border-left: 4px solid var(--primary);\n  transition: border-left-color 0.3s;\n}\n.block-text h3:hover {\n  border-left-color: var(--accent);\n}\n.block-text p {\n  font-size: 18px;\n  color: var(--text-mid);\n  line-height: 1.9;\n}\n\n.sec-title {\n  font-size: 34px;\n  font-weight: 700;\n  text-align: center;\n  margin-bottom: 60px;\n  position: relative;\n}\n.sec-title::after {\n  content: \"\";\n  width: 70px;\n  height: 5px;\n  background: var(--primary);\n  border-radius: 99px;\n  display: block;\n  margin: 20px auto 0;\n  transition: width 0.4s ease;\n}\n.sec-title:hover::after {\n  width: 100px;\n}\n\n.advantages {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n  margin-bottom: 120px;\n}\n.adv {\n  background: var(--card-bg);\n  padding: 36px 30px;\n  border-radius: var(--radius-sm);\n  box-shadow: var(--shadow);\n  transition: var(--transition);\n  border: 1px solid rgba(0,0,0,0.03);\n  position: relative;\n  overflow: hidden;\n}\n.adv::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(162,134,247,0.06), transparent);\n  transition: left 0.6s ease;\n}\n.adv:hover::before {\n  left: 100%;\n}\n.adv:hover {\n  box-shadow: var(--shadow-hover);\n  transform: translateY(-10px) scale(1.02);\n  border-color: var(--accent);\n}\n.adv h4 {\n  font-size: 19px;\n  font-weight: 600;\n  margin-bottom: 12px;\n  color: var(--text-dark);\n  transition: color 0.3s;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.adv h4::before {\n  content: \"🌟\";\n  font-size: 20px;\n}\n.adv:hover h4 {\n  color: var(--primary);\n}\n.adv p {\n  font-size: 16px;\n  color: var(--text-mid);\n  line-height: 1.7;\n}\n\n.spec-table {\n  width: 100%;\n  max-width: 100%;\n  margin: 0 auto 80px;\n  border-collapse: collapse;\n  background: var(--card-bg);\n  border-radius: var(--radius);\n  overflow: hidden;\n  box-shadow: var(--shadow);\n}\n.spec-table th,\n.spec-table td {\n  padding: 26px 36px;\n  text-align: center;\n  border-bottom: 1px solid #f4f5f7;\n  font-size: 17px;\n  transition: background 0.3s;\n}\n.spec-table tr:hover td {\n  background: #f8f9ff;\n}\n.spec-table th {\n  background: #f8f9ff;\n  font-weight: 600;\n  color: var(--primary);\n}\n.spec-table tr:last-child th,\n.spec-table tr:last-child td {\n  border-bottom: none;\n}\n\n@media (max-width: 768px) {\n  .block {\n    flex-direction: column !important;\n    gap: 36px;\n    margin-bottom: 80px;\n  }\n  .block-img {\n    width: 100%;\n  }\n  .advantages {\n    grid-template-columns: 1fr;\n    gap: 22px;\n  }\n  .product-header h1 {\n    font-size: 34px;\n  }\n  .sec-title {\n    font-size: 28px;\n  }\n  .intro {\n    font-size: 18px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eChica: The Midnight Party Waifu—Elite Fantasy Collection\u003c\/h1\u003e\n\u003cp\u003eA Classic Reimagined with Hentai Proportions | Exotic Blue Flesh-Like Silicone | EVO Skeleton\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro\"\u003eForget the jumpscares—it's time for the \"Midnight After-Party.\" Chica is finally here to satisfy your nostalgic doll hentai fantasies with a body that shouldn't exist in the real world. Possess her, bend her, and make her your permanent, always-ready partner in otherworldly pleasure.\u003c\/div\u003e\n\u003cdiv class=\"block\"\u003e\n\u003cimg src=\"https:\/\/linkdolls.com\/cdn\/shop\/files\/DollsCastleSilioneDoll-ToyChica-84CMBSZ9-007_WH_1500x2000px.webp?v=1775566810\" class=\"block-img\"\u003e\n\u003cdiv class=\"block-text\"\u003e\n\u003ch3\u003eElite EVO Skeleton: Lock Her in Provocative Positions\u003c\/h3\u003e\n\u003cp\u003eThis isn't just a display piece; Chica is built for uncompromising submission. The high-strength \u003cstrong\u003eEVO Skeleton\u003c\/strong\u003e provides unyielding stability, allowing you to lock her into the tightest, most provocative stances. This hentai doll has stabilized joints and poseable fingers, giving you total command over her pose—perfect for a naughty photoshoot or deep, rhythmic action that leaves her wide-eyed and ready for more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block block-right\"\u003e\n\u003cimg src=\"https:\/\/linkdolls.com\/cdn\/shop\/files\/DollsCastleSilioneDoll-ToyChica-84CMBSZ9-018_WH_1500x2000px.webp?v=1775566810\" class=\"block-img\"\u003e\n\u003cdiv class=\"block-text\"\u003e\n\u003ch3\u003eImpossible Hourglass: That Mind-Blowing 28cm Waist \u0026amp; 66cm Hips\u003c\/h3\u003e\n\u003cp\u003eThe star of this hentai sex dolls show is the absolute absurdity of her figure. Chica boasts a razor-thin 28cm (11.0\") waist that perfectly sculpted into heavy 66cm (26.0\") hips. Wrapped in premium ultra-soft silicone, every inch of her exotic blue skin feels impossibly tender and lifelike. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block\"\u003e\n\u003cimg src=\"https:\/\/linkdolls.com\/cdn\/shop\/files\/DollsCastleSilioneDoll-ToyChica-84CMBSZ9-010_WH_1500x2000px.webp?v=1775566810\" class=\"block-img\"\u003e\n\u003cdiv class=\"block-text\"\u003e\n\u003ch3\u003eCompact \u0026amp; Discreet: 11kg of Pure, Portable Lust\u003c\/h3\u003e\n\u003cp\u003eAt a playful 84cm (2.7ft) and weighing a manageable 11kg (24lbs), Chica is perfectly balanced to be handled, mounted, and possessively thrown around. This pint-sized powerhouse means no more awkward heavy lifting—just effortless access to a world of exotic pleasure. She’s small enough to hide but thick enough to provide a heavy-hitting experience. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"sec-title\"\u003eUltimate Experience Features\u003c\/h2\u003e\n\u003cdiv class=\"advantages\"\u003e\n\u003cdiv class=\"adv\"\u003e\n\u003ch4\u003eImmersive Internal Grip\u003c\/h4\u003e\n\u003cp\u003e13.5cm textured channel with snug, realistic gripping sensation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv\"\u003e\n\u003ch4\u003ePremium Silicone\u003c\/h4\u003e\n\u003cp\u003eDurable, skin-friendly texture with firm, lifelike resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv\"\u003e\n\u003ch4\u003eStable Hard Feet\u003c\/h4\u003e\n\u003cp\u003eSolid standing base for steady positioning and intense poses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv\"\u003e\n\u003ch4\u003eLong-Lasting Shape\u003c\/h4\u003e\n\u003cp\u003ePremium silicone retains curves without flattening over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv\"\u003e\n\u003ch4\u003eUnique Exotic Look\u003c\/h4\u003e\n\u003cp\u003eSoft blue skin design for a distinctive fantasy aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv\"\u003e\n\u003ch4\u003eEasy to Clean\u003c\/h4\u003e\n\u003cp\u003eNon-porous surface allows quick, simple maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"sec-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSkeleton Type\u003c\/th\u003e\n\u003ctd\u003eFull EVO Skeleton (Enhanced Flexibility)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinger Detailing\u003c\/th\u003e\n\u003ctd\u003eWire-Reinforced Fingers (Poseable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHead Detail\u003c\/th\u003e\n\u003ctd\u003eCustom Hair Antenna (Poseable Metal Skeleton)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOral Profile\u003c\/th\u003e\n\u003ctd\u003eIntegrated Tongue and Teeth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStance Type\u003c\/th\u003e\n\u003ctd\u003eHard Foot (Self-Standing Capability)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIntimate Channel\u003c\/th\u003e\n\u003ctd\u003eSeamless Integrated V-Channel (13.5cm Depth)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"Dolls Castle","offers":[{"title":"Default Title","offer_id":48306549653743,"sku":"84CM B #SZ9","price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/1946\/4687\/files\/DollsCastleSilioneDoll-ToyChica-84CMBSZ9-000_WH_1500x2000px.webp?v=1775566676","url":"https:\/\/linkdolls.com\/en-ca\/products\/f9331-11kg-b-cup-silicone-mini-cartoon-sex-doll-doll-castle","provider":"Linkdolls","version":"1.0","type":"link"}