<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>MBAH189: Situs Game Online Seru, Anti Bosan Tiap Hari</title>
<meta name="description" content="MBAH189 hadir dengan game online seru yang bikin anti bosan tiap hari. Akses cepat, pilihan lengkap, dan pengalaman main yang fun buat isi waktu luang."/>
<meta name="robots" content="INDEX,FOLLOW"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=1, user-scalable=yes"/>
<link rel="canonical" href="https://www.eighthandkin.com/collections/by-joy-adenuga-1"/>
<link rel="amphtml"   href="https://amp.eighthandkin.com/"/>
<link rel="alternate" hreflang="id-id" href="https://amp.eighthandkin.com/"/>
<link rel="alternate" href="https://www.eighthandkin.com/collections/by-joy-adenuga-1"/>
<link rel="alternate" hreflang="id" href="https://amp.eighthandkin.com/"/>
<link rel="alternate" hreflang="en" href="https://amp.eighthandkin.com/"/>    
<link rel="alternate" hreflang="x-default" href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" />

<link rel="icon"          href="https://ik.imagekit.io/ymz3fm9z8/fav%20(3).png" type="image/x-icon"/>
<link rel="shortcut icon" href="https://ik.imagekit.io/ymz3fm9z8/fav%20(3).png" type="image/x-icon"/>
<link rel="apple-touch-icon" sizes="180x180" href="https://ik.imagekit.io/ymz3fm9z8/fav%20(3).png"/>

<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">

<script type="text/javascript">
  var BANNER_CONFIG = {
    enabled:  true,
    imageUrl: 'https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png',
    linkUrl:  'https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png',
    altText:  'Banner'
  };
</script>

<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: #c3791b; background: #fff; line-height: 1.6;
}
a { color: #c3791b; text-decoration: none; transition: color .2s; }
a:hover { color: #e61430; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.clearfix::after { content: ""; display: table; clear: both; }

.container {
  width: 100%; max-width: 1200px;
  margin: 0 auto; padding: 0 15px;
}

.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.col { padding: 0 15px; }
.col-12 { width: 100%; }
.col-8  { width: 66.666%; }
.col-6  { width: 50%; }
.col-4  { width: 33.333%; }
.col-3  { width: 25%; }

.header-container {
  background: #2a2a2a; border-bottom: 2px solid #f0f0f0;
  position: sticky; top: 0; z-index: 1000;
}
.header { padding: 12px 0; }
.header-content {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 12px;
}

.logo-container { flex-shrink: 0; }
.logo-container a { display: inline-block; }
.logo-container img {
  max-height: 60px; width: auto;
}

.nav-desktop { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-desktop a {
  display: inline-block; padding: 8px 14px;
  font-size: 13px; font-weight: 600; text-transform: uppercase;
  color: #c3791b; border-radius: 4px; transition: background .2s, color .2s;
}
.nav-desktop a:hover { background: #c3791b; color: #fff; }

.search-box {
  display: flex; align-items: center;
  border: 2px solid #e0e0e0; border-radius: 5px; overflow: hidden;
  max-width: 320px; width: 100%;
}
.search-box input {
  border: none; outline: none; padding: 9px 12px;
  font-size: 13px; flex: 1; font-family: inherit;
}
.search-box button {
  background: #c3791b; color: #fff; border: none;
  padding: 9px 16px; font-size: 13px; font-weight: 700;
  cursor: pointer; transition: background .2s;
}
.search-box button:hover { background: #e61430; }

.mini-cart a {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: #c3791b;
}
.mini-cart .cart-icon { font-size: 22px; }
.mini-cart .cart-count {
  background: #c3791b; color: #fff;
  border-radius: 50%; width: 20px; height: 20px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.hamburger span {
  display: block; width: 26px; height: 3px;
  background: #c3791b; border-radius: 2px; transition: .3s;
}

.nav-mobile {
  display: none; flex-direction: column;
  background: #fafafa; border-top: 1px solid #e0e0e0;
  padding: 10px 0;
}
.nav-mobile.active { display: flex; }
.nav-mobile a {
  display: block; padding: 10px 20px;
  font-size: 14px; font-weight: 500; color: #c3791b;
  border-bottom: 1px solid #eee;
}
.nav-mobile a:hover { background: #f0f0f0; color: #c3791b; }

.breadcrumbs {
  background: #f9f9f9; padding: 12px 0;
  border-bottom: 1px solid #eee; font-size: 13px;
}
.breadcrumbs ul { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.breadcrumbs li { color: #888; }
.breadcrumbs li a { color: #555; }
.breadcrumbs li a:hover { color: #c3791b; text-decoration: underline; }
.breadcrumbs .sep { margin: 0 2px; color: #bbb; }

.product-section { padding: 30px 0; }

.product-banner {
  margin-bottom: 18px; border-radius: 6px;
  overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.product-banner img { width: 100%; display: block; }
.product-banner .banner-caption {
  background: #c3791b; color: #fff; text-align: center;
  padding: 8px 12px; font-size: 13px;
}
.product-banner .banner-caption strong { font-weight: 700; }

.product-img-box { position: relative; }
.product-img-box .main-image {
  border: 1px solid #eee; border-radius: 6px;
  overflow: hidden; margin-bottom: 12px;
}
.product-img-box .main-image img { width: 100%; cursor: zoom-in; }
.product-img-box .thumb-list {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.product-img-box .thumb-list li {
  width: 70px; height: 70px; border: 2px solid #e0e0e0;
  border-radius: 4px; overflow: hidden; cursor: pointer;
  transition: border-color .2s;
}
.product-img-box .thumb-list li:hover,
.product-img-box .thumb-list li.active { border-color: #c3791b; }
.product-img-box .thumb-list li img { width: 100%; height: 100%; object-fit: cover; }

.img-actions { margin-top: 10px; display: flex; gap: 12px; font-size: 13px; }
.img-actions a { color: #000; font-weight: 600; }
.img-actions a:hover { text-decoration: underline; }

.product-detail { padding-left: 10px; }
.product-detail .product-name h1 {
  font-size: 24px; font-weight: 700; color: #222; margin-bottom: 6px;
}
.product-detail .product-sku {
  font-size: 13px; color: #888; margin-bottom: 4px;
}
.product-detail .availability {
  font-size: 13px; font-weight: 600; margin-bottom: 14px;
}
.product-detail .availability.in-stock { color: #2e7d32; }
.product-detail .availability.out-of-stock { color: #c3791b; }
.product-detail .short-desc {
  font-size: 15px; color: #555; margin-bottom: 18px; line-height: 1.7;
}

.price-box { margin-bottom: 16px; }
.price-box .special-price {
  font-size: 28px; font-weight: 800; color: #c3791b;
}
.price-box .old-price {
  font-size: 16px; color: #999; text-decoration: line-through;
  margin-left: 10px;
}
.price-box .price-label { display: block; font-size: 12px; font-weight: 500; color: #888; }
.promo-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.promo-badges a {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: #000;
  padding: 6px 12px; border: 1px solid #ddd; border-radius: 4px;
  transition: background .2s;
}
.promo-badges a:hover { background: #f5f5dc; }
.promo-badges a img { width: 18px; height: 18px; }

.add-to-cart-box { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.qty-wrapper {
  display: flex; align-items: center;
  border: 2px solid #ddd; border-radius: 5px; overflow: hidden;
}
.qty-wrapper button {
  background: #f5f5f5; border: none; width: 36px; height: 40px;
  font-size: 18px; font-weight: 700; cursor: pointer;
  color: #c3791b; transition: background .2s;
}
.qty-wrapper button:hover { background: #e0e0e0; }
.qty-wrapper input {
  width: 50px; height: 40px; text-align: center;
  border: none; border-left: 1px solid #ddd; border-right: 1px solid #ddd;
  font-size: 15px; font-weight: 600; font-family: inherit; outline: none;
}
.btn-add-cart {
  background: #c3791b; color: #fff; border: none;
  padding: 11px 30px; font-size: 15px; font-weight: 700;
  border-radius: 5px; cursor: pointer; transition: background .2s;
  text-transform: uppercase; letter-spacing: .5px;
}
.btn-add-cart:hover { background: #e61430; }

.extra-links { display: flex; gap: 16px; margin-bottom: 18px; font-size: 13px; }
.extra-links a { color: #555; font-weight: 500; }
.extra-links a:hover { color: #c3791b; text-decoration: underline; }

.login-register-box {
  padding: 14px 16px; background: #f7f7f7;
  border: 1px solid #e0e0e0; border-radius: 5px; margin-bottom: 18px;
}
.login-register-box p { font-size: 13px; color: #555; margin-bottom: 10px; }
.login-register-box .btn-group { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-login, .btn-register {
  flex: 1; min-width: 110px; text-align: center;
  padding: 10px 16px; border-radius: 4px;
  font-size: 13px; font-weight: 700;
  cursor: pointer; transition: all .2s;
  display: inline-block;
}
.btn-login {
  background: #c3791b; color: #fff; border: 2px solid #c3791b;
}
.btn-login:hover { background: #e61430; border-color: #c3791b; color: #fff; }
.btn-register {
  background: #fff; color: #c3791b; border: 2px solid #c3791b;
}
.btn-register:hover { background: #c3791b; color: #fff; }

.social-share { display: flex; gap: 10px; flex-wrap: wrap; }
.social-share a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: #eee; color: #555; font-size: 16px;
  transition: background .2s, color .2s;
}
.social-share a:hover { background: #c3791b; color: #fff; }

.product-tabs-section { padding: 30px 0 40px; }
.tabs-nav {
  display: flex; border-bottom: 2px solid #e0e0e0; margin-bottom: 20px;
}
.tabs-nav button {
  background: none; border: none; border-bottom: 3px solid transparent;
  padding: 12px 24px; font-size: 15px; font-weight: 700;
  color: #888; cursor: pointer; transition: all .2s;
  font-family: inherit; margin-bottom: -2px;
}
.tabs-nav button:hover { color: #c3791b; }
.tabs-nav button.active {
  color: #c3791b; border-bottom-color: #c3791b;
}
.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-content h2 { font-size: 20px; font-weight: 700; margin-bottom: 14px; color: #222; }
.tab-content p { font-size: 14px; line-height: 1.8; color: #444; margin-bottom: 12px; }
.tab-content ul.detail-list { padding-left: 20px; margin-top: 10px; }
.tab-content ul.detail-list li {
  list-style: disc; font-size: 14px; line-height: 1.8;
  color: #444; margin-bottom: 4px;
}

.footer-container { background: #2a2a2a; color: #ccc; padding: 40px 0 0; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-col h3 {
  color: #fff; font-size: 15px; font-weight: 700;
  text-transform: uppercase; margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 2px solid #444;
}
.footer-col p { font-size: 13px; line-height: 1.7; color: #aaa; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #aaa; font-size: 13px; transition: color .2s; }
.footer-col ul li a:hover { color: #fff; }
.footer-col .contact-item {
  display: flex; align-items: flex-start; gap: 8px;
  margin-bottom: 10px; font-size: 13px; color: #aaa;
}
.footer-col .contact-item .icon { font-size: 16px; flex-shrink: 0; }
.footer-col .social-links { display: flex; gap: 10px; margin-top: 14px; }
.footer-col .social-links a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: #444; color: #ccc; font-size: 14px;
  transition: background .2s, color .2s;
}
.footer-col .social-links a:hover { background: #c3791b; color: #fff; }
.footer-col .payment-icons { margin-top: 14px; }
.footer-col .payment-icons img { max-height: 30px; }

.footer-bottom {
  border-top: 1px solid #444; margin-top: 30px;
  padding: 16px 0; text-align: center;
}
.footer-bottom p { font-size: 12px; color: #888; }
.footer-bottom .footer-links { margin-bottom: 8px; }
.footer-bottom .footer-links a {
  color: #aaa; font-size: 12px; margin: 0 8px;
}
.footer-bottom .footer-links a:hover { color: #fff; }

.back-to-top {
  position: fixed; bottom: 30px; right: 30px;
  width: 44px; height: 44px; border-radius: 50%;
  background: #c3791b; color: #fff; border: none;
  font-size: 20px; cursor: pointer;
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.2); transition: background .2s;
  z-index: 999;
}
.back-to-top:hover { background: #e61430; }
.back-to-top.visible { display: flex; }

.modal-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.6); z-index: 2000;
  align-items: center; justify-content: center;
}
.modal-overlay.active { display: flex; }
.modal-box {
  background: #fff; border-radius: 8px; padding: 30px;
  max-width: 500px; width: 90%; position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
  max-height: 90vh; overflow-y: auto;
}
.modal-box .modal-close {
  position: absolute; top: 10px; right: 14px;
  background: none; border: none; font-size: 22px;
  cursor: pointer; color: #888; transition: color .2s;
}
.modal-box .modal-close:hover { color: #c3791b; }
.modal-box h3 { font-size: 18px; font-weight: 700; margin-bottom: 14px; }
.modal-box p { font-size: 14px; color: #555; line-height: 1.7; }

.modal-box .form-group { margin-bottom: 14px; }
.modal-box .form-group label {
  display: block; font-size: 13px; font-weight: 600;
  margin-bottom: 4px; color: #c3791b;
}
.modal-box .form-group label em { color: #c3791b; }
.modal-box .form-group input,
.modal-box .form-group textarea {
  width: 100%; padding: 9px 12px; border: 1px solid #ddd;
  border-radius: 4px; font-size: 14px; font-family: inherit;
  outline: none; transition: border-color .2s;
}
.modal-box .form-group input:focus,
.modal-box .form-group textarea:focus { border-color: #c3791b; }
.modal-box .form-group textarea { resize: vertical; min-height: 80px; }
.modal-box .btn-submit {
  background: #c3791b; color: #fff; border: none;
  padding: 10px 24px; border-radius: 4px; font-size: 14px;
  font-weight: 700; cursor: pointer; transition: background .2s;
}
.modal-box .btn-submit:hover { background: #e61430; }

@media (max-width: 992px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .col-4 { width: 50%; }
  .col-8 { width: 50%; }
  .col-3 { width: 50%; }
  .product-detail { padding-left: 0; margin-top: 10px; }
}

@media (max-width: 768px) {
  .nav-desktop { display: none; }
  .hamburger   { display: flex; }
  .header-content { flex-wrap: wrap; }
  .search-box  { max-width: 100%; order: 10; margin-top: 8px; }

  .row { flex-direction: column; }
  .col-12, .col-8, .col-6, .col-4, .col-3 { width: 100%; }

  .product-detail { padding-left: 0; margin-top: 20px; }
  .product-detail .product-name h1 { font-size: 20px; }
  .price-box .special-price { font-size: 24px; }

  .footer-grid { grid-template-columns: 1fr; }

  .tabs-nav { overflow-x: auto; }
  .tabs-nav button { padding: 10px 16px; font-size: 14px; white-space: nowrap; }

  .back-to-top { bottom: 16px; right: 16px; width: 40px; height: 40px; font-size: 18px; }
}

@media (max-width: 480px) {
  .product-detail .product-name h1 { font-size: 18px; }
  .price-box .special-price { font-size: 22px; }
  .btn-add-cart { padding: 10px 20px; font-size: 14px; }
  .add-to-cart-box { flex-direction: column; align-items: stretch; }
  .qty-wrapper { align-self: flex-start; }
}
</style>
</head>

<body>

<noscript>
  <div style="background:#fff3cd;color:#856404;padding:12px 20px;text-align:center;font-size:14px;">
    <strong>JavaScript seems to be disabled in your browser.</strong><br/>
    
  </div>
</noscript>


<header class="header-container">
  <div class="container">
    <div class="header">
      <div class="header-content">


        <div class="logo-container">
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="MBAH189" class="logo">
            <img
              id="site-logo"
              src="https://ik.imagekit.io/ymz3fm9z8/logo-1000pxv2.png"
              alt="LOGO MBAH189"
           />
          </a>
        </div>

        <nav class="nav-desktop" id="navDesktop">
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Lounge</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Sleeping Room</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Dining Hall</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Kids Area</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Work Room</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Outdoor Area</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Decorations</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Limited Deal</a>
        </nav>

        <div class="search-box">
          <input type="text" id="searchInput" placeholder="Search entire store here..." maxlength="128" aria-label="Search"/>
          <button type="button" id="searchBtn" aria-label="Search">Search</button>
        </div>

        <div class="mini-cart">
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="View Cart">
            <span class="cart-icon">&#128722;</span>
            <span class="cart-count" id="cartCount">0</span>
          </a>
        </div>

        <button class="hamburger" id="hamburgerBtn" aria-label="Open Menu">
          <span></span><span></span><span></span>
        </button>

      </div>
    </div>

    <nav class="nav-mobile" id="navMobile">
      <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Lounge</a>
      <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Sleeping Room</a>
      <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Dining Hall</a>
      <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Kids Area</a>
      <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Work Room</a>
      <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Outdoor Area</a>
      <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Decorations</a>
      <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Limited Deal</a>
    </nav>

  </div>
</header>


<div class="breadcrumbs">
  <div class="container">
    <ul>
      <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Go to Home Page">SLOT</a> <span class="sep">/</span></li>
      <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">SLOT GACOR</a> <span class="sep">/</span></li>
      <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">2026</a> <span class="sep">/</span></li>
      <li><strong>MBAH189: Situs Game Online Seru, Anti Bosan Tiap Hari</strong></li>
    </ul>
  </div>
</div>


<section class="product-section">
  <div class="container">
    <form id="product_addtocart_form" method="post" action="/">
      <div class="row">

        <div class="col col-4">

          <div class="product-banner" id="promoBanner">
            <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Promo Banner">
              <img
                id="bannerImage"
                src="https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png"
                alt="Promo Banner"
                onerror="this.style.display='none'"
             />
            </a>
            
          </div>

          <div class="product-img-box">
            <div class="main-image">
            </div>

            <ul class="thumb-list" id="thumbList">
              <li class="active" onclick="changeImage(this, 'https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png')">
                <img src="https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png" alt="MBAH189"/>
              </li>
              <li onclick="changeImage(this, 'https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png')">
                <img src="https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png" alt="MBAH189"/>
              </li>
              <li onclick="changeImage(this, 'https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png')">
                <img src="https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png" alt="MBAH189"/>
              </li>
              <li onclick="changeImage(this, 'https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png')">
                <img src="https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png" alt="MBAH189"/>
              </li>
            </ul>

            <div class="img-actions">
              <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" id="askQuestionLink">&#10067; Ask A Question</a>
              <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" id="viewLargeLink">&#128269; View Large</a>
            </div>
          </div>

        </div>

        <div class="col col-8">
          <div class="product-detail">

            <div class="product-name">
              <h1>MBAH189: Situs Game Online Seru, Anti Bosan Tiap Hari</h1>
            </div>
            <p class="availability in-stock">&#10003; In Stock</p>

            <p class="short-desc">
            MBAH189 hadir dengan game online seru yang bikin anti bosan tiap hari. Akses cepat, pilihan lengkap, dan pengalaman main yang fun buat isi waktu luang.
            </p>

            <div class="price-box">
              <span class="price-label">Special Price</span>
              <span class="special-price" id="product-price">Rp. 10.000</span>
              <span class="old-price" id="old-price">Rp. 100.000</span>
            </div>

            <div class="promo-badges">
              <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" id="freeDeliveryLink">&#128666; Free In Home Delivery</a>
              <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" id="priceMatchLink">&#10004; 100% Price Match Guarantee</a>
            </div>

            <div class="add-to-cart-box">
              <div class="qty-wrapper">
                <button type="button" id="qtyMinus" aria-label="Decrease quantity">&#8722;</button>
                <input type="text" name="qty" id="qty" value="1" maxlength="4" aria-label="Quantity"/>
                <button type="button" id="qtyPlus" aria-label="Increase quantity">&#43;</button>
              </div>
              <button type="button" class="btn-add-cart" id="addToCartBtn">&#128722; Add to Cart</button>
            </div>

            <div class="extra-links">
              
            </div>

            <div class="login-register-box">
              <div class="btn-group">
                <a href="https://amp.eighthandkin.com/" class="btn-login">LOGIN</a>
                <a href="https://amp.eighthandkin.com/" class="btn-login">REGISTER</a>
              </div>
            </div>

            <div class="social-share">
              <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Share on Facebook" aria-label="Facebook">f</a>
              <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Share on Twitter" aria-label="Twitter">t</a>
              <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Share on Pinterest" aria-label="Pinterest">p</a>
              <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Share via Email" aria-label="Email">&#9993;</a>
            </div>

          </div>
        </div>

      </div>

      <input type="hidden" name="product" value="2129"/>
      <input type="hidden" name="related_product" value=""/>
    </form>
  </div>
</section>

<section class="product-tabs-section">
  <div class="container">

    <div class="tabs-nav" id="tabsNav">
      <button class="active" data-tab="tab-description">Description</button>
    </div>

    <div class="tab-content active" id="tab-description">
      <h2>TENTANG MBAH189</h2>
      <p style="text-align: left;">MBAH189 hadir sebagai salah satu situs game online seru yang makin banyak dibicarakan karena pengalaman bermainnya yang fresh dan nggak bikin cepat bosan. Buat kamu yang lagi cari hiburan ringan tapi tetap menarik, platform ini bisa jadi pilihan yang pas buat nemenin waktu santai.

Dengan konsep yang simpel tapi tetap modern, MBAH189 memudahkan siapa saja untuk langsung mulai tanpa ribet. Tampilan yang clean dan navigasi yang jelas bikin pengguna baru pun bisa cepat paham. Jadi nggak perlu waktu lama buat adaptasi, tinggal masuk dan langsung enjoy. <span style="color: #c3791b;"><strong><a style="color: #c3791b;" href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">MBAH189</a></strong></span>.</p>
<h2 style="text-align: left;" data-section-id="1tn1h2w" data-start="2027" data-end="2069"><strong data-start="2031" data-end="2069">Pilihan Game yang Variatif & Selalu Update</strong></h2>
<p style="text-align: left;" data-start="2071" data-end="2365">Salah satu daya tarik utama MBAH189 adalah koleksi gamenya yang beragam. Kamu bisa nemuin banyak pilihan dengan tema berbeda, mulai dari yang santai sampai yang lebih menantang. Update rutin juga bikin pengalaman bermain selalu terasa baru.

Hal ini penting banget supaya pemain nggak ngerasa monoton. Setiap hari selalu ada sesuatu yang bisa dicoba, jadi wajar kalau banyak yang bilang platform ini anti bosan.</p>
<p style="text-align: left;" data-start="2367" data-end="2477">Nggak cuma soal game, MBAH189 juga unggul dari sisi performa. Aksesnya cepat dan ringan, baik lewat HP maupun desktop. Ini bikin pengalaman bermain jadi lebih lancar tanpa gangguan.

Kecepatan ini jadi nilai plus karena pemain bisa lebih fokus menikmati permainan tanpa harus nunggu lama atau mengalami lag.</p>
    </div>

  </div>
</section>

<footer class="footer-container">
  <div class="container">
    <div class="footer-grid">

      <div class="footer-col">
        <h3>About Us</h3>
        <p>Dapatkan Jackpot Singkat di MBAH189</p>
        <div class="social-links">
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Facebook" aria-label="Facebook">f</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Twitter" aria-label="Twitter">t</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Instagram" aria-label="Instagram">i</a>
          <a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1" title="Google" aria-label="Google">g</a>
        </div>
      </div>

      <div class="footer-col">
        <h3>My Account</h3>
        <ul>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">My Account</a></li>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Login</a></li>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">My Cart</a></li>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Wishlist</a></li>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Checkout</a></li>
        </ul>
      </div>

      <div class="footer-col">
        <h3>Information</h3>
        <ul>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">About Us</a></li>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Contact Us</a></li>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Privacy Policy</a></li>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Terms &amp; Conditions</a></li>
          <li><a href="https://www.eighthandkin.com/collections/by-joy-adenuga-1">Site Map</a></li>
        </ul>
      </div>

      <div class="footer-col">
        <h3>Contact Information</h3>
        <div class="contact-item">
          <span class="icon">&#128205;</span>
          <span>Indonesia</span>
        </div>
        <div class="contact-item">
          <span class="icon">&#128222;</span>
          <span style="font-size:16px; font-weight:700;">081734562908</span>
        </div>
       <div class="contact-item">
          <span class="icon">&#9993;</span>
          
        </div>
      </div>

    </div>

    <div class="footer-bottom">
      <p>&copy; MBAH189| SEO DORA </p>
    </div>

  </div>
</footer>

<button class="back-to-top" id="backToTop" aria-label="Back to top">&#9650;</button>


<div class="modal-overlay" id="modalAskQuestion">
  <div class="modal-box">
    <button class="modal-close" onclick="closeModal('modalAskQuestion')">&times;</button>
    <h3>Ask a Question</h3>
    <p style="margin-bottom:16px; color:#888; font-size:13px;">
      
    </p>
    <form id="askQuestionForm" onsubmit="return handleAskQuestion(event)">
      <div class="form-group">
        <label><em>*</em> Your Name</label>
        <input type="text" name="name" required/>
      </div>
      <div class="form-group">
        <label><em>*</em> Your Email</label>
        <input type="email" name="email" required/>
      </div>
      <div class="form-group">
        <label>Telephone</label>
        <input type="tel" name="telephone"/>
      </div>
      <div class="form-group">
        <label><em>*</em> Your Message</label>
        <textarea name="message" required></textarea>
      </div>
      <button type="submit" class="btn-submit">Submit</button>
    </form>
  </div>
</div>

<div class="modal-overlay" id="modalFreeDelivery">
  <div class="modal-box">
    <button class="modal-close" onclick="closeModal('modalFreeDelivery')">&times;</button>
    <h3>&#128666; Free Local Delivery</h3>
    <p>Free Local Delivery within Sacramento and surrounding areas (approximately 25 miles radius).</p>
  </div>
</div>

<div class="modal-overlay" id="modalPriceMatch">
  <div class="modal-box">
    <button class="modal-close" onclick="closeModal('modalPriceMatch')">&times;</button>
    <h3>&#10004; 100% Price Match Guarantee</h3>
    <p>We guarantee to match the price of any identical item from an authorized retailer. Contact us for details.</p>
  </div>
</div>

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js" defer></script><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "MBAH189: Situs Game Online Seru, Anti Bosan Tiap Hari",
  "image": "https://ik.imagekit.io/ymz3fm9z8/mbah189-imgs.png",
  "sku": "HIBURAN ONLINE",
  "description": "MBAH189 hadir dengan game online seru yang bikin anti bosan tiap hari. Akses cepat, pilihan lengkap, dan pengalaman main yang fun buat isi waktu luang.",
  "offers": {
    "@type": "Offer",
    "priceCurrency": "IDR",
    "price": "70000",
    "availability": "https://schema.org/InStock",
    "url": "https://www.eighthandkin.com/collections/by-joy-adenuga-1"
  }
}
</script>

<script>
(function () {
  'use strict';

  var hamburger = document.getElementById('hamburgerBtn');
  var navMobile = document.getElementById('navMobile');

  hamburger.addEventListener('click', function () {
    navMobile.classList.toggle('active');
  });

  navMobile.querySelectorAll('a').forEach(function (link) {
    link.addEventListener('click', function () {
      navMobile.classList.remove('active');
    });
  });


  var qtyInput = document.getElementById('qty');
  document.getElementById('qtyPlus').addEventListener('click', function () {
    var val = parseInt(qtyInput.value) || 1;
    qtyInput.value = val + 1;
  });
  document.getElementById('qtyMinus').addEventListener('click', function () {
    var val = parseInt(qtyInput.value) || 1;
    if (val > 1) qtyInput.value = val - 1;
  });


  var tabButtons = document.querySelectorAll('#tabsNav button');
  tabButtons.forEach(function (btn) {
    btn.addEventListener('click', function () {

      tabButtons.forEach(function (b) { b.classList.remove('active'); });
      document.querySelectorAll('.tab-content').forEach(function (tc) { tc.classList.remove('active'); });

      btn.classList.add('active');
      var target = document.getElementById(btn.getAttribute('data-tab'));
      if (target) target.classList.add('active');
    });
  });


  document.getElementById('askQuestionLink').addEventListener('click', function (e) {
    e.preventDefault();
    openModal('modalAskQuestion');
  });
  document.getElementById('freeDeliveryLink').addEventListener('click', function (e) {
    e.preventDefault();
    openModal('modalFreeDelivery');
  });
  document.getElementById('priceMatchLink').addEventListener('click', function (e) {
    e.preventDefault();
    openModal('modalPriceMatch');
  });

  document.querySelectorAll('.modal-overlay').forEach(function (overlay) {
    overlay.addEventListener('click', function (e) {
      if (e.target === overlay) overlay.classList.remove('active');
    });
  });

  var backToTop = document.getElementById('backToTop');
  window.addEventListener('scroll', function () {
    if (window.scrollY > 300) {
      backToTop.classList.add('visible');
    } else {
      backToTop.classList.remove('visible');
    }
  });
  backToTop.addEventListener('click', function () {
    window.scrollTo({ top: 0, behavior: 'smooth' });
  });

  if (typeof BANNER_CONFIG !== 'undefined' && BANNER_CONFIG.enabled) {
    var bannerImg = document.getElementById('bannerImage');
    if (bannerImg && BANNER_CONFIG.imageUrl) {
      bannerImg.src = BANNER_CONFIG.imageUrl;
    }
  }

})();


function changeImage(thumbEl, newSrc) {
  document.getElementById('mainProductImage').src = newSrc;
  document.querySelectorAll('#thumbList li').forEach(function (li) {
    li.classList.remove('active');
  });
  thumbEl.classList.add('active');
}

function openModal(id) {
  var m = document.getElementById(id);
  if (m) m.classList.add('active');
}

function closeModal(id) {
  var m = document.getElementById(id);
  if (m) m.classList.remove('active');
}

function handleAskQuestion(e) {
  e.preventDefault();
  alert('Your question has been submitted. We will respond shortly!');
  closeModal('modalAskQuestion');
  return false;
}

function changeLogo(newLogoUrl) {
  var logo = document.getElementById('site-logo');
  if (logo && newLogoUrl) {
    logo.src = newLogoUrl;
  }
}

function changeFavicon(newFaviconUrl) {
  var links = document.querySelectorAll("link[rel*='icon']");
  links.forEach(function (link) {
    link.href = newFaviconUrl;
  });
}
</script>

<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"42fe7cbce9b14e1aad851fad08772a7d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"a67587ef769043d3b496f609d6c196f6","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"39ef1ee4d017462c8c596353de366ddc","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"3051bbc9382049ab813059fdfb882595","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"c0a6446fb93c412ca2b6f4aabd634edb","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"a4ea9f1cb4bd4034b9d02902e3492b20","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"7c903c36d1a7443db74997f3fa50c91f","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"37e98e4909b04dc1849d3447a03cd5c9","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"1520fd90f8ec4387a195380ac7704d33","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"1520fd90f8ec4387a195380ac7704d33","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"668eb31ad23244a4a33717f1290b51e5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"668eb31ad23244a4a33717f1290b51e5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"4fa9f377905d4ceea8b9330134be0b88","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>