<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<script>
try {
if (localStorage.getItem('age_ok') === '1') {
document.documentElement.classList.add('age-ok');
}
} catch (e) {}
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://crohasit.net/wp-content/uploads/2026/03/crohasit-favicon-1.png" type="image/png">
<!-- Privacy -->
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
<!-- Keep only truly useful early connections -->
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">


<!-- Fonts -->
<link rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Noto+Serif&family=Oswald&display=swap"
onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Serif&family=Oswald&display=swap">
</noscript>
<!-- Main theme CSS -->
<link rel="preload"
as="style"
href='//crohasit.net/wp-content/cache/wpfc-minified/m1dccqbg/1y0q6.css'
onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href='//crohasit.net/wp-content/cache/wpfc-minified/m1dccqbg/1y0q6.css'>
</noscript>
<!-- Critical CSS for header first paint -->
<style>
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Oswald', sans-serif; text-rendering: optimizeLegibility; }
/* ===== UNIFIED HEADER BAR ===== */
.site-header-bar{
display: flex;
align-items: center;
gap: 0;
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
min-height: 46px;
}
/* Logo in header bar */
.site-header-bar .logo{
display: inline-flex;
align-items: center;
flex: 0 0 auto;
line-height: 0;
margin-right: 10px;
text-decoration: none;
}
.site-header-bar .logo img{
display: block;
height: 38px;
width: auto;
max-width: none;
}
/* Nav links */
.site-header-bar .header-nav{
flex: 0 1 auto;
display: flex;
align-items: center;
min-width: 0;
}
.site-header-bar .header-nav .menu{
display: flex;
align-items: center;
gap: 0;
margin: 0;
padding: 0;
list-style: none;
flex-wrap: nowrap;
}
.site-header-bar .header-nav .menu li{
flex: 0 0 auto;
}
.site-header-bar .header-nav .menu li a{
display: inline-flex;
align-items: center;
padding: 15px 16px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .5px;
color: rgba(255,255,255,.8);
text-decoration: none;
white-space: nowrap;
transition: color .15s ease;
}
.site-header-bar .header-nav .menu li a:hover{
color: #fff;
}
.site-header-bar .header-nav .menu li.current-menu-item a{
color: #00bbff;
}
/* Search bar */
.nsfw-search-container,
body.search .nsfw-search-container{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 22px 0 10px;
box-sizing: border-box;
}
.nsfw-search-container.sticky-search-active{ opacity:0; max-height:0; overflow:hidden; padding-top:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; transition: opacity 0.2s ease, max-height 0.2s ease, padding 0.2s ease, margin 0.2s ease; }
.nsfw-search-container{ transition: opacity 0.2s ease, max-height 0.2s ease, padding 0.2s ease, margin 0.2s ease; max-height:200px; }
.nsfw-search-container .container,
body.search .nsfw-search-container .container{
max-width: 100%;
width: 100%;
padding: 0 20px;
display: flex;
justify-content: center;
box-sizing: border-box;
}
.nav-search{ width: 100%; box-sizing: border-box; }
.nav-search form{ margin: 0; width: 100%; }
.nav-search input[type="search"]{
width: 100%;
box-sizing: border-box;
font: inherit;
}
/* Mobile hamburger (hidden on desktop) */
.header-mobile-toggle{
display: none;
background: none;
border: 0;
color: #fff;
cursor: pointer;
padding: 8px;
line-height: 0;
margin-left: auto;
}
.header-mobile-toggle svg{
width: 22px;
height: 22px;
display: block;
}
.header-mobile-toggle svg path{ fill: currentColor; }
/* Desktop search toggle — hidden by default, JS shows on scroll */
.header-search-toggle{
display: none;
background: none;
border: 0;
color: rgba(255,255,255,.6);
cursor: pointer;
padding: 10px;
line-height: 0;
margin-left: auto;
border-radius: 6px;
transition: color .15s ease, background .15s ease;
-webkit-tap-highlight-color: transparent;
}
.header-search-toggle:hover{
color: #fff;
background: rgba(255,255,255,.06);
}
.header-search-toggle svg{ display: block; }
/* Desktop search dropdown */
.desktop-search-dropdown{
position: fixed;
top: 0; left: 0; right: 0;
z-index: 9995;
background: #0d1117;
padding: 10px 20px;
border-bottom: 1px solid rgba(0,187,255,.2);
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0,0,0,.3);
}
.desktop-search-dropdown[hidden]{ display: none; }
.desktop-search-dropdown form{
display: flex;
align-items: center;
width: 100%;
max-width: 600px;
gap: 10px;
margin: 0;
}
.desktop-search-dropdown input[type="search"]{
flex: 1;
background: rgba(255,255,255,.06);
border: 1.5px solid rgba(0,187,255,.35);
border-radius: 8px;
color: #ccc;
padding: 10px 16px;
font-size: 15px;
outline: none;
font-family: inherit;
box-sizing: border-box;
}
.desktop-search-dropdown input[type="search"]:focus{
border-color: #00bbff;
background: rgba(255,255,255,.08);
}
.desktop-search-dropdown input[type="search"]::placeholder{
color: rgba(255,255,255,.35);
}
.desktop-search-dropdown .desktop-search-close{
background: none;
border: 0;
color: #999;
font-size: 20px;
cursor: pointer;
padding: 8px;
line-height: 1;
}
.desktop-search-dropdown .desktop-search-close:hover{ color: #fff; }
/* ===== STICKY MOBILE NAV ===== */
.sticky-mobile-nav{
display: none;
position: fixed;
top: 0; left: 0; right: 0;
z-index: 9990;
height: 48px;
background: #0d1117;
border-bottom: 1px solid rgba(255,255,255,.06);
align-items: center;
justify-content: space-between;
padding: 0 14px;
box-sizing: border-box;
transform: translateY(-100%);
transition: transform .25s ease;
}
.sticky-mobile-nav.is-visible{
transform: translateY(0);
}
.sticky-mobile-nav__logo{
display: inline-flex;
align-items: center;
line-height: 0;
text-decoration: none;
}
.sticky-mobile-nav__logo img{
height: 28px;
width: auto;
display: block;
}
.sticky-mobile-nav__actions{
display: flex;
align-items: center;
gap: 4px;
margin-left: auto;
}
.sticky-mobile-nav__search,
.sticky-mobile-nav__menu{
background: none;
border: 0;
color: #fff;
cursor: pointer;
padding: 10px;
line-height: 0;
-webkit-tap-highlight-color: transparent;
}
.sticky-mobile-nav__search svg,
.sticky-mobile-nav__menu svg{
display: block;
}
/* Sticky search overlay */
.sticky-search-overlay{
position: fixed;
top: 0; left: 0; right: 0;
z-index: 9995;
background: #0d1117;
padding: 8px 14px;
border-bottom: 1px solid rgba(0,187,255,.2);
box-sizing: border-box;
display: flex;
align-items: center;
}
.sticky-search-overlay[hidden]{ display: none; }
.sticky-search-form{
display: flex;
align-items: center;
width: 100%;
gap: 10px;
margin: 0;
}
.sticky-search-form input[type="search"]{
flex: 1;
background: rgba(255,255,255,.06);
border: 1.5px solid rgba(0,187,255,.35);
border-radius: 8px;
color: #ccc;
padding: 10px 14px;
font-size: 15px;
outline: none;
font-family: inherit;
box-sizing: border-box;
}
.sticky-search-form input[type="search"]:focus{
border-color: #00bbff;
background: rgba(255,255,255,.08);
}
.sticky-search-form input[type="search"]::placeholder{
color: rgba(255,255,255,.35);
}
.sticky-search-close{
background: none;
border: 0;
color: #999;
font-size: 20px;
cursor: pointer;
padding: 8px;
line-height: 1;
-webkit-tap-highlight-color: transparent;
}
/* ===== MOBILE ===== */
@media (max-width: 768px){
.site-header-bar{
flex-wrap: wrap;
padding: 8px 12px;
min-height: 44px;
}
.site-header-bar .logo{
flex: 1 1 auto;
margin-right: 0;
}
.site-header-bar .logo img{
height: 32px;
}
.header-mobile-toggle{
display: inline-flex;
}
/* Nav: slide-out drawer on mobile */
.site-header-bar .header-nav{
position: fixed;
top: 0;
left: -280px;
width: 280px;
height: 100vh;
background: #1a1d24;
flex-direction: column;
align-items: stretch;
z-index: 9999;
transition: left .3s ease;
overflow-y: auto;
padding: 60px 0 40px;
}
.site-header-bar .header-nav.is-open{
left: 0;
}
.site-header-bar .header-nav .menu{
flex-direction: column;
gap: 0;
}
.site-header-bar .header-nav .menu li a{
padding: 14px 20px;
font-size: 15px;
border-bottom: 1px solid rgba(255,255,255,.06);
}
/* Backdrop overlay */
.header-nav-backdrop{
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,.5);
z-index: 9998;
}
.header-nav-backdrop.is-visible{
display: block;
}
/* Show sticky nav on mobile only */
.sticky-mobile-nav{
display: flex;
}
/* Hide desktop-only elements on mobile */
.header-search-toggle{ display: none !important; }
.desktop-search-dropdown{ display: none !important; }
}
/* ===== DESKTOP: sticky header + hide mobile-only elements ===== */
@media (min-width: 769px){
body.body-nsfw > header{
position: sticky;
top: 0;
z-index: 999;
background: #0d1117;
}
/* Search toggle starts hidden — JS shows it when search bar scrolls away */
.header-search-toggle{ display: none; }
.header-nav-backdrop{ display: none !important; }
.sticky-mobile-nav{ display: none !important; }
.sticky-search-overlay{ display: none !important; }
}
/* Prevent overflow:hidden from breaking sticky */
html, body{ overflow-x: clip !important; overflow-y: visible !important; }
/* iOS Safari: prevent auto-zoom - non-media-query override for Customizer CSS */
html .body-nsfw .nsfw-search-container input[type="search"]{ font-size: 16px !important; }
/* iOS Safari: prevent auto-zoom on input focus (requires >= 16px) */
@media (max-width: 768px) {
.sticky-search-form input[type="search"],
html .body-nsfw .nsfw-search-container input[type="search"],
input[type="search"]{ font-size: 16px !important; }
}
</style>
<!-- Analytics: delayed until full page load -->
<script>
window.addEventListener('load', function () {
var loadAnalytics = function () {
var s = document.createElement('script');
s.src = 'https://www.googletagmanager.com/gtag/js?id=G-D9MJCQR1NW';
s.async = true;
document.head.appendChild(s);
s.onload = function () {
window.dataLayer = window.dataLayer || [];
function gtag(){ dataLayer.push(arguments); }
window.gtag = gtag;
gtag('js', new Date());
gtag('config', 'G-D9MJCQR1NW');
};
};
if ('requestIdleCallback' in window) {
requestIdleCallback(loadAnalytics, { timeout: 3000 });
} else {
setTimeout(loadAnalytics, 1200);
}
});
</script>
<title>Feed Me [SecretDreams][4K] | Watch Free HD | Crohasit</title>
<meta name='robots' content='max-image-preview:large' />
<!-- This site is optimized with the Yoast SEO Premium plugin v6.0 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Watch Feed Me [SecretDreams][4K] in uncensored HD — free, fast, and ad-free. Explore 3D hentai and Rule34 videos only on Crohasit."/>
<link rel="canonical" href="https://crohasit.net/feed-me-secretdreams4k/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="video.other" />
<meta property="og:title" content="Feed Me [SecretDreams][4K] | Watch Free HD | Crohasit" />
<meta property="og:description" content="Watch Feed Me [SecretDreams][4K] in uncensored HD — free, fast, and ad-free. Explore 3D hentai and Rule34 videos only on Crohasit." />
<meta property="og:url" content="https://crohasit.net/feed-me-secretdreams4k/" />
<meta property="og:site_name" content="Crohasit" />
<meta property="og:image" content="https://crohasit.net/wp-content/uploads/2026/01/Feed-Me-SecretDreams4K.png" />
<meta property="og:image:secure_url" content="https://crohasit.net/wp-content/uploads/2026/01/Feed-Me-SecretDreams4K.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Watch Feed Me [SecretDreams][4K] in uncensored HD — free, fast, and ad-free. Explore 3D hentai and Rule34 videos only on Crohasit." />
<meta name="twitter:title" content="Feed Me [SecretDreams][4K] | Watch Free HD | Crohasit" />
<meta name="twitter:image" content="https://crohasit.net/wp-content/uploads/2026/01/Feed-Me-SecretDreams4K.png" />
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/crohasit.net\/","name":"Crohasit","potentialAction":{"@type":"SearchAction","target":"https:\/\/crohasit.net\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/crohasit.net\/feed-me-secretdreams4k\/","sameAs":[],"@id":"#organization","name":"Crohasit","logo":"https:\/\/crohasit.net\/wp-content\/uploads\/2025\/01\/logo.png"}</script>
<!-- / Yoast SEO Premium plugin. -->
<link rel="dns-prefetch" href="//uploadhaven.com">
<link rel="preconnect" href="https://uploadhaven.com" crossorigin>
<link rel="dns-prefetch" href="//download194.uploadhaven.com">
<link rel="preconnect" href="https://download194.uploadhaven.com" crossorigin>
<meta property="og:video" content="https://uploadhaven.com/video/embed/2aae3aeaa2447cd94f053562bfb04c5a?1234" />
<meta property="og:video:type" content="text/html" />
<meta property="og:video:width" content="1280" />
<meta property="og:video:height" content="720" />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='cro-ac-inline-css' type='text/css'>
.ac-wrap{position:relative}
.ac-dd{position:absolute;top:100%;left:0;right:0;background:#1a1a2e;border:1px solid #333;border-top:none;border-radius:0 0 8px 8px;z-index:9999;display:none;max-height:360px;overflow-y:auto;box-shadow:0 8px 24px rgba(0,0,0,.5)}
.ac-dd.open{display:block}
.ac-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.06);min-height:44px;box-sizing:border-box;transition:background .15s}
.ac-row:last-child{border-bottom:none}
.ac-row:hover,.ac-row.cur{background:rgba(255,255,255,.08)}
.ac-name{color:#e0e0e0;font-size:14px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px}
.ac-meta{display:flex;align-items:center;gap:6px;flex-shrink:0}
.ac-badge{font-size:10px;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.ac-b-character{background:rgba(168,85,247,.25);color:#c084fc}
.ac-b-franchise{background:rgba(59,130,246,.25);color:#93c5fd}
.ac-b-category{background:rgba(34,197,94,.25);color:#86efac}
.ac-b-tag{background:rgba(255,255,255,.1);color:#999}
.ac-cnt{color:#666;font-size:12px}
@media(max-width:768px){
.ac-dd{max-height:45vh}
.ac-row{padding:12px 16px;min-height:48px}
.ac-name{font-size:15px}
}
/*# sourceURL=cro-ac-inline-css */
</style>
<link rel='stylesheet' id='style-css' href='//crohasit.net/wp-content/cache/wpfc-minified/7uu8oc56/1y0q5.css' type='text/css' media='all' />
<style>
.post-thumbnail{position:relative}
.tag-chip{position:absolute;top:6px;left:6px;z-index:3;background:rgba(0,0,0,.65);color:#fff;font-size:11px;font-weight:600;line-height:1;padding:3px 8px;border-radius:10px;letter-spacing:.3px;pointer-events:none;white-space:nowrap;max-width:calc(100% - 50px);overflow:hidden;text-overflow:ellipsis}
@media(max-width:768px){.tag-chip{font-size:9.5px;padding:2px 6px;line-height:10px;top:4px;left:4px;border-radius:8px;letter-spacing:.2px}}
</style><link rel="icon" href="https://crohasit.net/wp-content/uploads/2026/03/cropped-crohasit-favicon-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://crohasit.net/wp-content/uploads/2026/03/cropped-crohasit-favicon-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://crohasit.net/wp-content/uploads/2026/03/cropped-crohasit-favicon-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://crohasit.net/wp-content/uploads/2026/03/cropped-crohasit-favicon-1-270x270.png" />
<style type="text/css" id="wp-custom-css">
/* ===================== HEADER BAR OVERRIDES ===================== */
.body-nsfw .header{
background: #0d1117 !important;
box-shadow: none !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.body-nsfw .header > .container{
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
display: block !important;
float: none !important;
}
.body-nsfw .header .logo{
float: none !important;
margin: 0 !important;
text-align: left !important;
width: auto !important;
}
.body-nsfw .header .secondary-nav,
.body-nsfw .secondary-nav{
background: none !important;
box-shadow: none !important;
border: none !important;
clear: none !important;
padding: 0 !important;
margin: 0 !important;
}
.site-header-bar{
background: #0d1117;
border-bottom: 1px solid rgba(255,255,255,.06);
}
/* Search container — transparent, no ghost box */
.body-nsfw .nsfw-search-container{
background: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 8px 0 !important;
}
.body-nsfw .nsfw-search-container input[type="search"]{
background: rgba(255,255,255,.04) !important;
border: 1.5px solid rgba(0, 187, 255, .35) !important;
border-radius: 8px !important;
color: #ccc !important;
padding: 9px 14px !important;
font-size: 13px !important;
transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
max-width: 520px;
margin: 0 auto;
display: block;
}
.body-nsfw .nsfw-search-container input[type="search"]:focus{
background: rgba(255,255,255,.06) !important;
border-color: #00bbff !important;
box-shadow: 0 0 0 2px rgba(0, 187, 255, .15) !important;
outline: none !important;
}
.body-nsfw .nsfw-search-container input[type="search"]::placeholder{
color: rgba(255,255,255,.35);
}
.body-nsfw .nsfw-search-container .nav-search{
display: flex !important;
justify-content: center;
max-width: 100%;
}
.body-nsfw .nsfw-search-container .nav-search form{
width: 100%;
max-width: 520px;
}
.body-nsfw .nsfw-search-container .container{
max-width: 100% !important;
padding: 0 20px !important;
}
/* ===================== WIDE LAYOUT ===================== */
.body-nsfw .main-content,
.body-nsfw #main-content{
background: none !important;
box-shadow: none !important;
max-width: 100% !important;
}
.body-nsfw .main-content.container,
.body-nsfw #main-content.container{
max-width: 1400px !important;
padding-left: 20px !important;
padding-right: 20px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.body-nsfw #main-content > .content,
.body-nsfw .main-content > .content{
width: 100% !important;
max-width: 100% !important;
float: none !important;
padding: 12px 0 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
/* ===================== FULL WIDTH + SIDEBAR HIDE ===================== */
body.page .main-content .sidebar { display: none !important; }
body.page #main-content .content,
body.page .main-content .content {
width: 100% !important;
float: none !important;
flex: 1 1 100% !important;
max-width: 100% !important;
}
body.page #main-content,
body.page .main-content { display: block !important; }
/* ===================== MAIN GRID CARDS ===================== */
.post-nsfw{
background: transparent;
border: none;
border-radius: 6px;
overflow: hidden;
box-shadow: none;
/* transition moved to hover media query */
display: flex;
flex-direction: column;
position: relative;
z-index: 0;
touch-action: manipulation;
}
.post-nsfw .post-nsfw-link{
display: flex;
flex-direction: column;
flex: 1 1 auto;
width: 100%;
height: 100%;
color: inherit !important;
text-decoration: none !important;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 2;
}
.post-nsfw .post-thumbnail,
.post-nsfw .post-thumb,
.post-nsfw .thumb,
.post-nsfw figure{
margin: 0 !important;
padding: 0 !important;
line-height: 0;
overflow: hidden !important;
border-radius: 6px;
position: relative !important;
aspect-ratio: 4 / 3;
}
.content .post-nsfw .post-thumbnail img,
.content .post-nsfw img.wp-post-image,
.post-nsfw .post-thumbnail img,
.post-nsfw img{
display: block !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
border-radius: 0 !important;
margin: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
transform: none !important;
/* transition moved to hover media query */
}
/* Overlay */
.post-nsfw .post-thumbnail .post-nsfw-overlay,
.post-nsfw .post-nsfw-overlay{
position: absolute !important;
top: 0 !important;
left: 2 !important;
right: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 100% !important;
display: flex !important;
flex-direction: column !important;
justify-content: flex-end !important;
align-items: stretch !important;
padding: 0 !important;
margin: 0 !important;
pointer-events: none;
overflow: hidden;
z-index: 5 !important;
background: none !important;
border: none !important;
box-shadow: none !important;
}
/* Gradient */
.post-nsfw-overlay::before,
.post-nsfw .post-nsfw-overlay::before{
content: "" !important;
display: block !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
to top,
rgba(0, 0, 0, .78) 0%,
rgba(0, 0, 0, .55) 16%,
rgba(0, 0, 0, .28) 34%,
rgba(0, 0, 0, .08) 52%,
rgba(0, 0, 0, 0) 66%
) !important;
pointer-events: none !important;
z-index: 0 !important;
}
.post-nsfw .post-nsfw-overlay > .post-title,
.post-nsfw .post-nsfw-overlay > .post-stats{
position: relative;
z-index: 2;
padding-left: 14px !important;
padding-right: 14px !important;
}
.post-nsfw .post-nsfw-overlay > .post-title{
margin: 0 0 4px !important;
padding-top: 0 !important;
}
.post-nsfw .post-nsfw-overlay > .post-stats{
padding-bottom: 9px !important;
}
/* Title */
article.post-nsfw .post-nsfw-overlay .post-title,
.post-nsfw .post-title{
color: #fff !important;
font-size: 12px !important;
font-weight: 600 !important;
line-height: 1.30 !important;
padding: 0 0 0 2px !important;
margin-top: 0 !important;
display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-shadow:
0 1px 3px rgba(0,0,0,.7),
0 0 6px rgba(0,0,0,.35);
}
/* Stats row */
.post.post-nsfw .post-nsfw-overlay .post-stats,
.post-nsfw .post-nsfw-overlay .post-stats{
padding: 0 !important;
margin: 0 !important;
overflow: visible !important;
display: block !important;
font-size: inherit !important;
}
/* Meta row */
.content--3 .post-nsfw .post-stats .post-stats--meta,
.content--3 .post-stats .post-stats--meta{
display: flex !important;
gap: 8px !important;
align-items: center !important;
font-size: 11px !important;
line-height: 1.25 !important;
color: rgba(255,255,255,.85) !important;
white-space: nowrap !important;
flex-wrap: nowrap !important;
margin: 0 !important;
margin-bottom: 0 !important;
text-shadow:
0 1px 2px rgba(0,0,0,.6),
0 0 4px rgba(0,0,0,.3);
}
.content--3 .post-stats .post-stats--meta .post-stats__item{
display: inline-flex !important;
align-items: center !important;
gap: 4px !important;
white-space: nowrap !important;
}
.content--3 .post-stats .post-stats--meta i,
.content--3 .post-stats .post-stats--meta svg{
width: 12px !important;
height: 12px !important;
opacity: .78 !important;
flex-shrink: 0 !important;
}
.content--3 .post-stats .post-stats--meta > * + *{
position: relative;
padding-left: 12px;
}
.content--3 .post-stats .post-stats--meta > * + *::before{
content: "•";
position: absolute;
left: 0;
opacity: .60;
}
/* Duration badge */
.post-stats--meta .video-duration {
background: rgba(0,0,0,.70);
color: #fff;
font-size: 11px;
font-weight: 600;
padding: 2px 6px;
border-radius: 4px;
margin-left: auto;
letter-spacing: .3px;
}
.post-stats--meta .video-duration::before {
display: none;
}
.post-nsfw .post-stats--meta{
font-weight: 500 !important;
opacity: .92 !important;
}
/* ===================== GRID LAYOUT ===================== */
.content--3,
#main-content .content--3,
body.search .content--3,
body.search #main-content .content--3{
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 10px !important;
flex-wrap: unset !important;
justify-content: unset !important;
}
.content--3 .post,
.content--3 .post-nsfw,
.content--3 > article,
#main-content .content--3 .post,
#main-content .content--3 .post-nsfw,
body.search .content--3 > article.post{
flex: unset !important;
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
float: none !important;
margin: 0 !important;
display: flex !important;
flex-direction: column !important;
visibility: visible !important;
position: static !important;
}
.content--3 .post:last-child,
.content--3 .post-nsfw:last-child{
display: flex !important;
}
/* ===================== RESPONSIVE GRID ===================== */
@media (max-width: 900px){
.content--3,
#main-content .content--3,
body.search .content--3,
body.search #main-content .content--3{
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 12px !important;
}
}
@media (max-width: 540px){
.content--3,
#main-content .content--3,
body.search .content--3,
body.search #main-content .content--3{
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 10px !important;
}
.post-nsfw .post-thumbnail,
.post-nsfw .post-thumb,
.post-nsfw .thumb,
.post-nsfw figure{
aspect-ratio: 4 / 3 !important;
border-radius: 10px !important;
width: 100% !important;
}
.post-nsfw-overlay::before,
.post-nsfw .post-nsfw-overlay::before{
background: linear-gradient(
to top,
rgba(0, 0, 0, .82) 0%,
rgba(0, 0, 0, .58) 18%,
rgba(0, 0, 0, .30) 36%,
rgba(0, 0, 0, .08) 54%,
rgba(0, 0, 0, 0) 68%
) !important;
}
.post-nsfw .post-nsfw-overlay > .post-title,
.post-nsfw .post-nsfw-overlay > .post-stats{
padding-left: 10px !important;
padding-right: 10px !important;
}
.post-nsfw .post-nsfw-overlay > .post-title{
margin: 0 0 3px !important;
padding-top: 0 !important;
}
.post-nsfw .post-nsfw-overlay > .post-stats{
padding-bottom: 7px !important;
}
article.post-nsfw .post-nsfw-overlay .post-title,
.post-nsfw .post-title{
font-size: 11px !important;
line-height: 1.28 !important;
-webkit-line-clamp: 2 !important;
}
.content--3 .post-stats .post-stats--meta{
font-size: 11px !important;
gap: 6px !important;
line-height: 1.1 !important;
}
.content--3 .post-stats .post-stats--meta > * + *{
padding-left: 8px !important;
}
.content--3 .post-stats .post-stats--meta i,
.content--3 .post-stats .post-stats--meta svg{
width: 10px !important;
height: 10px !important;
}
.collection-heart--card{
width: 24px !important;
height: 24px !important;
top: 5px !important;
right: 5px !important;
}
.collection-heart--card .collection-heart__icon{
font-size: 10px !important;
}
}
@media (max-width: 380px){
.content--3,
#main-content .content--3{
gap: 8px !important;
}
.post-nsfw .post-nsfw-overlay > .post-title,
.post-nsfw .post-nsfw-overlay > .post-stats{
padding-left: 8px !important;
padding-right: 8px !important;
}
.post-nsfw .post-nsfw-overlay > .post-title{
padding-top: 0 !important;
margin-bottom: 2px !important;
}
.post-nsfw .post-nsfw-overlay > .post-stats{
padding-bottom: 6px !important;
}
article.post-nsfw .post-nsfw-overlay .post-title,
.post-nsfw .post-title{
font-size: 10.5px !important;
line-height: 1.24 !important;
}
.content--3 .post-stats .post-stats--meta{
font-size: 9.5px !important;
gap: 5px !important;
}
.content--3 .post-stats .post-stats--meta > * + *{
padding-left: 7px !important;
}
.content--3 .post-stats .post-stats--meta i,
.content--3 .post-stats .post-stats--meta svg{
width: 9px !important;
height: 9px !important;
}
}
/* ===================== HOVER / TOUCH ===================== */
@media (hover: hover) and (pointer: fine){
.post-nsfw:hover{
transform: translateY(-3px);
box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
transition: transform .25s ease, box-shadow .25s ease;
}
.post-nsfw:hover img{
transform: scale(1.04) !important;
opacity: .92;
}
}
@media (hover: none) and (pointer: coarse){
.post-nsfw{ transform: none !important;  transition: none !important; }
.post-nsfw img{ transform: none !important; opacity: 1 !important; transition: none !important; }
}
@media (prefers-reduced-motion: reduce){
.post-nsfw,
.post-nsfw img{ transition: none !important; }
}
.post-nsfw:focus-within,
.related-posts__items article:focus-within{
outline: 2px solid rgba(0, 0, 0, .15);
outline-offset: 2px;
}
/* ===================== RELATED VIDEOS ===================== */
.related-posts{ margin: 18px 0 10px; }
.related-posts__items{
--rp-gap: 12px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: var(--rp-gap);
margin: 0;
padding: 0;
justify-content: center !important;
align-items: flex-start !important;
}
@media (max-width: 980px){
.related-posts__items{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
.related-posts__items{
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 10px !important;
}
}
.related-posts__items > *{ margin: 0 !important; }
.related-posts__items article,
.related-posts__items .related-post,
.related-post{
background: transparent;
border: none;
border-radius: 8px;
overflow: hidden;
box-shadow: none;
/* transition moved to hover media query */
display: flex;
flex-direction: column;
}
@media (hover: hover) and (pointer: fine){
.related-posts__items article:hover,
.related-posts__items .related-post:hover,
.related-post:hover{
transform: translateY(-2px);
box-shadow: 0 3px 8px rgba(0, 0, 0, .12);
}
}
.related-post .thumb-wrap,
.related-post figure{
margin: 0 !important;
padding: 0 !important;
line-height: 0;
overflow: hidden;
border-radius: 8px;
aspect-ratio: 4 / 3;
}
.related-post img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transform: none !important;
}
.related-post .entry-title,
.related-post .post-title,
.related-post .title,
.related-post .meta,
.related-post .post-meta{
padding: 8px 10px;
line-height: 1.45;
}
/* Related post-nsfw cards */
.related-posts__items .post-nsfw{
margin: 0 !important;
width: auto !important;
max-width: 100% !important;
}
.related-posts__items .related-post{
width: auto !important;
max-width: 100% !important;
margin: 0 auto 14px !important;
overflow: hidden !important;
border-radius: 10px !important;
box-shadow: none !important;
background: transparent;
}
.related-posts__items .related-post .thumb,
.related-posts__items .related-post .post-thumbnail,
.related-posts__items .related-post figure,
.related-posts__items .related-post .thumb-wrap{
height: auto !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
border-radius: 10px !important;
aspect-ratio: 4 / 3 !important;
}
.related-posts__items .related-post img{
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
border-radius: inherit !important;
}
.related-posts__items .related-post .entry-title,
.related-posts__items .related-post .post-title,
.related-posts__items .related-post .title{
display: -webkit-box !important;
-webkit-box-orient: vertical !important;
-webkit-line-clamp: 2 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: normal !important;
padding: 8px 10px 10px !important;
line-height: 1.35 !important;
font-size: 16px !important;
margin: 0 !important;
}
@media (max-width: 600px){
.related-posts__items{ gap: 10px !important; }
.related-posts__items .related-post{ margin-bottom: 6px !important; }
.related-posts__items .related-post .entry-title,
.related-posts__items .related-post .post-title,
.related-posts__items .related-post .title{
padding: 7px 8px 8px !important;
font-size: 12px !important;
line-height: 1.28 !important;
}
}
/* Related meta stats */
.related-posts__items .post-stats .post-stats--meta{
display: flex !important;
gap: 8px !important;
align-items: center !important;
font-size: 11px !important;
line-height: 1.25 !important;
color: rgba(255,255,255,.85) !important;
white-space: nowrap !important;
flex-wrap: nowrap !important;
margin: 0 !important;
text-shadow:
0 1px 3px rgba(0,0,0,.85),
0 0 6px rgba(0,0,0,.45);
}
.related-posts__items .post-stats .post-stats--meta .post-stats__item{
display: inline-flex !important;
align-items: center !important;
gap: 3px !important;
white-space: nowrap !important;
}
.related-posts__items .post-stats .post-stats--meta i,
.related-posts__items .post-stats .post-stats--meta svg{
width: 11px !important;
height: 11px !important;
opacity: .62 !important;
flex-shrink: 0 !important;
}
.related-posts__items .post-stats .post-stats--meta > * + *{
position: relative;
padding-left: 10px;
}
.related-posts__items .post-stats .post-stats--meta > * + *::before{
content: "•";
position: absolute;
left: 0;
opacity: .40;
}
@media (max-width: 540px){
.related-posts__items .post-stats .post-stats--meta{
font-size: 11px !important;
gap: 6px !important;
line-height: 1.1 !important;
}
.related-posts__items .post-stats .post-stats--meta > * + *{
padding-left: 8px !important;
}
.related-posts__items .post-stats .post-stats--meta i,
.related-posts__items .post-stats .post-stats--meta svg{
width: 10px !important;
height: 10px !important;
}
}
/* ===================== DOWNLOAD BUTTON ===================== */
a.btn-download::before,
a.btn-download::after { content: none !important; background: none !important; }
a.btn-download svg,
a.btn-download i,
a.btn-download [class*="icon"],
a.btn-download [class^="icon"]{ display: none !important; }
a.btn-download{
display: inline-flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 4px !important;
animation: none !important;
-webkit-animation: none !important;
padding: 12px 28px !important;
border-radius: 14px !important;
font-family: "Inter","Poppins",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: .2px !important;
font-size: 15px !important;
line-height: 1.25 !important;
text-decoration: none !important;
border: 0 !important;
background: linear-gradient(135deg,#007efc,#06d1ff) !important;
color: #fff !important;
box-shadow: 0 6px 14px rgba(0,0,0,.18) !important;
transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}
a.btn-download:hover{
transform: translateY(-1px) !important;
background: linear-gradient(135deg,#00a6ff,#00c3ff) !important;
box-shadow: 0 8px 18px rgba(0,0,0,.22) !important;
}
a.btn-download:active{
transform: translateY(0) scale(.99) !important;
box-shadow: 0 4px 10px rgba(0,0,0,.2) !important;
}
a.btn-download:focus{
outline: none !important;
box-shadow: 0 0 0 3px rgba(255,255,255,.35), 0 0 0 6px rgba(0,160,255,.45), 0 8px 18px rgba(0,0,0,.25) !important;
}
a.btn-download em{
display: block !important;
margin-top: 2px !important;
font-size: 12px !important;
font-style: normal !important;
opacity: .80 !important;
color: rgba(255,255,255,.85) !important;
}
.single-nsfw .btn-download{ margin: 12px auto 10px !important; }
@media (max-width: 480px){
a.btn-download{ padding: 11px 22px !important; font-size: 14px !important; }
a.btn-download em{ font-size: 11.5px !important; }
}
a.btn-download + br { display: none !important; }
/* ===================== VOTE BUTTONS ===================== */
.video-details .vote-button,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button { color: #8a93a2 !important; }
.video-details .vote-button.vote-button--upvote,
.video-details .vote-button.vote-button--upvote:link,
.video-details .vote-button.vote-button--upvote:visited,
.video-details .vote-button.vote-button--upvote:hover,
.video-details .vote-button.vote-button--upvote:active,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote:link,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote:visited,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote:hover,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote:active { color: #8a93a2 !important; }
.video-details .vote-button.vote-button--downvote,
.video-details .vote-button.vote-button--downvote:link,
.video-details .vote-button.vote-button--downvote:visited,
.video-details .vote-button.vote-button--downvote:hover,
.video-details .vote-button.vote-button--downvote:active,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downvote,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downvote:link,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downvote:visited,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downvote:hover,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downvote:active { color: #8a93a2 !important; }
/* Vote button active states */
.vote-button--upvote.is-active,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote.is-active { color: #2196f3 !important; }
.vote-button--downvote.is-active,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downvote.is-active { color: #ff4b4b !important; }
.video-details .vote-button svg,
.single-nsfw .video-info-wrapper .vote-buttons .vote-button svg { fill: currentColor !important; }
.visually-hidden{
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
/* ===================== SORT PILLS ===================== */
#main-content .nsfw-sortbar{
display: flex;
align-items: center;
gap: 12px;
margin: 10px 0 18px;
flex-wrap: wrap;
}
#main-content .nsfw-sort-label{
font-size: 14px;
letter-spacing: 0.2px;
color: rgba(255,255,255,.6) !important;
}
#main-content .nsfw-sortbar .nsfw-pill{
display: inline-flex;
align-items: center;
justify-content: center;
padding: 7px 12px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.2px;
text-decoration: none !important;
background: rgba(255,255,255,.06) !important;
border: 1px solid rgba(255,255,255,.14) !important;
color: rgba(255,255,255,.85) !important;
}
#main-content .nsfw-sortbar .nsfw-pill:not(.is-active):not([aria-current="page"]){
font-weight: 400 !important;
color: rgba(255,255,255,.7) !important;
}
#main-content .nsfw-sortbar .nsfw-pill:hover{
background: rgba(255,255,255,.1) !important;
border-color: rgba(255,255,255,.2) !important;
color: #fff !important;
}
#main-content .nsfw-sortbar .nsfw-pill.is-active,
#main-content .nsfw-sortbar .nsfw-pill[aria-current="page"]{
background: #00bbff !important;
border-color: #00bbff !important;
color: #fff !important;
font-weight: 600 !important;
}
/* ===================== LOAD MORE ===================== */
#nsfw-loadmore {
display: inline-block;
margin: 0 auto;
padding: 10px 18px;
font-size: 14px;
font-weight: 600;
letter-spacing: .3px;
background: transparent;
color: #1ec6f0;
text-decoration: none;
border: 2px solid #1ec6f0;
border-radius: 999px;
transition: all .15s ease;
}
#nsfw-loadmore:hover { background: rgba(30, 198, 240, 0.1); }
#nsfw-loadmore:active { transform: scale(.96); }
#nsfw-loadmore-wrap {
padding: 32px 16px 50px;
text-align: center;
}
/* ===================== MORE IN TOPIC ===================== */
.more-topic-posts .more-topic-head{
display: flex;
align-items: baseline;
margin: 22px 0 14px;
}
.more-topic-posts .more-topic-title{
font-weight: 700;
font-size: 22px;
color: #6b7280;
}
.more-topic-posts .more-topic-term{
color: #00bbff;
font-weight: 800;
text-decoration: none;
}
.more-topic-posts .more-topic-term:hover{ text-decoration: underline; }
/* ===================== VIDEO DESCRIPTION / TAXONOMY ===================== */
.dynamic-video-description,
.dynamic-video-description p,
.video-taxonomy-context,
.video-taxonomy-context p { color: #8a93a2 !important; }
.video-taxonomy-context strong {
font-weight: 500;
color: #999;
}
.video-taxonomy-context a,
.dynamic-video-description a {
color: #00bbff !important;
text-decoration: underline;
text-decoration-color: rgba(0,187,255,.35);
text-underline-offset: 2px;
transition: text-decoration-color .15s ease, color .15s ease;
}
.video-taxonomy-context a:hover,
.video-taxonomy-context a:focus-visible,
.dynamic-video-description a:hover,
.dynamic-video-description a:focus-visible {
color: #00bbff !important;
text-decoration-color: rgba(0,187,255,.75);
}
.popular-franchises { opacity: .92; }
/* ===================== COLLECTION HEARTS ===================== */
.post-nsfw-card{ position: relative; }
.post-nsfw .post-nsfw-link{
position: relative;
z-index: 1 !important;
}
.collection-heart--card{
position: absolute;
top: 7px;
right: 7px;
z-index: 30 !important;
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border: 1px solid rgba(255,255,255,.14);
border-radius: 999px;
background: rgba(10,10,10,.65);
color: #d5d5d5;
cursor: pointer;
transition:
transform .15s ease,
background .15s ease,
border-color .15s ease,
box-shadow .15s ease,
color .15s ease;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
line-height: 1;
pointer-events: auto !important;
-webkit-tap-highlight-color: transparent;
touch-action: manipulation;
box-shadow: 0 3px 10px rgba(0,0,0,.20);
}
.collection-heart--card:hover,
.collection-heart--card:focus-visible{
transform: translateY(-1px) scale(1.03);
background: rgba(18,18,18,.92);
border-color: rgba(255,255,255,.26);
box-shadow: 0 7px 20px rgba(0,0,0,.30);
color: #ff5a7a;
outline: none;
}
.collection-heart--card.is-saved{
color: #ff5b5b;
background: rgba(20,20,20,.88);
border-color: rgba(255,75,75,.42);
box-shadow: 0 6px 18px rgba(255,75,75,.14);
}
.collection-heart--card .collection-heart__icon{
font-size: 11px;
line-height: 1;
pointer-events: none;
}
@media (max-width: 767px){
.collection-heart--card{
width: 26px;
height: 26px;
top: 6px;
right: 6px;
}
.collection-heart--card .collection-heart__icon{ font-size: 10px; }
}
/* ===================== COLLECTION TOAST ===================== */
.collection-toast{
position: fixed;
left: 50%;
bottom: 24px;
transform: translateX(-50%) translateY(16px);
z-index: 99999;
display: flex;
align-items: center;
gap: 10px;
max-width: min(92vw, 520px);
padding: 12px 16px;
border-radius: 999px;
background: rgba(18,18,18,.94);
color: #fff;
border: 1px solid rgba(255,255,255,.10);
box-shadow: 0 12px 30px rgba(0,0,0,.28);
opacity: 0;
pointer-events: none;
transition: opacity .18s ease, transform .18s ease;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
font-size: 14px;
line-height: 1.3;
}
.collection-toast.is-visible{
opacity: 1;
transform: translateX(-50%) translateY(0);
pointer-events: auto;
}
.collection-toast__text{
color: #fff;
font-weight: 600;
}
.collection-toast__link{
color: #00bbff;
font-weight: 700;
text-decoration: none;
white-space: nowrap;
}
.collection-toast__link:hover,
.collection-toast__link:focus-visible{
color: #49d0ff;
text-decoration: underline;
}
@media (max-width: 700px){
.collection-toast{
bottom: 16px;
padding: 11px 14px;
border-radius: 18px;
font-size: 13px;
}
}
/* ===================== DARK MODE FIX (post WP Dark Mode removal) ===================== */
/* Titles */
.post-title-row .post-title,
.post .post-title,
h1.post-title{
color: #fff !important;
}
/* Content text */
.post-content,
.post-content p,
.entry-content,
.entry-content p{
color: #ccc !important;
}
/* Video info wrapper */
.video-info-wrapper{
background: rgba(255,255,255,.03) !important;
border: 1px solid rgba(255,255,255,.06) !important;
border-radius: 10px !important;
color: #ccc !important;
}
/* Video details */
.video-details,
.video-details span{
color: #b0b8c4 !important;
}
/* Category & tag pills */
.video-categories p{
color: #8a93a2 !important;
}
.video-categories a{
background: rgba(255,255,255,.06) !important;
border: 1px solid rgba(255,255,255,.10) !important;
color: #ccc !important;
border-radius: 6px !important;
padding: 5px 10px !important;
display: inline-block !important;
margin: 0 6px 6px 0 !important;
text-decoration: none !important;
font-size: 13px !important;
transition: background .15s ease, border-color .15s ease !important;
}
.video-categories a:hover{
background: rgba(255,255,255,.10) !important;
border-color: rgba(255,255,255,.18) !important;
color: #fff !important;
}
/* Archive page links */
.tag-list a,
.nsfw-tag-list a,
.taxonomy-list a{
color: #ccc !important;
}
/* Related / More in headings */
.related-posts h4,
.related-posts h3,
.related-posts h2{
color: #8b929e !important;
font-size: 22px !important;
font-weight: 700 !important;
}
h1.nsfw-title,
.nsfw-title{
color: #fff !important;
}
/* ===== Share button — dark theme ===== */
.action-button.share {
background: rgba(255,255,255,.04) !important;
border: 1px solid rgba(255,255,255,.10) !important;
border-radius: 999px !important;
padding: 8px 14px !important;
color: rgba(255,255,255,.6) !important;
font-size: 13px !important;
font-weight: 600 !important;
cursor: pointer !important;
transition: all .15s ease !important;
}
.action-button.share:hover {
background: rgba(255,255,255,.08) !important;
border-color: rgba(255,255,255,.18) !important;
color: #fff !important;
}
/* ===================== ACTION BAR — unified dark-pill style ===================== */
.video-actions .vote-buttons {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
background: none !important;
border: none !important;
padding: 0 !important;
}
.video-actions .vote-button,
.video-actions .vote-button.vote-button--downvote,
.video-actions .vote-button.vote-button--downvote {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
background: rgba(255,255,255,.04) !important;
border: 1px solid rgba(255,255,255,.10) !important;
border-radius: 999px !important;
padding: 0 !important;
color: rgba(255,255,255,.5) !important;
cursor: pointer !important;
transition: all .15s ease !important;
line-height: 1 !important;
}
.video-actions .vote-button:hover {
background: rgba(255,255,255,.08) !important;
border-color: rgba(255,255,255,.18) !important;
color: #fff !important;
}
.video-actions .vote-button--upvote.is-active {
color: #00bbff !important;
border-color: rgba(0,187,255,.35) !important;
background: rgba(0,187,255,.08) !important;
}
.video-actions .vote-button--downvote.is-active,
.video-actions .vote-button.vote-button--downvote.is-active {
color: #ff5b5b !important;
border-color: rgba(255,75,75,.35) !important;
background: rgba(255,75,75,.08) !important;
}
/* Collection heart — match the share pill */
.video-info-wrapper .collection-heart,
#collectionToggle {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
background: rgba(255,255,255,.04) !important;
border: 1px solid rgba(255,255,255,.10) !important;
border-radius: 999px !important;
padding: 0 !important;
color: rgba(255,255,255,.6) !important;
font-size: 15px !important;
cursor: pointer !important;
transition: all .15s ease !important;
line-height: 1 !important;
}
.video-info-wrapper .collection-heart:hover,
#collectionToggle:hover {
background: rgba(255,255,255,.08) !important;
border-color: rgba(255,255,255,.18) !important;
color: #ff5b5b !important;
}
#collectionToggle.is-saved {
color: #ff5b5b !important;
border-color: rgba(255,75,75,.35) !important;
background: rgba(255,75,75,.08) !important;
}
@media (max-width: 700px) {
.popular-franchises {
margin-bottom: 23px !important;
}
}
/* ===================== CONTACT PAGE ===================== */
.ch-contact-card,
div[class*="ch-contact"] {
background: rgba(255,255,255,.04) !important;
border: 1px solid rgba(255,255,255,.08) !important;
border-radius: 10px !important;
color: #ccc !important;
box-shadow: none !important;
}
.ch-contact-card h1,
.ch-contact-card h2,
.ch-contact-card h3,
.ch-contact-card .post-title {
color: #fff !important;
}
.ch-contact-card label {
color: #9aa3ad !important;
}
.ch-contact-card input,
.ch-contact-card textarea,
.ch-contact-card select {
background: rgba(255,255,255,.06) !important;
border: 1px solid rgba(255,255,255,.12) !important;
border-radius: 6px !important;
color: #ccc !important;
box-shadow: none !important;
}
.ch-contact-card input:focus,
.ch-contact-card textarea:focus {
border-color: #00bbff !important;
box-shadow: 0 0 0 2px rgba(0,187,255,.15) !important;
outline: none !important;
}
.ch-contact-card input::placeholder,
.ch-contact-card textarea::placeholder {
color: rgba(255,255,255,.35) !important;
}
.ch-contact-card button[type="submit"],
.ch-contact-card input[type="submit"] {
background: #00bbff !important;
color: #001018 !important;
border: none !important;
border-radius: 999px !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: filter .15s ease !important;
}
.ch-contact-card button[type="submit"]:hover,
.ch-contact-card input[type="submit"]:hover {
filter: brightness(.9) !important;
}
/* ===================== TOS / PRIVACY POLICY PAGE HEADER ===================== */
.page .post-title-row,
.page #breadcrumbs,
.page p#breadcrumbs,
.page .breadcrumb,
.page .breadcrumbs {
text-align: center !important;
}
.page h1.post-title,
.page .post-title {
text-align: center !important;
}
/* Hide empty heart-count icon in stats */
.content--3 .post-stats .post-stats--meta .post-stats__item:nth-child(3) {
display: none !important;
}
/* ============ VOTE BUTTONS PILL CONTAINER ============ */
.single-nsfw .video-info-wrapper .vote-buttons,
.video-details .vote-buttons {
background: rgba(255, 255, 255, 0.04) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
border-radius: 999px !important;
padding: 6px 14px !important;
display: flex !important;
align-items: center !important;
gap: 6px !important;
}
/* Vote button items inside pill - no extra borders */
.single-nsfw .video-info-wrapper .vote-buttons .vote-button,
.video-details .vote-buttons .vote-button {
background: none !important;
border: none !important;
padding: 2px !important;
cursor: pointer !important;
}
/* ============ HEART PERFECT CENTERING ============ */
.single-nsfw .video-info-wrapper .collection-heart,
.single-nsfw .video-info-wrapper #collectionToggle,
.video-details .collection-heart,
.action-buttons .collection-heart {
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
width: 34px !important;
height: 34px !important;
}
.single-nsfw .video-info-wrapper .collection-heart svg,
.action-buttons .collection-heart svg {
display: block !important;
margin: 0 auto !important;
}
/* ===== iOS Safari double-tap fix ===== */
/* Override Smush lazy-load transition on touch devices */
@media (pointer: coarse) {
.post-nsfw,
.post-nsfw *,
.post-nsfw img,
.post-nsfw img.lazyloaded,
.post-nsfw .post-nsfw-link,
.post-nsfw .post-nsfw-overlay {
transition: none !important;
-webkit-transition: none !important;
}
.post-nsfw:hover,
.post-nsfw:hover img {
transform: none !important;
box-shadow: none !important;
opacity: 1 !important;
}
.related-posts__items .post-nsfw:hover,
.related-posts__items .post-nsfw:hover img {
transform: none !important;
box-shadow: none !important;
opacity: 1 !important;
}
}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>
</head>
<body class="wp-singular nsfw-template-default single single-nsfw postid-321184 wp-theme-crohasit body-nsfw">
<!-- ===== HEADER BAR: logo + nav on one line ===== -->
<header>
<div class="header">
<div class="site-header-bar" role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
<!-- Logo -->
<a href="https://crohasit.net/" class="logo">
<img
src="https://crohasit.net/wp-content/themes/crohasit/img/logo.png"
width="178"
height="61"
alt="Crohasit — NSFW Animations"
fetchpriority="high"
loading="eager"
decoding="async" />
</a>
<!-- Mobile hamburger -->
<button class="header-mobile-toggle" id="headerMenuToggle" type="button" aria-label="Toggle navigation">
<svg viewBox="0 0 448 512" aria-hidden="true" focusable="false">
<path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"/>
</svg>
</button>
<!-- Nav links -->
<nav class="header-nav" id="headerNav">
<ul id="menu-nsfw-menu" class="menu clearfix"><li id="menu-item-370080" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-370080"><a href="https://crohasit.net/trending/">Trending 🔥</a></li>
<li class="menu-item menu-item-reels"><a href="/reels/"> Reels</a></li>
<li id="menu-item-127258" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127258"><a href="https://crohasit.net/tags/">Tags</a></li>
<li id="menu-item-127259" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127259"><a href="https://crohasit.net/genres/">Genres</a></li>
<li id="menu-item-435080" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-435080"><a href="https://crohasit.net/my-collection/">My Collection ❤️</a></li>
<li id="menu-item-435165" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-435165"><a href="https://crohasit.net/recently-viewed/">Recently Viewed</a></li>
</ul>      </nav>
<!-- Desktop search toggle (hidden until search bar scrolls away) -->
<button class="header-search-toggle" id="headerSearchToggle" type="button" aria-label="Search">
<svg viewBox="0 0 512 512" width="18" height="18" aria-hidden="true"><path fill="currentColor" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>
</button>
</div>
</div>
</header>
<!-- Mobile backdrop -->
<div class="header-nav-backdrop" id="headerNavBackdrop"></div>
<!-- Sticky mobile nav (logo left, search + hamburger right) -->
<div class="sticky-mobile-nav" id="stickyMobileNav">
<a href="https://crohasit.net/" class="sticky-mobile-nav__logo">
<img
src="https://crohasit.net/wp-content/themes/crohasit/img/logo.png"
height="28"
alt="Crohasit" />
</a>
<div class="sticky-mobile-nav__actions">
<button class="sticky-mobile-nav__search" id="stickySearchToggle" type="button" aria-label="Search">
<svg viewBox="0 0 512 512" width="20" height="20" aria-hidden="true"><path fill="currentColor" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>
</button>
<button class="sticky-mobile-nav__menu" id="stickyMenuToggle" type="button" aria-label="Toggle navigation">
<svg viewBox="0 0 448 512" width="20" height="20" aria-hidden="true"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"/></svg>
</button>
</div>
</div>
<!-- Sticky search overlay (mobile) -->
<div class="sticky-search-overlay" id="stickySearchOverlay" hidden>
<form role="search" method="get" action="https://crohasit.net/" class="sticky-search-form">
<input type="hidden" name="post_type" value="nsfw" />
<input type="search" name="s" placeholder="Search videos..." autocomplete="off" />
<button type="button" class="sticky-search-close" id="stickySearchClose" aria-label="Close search">✕</button>
</form>
</div>
<!-- Desktop search dropdown -->
<div class="desktop-search-dropdown" id="desktopSearchDropdown" hidden>
<form role="search" method="get" action="https://crohasit.net/">
<input type="hidden" name="post_type" value="nsfw" />
<input type="search" name="s" placeholder="Search videos..." autocomplete="off" />
<button type="button" class="desktop-search-close" id="desktopSearchClose" aria-label="Close search">✕</button>
</form>
</div>
<!-- Search Bar -->
<div class="nsfw-search-container">
<div class="container">
<div class="nav-search">
<form role="search" method="get" action="https://crohasit.net/">
<input type="hidden" name="post_type" value="nsfw" />
<input
type="search"
name="s"
aria-label="Search for NSFW videos"
autocomplete="off"
placeholder="Enter a keyword to start searching..."
value="" />
</form>
</div>
</div>
</div>
<!-- All header scripts (runs after DOM elements above exist) -->
<script>
(function(){
// === Mobile menu drawer ===
var btn = document.getElementById('headerMenuToggle');
var nav = document.getElementById('headerNav');
var backdrop = document.getElementById('headerNavBackdrop');
if (!btn || !nav) return;
function openDrawer(){
nav.classList.add('is-open');
if (backdrop) backdrop.classList.add('is-visible');
document.body.style.overflow = 'hidden';
}
function closeDrawer(){
nav.classList.remove('is-open');
if (backdrop) backdrop.classList.remove('is-visible');
document.body.style.overflow = '';
}
btn.addEventListener('click', function(){
if (nav.classList.contains('is-open')) closeDrawer();
else openDrawer();
});
if (backdrop) backdrop.addEventListener('click', closeDrawer);
// === Sticky mobile nav ===
var sticky = document.getElementById('stickyMobileNav');
var stickyMenu = document.getElementById('stickyMenuToggle');
var searchToggle = document.getElementById('stickySearchToggle');
var searchOverlay = document.getElementById('stickySearchOverlay');
var searchClose = document.getElementById('stickySearchClose');
if (sticky) {
var mobileVisible = false;
var mobileTicking = false;
function onMobileScroll(){
if (mobileTicking) return;
mobileTicking = true;
requestAnimationFrame(function(){
var show = window.scrollY > 120 && window.innerWidth <= 768;
if (show !== mobileVisible){
mobileVisible = show;
sticky.classList.toggle('is-visible', show);
}
mobileTicking = false;
});
}
window.addEventListener('scroll', onMobileScroll, {passive: true});
window.addEventListener('resize', onMobileScroll);
if (stickyMenu) stickyMenu.addEventListener('click', openDrawer);
if (searchToggle && searchOverlay){
searchToggle.addEventListener('click', function(){
searchOverlay.hidden = false;
var input = searchOverlay.querySelector('input[type="search"]');
if (input) input.focus();
});
}
if (searchClose && searchOverlay){
searchClose.addEventListener('click', function(){ searchOverlay.hidden = true; });
}
}
// === Desktop search dropdown ===
var deskToggle = document.getElementById('headerSearchToggle');
var deskDropdown = document.getElementById('desktopSearchDropdown');
var deskClose = document.getElementById('desktopSearchClose');
if (deskToggle && deskDropdown){
deskToggle.addEventListener('click', function(){
var isOpen = !deskDropdown.hidden;
deskDropdown.hidden = isOpen;
if (!isOpen){
var input = deskDropdown.querySelector('input[type="search"]');
if (input) input.focus();
}
});
if (deskClose){
deskClose.addEventListener('click', function(){ deskDropdown.hidden = true; });
}
document.addEventListener('keydown', function(e){
if (e.key === 'Escape' && !deskDropdown.hidden){
deskDropdown.hidden = true;
}
});
}
// === Desktop search icon: show only after search bar scrolls away ===
// .nsfw-search-container is now above this script so it's guaranteed to exist
var searchContainer = document.querySelector('.nsfw-search-container');
// === Hide main search bar when sticky/desktop search is active ===
var stickyOvr = document.getElementById('stickySearchOverlay');
var deskDrop = document.getElementById('desktopSearchDropdown');
var mainSearch = document.querySelector('.nsfw-search-container');
function syncMainSearch(){
if (!mainSearch) return;
var stickyOpen = stickyOvr && !stickyOvr.hidden;
var deskOpen = deskDrop && !deskDrop.hidden;
if (stickyOpen || deskOpen) {
mainSearch.classList.add('sticky-search-active');
} else {
mainSearch.classList.remove('sticky-search-active');
}
}
if (stickyOvr) {
new MutationObserver(syncMainSearch).observe(stickyOvr, {attributes:true, attributeFilter:['hidden']});
}
if (deskDrop) {
new MutationObserver(syncMainSearch).observe(deskDrop, {attributes:true, attributeFilter:['hidden']});
}
if (deskToggle && searchContainer) {
var deskSearchVisible = false;
var deskTicking = false;
function checkSearchScroll(){
if (deskTicking) return;
deskTicking = true;
requestAnimationFrame(function(){
var hidden = window.scrollY > 80 && window.innerWidth > 768;
if (hidden !== deskSearchVisible){
deskSearchVisible = hidden;
deskToggle.style.display = hidden ? 'inline-flex' : 'none';
}
deskTicking = false;
});
}
window.addEventListener('scroll', checkSearchScroll, {passive: true});
window.addEventListener('resize', checkSearchScroll);
checkSearchScroll();
}
})();
</script>
<!--
=====================================================================
SINGLE-NSFW INLINE STYLES
These are self-contained and scoped. They do NOT touch .content--3,
.post-nsfw cards, grid layout, or anything the Additional CSS handles.
=====================================================================
-->
<style>
/* ---- Title row ---- */
.post-title-row{ display:block; }
.post-title-row .post-title{ margin:0; }
/* ---- Video description ---- */
.dynamic-video-description{ margin:10px 0 4px; padding:0; background:none; border:none; }
.dynamic-video-description p{ margin:0; font-size:14px; line-height:1.6; color:#8a93a2; }
/* ---- Video info wrapper layout ---- */
.video-info-wrapper{ display:block !important; width:100% !important; }
.video-info-wrapper .video-details{
display:flex !important; flex-wrap:wrap !important; align-items:center !important;
justify-content:flex-start !important; gap:10px !important;
overflow:visible !important; width:100% !important; margin-bottom:15px !important;
}
.video-info-wrapper .video-details > span{ margin-right:0 !important; }
.video-info-wrapper .video-details .video-actions{ margin-left:auto !important; justify-content:flex-end !important; }
.video-actions{ display:flex; align-items:center; gap:10px; }
.vote-buttons{ display:flex; align-items:center; gap:8px; }
.vote-button{
cursor:pointer; line-height:0;
transition:all .15s ease;
}
.vote-button svg{ width:18px; height:18px; display:block; fill:currentColor; }
.vote-button.is-active{ outline:none; }
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote{ color:#8a93a2; }
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--upvote.is-active{ color:#2196f3; }
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downvote{ color:#8a93a2; }
.single-nsfw .video-info-wrapper .vote-buttons .vote-button.vote-button--downvote.is-active{ color:#ff4b4b; }
.video-actions .share-toast{
margin-left:.5rem; font-size:13px; opacity:0; transition:opacity .3s ease;
background:rgba(0,0,0,.7); color:#fff; padding:4px 10px; border-radius:999px;
}
.video-info-wrapper .action-buttons{ display:flex !important; align-items:center !important; gap:10px !important; }
/* ---- Taxonomy / categories ---- */
.video-taxonomy-context,
.video-categories{ display:block !important; width:100% !important; clear:both !important; }
.video-taxonomy-context{ margin:12px 0 14px; }
.video-taxonomy-context p{ margin:0; font-size:14px; line-height:1.65; color:#8a93a2; }
.video-taxonomy-context a{ color:inherit; text-decoration:none; border-bottom:1px solid rgba(138,147,162,.35); transition:border-color .15s ease, color .15s ease; }
.video-taxonomy-context a:hover,
.video-taxonomy-context a:focus-visible{ color:#bfc6cf; border-bottom-color:rgba(191,198,207,.7); outline:none; }
/* ---- Collection heart (action bar) ---- */
.collection-heart{
flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; padding:0;
width:34px; height:34px; border:1px solid rgba(255,255,255,.14); border-radius:999px;
background:rgba(10,10,10,.72); color:#cfcfcf; cursor:pointer; line-height:1;
transition:transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease;
backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
}
.video-info-wrapper .collection-heart, .video-info-wrapper #collectionToggle{ padding:0; }
.collection-heart:hover,
.collection-heart:focus-visible{
transform:translateY(-1px) scale(1.03); background:rgba(18,18,18,.92);
border-color:rgba(255,255,255,.24); box-shadow:0 6px 18px rgba(0,0,0,.28); color:#ff5a7a; outline:none;
}
.collection-heart.is-saved{ color:#ff4b4b; background:rgba(20,20,20,.86); border-color:rgba(255,75,75,.36); }
.collection-heart__icon{ font-size:14px; line-height:1; }
/* ---- Comments ---- */
.tc{ margin:24px 0; text-align:center; }
.tc-load{
appearance:none; border:0; cursor:pointer; padding:10px 16px; border-radius:9999px;
background:#00bbff; color:#001018; font-weight:700;
display:inline-flex; align-items:center; justify-content:center;
box-shadow:0 2px 12px rgba(0,0,0,.2);
}
.tc-load:hover{ filter:brightness(.95); }
.tc-load:active{ transform:translateY(1px); }
.tc.is-loading .tc-load{ opacity:.6; pointer-events:none; }
.tc.is-loaded .tc-load{ display:none; }
.tc.is-loaded #tc-root{ display:block; }
#tc-root[hidden]{ display:none; }
/* ---- Mobile ---- */
@media (max-width:700px){
.collection-heart{ width:32px; height:32px; }
.video-taxonomy-context{ margin:10px 0 12px; }
.video-taxonomy-context p{ font-size:13px; line-height:1.6; }
.video-info-wrapper .video-details .video-actions{
margin-left:0 !important; width:100% !important; justify-content:flex-start !important;
}
}
</style>
<!-- Main Content -->
<section id="main-content" class="main-content container clearfix" role="main" data-nsfw-id="321184">
<div class="content" style="width: 100%;">
<article id="post-321184" class="post post-321184 nsfw type-nsfw status-publish has-post-thumbnail hentry nsfw_category-3d nsfw_tag-big-areola nsfw_tag-big-cleavage nsfw_tag-big-testicles nsfw_tag-big-thighs nsfw_tag-big-white-cock nsfw_tag-facesitting nsfw_tag-futanari nsfw_tag-moaning-in-pleasure nsfw_tag-sound">
<div class="post-title-row">
<h1 class="post-title">Feed Me [SecretDreams][4K]</h1>        </div>
<div class="post-content">
<!-- Player -->
<div class="video-player">
<iframe
title="Feed Me [SecretDreams][4K]"
style="aspect-ratio: 16 / 9; width: 100% !important;"
src="https://uploadhaven.com/video/embed/2aae3aeaa2447cd94f053562bfb04c5a?1234&#038;poster=https%3A%2F%2Fcrohasit.net%2Fwp-content%2Fuploads%2F2026%2F01%2FFeed-Me-SecretDreams4K.png"
loading="eager"
frameborder="0" scrolling="no" style="overflow:hidden"
allow="accelerometer; fullscreen; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
</div>
<div class="dynamic-video-description">
<p>Watch Feed Me [SecretDreams][4K] in high quality on Crohasit. This ﻿3D video features themes like big areola, big cleavage, and big testicles.</p>
</div>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Crohasit","item":"https://crohasit.net/"},{"@type":"ListItem","position":2,"name":"﻿3D","item":"https://crohasit.net/genre/3d/"},{"@type":"ListItem","position":3,"name":"Feed Me [SecretDreams][4K]","item":"https://crohasit.net/feed-me-secretdreams4k/"}]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"VideoObject","name":"Feed Me [SecretDreams][4K]","description":"Watch Feed Me [SecretDreams][4K] in high quality on Crohasit. This ﻿3D video features themes like big areola, big cleavage, and big testicles.","thumbnailUrl":"https://crohasit.net/wp-content/uploads/2026/01/Feed-Me-SecretDreams4K.png","uploadDate":"2026-01-29T15:05:13-07:00","embedUrl":"https://uploadhaven.com/video/embed/2aae3aeaa2447cd94f053562bfb04c5a?1234&poster=https%3A%2F%2Fcrohasit.net%2Fwp-content%2Fuploads%2F2026%2F01%2FFeed-Me-SecretDreams4K.png","contentUrl":"https://uploadhaven.com/download/2aae3aeaa2447cd94f053562bfb04c5a","url":"https://crohasit.net/feed-me-secretdreams4k/","isFamilyFriendly":false,"publisher":{"@type":"Organization","name":"Crohasit","logo":{"@type":"ImageObject","url":"https://crohasit.net/wp-content/themes/crohasit/img/logo.png"}},"potentialAction":{"@type":"WatchAction","target":"https://crohasit.net/feed-me-secretdreams4k/"},"duration":"PT2M44S"}</script>
<!-- Video Info Wrapper -->
<div class="video-info-wrapper">
<div class="video-details">
<span class="video-details--views">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor"><path d="M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z"/></svg>
<span class="js-view-count" data-post-id="321184">856</span> views
</span>
<span class="video-details--date">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/></svg>
<span class="js-time-ago" data-post-id="321184" data-ts="1769724313">2 months ago</span>
</span>
<span class="video-details--rating" id="rating-line">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2-16-16 16l-97.5 0c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8l97.5 0c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32L0 448c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32l-64 0z"/></svg>
<span class="rating-text">No ratings yet</span>
</span>
<span class="video-details--duration">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 2a10 10 0 100 20A10 10 0 0012 2zm0 18a8 8 0 110-16 8 8 0 010 16zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z"/>
</svg>
<span class="video-duration">2:44</span>
</span>
<!-- Actions -->
<div class="video-actions" data-post-id="321184" data-initial-up="0" data-initial-down="0">
<div class="vote-buttons">
<button class="vote-button vote-button--upvote" aria-label="Upvote">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7 15.1 52.1 28.8 75.2h144c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48h-97.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3v-38.3-48-24.9c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192h64c17.7 0 32 14.3 32 32v224c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z"/></svg>
</button>
<button class="vote-button vote-button--downvote" aria-label="Downvote">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M198.6 479.1c-26-5.2-42.9-30.5-37.7-56.5l2.3-11.4c5.3-26.7 15.1-52.1 28.8-75.2H48c-26.5 0-48-21.5-48-48c0-18.5 10.5-34.6 25.9-42.6C15 236.6 8 223.1 8 208c0-23.4 16.8-42.9 38.9-47.1C42.4 153.6 40 145.1 40 136c0-21.3 13.9-39.4 33.1-45.6c-.7-3.3-1.1-6.8-1.1-10.4C72 53.5 93.5 32 120 32h97.5c19 0 37.5 5.6 53.3 16.1l38.5 25.7C336 91.6 352 121.6 352 153.7v38.3 48 24.9c0 29.2-13.3 56.7-36 75l-7.4 5.9c-26.5 21.2-44.6 51-51.2 84.2l-2.3 11.4c-5.2 26-30.5 42.9-56.5 37.7zM480 320h-64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v224c0 17.7-14.3 32-32 32z"/></svg>
</button>
</div>
<div class="action-buttons">
<button class="action-button share" aria-label="Share">Share</button>
<span class="share-toast" hidden>Link copied</span>
<button class="collection-heart" id="collectionToggle" type="button"
data-post-id="321184"
data-post-title="Feed Me [SecretDreams][4K]"
data-post-url="https://crohasit.net/feed-me-secretdreams4k/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2026/01/Feed-Me-SecretDreams4K.png"
aria-label="Add to My Collection" title="Add to My Collection">
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
</div>
</div>
</div>
<!-- /Video Details -->
<div class="video-taxonomy-context video-taxonomy-context--summary">
<p>This video is filed under <a href="https://crohasit.net/genre/3d/">﻿3D</a> and tagged with <a href="https://crohasit.net/tag/big-areola/">big areola</a>, <a href="https://crohasit.net/tag/big-cleavage/">big cleavage</a>, <a href="https://crohasit.net/tag/big-testicles/">big testicles</a>, <a href="https://crohasit.net/tag/big-thighs/">big thighs</a>, <a href="https://crohasit.net/tag/big-white-cock/">big white cock</a>, and <a href="https://crohasit.net/tag/facesitting/">facesitting</a>.</p>
</div>
<div class="video-categories">
<p style="margin-bottom: 5px;">Categories</p>
<a href="https://crohasit.net/genre/3d/">﻿3D</a>
</div>
<div class="video-categories">
<p style="margin-bottom: 5px;">Tags</p>
<a href="https://crohasit.net/tag/big-areola/">big areola</a>
<a href="https://crohasit.net/tag/big-cleavage/">big cleavage</a>
<a href="https://crohasit.net/tag/big-testicles/">big testicles</a>
<a href="https://crohasit.net/tag/big-thighs/">big thighs</a>
<a href="https://crohasit.net/tag/big-white-cock/">big white cock</a>
<a href="https://crohasit.net/tag/facesitting/">facesitting</a>
<a href="https://crohasit.net/tag/futanari/">futanari</a>
<a href="https://crohasit.net/tag/moaning-in-pleasure/">moaning in pleasure</a>
<a href="https://crohasit.net/tag/sound/">﻿sound</a>
</div>
</div>
<!-- /Video Info Wrapper -->
<!-- Download Button -->
<p style="text-align:center; margin-top:2em;">
<a class="btn-download" href="https://crolinks.net/goTo?destination=d0ZpeU0wQWJtM2NTNXhGOTJONmo1VWw2T0U1QVlSa1ppalE4c3ZiN1YzNXZmU0xPRW5GbnljcFlNMVJMWUNZb29Qam1zblgySExreng2S1dVcUVleHZaRnNKWTBnRWlkTXZ0cmdOMFVWQm89" target="_blank" rel="noopener nofollow">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H64z"/></svg>
Download Video
<em>(204.66 MB)</em>
</a>
</p>
<!-- More Like This -->
<div class="related-posts">
<h4>More Like This</h4>
<div class="related-posts__items">
<article id="post-173118" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173118"
data-post-title="Lunafreya Nox Fleuret Final Fantasy Sound Update compilation lazyprocrastinator"
data-post-url="https://crohasit.net/lunafreya-nox-fleuret-final-fantasy-sound-update-compilation-lazyprocrastinator/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Lunafreya-Nox-Fleuret-Final-Fantasy-Sound-Update-compilation-lazyprocrastinator.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/lunafreya-nox-fleuret-final-fantasy-sound-update-compilation-lazyprocrastinator/"
title="Lunafreya Nox Fleuret Final Fantasy Sound Update compilation lazyprocrastinator"
aria-label="Lunafreya Nox Fleuret Final Fantasy Sound Update compilation lazyprocrastinator">
<div class="post-thumbnail">
<span class="tag-chip" title="lunafreya (final fantasy)">LUNAFREYA</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Lunafreya-Nox-Fleuret-Final-Fantasy-Sound-Update-compilation-lazyprocrastinator.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Lunafreya Nox Fleuret Final Fantasy Sound Update compilation lazyprocrastinator - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Lunafreya Nox Fleuret Final Fantasy Sound Update compilation lazyprocrastinator</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
23              </span>
<div class="video-duration">25:03</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173112" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173112"
data-post-title="[Chiyu] Hanako Sucks You off From Below"
data-post-url="https://crohasit.net/chiyu-hanako-sucks-you-off-from-below/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Chiyu-Hanako-Sucks-You-off-From-Below.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/chiyu-hanako-sucks-you-off-from-below/"
title="[Chiyu] Hanako Sucks You off From Below"
aria-label="[Chiyu] Hanako Sucks You off From Below">
<div class="post-thumbnail">
<span class="tag-chip" title="halo">HALO</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Chiyu-Hanako-Sucks-You-off-From-Below.png" class="attachment-medium_large size-medium_large wp-post-image" alt="[Chiyu] Hanako Sucks You off From Below - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">[Chiyu] Hanako Sucks You off From Below</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
14              </span>
<div class="video-duration">2:06</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173128" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173128"
data-post-title="Samus having a good time"
data-post-url="https://crohasit.net/samus-having-a-good-time/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Samus-having-a-good-time.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/samus-having-a-good-time/"
title="Samus having a good time"
aria-label="Samus having a good time">
<div class="post-thumbnail">
<span class="tag-chip" title="samus aran (metroid)">SAMUS ARAN</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Samus-having-a-good-time.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Samus having a good time - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Samus having a good time</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
11              </span>
<div class="video-duration">9:32</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173106" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173106"
data-post-title="Sparrow Having Fun (Rusmynth)"
data-post-url="https://crohasit.net/sparrow-having-fun-rusmynth/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Sparrow-Having-Fun-Rusmynth.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/sparrow-having-fun-rusmynth/"
title="Sparrow Having Fun (Rusmynth)"
aria-label="Sparrow Having Fun (Rusmynth)">
<div class="post-thumbnail">
<img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Sparrow-Having-Fun-Rusmynth.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Sparrow Having Fun (Rusmynth) - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Sparrow Having Fun (Rusmynth)</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
2 hours ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
10              </span>
<div class="video-duration">0:32</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173102" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173102"
data-post-title="Claire got stuck in the washing machine – EddyProductions"
data-post-url="https://crohasit.net/claire-got-stuck-in-the-washing-machine-eddyproductions/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Claire-got-stuck-in-the-washing-machine-EddyProductions.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/claire-got-stuck-in-the-washing-machine-eddyproductions/"
title="Claire got stuck in the washing machine &#8211; EddyProductions"
aria-label="Claire got stuck in the washing machine &#8211; EddyProductions">
<div class="post-thumbnail">
<span class="tag-chip" title="claire redfield (resident evil)">CLAIRE REDFIELD</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Claire-got-stuck-in-the-washing-machine-EddyProductions.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Claire got stuck in the washing machine &#8211; EddyProductions - Resident Evil animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Claire got stuck in the washing machine &#8211; EddyProductions</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
2 hours ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
7              </span>
<div class="video-duration">1:14</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173100" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173100"
data-post-title="Starfire Fricks Raven [FutaXFuta][Peterraynor][NO WM]"
data-post-url="https://crohasit.net/starfire-fricks-raven-futaxfutapeterraynorno-wm/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Starfire-Fricks-Raven-FutaXFutaPeterraynorNO-WM.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/starfire-fricks-raven-futaxfutapeterraynorno-wm/"
title="Starfire Fricks Raven [FutaXFuta][Peterraynor][NO WM]"
aria-label="Starfire Fricks Raven [FutaXFuta][Peterraynor][NO WM]">
<div class="post-thumbnail">
<span class="tag-chip" title="raven (teen titans)">RAVEN</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Starfire-Fricks-Raven-FutaXFutaPeterraynorNO-WM.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Starfire Fricks Raven [FutaXFuta][Peterraynor][NO WM] - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Starfire Fricks Raven [FutaXFuta][Peterraynor][NO WM]</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
2 hours ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
13              </span>
<div class="video-duration">0:41</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article>            </div>
</div>
<div class="related-posts more-topic-posts">
<h4 class="more-topic-head">
<span class="more-topic-title">More in <a class="more-topic-term" href="https://crohasit.net/genre/3d/">﻿3D</a></span>
</h4>
<div class="related-posts__items">
<article id="post-173156" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173156"
data-post-title="Burnice (Compiled) [BlobCG]"
data-post-url="https://crohasit.net/burnice-compiled-blobcg/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Burnice-Compiled-BlobCG.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/burnice-compiled-blobcg/"
title="Burnice (Compiled) [BlobCG]"
aria-label="Burnice (Compiled) [BlobCG]">
<div class="post-thumbnail">
<span class="tag-chip" title="burnice white (zenless zone zero)">BURNICE WHITE</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Burnice-Compiled-BlobCG.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Burnice (Compiled) [BlobCG] - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Burnice (Compiled) [BlobCG]</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
15              </span>
<div class="video-duration">1:37</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173154" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173154"
data-post-title="Reflect (2012) [pompurin]"
data-post-url="https://crohasit.net/reflect-2012-pompurin/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Reflect-2012-pompurin.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/reflect-2012-pompurin/"
title="Reflect (2012) [pompurin]"
aria-label="Reflect (2012) [pompurin]">
<div class="post-thumbnail">
<img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Reflect-2012-pompurin.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Reflect (2012) [pompurin] - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Reflect (2012) [pompurin]</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
20              </span>
<div class="video-duration">47:33</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173148" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173148"
data-post-title="Squirrel Girl’s Beach Services [4K Extended Ver.] [liepraag]"
data-post-url="https://crohasit.net/squirrel-girls-beach-services-4k-extended-ver-liepraag/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Squirrel-Girls-Beach-Services-4K-Extended-Ver.-liepraag.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/squirrel-girls-beach-services-4k-extended-ver-liepraag/"
title="Squirrel Girl&#8217;s Beach Services [4K Extended Ver.] [liepraag]"
aria-label="Squirrel Girl&#8217;s Beach Services [4K Extended Ver.] [liepraag]">
<div class="post-thumbnail">
<span class="tag-chip" title="squirrel girl (marvel)">SQUIRREL GIRL</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Squirrel-Girls-Beach-Services-4K-Extended-Ver.-liepraag.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Squirrel Girl&#8217;s Beach Services [4K Extended Ver.] [liepraag] - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Squirrel Girl&#8217;s Beach Services [4K Extended Ver.] [liepraag]</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
12              </span>
<div class="video-duration">2:14</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173136" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173136"
data-post-title="Deep Dish (Velocirection)"
data-post-url="https://crohasit.net/deep-dish-velocirection/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Deep-Dish-Velocirection.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/deep-dish-velocirection/"
title="Deep Dish (Velocirection)"
aria-label="Deep Dish (Velocirection)">
<div class="post-thumbnail">
<img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Deep-Dish-Velocirection.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Deep Dish (Velocirection) - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Deep Dish (Velocirection)</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
13              </span>
<div class="video-duration">6:46</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173128" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173128"
data-post-title="Samus having a good time"
data-post-url="https://crohasit.net/samus-having-a-good-time/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/Samus-having-a-good-time.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/samus-having-a-good-time/"
title="Samus having a good time"
aria-label="Samus having a good time">
<div class="post-thumbnail">
<span class="tag-chip" title="samus aran (metroid)">SAMUS ARAN</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/Samus-having-a-good-time.png" class="attachment-medium_large size-medium_large wp-post-image" alt="Samus having a good time - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">Samus having a good time</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
11              </span>
<div class="video-duration">9:32</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article><article id="post-173122" class="post post-nsfw">
<div class="post-nsfw-card">
<button
class="collection-heart collection-heart--card"
type="button"
data-post-id="173122"
data-post-title="VALORANT PHONK (HMV/PMV)"
data-post-url="https://crohasit.net/valorant-phonk-hmv-pmv/"
data-post-thumb="https://crohasit.net/wp-content/uploads/2025/10/VALORANT-PHONK-HMVPMV.png"
aria-label="Add to My Collection"
title="Add to My Collection"
>
<span class="collection-heart__icon" aria-hidden="true">♥</span>
</button>
<a class="post-nsfw-link"
href="https://crohasit.net/valorant-phonk-hmv-pmv/"
title="VALORANT PHONK (HMV/PMV)"
aria-label="VALORANT PHONK (HMV/PMV)">
<div class="post-thumbnail">
<span class="tag-chip" title="viper (valorant)">VIPER</span>        <img width="300" height="169" src="https://crohasit.net/wp-content/uploads/2025/10/VALORANT-PHONK-HMVPMV.png" class="attachment-medium_large size-medium_large wp-post-image" alt="VALORANT PHONK (HMV/PMV) - ﻿3D animation on Crohasit" loading="lazy" decoding="async" />
<div class="post-nsfw-overlay">
<h3 class="post-title">VALORANT PHONK (HMV/PMV)</h3>          <div class="post-stats">
<span class="post-stats--meta">
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" height="11" aria-hidden="true" focusable="false">
<path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/>
</svg>
1 hour ago              </span>
<span class="post-stats__item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="11" width="11" aria-hidden="true" focusable="false">
<path d="M12 5c-7.633 0-11 6.364-11 7s3.367 7 11 7 11-6.364 11-7-3.367-7-11-7zm0 12a5 5 0 110-10 5 5 0 010 10zm0-8a3 3 0 100 6 3 3 0 000-6z"/>
</svg>
10              </span>
<div class="video-duration">1:15</div>
</span>
</div>
</div>
</div>
</a>
</div>
</article>                </div>
</div>
<!-- Comments -->
<section id="tc-wrap" class="tc">
<button id="tc-load" class="tc-load" type="button" aria-controls="tc-root">Load comments</button>
<div id="tc-root" class="tolstoycomments-feed" hidden></div>
</section>
<div style="margin-bottom: 20px">&nbsp;</div>
</div>
</article>
</div>
</section>
<div id="collectionToast" class="collection-toast" aria-live="polite" aria-atomic="true">
<span class="collection-toast__text">Saved to My Collection</span>
<a class="collection-toast__link" href="/my-collection/">View Collection</a>
</div>
<!-- Age Verification -->
<style>
:root { --av-z: 9999; }
/* When verified (or bots/no-JS bypass), overlay is hidden but the page stays intact */
.age-ok .age-verification { display: none !important; }
.age-verification {
position: fixed; inset: 0; display: none;
align-items: center; justify-content: center;
background: rgba(0,0,0,.85);
z-index: var(--av-z);
}
.age-verification.is-open { display: flex; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
/* When user clicks "Yes", just hide the overlay (DON'T remove the element) */
.age-verification.hidden { opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.age-verification__inner {
background: #111; color: #fff; border-radius: 12px;
width: min(92vw, 420px); padding: 18px 16px;
font: 500 15px/1.45 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
text-align: center;
}
.age-verification__title { font-size: 18px; margin: 0 0 8px; }
.age-verification__description { font-size: 14px; color: #ddd; margin: 0 0 12px; }
.age-verification__actions { display: flex; gap: 8px; justify-content: center; }
.age-verification__action { appearance: none; border: 0; cursor: pointer; border-radius: 8px; padding: 10px 14px; font: inherit; }
.age-verification__action--yes { background: #2ea043; color: #fff; }
.age-verification__action--no  { background: #444; color: #eee; text-decoration: none; display: inline-block; }
</style>
<div class="age-verification" id="age-verification" role="dialog" aria-modal="true" aria-label="Verify you are over 18 years of age?">
<div class="age-verification__inner" role="document">
<h2 class="age-verification__title">Are you 18 or older?</h2>
<p class="age-verification__description">This website requires you to be 18 years of age or older. Please verify your age to view the content.</p>
<div class="age-verification__actions">
<a href="https://www.google.com/" class="age-verification__action age-verification__action--no" id="av-no" aria-label="No, I am not over 18 years of age">No</a>
<button class="age-verification__action age-verification__action--yes" id="av-yes" aria-label="Yes, I am over 18 years of age">Yes, I am over 18 years of age</button>
</div>
</div>
</div>
<script>
(function () {
var root = document.documentElement;
var gate = document.getElementById('age-verification');
// 0) If JS is disabled, we'll hide the overlay via <noscript> (added below).
// 1) Respect previous verification
try {
if (localStorage.getItem('age_ok') === '1') {
root.classList.add('age-ok');
}
} catch (e) {}
// 2) Let major crawlers bypass automatically so they can see the watch page
try {
var ua = navigator.userAgent || '';
if (/(Googlebot|Bingbot|DuckDuckBot|Slurp|YandexBot)/i.test(ua)) {
localStorage.setItem('age_ok', '1');
root.classList.add('age-ok');
}
} catch (e) {}
// 3) If already OK or no gate, bail (overlay stays hidden via .age-ok CSS)
if (root.classList.contains('age-ok') || !gate) return;
// 4) Show the overlay immediately
gate.classList.add('is-open');
// 5) Wire up buttons
var yes = document.getElementById('av-yes');
var no  = document.getElementById('av-no');
function acceptAge() {
try { localStorage.setItem('age_ok', '1'); } catch(e) {}
root.classList.add('age-ok');
// IMPORTANT: do NOT remove the element; just hide it so bots still see a watch page
gate.classList.add('hidden');
}
yes && yes.addEventListener('click', acceptAge);
no && no.addEventListener('click', function(){
// Softer handling than an external redirect (which can look spammy)
// You can swap this for a local info page if you prefer.
location.href = 'https://www.google.com/';
});
})();
</script>
<!-- If JS is off (including some bot prerenders), hide the overlay so the player remains visible -->
<noscript><style>.age-verification{display:none!important}</style></noscript>
<!-- /Age Verification -->
<script>
// --- Comments lazy load ---
document.addEventListener('DOMContentLoaded', function(){
var wrap = document.getElementById('tc-wrap');
var btn  = document.getElementById('tc-load');
var root = document.getElementById('tc-root');
if (!wrap || !btn || !root) return;
var loaded = false;
function load(){
if (loaded) return; loaded = true;
wrap.classList.add('is-loading');
window.tolstoycomments = window.tolstoycomments || [];
window.tolstoycomments.push({action:'init',values:{visible:true,mode:'inline',selector:'#tc-root'}});
var s = document.createElement('script'); s.defer = true;
s.src = 'https://web.tolstoycomments.com/sitejs/app.js?i=tolstoycomments&x=6312';
s.onload = function(){ wrap.classList.remove('is-loading'); wrap.classList.add('is-loaded'); root.hidden = false; };
document.head.appendChild(s);
setTimeout(function(){ root.hidden = false; wrap.classList.add('is-loaded'); }, 4000);
}
btn.addEventListener('click', load);
window.addEventListener('scroll', function check(){
if ((window.scrollY + window.innerHeight) / Math.max(document.documentElement.scrollHeight, 1) > 0.75){ load(); window.removeEventListener('scroll', check); }
}, {passive:true});
if ('IntersectionObserver' in window){
var io = new IntersectionObserver(function(e){ if (e.some(function(x){return x.isIntersecting})){ load(); io.disconnect(); } }, {rootMargin:'200px 0px',threshold:0.01});
io.observe(wrap);
}
});
</script>
<script>
// --- Voting + Share ---
(async function(){
var root = document.querySelector('.video-actions');
if(!root) return;
// Share
var shareBtn = root.querySelector('.action-button.share');
var shareToast = root.querySelector('.share-toast');
async function doShare(){
var url = location.href;
if(navigator.share){ try{ await navigator.share({url}); return; }catch(e){} }
try{ await navigator.clipboard.writeText(url); }catch(e){ prompt('Copy this link:',url); return; }
if(shareToast){ shareToast.hidden=false; shareToast.style.opacity='1'; setTimeout(function(){ shareToast.style.opacity='0'; setTimeout(function(){ shareToast.hidden=true; },300); },1200); }
}
if(shareBtn) shareBtn.addEventListener('click', doShare);
// State
var postId     = parseInt(root.dataset.postId||'0', 10);
var up         = parseInt(root.dataset.initialUp||'0', 10);
var down       = parseInt(root.dataset.initialDown||'0', 10);
var upBtn      = root.querySelector('.vote-button--upvote');
var downBtn    = root.querySelector('.vote-button--downvote');
var ratingText = document.querySelector('#rating-line .rating-text');
var storageKey = 'su_voted_' + postId;
var busy       = false;
var prior      = null;
// Helpers
function fmt(u,d){ var t=Math.max(0,u+d); if(!t) return 'No ratings yet'; return Math.round((u/t)*100)+'% rating ('+t+' votes)'; }
function renderRating(){ if(ratingText) ratingText.textContent=fmt(up,down); }
function setActive(dir){ if(upBtn) upBtn.classList.toggle('is-active', dir==='up'); if(downBtn) downBtn.classList.toggle('is-active', dir==='down'); }
function flash(btn){ if(!btn) return; btn.style.transition='none'; btn.style.opacity='0.3'; setTimeout(function(){ btn.style.opacity=''; btn.style.transition=''; },300); }
function save(dir){ try{ if(dir) localStorage.setItem(storageKey,dir); else localStorage.removeItem(storageKey); }catch(e){} }
// Hydrate prior vote from localStorage
try{ prior=localStorage.getItem(storageKey); }catch(e){}
if(prior==='up'||prior==='down'){ setActive(prior); } else { prior=null; }
// Sync counts from server
function hydrateVotes(){
var b=new URLSearchParams(); b.set('action','su_vote_stats'); b.set('post_id',String(postId));
fetch('https://crohasit.net/wp-admin/admin-ajax.php',{method:'POST',credentials:'same-origin',headers:{'Content-Type':'application/x-www-form-urlencoded'},body:b.toString()})
.then(function(r){ return r.json(); }).then(function(j){ if(j&&j.success){ up=parseInt(j.data.up,10); down=parseInt(j.data.down,10); renderRating(); } }).catch(function(){});
}
renderRating();
async function send(direction){
if(busy) return;
// Trying to switch without unvoting first — flash the active button
if(prior !== null && prior !== direction){
flash(prior==='up' ? upBtn : downBtn);
return;
}
busy = true;
var isUnvote = (prior === direction);
var ajaxDir  = isUnvote ? 'un'+direction : direction;
// Optimistic UI update
if(isUnvote){ if(direction==='up') up--; else down--; prior=null; }
else        { if(direction==='up') up++; else down++; prior=direction; }
renderRating(); setActive(prior); save(prior);
// Send to server
var b=new URLSearchParams();
b.set('action','su_vote_post');
b.set('nonce','63602cdc88');
b.set('post_id',String(postId));
b.set('direction',ajaxDir);
try{
var r = await fetch('https://crohasit.net/wp-admin/admin-ajax.php',{method:'POST',credentials:'same-origin',headers:{'Content-Type':'application/x-www-form-urlencoded'},body:b.toString()});
var j = await r.json();
if(j&&j.success){ up=parseInt(j.data.up,10); down=parseInt(j.data.down,10); renderRating(); }
// Unvote 'failure' is ignored — server may not support it
} catch(err){
if(!isUnvote){
// Roll back failed new votes
if(direction==='up') up--; else down--;
prior=null; renderRating(); setActive(null); save(null);
alert('Could not register your vote. Please try again.');
}
console.error(err);
}
busy = false;
}
if(upBtn)   upBtn.addEventListener('click',   function(){ send('up');   });
if(downBtn) downBtn.addEventListener('click',  function(){ send('down'); });
if('requestIdleCallback' in window) requestIdleCallback(hydrateVotes,{timeout:2000}); else setTimeout(hydrateVotes,500);
})();
</script>
<!-- Recently Viewed Tracking -->
<script>
(function() {
var STORAGE_KEY = 'crohasit_recently_viewed';
var MAX_ITEMS = 100;
var postId = 321184;
if (!postId || postId <= 0) return;
try {
var raw = localStorage.getItem(STORAGE_KEY);
var items = raw ? JSON.parse(raw) : [];
if (!Array.isArray(items)) items = [];
// Remove this post if already in the list (moves to front)
items = items.filter(function(item) {
var id = typeof item === 'object' ? item.id : item;
return parseInt(id, 10) !== postId;
});
// Add to front with timestamp
items.unshift({ id: postId, viewed_at: Date.now() });
// Cap at MAX_ITEMS
if (items.length > MAX_ITEMS) items = items.slice(0, MAX_ITEMS);
localStorage.setItem(STORAGE_KEY, JSON.stringify(items));
} catch (e) {}
})();
</script>
<script>
// --- Collection ---
document.addEventListener('DOMContentLoaded', function(){
var STORAGE_KEY='crohasit_collection';
function showCollectionToast(isSaved) {
var toast = document.getElementById('collectionToast');
var textEl = toast.querySelector('.collection-toast__text');
var linkEl = toast.querySelector('.collection-toast__link');
if (isSaved) {
textEl.textContent = 'Saved to My Collection';
if (linkEl) linkEl.style.display = '';
} else {
textEl.textContent = 'Removed from Collection';
if (linkEl) linkEl.style.display = 'none';
}
toast.style.opacity = '1';
toast.style.transform = 'translateX(-50%) translateY(0)';
clearTimeout(window._toastTimer);
window._toastTimer = setTimeout(function() {
toast.style.opacity = '0';
toast.style.transform = 'translateX(-50%) translateY(16px)';
}, 2500);
}
var button = document.getElementById('collectionToggle');
var toast=document.getElementById('collectionToast');
var toastTimer=null;
if(!button)return;
function getCollection(){try{var raw=localStorage.getItem(STORAGE_KEY);if(!raw)return[];var parsed=JSON.parse(raw);if(!Array.isArray(parsed))return[];return parsed.map(function(item){if(typeof item==='number'||typeof item==='string'){var id=parseInt(item,10);return Number.isInteger(id)&&id>0?{id:id,saved_at:0}:null}if(item&&typeof item==='object'){var id=parseInt(item.id,10);var savedAt=parseInt(item.saved_at||item.savedAt||0,10);if(Number.isInteger(id)&&id>0)return{id:id,saved_at:Number.isInteger(savedAt)?savedAt:0}}return null}).filter(Boolean)}catch(e){return[]}}
function setCollection(items){localStorage.setItem(STORAGE_KEY,JSON.stringify(items))}
function isSaved(id){return getCollection().some(function(item){return parseInt(item.id,10)===id})}
function updateButtonState(saved){button.classList.toggle('is-saved',saved);button.setAttribute('aria-label',saved?'Remove from My Collection':'Add to My Collection');button.setAttribute('title',saved?'Remove from My Collection':'Add to My Collection')}
function showToast(saved){if(!toast)return;
clearTimeout(toastTimer); toast.innerHTML=saved?'<span class="collection-toast__text">Saved to My Collection<\/span><a href="/my-collection/" class="collection-toast__link">View Collection<\/a>':'<span class="collection-toast__text">Removed from Collection<\/span>'; toast.classList.add('is-visible');
toastTimer=setTimeout(function(){toast.classList.remove('is-visible')},2500);
}
var postId=parseInt(button.getAttribute('data-post-id'),10);
if(!postId||postId<=0)return;
// Init state
updateButtonState(isSaved(postId));
// Click handler
button.addEventListener('click',function(e){
e.preventDefault(); e.stopPropagation();
var saved=isSaved(postId);
var items=getCollection();
if(saved){
items=items.filter(function(item){return parseInt(item.id,10)!==postId});
} else {
items.unshift({id:postId,title:button.getAttribute('data-post-title')||'',url:button.getAttribute('data-post-url')||'',thumb:button.getAttribute('data-post-thumb')||'',saved_at:Date.now()});
}
setCollection(items);
updateButtonState(!saved);
showToast(!saved);
});
});
</script>
<script>
(function(){
var K="crohasit_collection";
function gC(){try{return JSON.parse(localStorage.getItem(K)||"[]")}catch(e){return[]}}
function sC(c){try{localStorage.setItem(K,JSON.stringify(c))}catch(e){}}
function iS(id){return gC().some(function(i){return parseInt(i.id,10)===id})}
document.querySelectorAll(".collection-heart--card").forEach(function(b){var id=parseInt(b.dataset.postId,10);if(id>0&&iS(id)){b.classList.add("is-saved");b.setAttribute("aria-label","Remove from My Collection")}});
document.addEventListener("click",function(e){
var b=e.target.closest(".collection-heart--card");if(!b)return;
e.preventDefault();e.stopPropagation();
var id=parseInt(b.dataset.postId,10);if(!id||id<=0)return;
var c=gC();var was=c.some(function(i){return parseInt(i.id,10)===id});
if(was){c=c.filter(function(i){return parseInt(i.id,10)!==id})}
else{c.unshift({id:id,title:b.dataset.postTitle||"",url:b.dataset.postUrl||"",thumb:b.dataset.postThumb||"",saved_at:Date.now()})}
sC(c);b.classList.toggle("is-saved",!was);b.setAttribute("aria-label",!was?"Remove from My Collection":"Add to My Collection");
var t=document.getElementById("collectionToast");if(t){clearTimeout(window._cTmr);
t.innerHTML=!was?'<span class="collection-toast__text">Saved to My Collection</span><a href="/my-collection/" class="collection-toast__link">View Collection</a>':'<span class="collection-toast__text">Removed from Collection</span>';
t.classList.add("is-visible");
window._cTmr=setTimeout(function(){t.classList.remove("is-visible")},2500);}
});
})();
</script>
<div class="clearfix"></div>
<footer class="footer">
<div class="container">
<!-- About Crohasit -->
<section class="footer-about" style="max-width:820px;margin:36px auto 18px;text-align:center;line-height:1.7;color:#d7e0e6;">
<h2 style="margin:0 0 10px;font-weight:800;letter-spacing:.2px;color:#00bbff;">About Crohasit</h2>
<hr style="width:88px;margin:0 auto 14px;border:0;border-top:2px solid rgba(0,187,255,.5);">
<p style="margin:0 auto;max-width:760px;">
Crohasit is a fast, clean platform for discovering <a href="https://crohasit.net/" style="color:#bfe9ff;text-decoration:none;border-bottom:1px dotted rgba(191,233,255,.35);">Rule 34 videos</a>, <a href="https://crohasit.net/genre/3d/" style="color:#bfe9ff;text-decoration:none;border-bottom:1px dotted rgba(191,233,255,.35);">3D hentai</a>, and <a href="https://crohasit.net/genre/2d/" style="color:#bfe9ff;text-decoration:none;border-bottom:1px dotted rgba(191,233,255,.35);">adult animations</a>. Browse trending characters, genres, and tags, and watch thousands of uncensored HD videos from popular games and franchises.
</p>
<!-- Mini explore nav (less awkward than a 2nd sentence) -->
<div style="margin:14px auto 0;max-width:760px;font-size:13px;opacity:.82;">
<span style="opacity:.75;">Explore:</span>
<a href="https://crohasit.net/trending/" style="color:#9fdcff;text-decoration:none;border-bottom:1px dotted rgba(159,220,255,.28);margin:0 6px;">Trending</a>
<span style="opacity:.35;">•</span>
<a href="https://crohasit.net/tags/" style="color:#9fdcff;text-decoration:none;border-bottom:1px dotted rgba(159,220,255,.28);margin:0 6px;">Tags</a>
<span style="opacity:.35;">•</span>
<a href="https://crohasit.net/genres/" style="color:#9fdcff;text-decoration:none;border-bottom:1px dotted rgba(159,220,255,.28);margin:0 6px;">Genres</a>
<span style="opacity:.35;">•</span>
<a href="https://crohasit.net/" style="color:#9fdcff;text-decoration:none;border-bottom:1px dotted rgba(159,220,255,.28);margin:0 6px;">Latest uploads</a>
</div>
<!-- Popular row -->
<div style="margin:10px auto 0;max-width:760px;font-size:12.5px;opacity:.75;">
<span style="opacity:.7;">Popular:</span>
<a href="https://crohasit.net/genre/genshin-impact/" style="color:#9fb6c3;text-decoration:none;margin:0 6px;">Genshin Impact</a>
<span style="opacity:.28;">·</span>
<a href="https://crohasit.net/genre/overwatch/" style="color:#9fb6c3;text-decoration:none;margin:0 6px;">Overwatch</a>
<span style="opacity:.28;">·</span>
<a href="https://crohasit.net/genre/league-of-legends/" style="color:#9fb6c3;text-decoration:none;margin:0 6px;">League of Legends</a>
<span style="opacity:.28;">·</span>
<a href="https://crohasit.net/genre/resident-evil/" style="color:#9fb6c3;text-decoration:none;margin:0 6px;">Resident Evil</a>
<span style="opacity:.28;">·</span>
<a href="https://crohasit.net/genre/mmd/" style="color:#9fb6c3;text-decoration:none;margin:0 6px;">MMD</a>
<span style="opacity:.28;">·</span>
<!-- TODO: change this href to your actual 3D genre URL -->
<a href="https://crohasit.net/genre/3d/" style="color:#9fb6c3;text-decoration:none;margin:0 6px;">3D</a>
<span style="opacity:.28;">·</span>
<a href="https://crohasit.net/tag/futanari/" style="color:#9fb6c3;text-decoration:none;margin:0 6px;">Futanari</a>
</div>
</section>
<!-- Copyright + Links -->
<div class="copyright" style="text-align:center;margin-top:28px;">
<span>
<a href="https://crohasit.net" style="color:#00bbff;text-decoration:none;font-weight:600;">
Crohasit
</a> © 2026      </span>
<nav class="footer-nav" style="margin-top: 1rem;">
<ul style="list-style:none;padding:0;margin:0;">
<li style="display:inline;margin-right:1rem;">
<a href="https://crohasit.net/terms-of-service/" style="color:#9fb6c3;text-decoration:none;">Terms of Service</a>
</li>
<li style="display:inline;margin-right:1rem;">
<a href="https://crohasit.net/privacy-policy/" style="color:#9fb6c3;text-decoration:none;">Privacy Policy</a>
</li>
<li style="display:inline;">
<a href="https://crohasit.net/contact/" style="color:#9fb6c3;text-decoration:none;">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</footer>
<!-- Footer link styling (keeps it premium, not “SEO blue links”) -->
<style>
.footer-seo-link{
color:#d7e0e6;
text-decoration:none;
border-bottom:1px solid rgba(0,187,255,.25);
transition: color .12s ease, border-color .12s ease, background .12s ease;
padding: 0 2px;
border-radius: 4px;
}
.footer-seo-link:hover{
color:#00bbff;
border-bottom-color: rgba(0,187,255,.65);
background: rgba(0,187,255,.08);
}
.footer-pop-link{
color:#9fb6c3;
text-decoration:none;
transition: color .12s ease;
margin: 0 2px;
white-space: nowrap;
}
.footer-pop-link:hover{ color:#00bbff; }
.footer-dot{ color: rgba(159,182,195,.55); margin: 0 4px; }
</style>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/crohasit/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript" id="cro-ac-js-after">
/* <![CDATA[ */
(function(){
var labels={character:"Char",franchise:"Series",category:"Cat",tag:"Tag"};
document.querySelectorAll('input[name="s"]').forEach(function(inp){
var par=inp.parentElement;
if(!par) return;
par.classList.add("ac-wrap");
var dd=document.createElement("div");
dd.className="ac-dd";
/* Insert dropdown right after the input */
inp.insertAdjacentElement("afterend",dd);
var timer=null,idx=-1,items=[],lastQ="",ctrl=null;
function esc(s){var d=document.createElement("div");d.textContent=s;return d.innerHTML;}
function highlight(text,q){
var i=text.toLowerCase().indexOf(q.toLowerCase());
if(i===-1) return esc(text);
return esc(text.substring(0,i))+'<b style="color:#fff">'+esc(text.substring(i,i+q.length))+'</b>'+esc(text.substring(i+q.length));
}
function render(data,q){
items=data; idx=-1;
if(!data.length){dd.classList.remove("open");return;}
var h="";
for(var i=0;i<data.length;i++){
var d=data[i];
h+='<div class="ac-row" data-i="'+i+'">';
h+='<span class="ac-name">'+highlight(d.name,q)+'</span>';
h+='<span class="ac-meta">';
h+='<span class="ac-badge ac-b-'+d.type+'">'+labels[d.type]+'</span>';
h+='<span class="ac-cnt">'+d.count+'</span>';
h+='</span></div>';
}
dd.innerHTML=h;
dd.classList.add("open");
}
function pick(i){
if(i<0||i>=items.length) return;
inp.value=items[i].name;
dd.classList.remove("open");
inp.closest("form").submit();
}
function doFetch(q){
if(ctrl) ctrl.abort();
ctrl=new AbortController();
fetch("/wp-json/crohasit/v1/autocomplete?q="+encodeURIComponent(q),{signal:ctrl.signal})
.then(function(r){return r.json();})
.then(function(d){if(inp.value.trim()===q) render(d,q);})
.catch(function(){});
}
inp.addEventListener("input",function(){
var q=inp.value.trim();
if(q.length<2){dd.classList.remove("open");lastQ="";return;}
if(q===lastQ) return;
lastQ=q;
clearTimeout(timer);
timer=setTimeout(function(){doFetch(q);},200);
});
inp.addEventListener("keydown",function(e){
if(!dd.classList.contains("open")) return;
if(e.key==="ArrowDown"){e.preventDefault();idx=Math.min(idx+1,items.length-1);updCur();}
else if(e.key==="ArrowUp"){e.preventDefault();idx=Math.max(idx-1,-1);updCur();}
else if(e.key==="Enter"&&idx>=0){e.preventDefault();pick(idx);}
else if(e.key==="Escape"){dd.classList.remove("open");}
});
function updCur(){
dd.querySelectorAll(".ac-row").forEach(function(el,i){
el.classList.toggle("cur",i===idx);
});
}
dd.addEventListener("click",function(e){
var row=e.target.closest(".ac-row");
if(row) pick(parseInt(row.dataset.i));
});
document.addEventListener("click",function(e){
if(!par.contains(e.target)) dd.classList.remove("open");
});
inp.addEventListener("focus",function(){
if(items.length&&inp.value.trim().length>=2) dd.classList.add("open");
});
});
})();
//# sourceURL=cro-ac-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://crohasit.net/wp-content/themes/crohasit/js/jquery-3.7.1.min.js?ver=1" id="jquery-js"></script>
<script type="text/javascript" defer src="https://crohasit.net/wp-content/themes/crohasit/js/custom.min.js?ver=2.4.0" id="custom-js"></script>
<style>
/* Mobile Reels icon  sits between logo and hamburger */
.header-reels-btn{
display:none; /* hidden on desktop */
align-items:center;
justify-content:center;
width:36px;height:36px;
background:none;
border:none;
cursor:pointer;
padding:0;
margin-left:auto; /* push to right */
margin-right:4px;
text-decoration:none;
position:relative;
}
.header-reels-btn svg{
width:22px;height:22px;
fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
filter:drop-shadow(0 0 5px rgba(0,187,255,0.5)) drop-shadow(0 1px 2px rgba(0,0,0,.4));
}
/* Pulse glow to draw attention */
.header-reels-btn::after{
content:'';
position:absolute;
inset:-3px;
border-radius:50%;
display:none;
animation:reelsPulse 2s ease-in-out 3;
pointer-events:none;
}
@keyframes reelsPulse{
0%,100%{opacity:0;transform:scale(.8)}
50%{opacity:1;transform:scale(1.1)}
}
/* Show on mobile only */
@media(max-width:768px){
.header-reels-btn{ display:inline-flex; }
}
/* Also in sticky mobile nav */
.sticky-mobile-nav .header-reels-btn{
display:inline-flex;
margin-left:auto;
margin-right:2px;
}
@media(min-width:769px){
.sticky-mobile-nav .header-reels-btn{ display:none; }
}
</style>
<script>
(function(){
/* Inject Reels button into main header bar (before hamburger) */
var hamburger = document.getElementById('headerMenuToggle');
if(hamburger && !document.querySelector('.site-header-bar .header-reels-btn')){
var a = document.createElement('a');
a.href = '/reels/';
a.className = 'header-reels-btn';
a.setAttribute('aria-label','Reels');
a.innerHTML = '<svg viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="3"/><line x1="2" y1="8" x2="22" y2="8"/><line x1="8" y1="2" x2="8" y2="8"/><line x1="16" y1="2" x2="16" y2="8"/><polygon points="10,12 10,18 16,15" fill="#fff" stroke="none"/></svg>';
hamburger.parentNode.insertBefore(a, hamburger);
}
/* Inject into sticky mobile nav (before its hamburger) */
var stickyNav = document.querySelector('.sticky-mobile-nav');
if(stickyNav){
var stickyHamburger = stickyNav.querySelector('.header-mobile-toggle') || stickyNav.querySelector('button[aria-label]');
if(stickyHamburger && !stickyNav.querySelector('.header-reels-btn')){
var a2 = document.createElement('a');
a2.href = '/reels/';
a2.className = 'header-reels-btn';
a2.setAttribute('aria-label','Reels');
a2.innerHTML = '<svg viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="3"/><line x1="2" y1="8" x2="22" y2="8"/><line x1="8" y1="2" x2="8" y2="8"/><line x1="16" y1="2" x2="16" y2="8"/><polygon points="10,12 10,18 16,15" fill="#fff" stroke="none"/></svg>';
stickyHamburger.parentNode.insertBefore(a2, stickyHamburger);
}
}
})();
</script>
<style id="crohasit-session-toast-css">
.session-toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(100px);
background:rgba(0,0,0,.85);border:1px solid #00bbff;border-radius:12px;padding:10px 20px;
color:#fff;font-size:14px;font-weight:600;z-index:99999;pointer-events:none;
opacity:0;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .4s ease;
backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
box-shadow:0 0 20px rgba(0,187,255,.3),0 4px 15px rgba(0,0,0,.4);
display:flex;align-items:center;gap:8px;white-space:nowrap;}
.session-toast.show{transform:translateX(-50%) translateY(0);opacity:1;}
.session-toast .toast-icon{font-size:18px;}
.session-toast .toast-count{color:#00bbff;}
</style>
<div class="session-toast" id="sessionToast">
<span class="toast-icon"></span>
<span class="toast-text"></span>
</div>
<script>
(function(){
var KEY = 'crohasit_session_stats';
var TIMEOUT = 30 * 60 * 1000; /* 30 min session timeout */
var MILESTONES = [5,10,25,50,100,200,500,1000];
var MESSAGES = {
5:   ['Nice start!','\uD83D\uDD25'],
10:  ['Getting hooked...','\uD83D\uDD25'],
25:  ['On a roll!','\uD83D\uDCAF'],
50:  ['Can\'t stop!','\u26A1'],
100: ['Legend status!','\uD83C\uDFC6'],
200: ['Absolute unit!','\uD83D\uDC51'],
500: ['Down the rabbit hole!','\uD83D\uDE80'],
1000:['Certified addict!','\uD83C\uDF1F']
};
function getSession(){
try{
var d = JSON.parse(localStorage.getItem(KEY) || '{}');
if(!d.count || !d.lastActive || (Date.now() - d.lastActive > TIMEOUT)){
return {count:0, lastActive:Date.now(), shown:{}};
}
return d;
}catch(e){return {count:0, lastActive:Date.now(), shown:{}};}
}
function saveSession(s){ s.lastActive=Date.now(); localStorage.setItem(KEY,JSON.stringify(s)); }
function showToast(count){
var m = MESSAGES[count]; if(!m) return;
var toast = document.getElementById('sessionToast');
if(!toast) return;
toast.querySelector('.toast-icon').textContent = m[1];
toast.querySelector('.toast-text').innerHTML = '<span class="toast-count">' + count + ' clips</span> \u00B7 ' + m[0];
toast.classList.add('show');
setTimeout(function(){ toast.classList.remove('show'); }, 3500);
}
/* Global function so Reels can call it too */
window.crohasitBumpSession = function(){
var s = getSession();
s.count++;
var hit = MILESTONES.indexOf(s.count) >= 0 && !s.shown[s.count];
if(hit) s.shown[s.count] = true;
saveSession(s);
if(hit) showToast(s.count);
};
/* Auto-bump on single video page load */
if(document.body.classList.contains('single-nsfw') || document.body.className.match(/single-nsfw/)){
window.crohasitBumpSession();
}
})();
</script>
</body>
</html><!-- WP Fastest Cache file was created in 0.159 seconds, on April 15, 2026 @ 9:03 am --><!-- need to refresh to see cached version -->