{"product_id":"osiimi-onahole-bbw-sex-doll","title":"Osiimi Onahole — Official MRL × @osiimiartist VTuber BBW Succubus Sex Doll","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600;800\u0026amp;family=Inter:wght@300;400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ─────────────────────────────────────────\n     GLOBAL SMOOTH SCROLL\n  ───────────────────────────────────────── *\/\n  html { scroll-behavior: smooth; }\n\n  \/* ─────────────────────────────────────────\n     CSS VARIABLES: OSIIMI CYBER SUCCUBUS THEME\n  ───────────────────────────────────────── *\/\n  .osiimi-wrapper {\n    --bg-void:        rgba(10, 5, 15, 0.92);\n    --bg-panel:       rgba(20, 10, 30, 0.85);\n    --bg-panel-light: rgba(35, 15, 50, 0.90);\n    \n    --neon-purple:    #B122E5;\n    --neon-pink:      #FF2A85;\n    --neon-glow:      rgba(177, 34, 229, 0.4);\n    \n    --text-main:      #F0E6FF;\n    --text-muted:     #A594B8;\n    --text-dark:      #1A0B26;\n\n    --ff-display:     'Outfit', sans-serif;\n    --ff-body:        'Inter', sans-serif;\n\n    --pad-section:    clamp(4rem, 8vw, 7rem);\n    --pad-h:          clamp(1.25rem, 4vw, 2.5rem);\n    --max-w:          1280px;\n  }\n\n  \/* ─────────────────────────────────────────\n     SANDBOX ISOLATION (Shopify Breakout Edition)\n  ───────────────────────────────────────── *\/\n  .osiimi-wrapper {\n    position: relative;\n    width: 100vw;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    font-family: var(--ff-body);\n    font-size: clamp(0.95rem, 1.6vw, 1.05rem);\n    line-height: 1.8;\n    color: var(--text-main);\n    box-sizing: border-box;\n    z-index: 1;\n  }\n  .osiimi-wrapper *, .osiimi-wrapper *::before, .osiimi-wrapper *::after { \n    box-sizing: border-box; \n  }\n  .osiimi-wrapper h2, .osiimi-wrapper h3, .osiimi-wrapper p, .osiimi-wrapper ul, .osiimi-wrapper li, .osiimi-wrapper a {\n    margin: 0; padding: 0; border: none; outline: none; background: transparent; text-decoration: none;\n  }\n  .osiimi-wrapper img { display: block; max-width: 100%; height: auto; }\n  .osiimi-wrapper ul { list-style: none; }\n  .osiimi-wrapper section[id] { scroll-margin-top: 80px; }\n\n  \/* ─────────────────────────────────────────\n     DYNAMIC FIXED BACKGROUND (Shopify Safe)\n  ───────────────────────────────────────── *\/\n  .osiimi-bg-container {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    z-index: -1;\n    clip-path: inset(0); \n    pointer-events: none;\n  }\n  \n  .osiimi-bg-layer {\n    position: -webkit-sticky;\n    position: sticky;\n    top: 0;\n    width: 100vw;\n    height: 100vh;\n    height: 100dvh;\n    background-color: #0A050F;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_banner.webp?v=1778825979');\n    background-size: cover;\n    background-position: center center;\n    background-repeat: no-repeat;\n  }\n  \n  @media (max-width: 768px) {\n    .osiimi-bg-layer {\n      background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_mobile_banner.webp?v=1778825980') !important;\n    }\n  }\n\n  \/* ─────────────────────────────────────────\n     UTILITIES \u0026 INLINE LINKS\n  ───────────────────────────────────────── *\/\n  .osiimi-wrapper .label {\n    font-family: var(--ff-display);\n    font-size: 0.8rem;\n    font-weight: 800;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--neon-pink);\n    display: inline-block;\n    margin-bottom: 0.5rem;\n  }\n  .osiimi-wrapper .neon-rule {\n    display: block;\n    width: 4rem;\n    height: 3px;\n    background: linear-gradient(90deg, var(--neon-purple), var(--neon-pink));\n    box-shadow: 0 0 10px var(--neon-glow);\n    margin-bottom: 1.5rem;\n  }\n  .osiimi-wrapper .neon-rule--center { margin: 0 auto 1.5rem; }\n  .osiimi-wrapper .highlight { color: var(--neon-pink); font-weight: 600; }\n  \n  \/* NEW: SEO Contextual Inline Link Style *\/\n  .os-inline-link {\n    color: var(--neon-pink);\n    text-decoration: underline;\n    text-decoration-color: rgba(255, 42, 133, 0.4);\n    text-underline-offset: 3px;\n    transition: all 0.3s ease;\n    font-weight: 500;\n  }\n  .os-inline-link:hover {\n    color: #FFF;\n    text-decoration-color: var(--neon-pink);\n    text-shadow: 0 0 10px var(--neon-glow);\n  }\n\n  \/* ─────────────────────────────────────────\n     FLOATING BOTTOM NAV\n  ───────────────────────────────────────── *\/\n  .os-nav {\n    position: fixed;\n    bottom: 30px;\n    left: 0; \n    right: 0;\n    width: 100%;\n    z-index: 150;\n    display: flex; \n    justify-content: center; \n    padding: 0 1rem;\n    pointer-events: none;\n  }\n  .os-nav__inner {\n    pointer-events: auto;\n    background: rgba(15, 5, 25, 0.85);\n    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);\n    border: 1px solid rgba(177, 34, 229, 0.4);\n    border-radius: 999px;\n    padding: 0.6rem 1.8rem;\n    display: flex; \n    align-items: center; \n    gap: 2.5rem;\n    box-shadow: 0 16px 40px rgba(0,0,0,0.8), 0 0 20px rgba(177, 34, 229, 0.2);\n    max-width: 100%; \n    overflow-x: auto; \n    scrollbar-width: none;\n  }\n  .os-nav__inner::-webkit-scrollbar { display: none; }\n  .os-nav__logo {\n    display: flex; align-items: center; gap: 0.6rem;\n    font-family: var(--ff-display);\n    color: var(--neon-pink) !important; \n    font-size: 1.1rem; \n    font-weight: 800;\n    flex-shrink: 0;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    text-shadow: 0 2px 10px var(--neon-glow);\n  }\n  .os-nav__links { display: flex; gap: 1.8rem; align-items: center; }\n  .os-nav__links a {\n    color: var(--text-main) !important;\n    font-size: 0.85rem; font-weight: 700; text-transform: uppercase;\n    letter-spacing: 0.08em; transition: all 0.3s ease; white-space: nowrap;\n  }\n  .os-nav__links a:hover { \n    color: var(--neon-pink) !important; \n    text-shadow: 0 0 8px var(--neon-glow); \n  }\n  .os-nav__links a.nav-external {\n    color: var(--neon-purple) !important;\n    border: 1px solid var(--neon-purple);\n    padding: 0.4rem 1rem; \n    border-radius: 50px; \n    font-size: 0.8rem;\n  }\n  .os-nav__links a.nav-external:hover {\n    background: rgba(177, 34, 229, 0.2); \n    color: #fff !important; \n    text-shadow: none;\n    box-shadow: 0 0 10px var(--neon-glow);\n  }\n\n  @media (max-width: 768px) {\n    .os-nav { bottom: 20px; }\n    .os-nav__inner { \n      gap: 1.2rem; \n      padding: 0.6rem 1.2rem;\n      width: 95%;\n      max-width: 450px;\n      justify-content: flex-start;\n      -webkit-overflow-scrolling: touch;\n    }\n  }\n\n  \/* ─────────────────────────────────────────\n     SCROLL ANIMATIONS (CSS Only)\n  ───────────────────────────────────────── *\/\n  @supports (animation-timeline: view()) {\n    .os-reveal { animation: os-lift linear both; animation-timeline: view(); animation-range: entry 0% entry 20%; }\n    .os-reveal-l { animation: os-slide-l linear both; animation-timeline: view(); animation-range: entry 0% entry 25%; }\n    .os-reveal-r { animation: os-slide-r linear both; animation-timeline: view(); animation-range: entry 0% entry 25%; }\n  }\n  @keyframes os-lift { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes os-slide-l { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }\n  @keyframes os-slide-r { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }\n\n  \/* ─────────────────────────────────────────\n     1. HERO BANNER\n  ───────────────────────────────────────── *\/\n  .os-hero {\n    position: relative;\n    width: 100%;\n    min-height: 100vh;\n    min-height: 100dvh;\n    display: flex;\n    align-items: flex-end;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_banner_f5a89dfe-a0be-40d9-b236-0caf86542f7f.webp?v=1778828500');\n    background-size: cover;\n    background-position: center;\n  }\n  \n  @media (max-width: 768px) {\n    .os-hero {\n      background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_mobile_banner_52642c6f-4109-4b21-a8fe-4a18ca0f6179.webp?v=1778828501');\n    }\n  }\n  .os-hero__overlay {\n    position: absolute; inset: 0;\n    background: linear-gradient(to top, var(--bg-void) 0%, rgba(10,5,15,0.4) 40%, transparent 100%);\n  }\n  .os-hero__content {\n    position: relative;\n    z-index: 2;\n    padding: 0 var(--pad-h) 4rem;\n    max-width: var(--max-w);\n    margin: 0 auto;\n    width: 100%;\n  }\n  .os-hero__title {\n    font-family: var(--ff-display);\n    font-size: clamp(2.2rem, 5vw, 4.5rem);\n    font-weight: 800;\n    color: #FFF;\n    line-height: 1.1;\n    margin-bottom: 1rem !important;\n    text-shadow: 0 0 20px rgba(177,34,229,0.8);\n  }\n  .os-hero__title em { font-style: normal; color: var(--neon-pink); }\n  .os-hero__badges {\n    display: flex;\n    gap: 1rem;\n    flex-wrap: wrap;\n    font-family: var(--ff-display);\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n  .os-badge {\n    padding: 0.5rem 1rem;\n    background: rgba(177,34,229,0.2);\n    border: 1px solid var(--neon-purple);\n    color: #FFF;\n    border-radius: 2px;\n  }\n\n  \/* ─────────────────────────────────────────\n     2. INTRO SECTION\n  ───────────────────────────────────────── *\/\n  .os-intro { background: var(--bg-void); padding: var(--pad-section) var(--pad-h); position: relative; }\n  .os-intro::after { content:''; position: absolute; top:0; left:0; right:0; height:1px; background: linear-gradient(90deg, transparent, var(--neon-purple), transparent); }\n  .os-intro__inner { max-width: 900px; margin: 0 auto; text-align: center; }\n  .os-intro p { font-size: clamp(1.1rem, 2vw, 1.25rem); color: var(--text-main); margin-bottom: 1.5rem !important; }\n  .os-intro p:last-child { margin-bottom: 0 !important; }\n\n  \/* ─────────────────────────────────────────\n     3. CYBER MARQUEE (MEMES \u0026 GIFS)\n  ───────────────────────────────────────── *\/\n  .os-marquee {\n    background: var(--bg-panel);\n    padding: 2rem 0;\n    overflow: hidden;\n    position: relative;\n    border-top: 1px solid rgba(177,34,229,0.3);\n    border-bottom: 1px solid rgba(177,34,229,0.3);\n  }\n  .os-marquee__track {\n    display: flex;\n    gap: 2rem;\n    width: max-content;\n    animation: os-scroll 25s linear infinite;\n  }\n  .os-marquee:hover .os-marquee__track { animation-play-state: paused; }\n  .os-marquee__item {\n    height: 180px;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.5);\n  }\n  .os-marquee__item img { height: 100%; width: auto; object-fit: contain; }\n  @keyframes os-scroll {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(calc(-50% - 1rem)); }\n  }\n\n  \/* ─────────────────────────────────────────\n     4. SIX REASONS (FEATURES GRID)\n  ───────────────────────────────────────── *\/\n  .os-features { padding: var(--pad-section) 0; background: var(--bg-void); }\n  .os-features__header { text-align: center; max-width: 800px; margin: 0 auto 5rem; padding: 0 var(--pad-h); }\n  .os-features__header h2 { font-family: var(--ff-display); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; line-height: 1.2; color: #FFF; }\n  \n  .os-feature-block {\n    max-width: var(--max-w);\n    margin: 0 auto clamp(4rem, 8vw, 8rem) !important;\n    padding: 0 var(--pad-h);\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: clamp(2rem, 5vw, 5rem);\n    align-items: center;\n  }\n  .os-feature-block--flip .os-feature__img-wrap { order: 2; }\n  .os-feature-block--flip .os-feature__content { order: 1; }\n  @media (max-width: 860px) {\n    .os-feature-block { grid-template-columns: 1fr; margin-bottom: 4rem !important; gap: 2rem; }\n    .os-feature-block--flip .os-feature__img-wrap { order: -1 !important; }\n    .os-feature-block--flip .os-feature__content { order: unset; }\n    .os-feature-block .os-feature__img-wrap { order: -1; }\n  }\n\n  .os-feature__img-wrap {\n    position: relative;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 0 30px rgba(177,34,229,0.15);\n    border: 1px solid rgba(177,34,229,0.3);\n  }\n  .os-feature__img-wrap img { width: 100%; display: block; transition: transform 0.5s ease; }\n  .os-feature__img-wrap:hover img { transform: scale(1.03); }\n  \n  .os-feature__content h3 {\n    font-family: var(--ff-display);\n    font-size: clamp(1.5rem, 2.5vw, 2.2rem);\n    font-weight: 800;\n    color: #FFF;\n    margin-bottom: 1rem !important;\n    line-height: 1.2;\n  }\n  .os-feature__content p { color: var(--text-muted); margin-bottom: 1rem !important; }\n\n  \/* ─────────────────────────────────────────\n     5. E-E-A-T PROFILE\n  ───────────────────────────────────────── *\/\n  .os-profile { background: var(--bg-panel-light); padding: var(--pad-section) 0; position: relative; }\n  .os-profile__inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad-h); display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }\n  @media (max-width: 860px) { .os-profile__inner { grid-template-columns: 1fr; } }\n  .os-profile__art img { width: 100%; border-radius: 12px; filter: drop-shadow(0 0 20px var(--neon-glow)); }\n  .os-profile__content h2 { font-family: var(--ff-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #FFF; margin-bottom: 1.5rem !important; }\n  .os-profile__list { margin: 1.5rem 0 !important; }\n  .os-profile__list li { position: relative; padding-left: 1.5rem !important; margin-bottom: 0.75rem !important; color: var(--text-muted); }\n  .os-profile__list li::before { content: '▸'; position: absolute; left: 0; color: var(--neon-pink); font-weight: bold; }\n  .os-profile__socials { margin-top: 2rem; display: flex; gap: 1rem; }\n  .os-social-link { padding: 0.5rem 1rem; border: 1px solid var(--neon-purple); color: var(--neon-pink) !important; font-family: var(--ff-display); font-weight: 600; font-size: 0.85rem; border-radius: 4px; transition: all 0.3s; }\n  .os-social-link:hover { background: var(--neon-purple); color: #FFF !important; box-shadow: 0 0 15px var(--neon-glow); }\n\n  \/* ─────────────────────────────────────────\n     6. VIDEO SHOWCASE\n  ───────────────────────────────────────── *\/\n  .os-video-section {\n    padding: var(--pad-section) var(--pad-h);\n    background: var(--bg-void);\n    text-align: center;\n    border-top: 1px solid rgba(177,34,229,0.2);\n  }\n  .os-video-header {\n    max-width: 800px;\n    margin: 0 auto 3rem;\n  }\n  .os-video-header h2 {\n    font-family: var(--ff-display);\n    font-size: clamp(2rem, 4vw, 3.5rem);\n    font-weight: 800;\n    color: #FFF;\n    margin-bottom: 1rem !important;\n  }\n  .os-video-header p {\n    color: var(--text-muted);\n    font-size: 1.1rem;\n  }\n  .os-video-wrapper {\n    max-width: 900px;\n    margin: 0 auto;\n    position: relative;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 0 40px rgba(177,34,229,0.2);\n    border: 1px solid rgba(177,34,229,0.4);\n    background: #000;\n  }\n  .os-video-wrapper video {\n    width: 100%;\n    height: auto;\n    max-height: 80vh;\n    display: block;\n    object-fit: contain;\n  }\n  .os-video-summary-box {\n    margin-top: 1.5rem;\n    padding: 1.5rem;\n    background: rgba(167, 139, 250, 0.1);\n    border-left: 4px solid var(--neon-purple);\n    border-radius: 0 8px 8px 0;\n    text-align: left;\n  }\n  .os-video-summary-title {\n    font-family: var(--ff-display);\n    color: var(--neon-pink);\n    font-size: 1.1rem;\n    font-weight: 800;\n    margin-bottom: 0.5rem;\n  }\n  .os-video-summary-box p {\n    color: var(--text-muted);\n    font-size: 0.95rem;\n    line-height: 1.6;\n  }\n\n  \/* ─────────────────────────────────────────\n     7. REAL SHOTS GALLERY (PURE CSS LIGHTBOX)\n  ───────────────────────────────────────── *\/\n  .os-gallery-section { padding: var(--pad-section) 0; background: var(--bg-void); border-top: 1px solid rgba(177,34,229,0.1); }\n  .os-gallery-header { text-align: center; margin-bottom: 3rem; padding: 0 var(--pad-h); }\n  .os-gallery-header h2 { font-family: var(--ff-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #FFF; }\n  \n  .os-gallery-grid { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad-h); display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }\n  .os-gallery-item { position: relative; aspect-ratio: 2\/3; overflow: hidden; border-radius: 8px; display: block; border: 1px solid rgba(177,34,229,0.2); }\n  .os-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }\n  .os-gallery-item:hover img { transform: scale(1.08); filter: brightness(1.2); }\n  .os-gallery-item::after { content: '⊕ View'; position: absolute; inset: 0; background: rgba(10,5,15,0.6); color: #FFF; display: flex; align-items: center; justify-content: center; font-family: var(--ff-display); font-weight: 800; opacity: 0; transition: opacity 0.3s; }\n  .os-gallery-item:hover::after { opacity: 1; }\n\n  .osiimi-wrapper .os-lightbox { display: none; position: fixed; inset: 0; background: rgba(5, 2, 10, 0.95) !important; z-index: 99999; align-items: center; justify-content: center; padding: 1rem; }\n  .osiimi-wrapper .os-lightbox:target { display: flex; }\n  .osiimi-wrapper .os-lightbox__close { position: absolute; top: 2rem; right: 2rem; font-family: var(--ff-display); font-weight: 800; color: #FFF !important; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.5rem 1rem; border: 2px solid var(--neon-pink); border-radius: 4px; transition: all 0.3s; }\n  .osiimi-wrapper .os-lightbox__close:hover { background: var(--neon-pink); box-shadow: 0 0 20px rgba(255,42,133,0.5); }\n  .osiimi-wrapper .os-lightbox__img { max-width: 90vw; max-height: 90vh; object-fit: contain; box-shadow: 0 0 50px rgba(177,34,229,0.3); border-radius: 8px; }\n\n  \/* ─────────────────────────────────────────\n     8. SPECS TABLE \u0026 IMAGES\n  ───────────────────────────────────────── *\/\n  .os-specs { background: var(--bg-panel); padding: var(--pad-section) var(--pad-h); }\n  .os-specs__inner { max-width: 900px; margin: 0 auto; }\n  .os-specs h2 { font-family: var(--ff-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; color: #FFF; text-align: center; margin-bottom: 3rem !important; }\n  \n  .os-spec-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }\n  .os-spec-img-wrapper { \n    border-radius: 12px; \n    overflow: hidden; \n    border: 1px solid rgba(177,34,229,0.3); \n    box-shadow: 0 10px 30px rgba(0,0,0,0.5); \n    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; \n    background: var(--bg-void); \n  }\n  .os-spec-img-wrapper:hover { \n    transform: translateY(-5px); \n    border-color: var(--neon-pink); \n    box-shadow: 0 15px 40px rgba(255,42,133,0.3); \n  }\n  .os-spec-img-wrapper img { width: 100%; height: auto; display: block; }\n\n  @media (max-width: 768px) { \n    .os-spec-img-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; } \n  }\n\n  .os-table { width: 100%; border-collapse: collapse; }\n  .os-table tr { border-bottom: 1px solid rgba(177,34,229,0.2); }\n  .os-table td { padding: 1rem 0; color: var(--text-muted); }\n  .os-table td:first-child { font-weight: 700; color: var(--neon-pink); width: 40%; }\n\n  \/* ─────────────────────────────────────────\n     9. FAQ \u0026 EXPLORE\n  ───────────────────────────────────────── *\/\n  .os-bottom { background: var(--bg-void); padding: var(--pad-section) var(--pad-h); }\n  .os-bottom__inner { max-width: 800px; margin: 0 auto; }\n  .os-faq-item { margin-bottom: 2rem !important; padding-bottom: 2rem !important; border-bottom: 1px solid rgba(177,34,229,0.2); }\n  .os-faq-item h3 { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 800; color: #FFF; margin-bottom: 0.75rem !important; }\n  .os-faq-item p { color: var(--text-muted); }\n  \n  .os-explore { margin-top: 4rem; text-align: center; padding: 2rem; background: var(--bg-panel-light); border-radius: 8px; border: 1px solid rgba(177,34,229,0.4); }\n  .os-explore h2 { font-family: var(--ff-display); font-size: 1.8rem; font-weight: 800; color: #FFF; margin-bottom: 1rem !important; }\n  .os-explore ul { text-align: left; display: inline-block; }\n  .os-explore li { margin-bottom: 0.5rem !important; color: var(--text-muted); }\n  .os-explore li a { color: var(--neon-pink); font-weight: 700; }\n  .os-explore li a:hover { text-decoration: underline; }\n\n\u003c\/style\u003e\n\u003cdiv class=\"osiimi-wrapper\"\u003e\n\u003c!-- ─────────────────────────────────────────\n       FLOATING BOTTOM NAV\n  ───────────────────────────────────────── --\u003e\u003cnav class=\"os-nav\"\u003e\n\u003cdiv class=\"os-nav__inner\"\u003e\n\u003ca href=\"#\" class=\"os-nav__logo\"\u003e Osiimi \u003c\/a\u003e\n\u003cul class=\"os-nav__links\"\u003e\n\u003cli\u003e\u003ca href=\"#intro\"\u003eReality Check\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#profile\"\u003eOrigin Data\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#video\"\u003eVideo\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#gallery\"\u003eGallery\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.mrlsexdoll.com\/collections\/bbw-sex-doll\" class=\"nav-external\" rel=\"noopener\" target=\"_blank\"\u003eBBW SEX Dolls\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"\/es\/collections\/onahole\" class=\"nav-external\" rel=\"noopener\" target=\"_blank\"\u003eOnaholes\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/nav\u003e\n\u003cdiv class=\"osiimi-bg-container\" aria-hidden=\"true\"\u003e\n\u003cdiv class=\"osiimi-bg-layer\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"os-hero\"\u003e\n\u003cdiv class=\"os-hero__overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-hero__content\"\u003e\n\u003ch2 class=\"os-hero__title\"\u003eOsiimi Onahole —\u003cbr\u003e\u003cem\u003eOfficial MRL × @osiimiartist\u003c\/em\u003e\u003cbr\u003eVTuber BBW Succubus Sex Doll\u003c\/h2\u003e\n\u003cdiv class=\"os-hero__badges\"\u003e\n\u003cspan class=\"os-badge\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"os-badge\"\u003eOfficial Licensed Collab\u003c\/span\u003e \u003cspan class=\"os-badge\"\u003eMedical Silicone\u003c\/span\u003e \u003cspan class=\"os-badge\"\u003eLimited Edition\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"intro\" class=\"os-intro\"\u003e\n\u003cdiv class=\"os-intro__inner os-reveal\"\u003e\n\u003cspan class=\"label\"\u003eThe Reality Check\u003c\/span\u003e \u003cspan class=\"neon-rule neon-rule--center\"\u003e\u003c\/span\u003e\n\u003cp\u003eMost onaholes give you a tunnel.\u003c\/p\u003e\n\u003cp\u003eOsiimi gives you 1.75 kilograms of \u003cspan class=\"highlight\"\u003eBBW succubus\u003c\/span\u003e — inverted nipples, a downward-pointing tattoo, and the kind of weight that makes it immediately, physically clear that this is not a generic product with a character's name bolted on.\u003c\/p\u003e\n\u003cp\u003e@osiimiartist didn't license her image to a mold that already existed. She handed over her official character sheet — every measurement, every marking, every detail that makes Osiimi Osiimi — and told us to build her right. We did.\u003c\/p\u003e\n\u003cp\u003eThis is the first onahole she has ever officially put her name on. Sculpted from her reference sheet. Approved by her. Cast in \u003ca class=\"os-inline-link\" href=\"https:\/\/www.mrlsexdoll.com\/pages\/quality-assurance\" target=\"_blank\"\u003emedical silicone\u003c\/a\u003e. And heavy in a way that reminds you, the moment you pick her up, that some fantasies were always meant to be more than pixels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv aria-hidden=\"true\" class=\"os-marquee\"\u003e\n\u003cdiv class=\"os-marquee__track\"\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi nerdy glasses meme reaction\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/nerdy.webp?v=1778825981\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Animated chibi Osiimi bouncing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/chibi_osiimi_gif.gif?v=1778826006\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi character emphasizing her BBW curves\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/curve.webp?v=1778825980\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi animated breast jiggle reference\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_oppai.gif?v=1778826066\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi safe for work character portrait\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/sfw_20trans.webp?v=1778825980\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Cute animated Osiimi blushing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/cute_osiimi_gif.gif?v=1778826022\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi playful cat pose illustration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/catz.webp?v=1778825979\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi overattached girlfriend meme parody\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/gf_meme_trans.webp?v=1778825979\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi VTuber animated reaction\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_gif.gif?v=1778826027\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi exhausted and sleepy character expression\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/tired.webp?v=1778825980\"\u003e\u003c\/div\u003e\n\u003c!-- Duplicate set for seamless scrolling loop --\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi nerdy glasses meme reaction\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/nerdy.webp?v=1778825981\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Animated chibi Osiimi bouncing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/chibi_osiimi_gif.gif?v=1778826006\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi character emphasizing her BBW curves\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/curve.webp?v=1778825980\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi animated breast jiggle reference\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_oppai.gif?v=1778826066\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi safe for work character portrait\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/sfw_20trans.webp?v=1778825980\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Cute animated Osiimi blushing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/cute_osiimi_gif.gif?v=1778826022\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi playful cat pose illustration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/catz.webp?v=1778825979\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi overattached girlfriend meme parody\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/gf_meme_trans.webp?v=1778825979\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi VTuber animated reaction\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_gif.gif?v=1778826027\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi exhausted and sleepy character expression\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/tired.webp?v=1778825980\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection id=\"features\" class=\"os-features\"\u003e\n\u003cdiv class=\"os-features__header os-reveal\"\u003e\n\u003cspan class=\"label\"\u003eBreaking Every Rule\u003c\/span\u003e \u003cspan class=\"neon-rule neon-rule--center\"\u003e\u003c\/span\u003e\n\u003ch2\u003eWhy Osiimi Is the BBW Sex Doll That Breaks Every Rule\u003c\/h2\u003e\n\u003cp style=\"margin-top: 1rem; color: var(--text-muted);\"\u003eMost toys give you a generic tunnel and call it a day. Osiimi gives you an entire world. She is a BBW succubus torso sex toy built for players who refuse to settle — for the fan who wants their fantasy to feel real, weighty, and alive in their hands. Every gram of her 1.75kg medical silicone body was designed to remind you that she isn't just a toy. She's a presence. But here's the thing: The weight is only where it begins.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-feature-block\"\u003e\n\u003cdiv class=\"os-feature__img-wrap os-reveal-l\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi BBW sex doll body showing large breasts and deep belly folds\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/A_BBW_Body_That_Doesn_t_Apologize_for_Its_Size.webp?v=1778830196\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-r\"\u003e\n\u003cspan class=\"label\"\u003e01. Proportions\u003c\/span\u003e\n\u003ch3\u003eA BBW Body That Doesn't Apologize for Its Size\u003c\/h3\u003e\n\u003cp\u003eForget \"full-figured.\" Osiimi is excessively, deliberately, gloriously BBW. Her proportions aren't rounded up from \"slim\" — they were designed from scratch around the iconic over-the-top physique that made Osiimi famous.\u003c\/p\u003e\n\u003cp\u003eWe're talking about massive breasts with a deep, pronounced cleavage valley. Wide hips. Soft, layered belly folds. A rear so full and round that from the back, she looks like she could swallow the light around her.\u003c\/p\u003e\n\u003cp\u003eThis is the BBW sex doll experience that regular slim torso toys cannot offer. The weight is real. The softness is real. The overwhelming sense of flesh-on-flesh contact when you hold her is real. Built for fans who know that more is more — and that \"too much\" is exactly the right amount.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-feature-block os-feature-block--flip\"\u003e\n\u003cdiv class=\"os-feature__img-wrap os-reveal-r\"\u003e\u003cimg loading=\"lazy\" alt=\"Close-up of Osiimi inverted nipple design molded into the silicone breast\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/The_Inverted_Nipple_Feature_Osiimi_s_Most_Exclusive_Secret.webp?v=1778830196\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-l\"\u003e\n\u003cspan class=\"label\"\u003e02. Hardcore Details\u003c\/span\u003e\n\u003ch3\u003eThe Inverted Nipple Feature: Osiimi's Most Exclusive Secret\u003c\/h3\u003e\n\u003cp\u003eWant to know the best part? There is one feature on this toy that you will not find anywhere else on the market. It isn't listed on generic product comparison charts. It isn't something you'd even notice at first glance.\u003c\/p\u003e\n\u003cp\u003eOsiimi has inverted nipples — with hollow channels designed for advanced interactive play. This is 100% faithful to Osiimi's official character design (visible on her reference sheet, annotated directly by @osiimiartist as \"inverted nipples — insert eggs\").\u003c\/p\u003e\n\u003cp\u003eThe recessed nipple design creates a unique concave focal point on each breast — visually stunning, tactilely distinct, and openly engineered for creative play with small insertable accessories. It is, without question, the single most niche and hardcore detail on any hentai succubus toy currently in production.\u003c\/p\u003e\n\u003cp class=\"highlight\"\u003eIf you know, you know. This is what a true 1:1 licensed collab looks like — not a generic mold with her name on the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-feature-block\"\u003e\n\u003cdiv class=\"os-feature__img-wrap os-reveal-l\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi character face sculpt featuring demon horns and an ahegao expression\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/Official_VTuber_Collaboration_Every_Detail_Sanctioned_by_osiimiartist.webp?v=1778830195\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-r\"\u003e\n\u003cspan class=\"label\"\u003e03. Authenticity\u003c\/span\u003e\n\u003ch3\u003eOfficial VTuber Collaboration — Every Detail Sanctioned by @osiimiartist\u003c\/h3\u003e\n\u003cp\u003eHere's what most \"character onaholes\" get wrong: they're unofficial. The Osiimi Onahole is the only VTuber sex doll product carrying @osiimiartist's direct creative involvement. That means every feature you see was reviewed against the original character sheet:\u003c\/p\u003e\n\u003cul style=\"list-style-type: square; padding-left: 1.2rem; color: var(--text-muted); margin-bottom: 1rem;\"\u003e\n\u003cli\u003eDemon horns — sculpted to match her exact silhouette\u003c\/li\u003e\n\u003cli\u003eAhegao expression — her signature tongue-out, half-lidded provocative look\u003c\/li\u003e\n\u003cli\u003eFang detail — the subtle tusk visible at the corner of her mouth\u003c\/li\u003e\n\u003cli\u003eSuccubus tattoo — her iconic downward-pointing tattoo faithfully recreated\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis is Osiimi's authorized 3D form. When you look at her, she looks back. For fans of @osiimiartist: this is the closest you will ever get to her.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-feature-block os-feature-block--flip\"\u003e\n\u003cdiv class=\"os-feature__img-wrap os-reveal-r\"\u003e\u003cimg loading=\"lazy\" alt=\"Full torso view of Osiimi silicone sex toy showing deep cleavage and thick hips\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/The_Whole_Body_Is_the_Playground_Not_Just_the_Channel.webp?v=1778830196\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-l\"\u003e\n\u003cspan class=\"label\"\u003e04. Surface Area\u003c\/span\u003e\n\u003ch3\u003eThe Whole Body Is the Playground — Not Just the Channel\u003c\/h3\u003e\n\u003cp\u003eAnd that's just the beginning. Osiimi is classified as an onahole, but calling her that understates what she offers. Her BBW build creates multiple interactive zones that flat, slim-torso toys physically cannot provide:\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Cleavage Abyss:\u003c\/strong\u003e Her breasts aren't just large — they form a deep, soft corridor between them. Warm. Heavy. Endless. Perfect for \u003ca class=\"os-inline-link\" href=\"https:\/\/www.mrlsexdoll.com\/blogs\/news\/what-is-paizuri-a-deep-dive-into-its-meaning-culture-and-anime-origins\" title=\"paizuri\" rel=\"noopener\" target=\"_blank\"\u003epaizuri\u003c\/a\u003e play that feels genuinely immersive rather than forced.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Belly Fold Zone:\u003c\/strong\u003e Her soft abdominal folds create natural pressure grooves — areas of accumulated softness that grip and yield in ways no smooth surface can replicate.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Full-Weight Experience:\u003c\/strong\u003e At 1.75kg, Osiimi has real heft. Rest her against your body and she pushes back. Hold her and she sinks into your grip. Every square centimetre of this torso sex toy is a surface worth exploring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-feature-block\"\u003e\n\u003cdiv class=\"os-feature__img-wrap os-reveal-l\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi torso sex doll posed leaning backward with chest pushed forward\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/Her_Pose_Isn_t_Passive_She_s_Inviting_You.webp?v=1778830196\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-r\"\u003e\n\u003cspan class=\"label\"\u003e05. Ergonomics\u003c\/span\u003e\n\u003ch3\u003eHer Pose Isn't Passive — She's Inviting You\u003c\/h3\u003e\n\u003cp\u003eMost torso sex toys lay flat. Lifeless. Like a prop. Osiimi doesn't. Her body is sculpted in a gentle backward-lean pose — chest pushed forward, weight shifted slightly back, as if she's leaning against an invisible wall and watching you with those heavy-lidded demon eyes. It's the posture of someone who knows exactly what they're doing.\u003c\/p\u003e\n\u003cp\u003eThis design choice isn't just aesthetic. It creates a natural forward presentation of her breasts that makes \u003ca class=\"os-inline-link\" href=\"https:\/\/www.mrlsexdoll.com\/blogs\/news\/what-is-paizuri-a-deep-dive-into-its-meaning-culture-and-anime-origins\" target=\"_blank\"\u003epaizuri\u003c\/a\u003e ergonomically intuitive. It creates a slightly angled channel entry that mirrors real anatomical positioning, and perfect two-handed grip points at her hips — your hands land exactly where they should.\u003c\/p\u003e\n\u003cp class=\"highlight\"\u003eShe isn't waiting. She's ready. The question is whether you are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-feature-block os-feature-block--flip\"\u003e\n\u003cdiv class=\"os-feature__img-wrap os-reveal-r\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi cyber succubus fantasy translated into a physical silicone doll\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/From_the_Screen_to_Your_Space_The_Cyber_Succubus_Fantasy_Made_Physical.webp?v=1778830196\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-l\"\u003e\n\u003cspan class=\"label\"\u003e06. The Fantasy\u003c\/span\u003e\n\u003ch3\u003eFrom the Screen to Your Space — The Cyber Succubus Fantasy, Made Physical\u003c\/h3\u003e\n\u003cp\u003eThis is the feature that no spec sheet can capture. Osiimi is a VTuber. She lives on screens. She teases, she streams, she makes your donation alerts fire at 2am. And then the stream ends, the screen goes dark, and she's gone. Until now.\u003c\/p\u003e\n\u003cp\u003eThe Osiimi Onahole is her physical form — the authorized, silicone-cast translation of everything @osiimiartist created into something you can hold.\u003c\/p\u003e\n\u003cp\u003ePlace her beside your monitor. Feel the weight of her in your hands while her streams play in the background. Experience the particular headspace of a vtuber hentai fantasy that isn't just visual anymore — it's tactile, heavy, and completely present. She was always in your world. Now she's in your room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"profile\" class=\"os-profile\"\u003e\n\u003cdiv class=\"os-profile__inner os-reveal\"\u003e\n\u003cdiv class=\"os-profile__art\"\u003e\u003cimg loading=\"lazy\" alt=\"Official Osiimi VTuber character reference sheet showing her full BBW succubus design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/sexy_osiimi.webp?v=1778825980\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-profile__content\"\u003e\n\u003cspan class=\"label\"\u003eOrigin Data\u003c\/span\u003e \u003cspan class=\"neon-rule\"\u003e\u003c\/span\u003e\n\u003ch2\u003eAbout the Character: Who Is Osiimi?\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eOsiimi (full handle: @osiimiartist) is an independent VTuber artist and content creator who gained her online following through her distinctive hentai illustration work and her persona as a sexy succubus girl — a demon of desire drawn in a hyper-stylized BBW anime aesthetic.\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"os-profile__list\"\u003e\n\u003cli\u003eDark purple and black hair with a bold purple streak across the left side\u003c\/li\u003e\n\u003cli\u003eCurved demon horns rising from her head, giving her the classic succubus silhouette\u003c\/li\u003e\n\u003cli\u003eSmall bat wings at her hips — present on the character but not sculpted into this product\u003c\/li\u003e\n\u003cli\u003eOversized, heavily stylized BBW proportions — disproportionately large breasts, wide hips, thick thighs\u003c\/li\u003e\n\u003cli\u003eInverted nipples — a specific, unusual design choice noted explicitly in her official character reference sheet\u003c\/li\u003e\n\u003cli\u003eA succubus tattoo on her lower abdomen, pointing downward — a signature mark of her demon identity\u003c\/li\u003e\n\u003cli\u003eAhegao expression default — she is almost always depicted with a flushed face, half-open eyes, and tongue extended in provocative invitation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThe Osiimi Onahole is a co-developed product — created in direct collaboration with the artist herself, using her official character design as the foundation for every sculpted detail. This is not a fan-made interpretation. It is the authorized physical form of her character.\u003c\/p\u003e\n\u003cdiv class=\"os-profile__socials\"\u003e\n\u003ca class=\"os-social-link\" href=\"https:\/\/twitter.com\/osiimiartist\" target=\"_blank\"\u003eTwitter\/X: @osiimiartist\u003c\/a\u003e \u003ca class=\"os-social-link\" href=\"https:\/\/osiimi.carrd.co\" target=\"_blank\"\u003eSite: osiimi.carrd.co\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"video\" class=\"os-video-section\"\u003e\n\u003cdiv class=\"os-video-header os-reveal\"\u003e\n\u003cspan class=\"label\"\u003eLive Data Feed\u003c\/span\u003e \u003cspan class=\"neon-rule neon-rule--center\"\u003e\u003c\/span\u003e\n\u003ch2\u003eOsiimi in Motion: 360° Product Showcase\u003c\/h2\u003e\n\u003cp\u003eGet a closer look at the official Osiimi BBW sex toy in our comprehensive video showcase. Observe the lifelike \u003ca class=\"os-inline-link\" href=\"https:\/\/www.mrlsexdoll.com\/pages\/quality-assurance\" target=\"_blank\"\u003emedical-grade silicone\u003c\/a\u003e texture, the specialized inverted nipple design, and the immense 1.75kg weight that brings this VTuber succubus fantasy into reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-video-wrapper os-reveal\"\u003e\n\u003cvideo aria-label=\"A product demonstration video showing the physical details, texture, and size of the Osiimi BBW silicone sex doll\" title=\"Osiimi VTuber BBW Succubus Onahole Product Showcase Video\" preload=\"metadata\" playsinline=\"\" controls=\"controls\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_background.webp?v=1778827699\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0c15ea4d4e904bff85412d706d57f05c.mp4\"\u003e\n        Your browser does not support the video tag.\n      \u003c\/video\u003e\n\u003cdiv class=\"os-video-summary-box\"\u003e\n\u003ch3 class=\"os-video-summary-title\"\u003eVideo Summary\u003c\/h3\u003e\n\u003cp\u003eThis showcase highlights Shimu's exclusive furry-proportion skeleton, demonstrating how smoothly she transitions into dynamic, lore-accurate poses. It also provides a closer look at the hand-painted skin gradient, the curling ram horns, and the ultra-soft medical silicone finish that brings her character to life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"gallery\" class=\"os-gallery-section\"\u003e\n\u003cdiv class=\"os-gallery-header os-reveal\"\u003e\n\u003cspan class=\"label\"\u003eReal Product Shots\u003c\/span\u003e \u003cspan class=\"neon-rule neon-rule--center\"\u003e\u003c\/span\u003e\n\u003ch2\u003eOsiimi In The Flesh\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-gallery-grid os-reveal\"\u003e\n\u003ca class=\"os-gallery-item\" href=\"#os-lb1\"\u003e\u003cimg loading=\"lazy\" alt=\"Front view of the Osiimi BBW sex doll torso in medical silicone\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_bbw_sex_doll.webp?v=1778830963\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb2\"\u003e\u003cimg loading=\"lazy\" alt=\"Angled view showing the deep cleavage and large belly of the Osiimi onahole\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_osiimi_onahole.webp?v=1778830963\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb3\"\u003e\u003cimg loading=\"lazy\" alt=\"Close up of Osiimi's face with horns and flushed ahegao expression\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_osiimi_bbw_sex_doll.webp?v=1778830963\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb4\"\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi torso leaning back highlighting the downward pointing succubus tattoo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_onahole.webp?v=1778830963\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb5\"\u003e\u003cimg loading=\"lazy\" alt=\"Side profile of Osiimi torso sex doll showing heavy breast proportions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_torso_sex_doll.webp?v=1778830963\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Lightbox Images --\u003e\n\u003cdiv class=\"os-lightbox\" id=\"os-lb1\"\u003e\n\u003ca class=\"os-lightbox__close\" href=\"#_\"\u003e✕ Close\u003c\/a\u003e\u003cimg loading=\"lazy\" alt=\"Front view of the Osiimi BBW sex doll torso in medical silicone\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_bbw_sex_doll.webp?v=1778830963\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-lightbox\" id=\"os-lb2\"\u003e\n\u003ca class=\"os-lightbox__close\" href=\"#_\"\u003e✕ Close\u003c\/a\u003e\u003cimg loading=\"lazy\" alt=\"Angled view showing the deep cleavage and large belly of the Osiimi onahole\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_osiimi_onahole.webp?v=1778830963\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-lightbox\" id=\"os-lb3\"\u003e\n\u003ca class=\"os-lightbox__close\" href=\"#_\"\u003e✕ Close\u003c\/a\u003e\u003cimg loading=\"lazy\" alt=\"Close up of Osiimi's face with horns and flushed ahegao expression\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_osiimi_bbw_sex_doll.webp?v=1778830963\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-lightbox\" id=\"os-lb4\"\u003e\n\u003ca class=\"os-lightbox__close\" href=\"#_\"\u003e✕ Close\u003c\/a\u003e\u003cimg loading=\"lazy\" alt=\"Osiimi torso leaning back highlighting the downward pointing succubus tattoo\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_onahole.webp?v=1778830963\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-lightbox\" id=\"os-lb5\"\u003e\n\u003ca class=\"os-lightbox__close\" href=\"#_\"\u003e✕ Close\u003c\/a\u003e\u003cimg loading=\"lazy\" alt=\"Side profile of Osiimi torso sex doll showing heavy breast proportions\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/osiimi_torso_sex_doll.webp?v=1778830963\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\" class=\"os-specs\"\u003e\n\u003cdiv class=\"os-specs__inner os-reveal\"\u003e\n\u003cspan style=\"display: block; text-align: center;\" class=\"label\"\u003eData File\u003c\/span\u003e \u003cspan class=\"neon-rule neon-rule--center\"\u003e\u003c\/span\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003c!-- ADDED: SPECIFICATION IMAGES GRID --\u003e\n\u003cdiv class=\"os-spec-img-grid\"\u003e\n\u003cdiv class=\"os-spec-img-wrapper\"\u003e\u003cimg loading=\"lazy\" alt=\"Infographic detailing the height, weight, and physical dimensions of the Osiimi BBW sex doll\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/specificationofOsiimionahole.webp?v=1778894596\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-spec-img-wrapper\"\u003e\u003cimg loading=\"lazy\" alt=\"Diagram illustrating the 14cm vaginal channel depth of the Osiimi torso sex toy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/tunnellengthofOsiimionahole.webp?v=1778894597\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ctable class=\"os-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eOsiimi Onahole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCollaboration\u003c\/td\u003e\n\u003ctd\u003eMRL Sex Doll × @osiimiartist (Official Licensed)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e\u003ca class=\"os-inline-link\" href=\"https:\/\/www.mrlsexdoll.com\/pages\/quality-assurance\" target=\"_blank\"\u003eMedical Grade Silicone\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e1.75 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e23 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e12 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBust Circumference\u003c\/td\u003e\n\u003ctd\u003e50 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Circumference\u003c\/td\u003e\n\u003ctd\u003e37 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHip Circumference\u003c\/td\u003e\n\u003ctd\u003e35 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChannel Type\u003c\/td\u003e\n\u003ctd\u003eVaginal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChannel Depth\u003c\/td\u003e\n\u003ctd\u003e14 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePose\u003c\/td\u003e\n\u003ctd\u003eReclined \/ Backward lean\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Features\u003c\/td\u003e\n\u003ctd\u003eInverted nipple design, succubus tattoo detail, ahegao facial expression, demon horn sculpt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Use\u003c\/td\u003e\n\u003ctd\u003eSolo \/ Partner play, \u003ca class=\"os-inline-link\" href=\"https:\/\/www.mrlsexdoll.com\/blogs\/news\/what-is-paizuri-a-deep-dive-into-its-meaning-culture-and-anime-origins\" target=\"_blank\"\u003epaizuri\u003c\/a\u003e, full-body tactile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"faq\" class=\"os-bottom\"\u003e\n\u003cdiv class=\"os-bottom__inner os-reveal\"\u003e\n\u003cspan style=\"display: block; text-align: center;\" class=\"label\"\u003eQuery DB\u003c\/span\u003e \u003cspan class=\"neon-rule neon-rule--center\"\u003e\u003c\/span\u003e\n\u003ch2 style=\"font-family: var(--ff-display); font-size: 2.5rem; font-weight: 800; text-align: center; margin-bottom: 3rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: Is the Osiimi Onahole an officially licensed product?\u003c\/h3\u003e\n\u003cp\u003eYes. This product is the result of a direct collaboration between MRL Sex Doll and @osiimiartist. Every feature was developed using Osiimi's official character sheet and approved by the creator.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: What material is the Osiimi onahole made from?\u003c\/h3\u003e\n\u003cp\u003e\u003ca class=\"os-inline-link\" href=\"https:\/\/www.mrlsexdoll.com\/pages\/quality-assurance\" target=\"_blank\"\u003eMedical grade silicone\u003c\/a\u003e — the same material standard used in premium sex toys worldwide. It is body-safe, non-porous, and durable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: Is this a full torso sex doll or a smaller onahole format?\u003c\/h3\u003e\n\u003cp\u003eThe Osiimi product is a mini torso sex doll format — a bust\/torso-length piece at 23cm tall and 1.75kg. It is larger and heavier than a sleeve-style onahole, but smaller than a full-size sex doll torso. This format offers a significantly more immersive BBW experience than flat sleeve onaholes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: What does \"inverted nipple\" design mean for this product?\u003c\/h3\u003e\n\u003cp\u003eOsiimi's official character design specifies inverted (inward-pointing) nipples, noted on her reference sheet as suitable for \"insert eggs\" — a creative play style. The sculpt faithfully replicates this with recessed nipple channels on both breasts, creating a unique tactile and visual detail not found on other onaholes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: Is this suitable for fans who follow @osiimiartist's VTuber content?\u003c\/h3\u003e\n\u003cp\u003eAbsolutely. This product was made with that audience in mind. If you watch her streams, enjoy her hentai succubus character artwork, or have been part of her community, this is the official crossover between her digital identity and the physical world.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-bottom: none;\" class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: How should I clean and care for the Osiimi torso sex toy?\u003c\/h3\u003e\n\u003cp\u003eUse warm water and mild antibacterial soap, or a dedicated toy cleaner. Pat dry with a lint-free cloth. Store in the included pouch in a cool, dry location away from direct sunlight. Do not use silicone-based lubricants — use only water-based lube with this product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-explore\"\u003e\n\u003ch2\u003eExplore More From MRL Sex Doll\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 1rem; color: var(--text-muted);\"\u003eOsiimi caught your eye, but she's just one of the demons in our collection. If you're ready to go deeper:\u003c\/p\u003e\n\u003cul style=\"list-style-type: disc; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003ca href=\"\/es\/collections\/onahole\"\u003eBrowse our full onahole collection\u003c\/a\u003e — Character-accurate designs from across the anime and ACG world.\u003c\/li\u003e\n\u003cli\u003e\n\u003ca href=\"\/es\/collections\/torso-sex-doll\"\u003eExplore our torso sex doll range\u003c\/a\u003e — Full torso builds for the player who wants maximum interaction surface.\u003c\/li\u003e\n\u003cli\u003e\n\u003ca href=\"\/es\/collections\/bbw-sex-doll\"\u003eShop all BBW sex doll products\u003c\/a\u003e — Because some of us know that the best things in life are heavy, soft, and built for holding.\u003c\/li\u003e\n\u003c\/ul\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":53297850614073,"sku":"RD-NOK-1735","price":228.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/frontviewofOsiimionahole.webp?v=1778894596","url":"https:\/\/www.mrlsexdoll.com\/es\/products\/osiimi-onahole-bbw-sex-doll","provider":"MRLSEXDOLL","version":"1.0","type":"link"}