{"product_id":"reiyu-guigui-futa-sex-doll","title":"MRL × Reiyu GuiGui Official Futanari 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@400;700;900\u0026amp;family=Pacifico\u0026amp;family=Space+Grotesk:wght@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: Y2K POP MAGAZINE THEME\n  ───────────────────────────────────────── *\/\n  .osiimi-wrapper {\n    \/* Color Palette strictly derived from the TWICE Strategy poster *\/\n    --pop-pink-bg:    #ff7bb0;\n    --pop-pink-dark:  #ff4d94;\n    --pop-teal:       #38d4d6;\n    --pop-blue:       #8ab4f8;\n    --pop-soft-pink:  #ffb6c1;\n    --pop-yellow:     #ffde59;\n    \n    --text-main:      #111111;\n    --text-muted:     #444444;\n    --card-bg:        #ffffff;\n    --card-border:    #111111;\n\n    \/* Typography *\/\n    --ff-display:     'Outfit', sans-serif;\n    --ff-body:        'Space Grotesk', sans-serif;\n    --ff-script:      'Pacifico', cursive;\n\n    --pad-section:    clamp(3rem, 6vw, 6rem);\n    --pad-h:          clamp(1.25rem, 4vw, 2.5rem);\n    --max-w:          1200px;\n  }\n\n  \/* ─────────────────────────────────────────\n     SANDBOX ISOLATION \u0026 RETRO CHECKERBOARD BG\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(1rem, 1.6vw, 1.1rem);\n    line-height: 1.6;\n    color: var(--text-main);\n    box-sizing: border-box;\n    z-index: 1;\n    \n    \/* LARGE DIAGONAL CHECKERBOARD MATCHING THE POSTER *\/\n    background-color: var(--pop-pink-bg);\n    background-image: \n      linear-gradient(45deg, var(--pop-pink-dark) 25%, transparent 25%, transparent 75%, var(--pop-pink-dark) 75%, var(--pop-pink-dark)),\n      linear-gradient(45deg, var(--pop-pink-dark) 25%, transparent 25%, transparent 75%, var(--pop-pink-dark) 75%, var(--pop-pink-dark));\n    background-size: 160px 160px;\n    background-position: 0 0, 80px 80px;\n    overflow-x: hidden;\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: 100px; }\n\n  \/* ─────────────────────────────────────────\n     UTILITIES: NEO-BRUTALISM \/ POP ART\n  ───────────────────────────────────────── *\/\n  .pop-card {\n    background: var(--card-bg);\n    border: 3px solid var(--card-border);\n    border-radius: 16px;\n    box-shadow: 8px 8px 0px var(--card-border);\n    padding: 2rem;\n    color: var(--text-main);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .pop-card:hover {\n    transform: translate(-2px, -2px);\n    box-shadow: 10px 10px 0px var(--card-border);\n  }\n\n  .pop-sticker {\n    font-family: var(--ff-script);\n    font-size: clamp(1.2rem, 2.5vw, 1.8rem);\n    padding: 0.4rem 1.2rem;\n    border: 3px solid var(--card-border);\n    border-radius: 50px;\n    display: inline-block;\n    color: var(--text-main);\n    box-shadow: 4px 4px 0px var(--card-border);\n    z-index: 10;\n  }\n  .bg-teal { background-color: var(--pop-teal); }\n  .bg-blue { background-color: var(--pop-blue); }\n  .bg-soft-pink { background-color: var(--pop-soft-pink); }\n  .bg-yellow { background-color: var(--pop-yellow); }\n  .bg-pink { background-color: var(--pop-pink-bg); }\n  \n  .tilt-left { transform: rotate(-4deg); }\n  .tilt-right { transform: rotate(3deg); }\n  .tilt-more-left { transform: rotate(-8deg); }\n\n  .os-inline-link {\n    color: var(--pop-pink-dark);\n    text-decoration: underline;\n    text-decoration-thickness: 2px;\n    text-underline-offset: 4px;\n    font-weight: 700;\n    transition: all 0.2s;\n  }\n  .os-inline-link:hover {\n    background: var(--pop-yellow);\n    color: var(--text-main);\n  }\n\n  \/* ─────────────────────────────────────────\n     FLOATING BOTTOM NAV (PILL STYLE)\n  ───────────────────────────────────────── *\/\n  .os-nav {\n    position: fixed;\n    bottom: 20px;\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: var(--card-bg);\n    border: 3px solid var(--card-border);\n    border-radius: 999px;\n    padding: 0.8rem 2rem;\n    display: flex; \n    align-items: center; \n    gap: 2rem;\n    box-shadow: 6px 6px 0px var(--card-border);\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(--pop-pink-dark) !important; \n    font-size: 1.2rem; \n    font-weight: 900;\n    flex-shrink: 0;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .os-nav__links { display: flex; gap: 1.5rem; align-items: center; }\n  .os-nav__links a {\n    color: var(--text-main) !important;\n    font-size: 0.9rem; font-weight: 700; text-transform: uppercase;\n    letter-spacing: 0.05em; transition: all 0.2s ease; white-space: nowrap;\n    font-family: var(--ff-body);\n  }\n  .os-nav__links a:hover { \n    color: var(--pop-teal) !important; \n  }\n\n  @media (max-width: 768px) {\n    .os-nav__inner { gap: 1rem; padding: 0.6rem 1.2rem; width: 95%; max-width: 450px; justify-content: flex-start; }\n  }\n\n  \/* ─────────────────────────────────────────\n     SCROLL ANIMATIONS\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: 80vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/Mrlsexdoll_reiyu_guigui_futa_sex_doll_banner.webp?v=1780457570');\n    background-size: cover;\n    background-position: center top;\n    border-bottom: 5px solid var(--card-border);\n  }\n  @media (max-width: 768px) {\n    .os-hero {\n      background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/Mrlsexdoll_reiyu_guigui_futa_sex_doll_mobile_banner.webp?v=1780457569');\n      min-height: 90vh;\n    }\n  }\n  .os-hero__overlay {\n    position: absolute; inset: 0;\n    background: linear-gradient(to top, var(--pop-pink-bg) 0%, transparent 60%);\n  }\n  .os-hero__content {\n    position: relative;\n    z-index: 2;\n    padding: 2rem var(--pad-h);\n    max-width: var(--max-w);\n    width: 100%;\n    text-align: center;\n    margin-top: 15vh;\n  }\n  \n  .os-hero__title {\n    font-family: var(--ff-display);\n    font-size: clamp(2rem, 6vw, 4.5rem); \n    font-weight: 900;\n    color: #FFF;\n    line-height: 1.1; \n    margin-bottom: 1rem !important;\n    text-transform: uppercase;\n    letter-spacing: -0.02em;\n    text-shadow: \n      3px 3px 0 var(--card-border),\n     -1px -1px 0 var(--card-border),  \n      1px -1px 0 var(--card-border),\n      -1px 1px 0 var(--card-border),\n       1px 1px 0 var(--card-border);\n  }\n  \n  .os-hero__subtitle {\n    font-family: var(--ff-script);\n    font-size: clamp(2rem, 4vw, 3.5rem);\n    color: var(--card-bg);\n    text-shadow: 2px 2px 0 var(--card-border);\n    margin-top: -10px;\n    transform: rotate(-2deg);\n    display: inline-block;\n  }\n\n  \/* ─────────────────────────────────────────\n     MARQUEE STYLES (COMMON)\n  ───────────────────────────────────────── *\/\n  .os-marquee {\n    background: var(--card-bg);\n    padding: 1.5rem 0;\n    overflow: hidden;\n    position: relative;\n    border-top: 4px solid var(--card-border);\n    border-bottom: 4px solid var(--card-border);\n    width: 102%;\n    margin-left: -1%;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n    z-index: 10;\n  }\n  .os-marquee__track {\n    display: flex;\n    gap: 1.5rem;\n    width: max-content;\n    animation: os-scroll 20s linear infinite;\n  }\n  .os-marquee:hover .os-marquee__track { animation-play-state: paused; }\n  \n  @keyframes os-scroll {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(calc(-50% - 0.75rem)); }\n  }\n\n  \/* Chibi Marquee (Top) *\/\n  .os-marquee--chibi {\n    transform: rotate(-1.5deg);\n    margin-top: -25px; \/* Pull it up to overlap the hero banner *\/\n  }\n  .os-marquee--chibi .os-marquee__item {\n    height: 140px;\n    width: 140px;\n    border-radius: 50%;\n    border: 3px solid var(--card-border);\n    overflow: hidden;\n    background: var(--pop-soft-pink);\n    box-shadow: 4px 4px 0px var(--card-border);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 10px;\n  }\n  .os-marquee--chibi .os-marquee__item img { height: 100%; width: 100%; object-fit: contain; }\n\n  \/* Original Art Marquee (Middle) *\/\n  .os-marquee--art {\n    transform: rotate(1deg);\n    margin-top: 3rem;\n  }\n  .os-marquee--art .os-marquee__item {\n    height: 160px;\n    border-radius: 8px;\n    border: 3px solid var(--card-border);\n    overflow: hidden;\n    background: var(--pop-soft-pink);\n  }\n  .os-marquee--art .os-marquee__item img { height: 100%; width: auto; object-fit: cover; }\n\n\n  \/* ─────────────────────────────────────────\n     INTRO SECTION (SCRAPBOOK GRID)\n  ───────────────────────────────────────── *\/\n  .os-intro-v3 {\n    padding: var(--pad-section) var(--pad-h) 0;\n    position: relative;\n  }\n  .os-intro-v3__inner {\n    max-width: var(--max-w);\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 3rem;\n    align-items: center;\n  }\n  @media (min-width: 900px) {\n    .os-intro-v3__inner { grid-template-columns: 1.2fr 1fr; gap: 4rem; }\n  }\n\n  .os-intro-v3__image-pane {\n    position: relative;\n  }\n  .os-intro-v3__image-pane .pop-sticker.s1 { position: absolute; top: -20px; left: -20px; }\n  .os-intro-v3__image-pane .pop-sticker.s2 { position: absolute; bottom: -20px; right: -10px; }\n\n  .os-intro-v3__image-frame {\n    background: var(--card-bg);\n    border: 3px solid var(--card-border);\n    border-radius: 12px;\n    padding: 1rem;\n    box-shadow: 8px 8px 0px var(--card-border);\n    transform: rotate(-1deg);\n  }\n  .os-intro-v3__image-frame img {\n    width: 100%; height: auto; border-radius: 6px; border: 2px solid var(--card-border);\n  }\n\n  .os-intro-v3__content-pane {\n    display: flex; flex-direction: column; gap: 2.5rem;\n  }\n\n  .os-intro-v3__qa-card {\n    background: var(--pop-yellow);\n  }\n  .os-intro-v3__qa-title {\n    font-family: var(--ff-display);\n    font-size: 1.5rem;\n    font-weight: 900;\n    margin-bottom: 1rem !important;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n  .os-intro-v3__qa-text {\n    font-size: 1.05rem !important;\n    font-weight: 500;\n  }\n\n  .os-intro-v3__narrative {\n    background: var(--card-bg);\n    padding: 2rem;\n    border: 3px solid var(--card-border);\n    border-radius: 16px;\n    box-shadow: 6px 6px 0px var(--card-border);\n  }\n  .os-intro-v3__narrative p {\n    margin-bottom: 1.2rem !important;\n  }\n  .os-intro-v3__narrative p:first-of-type {\n    font-weight: 700;\n    font-size: 1.15rem;\n  }\n  .os-intro-v3__cta-text {\n    font-family: var(--ff-script);\n    font-size: 1.8rem;\n    color: var(--pop-pink-dark);\n    margin-top: 1.5rem;\n    transform: rotate(-2deg);\n    display: inline-block;\n  }\n\n  \/* ─────────────────────────────────────────\n     FEATURES GRID\n  ───────────────────────────────────────── *\/\n  .os-features { padding: var(--pad-section) 0; position: relative; z-index: 2; }\n  .os-features__header { text-align: center; max-width: 800px; margin: 0 auto 4rem; padding: 0 var(--pad-h); }\n  .os-features__header h2 { \n    font-family: var(--ff-display); \n    font-size: clamp(2.5rem, 5vw, 4rem); \n    font-weight: 900; \n    line-height: 1.1; \n    color: #FFF; \n    text-transform: uppercase;\n    text-shadow: 3px 3px 0 var(--card-border), -1px -1px 0 var(--card-border), 1px -1px 0 var(--card-border), -1px 1px 0 var(--card-border), 1px 1px 0 var(--card-border);\n    margin-bottom: 1.5rem !important;\n  }\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, 4rem);\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; }\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: 16px;\n    border: 3px solid var(--card-border);\n    background: var(--card-bg);\n    padding: 1rem;\n    box-shadow: 8px 8px 0px var(--card-border);\n  }\n  .os-feature__img-wrap img { width: 100%; display: block; border-radius: 8px; border: 2px solid var(--card-border); }\n  \n  .os-feature__content {\n    background: var(--card-bg);\n    padding: 2.5rem;\n    border-radius: 16px;\n    border: 3px solid var(--card-border);\n    box-shadow: 8px 8px 0px var(--card-border);\n    position: relative;\n  }\n  .os-feature__content .pop-sticker {\n    position: absolute;\n    top: -20px;\n    left: 20px;\n  }\n  .os-feature__content h3 {\n    font-family: var(--ff-display);\n    font-size: clamp(1.6rem, 2.5vw, 2.2rem);\n    font-weight: 900;\n    color: var(--text-main);\n    margin-top: 1rem !important;\n    margin-bottom: 1rem !important;\n    line-height: 1.1;\n    text-transform: uppercase;\n  }\n  .os-feature__content p { margin-bottom: 1rem !important; font-weight: 500; }\n  \n  .os-trust-badges {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem;\n  }\n  .os-trust-badge {\n    background: var(--pop-soft-pink); border: 2px solid var(--card-border); padding: 1rem; border-radius: 8px;\n  }\n  .os-trust-badge strong { color: var(--card-border); display: block; margin-bottom: 0.5rem; font-family: var(--ff-display); font-weight: 900; text-transform: uppercase;}\n\n  \/* ─────────────────────────────────────────\n     VTUBER PROFILE\n  ───────────────────────────────────────── *\/\n  .os-profile { 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 {\n    background: var(--card-bg); border: 3px solid var(--card-border); padding: 1rem; border-radius: 16px; box-shadow: 8px 8px 0px var(--card-border); transform: rotate(2deg);\n  }\n  .os-profile__art img { width: 100%; border-radius: 8px; border: 2px solid var(--card-border); }\n  \n  .os-profile__content {\n    background: var(--card-bg); padding: 2.5rem; border-radius: 16px; border: 3px solid var(--card-border); box-shadow: 8px 8px 0px var(--card-border);\n  }\n  .os-profile__content h2 { font-family: var(--ff-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; text-transform: uppercase; margin-bottom: 1.5rem !important; line-height: 1.1; }\n  .os-profile__list { margin: 1.5rem 0 !important; }\n  .os-profile__list li { position: relative; padding-left: 1.8rem !important; margin-bottom: 0.75rem !important; font-weight: 500; }\n  .os-profile__list li::before { content: '★'; position: absolute; left: 0; color: var(--pop-pink-dark); font-size: 1.2rem; line-height: 1;}\n\n  \/* ─────────────────────────────────────────\n     VIDEO SHOWCASE \n  ───────────────────────────────────────── *\/\n  .os-video-section { padding: var(--pad-section) var(--pad-h); text-align: center; }\n  .os-video-header { max-width: 800px; margin: 0 auto 3rem; }\n  .os-video-header h2 { font-family: var(--ff-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; color: #FFF; margin-bottom: 1rem !important; text-transform: uppercase; text-shadow: 3px 3px 0 var(--card-border), -1px -1px 0 var(--card-border), 1px -1px 0 var(--card-border), -1px 1px 0 var(--card-border), 1px 1px 0 var(--card-border); }\n  \n  .os-video-wrapper { max-width: 900px; margin: 0 auto; position: relative; border-radius: 16px; overflow: hidden; box-shadow: 8px 8px 0px var(--card-border); border: 3px solid var(--card-border); background: var(--card-bg); padding: 1rem; transform: rotate(-1deg); }\n  .os-video-wrapper video { width: 100%; height: auto; max-height: 80vh; display: block; border-radius: 8px; border: 2px solid var(--card-border); }\n  \n  .os-video-summary-box { margin-top: 2.5rem; padding: 2rem; background: var(--card-bg); border: 3px solid var(--card-border); border-radius: 16px; text-align: left; max-width: 900px; margin-left: auto; margin-right: auto; box-shadow: 6px 6px 0px var(--card-border); position: relative; }\n  .os-video-summary-box .pop-sticker { position: absolute; top: -20px; left: 20px; }\n  .os-video-summary-box p { font-size: 1.05rem; line-height: 1.6; margin-top: 1.5rem !important; font-weight: 500; }\n\n  \/* ─────────────────────────────────────────\n     REAL SHOTS GALLERY (SLIDER)\n  ───────────────────────────────────────── *\/\n  .os-gallery-section { padding: var(--pad-section) 0; }\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(2.5rem, 5vw, 4rem); font-weight: 900; color: #FFF; text-transform: uppercase; text-shadow: 3px 3px 0 var(--card-border), -1px -1px 0 var(--card-border), 1px -1px 0 var(--card-border), -1px 1px 0 var(--card-border), 1px 1px 0 var(--card-border); }\n  \n  .os-gallery-slider {\n    max-width: var(--max-w);\n    margin: 0 auto;\n    padding: 1rem var(--pad-h) 2rem;\n    display: flex;\n    gap: 2rem;\n    overflow-x: auto;\n    scroll-snap-type: x mandatory;\n    scrollbar-width: thin;\n    scrollbar-color: var(--card-border) var(--pop-soft-pink);\n    -webkit-overflow-scrolling: touch;\n  }\n  .os-gallery-slider::-webkit-scrollbar { height: 12px; }\n  .os-gallery-slider::-webkit-scrollbar-track { background: var(--pop-soft-pink); border-radius: 6px; border: 2px solid var(--card-border); }\n  .os-gallery-slider::-webkit-scrollbar-thumb { background: var(--pop-yellow); border-radius: 6px; border: 2px solid var(--card-border); }\n  \n  .os-gallery-item {\n    flex: 0 0 calc(33.333% - 1.33rem); \n    scroll-snap-align: center;\n    position: relative;\n    aspect-ratio: 2\/3;\n    display: block;\n    background: var(--card-bg);\n    border: 3px solid var(--card-border);\n    border-radius: 16px;\n    padding: 0.75rem;\n    box-shadow: 6px 6px 0px var(--card-border);\n    transition: transform 0.2s;\n  }\n  @media (max-width: 900px) { .os-gallery-item { flex: 0 0 calc(50% - 1rem); } }\n  @media (max-width: 600px) { .os-gallery-item { flex: 0 0 85%; } }\n  \n  .os-gallery-item img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; border: 2px solid var(--card-border); }\n  .os-gallery-item:hover { transform: translateY(-5px); }\n  \n  \/* Lightbox *\/\n  .osiimi-wrapper .os-lightbox { display: none; position: fixed; inset: 0; background: rgba(17, 17, 17, 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: 900; background: var(--pop-yellow); color: var(--card-border) !important; text-transform: uppercase; padding: 0.5rem 1.5rem; border: 3px solid var(--card-border); border-radius: 50px; box-shadow: 4px 4px 0px var(--card-border); transition: all 0.2s; }\n  .osiimi-wrapper .os-lightbox__close:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0px var(--card-border); }\n  .osiimi-wrapper .os-lightbox__img { max-width: 90vw; max-height: 90vh; object-fit: contain; border: 4px solid var(--card-border); border-radius: 12px; background: #fff; padding: 10px; }\n\n  \/* ─────────────────────────────────────────\n     SPECS TABLE \u0026 IMAGES\n  ───────────────────────────────────────── *\/\n  .os-specs { padding: var(--pad-section) var(--pad-h); }\n  .os-specs__inner { max-width: 900px; margin: 0 auto; background: var(--card-bg); border: 3px solid var(--card-border); border-radius: 16px; padding: 3rem; box-shadow: 8px 8px 0px var(--card-border); position: relative; }\n  .os-specs h2 { font-family: var(--ff-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900; text-transform: uppercase; text-align: center; margin-bottom: 3rem !important; line-height: 1.1; }\n  \n  .os-spec-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }\n  .os-spec-img-wrapper { border-radius: 12px; border: 3px solid var(--card-border); box-shadow: 6px 6px 0px var(--card-border); padding: 0.5rem; background: var(--pop-soft-pink); }\n  .os-spec-img-wrapper img { width: 100%; height: auto; display: block; border-radius: 6px; border: 2px solid var(--card-border); background: #fff;}\n  @media (max-width: 768px) { .os-spec-img-grid { grid-template-columns: 1fr; gap: 1.5rem; } .os-specs__inner{ padding: 1.5rem; } }\n\n  .os-table { width: 100%; border-collapse: collapse; font-weight: 500; }\n  .os-table tr { border-bottom: 2px dashed var(--card-border); }\n  .os-table td { padding: 1rem 0; }\n  .os-table td:first-child { font-weight: 700; color: var(--pop-pink-dark); width: 40%; }\n\n  \/* ─────────────────────────────────────────\n     FAQ \u0026 BOTTOM\n  ───────────────────────────────────────── *\/\n  .os-bottom { padding: var(--pad-section) var(--pad-h); }\n  .os-bottom__inner { max-width: 800px; margin: 0 auto; }\n  .os-bottom h2 { font-family: var(--ff-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; color: #FFF; text-align: center; margin-bottom: 3rem !important; text-transform: uppercase; text-shadow: 3px 3px 0 var(--card-border), -1px -1px 0 var(--card-border), 1px -1px 0 var(--card-border), -1px 1px 0 var(--card-border), 1px 1px 0 var(--card-border); }\n\n  .os-faq-item { background: var(--card-bg); border: 3px solid var(--card-border); border-radius: 16px; padding: 2rem; margin-bottom: 1.5rem !important; box-shadow: 6px 6px 0px var(--card-border); }\n  .os-faq-item h3 { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 900; margin-bottom: 0.75rem !important; text-transform: uppercase; }\n  .os-faq-item p { font-weight: 500; }\n  \n  .os-explore { margin-top: 4rem; text-align: center; padding: 3rem 2rem; background: var(--pop-yellow); border-radius: 16px; border: 3px solid var(--card-border); box-shadow: 8px 8px 0px var(--card-border); transform: rotate(1deg); }\n  .os-explore h2 { text-shadow: none; color: var(--text-main); font-size: 2.5rem; margin-bottom: 1rem !important; }\n  .os-explore .btn { display: inline-block; padding: 1rem 2.5rem; background: var(--pop-pink-dark); color: #fff; border: 3px solid var(--card-border); border-radius: 50px; font-family: var(--ff-display); font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; box-shadow: 4px 4px 0px var(--card-border); margin-top: 1.5rem; transition: transform 0.2s, box-shadow 0.2s;}\n  .os-explore .btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px var(--card-border); background: var(--pop-teal); color: var(--card-border); }\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 Reiyu GuiGui \u003c\/a\u003e\n\u003cul class=\"os-nav__links\"\u003e\n\u003cli\u003e\u003ca href=\"#intro\"\u003eInfo\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#features\"\u003eDesign\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"#profile\"\u003eCollab\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\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/nav\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\"\u003eMRL × Reiyu GuiGui\u003cbr\u003eOfficial Futanari Sex Doll\u003c\/h2\u003e\n\u003cdiv class=\"os-hero__subtitle\"\u003efeat. Reiyu GuiGui\u003c\/div\u003e\n\u003c!-- Badges around hero --\u003e\n\u003cdiv style=\"margin-top: 2rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;\"\u003e\n\u003cspan class=\"pop-sticker bg-teal tilt-left\"\u003eOfficial Limited Edition\u003c\/span\u003e \u003cspan class=\"pop-sticker bg-yellow tilt-right\"\u003eMedical Silicone\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ─────────────────────────────────────────\n     CYBER MARQUEE (CHIBI CAROUSEL)\n  ───────────────────────────────────────── --\u003e\n\u003cdiv class=\"os-marquee os-marquee--chibi\"\u003e\n\u003cdiv class=\"os-marquee__track\"\u003e\n\u003c!-- Set 1 --\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Chibi illustration of VTuber Reiyu GuiGui\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/chibi_reiyu_guigui.webp?v=1780543693\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Cute chibi art of Reiyu GuiGui character\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/cute_reiyu_guigui.webp?v=1780543693\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui chibi design in gyaru uniform\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/chibi_guigui.webp?v=1780543692\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Adorable chibi Reiyu GuiGui figure reference\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_chibi.webp?v=1780543692\"\u003e\u003c\/div\u003e\n\u003c!-- Set 2 --\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Chibi illustration of VTuber Reiyu GuiGui\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/chibi_reiyu_guigui.webp?v=1780543693\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Cute chibi art of Reiyu GuiGui character\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/cute_reiyu_guigui.webp?v=1780543693\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui chibi design in gyaru uniform\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/chibi_guigui.webp?v=1780543692\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Adorable chibi Reiyu GuiGui figure reference\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_chibi.webp?v=1780543692\"\u003e\u003c\/div\u003e\n\u003c!-- Set 3 --\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Chibi illustration of VTuber Reiyu GuiGui\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/chibi_reiyu_guigui.webp?v=1780543693\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Cute chibi art of Reiyu GuiGui character\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/cute_reiyu_guigui.webp?v=1780543693\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui chibi design in gyaru uniform\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/chibi_guigui.webp?v=1780543692\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Adorable chibi Reiyu GuiGui figure reference\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_chibi.webp?v=1780543692\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ─────────────────────────────────────────\n     INTRO SECTION\n  ───────────────────────────────────────── --\u003e\n\u003csection id=\"intro\" class=\"os-intro-v3\"\u003e\n\u003cdiv class=\"os-intro-v3__inner os-reveal\"\u003e\n\u003cdiv class=\"os-intro-v3__image-pane\"\u003e\n\u003cspan class=\"pop-sticker bg-pink tilt-more-left s1\"\u003eGhost Girl Vibe\u003c\/span\u003e\n\u003cdiv class=\"os-intro-v3__image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"Front view of the 66cm MRL Reiyu GuiGui futanari sex doll in medical silicone featuring pink and blue hair\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_futanari_sex_doll.webp?v=1780472880\"\u003e\u003c\/div\u003e\n\u003cspan class=\"pop-sticker bg-blue tilt-right s2\"\u003e100% Official\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-intro-v3__content-pane\"\u003e\n\u003cdiv class=\"pop-card os-intro-v3__qa-card\"\u003e\n\u003ch3 class=\"os-intro-v3__qa-title\"\u003eWhat Is the MRL × Reiyu GuiGui Futanari Sex Doll?\u003c\/h3\u003e\n\u003cp class=\"os-intro-v3__qa-text\"\u003eThe MRL × Reiyu GuiGui futanari sex doll is an officially licensed, limited-edition figure based on VTuber @reiyuguigui. It is 66cm tall, weighs 3.9kg, and is made from 100% medical-grade silicone. As a dual-anatomy futa sex doll, it features both a fully sculpted phallus (13cm) and a penetrable vaginal channel (14cm). It ships free to all 50 US states in discreet, unbranded packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-intro-v3__narrative\"\u003e\n\u003cp\u003eYou know that feeling. It's midnight, Reiyu's stream is live, and she's doing that thing — giggling at her own punchline before she's even finished delivering it.\u003c\/p\u003e\n\u003cp\u003eYou're in chat firing off \"LMAO\" while she's practically crying laughing.\u003c\/p\u003e\n\u003cp\u003eAnd somewhere in the back of your mind, a thought lands quietly: \u003cem\u003eI wish she was just here.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eHere's the deal: \u003cspan style=\"background: var(--pop-yellow); padding: 0 4px; border: 1px solid #111;\"\u003ethat wish just became real.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMRL has officially partnered with VTuber\u003cspan style=\"text-decoration: underline;\"\u003e \u003cem\u003e\u003cspan style=\"color: rgb(228, 119, 170); text-decoration: underline;\"\u003e\u003cstrong\u003e\u003ca href=\"https:\/\/x.com\/reiyuguigui\" title=\"reiyuguigui\" style=\"color: rgb(228, 119, 170); text-decoration: underline;\"\u003ereiyuguigui\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e \u003c\/em\u003e\u003c\/span\u003eto bring you the first-ever futanari sex doll based on Reiyu herself — the Poltergeisha Gamer, Gyaru Ghost who exists in the space between life and death, feminine and masculine, streamer and legend.\u003c\/p\u003e\n\u003cp\u003eThis is 100% official. 100% limited. Made from medical-grade silicone. This page covers everything — the design, the specs, the materials, and why once this batch is gone, it's gone for good.\u003c\/p\u003e\n\u003cdiv class=\"os-intro-v3__cta-text\"\u003eLet's get into it ~\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ─────────────────────────────────────────\n     ORIGINAL ART MARQUEE\n  ───────────────────────────────────────── --\u003e\n\u003cdiv class=\"os-marquee os-marquee--art\"\u003e\n\u003cdiv class=\"os-marquee__track\"\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Official 2D character illustration of VTuber Reiyu GuiGui\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_8.png?v=1780457110\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"VTuber Reiyu GuiGui pink and blue hair character portrait\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_10.webp?v=1780457110\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui full body character design pose\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_9.webp?v=1780457109\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Close-up expression of VTuber Reiyu GuiGui character\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_4.png?v=1780457106\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui gyaru ghost character concept art\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_3.webp?v=1780457106\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Detailed character art of Reiyu GuiGui showing outfit and accessories\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_5.webp?v=1780457106\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Official 2D character illustration of VTuber Reiyu GuiGui\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_8.png?v=1780457110\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"VTuber Reiyu GuiGui pink and blue hair character portrait\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_10.webp?v=1780457110\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui full body character design pose\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_9.webp?v=1780457109\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-marquee__item\"\u003e\u003cimg loading=\"lazy\" alt=\"Close-up expression of VTuber Reiyu GuiGui character\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_4.png?v=1780457106\"\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\u003ch2\u003eThe Doll That Shows Up When She Does\u003c\/h2\u003e\n\u003cdiv class=\"pop-card\" style=\"margin: 2.5rem auto; max-width: 800px; padding: 1rem; transform: rotate(1deg);\"\u003e\u003cimg loading=\"lazy\" alt=\"Full body display of the Reiyu GuiGui futa sex doll wearing official uniform\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/sexy_reiyu_guigui_futa_sex_doll.webp?v=1780472879\" style=\"width: 100%; height: auto; display: block; border-radius: 8px; border: 2px solid var(--card-border);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pop-card\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\u003cp\u003eThe MRL × Reiyu GuiGui futanari sex doll is a 66cm, 3.9kg officially licensed figure built from 100% medical-grade silicone. This isn't just another futa sex doll — it's a precision-engineered tribute to one of streaming's most beloved VTuber characters, made to MRL's highest production standard. As a dual-anatomy anime sex doll based on an active VTuber, Reiyu's figure features her iconic two-tone pink-and-blue gradient hair, her signature Gyaru Geisha uniform, and — true to her futanari character identity — a fully realized anatomical design that no other product on the market can replicate.\u003c\/p\u003e\n\u003cp style=\"margin-top: 1rem; font-weight: bold;\"\u003eWhat's the bottom line? This is the only time this doll will ever be made. First run, limited batch, official authorization. When it's gone, it's gone.\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=\"Close-up of Reiyu GuiGui sex doll face showing pink and blue gradient hair and teardrop mole\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_futa_sex_doll.webp?v=1780472880\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-r\"\u003e\n\u003cspan class=\"pop-sticker bg-teal tilt-left\"\u003e01. The Design\u003c\/span\u003e\n\u003ch3\u003eAnime Ghost Girl Built for the In-Between\u003c\/h3\u003e\n\u003cp\u003eReiyu's creator designed her to live at the edge of life and death — and at the edge of feminine and masculine. The pink-and-blue gradient hair is intentional: pink for life and femininity, blue for death and masculinity. Reiyu straddles both. This doll makes that visible in three dimensions.\u003c\/p\u003e\n\u003cul style=\"list-style-type: square; padding-left: 1.2rem; margin-bottom: 1rem;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eHair:\u003c\/strong\u003e Two-tone gradient — soft rose pink into powder blue, with photoluminescent tips that glow gently in the dark. Styled in Reiyu's characteristic loose anime-art wave.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFace:\u003c\/strong\u003e Wide expressive eyes, subtle blush, and her signature teardrop mole at the corner of her right eye, half-hidden beneath a tiny sakura sticker.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHands:\u003c\/strong\u003e Here's the detail only real ghostlings clock immediately — two fingernails on her right hand are trimmed short. That's the gamer girl easter egg. This is what marks it as genuinely her.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutfit:\u003c\/strong\u003e White snap-button uniform shirt (fully removable), red plaid micro-skirt, oversized bow tie, black over-the-knee thigh-highs. All real fabric. Compatible with some other 3.0 anime sex doll series clothing.\u003c\/li\u003e\n\u003c\/ul\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=\"Lower torso of the Reiyu GuiGui futanari sex doll showing the 13cm phallus design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/MRL_x_Reiyu_GuiGui_futanari_sex_doll.webp?v=1780472879\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-l\"\u003e\n\u003cspan class=\"pop-sticker bg-yellow tilt-right\"\u003e02. Dual Anatomy\u003c\/span\u003e\n\u003ch3\u003eWhat Makes This a True Futa Sex Doll\u003c\/h3\u003e\n\u003cp\u003eReiyu's futanari identity is core to who she is — she exists between states. MRL's engineers built that duality directly into the physical design. Neither feature was added as an afterthought.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Phallus:\u003c\/strong\u003e 13 cm length, 10 cm circumference. Cast from MRL's premium silicone blend with visible vein detail, a well-defined glans, and a base that sits flush with the pelvis. Firm with natural elasticity — holds shape, responds to pressure, rebounds without deforming.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Vaginal Channel:\u003c\/strong\u003e 14 cm deep. Internally textured with graduated ridges, a constriction zone at approximately 8 cm, and a soft terminus. Inner wall uses MRL's standard premium channel architecture.\u003c\/p\u003e\n\u003cp\u003eBoth features are rendered in the same uninterrupted medical-grade silicone as the full body. No joins, no seams. The alloy skeleton enables stable posing in any position without joint loosening over time.\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=\"Back view of the Reiyu GuiGui anime sex doll highlighting the soft medical silicone body texture\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/big_ass_of_reiyu_guigui_futanari_sex_doll.webp?v=1780472878\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-r\"\u003e\n\u003cspan class=\"pop-sticker bg-blue tilt-left\"\u003e03. Material Science\u003c\/span\u003e\n\u003ch3\u003eWhy Medical-Grade Silicone — How It Compares to TPE\u003c\/h3\u003e\n\u003cp\u003eMost sex dolls use TPE — thermoplastic elastomer. TPE is porous, absorbs bacteria, retains odors, and degrades faster. This anime sex doll uses 100% medical-grade silicone. Here's what that actually means:\u003c\/p\u003e\n\u003cul style=\"list-style-type: square; padding-left: 1.2rem; margin-bottom: 1rem;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eNon-porous:\u003c\/strong\u003e Full sterilization with mild soap and warm water. Bacteria cannot absorb into the material.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZero odor:\u003c\/strong\u003e No chemical off-gassing. Zero smell out of the box, zero smell after extended use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThermal responsive:\u003c\/strong\u003e She warms up. Silicone absorbs and holds body heat. This changes the experience in ways that are difficult to describe without trying.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLong-term durable:\u003c\/strong\u003e Resists tearing, retains texture over years, won't yellow or crack with age.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"background: var(--pop-soft-pink); padding: 10px; border: 2px dashed var(--card-border);\"\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Rinse with warm water + antibacterial soap after use. Pat dry. Dust lightly with cornstarch baby powder to restore satin texture. Store flat. Avoid sustained direct heat. Water-based lubricant ONLY.\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=\"Reiyu GuiGui silicone futa sex doll dressed in white shirt and red plaid skirt\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_2___1.webp?v=1780457099\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-l\"\u003e\n\u003cspan class=\"pop-sticker bg-pink tilt-right\"\u003e04. Use Cases\u003c\/span\u003e\n\u003ch3\u003eWho This Is For\u003c\/h3\u003e\n\u003cp\u003eHere's who the MRL × Reiyu futanari sex doll is built for:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin-bottom: 1rem;\"\u003e\n\u003cli style=\"margin-bottom: 0.8rem; position: relative; padding-left: 1.5rem;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: var(--pop-pink-dark);\"\u003e★\u003c\/span\u003e \u003cstrong\u003eGhostlings \u0026amp; Reiyu fans:\u003c\/strong\u003e You've watched Reiyu's streams. You're in her Discord. You know what the short fingernails mean. This doll is the ultimate piece of official merch for the real community.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0.8rem; position: relative; padding-left: 1.5rem;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: var(--pop-pink-dark);\"\u003e★\u003c\/span\u003e \u003cstrong\u003eFutanari \u0026amp; futa anime collectors:\u003c\/strong\u003e You collect high-quality anime figure-adjacent pieces. You've been looking for a futa sex doll that has genuine character depth. This is it.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0.8rem; position: relative; padding-left: 1.5rem;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: var(--pop-pink-dark);\"\u003e★\u003c\/span\u003e \u003cstrong\u003eAnime \u0026amp; ACG enthusiasts:\u003c\/strong\u003e You love anime ghost girl aesthetics, gyaru characters, and dual-anatomy designs.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0.8rem; position: relative; padding-left: 1.5rem;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: var(--pop-pink-dark);\"\u003e★\u003c\/span\u003e \u003cstrong\u003eMRL brand customers:\u003c\/strong\u003e You know the material quality. This is MRL's most elaborate collab to date.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0.8rem; position: relative; padding-left: 1.5rem;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: var(--pop-pink-dark);\"\u003e★\u003c\/span\u003e \u003cstrong\u003eAdult collectors (limited edition):\u003c\/strong\u003e You understand limited editions. You want this before the mold retires.\u003c\/li\u003e\n\u003c\/ul\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=\"Detailed view of the Reiyu GuiGui limited edition anime figure chest and outfit\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_1.png?v=1780457099\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-feature__content os-reveal-r\"\u003e\n\u003cspan class=\"pop-sticker bg-teal tilt-left\"\u003e05. Authority\u003c\/span\u003e\n\u003ch3\u003eWhy You Can Trust This Doll\u003c\/h3\u003e\n\u003cp\u003eThis is a VTuber sex doll built through a real creative partnership — with strict adherence to material safety and privacy. Here's why collectors trust MRL:\u003c\/p\u003e\n\u003cdiv class=\"os-trust-badges\"\u003e\n\u003cdiv class=\"os-trust-badge\"\u003e\n\u003cstrong\u003e🧬 Medical Silicone\u003c\/strong\u003e Same material class as surgical implants. Non-porous, fully sterilizable, phthalate-free.\u003c\/div\u003e\n\u003cdiv class=\"os-trust-badge\"\u003e\n\u003cstrong\u003e🎌 100% Official\u003c\/strong\u003e Design created using @reiyuguigui's official character sheets with direct creator approval.\u003c\/div\u003e\n\u003cdiv class=\"os-trust-badge\"\u003e\n\u003cstrong\u003e🏭 MRL Guarantee\u003c\/strong\u003e Every unit passes a 7-point QC inspection before shipping. 30-day replacement guarantee.\u003c\/div\u003e\n\u003cdiv class=\"os-trust-badge\"\u003e\n\u003cstrong\u003e📦 Discreet Shipping\u003c\/strong\u003e Ships in unbranded packaging. No product references anywhere on box. 100% privacy.\u003c\/div\u003e\n\u003c\/div\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 VTuber character reference sheet for Reiyu GuiGui Poltergeisha Gamer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_4___1.webp?v=1780457105\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-profile__content\"\u003e\n\u003cspan class=\"pop-sticker bg-yellow tilt-right\" style=\"position: absolute; top: -20px; left: 20px;\"\u003eThe Collab\u003c\/span\u003e\n\u003ch2\u003eA Real Creative Partnership\u003c\/h2\u003e\n\u003cp\u003eThis is a VTuber sex doll built through a real creative partnership — not a knock-off, not a fan interpretation. MRL worked directly with Reiyu's team using official character references, with direct approval from @reiyuguigui herself.\u003c\/p\u003e\n\u003cul class=\"os-profile__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e🔮 The glow-reactive hair tips\u003c\/strong\u003e trace to her Poltergeisha aesthetic.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e⚥ The dual anatomy\u003c\/strong\u003e reflects her explicitly futanari character identity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e💅 The trimmed gaming fingernails\u003c\/strong\u003e are a direct callback to her Gyaru Gamer persona.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e👗 The uniform with working snaps\u003c\/strong\u003e is her canonical human-world visual identity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"background: var(--pop-yellow); padding: 10px; border: 2px solid var(--card-border); display: inline-block;\"\u003e\u003cstrong\u003eNow:\u003c\/strong\u003e This edition is a first run. Once this production batch sells out, the mold is retired. No second run. No restock. This is a true limited release — first batch, last batch.\u003c\/p\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\u003ch2\u003eReiyu GuiGui in Motion: 360° Showcase\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-video-wrapper os-reveal\"\u003e\u003cvideo title=\"Reiyu GuiGui VTuber Futanari Sex Doll Product Showcase Video\" preload=\"metadata\" playsinline=\"\" controls=\"controls\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/reiyu_guigui_7.webp?v=1780457106\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/951044d4274d49948a9ae60df9385315.mp4\"\u003e\n  Your browser does not support the video tag.\n\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-video-summary-box os-reveal\"\u003e\n\u003cspan class=\"pop-sticker bg-pink tilt-left\"\u003eVideo Summary\u003c\/span\u003e\n\u003cp\u003eThis showcase highlights the official Reiyu GuiGui futanari doll's premium medical silicone finish, realistic dual-anatomy features (including the 13cm phallus and 14cm penetrable channel), and the flexible stainless-alloy skeleton that allows for dynamic, lore-accurate posing.\u003c\/p\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\u003ch2\u003eReiyu GuiGui In The Flesh\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- SLIDER GALLERY --\u003e\n\u003cdiv class=\"os-gallery-slider os-reveal\"\u003e\n\u003ca class=\"os-gallery-item\" href=\"#os-lb1\"\u003e\u003cimg loading=\"lazy\" alt=\"Full body standing shot of the Reiyu GuiGui anime sex doll in Gyaru uniform\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_anime_sex_doll.webp?v=1780471133\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb2\"\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui futa sex doll lower torso showing dual anatomy features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_futa_sex_doll.webp?v=1780471133\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb3\"\u003e\u003cimg loading=\"lazy\" alt=\"Detailed face sculpt of the Reiyu GuiGui limited edition figure with expressive eyes\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_hentai_figure.webp?v=1780471133\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb4\"\u003e\u003cimg loading=\"lazy\" alt=\"Angled body profile of the 66cm Reiyu GuiGui futanari silicone doll\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_futa_figurine.webp?v=1780471133\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb5\"\u003e\u003cimg loading=\"lazy\" alt=\"Close-up of the Reiyu GuiGui doll right hand showing gamer girl short fingernails\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrl_reiyu_guigui_anime_sex_doll.webp?v=1780471133\"\u003e\u003c\/a\u003e \u003ca class=\"os-gallery-item\" href=\"#os-lb6\"\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui silicone doll sitting pose displaying waist and hip curves\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_futa_figure.webp?v=1780471132\"\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=\"Full body standing shot of the Reiyu GuiGui anime sex doll in Gyaru uniform\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_anime_sex_doll.webp?v=1780471133\"\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=\"Reiyu GuiGui futa sex doll lower torso showing dual anatomy features\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_futa_sex_doll.webp?v=1780471133\"\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=\"Detailed face sculpt of the Reiyu GuiGui limited edition figure with expressive eyes\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_hentai_figure.webp?v=1780471133\"\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=\"Angled body profile of the 66cm Reiyu GuiGui futanari silicone doll\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_futa_figurine.webp?v=1780471133\"\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=\"Close-up of the Reiyu GuiGui doll right hand showing gamer girl short fingernails\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrl_reiyu_guigui_anime_sex_doll.webp?v=1780471133\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-lightbox\" id=\"os-lb6\"\u003e\n\u003ca class=\"os-lightbox__close\" href=\"#_\"\u003e✕ Close\u003c\/a\u003e\u003cimg loading=\"lazy\" alt=\"Reiyu GuiGui silicone doll sitting pose displaying waist and hip curves\" class=\"os-lightbox__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/mrlsexdoll_reiyu_guigui_futa_figure.webp?v=1780471132\"\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 class=\"pop-sticker bg-blue tilt-right\" style=\"position: absolute; top: -25px; left: 50%; transform: translateX(-50%) rotate(2deg);\"\u003eData File\u003c\/span\u003e\n\u003ch2\u003eComplete Technical Specs\u003c\/h2\u003e\n\u003cdiv class=\"os-spec-img-grid\"\u003e\n\u003cdiv class=\"os-spec-img-wrapper\"\u003e\u003cimg loading=\"lazy\" alt=\"Infographic showing the 66cm height and 3.9kg weight dimensions of the Reiyu GuiGui futanari sex doll\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/specificationofreiyuguiguianimesexdoll_f05de73e-c96f-4d13-ab17-d4bdee2a8e18.webp?v=1780467280\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"os-spec-img-wrapper\"\u003e\u003cimg loading=\"lazy\" alt=\"Diagram detailing the 14cm vaginal channel and 13cm phallus of the Reiyu GuiGui dual-anatomy toy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/tunnellengthofreiyuguiguianimesexdoll_2c16168f-d79e-4ce3-b4c7-3f5d1c14bc75.webp?v=1780467280\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ctable class=\"os-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Full Name\u003c\/td\u003e\n\u003ctd\u003eMRL × Reiyu GuiGui Futanari Sex Doll — Limited Edition\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOfficial Character\u003c\/td\u003e\n\u003ctd\u003eReiyu GuiGui (@reiyuguigui) — VTuber, Poltergeisha Gamer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAuthorization\u003c\/td\u003e\n\u003ctd\u003e100% Official Licensed Collaboration — authorized by @reiyuguigui\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eMedical-Grade Silicone — non-porous, body-safe, phthalate-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e3.9 kg (approximately 8.6 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e66 cm (approximately 26 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e17 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBust \/ Waist \/ Hip\u003c\/td\u003e\n\u003ctd\u003e41 cm \/ 29 cm \/ 42 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePhallus Length\u003c\/td\u003e\n\u003ctd\u003e13 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePhallus Circumference\u003c\/td\u003e\n\u003ctd\u003e10 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVaginal Channel Depth\u003c\/td\u003e\n\u003ctd\u003e14 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInternal Channel Texture\u003c\/td\u003e\n\u003ctd\u003eGraduated ridges + constriction zone at ~8cm + soft terminus\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSkeleton\u003c\/td\u003e\n\u003ctd\u003eHigh-strength stainless-alloy poseable joints\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOutfit\u003c\/td\u003e\n\u003ctd\u003eWhite snap-button shirt, red plaid micro-skirt, bow tie, black over-the-knee thigh-highs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eClothing Compatibility\u003c\/td\u003e\n\u003ctd\u003eWith some other 3.0 series anime sex doll clothing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Detail\u003c\/td\u003e\n\u003ctd\u003eTwo fingernails on right hand trimmed short — Reiyu's gamer girl easter egg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlow Feature\u003c\/td\u003e\n\u003ctd\u003ePhotoluminescent hair tips (glow in dark)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEdition Type\u003c\/td\u003e\n\u003ctd\u003eFirst-Run Limited — Production mold retired after this batch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLubricant Compatibility\u003c\/td\u003e\n\u003ctd\u003eWater-based only (silicone-based lubes degrade silicone material)\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\u003ch2\u003eFree Worldwide Shipping \u0026amp; Discreet Packaging\u003c\/h2\u003e\n\u003cdiv class=\"pop-card\" style=\"margin-bottom: 3rem; background: var(--pop-soft-pink); transform: rotate(-1deg);\"\u003e\n\u003cp style=\"margin-bottom: 1rem; font-weight: bold;\"\u003eWe offer completely FREE worldwide shipping on all orders to ensure a seamless shopping experience.\u003c\/p\u003e\n\u003cul style=\"list-style: disc; padding-left: 20px; margin-bottom: 1rem;\"\u003e\n\u003cli style=\"margin-bottom: 0.5rem;\"\u003e\n\u003cstrong\u003eOrder Processing:\u003c\/strong\u003e We typically process all orders within 24-48 business hours and ship within 48-72 business hours.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0.5rem;\"\u003e\n\u003cstrong\u003eUS Warehouse Delivery:\u003c\/strong\u003e Priority arrangement via USPS, UPS, or FedEx. Shipping time is 3-7 business days.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0.5rem;\"\u003e\n\u003cstrong\u003eStandard Shipping (International):\u003c\/strong\u003e Shipping time is 20 business days. Unforeseeable circumstances (force majeure) such as customs clearance delays, postal delays, or extreme weather may occasionally extend this timeframe.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0.5rem;\"\u003e\n\u003cstrong\u003eDiscreet Packaging:\u003c\/strong\u003e Plain heavy-duty corrugated boxes. No logos, no product names, no imagery. Waybill reads \"Polymer home décor accessory\" for 100% privacy.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0.5rem;\"\u003e\n\u003cstrong\u003eImportant Notes:\u003c\/strong\u003e We do not deliver to PO Boxes; please provide a valid street address. Any customs duties or taxes charged by local authorities are the buyer's responsibility.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: What is a futanari sex doll?\u003c\/h3\u003e\n\u003cp\u003eA: A futanari sex doll (also called a futa sex doll) is a figure that combines both male and female anatomical features, based on the \"futanari\" genre in Japanese anime and manga. The MRL × Reiyu edition features both a fully sculpted phallus and a penetrable vaginal channel, inspired by Reiyu's official futanari character design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: What is this anime sex doll made of?\u003c\/h3\u003e\n\u003cp\u003eA: 100% medical-grade silicone. Not TPE. Medical silicone is non-porous, fully sterilizable, odor-free, and considered the premium standard for intimate products. It does not absorb bacteria or degrade the way TPE does over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: Who is Reiyu GuiGui?\u003c\/h3\u003e\n\u003cp\u003eA: Reiyu GuiGui (@reiyuguigui) is an independent English-language VTuber with a \"Poltergeisha Gamer\" persona — a futanari Gyaru ghost who streams games and connects with her fan community (called \"ghostlings\") through humor, skill, and openness. She is the official character licensor for this collaboration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: Is the packaging completely discreet?\u003c\/h3\u003e\n\u003cp\u003eA: Yes. MRL ships in a plain, unbranded corrugated box — no logos, no product names, no references of any kind. The waybill lists the contents as a generic home accessory. There is nothing on the outside of the package that identifies what's inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: What lubricant is safe to use?\u003c\/h3\u003e\n\u003cp\u003eA: Water-based only. Silicone-based lubricants chemically react with medical silicone and will degrade the material. This is true of all medical silicone products.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: Can the clothing be removed or swapped?\u003c\/h3\u003e\n\u003cp\u003eA: Yes. The shirt, skirt, bow tie, and thigh-highs are real fabric with working fasteners. The shirt uses metal snap buttons. All garments are compatible with standard 1\/3 BJD doll clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: Is this a true limited edition? Will it restock?\u003c\/h3\u003e\n\u003cp\u003eA: This is a first-run limited edition. Once this batch sells through, the production mold is retired. MRL and Reiyu's team have confirmed there is no second production run planned.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: I've seen vtuber NSFW fan art of Reiyu — is this the same as official merch?\u003c\/h3\u003e\n\u003cp\u003eA: This is 100% officially licensed. The design was created using Reiyu's official character references with direct creative input and approval from @reiyuguigui's team. It is not related to fan-created content.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-faq-item\"\u003e\n\u003ch3\u003eQ: How does this compare to other anime sex dolls on the market?\u003c\/h3\u003e\n\u003cp\u003eA: Most anime sex dolls use generic character designs with no IP behind them and are made from TPE. This one is based on an active, real VTuber with official authorization, uses medical-grade silicone, and features a genuine dual-anatomy futanari design. There is no directly comparable product available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"os-explore\"\u003e\n\u003ch2\u003eThe Bottom Line\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 1rem; font-weight: 500;\"\u003eYou won't find another \u003cspan class=\"os-inline-link\"\u003efuta sex doll\u003c\/span\u003e with this level of character authenticity, this material quality, and this kind of official collab behind it.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 1rem; font-weight: 500;\"\u003eThe \u003cspan class=\"os-inline-link\"\u003eMRL × Reiyu futanari sex doll\u003c\/span\u003e is the only product on the market that brings a real, beloved anime VTuber character into physical form — with the craftsmanship to match.\u003c\/p\u003e\n\u003cp style=\"font-weight: 900; margin-top: 1.5rem !important;\"\u003eShips FREE. Ships DISCREET. Worldwide.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"btn\"\u003eAdd to Cart Before She Ghosts You\u003c\/a\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":53356366102841,"sku":"TD-GUIGUI-ST-GUIGUI-18","price":798.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0720\/4326\/6361\/files\/faceofreiyuguiguianimesexdoll_ffb07e1d-ea3e-48c6-8765-e5d51dd151c2.webp?v=1780467280","url":"https:\/\/www.mrlsexdoll.com\/products\/reiyu-guigui-futa-sex-doll","provider":"MRLSEXDOLL","version":"1.0","type":"link"}