{"product_id":"queen-mari-hentai-onahole","title":"Queen Mari — MRL × QueensWrath Official Collab Hentai Onahole","description":"\u003cstyle\u003e\n\/* --- 核心容器设置 --- *\/\n#mari-immersive-universe {\n    \/* QueensWrath Branding Variables - Slime Green Theme *\/\n    --mari-slime-green: #00fa9a; \n    --mari-abyss-purple: #1a0526; \n    --mari-spirit-violet: #6b00b3;\n    --mari-bone-white: #f2f2f2;\n    \n    --mari-glass: rgba(15, 5, 18, 0.9); \n    --mari-text-glow: 0 0 15px rgba(0, 250, 154, 0.6); \n    --mari-border-glow: 0 0 20px rgba(107, 0, 179, 0.5);\n    \n    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--mari-bone-white);\n    line-height: 1.6;\n    width: 100%;\n    position: relative;\n    overflow: hidden;\n\n    \/* 主背景 *\/\n    background-color: #08020a;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/background_61fa9bd7-7584-42e0-9500-1c0c32db6deb.webp?v=1773886707');\n    background-size: cover; \n    background-position: center top;\n    background-attachment: fixed; \n    background-repeat: no-repeat;\n    \n    padding-bottom: 0; \n}\n\n#mari-immersive-universe * { box-sizing: border-box; }\n#mari-immersive-universe img { max-width: 100%; display: block; height: auto; }\n\n\/* 链接样式 *\/\n#mari-immersive-universe a {\n    color: var(--mari-slime-green);\n    text-decoration: none;\n    font-weight: bold;\n    border-bottom: 1px dashed var(--mari-slime-green);\n    transition: 0.3s;\n}\n#mari-immersive-universe a:hover {\n    color: #fff;\n    text-shadow: 0 0 8px var(--mari-slime-green);\n    border-bottom-style: solid;\n}\n\n\/* --- 通用布局容器 --- *\/\n.mari-container {\n    max-width: 1300px;\n    margin: 0 auto;\n    padding: 0 20px;\n    position: relative;\n    z-index: 2;\n}\n\n\/* --- 故障风标题 --- *\/\n.mari-title-glitch {\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #fff;\n    text-shadow: 3px 3px 0px var(--mari-spirit-violet), -2px -2px 0 var(--mari-slime-green);\n    letter-spacing: 3px;\n    margin-bottom: 25px;\n    line-height: 1.1;\n    position: relative;\n    display: inline-block;\n}\n.mari-title-glitch::after {\n    content: '';\n    position: absolute;\n    bottom: -10px; left: 0;\n    width: 80px; height: 4px;\n    background: var(--mari-slime-green);\n    box-shadow: var(--mari-text-glow);\n}\n\n\/* --- 1. HERO 区域 --- *\/\nsection.mari-hero {\n    min-height: 90vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    padding: 150px 0 100px;\n}\n.mari-hero-content {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 450px), 1fr));\n    gap: 40px;\n    align-items: center;\n}\n\n.mari-intro-panel {\n    background: var(--mari-glass);\n    backdrop-filter: blur(16px);\n    -webkit-backdrop-filter: blur(16px);\n    padding: 50px 40px;\n    border: 1px solid rgba(0, 250, 154, 0.2);\n    position: relative;\n    box-shadow: 10px 10px 0px rgba(0,0,0,0.6);\n    z-index: 2;\n}\n@media (min-width: 769px) {\n    .mari-intro-panel {\n        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);\n    }\n}\n.mari-intro-panel::before {\n    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n    border-top: 3px solid var(--mari-slime-green);\n    border-left: 3px solid var(--mari-spirit-violet);\n    pointer-events: none; opacity: 0.7;\n}\n.mari-intro-panel p { font-size: 1.1rem; color: #d9d9d9; margin-bottom: 15px; }\n.mari-warning-text { color: var(--mari-slime-green); font-weight: bold; margin-top: 20px; font-size: 1rem; border-left: 3px solid var(--mari-slime-green); padding-left: 10px; }\n\n.mari-hero-img-wrapper { position: relative; margin: 0; z-index: 1;}\n.mari-hero-img-wrapper img {\n    filter: drop-shadow(0 0 40px rgba(107, 0, 179, 0.7));\n    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);\n    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);\n    animation: floatImg 6s ease-in-out infinite;\n}\n\n\/* --- 2. 文本高亮区域 (图文融合面板) --- *\/\nsection.mari-video-section { padding: 40px 0 80px; position: relative; }\n\n.mari-intro-box {\n    max-width: 1100px;\n    margin: 0 auto;\n    background: rgba(15, 5, 20, 0.85);\n    border: 1px solid rgba(107, 0, 179, 0.4);\n    border-left: 5px solid var(--mari-slime-green);\n    box-shadow: var(--mari-border-glow);\n    display: flex;\n    flex-wrap: wrap;\n    border-radius: 8px;\n    overflow: hidden;\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n}\n.mari-intro-image {\n    flex: 1 1 350px;\n    background: #000;\n    position: relative;\n    overflow: hidden;\n}\n.mari-intro-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center top;\n    display: block;\n    transition: 0.6s;\n    filter: brightness(0.9);\n}\n.mari-intro-box:hover .mari-intro-image img {\n    transform: scale(1.03);\n    filter: brightness(1);\n}\n.mari-intro-content {\n    flex: 2 1 450px;\n    padding: 50px 40px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n.mari-intro-content h2 {\n    color: var(--mari-slime-green);\n    font-size: 1.8rem;\n    margin-bottom: 20px;\n    text-transform: uppercase;\n    line-height: 1.3;\n}\n.mari-intro-content p {\n    color: #e0e0e0;\n    font-size: 1.15rem;\n    line-height: 1.7;\n    margin: 0;\n}\n\n\/* --- 视频展示区域 --- *\/\nsection.mari-product-video { padding: 40px 0 80px; text-align: center; }\n.mari-video-frame {\n    max-width: 1000px; margin: 0 auto; position: relative; padding: 10px;\n    background: linear-gradient(45deg, var(--mari-spirit-violet), transparent, var(--mari-slime-green));\n    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);\n    box-shadow: var(--mari-border-glow);\n}\n.mari-video-inner {\n    background: #000; \n    clip-path: polygon(0 0, 100% 0, 100% 90.5%, 95% 99.5%, 5% 99.5%, 0 90.5%);\n    display: flex;\n}\n.mari-video-inner video { width: 100%; display: block; }\n.mari-video-summary {\n    max-width: 900px; margin: 30px auto 0; text-align: left; \n    background: rgba(20, 5, 25, 0.75);\n    padding: 25px 30px; border-left: 4px solid var(--mari-slime-green); \n    color: #d0d0d0; font-size: 1.05rem; line-height: 1.7;\n    backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);\n}\n\n\/* --- 3. 特性网格 --- *\/\nsection.mari-features { \n    padding: 100px 0; \n    position: relative; \n}\nsection.mari-features::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/Mrlsexdoll_mari_illustration.webp?v=1773905046');\n    background-size: cover; background-position: center center;\n    opacity: 0.15; z-index: 0; pointer-events: none;\n    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);\n    -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);\n}\n\n.mari-grid { \n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); \n    gap: 30px; \n    position: relative; z-index: 2;\n}\n@media (min-width: 1025px) {\n    .mari-grid { grid-template-columns: repeat(2, 1fr) !important; grid-auto-flow: dense !important; }\n}\n.mari-card {\n    background: rgba(15, 5, 18, 0.75); border: 1px solid rgba(255, 255, 255, 0.05);\n    padding: 0; transition: 0.4s; overflow: hidden; position: relative; display: flex; flex-direction: column;\n    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);\n}\n.mari-card:hover { \n    transform: translateY(-8px); \n    border-color: var(--mari-slime-green); \n    box-shadow: 0 10px 30px rgba(0, 250, 154, 0.2); \n    background: rgba(25, 5, 25, 0.85);\n}\n.mari-card-img { width: 100%; height: auto; overflow: hidden; position: relative; background: #050108; display: flex; align-items: center; justify-content: center;}\n.mari-card-img img { width: 100%; height: auto; display: block; transition: 0.6s transform; } \n.mari-card:hover .mari-card-img img { transform: scale(1.05); }\n.mari-card-content { padding: 30px; }\n.mari-card h3 { color: var(--mari-slime-green); font-size: 1.35rem; margin-bottom: 15px; text-transform: uppercase; font-weight: 800; letter-spacing: 1px; }\n.mari-card p { font-size: 1rem; color: #c4c4c4; margin-bottom: 0; line-height: 1.7; }\n\n\/* --- 4. 核心机制区域 --- *\/\nsection.mari-core {\n    margin: 40px 0; background: linear-gradient(90deg, rgba(18,0,10,0.95) 0%, rgba(10,0,5,0.95) 100%);\n    border-top: 2px solid var(--mari-slime-green); border-bottom: 2px solid var(--mari-slime-green);\n    padding: 0; position: relative; overflow: hidden;\n}\n\n.mari-core-wrapper { max-width: 1300px; margin: 0 auto; display: flex; align-items: stretch; flex-wrap: wrap; position: relative; z-index: 2;}\n.mari-core-img { flex: 1 1 50%; position: relative; margin: 0; background: rgba(0,0,0,0.5); min-height: 450px; display: flex; align-items: center; justify-content: center; color: #777; border-left: 2px dashed rgba(0,250,154,0.3);}\n.mari-core-img img { width: 100%; display: block; height: auto; opacity: 1; }\n.mari-core-text { flex: 1 1 40%; padding: clamp(40px, 5vw, 80px); position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }\n.mari-core-title { font-size: clamp(2rem, 4vw, 2.5rem); color: #fff; text-transform: uppercase; margin-bottom: 25px; text-shadow: var(--mari-text-glow); }\n\n\/* --- 横幅插画分隔符 --- *\/\n.mari-cinematic-banner {\n    width: 100%; height: 350px; margin: 60px 0; position: relative;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/queen_mari.webp?v=1773905045');\n    background-size: cover; background-position: center 30%;\n    background-attachment: fixed;\n    border-top: 1px solid var(--mari-spirit-violet);\n    border-bottom: 1px solid var(--mari-spirit-violet);\n    box-shadow: 0 0 30px rgba(107, 0, 179, 0.4);\n}\n.mari-cinematic-banner::after {\n    content: ''; position: absolute; inset: 0;\n    background: linear-gradient(to bottom, #08020a 0%, transparent 20%, transparent 80%, #08020a 100%);\n}\n\n\/* --- 5. 数据表格 \u0026 附加信息 --- *\/\nsection.mari-stats-section { padding: 40px 0 0 0; position: relative;}\n.mari-stats-wrapper {\n    display: flex; gap: 40px; align-items: stretch; flex-wrap: wrap;\n    background: rgba(15, 5, 20, 0.85); padding: 0;\n    border: 1px solid rgba(107, 0, 179, 0.4);\n    margin-bottom: 40px; position: relative; overflow: hidden;\n}\n.mari-stats-wrapper::before {\n    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mari_queen.webp?v=1773905040');\n    background-size: cover; background-position: right top;\n    opacity: 0.12; z-index: 0; pointer-events: none;\n    mask-image: radial-gradient(circle at center, black 0%, transparent 80%);\n    -webkit-mask-image: radial-gradient(circle at center, black 0%, transparent 80%);\n}\n\n.mari-stats-img { flex: 1 1 350px; background: #050108; min-height: 350px; display: flex; align-items: center; justify-content: center; padding: 20px; color: #777; position: relative; z-index: 1;}\n.mari-stats-img img { filter: drop-shadow(0 0 20px rgba(107, 0, 179, 0.3)); max-height: 100%; object-fit: contain; }\n.mari-stats-data { flex: 1 1 350px; padding: 40px; position: relative; z-index: 1;}\n.mari-stats-data table { width: 100%; border-collapse: collapse; margin-bottom: 25px; background: rgba(0,0,0,0.4); border-radius: 8px;}\n.mari-stats-data tr { border-bottom: 1px solid rgba(0, 250, 154, 0.2); }\n.mari-stats-data tr:last-child { border-bottom: none; }\n.mari-stats-data td { padding: 18px 15px; vertical-align: middle; }\n.mari-label { color: var(--mari-spirit-violet); font-weight: 900; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 1px; }\n.mari-value { color: #fff; font-family: 'Courier New', monospace; font-size: 1.15rem; text-align: right; }\n\n.mari-extra-info {\n    background: var(--mari-glass);\n    padding: 50px; \n    border-left: 5px solid var(--mari-spirit-violet);\n    position: relative;\n    overflow: hidden; \n}\n.mari-extra-info::after {\n    content: '';\n    position: absolute;\n    top: 0; right: 0; bottom: 0;\n    width: 60%;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/face_of_queen_mari.webp?v=1773905040');\n    background-size: cover;\n    background-position: center right;\n    opacity: 0.18; \n    mask-image: linear-gradient(to left, black 20%, transparent 100%);\n    -webkit-mask-image: linear-gradient(to left, black 20%, transparent 100%);\n    pointer-events: none;\n    z-index: 0;\n}\n.mari-extra-info \u003e * { position: relative; z-index: 1; } \n.mari-extra-info h3 { color: var(--mari-slime-green); font-size: 1.6rem; margin-bottom: 20px; text-transform: uppercase;}\n.mari-extra-info p { margin-bottom: 20px; color: #d0d0d0; font-size: 1.05rem; max-width: 80%; }\n.mari-quote { font-style: italic; color: #fff; padding: 25px; background: rgba(0,0,0,0.6); border-left: 3px solid var(--mari-slime-green); margin-top: 30px; max-width: 80%;}\n\n\/* --- 6. FAQ Section --- *\/\nsection.mari-faq-section {\n    padding: 100px 0 150px;\n    position: relative;\n    background-color: #050208;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/Mrlsexdoll_queen_mari_illustration.webp?v=1773905047');\n    background-size: cover;\n    background-position: center top;\n    background-attachment: fixed; \n    border-top: 1px dashed rgba(0, 250, 154, 0.4);\n    z-index: 1;\n}\nsection.mari-faq-section::before {\n    content: ''; position: absolute; inset: 0;\n    background: linear-gradient(to bottom, #050208 0%, rgba(5, 2, 8, 0.85) 30%, rgba(5, 2, 8, 0.85) 70%, #050208 100%);\n    z-index: -1;\n}\n\n.mari-static-faq {\n    margin-top: 40px;\n    display: grid;\n    gap: 30px;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    position: relative; z-index: 2;\n}\n.mari-faq-block {\n    background: rgba(20, 5, 25, 0.75);\n    padding: 35px;\n    border: 1px solid rgba(255, 255, 255, 0.05);\n    border-top: 3px solid var(--mari-slime-green);\n    transition: 0.3s;\n    backdrop-filter: blur(5px);\n    -webkit-backdrop-filter: blur(5px);\n}\n.mari-faq-block:hover {\n    background: rgba(30, 10, 40, 0.95);\n    border-top-color: var(--mari-spirit-violet);\n    box-shadow: 0 10px 20px rgba(0,0,0,0.5);\n    transform: scale(1.02);\n}\n.mari-faq-block h3 { color: var(--mari-slime-green); font-size: 1.35rem; margin-bottom: 15px; font-weight: 800; }\n.mari-faq-block p { color: #b3b3b3; line-height: 1.8; font-size: 1.05rem; margin-bottom: 0; }\n\n\/* =========================================================\n   🔥 移动端适配 🔥\n   ========================================================= *\/\n@media (max-width: 1024px) {\n    #mari-immersive-universe {\n        background-attachment: scroll !important;\n        background-size: 100% auto !important;\n        background-position: top center !important;\n        background-color: #08020a !important;\n    }\n    \n    .mari-container { padding: 0 15px; }\n    .mari-hero-content, .mari-core-wrapper, .mari-stats-wrapper { flex-direction: column; gap: 20px; }\n    \n    .mari-hero { padding: 100px 0 40px; min-height: auto; }\n    .mari-title-glitch { font-size: clamp(1.8rem, 7vw, 2.2rem); letter-spacing: 2px; }\n    .mari-hero-img-wrapper { margin-bottom: 20px; }\n    \n    .mari-intro-panel { padding: 30px 15px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }\n    .mari-intro-panel p { font-size: 1rem; }\n    \n    .mari-intro-box { flex-direction: column; }\n    .mari-intro-image { height: 60vw; max-height: 320px; min-height: 220px; width: 100%; border-bottom: 2px solid rgba(0, 250, 154, 0.4); }\n    .mari-intro-content { padding: 25px 15px; }\n    .mari-intro-content h2 { font-size: 1.5rem; }\n    .mari-intro-content p { font-size: 1.05rem; }\n    \n    \/* 移动端视频调整 *\/\n    section.mari-product-video { padding: 20px 0 60px; }\n    .mari-video-frame { padding: 5px; clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%); }\n    .mari-video-inner { clip-path: polygon(0 0, 100% 0, 100% 95.5%, 90% 99.5%, 10% 99.5%, 0 95.5%); }\n    .mari-video-summary { padding: 20px 15px; margin-top: 20px; font-size: 0.95rem; }\n    \n    .mari-features { padding: 60px 0; }\n    .mari-card-img { height: auto; } \n    .mari-card-content { padding: 25px 15px; }\n    .mari-card h3 { font-size: 1.25rem; }\n    \n    .mari-core { margin: 30px 0; }\n    .mari-core-wrapper { flex-direction: column-reverse; }\n    .mari-core-text { padding: 30px 15px; }\n    .mari-core-title { font-size: 1.6rem; }\n    .mari-core-img { border-left: none; border-bottom: 2px dashed rgba(0,250,154,0.3); min-height: auto;}\n    \n    .mari-cinematic-banner { height: 160px; background-attachment: scroll; margin: 30px 0; }\n    \n    .mari-stats-section { padding: 30px 0 0 0; }\n    .mari-stats-wrapper { padding: 0; border: 1px solid rgba(107, 0, 179, 0.4); border-top: 4px solid var(--mari-slime-green); }\n    .mari-stats-img { display: flex !important; width: 100%; max-width: 100%; min-height: auto; border-bottom: 2px solid rgba(0, 250, 154, 0.3); padding: 15px; }\n    .mari-stats-data { padding: 25px 15px; width: 100%; }\n    .mari-value { font-size: 1rem; }\n    .mari-label { font-size: 0.85rem; }\n    \n    .mari-extra-info { padding: 30px 15px; border-left: none; border-top: 4px solid var(--mari-spirit-violet); margin-top: 25px; }\n    .mari-extra-info h3 { font-size: 1.4rem; }\n    .mari-extra-info p, .mari-quote { max-width: 100%; font-size: 1rem; }\n    .mari-quote { padding: 20px; font-size: 0.95rem; }\n    .mari-extra-info::after { opacity: 0.08; width: 100%; } \n    \n    section.mari-faq-section { background-attachment: scroll; padding: 50px 0 60px; }\n    .mari-faq-block { padding: 25px 15px; }\n    .mari-faq-block h3 { font-size: 1.2rem; }\n    .mari-faq-block p { font-size: 1rem; }\n}\n\u003c\/style\u003e\n\u003cdiv id=\"mari-immersive-universe\"\u003e\n\u003csection class=\"mari-container mari-hero\"\u003e\n\u003cdiv class=\"mari-hero-content\"\u003e\n\u003cdiv class=\"mari-intro-panel\"\u003e\n\u003ch2 class=\"mari-title-glitch\"\u003eQueen \u003cspan style=\"color: var(--mari-slime-green);\"\u003eMari\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp style=\"color: var(--mari-slime-green); font-weight: 900; font-size: 1.3rem; margin-bottom: 25px; text-transform: uppercase;\"\u003eWhere Dark Fantasy Meets Visceral Reality.\u003c\/p\u003e\n\u003cp style=\"font-family: 'Courier New', monospace; font-size: 0.95rem; color: var(--mari-spirit-violet); margin-bottom: 20px;\"\u003e\u003cstrong\u003eDESIGNATION:\u003c\/strong\u003e Queen Mari\u003cbr\u003e\u003cstrong\u003eCLASS:\u003c\/strong\u003e \u003ca href=\"https:\/\/www.mrlsexdoll.com\/collections\/anime-pocket-pussy-hentai-fantasy-onahole\" title=\"hentai onahole\"\u003eHentai Onahole\u003c\/a\u003e\u003cbr\u003e\u003cstrong\u003eCOLLAB:\u003c\/strong\u003e MRL × @QueensWrath\u003c\/p\u003e\n\u003cp\u003eYou didn't summon her expecting a gentle companion. Born from the most chaotic depths of the spirit world and the brilliantly twisted mind of VTuber \u003ca href=\"https:\/\/x.com\/QueensWrath\" title=\"QueensWrath\"\u003e@QueensWrath\u003c\/a\u003e, Queen Mari is not your standard, submissive plaything. She is a ferociously hardcore, alt-goth hentai onahole designed for those who crave the intense, the forbidden, and the wonderfully corrupted.\u003c\/p\u003e\n\u003cp\u003eAs the historic first co-branded masterpiece between MRL and the beloved spirit dragon VTuber @QueensWrath, Mari introduces an entirely unprecedented level of heavy metal aggression to the mini anime sex doll landscape. This is not merely a toy; it is a meticulously sculpted, three-dimensional idol of your favorite possessive, tsundere entity — crafted from premium, medical-grade anti-oil silicone for a sensation as flawless as her predatory gaze.\u003c\/p\u003e\n\u003cp class=\"mari-warning-text\"\u003e⚠️ Stock is strictly limited for this exclusive pre-sale phase. Once she has devoured the current inventory, she will vanish back into the shadows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"mari-hero-img-wrapper\"\u003e\u003cimg alt=\"Queen Mari alt-goth succubus character illustration by VTuber QueensWrath for MRL hentai onahole collaboration.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/queen_mari_character_illustration.webp?v=1773905045\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mari-container mari-video-section\"\u003e\n\u003cdiv class=\"mari-intro-box\"\u003e\n\u003cdiv class=\"mari-intro-image\"\u003e\u003cimg alt=\"Close-up face of Queen Mari anime sex doll featuring predatory mesugaki expression, fangs, and dark goth makeup.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/face_of_queen_mari.webp?v=1773905040\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mari-intro-content\"\u003e\n\u003ch2\u003eWhy Queen Mari Is Different From Every Other Hentai Onahole on the Market\u003c\/h2\u003e\n\u003cp\u003eMost manufacturers play it incredibly safe — mass-producing perfectly symmetrical, obedient figures meant only for display. Queen Mari shatters that mundane mold. She has been engineered from the ground up with hardcore design elements virtually unseen in the onahole hentai market: a deeply deranged, punk-infused dark succubus who demands your total submission.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mari-container mari-product-video\"\u003e\n\u003ch2 style=\"font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 40px;\" class=\"mari-title-glitch\"\u003eEntity Showcase: Visual Archive\u003c\/h2\u003e\n\u003cdiv class=\"mari-video-frame\"\u003e\n\u003cdiv class=\"mari-video-inner\"\u003e\u003cvideo width=\"100%\" type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1cb6ef9f7ca943e7aa28888d4b13cc59.mp4\" controls=\"controls\" loop=\"loop\" muted=\"\" playsinline=\"\" autoplay=\"autoplay\" controlslist=\"nodownload\" disablepictureinpicture=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mari-video-summary\"\u003e\n\u003cstrong style=\"color: var(--mari-slime-green);\"\u003e\u0026gt; Video Archive Summary:\u003c\/strong\u003e\u003cbr\u003eThis visual record provides a 360-degree close-up of the Queen Mari onahole. Observe the flawless anti-oil silicone finish, the intricately sculpted spiked bracelets, and the deeply textured asymmetrical demonic anatomy. The footage perfectly captures her dynamic breast-lifting pose and predatory mesugaki facial details, bringing the visceral reality of this MRL × @QueensWrath collaboration directly to your screen.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mari-features\"\u003e\n\u003cdiv class=\"mari-container\"\u003e\n\u003ch2 style=\"margin-bottom: 50px;\" class=\"mari-title-glitch\"\u003e5 Exclusive Design Pillars That Define the Queen Mari Succubus Experience\u003c\/h2\u003e\n\u003cdiv class=\"mari-grid\"\u003e\n\u003cdiv class=\"mari-card\"\u003e\n\u003cdiv class=\"mari-card-img\"\u003e\u003cimg alt=\"Queen Mari silicone hentai onahole showcasing sculpted spiked bracelets and heavy chain choker in alt-goth style.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/1._The_Alt-Goth_Death_Metal_Aesthetic_A_Rebellion_in_Silicone_2_-_-jpg.webp?v=1774503492\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mari-card-content\"\u003e\n\u003ch3\u003e1. The Alt-Goth \/ Death Metal Aesthetic: A Rebellion in Silicone\u003c\/h3\u003e\n\u003cp\u003eForget the pastel, domesticated demons crowding the market. Mari embraces a genuinely underground, hardcore dark aesthetic that defies convention. We have flawlessly fused the visceral, raw energy of death metal with the intimate, yielding softness of a high-end \u003ca title=\"monster sex doll\" href=\"https:\/\/www.mrlsexdoll.com\/collections\/monster-girls-silicone-sex-dolls?page=1\"\u003emonster sex doll\u003c\/a\u003e. Run your fingers across her wrists to feel the aggressive, sculpted texture of her spiked bracelets, or trace the heavy chain choker locked tightly around her neck. The true masterpiece of subversion lies at her base: an exclusive, deeply engraved death metal-style MRL logo relief carved directly into the silicone — bold, irreverent, and 100% intentional. No other onahole hentai product on the market does this. This striking visual dichotomy declares loudly that she is no ordinary plaything. She is an interactive piece of dark, rebellious art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mari-card\"\u003e\n\u003cdiv class=\"mari-card-img\"\u003e\u003cimg alt=\"Detailed facial sculpt of Queen Mari succubus sex doll with sharp fangs, teasing tongue, and hostile yandere gaze.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/2._The_Predatory_Teasing_Face_Gaze_Into_the_Abyss-_-jpg.webp?v=1774503492\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mari-card-content\"\u003e\n\u003ch3\u003e2. The Predatory Teasing Face: Gaze Into the Abyss\u003c\/h3\u003e\n\u003cp\u003eMost inverted molds feature blank, lifeless stares or closed eyes. Mari's facial sculpt is entirely hostile, aggressive, and dripping with intoxicating mockery — the face of an anime succubus who feeds on your desperation and finds it adorable. Her expression is a masterful, terrifying blend of mesugaki (bratty provocation) and dangerous yandere obsession. Notice the hyper-detailed, dripping dark makeup smudged beneath her half-lidded, sharp gaze. Her mouth is parted to reveal predatory fangs and a deliberately teasing, outstretched tongue. There is absolutely no obedience in this expression — only a mocking invitation to your ruin. When you finally enter this mini anime sex doll, her unyielding stare forces a terrifying question: Are you conquering her, or have you willingly surrendered as the prey of a deranged monster?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mari-card\"\u003e\n\u003cdiv class=\"mari-card-img\"\u003e\u003cimg alt=\"Close-up of Queen Mari 3D sculpted nipple piercings, leathery bat-wing claw, and scaled tail on premium silicone.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/3._Sculpted_Body_Modifications_The_Art_of_Flesh_and_Metal-_-jpg.webp?v=1774503492\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mari-card-content\"\u003e\n\u003ch3\u003e3. Sculpted Body Modifications: The Art of Flesh and Metal\u003c\/h3\u003e\n\u003cp\u003eTo merely paint on accessories is a compromise we refuse to make. We have elevated the tactile landscape of the monster girl genre by embedding hardcore body modification art directly into her physical mold. As your fingertips glide across the expansive, heavy mounds of her bust, you will catch on the startlingly realistic, three-dimensional sculpted nipple piercings (sculpted rings) bursting from her areolas — tactile, dimensional, and impossible to miss. Moving downward, your hands encounter a rough, leathery bat-wing claw clinging fiercely to her lower pelvis, while a thick, scaled tail coils horizontally around her lower back — pressing firm against the spine in a way that adds resistance and visual mass to the rear grip. Hold her from behind and feel the difference immediately. Every thrust delivers immensely rich, coarse, and unpredictable friction against your palms, ensuring this succubus hentai experience engages your hands just as intensely as your lower body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mari-card\"\u003e\n\u003cdiv class=\"mari-card-img\"\u003e\u003cimg alt=\"Queen Mari monster girl doll squeezing massive breasts in a dynamic breast-lifting pose for anatomical grip leverage.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/4._The_Dynamic_Breast-Lifting_Pose_Aggressive_Exhibitionism-_-jpg.webp?v=1774503492\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mari-card-content\"\u003e\n\u003ch3\u003e4. The Dynamic Breast-Lifting Pose: Aggressive Exhibitionism\u003c\/h3\u003e\n\u003cp\u003eStatic, lifeless poses have no place in Queen Mari's domain. She is not merely waiting; she is actively, aggressively tempting you. Her arms are locked in a Dynamic Breast-Lifting Sculpt — her own hands forcefully pushing and squeezing her massive breasts upward and inward from the sides. This brilliant anatomical engineering not only doubles the visual impact of this monster sex doll's formidable bust, but serves a highly functional purpose. When you grip her, her sculpted arms and wrists provide a perfect, natural leverage point. For fans of \u003ca title=\"bakunyuu\" href=\"https:\/\/www.mrlsexdoll.com\/blogs\/news\/what-is-bakunyuu\"\u003ebakunyuu\u003c\/a\u003e aesthetics, this pose delivers on both visual and functional counts — Mari offering herself entirely on her own terms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mari-core\"\u003e\n\u003cdiv class=\"mari-core-wrapper\"\u003e\n\u003cdiv class=\"mari-core-text\"\u003e\n\u003ch2 class=\"mari-core-title\"\u003e5. Asymmetrical Demonic Anatomy and the Abyssal Gate: The Entrance Is Its Own Boss Fight\u003c\/h2\u003e\n\u003cp style=\"color: var(--mari-slime-green); font-size: 1.15rem; margin-bottom: 20px; font-weight: bold; letter-spacing: 1px;\"\u003eINTERNAL TEXTURE ANALYSIS:\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eDo not attempt to search for the boring, clinical symmetry of human anatomy here. We have completely abandoned human perfection to bring you a genuinely alien hentai monster girl physique. Smoothly sliding down the soft flesh of her abdomen, you will be abruptly met by the severe, jagged topography of a demonic wing-claw erupting directly from her right pelvis — an extreme tactile contrast between yielding warm flesh and rigid demonic spines that serves as a constant, thrilling reminder you are engaging with a true, unearthly monster.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eTurn her over to face your ultimate trial. The Abyssal Gate is deeply recessed between two impossibly thick, muscular gluteal mounds, engineered to absorb the heaviest impacts and create a natural grip during use. The opening itself is sculpted with wild, organic, aggressive flesh-folds — a hungry maw designed to entirely swallow your sanity. The 15cm interior channel runs single-tunnel, designed for focused, deep stimulation without distraction.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"mari-core-img\"\u003e\u003cimg alt=\"Cross-section of the Abyssal Gate vaginal entrance on the Queen Mari onahole showing aggressive organic flesh folds.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/5._Asymmetrical_Demonic_Anatomy_and_the_Abyssal_Gate_The_Entrance_Is_Its_Own_Boss_Figh-_-jpg.webp?v=1774503492\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mari-cinematic-banner\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"mari-stats-section mari-container\"\u003e\n\u003ch2 class=\"mari-title-glitch\"\u003eQueen Mari Product Specifications\u003c\/h2\u003e\n\u003cdiv class=\"mari-stats-wrapper\"\u003e\n\u003cdiv class=\"mari-stats-img\"\u003e\u003cimg alt=\"Detailed dimensional size specification chart for the 22cm tall Queen Mari medical-grade silicone sex doll by MRL.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/Mrl_mari_onahole_size_specification.webp?v=1774503683\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mari-stats-data\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003ePremium Anti-Oil Silicone (Medical-Grade)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003e0.89 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eOverall Height\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003e22 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eMaximum Width\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003e12 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eChannel Depth\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003e15 cm (single channel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eBust Circ.\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003e26 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eWaist Circ.\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003e20 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eHip Circ.\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003e30 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eCollab\u003c\/td\u003e\n\u003ctd class=\"mari-value\"\u003eMRL × \u003ca title=\"QueensWrath\" href=\"https:\/\/linktr.ee\/QueensWrath\"\u003e@QueensWrath\u003c\/a\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"mari-label\"\u003eAvailability\u003c\/td\u003e\n\u003ctd style=\"color: var(--mari-slime-green);\" class=\"mari-value\"\u003ePre-Sale — Limited Units Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv style=\"margin-top: 30px;\"\u003e\n\u003ch4 style=\"color: var(--mari-slime-green); text-transform: uppercase; margin-bottom: 10px;\"\u003ePremium Anti-Oil Silicone: Medical-Grade Engineering Beneath the Dark Fantasy\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.95rem; color: #a6a6a6; line-height: 1.6;\"\u003eBeneath the dark fantasy lies uncompromised, medical-grade engineering. Queen Mari is cast from a proprietary Anti-Oil Silicone blend. Unlike cheap TPE that breaks down, bleeds oil, or easily degrades, this premium silicone guarantees a hygienic, hyper-realistic, and deeply luxurious tactile response that maintains its structural integrity over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mari-extra-info\"\u003e\n\u003ch3\u003ePre-Sale Exclusivity and Shipping Information\u003c\/h3\u003e\n\u003cp\u003eQueen Mari is available for pre-sale only. Once she sells out, she's gone — there are no second print runs confirmed, no restocks announced. Due to the complex, asymmetrical molding process and the intricate details (piercings, fangs, heavy metal texturing), production numbers are strictly capped.\u003c\/p\u003e\n\u003cp\u003eIf you've followed QueensWrath, you already know the vibe: caring but bratty, seductive but completely in control, the kind of anime succubus who smiles while she devours your soul — and makes you thank her for it. QueensWrath built Mari as an expression of herself — caring underneath the teeth, passionate underneath the cold stare, fiercely protective of the people in her world.\u003c\/p\u003e\n\u003cp\u003eYour privacy is our utmost priority. Queen Mari ships in entirely unbranded, discreet packaging. The only entity who will know what dark entity lurks inside the box is you.\u003c\/p\u003e\n\u003cdiv class=\"mari-quote\"\u003e\"I hope anyone who meets me knows — even if I seem cold, I do care and cherish all my slimes. From the bottom of my heart, your support means the world to me.\"\u003cbr\u003e\u003cspan style=\"color: var(--mari-slime-green); font-weight: 900; font-style: normal; display: block; margin-top: 10px; font-size: 1.1rem;\"\u003e— QueensWrath\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 40px; font-weight: 900; color: #fff; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 1px;\"\u003eDon't sleep on it. She won't wait. Join the legion of devoted fans today. Bring Queen Mari home, and let the corruption begin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mari-faq-section\"\u003e\n\u003cdiv class=\"mari-container\"\u003e\n\u003ch2 style=\"text-align: center; display: block;\" class=\"mari-title-glitch\"\u003eFrequently Asked Questions About the Queen Mari Hentai Onahole\u003c\/h2\u003e\n\u003cdiv class=\"mari-static-faq\"\u003e\n\u003cdiv class=\"mari-faq-block\"\u003e\n\u003ch3\u003eWhat is the best way to clean the Queen Mari silicone onahole?\u003c\/h3\u003e\n\u003cp\u003eBecause the Queen Mari is made of premium anti-oil silicone, cleaning is simple. Use warm water and a specialized antibacterial toy cleaner. Avoid standard soaps, which can degrade the silicone over time. Ensure the 15cm internal channel is completely dry before storing. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mari-faq-block\"\u003e\n\u003ch3\u003eCan I use silicone-based lube with the Queen Mari monster girl doll?\u003c\/h3\u003e\n\u003cp\u003eNo. Queen Mari is crafted from high-grade medical silicone. Using silicone-based lubricants will cause a chemical reaction that melts and permanently damages the material. Always use a high-quality, water-based lubricant for the best succubus hentai experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mari-faq-block\"\u003e\n\u003ch3\u003eIs the Queen Mari onahole a limited edition collab?\u003c\/h3\u003e\n\u003cp\u003eYes. Queen Mari is the first-ever official collaboration between MRL and VTuber @QueensWrath, and this pre-sale is the only confirmed production run. Once inventory sells out, she will be permanently unavailable. Secure your order before the gate closes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mari-faq-block\"\u003e\n\u003ch3\u003eWhat makes anti-oil silicone better than TPE for a succubus sex doll?\u003c\/h3\u003e\n\u003cp\u003eTPE (thermoplastic elastomer) degrades over time — it bleeds oils, attracts dust, and loses its texture. MRL's proprietary anti-oil silicone maintains its structural integrity and hyper-realistic feel across repeated use, remains non-porous (making it more hygienic), and delivers a consistently luxurious tactile experience throughout its lifespan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"MRLSEXDOLL","offers":[{"title":"Default Title","offer_id":52031440060729,"sku":"RD-MALI-885","price":148.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/frontviewofmarionahole.webp?v=1774519296","url":"https:\/\/www.mrlsexdoll.com\/ko\/products\/queen-mari-hentai-onahole","provider":"MRLSEXDOLL","version":"1.0","type":"link"}