<!doctype html>
<html class="no-js" lang="en" dir="ltr" title="">

<head>
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <!-- Local file error handler -->
  <script>
    if (window.location.protocol === 'file:') {
      // Suppress ALL errors when viewing locally
      window.onerror = function(msg, url, line, col, error) {
        return true; // Suppress all errors
      };

      // Suppress unhandled promise rejections
      window.onunhandledrejection = function(event) {
        event.preventDefault();
        return true;
      };

      // Mock fetch to prevent CORS errors
      const originalFetch = window.fetch;
      window.fetch = function(url, options) {
        // Return empty response for local/Shopify requests
        if (typeof url === 'string' && (
          url.startsWith('file:') ||
          url.startsWith('/') ||
          url.includes('cart') ||
          url.includes('variants') ||
          url.includes('nuphy.com') ||
          url.includes('shopify')
        )) {
          return Promise.resolve(new Response('{}', { status: 200, headers: { 'Content-Type': 'application/json' } }));
        }
        return originalFetch.apply(this, arguments);
      };

      // Mock XMLHttpRequest for older APIs
      const originalXHROpen = XMLHttpRequest.prototype.open;
      XMLHttpRequest.prototype.open = function(method, url) {
        if (typeof url === 'string' && (url.startsWith('file:') || url.includes('shopify') || url.includes('monorail'))) {
          this._blocked = true;
        }
        return originalXHROpen.apply(this, arguments);
      };
      const originalXHRSend = XMLHttpRequest.prototype.send;
      XMLHttpRequest.prototype.send = function() {
        if (this._blocked) {
          Object.defineProperty(this, 'status', { value: 200 });
          Object.defineProperty(this, 'responseText', { value: '{}' });
          setTimeout(() => { if (this.onload) this.onload(); }, 0);
          return;
        }
        return originalXHRSend.apply(this, arguments);
      };

      // Mock Shopify object for theme.js
      window.Shopify = window.Shopify || {};
      window.Shopify.routes = window.Shopify.routes || { root: '/' };
      window.Shopify.locale = 'en';
      window.Shopify.currency = { active: 'USD', rate: '1.0' };
      window.Shopify.theme = { name: 'Local', id: 0 };
      window.Shopify.shop = 'local';

      // Mock theme cart functions
      window.theme = window.theme || {};
      window.theme.settings = window.theme.settings || {};
      window.theme.strings = window.theme.strings || {};
      window.theme.cartDesktop = 'page';

      console.log('%c✓ QQSLOT - Viewing locally (Shopify features mocked)', 'color: #00c853; font-weight: bold; font-size: 14px;');
    }
  </script>

  <script defer
    src="https://nuphy.com/cdn/shop/t/169/assets/hs-lazysizes.min.js?v=125464727818452813991757322132"></script>
  <link rel="stylesheet"
    href="https://nuphy.com/cdn/shop/t/169/assets/hs-image-blur.css?v=157208600979694062561757322131" media="print"
    onload="this.media='all'; this.onload = null">
  <script defer
    src="https://nuphy.com/cdn/shop/t/169/assets/hs-instantload.min.js?v=106803949153345037901757322132"></script>
  <script async
    src="https://nuphy.com/cdn/shop/t/169/assets/hs-script-loader.min.js?v=62836566024746520321757322132"></script>
  <title>QQSLOT Viral! Ini Dia Link Developer Platform Game Jagoan</title>
  <meta name="description"
    content="QQSLOT ✓ Link resmi developer platform slot gacor terpercaya. Daftar QQSLOT sekarang dan nikmati RTP tertinggi, bonus new member 100%, withdraw cepat 24 jam!">
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="google-site-verification" content="Fz75NUrPeAbj4_SqKr18mlhcU2s18UG6YZqGx8WxOrc" /> 
 
  <meta name="theme-color" content="#111111">
  <link rel="canonical" href="https://jqfundamentals.com/chapter/javascript-basics">
  <link href="https://nuphy.com/cdn/shop/t/169/assets/theme.css?v=75826623841329653581764930327" rel="stylesheet"
    type="text/css" media="all" />
  <style>
    .sub__title {
      font-size: 16px !important;
    }

    .variant-input.sold-out-hidden[data-sold-out-hidden] {
      display: none !important;
    }

    .cross_variants .label.disabled {
      display: none;
    }

    @property --product-grid-scrollbar-thumb {
      syntax: "<color>";
      inherits: true;
      initial-value: transparent;
    }

    .product-grid__content::-webkit-scrollbar {
      width: 6px;
      height: 6px;
    }

    .product-grid__content::-webkit-scrollbar-thumb {
      border-radius: 4px;
      cursor: pointer;
      background-color: var(--product-grid-scrollbar-thumb)
    }

    .product-grid__content::-webkit-scrollbar-thumb:hover {
      background-color: #c7c9cc;
    }

    @media screen and (min-width: 1701px) {
      .variant-input-wrap .variant__button-label {
        margin-left: 0 !important;
      }

      .variant-border.variant__button-label.notColor {
        width: 97% !important;
      }
    }

    @media screen and (min-width: 768px) {
      .product-grid__content {
        overflow-y: auto;
        max-height: 918px;
        padding-right: 10px;
        transition: --product-grid-scrollbar-thumb 0.5s ease;
      }

      .product-grid__content:hover {
        --product-grid-scrollbar-thumb: #dddee0
      }
    }
  </style>
  <link href="https://nuphy.com/cdn/shop/t/169/assets/theme.js?v=30729687944114418011757322131" as="script"
    rel="preload">
  <link rel="preconnect" href="https://cdn.shopify.com">
  <link rel="preconnect" href="https://fonts.shopifycdn.com">
  <link rel="dns-prefetch" href="https://productreviews.shopifycdn.com">
  <link rel="dns-prefetch" href="https://ajax.googleapis.com">
  <link rel="dns-prefetch" href="https://maps.googleapis.com">
  <link rel="dns-prefetch" href="https://maps.gstatic.com">
  <!-- Favicon placeholder - replace with actual favicon -->
  <link rel="apple-touch-icon" href="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png">
  <style>
    .header-layout {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }

    .site-nav .site-nav__icons {
      margin-right: 0;
    }
  </style>
  <link rel="shortcut icon" href="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" type="image/png">
  <meta property="og:site_name" content="QQSLOT">
  <meta property="og:url" content="https://jqfundamentals.com/chapter/javascript-basics">
  <meta property="og:title" content="QQSLOT Viral! Ini Dia Link Developer Resmi Platform Slot 2026">
  <meta property="og:type" content="website">
  <meta property="og:description"
    content="QQSLOT ✓ Link resmi developer platform slot gacor terpercaya. Daftar QQSLOT sekarang dan nikmati RTP tertinggi, bonus new member 100%, withdraw cepat 24 jam!">
  <meta property="og:image" content="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png">
  <meta property="og:image:secure_url" content="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png">
  <meta property="og:image:width" content="1800">
  <meta property="og:image:height" content="1800">
  <meta name="twitter:site" content="@qqslot">
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="QQSLOT Viral! Ini Dia Link Developer Platform Game Jagoan">
  <meta name="twitter:description"
    content="QQSLOT ✓ Link resmi developer platform slot gacor terpercaya. Daftar QQSLOT sekarang dan nikmati RTP tertinggi, bonus new member 100%, withdraw cepat 24 jam!">

  <!-- Schema Markup untuk Review -->
  <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Product",
      "name": "QQSLOT",
      "description": "Platform game slot online terpercaya dengan koleksi permainan terlengkap, sistem pembayaran cepat, dan customer service 24/7",
      "brand": {
        "@type": "Brand",
        "name": "QQSLOT"
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "5",
        "reviewCount": "6",
        "bestRating": "5",
        "worstRating": "1"
      },
      "review": [
        {
          "@type": "Review",
          "author": {
            "@type": "Person",
            "name": "Budi Santoso"
          },
          "reviewRating": {
            "@type": "Rating",
            "ratingValue": "5",
            "bestRating": "5"
          },
          "reviewBody": "Main di QQSLOT sudah 4 bulan, withdraw selalu lancar dalam hitungan menit! Game slot QQSLOT lengkap dan grafisnya bagus banget. Bonus new member QQSLOT juga gede, recommended banget!"
        },
        {
          "@type": "Review",
          "author": {
            "@type": "Person",
            "name": "Siti Nurhaliza"
          },
          "reviewRating": {
            "@type": "Rating",
            "ratingValue": "5",
            "bestRating": "5"
          },
          "reviewBody": "Pertama kali daftar QQSLOT langsung dapat bonus selamat datang yang lumayan besar. CS QQSLOT ramah dan fast respon, deposit via DANA juga langsung masuk. Puas banget main di QQSLOT!"
        },
        {
          "@type": "Review",
          "author": {
            "@type": "Person",
            "name": "Andi Wijaya"
          },
          "reviewRating": {
            "@type": "Rating",
            "ratingValue": "5",
            "bestRating": "5"
          },
          "reviewBody": "QQSLOT situs slot paling gacor yang pernah saya coba! RTP QQSLOT tinggi, sering menang. Proses withdraw QQSLOT cepat banget cuma 3 menit udah masuk rekening. Top markotop!"
        },
        {
          "@type": "Review",
          "author": {
            "@type": "Person",
            "name": "Dewi Lestari"
          },
          "reviewRating": {
            "@type": "Rating",
            "ratingValue": "5",
            "bestRating": "5"
          },
          "reviewBody": "Gampang banget menangnya di QQSLOT! Minimal deposit QQSLOT cuma 10rb tapi bisa jackpot jutaan. Game QQSLOT banyak pilihan, ga bakal bosen. Pelayanan CS QQSLOT 24 jam nonstop!"
        },
        {
          "@type": "Review",
          "author": {
            "@type": "Person",
            "name": "Rudi Hermawan"
          },
          "reviewRating": {
            "@type": "Rating",
            "ratingValue": "5",
            "bestRating": "5"
          },
          "reviewBody": "QQSLOT platform slot terbaik! Loading QQSLOT cepat, tampilan menarik, dan yang penting QQSLOT sering kasih event berhadiah. Deposit QQSLOT pakai pulsa juga bisa, praktis banget!"
        },
        {
          "@type": "Review",
          "author": {
            "@type": "Person",
            "name": "Linda Wijayanti"
          },
          "reviewRating": {
            "@type": "Rating",
            "ratingValue": "5",
            "bestRating": "5"
          },
          "reviewBody": "Bonus cashback QQSLOT setiap minggu bikin betah main! Transaksi QQSLOT aman, sistem fairplay, dan jackpot progressive QQSLOT menggiurkan. Sudah withdraw di QQSLOT berkali-kali tanpa masalah!"
        }
      ]
    }
    </script>

  <!-- Schema Markup untuk FAQ -->
  <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Apa Keunggulan QQSLOT?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "QQSLOT menawarkan koleksi permainan slot terlengkap dengan fitur unggulan seperti sistem pembayaran yang cepat dan aman, customer service responsif 24/7, dan tingkat kemenangan yang lebih tinggi. Platform kami mudah diakses dari berbagai perangkat dengan tampilan yang user-friendly."
          }
        },
        {
          "@type": "Question",
          "name": "Apakah QQSLOT Aman dan Terpercaya?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Tentu saja. QQSLOT telah beroperasi dengan lisensi resmi dan sistem keamanan berlapis untuk melindungi data serta transaksi member. Semua permainan menggunakan sistem fairplay yang diaudit secara berkala untuk memastikan kejujuran dan transparansi dalam setiap putaran."
          }
        },
        {
          "@type": "Question",
          "name": "Bagaimana Cara Memulai Bermain di QQSLOT?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Proses pendaftaran sangat mudah: 1) Klik tombol DAFTAR SEKARANG, 2) Isi formulir pendaftaran dengan data yang valid, 3) Verifikasi akun melalui email atau nomor telepon, 4) Lakukan deposit pertama dan dapatkan bonus welcome, 5) Pilih permainan favorit dan mulai bermain."
          }
        },
        {
          "@type": "Question",
          "name": "Berapa Minimal Deposit di QQSLOT?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Minimal deposit di QQSLOT sangat terjangkau, hanya mulai dari Rp 10.000 saja. Kami menyediakan berbagai metode pembayaran yang fleksibel termasuk transfer bank, e-wallet (OVO, DANA, GoPay), pulsa, dan QRIS untuk memudahkan member dalam melakukan transaksi."
          }
        },
        {
          "@type": "Question",
          "name": "Berapa Lama Proses Withdraw di QQSLOT?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Proses penarikan dana (withdraw) di QQSLOT sangat cepat, rata-rata hanya membutuhkan waktu 3-5 menit saja. Tim kami bekerja 24/7 untuk memproses setiap transaksi dengan cepat dan aman. Anda juga bisa menghubungi customer service kami kapan saja jika ada pertanyaan terkait proses withdraw."
          }
        }
      ]
    }
    </script>

  <style data-shopify>
    @font-face {
      font-family: "Roboto Condensed";
      font-weight: 700;
      font-style: normal;
      font-display: swap;
      src: url("https://nuphy.com/cdn/fonts/roboto_condensed/robotocondensed_n7.0c73a613503672be244d2f29ab6ddd3fc3cc69ae.woff2") format("woff2"),
        url("https://nuphy.com/cdn/fonts/roboto_condensed/robotocondensed_n7.ef6ece86ba55f49c27c4904a493c283a40f3a66e.woff") format("woff");
    }

    @font-face {
      font-family: Roboto;
      font-weight: 400;
      font-style: normal;
      font-display: swap;
      src: url("https://nuphy.com/cdn/fonts/roboto/roboto_n4.2019d890f07b1852f56ce63ba45b2db45d852cba.woff2") format("woff2"),
        url("https://nuphy.com/cdn/fonts/roboto/roboto_n4.238690e0007583582327135619c5f7971652fa9d.woff") format("woff");
    }

    @font-face {
      font-family: Roboto;
      font-weight: 600;
      font-style: normal;
      font-display: swap;
      src: url("https://nuphy.com/cdn/fonts/roboto/roboto_n6.3d305d5382545b48404c304160aadee38c90ef9d.woff2") format("woff2"),
        url("https://nuphy.com/cdn/fonts/roboto/roboto_n6.bb37be020157f87e181e5489d5e9137ad60c47a2.woff") format("woff");
    }

    @font-face {
      font-family: Roboto;
      font-weight: 400;
      font-style: italic;
      font-display: swap;
      src: url("https://nuphy.com/cdn/fonts/roboto/roboto_i4.57ce898ccda22ee84f49e6b57ae302250655e2d4.woff2") format("woff2"),
        url("https://nuphy.com/cdn/fonts/roboto/roboto_i4.b21f3bd061cbcb83b824ae8c7671a82587b264bf.woff") format("woff");
    }

    @font-face {
      font-family: Roboto;
      font-weight: 600;
      font-style: italic;
      font-display: swap;
      src: url("https://nuphy.com/cdn/fonts/roboto/roboto_i6.ebd6b6733fb2b030d60cbf61316511a7ffd82fb3.woff2") format("woff2"),
        url("https://nuphy.com/cdn/fonts/roboto/roboto_i6.1363905a6d5249605bc5e0f859663ffe95ac3bed.woff") format("woff");
    }
  </style>
  <style data-shopify>
    :root {
      --typeHeaderPrimary: "Roboto Condensed";
      --typeHeaderFallback: sans-serif;
      --typeHeaderSize: 38px;
      --typeHeaderWeight: 700;
      --typeHeaderLineHeight: 1.1;
      --typeHeaderSpacing: 0.0em;
      --typeBasePrimary: Roboto;
      --typeBaseFallback: sans-serif;
      --typeBaseSize: 16px;
      --typeBaseWeight: 400;
      --typeBaseSpacing: 0.025em;
      --typeBaseLineHeight: 1.5;
      --colorSmallImageBg: #e5e5e5;
      --colorSmallImageBgDark: #dddddd;
      --colorLargeImageBg: #0f0f0f;
      --colorLargeImageBgLight: #303030;
      --iconWeight: 3px;
      --iconLinecaps: round;
      --buttonRadius: 3px;
      --btnPadding: 11px 25px;
      --roundness: 15px;
      --gridThickness: 0px;
      --productTileMargin: 0%;
      --collectionTileMargin: 15%;
      --swatchSize: 40px;
    }

    @media screen and (max-width: 768px) {
      :root {
        --typeBaseSize: 14px;
        --roundness: 15px;
        --btnPadding: 9px 25px;
      }
    }
  </style>
  <style>
    @media screen and (min-width: 1701px) {
      .variant-input.notColorInput {
        width: calc(50% - 7px);
      }

      label.ml10.variant-border.variant__button-label.notColor {
        margin-left: 8.8px;
      }
    }

    @media screen and (min-width: 769px) and (max-width: 1700px) {
      .variant-input.notColorInput {
        width: 100%;
        display: block;
      }
    }

    @media screen and (min-width: 769px) {
      .page-content.page-content--product {
        padding-top: 15px;
      }

      div#image-gallery__sticky {
        top: 66px;
      }

      .product__thumbs--beside .product__thumbs--scroller {
        width: 105%;
      }

      .relative.max-w-xl.w-full.bg-white.rounded-xl.shadow-lg.overflow-y-auto {
        max-width: 860px;
      }

      .grid-item__link .grid-item__meta {
        padding-top: 15px !important;
        /* 6. 产品图⽚间距调整 */
        padding-bottom: 16.602px !important;
        padding-left: 10px !important;
      }

      label.variant-border.variant__button-label.notColor {
        width: 100%;
      }

      h1.h2.product-single__title {
        font-family: 'Roboto';
        font-size: 40px;
        color: #1D1D1F;
        margin-bottom: 5px;
      }

      h1.h2.product-single__title+p {
        margin-bottom: 2px !important;
      }

      #CollectionAjaxContent .page-width .grid {
        display: flex;
        justify-content: center;
        margin-right: -11.5px;
      }

      .header-layout {
        margin-left: 25px;
        margin-right: 17px;
      }

      .page-width {
        max-width: 1680px !important;
        /* 从 theme.liquid 中移动到此 , 全部生效, 而非仅限产品系列页面, 并将 1680px 改为 1600px */
      }

      .okeReviews.okeReviews--theme {
        margin: -2px 0 -3px -1px;
      }

      h1.section-header__title {
        margin-top: 0px !important;
        margin-bottom: 23px !important;
      }

      button.wk-button.wk-align-center.wk-align-content-center.wk-full-width {
        border: 2px solid;
        border-radius: 12px;
        margin-top: -22px;
        margin-bottom: 12px;
        height: 56px;
      }

      span.wkh-counter {
        padding: 10.4px;
        border-radius: 50% !important;
        top: 42% !important;
        left: 60%;
      }

      span.wkh-icon {
        width: 20px;
        height: 20px;
      }

      .wishlist-header-link .wkh-selected .wkh-counter {
        margin-top: -0.5px;
      }

      .mt-35 {
        margin-top: -135px;
      }

      .announcement-bar.text-center {
        padding: 5px 0 5px;
        font-size: 12px;
      }

      .okeReviews .okeReviews-reviewsSummary-ratingCount {
        margin: 0.25em 0 1px -2px !important;
      }

      a.article-tag-modified {
        display: block;
        color: #757575;
        margin-bottom: 5px;
      }

      span.article__sub-meta-date {
        color: #757575;
        font-size: 16px;
      }

      a.article__title {
        font-size: 20px !important;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        max-width: 92%;
        margin-bottom: 5px;
      }

      .blog h1.section-header__title {
        margin-bottom: 60px !important;
        margin-top: 6px !important;
      }

      .blog .grid-article {
        margin-bottom: 65px;
      }
    }
  </style>
  <style>
    @media screen and (max-width: 768px) {
      button.btn.btn--full.add-to-cart:nth-of-type(2) {
        margin-top: 18px !important;
      }

      /* h1.section-header__title, h1.section-header__title + hr {
            margin-left: 17px !important;
        } */
      label.tag__checkbox-wrapper.text-label {
        padding-bottom: 10px;
      }

      .variant-input.notColorLabel:before {
        right: 2px !important;
        top: -4.5px !important;
      }

      /* label.notColor.variant-border.variant__button-label {
            min-width: 43.5vw;
        } */
      .cross_variants {
        width: 96% !important;
      }

      h1.h2.product-single__title {
        font-size: calc(var(--typeHeaderSize) * 0.8);
      }

      p.sub_title {
        margin: 0 0 6px;
      }

      .okeReviews {
        line-height: 1.2 !important;
        margin-bottom: -5px;
      }

      .grid-item {
        padding: 0 4px !important;
      }

      .collection-grid__wrapper+p.medium-up--hide {
        margin: 0 0 20px;
      }

      button.wk-button.wk-align-center.wk-align-content-center.wk-full-width {
        border: 2px solid;
        border-radius: 12px;
        margin-top: -12px;
        margin-bottom: 18px;
        height: 56px;
      }

      span.wkh-counter {
        padding: 9.3px;
        border-radius: 50% !important;
        top: 44% !important;
        left: 60%;
      }

      a#HeaderCartTrigger {
        margin-right: 5px;
      }

      span.wkh-icon {
        width: 20px;
        height: 20px;
      }

      .wkh-icon svg.icon {
        scale: 0.85;
      }

      /* a.wkh-button {
            margin-bottom: 3px;
        } */
      .wishlist-header-link .wkh-selected .wkh-counter {
        padding: 9px !important;
        margin-top: -0.5px;
      }

      .product_tag_mb.grid-product__tag.grid-product__tag--custom {
        font-size: 13px !important;
      }

      [data-swatch_style=round] .color-swatch {
        border-radius: 3px !important;
        width: 13px;
        height: 13px;
      }

      a.article__title {
        font-size: 18px;
      }

      a.article-tag-modified {
        color: #757575;
      }

      span.article__sub-meta-date {
        font-size: var(--typeBaseSize);
        color: #757575;
      }

      a.article__title {
        display: block;
        max-width: 97%;
      }

      .grid-article__meta {
        margin-top: -4px;
      }
    }
  </style>
  <script>
    document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
    window.theme = window.theme || {};
    theme.routes = {
      home: "/",
      collections: "/collections",
      cart: "/cart.js",
      cartPage: "/cart",
      cartAdd: "/cart/add.js",
      cartChange: "/cart/change.js",
      search: "/search"
    };
    theme.strings = {
      soldOut: "Sold Out",
      unavailable: "Unavailable",
      inStockLabel: "In stock and ships in 1-2 business days",
      stockLabel: "Low stock - [count] items left",
      willNotShipUntil: "Ready to ship [date]",
      willBeInStockAfter: "Back in stock [date]",
      waitingForStock: "Inventory on the way",
      savePrice: "Save [saved_amount]",
      cartEmpty: "Your cart is currently empty.",
      cartTermsConfirmation: "You must agree with the terms and conditions of sales to check out",
      searchCollections: "Collections:",
      searchPages: "Pages:",
      searchArticles: "Articles:"
    };
    theme.settings = {
      dynamicVariantsEnable: true,
      cartType: "dropdown",
      isCustomerTemplate: false,
      moneyFormat: "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e",
      saveType: "dollar",
      productImageSize: "square",
      productImageCover: true,
      predictiveSearch: true,
      predictiveSearchType: "product,article,page,collection",
      superScriptSetting: true,
      superScriptPrice: false,
      quickView: false,
      quickAdd: true,
      crossSell: {
        variant: [],
        price: []
      },
      themeName: 'Expanse',
      themeVersion: "2.4.0"
    };
  </script>
  <script>
    window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');
  </script>
  <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/26872971373/digital_wallets/dialog">
  <meta name="shopify-checkout-api-token" content="1dda48cfbb350036a42ea8063caf11a4">
  <meta id="in-context-paypal-metadata" data-shop-id="26872971373" data-venmo-supported="true"
    data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
  <link rel="alternate" type="application/json+oembed"
    href="https://jqfundamentals.com/chapter/javascript-basics.oembed">
  <!-- Disabled for local file viewing - checkout preloads -->
  <!--
  <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
  <link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
  <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=26872971373"
    crossorigin="anonymous"></script>
  -->
  <script id="apple-pay-shop-capabilities" type="application/json">
      {
        "shopId": 26872971373,
        "countryCode": "US",
        "currencyCode": "USD",
        "merchantCapabilities": ["supports3DS"],
        "merchantId": "gid:\/\/shopify\/Shop\/26872971373",
        "merchantName": "NuPhy",
        "requiredBillingContactFields": ["postalAddress", "email", "phone"],
        "requiredShippingContactFields": ["postalAddress", "email", "phone"],
        "shippingType": "shipping",
        "supportedNetworks": ["visa", "masterCard", "amex", "discover", "elo", "jcb"],
        "total": {
          "type": "pending",
          "label": "NuPhy",
          "amount": "1.00"
        },
        "shopifyPaymentsEnabled": true,
        "supportsSubscriptions": true
      }
    </script>
  <script id="shopify-features" type="application/json">
      {
        "accessToken": "1dda48cfbb350036a42ea8063caf11a4",
        "betas": ["rich-media-storefront-analytics"],
        "domain": "nuphy.com",
        "predictiveSearch": true,
        "shopId": 26872971373,
        "locale": "en"
      }
    </script>
  <script>
    var Shopify = Shopify || {};
    Shopify.shop = "nuphy-store.myshopify.com";
    Shopify.locale = "en";
    Shopify.currency = {
      "active": "USD",
      "rate": "1.0"
    };
    Shopify.country = "US";
    Shopify.theme = {
      "name": "nuphy_shopify\/Live",
      "id": 137619046509,
      "schema_name": "Expanse",
      "schema_version": "2.4.0",
      "theme_store_id": null,
      "role": "main"
    };
    Shopify.theme.handle = "null";
    Shopify.theme.style = {
      "id": null,
      "handle": null
    };
    Shopify.cdnHost = "nuphy.com/cdn";
    Shopify.routes = Shopify.routes || {};
    Shopify.routes.root = "/";
  </script>
  <script type="module">
    ! function (o) {
      (o.Shopify = o.Shopify || {}).modules = !0
    }(window);
  </script>
  <script>
    ! function (o) {
      function n() {
        var o = [];

        function n() {
          o.push(Array.prototype.slice.apply(arguments))
        }
        return n.q = o, n
      }
      var t = o.Shopify = o.Shopify || {};
      t.loadFeatures = n(), t.autoloadFeatures = n()
    }(window);
  </script>
  <!-- Disabled for local file viewing - ShopifyPay -->
  <script>
    if (window.location.protocol !== 'file:') {
      window.ShopifyPay = window.ShopifyPay || {};
      window.ShopifyPay.apiHost = "shop.app\/pay";
      window.ShopifyPay.redirectState = "pending";
    }
  </script>
  <script id="shop-js-analytics" type="application/json">
      {
        "pageType": "product"
      }
    </script>
  <!-- Disabled for local file viewing - Shop JS modules -->
  <!--
  <script defer="defer" async type="module"
    src="https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_D0dqhulL.en.esm.js"></script>
  <script defer="defer" async type="module"
    src="https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.common_CpVO7qML.esm.js"></script>
  <script type="module">
    await import("https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_D0dqhulL.en.esm.js");
    await import("https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.common_CpVO7qML.esm.js");
    window.Shopify.SignInWithShop?.initShopCartSync?.({
      "fedCMEnabled": true,
      "windoidEnabled": true
    });
  </script>
  <script defer="defer" async type="module"
    src="https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/client.payment-terms_BmrqWn8r.en.esm.js"></script>
  <script defer="defer" async type="module"
    src="https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.common_CpVO7qML.esm.js"></script>
  <script defer="defer" async type="module"
    src="https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.modal_DKF6x0Jh.esm.js"></script>
  <script type="module">
    await import("https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/client.payment-terms_BmrqWn8r.en.esm.js");
    await import("https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.common_CpVO7qML.esm.js");
    await import("https://nuphy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.modal_DKF6x0Jh.esm.js");
  </script>
  -->
  <script>
    window.Shopify = window.Shopify || {};
    if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
    window.Shopify.featureAssets['shop-js'] = {
      "shop-cart-sync": ["modules/v2/client.shop-cart-sync_D9bwt38V.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js"],
      "init-fed-cm": ["modules/v2/client.init-fed-cm_BJ8NPuHe.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js"],
      "init-shop-email-lookup-coordinator": ["modules/v2/client.init-shop-email-lookup-coordinator_pVrP2-kG.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js"],
      "shop-cash-offers": ["modules/v2/client.shop-cash-offers_CNh7FWN-.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "init-shop-cart-sync": ["modules/v2/client.init-shop-cart-sync_D0dqhulL.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js"],
      "init-windoid": ["modules/v2/client.init-windoid_DaoAelzT.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js"],
      "shop-toast-manager": ["modules/v2/client.shop-toast-manager_1DND8Tac.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js"],
      "pay-button": ["modules/v2/client.pay-button_CFeQi1r6.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js"],
      "shop-button": ["modules/v2/client.shop-button_Ca94MDdQ.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js"],
      "shop-login-button": ["modules/v2/client.shop-login-button_DPYNfp1Z.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "avatar": ["modules/v2/client.avatar_BTnouDA3.en.esm.js"],
      "shop-follow-button": ["modules/v2/client.shop-follow-button_BMKh4nJE.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "init-customer-accounts-sign-up": ["modules/v2/client.init-customer-accounts-sign-up_CJXi5kRN.en.esm.js", "modules/v2/client.shop-login-button_DPYNfp1Z.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "init-shop-for-new-customer-accounts": ["modules/v2/client.init-shop-for-new-customer-accounts_BoBxkgWu.en.esm.js", "modules/v2/client.shop-login-button_DPYNfp1Z.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "init-customer-accounts": ["modules/v2/client.init-customer-accounts_DCuDTzpR.en.esm.js", "modules/v2/client.shop-login-button_DPYNfp1Z.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "checkout-modal": ["modules/v2/client.checkout-modal_U_3e4VxF.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "lead-capture": ["modules/v2/client.lead-capture_DEgn0Z8u.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "shop-login": ["modules/v2/client.shop-login_CoM5QKZ_.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"],
      "payment-terms": ["modules/v2/client.payment-terms_BmrqWn8r.en.esm.js", "modules/v2/chunk.common_CpVO7qML.esm.js", "modules/v2/chunk.modal_DKF6x0Jh.esm.js"]
    };
  </script>
  <script id="__st">
    var __st = {
      "a": 26872971373,
      "offset": 28800,
      "reqid": "165facbb-9fe6-49f2-8c18-e1b96eaff0d4-1765100987",
      "pageurl": "nuphy.com\/collections\/keycaps\/products\/berry-trackday",
      "u": "1c66edfc5cb6",
      "p": "product",
      "rtyp": "product",
      "rid": 7891917471853
    };
  </script>
  <script>
    window.ShopifyPaypalV4VisibilityTracking = true;
  </script>
  <script id="form-persister">
    ! function () {
      'use strict';
      const t = 'contact',
        e = 'new_comment',
        n = [
          [t, t],
          ['blogs', e],
          ['comments', e],
          [t, 'customer']
        ],
        o = 'password',
        r = 'form_key',
        c = ['recaptcha-v3-token', 'g-recaptcha-response', 'h-captcha-response', o],
        s = () => {
          try {
            return window.sessionStorage
          } catch {
            return
          }
        },
        i = '__shopify_v',
        u = t => t.elements[r],
        a = function () {
          const t = [...n].map((([t, e]) => `form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');
          var e;
          return e = t, () => e ? [...document.querySelectorAll(e)].map((t => t.form)) : []
        }();

      function m(t) {
        const e = u(t);
        a().includes(t) && (!e || !e.value) && function (t) {
          try {
            if (!s()) return;
            ! function (t) {
              const e = s();
              if (!e) return;
              const n = u(t);
              if (!n) return;
              const o = n.value;
              o && e.removeItem(o)
            }(t);
            const e = Array.from(Array(32), (() => Math.random().toString(36)[2])).join('');
            ! function (t, e) {
              u(t) || t.append(Object.assign(document.createElement('input'), {
                type: 'hidden',
                name: r
              })), t.elements[r].value = e
            }(t, e),
              function (t, e) {
                const n = s();
                if (!n) return;
                const r = [...t.querySelectorAll(`input[type='${o}']`)].map((({
                  name: t
                }) => t)),
                  u = [...c, ...r],
                  a = {};
                for (const [o, c] of new FormData(t).entries()) u.includes(o) || (a[o] = c);
                n.setItem(e, JSON.stringify({
                  [i]: 1,
                  action: t.action,
                  data: a
                }))
              }(t, e)
          } catch (e) {
            console.error('failed to persist form', e)
          }
        }(t)
      }
      const f = t => {
        if ('true' === t.dataset.persistBound) return;
        const e = function (t, e) {
          const n = function (t) {
            return 'function' == typeof t.submit ? t.submit : HTMLFormElement.prototype.submit
          }(t).bind(t);
          return function () {
            let t;
            return () => {
              t || (t = !0, (() => {
                try {
                  e(), n()
                } catch (t) {
                  (t => {
                    console.error('form submit failed', t)
                  })(t)
                }
              })(), setTimeout((() => t = !1), 250))
            }
          }()
        }(t, (() => {
          m(t)
        }));
        ! function (t, e) {
          if ('function' == typeof t.submit && 'function' == typeof e) try {
            t.submit = e
          } catch { }
        }(t, e), t.addEventListener('submit', (t => {
          t.preventDefault(), e()
        })), t.dataset.persistBound = 'true'
      };
      ! function () {
        function t(t) {
          const e = (t => {
            const e = t.target;
            return e instanceof HTMLFormElement ? e : e && e.form
          })(t);
          e && m(e)
        }
        document.addEventListener('submit', t), document.addEventListener('DOMContentLoaded', (() => {
          const e = a();
          for (const t of e) f(t);
          var n;
          n = document.body, new window.MutationObserver((t => {
            for (const e of t)
              if ('childList' === e.type && e.addedNodes.length)
                for (const t of e.addedNodes) 1 === t.nodeType && 'FORM' === t.tagName && a().includes(t) && f(t)
          })).observe(n, {
            childList: !0,
            subtree: !0,
            attributes: !1
          }), document.removeEventListener('submit', t)
        }))
      }()
    }();
  </script>
  <script integrity="sha256-52AcMU7V7pcBOXWImdc/TAGTFKeNjmkeM1Pvks/DTgc=" data-source-attribution="shopify.loadfeatures"
    defer="defer" src="https://nuphy.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-81c60534.js"
    crossorigin="anonymous"></script>
  <script crossorigin="anonymous" defer="defer"
    src="https://nuphy.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-65b4c6d7.js?v=20250812"></script>
  <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">
    var Shopify = Shopify || {};
    Shopify.PaymentButton = Shopify.PaymentButton || {
      isStorefrontPortableWallets: !0,
      init: function () {
        window.Shopify.PaymentButton.init = function () { };
        var t = document.createElement("script");
        t.src = "https://nuphy.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js", t.type = "module", document.head.appendChild(t)
      }
    };
  </script>
  <script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
    function portableWalletsHideBuyerConsent(e) {
      var t = document.getElementById("shopify-buyer-consent"),
        n = document.getElementById("shopify-subscription-policy-button");
      t && n && (t.classList.add("hidden"), t.setAttribute("aria-hidden", "true"), n.removeEventListener("click", e))
    }

    function portableWalletsShowBuyerConsent(e) {
      var t = document.getElementById("shopify-buyer-consent"),
        n = document.getElementById("shopify-subscription-policy-button");
      t && n && (t.classList.remove("hidden"), t.removeAttribute("aria-hidden"), n.addEventListener("click", e))
    }
    window.Shopify?.PaymentButton && (window.Shopify.PaymentButton.hideBuyerConsent = portableWalletsHideBuyerConsent, window.Shopify.PaymentButton.showBuyerConsent = portableWalletsShowBuyerConsent);
  </script>
  <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">
    document.addEventListener("DOMContentLoaded", (function () {
      function t() {
        return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")
      }
      if (t()) Shopify.PaymentButton.init();
      else {
        new MutationObserver((function (e, n) {
          t() && (Shopify.PaymentButton.init(), n.disconnect())
        })).observe(document.body, {
          childList: !0,
          subtree: !0
        })
      }
    }));
  </script>
  <script id='scb4127' type='text/javascript' async=''
    src='https://nuphy.com/cdn/shopifycloud/privacy-banner/storefront-banner.js'></script>
  <link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen"
    href="https://nuphy.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css"
    crossorigin="anonymous">
  <style id="shopify-accelerated-checkout-cart">
    #shopify-buyer-consent {
      margin-top: 1em;
      display: inline-block;
      width: 100%;
    }

    #shopify-buyer-consent.hidden {
      display: none;
    }

    #shopify-subscription-policy-button {
      background: none;
      border: none;
      padding: 0;
      text-decoration: underline;
      font-size: inherit;
      cursor: pointer;
    }

    #shopify-subscription-policy-button::before {
      box-shadow: none;
    }
  </style>
  <script>
    window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');
  </script>
  <script type="text/javascript">
    window.__shgProducts = window.__shgProducts || {};
  </script>
  <script type="text/javascript">
    window.__shgMoneyFormat = window.__shgMoneyFormat || {
      "USD": {
        "currency": "USD",
        "currency_symbol": "$",
        "currency_symbol_location": "left",
        "decimal_places": 2,
        "decimal_separator": ".",
        "thousands_separator": ","
      }
    };
    window.__shgCurrentCurrencyCode = window.__shgCurrentCurrencyCode || {
      currency: "USD",
      currency_symbol: "$",
      decimal_separator: ".",
      thousands_separator: ",",
      decimal_places: 2,
      currency_symbol_location: "left"
    };
  </script>
  <script defer
    src="https://nuphy.com/cdn/shop/t/169/assets/scroll-magic.min.js?v=47849643394271924121757322131"></script>
  <script defer src="https://nuphy.com/cdn/shop/t/169/assets/vendor-scripts-v2.js"></script>
  <script src="https://nuphy.com/cdn/shop/t/169/assets/jquery-3.6.0.min.js?v=115860211936397945481757322129"></script>

  <!-- Theme.js error prevention for local viewing -->
  <script>
    if (window.location.protocol === 'file:') {
      // Patch theme sections to prevent errors
      document.addEventListener('DOMContentLoaded', function() {
        if (window.theme && window.theme.Sections) {
          const originalRegister = window.theme.Sections.prototype.register;
          window.theme.Sections.prototype.register = function(type, constructor) {
            try {
              return originalRegister.call(this, type, constructor);
            } catch(e) {
              return null;
            }
          };
        }
      });

      // Create mock elements for Product slider
      window.addEventListener('DOMContentLoaded', function() {
        // Mock slick slider if jQuery is loaded
        if (window.jQuery) {
          jQuery.fn.slick = jQuery.fn.slick || function() { return this; };
          jQuery.fn.flickity = jQuery.fn.flickity || function() { return this; };
        }
      });
    }
  </script>

  <script defer src="https://nuphy.com/cdn/shop/t/169/assets/theme.js?v=30729687944114418011757322131"></script>
  <script type="text/javascript">
    window.SHG_CUSTOMER = null;
  </script>
  <link rel="preconnect" href="https://a.shgcdn2.com">
  <link rel="preconnect" href="https://i.shgcdn.com">
  <meta name="shogun_placeholder" content="shogun_placeholder" />
  <script async>
    var gsf_conversion_data = {
      page_type: 'product',
      event: 'view_item',
      data: {
        product_data: [{
          variant_id: 43679085559917,
          product_id: 7891917471853,
          name: "Berry Trackday",
          price: "49.00",
          currency: "USD",
          sku: "0101055",
          brand: "NuPhy® x biip",
          variant: "Base Kit",
          category: "",
          quantity: "854"
        }],
        total_price: "49.00",
        shop_currency: "USD"
      }
    };
  </script>
  <!-- BEGIN app block: shopify://apps/beans-id-verification/blocks/discount-redeem/5c736972-c385-431c-8cbb-05726b7a1739 -->
  <!-- END app block -->
  <!-- BEGIN app block: shopify://apps/smart-seo/blocks/smartseo/7b0a6064-ca2e-4392-9a1d-8c43c942357b -->
  <meta name="smart-seo-integrated" content="true" />
  <!-- metatagsSavedToSEOFields: true -->
  <!-- BEGIN app snippet: smartseo.custom.schemas.jsonld -->
  <!-- END app snippet -->
  <!-- BEGIN app snippet: smartseo.product.jsonld -->
  <!--JSON-LD data generated by Smart SEO-->
  <script type="application/ld+json">
      {
        "@context": "https://schema.org/",
        "@type": "ProductGroup",
        "productGroupID": "7891917471853",
        "url": "https://jqfundamentals.com/chapter/javascript-basics",
        "name": "QQSLOT",
        "image": "https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png",
        "description": "   ",
        "brand": {
          "@type": "Brand",
          "name": "QQSLOT"
        },
        "sku": "0101055",
        "mpn": "0101055",
        "weight": "24.1oz",
        "variesBy": [],
        "hasVariant": [{
          "@type": "Product",
          "name": "QQSLOT",
          "description": "   ",
          "image": "https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png",
          "sku": "0101055",
          "offers": {
            "@type": "Offer",
            "priceCurrency": "USD",
            "price": "908.00",
            "priceValidUntil": "2026-03-07",
            "availability": "https://schema.org/InStock",
            "itemCondition": "https://schema.org/NewCondition",
            "url": "https://jqfundamentals.com/chapter/javascript-basics",
            "seller": {
              "@context": "https://schema.org",
              "@type": "Organization",
              "name": "QQSLOT",
              "description": "QQSLOT adalah platform situs penyedia game slot gacor terlenkap dan dipercaya oleh pendatang baru dari Indonesia, akses yang mudah dapat di mainkan oleh semua kalangan.",
              "logo": "https://cdn.mixlink.top/global/seamless/3/IDR/logo/1669943114.png",
              "image": "https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png"
            }
          }
        }, {
          "@type": "Product",
          "name": "QQSLOT",
          "description": "   ",
          "image": "https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png",
          "sku": "0101071",
          "offers": {
            "@type": "Offer",
            "priceCurrency": "USD",
            "price": "908.00",
            "priceValidUntil": "2026-03-07",
            "availability": "https://schema.org/InStock",
            "itemCondition": "https://schema.org/NewCondition",
            "url": "https://jqfundamentals.com/chapter/javascript-basics",
            "seller": {
              "@context": "https://schema.org",
              "@type": "Organization",
              "name": "QQSLOT",
              "description": "QQSLOT adalah platform situs penyedia game slot gacor terlenkap dan dipercaya oleh pendatang baru dari Indonesia, akses yang mudah dapat di mainkan oleh semua kalangan.",
              "logo": "https://cdn.mixlink.top/global/seamless/3/IDR/logo/1669943114.png",
              "image": "https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png"
            }
          }
        }]
      }
    </script>
  <script type="application/ld+json">
      {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [{
          "@type": "ListItem",
          "position": 1,
          "item": {
            "@type": "Website",
            "@id": "https://jqfundamentals.com/chapter/javascript-basics",
            "name": "Home"
          }
        }, {
          "@type": "ListItem",
          "position": 2,
          "item": {
            "@type": "CollectionPage",
            "@id": "https://jqfundamentals.com/chapter/javascript-basics",
            "name": "QQSLOT"
          }
        }, {
          "@type": "ListItem",
          "position": 3,
          "item": {
            "@type": "WebPage",
            "@id": "https://jqfundamentals.com/chapter/javascript-basics",
            "name": "SITUS QQSLOT"
          }
        }]
      }
    </script>
  <script id="core-uppromote-quick-store-tracking-vars">
    function getDocumentContext() {
      const {
        href: a,
        hash: b,
        host: c,
        hostname: d,
        origin: e,
        pathname: f,
        port: g,
        protocol: h,
        search: i
      } = window.location, j = document.referrer, k = document.characterSet, l = document.title;
      return {
        location: {
          href: a,
          hash: b,
          host: c,
          hostname: d,
          origin: e,
          pathname: f,
          port: g,
          protocol: h,
          search: i
        },
        referrer: j || document.location.href,
        characterSet: k,
        title: l
      }
    }

    function getNavigatorContext() {
      const {
        language: a,
        cookieEnabled: b,
        languages: c,
        userAgent: d
      } = navigator;
      return {
        language: a,
        cookieEnabled: b,
        languages: c,
        userAgent: d
      }
    }

    function getWindowContext() {
      const {
        innerHeight: a,
        innerWidth: b,
        outerHeight: c,
        outerWidth: d,
        origin: e,
        screen: {
          height: j,
          width: k
        },
        screenX: f,
        screenY: g,
        scrollX: h,
        scrollY: i
      } = window;
      return {
        innerHeight: a,
        innerWidth: b,
        outerHeight: c,
        outerWidth: d,
        origin: e,
        screen: {
          screenHeight: j,
          screenWidth: k
        },
        screenX: f,
        screenY: g,
        scrollX: h,
        scrollY: i,
        location: getDocumentContext().location
      }
    }

    function getContext() {
      return {
        document: getDocumentContext(),
        navigator: getNavigatorContext(),
        window: getWindowContext()
      }
    }
    if (window.location.href.includes('?sca_ref=')) {
      localStorage.setItem('__up_lastViewedPageContext', JSON.stringify({
        context: getContext(),
        timestamp: new Date().toISOString(),
      }))
    }
  </script>
  <!-- Disabled for local file viewing - UpPromote settings -->
  <script id="core-uppromote-setting-booster">
    // Disabled for local file viewing
    try {
      var upElement = document.getElementById('core-uppromote-settings');
      if (upElement) {
        var UpPromoteCoreSettings = JSON.parse(upElement.textContent);
        UpPromoteCoreSettings.currentCart = JSON.parse(document.getElementById('core-uppromote-cart')?.textContent || '{}');
        const idToClean = ['core-uppromote-settings', 'core-uppromote-cart', 'core-uppromote-setting-booster', 'core-uppromote-quick-store-tracking-vars'];
        idToClean.forEach(id => {
          document.getElementById(id)?.remove();
        });
      }
    } catch(e) { console.log('UpPromote disabled for local viewing'); }
  </script>
  <!-- END app snippet -->
  <!-- END app block -->
  <!-- BEGIN app block: shopify://apps/okendo/blocks/theme-settings/bb689e69-ea70-4661-8fb7-ad24a2e23c29 -->
  <!-- BEGIN app snippet: header-metafields -->
  <style data-oke-reviews-version="0.82.1" type="text/css"
    data-href="https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/css/okendo-reviews-styles.9d163ae1.css">
  </style>
  <style data-oke-reviews-version="0.82.1" type="text/css"
    data-href="https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/css/modules/okendo-star-rating.4cb378a8.css">
  </style>
  <style data-oke-reviews-version="0.82.1" type="text/css"
    data-href="https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/css/modules/okendo-reviews-keywords.0942444f.css">
  </style>
  <style data-oke-reviews-version="0.82.1" type="text/css"
    data-href="https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/css/modules/okendo-reviews-summary.a0c9d7d6.css">
  </style>
  <style type="text/css">
    .okeReviews[data-oke-container],
    div.okeReviews {
      font-size: 14px;
      font-size: var(--oke-text-regular);
      font-weight: 400;
      font-family: var(--oke-text-fontFamily);
      line-height: 1.6
    }

    .okeReviews[data-oke-container] *,
    .okeReviews[data-oke-container] :after,
    .okeReviews[data-oke-container] :before,
    div.okeReviews *,
    div.okeReviews :after,
    div.okeReviews :before {
      box-sizing: border-box
    }

    .okeReviews[data-oke-container] h1,
    .okeReviews[data-oke-container] h2,
    .okeReviews[data-oke-container] h3,
    .okeReviews[data-oke-container] h4,
    .okeReviews[data-oke-container] h5,
    .okeReviews[data-oke-container] h6,
    div.okeReviews h1,
    div.okeReviews h2,
    div.okeReviews h3,
    div.okeReviews h4,
    div.okeReviews h5,
    div.okeReviews h6 {
      font-size: 1em;
      font-weight: 400;
      line-height: 1.4;
      margin: 0
    }

    .okeReviews[data-oke-container] ul,
    div.okeReviews ul {
      padding: 0;
      margin: 0
    }

    .okeReviews[data-oke-container] li,
    div.okeReviews li {
      list-style-type: none;
      padding: 0
    }

    .okeReviews[data-oke-container] p,
    div.okeReviews p {
      line-height: 1.8;
      margin: 0 0 4px
    }

    .okeReviews[data-oke-container] p:last-child,
    div.okeReviews p:last-child {
      margin-bottom: 0
    }

    .okeReviews[data-oke-container] a,
    div.okeReviews a {
      text-decoration: none;
      color: inherit
    }

    .okeReviews[data-oke-container] button,
    div.okeReviews button {
      border-radius: 0;
      border: 0;
      box-shadow: none;
      margin: 0;
      width: auto;
      min-width: auto;
      padding: 0;
      background-color: transparent;
      min-height: auto
    }

    .okeReviews[data-oke-container] button,
    .okeReviews[data-oke-container] input,
    .okeReviews[data-oke-container] select,
    .okeReviews[data-oke-container] textarea,
    div.okeReviews button,
    div.okeReviews input,
    div.okeReviews select,
    div.okeReviews textarea {
      font-family: inherit;
      font-size: 1em
    }

    .okeReviews[data-oke-container] label,
    .okeReviews[data-oke-container] select,
    div.okeReviews label,
    div.okeReviews select {
      display: inline
    }

    .okeReviews[data-oke-container] select,
    div.okeReviews select {
      width: auto
    }

    .okeReviews[data-oke-container] article,
    .okeReviews[data-oke-container] aside,
    div.okeReviews article,
    div.okeReviews aside {
      margin: 0
    }

    .okeReviews[data-oke-container] table,
    div.okeReviews table {
      background: transparent;
      border: 0;
      border-collapse: collapse;
      border-spacing: 0;
      font-family: inherit;
      font-size: 1em;
      table-layout: auto
    }

    .okeReviews[data-oke-container] table td,
    .okeReviews[data-oke-container] table th,
    .okeReviews[data-oke-container] table tr,
    div.okeReviews table td,
    div.okeReviews table th,
    div.okeReviews table tr {
      border: 0;
      font-family: inherit;
      font-size: 1em
    }

    .okeReviews[data-oke-container] table td,
    .okeReviews[data-oke-container] table th,
    div.okeReviews table td,
    div.okeReviews table th {
      background: transparent;
      font-weight: 400;
      letter-spacing: normal;
      padding: 0;
      text-align: left;
      text-transform: none;
      vertical-align: middle
    }

    .okeReviews[data-oke-container] table tr:hover td,
    .okeReviews[data-oke-container] table tr:hover th,
    div.okeReviews table tr:hover td,
    div.okeReviews table tr:hover th {
      background: transparent
    }

    .okeReviews[data-oke-container] fieldset,
    div.okeReviews fieldset {
      border: 0;
      padding: 0;
      margin: 0;
      min-width: 0
    }

    .okeReviews[data-oke-container] img,
    .okeReviews[data-oke-container] svg,
    div.okeReviews img,
    div.okeReviews svg {
      max-width: none
    }

    .okeReviews[data-oke-container] div:empty,
    div.okeReviews div:empty {
      display: block
    }

    .okeReviews[data-oke-container] .oke-icon:before,
    div.okeReviews .oke-icon:before {
      font-family: oke-widget-icons !important;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: inherit
    }

    .okeReviews[data-oke-container] .oke-icon--select-arrow:before,
    div.okeReviews .oke-icon--select-arrow:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--loading:before,
    div.okeReviews .oke-icon--loading:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--pencil:before,
    div.okeReviews .oke-icon--pencil:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--filter:before,
    div.okeReviews .oke-icon--filter:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--play:before,
    div.okeReviews .oke-icon--play:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--tick-circle:before,
    div.okeReviews .oke-icon--tick-circle:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--chevron-left:before,
    div.okeReviews .oke-icon--chevron-left:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--chevron-right:before,
    div.okeReviews .oke-icon--chevron-right:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--thumbs-down:before,
    div.okeReviews .oke-icon--thumbs-down:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--thumbs-up:before,
    div.okeReviews .oke-icon--thumbs-up:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--close:before,
    div.okeReviews .oke-icon--close:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--chevron-up:before,
    div.okeReviews .oke-icon--chevron-up:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--chevron-down:before,
    div.okeReviews .oke-icon--chevron-down:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--star:before,
    div.okeReviews .oke-icon--star:before {
      content: ""
    }

    .okeReviews[data-oke-container] .oke-icon--magnifying-glass:before,
    div.okeReviews .oke-icon--magnifying-glass:before {
      content: ""
    }

    @font-face {
      font-family: oke-widget-icons;
      src: url(https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/fonts/oke-widget-icons.ttf) format("truetype"), url(https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/fonts/oke-widget-icons.woff) format("woff"), url(https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/img/oke-widget-icons.bc0d6b0a.svg) format("svg");
      font-weight: 400;
      font-style: normal;
      font-display: block
    }

    .okeReviews[data-oke-container] .oke-button,
    div.okeReviews .oke-button {
      display: inline-block;
      border-style: solid;
      border-color: var(--oke-button-borderColor);
      border-width: var(--oke-button-borderWidth);
      background-color: var(--oke-button-backgroundColor);
      line-height: 1;
      padding: 12px 24px;
      margin: 0;
      border-radius: var(--oke-button-borderRadius);
      color: var(--oke-button-textColor);
      text-align: center;
      position: relative;
      font-weight: var(--oke-button-fontWeight);
      font-size: var(--oke-button-fontSize);
      font-family: var(--oke-button-fontFamily);
      outline: 0
    }

    .okeReviews[data-oke-container] .oke-button-text,
    .okeReviews[data-oke-container] .oke-button .oke-icon,
    div.okeReviews .oke-button-text,
    div.okeReviews .oke-button .oke-icon {
      line-height: 1
    }

    .okeReviews[data-oke-container] .oke-button.oke-is-loading,
    div.okeReviews .oke-button.oke-is-loading {
      position: relative
    }

    .okeReviews[data-oke-container] .oke-button.oke-is-loading:before,
    div.okeReviews .oke-button.oke-is-loading:before {
      font-family: oke-widget-icons !important;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: undefined;
      font-size: 12px;
      display: inline-block;
      animation: oke-spin 1s linear infinite;
      position: absolute;
      width: 12px;
      height: 12px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto
    }

    .okeReviews[data-oke-container] .oke-button.oke-is-loading>*,
    div.okeReviews .oke-button.oke-is-loading>* {
      opacity: 0
    }

    .okeReviews[data-oke-container] .oke-button.oke-is-active,
    div.okeReviews .oke-button.oke-is-active {
      background-color: var(--oke-button-backgroundColorActive);
      color: var(--oke-button-textColorActive);
      border-color: var(--oke-button-borderColorActive)
    }

    .okeReviews[data-oke-container] .oke-button:not(.oke-is-loading),
    div.okeReviews .oke-button:not(.oke-is-loading) {
      cursor: pointer
    }

    .okeReviews[data-oke-container] .oke-button:not(.oke-is-loading):not(.oke-is-active):hover,
    div.okeReviews .oke-button:not(.oke-is-loading):not(.oke-is-active):hover {
      background-color: var(--oke-button-backgroundColorHover);
      color: var(--oke-button-textColorHover);
      border-color: var(--oke-button-borderColorHover);
      box-shadow: 0 0 0 2px var(--oke-button-backgroundColorHover)
    }

    .okeReviews[data-oke-container] .oke-button:not(.oke-is-loading):not(.oke-is-active):active,
    .okeReviews[data-oke-container] .oke-button:not(.oke-is-loading):not(.oke-is-active):hover:active,
    div.okeReviews .oke-button:not(.oke-is-loading):not(.oke-is-active):active,
    div.okeReviews .oke-button:not(.oke-is-loading):not(.oke-is-active):hover:active {
      background-color: var(--oke-button-backgroundColorActive);
      color: var(--oke-button-textColorActive);
      border-color: var(--oke-button-borderColorActive)
    }

    .okeReviews[data-oke-container] .oke-title,
    div.okeReviews .oke-title {
      font-weight: var(--oke-title-fontWeight);
      font-size: var(--oke-title-fontSize);
      font-family: var(--oke-title-fontFamily)
    }

    .okeReviews[data-oke-container] .oke-bodyText,
    div.okeReviews .oke-bodyText {
      font-weight: var(--oke-bodyText-fontWeight);
      font-size: var(--oke-bodyText-fontSize);
      font-family: var(--oke-bodyText-fontFamily)
    }

    .okeReviews[data-oke-container] .oke-linkButton,
    div.okeReviews .oke-linkButton {
      cursor: pointer;
      font-weight: 700;
      pointer-events: auto;
      text-decoration: underline
    }

    .okeReviews[data-oke-container] .oke-linkButton:hover,
    div.okeReviews .oke-linkButton:hover {
      text-decoration: none
    }

    .okeReviews[data-oke-container] .oke-readMore,
    div.okeReviews .oke-readMore {
      cursor: pointer;
      color: inherit;
      text-decoration: underline
    }

    .okeReviews[data-oke-container] .oke-select,
    div.okeReviews .oke-select {
      cursor: pointer;
      background-repeat: no-repeat;
      background-position-x: 100%;
      background-position-y: 50%;
      border: none;
      padding: 0 24px 0 12px;
      -moz-appearance: none;
      appearance: none;
      color: inherit;
      -webkit-appearance: none;
      background-color: transparent;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg'viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z'fill='none'/%3E%3C/svg%3E");
      outline-offset: 4px
    }

    .okeReviews[data-oke-container] .oke-select:disabled,
    div.okeReviews .oke-select:disabled {
      background-color: transparent;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%239a9db1' xmlns='http://www.w3.org/2000/svg'viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z'fill='none'/%3E%3C/svg%3E")
    }

    .okeReviews[data-oke-container] .oke-loader,
    div.okeReviews .oke-loader {
      position: relative
    }

    .okeReviews[data-oke-container] .oke-loader:before,
    div.okeReviews .oke-loader:before {
      font-family: oke-widget-icons !important;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: var(--oke-text-secondaryColor);
      font-size: 12px;
      display: inline-block;
      animation: oke-spin 1s linear infinite;
      position: absolute;
      width: 12px;
      height: 12px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto
    }

    .okeReviews[data-oke-container] .oke-a11yText,
    div.okeReviews .oke-a11yText {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px
    }

    .okeReviews[data-oke-container] .oke-hidden,
    div.okeReviews .oke-hidden {
      display: none
    }

    .okeReviews[data-oke-container] .oke-modal,
    div.okeReviews .oke-modal {
      bottom: 0;
      left: 0;
      overflow: auto;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 2147483647;
      max-height: 100%;
      background-color: rgba(0, 0, 0, .5);
      padding: 40px 0 32px
    }

    @media only screen and (min-width:1024px) {

      .okeReviews[data-oke-container] .oke-modal,
      div.okeReviews .oke-modal {
        display: flex;
        align-items: center;
        padding: 48px 0
      }
    }

    .okeReviews[data-oke-container] .oke-modal ::-moz-selection,
    div.okeReviews .oke-modal ::-moz-selection {
      background-color: rgba(39, 45, 69, .2)
    }

    .okeReviews[data-oke-container] .oke-modal ::selection,
    div.okeReviews .oke-modal ::selection {
      background-color: rgba(39, 45, 69, .2)
    }

    .okeReviews[data-oke-container] .oke-modal,
    .okeReviews[data-oke-container] .oke-modal p,
    div.okeReviews .oke-modal,
    div.okeReviews .oke-modal p {
      color: #272d45
    }

    .okeReviews[data-oke-container] .oke-modal-content,
    div.okeReviews .oke-modal-content {
      background-color: #fff;
      margin: auto;
      position: relative;
      will-change: transform, opacity;
      width: calc(100% - 64px)
    }

    @media only screen and (min-width:1024px) {

      .okeReviews[data-oke-container] .oke-modal-content,
      div.okeReviews .oke-modal-content {
        max-width: 1000px
      }
    }

    .okeReviews[data-oke-container] .oke-modal-close,
    div.okeReviews .oke-modal-close {
      cursor: pointer;
      position: absolute;
      width: 32px;
      height: 32px;
      top: -32px;
      padding: 4px;
      right: -4px;
      line-height: 1
    }

    .okeReviews[data-oke-container] .oke-modal-close:before,
    div.okeReviews .oke-modal-close:before {
      font-family: oke-widget-icons !important;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #fff;
      font-size: 24px;
      display: inline-block;
      width: 24px;
      height: 24px
    }

    .okeReviews[data-oke-container] .oke-modal-overlay,
    div.okeReviews .oke-modal-overlay {
      background-color: rgba(43, 46, 56, .9)
    }

    @media only screen and (min-width:1024px) {

      .okeReviews[data-oke-container] .oke-modal--large .oke-modal-content,
      div.okeReviews .oke-modal--large .oke-modal-content {
        max-width: 1200px
      }
    }

    .okeReviews[data-oke-container] .oke-modal .oke-helpful,
    .okeReviews[data-oke-container] .oke-modal .oke-helpful-vote-button,
    .okeReviews[data-oke-container] .oke-modal .oke-reviewContent-date,
    div.okeReviews .oke-modal .oke-helpful,
    div.okeReviews .oke-modal .oke-helpful-vote-button,
    div.okeReviews .oke-modal .oke-reviewContent-date {
      color: #676986
    }

    .oke-modal .okeReviews[data-oke-container].oke-w,
    .oke-modal div.okeReviews.oke-w {
      color: #272d45
    }

    .okeReviews[data-oke-container] .oke-tag,
    div.okeReviews .oke-tag {
      align-items: center;
      color: #272d45;
      display: flex;
      font-size: var(--oke-text-small);
      font-weight: 600;
      text-align: left;
      position: relative;
      z-index: 2;
      background-color: #f4f4f6;
      padding: 4px 6px;
      border: none;
      border-radius: 4px;
      gap: 6px;
      line-height: 1
    }

    .okeReviews[data-oke-container] .oke-tag svg,
    div.okeReviews .oke-tag svg {
      fill: currentColor;
      height: 1rem
    }

    .okeReviews[data-oke-container] .hooper,
    div.okeReviews .hooper {
      height: auto
    }

    .okeReviews--left {
      text-align: left
    }

    .okeReviews--right {
      text-align: right
    }

    .okeReviews--center {
      text-align: center
    }

    .okeReviews :not([tabindex="-1"]):focus-visible {
      outline: 5px auto highlight;
      outline: 5px auto -webkit-focus-ring-color
    }

    .is-oke-modalOpen {
      overflow: hidden !important
    }

    img.oke-is-error {
      background-color: var(--oke-shadingColor);
      background-size: cover;
      background-position: 50% 50%;
      box-shadow: inset 0 0 0 1px var(--oke-border-color)
    }

    @keyframes oke-spin {
      0% {
        transform: rotate(0deg)
      }

      to {
        transform: rotate(1turn)
      }
    }

    @keyframes oke-fade-in {
      0% {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .oke-stars {
      line-height: 1;
      position: relative;
      display: inline-block
    }

    .oke-stars-background svg {
      overflow: visible
    }

    .oke-stars-foreground {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0
    }

    .oke-sr {
      display: inline-block;
      padding-top: var(--oke-starRating-spaceAbove);
      padding-bottom: var(--oke-starRating-spaceBelow)
    }

    .oke-sr .oke-is-clickable {
      cursor: pointer
    }

    .oke-sr--hidden {
      display: none
    }

    .oke-sr-count,
    .oke-sr-rating,
    .oke-sr-stars {
      display: inline-block;
      vertical-align: middle
    }

    .oke-sr-stars {
      line-height: 1;
      margin-right: 8px
    }

    .oke-sr-rating {
      display: none
    }

    .oke-sr-count--brackets:before {
      content: "("
    }

    .oke-sr-count--brackets:after {
      content: ")"
    }

    .oke-rk {
      display: block
    }

    .okeReviews[data-oke-container] .oke-reviewsKeywords-heading,
    div.okeReviews .oke-reviewsKeywords-heading {
      font-weight: 700;
      margin-bottom: 8px
    }

    .okeReviews[data-oke-container] .oke-reviewsKeywords-heading-skeleton,
    div.okeReviews .oke-reviewsKeywords-heading-skeleton {
      height: calc(var(--oke-button-fontSize) + 4px);
      width: 150px
    }

    .okeReviews[data-oke-container] .oke-reviewsKeywords-list,
    div.okeReviews .oke-reviewsKeywords-list {
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px
    }

    .okeReviews[data-oke-container] .oke-reviewsKeywords-list-category,
    div.okeReviews .oke-reviewsKeywords-list-category {
      background-color: var(--oke-filter-backgroundColor);
      color: var(--oke-filter-textColor);
      border: 1px solid var(--oke-filter-borderColor);
      border-radius: var(--oke-filter-borderRadius);
      padding: 6px 16px;
      transition: background-color .1s ease-out, border-color .1s ease-out;
      white-space: nowrap
    }

    .okeReviews[data-oke-container] .oke-reviewsKeywords-list-category.oke-is-clickable,
    div.okeReviews .oke-reviewsKeywords-list-category.oke-is-clickable {
      cursor: pointer
    }

    .okeReviews[data-oke-container] .oke-reviewsKeywords-list-category.oke-is-active,
    div.okeReviews .oke-reviewsKeywords-list-category.oke-is-active {
      background-color: var(--oke-filter-backgroundColorActive);
      color: var(--oke-filter-textColorActive);
      border-color: var(--oke-filter-borderColorActive)
    }

    .okeReviews[data-oke-container] .oke-reviewsKeywords .oke-translateButton,
    div.okeReviews .oke-reviewsKeywords .oke-translateButton {
      margin-top: 12px
    }

    .oke-rs {
      display: block
    }

    .oke-rs .oke-reviewsSummary.oke-is-preRender .oke-reviewsSummary-summary {
      -webkit-mask: linear-gradient(180deg, #000 0, #000 40%, transparent 95%, transparent 0) 100% 50%/100% 100% repeat-x;
      mask: linear-gradient(180deg, #000 0, #000 40%, transparent 95%, transparent 0) 100% 50%/100% 100% repeat-x;
      max-height: 150px
    }

    .okeReviews[data-oke-container] .oke-reviewsSummary .oke-tooltip,
    div.okeReviews .oke-reviewsSummary .oke-tooltip {
      display: inline-block;
      font-weight: 400
    }

    .okeReviews[data-oke-container] .oke-reviewsSummary .oke-tooltip-trigger,
    div.okeReviews .oke-reviewsSummary .oke-tooltip-trigger {
      height: 15px;
      width: 15px;
      overflow: hidden;
      transform: translateY(-10%)
    }

    .okeReviews[data-oke-container] .oke-reviewsSummary-heading,
    div.okeReviews .oke-reviewsSummary-heading {
      align-items: center;
      -moz-column-gap: 4px;
      column-gap: 4px;
      display: inline-flex;
      font-weight: 700;
      margin-bottom: 8px
    }

    .okeReviews[data-oke-container] .oke-reviewsSummary-heading-skeleton,
    div.okeReviews .oke-reviewsSummary-heading-skeleton {
      height: calc(var(--oke-button-fontSize) + 4px);
      width: 150px
    }

    .okeReviews[data-oke-container] .oke-reviewsSummary-icon,
    div.okeReviews .oke-reviewsSummary-icon {
      fill: currentColor;
      font-size: 14px
    }

    .okeReviews[data-oke-container] .oke-reviewsSummary-icon svg,
    div.okeReviews .oke-reviewsSummary-icon svg {
      vertical-align: baseline
    }

    .okeReviews[data-oke-container] .oke-reviewsSummary-summary.oke-is-truncated,
    div.okeReviews .oke-reviewsSummary-summary.oke-is-truncated {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis
    }
  </style>
  <script type="application/json" id="oke-reviews-settings">
      {
        "subscriberId": "77f82910-6742-4a9b-a0e5-deb660195b6f",
        "analyticsSettings": {
          "isWidgetOnScreenTrackingEnabled": true,
          "provider": "gtag"
        },
        "locale": "en",
        "localeAndVariant": {
          "code": "en"
        },
        "matchCustomerLocale": false,
        "widgetSettings": {
          "global": {
            "dateSettings": {
              "format": {
                "type": "relative"
              }
            },
            "hideOkendoBranding": true,
            "stars": {
              "backgroundColor": "#E5E5E5",
              "foregroundColor": "#03C9A0",
              "interspace": 2,
              "shape": {
                "type": "default"
              },
              "showBorder": false
            },
            "showIncentiveIndicator": false,
            "searchEnginePaginationEnabled": false,
            "font": {
              "fontType": "inherit-from-page"
            }
          },
          "homepageCarousel": {
            "slidesPerPage": {
              "large": 3,
              "medium": 2
            },
            "totalSlides": 12,
            "scrollBehaviour": "slide",
            "style": {
              "showDates": true,
              "border": {
                "color": "#E5E5EB",
                "width": {
                  "value": 1,
                  "unit": "px"
                }
              },
              "bodyFont": {
                "hasCustomFontSettings": false
              },
              "headingFont": {
                "hasCustomFontSettings": false
              },
              "arrows": {
                "color": "#676986",
                "size": {
                  "value": 24,
                  "unit": "px"
                },
                "enabled": true
              },
              "avatar": {
                "backgroundColor": "#E5E5EB",
                "placeholderTextColor": "#2C3E50",
                "size": {
                  "value": 48,
                  "unit": "px"
                },
                "enabled": true
              },
              "media": {
                "size": {
                  "value": 80,
                  "unit": "px"
                },
                "imageGap": {
                  "value": 4,
                  "unit": "px"
                },
                "enabled": true
              },
              "stars": {
                "height": {
                  "value": 18,
                  "unit": "px"
                },
                "globalOverrideSettings": {
                  "backgroundColor": "#E5E5E5",
                  "foregroundColor": "#FFCF2A"
                }
              },
              "productImageSize": {
                "value": 48,
                "unit": "px"
              },
              "layout": {
                "name": "default",
                "reviewDetailsPosition": "below",
                "showProductName": false,
                "showAttributeBars": false,
                "showProductDetails": "only-when-grouped"
              },
              "highlightColor": "#0E7A82",
              "spaceAbove": {
                "value": 20,
                "unit": "px"
              },
              "text": {
                "primaryColor": "#2C3E50",
                "fontSizeRegular": {
                  "value": 14,
                  "unit": "px"
                },
                "fontSizeSmall": {
                  "value": 12,
                  "unit": "px"
                },
                "secondaryColor": "#676986"
              },
              "spaceBelow": {
                "value": 20,
                "unit": "px"
              }
            },
            "defaultSort": "rating desc",
            "autoPlay": true,
            "truncation": {
              "bodyMaxLines": 4,
              "truncateAll": false,
              "enabled": true
            }
          },
          "mediaCarousel": {
            "minimumImages": 1,
            "linkText": "Read More",
            "stars": {
              "backgroundColor": "#E5E5E5",
              "foregroundColor": "#FFCF2A",
              "height": {
                "value": 12,
                "unit": "px"
              }
            },
            "autoPlay": false,
            "slideSize": "medium",
            "arrowPosition": "outside"
          },
          "mediaGrid": {
            "showMoreArrow": {
              "arrowColor": "#676986",
              "enabled": true,
              "backgroundColor": "#f4f4f6"
            },
            "infiniteScroll": false,
            "gridStyleDesktop": {
              "layout": "default-desktop"
            },
            "gridStyleMobile": {
              "layout": "default-mobile"
            },
            "linkText": "Read More",
            "stars": {
              "backgroundColor": "#E5E5E5",
              "foregroundColor": "#FFCF2A",
              "height": {
                "value": 12,
                "unit": "px"
              }
            },
            "gapSize": {
              "value": 10,
              "unit": "px"
            }
          },
          "questions": {
            "initialPageSize": 6,
            "loadMorePageSize": 6
          },
          "reviewsBadge": {
            "layout": "large",
            "colorScheme": "dark"
          },
          "reviewsTab": {
            "backgroundColor": "#111111",
            "position": "top-left",
            "textColor": "#FFFFFF",
            "enabled": false,
            "positionSmall": "top-left"
          },
          "reviewsWidget": {
            "tabs": {
              "reviews": true,
              "questions": true
            },
            "header": {
              "columnDistribution": "left",
              "verticalAlignment": "top",
              "blocks": [{
                "columnWidth": "one-third",
                "modules": [{
                  "name": "rating-average",
                  "layout": "two-line"
                }],
                "textAlignment": "left"
              }, {
                "columnWidth": "two-thirds",
                "modules": [{
                  "name": "recommended"
                }, {
                  "name": "media-grid",
                  "imageGap": {
                    "value": 4,
                    "unit": "px"
                  },
                  "scaleToFill": true,
                  "rows": 3,
                  "columns": 7
                }],
                "textAlignment": "right"
              }]
            },
            "style": {
              "showDates": true,
              "border": {
                "color": "#CCCCCC",
                "width": {
                  "value": 1,
                  "unit": "px"
                }
              },
              "bodyFont": {
                "hasCustomFontSettings": false
              },
              "headingFont": {
                "hasCustomFontSettings": false
              },
              "filters": {
                "backgroundColorActive": "#111111",
                "backgroundColor": "#FFFFFF",
                "borderColor": "#111111",
                "borderRadius": {
                  "value": 12,
                  "unit": "px"
                },
                "borderColorActive": "#111111",
                "textColorActive": "#FFFFFF",
                "textColor": "#111111",
                "searchHighlightColor": "#9ae9d9"
              },
              "avatar": {
                "backgroundColor": "#E5E5EB",
                "placeholderTextColor": "#525252",
                "size": {
                  "value": 48,
                  "unit": "px"
                },
                "enabled": true
              },
              "stars": {
                "height": {
                  "value": 18,
                  "unit": "px"
                }
              },
              "shadingColor": "#F7F7F8",
              "productImageSize": {
                "value": 48,
                "unit": "px"
              },
              "button": {
                "backgroundColorActive": "#111111",
                "borderColorHover": "#111111",
                "backgroundColor": "#111111",
                "borderColor": "#111111",
                "backgroundColorHover": "#111111",
                "textColorHover": "#FFFFFF",
                "borderRadius": {
                  "value": 12,
                  "unit": "px"
                },
                "borderWidth": {
                  "value": 1,
                  "unit": "px"
                },
                "borderColorActive": "#111111",
                "textColorActive": "#FFFFFF",
                "textColor": "#FFFFFF",
                "font": {
                  "hasCustomFontSettings": false
                }
              },
              "highlightColor": "#03C9A0",
              "spaceAbove": {
                "value": 20,
                "unit": "px"
              },
              "text": {
                "primaryColor": "#525252",
                "fontSizeRegular": {
                  "value": 14,
                  "unit": "px"
                },
                "fontSizeLarge": {
                  "value": 20,
                  "unit": "px"
                },
                "fontSizeSmall": {
                  "value": 14,
                  "unit": "px"
                },
                "secondaryColor": "#525252"
              },
              "spaceBelow": {
                "value": 20,
                "unit": "px"
              },
              "attributeBar": {
                "style": "classic",
                "borderColor": "#9A9DB1",
                "backgroundColor": "#D3D4DD",
                "shadingColor": "#03C9A0",
                "markerColor": "#03C9A0"
              }
            },
            "showWhenEmpty": true,
            "reviews": {
              "list": {
                "layout": {
                  "collapseReviewerDetails": false,
                  "columnAmount": 4,
                  "name": "default",
                  "showAttributeBars": false,
                  "borderStyle": "minimal",
                  "showProductVariantName": false,
                  "showProductDetails": "only-when-grouped"
                },
                "initialPageSize": 5,
                "media": {
                  "layout": "featured",
                  "size": {
                    "value": 150,
                    "unit": "px"
                  }
                },
                "truncation": {
                  "bodyMaxLines": 4,
                  "truncateAll": false,
                  "enabled": true
                },
                "loadMorePageSize": 5
              },
              "controls": {
                "filterMode": "closed",
                "defaultSort": "has_media desc",
                "writeReviewButtonEnabled": true,
                "freeTextSearchEnabled": false
              }
            }
          },
          "starRatings": {
            "showWhenEmpty": false,
            "style": {
              "globalOverrideSettings": {
                "backgroundColor": "#E5E5E5",
                "foregroundColor": "#1D1D1F",
                "interspace": 2,
                "showBorder": false
              },
              "spaceAbove": {
                "value": 2,
                "unit": "px"
              },
              "text": {
                "content": "review-count",
                "style": "number-only",
                "brackets": true
              },
              "singleStar": false,
              "height": {
                "value": 15,
                "unit": "px"
              },
              "spaceBelow": {
                "value": 0,
                "unit": "px"
              }
            },
            "clickBehavior": "scroll-to-widget"
          }
        },
        "features": {
          "attributeFiltersEnabled": true,
          "recorderPlusEnabled": true,
          "recorderQandaPlusEnabled": true,
          "reviewsKeywordsEnabled": true,
          "reviewsSummariesEnabled": true
        }
      }
    </script>
  <style id="oke-css-vars">
    :root {
      --oke-widget-spaceAbove: 20px;
      --oke-widget-spaceBelow: 20px;
      --oke-starRating-spaceAbove: 2px;
      --oke-starRating-spaceBelow: 0;
      --oke-button-backgroundColor: #111;
      --oke-button-backgroundColorHover: #111;
      --oke-button-backgroundColorActive: #111;
      --oke-button-textColor: #fff;
      --oke-button-textColorHover: #fff;
      --oke-button-textColorActive: #fff;
      --oke-button-borderColor: #111;
      --oke-button-borderColorHover: #111;
      --oke-button-borderColorActive: #111;
      --oke-button-borderRadius: 12px;
      --oke-button-borderWidth: 1px;
      --oke-button-fontWeight: 700;
      --oke-button-fontSize: var(--oke-text-regular, 14px);
      --oke-button-fontFamily: inherit;
      --oke-border-color: #ccc;
      --oke-border-width: 1px;
      --oke-text-primaryColor: #525252;
      --oke-text-secondaryColor: #525252;
      --oke-text-small: 14px;
      --oke-text-regular: 14px;
      --oke-text-large: 20px;
      --oke-text-fontFamily: inherit;
      --oke-avatar-size: 48px;
      --oke-avatar-backgroundColor: #e5e5eb;
      --oke-avatar-placeholderTextColor: #525252;
      --oke-highlightColor: #03c9a0;
      --oke-shadingColor: #f7f7f8;
      --oke-productImageSize: 48px;
      --oke-attributeBar-shadingColor: #03c9a0;
      --oke-attributeBar-borderColor: #9a9db1;
      --oke-attributeBar-backgroundColor: #d3d4dd;
      --oke-attributeBar-markerColor: #03c9a0;
      --oke-filter-backgroundColor: #fff;
      --oke-filter-backgroundColorActive: #111;
      --oke-filter-borderColor: #111;
      --oke-filter-borderColorActive: #111;
      --oke-filter-textColor: #111;
      --oke-filter-textColorActive: #fff;
      --oke-filter-borderRadius: 12px;
      --oke-filter-searchHighlightColor: #9ae9d9;
      --oke-mediaGrid-chevronColor: #676986;
      --oke-stars-foregroundColor: #03c9a0;
      --oke-stars-backgroundColor: #e5e5e5;
      --oke-stars-borderWidth: 0
    }

    .oke-reviewCarousel {
      --oke-stars-foregroundColor: #ffcf2a;
      --oke-stars-backgroundColor: #e5e5e5;
      --oke-stars-borderWidth: 0
    }

    .oke-sr {
      --oke-stars-foregroundColor: #1d1d1f;
      --oke-stars-backgroundColor: #e5e5e5;
      --oke-stars-borderWidth: 0
    }

    .oke-w,
    oke-modal {
      --oke-title-fontWeight: 600;
      --oke-title-fontSize: var(--oke-text-regular, 14px);
      --oke-title-fontFamily: inherit;
      --oke-bodyText-fontWeight: 400;
      --oke-bodyText-fontSize: var(--oke-text-regular, 14px);
      --oke-bodyText-fontFamily: inherit
    }
  </style>
  <style id="oke-reviews-custom-css">
    .okeReviews.oke-sr {
      display: block
    }

    .okeReviews.oke-sr>div {
      display: flex;
      align-items: center
    }

    .oke-sr-stars {
      order: 1
    }

    .oke-sr-rating {
      order: 2;
      display: initial;
      padding-right: 5px
    }

    .oke-sr-count {
      order: 3
    }

    div.okeReviews[data-oke-container] p {
      line-height: 1.8
    }

    div.oke-modal .okeReviews[data-oke-container].oke-w,
    div.okeReviews[data-oke-container] .oke-modal,
    div.okeReviews[data-oke-container] .oke-modal p,
    div.okeReviews[data-oke-container] .oke-modal .oke-helpful,
    div.okeReviews[data-oke-container] .oke-modal .oke-helpful-vote-button,
    div.okeReviews[data-oke-container] .oke-modal .oke-reviewContent-date {
      color: var(--oke-text-primaryColor)
    }

    div.okeReviews[data-oke-container] .oke-w-navBar-item {
      font-family: Roboto, sans-serif;
      font-weight: 700;
      font-size: 16px
    }

    div.okeReviews[data-oke-container] .oke-reviewContent-title {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 18px
    }

    div.okeReviews[data-oke-container] .oke-w-reviewer-name,
    div.okeReviews[data-oke-container] .oke-w-reviewer-verified {
      font-weight: 400
    }

    .okeReviews.oke-w .oke-helpful-vote,
    .okeReviews .oke-modal .oke-helpful-vote {
      height: 20px
    }

    div.okeReviews[data-oke-container] .oke-w-reviews-controls {
      display: flex;
      justify-content: space-between;
      padding-bottom: 8px;
      align-items: baseline
    }

    .okeReviews[data-oke-container].oke-w .oke-button,
    div.okeReviews .oke-button {
      font-family: Roboto, sans-serif;
      font-weight: 400
    }

    .okeReviews[data-oke-container].oke-w .oke-button:not(.oke-is-loading):not(.oke-is-active):hover,
    div.okeReviews .oke-button:not(.oke-is-loading):not(.oke-is-active):hover {
      box-shadow: initial
    }

    .okeReviews.oke-w .oke-is-small .oke-w-reviews-writeReview {
      width: 100%;
      padding-top: 10px
    }

    .okeReviews.oke-w .oke-is-small .oke-button,
    .okeReviews.oke-w .oke-is-small .oke-qw-header-askQuestion {
      width: 100%
    }
  </style>
  <template id="oke-reviews-body-template">
    <svg id="oke-star-symbols" style="display:none!important" data-oke-id="oke-star-symbols">
      <symbol id="oke-star-empty" style="overflow:visible;">
        <path id="star-default--empty" fill="var(--oke-stars-backgroundColor)" stroke="var(--oke-stars-borderColor)"
          stroke-width="var(--oke-stars-borderWidth)"
          d="M3.34 13.86c-.48.3-.76.1-.63-.44l1.08-4.56L.26 5.82c-.42-.36-.32-.7.24-.74l4.63-.37L6.92.39c.2-.52.55-.52.76 0l1.8 4.32 4.62.37c.56.05.67.37.24.74l-3.53 3.04 1.08 4.56c.13.54-.14.74-.63.44L7.3 11.43l-3.96 2.43z" />
      </symbol>
      <symbol id="oke-star-filled" style="overflow:visible;">
        <path id="star-default--filled" fill="var(--oke-stars-foregroundColor)" stroke="var(--oke-stars-borderColor)"
          stroke-width="var(--oke-stars-borderWidth)"
          d="M3.34 13.86c-.48.3-.76.1-.63-.44l1.08-4.56L.26 5.82c-.42-.36-.32-.7.24-.74l4.63-.37L6.92.39c.2-.52.55-.52.76 0l1.8 4.32 4.62.37c.56.05.67.37.24.74l-3.53 3.04 1.08 4.56c.13.54-.14.74-.63.44L7.3 11.43l-3.96 2.43z" />
      </symbol>
    </svg>
  </template>
  <script>
    document.addEventListener('readystatechange', () => {
      Array.from(document.getElementById('oke-reviews-body-template')?.content.children)?.forEach(function (child) {
        if (!Array.from(document.body.querySelectorAll('[data-oke-id='.concat(child.getAttribute('data-oke-id'), ']'))).length) {
          document.body.prepend(child)
        }
      })
    }, {
      once: true
    });
  </script>
  <!-- END app snippet -->
  <!-- BEGIN app snippet: okendo-reviews-json-ld -->
  <script type="application/ld+json">
      {
        "@context": "http://schema.org/",
        "@type": "Product",
        "name": "QQSLOT",
        "image": "https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png",
        "description": "",
        "mpn": "7891917471853",
        "brand": {
          "@type": "Brand",
          "name": "QQSLOT"
        },
        "offers": {
          "@type": "Offer",
          "priceCurrency": "USD",
          "price": "908.0",
          "availability": "InStock",
          "seller": {
            "@type": "Organization",
            "name": "QQSLOT"
          }
        }
      }
    </script>
  <!-- END app snippet -->
  <!-- BEGIN app snippet: widget-plus-initialisation-script -->
  <script async id="okendo-reviews-script"
    src="https://d3hw6dc1ow8pp2.cloudfront.net/reviews-widget-plus/js/okendo-reviews.js"></script>
  <!-- END app snippet -->
  <!-- END app block -->
  <!-- BEGIN app block: shopify://apps/beans-id-verification/blocks/modern-discount-hub/5c736972-c385-431c-8cbb-05726b7a1739 -->
  <!-- END app block -->
  <!-- BEGIN app block: shopify://apps/beans-id-verification/blocks/discount-hub/5c736972-c385-431c-8cbb-05726b7a1739 -->
  <!-- END app block -->
  <!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 -->
  <!-- END app block -->
  <script
    src="https://cdn.shopify.com/extensions/019a10f6-a8a0-797e-a7ac-5e79f24cd7e1/student-beans-verification-111/assets/sb_banner.min.js"
    type="text/javascript" defer="defer"></script>
  <script
    src="https://cdn.shopify.com/extensions/019a10f6-a8a0-797e-a7ac-5e79f24cd7e1/student-beans-verification-111/assets/sb_fab.min.js"
    type="text/javascript" defer="defer"></script>
  <!-- Disabled for local file viewing - Shopify app core -->
  <!--
  <script src="https://cdn.shopify.com/extensions/019aec8c-5348-7e29-893e-fd25b59a2690/app-92/assets/core.min.js"
    type="text/javascript" defer="defer"></script>
  -->
  <link
    href="https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-button-block.css"
    rel="stylesheet" type="text/css" media="all">
  <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
  <script>
    (function () {
      if ("sendBeacon" in navigator && "performance" in window) {
        try {
          var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;
        } catch {
          var session_token_from_headers = undefined;
        }
        var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);
        var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";
        var session_token = session_token_from_headers || session_token_from_cookie || "";

        function handle_abandonment_event(e) {
          var entries = performance.getEntries().filter(function (entry) {
            return /monorail-edge.shopifysvc.com/.test(entry.name);
          });
          if (!window.abandonment_tracked && entries.length === 0) {
            window.abandonment_tracked = true;
            var currentMs = Date.now();
            var navigation_start = performance.timing.navigationStart;
            var payload = {
              shop_id: 26872971373,
              url: window.location.href,
              navigation_start,
              duration: currentMs - navigation_start,
              session_token,
              page_type: "product"
            };
            window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({
              schema_id: "online_store_buyer_site_abandonment/1.1",
              payload: payload,
              metadata: {
                event_created_at_ms: currentMs,
                event_sent_at_ms: currentMs
              }
            }));
          }
        }
        window.addEventListener('pagehide', handle_abandonment_event);
      }
    }());
  </script>
  <script id="web-pixels-manager-setup">
    // Skip Shopify web pixels when viewing locally
    if (window.location.protocol === 'file:') { console.log('Shopify web pixels disabled for local viewing'); }
    else (function e(e, d, r, n, o) {
      if (void 0 === o && (o = {}), !Boolean(null === (a = null === (i = window.Shopify) || void 0 === i ? void 0 : i.analytics) || void 0 === a ? void 0 : a.replayQueue)) {
        var i, a;
        window.Shopify = window.Shopify || {};
        var t = window.Shopify;
        t.analytics = t.analytics || {};
        var s = t.analytics;
        s.replayQueue = [], s.publish = function (e, d, r) {
          return s.replayQueue.push([e, d, r]), !0
        };
        try {
          self.performance.mark("wpm:start")
        } catch (e) { }
        var l = function () {
          var e = {
            modern: /Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,
            legacy: /Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/
          },
            d = e.modern,
            r = e.legacy,
            n = navigator.userAgent;
          return n.match(d) ? "modern" : n.match(r) ? "legacy" : "unknown"
        }(),
          u = "modern" === l ? "modern" : "legacy",
          c = (null != n ? n : {
            modern: "",
            legacy: ""
          })[u],
          f = function (e) {
            return [e.baseUrl, "/wpm", "/b", e.hashVersion, "modern" === e.buildTarget ? "m" : "l", ".js"].join("")
          }({
            baseUrl: d,
            hashVersion: r,
            buildTarget: u
          }),
          m = function (e) {
            var d = e.version,
              r = e.bundleTarget,
              n = e.surface,
              o = e.pageUrl,
              i = e.monorailEndpoint;
            return {
              emit: function (e) {
                var a = e.status,
                  t = e.errorMsg,
                  s = (new Date).getTime(),
                  l = JSON.stringify({
                    metadata: {
                      event_sent_at_ms: s
                    },
                    events: [{
                      schema_id: "web_pixels_manager_load/3.1",
                      payload: {
                        version: d,
                        bundle_target: r,
                        page_url: o,
                        status: a,
                        surface: n,
                        error_msg: t
                      },
                      metadata: {
                        event_created_at_ms: s
                      }
                    }]
                  });
                if (!i) return console && console.warn && console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."), !1;
                try {
                  return self.navigator.sendBeacon.bind(self.navigator)(i, l)
                } catch (e) { }
                var u = new XMLHttpRequest;
                try {
                  return u.open("POST", i, !0), u.setRequestHeader("Content-Type", "text/plain"), u.send(l), !0
                } catch (e) {
                  return console && console.warn && console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."), !1
                }
              }
            }
          }({
            version: r,
            bundleTarget: l,
            surface: e.surface,
            pageUrl: self.location.href,
            monorailEndpoint: e.monorailEndpoint
          });
        try {
          o.browserTarget = l,
            function (e) {
              var d = e.src,
                r = e.async,
                n = void 0 === r || r,
                o = e.onload,
                i = e.onerror,
                a = e.sri,
                t = e.scriptDataAttributes,
                s = void 0 === t ? {} : t,
                l = document.createElement("script"),
                u = document.querySelector("head"),
                c = document.querySelector("body");
              if (l.async = n, l.src = d, a && (l.integrity = a, l.crossOrigin = "anonymous"), s)
                for (var f in s)
                  if (Object.prototype.hasOwnProperty.call(s, f)) try {
                    l.dataset[f] = s[f]
                  } catch (e) { }
              if (o && l.addEventListener("load", o), i && l.addEventListener("error", i), u) u.appendChild(l);
              else {
                if (!c) throw new Error("Did not find a head or body element to append the script");
                c.appendChild(l)
              }
            }({
              src: f,
              async: !0,
              onload: function () {
                if (! function () {
                  var e, d;
                  return Boolean(null === (d = null === (e = window.Shopify) || void 0 === e ? void 0 : e.analytics) || void 0 === d ? void 0 : d.initialized)
                }()) {
                  var d = window.webPixelsManager.init(e) || void 0;
                  if (d) {
                    var r = window.Shopify.analytics;
                    r.replayQueue.forEach((function (e) {
                      var r = e[0],
                        n = e[1],
                        o = e[2];
                      d.publishCustomEvent(r, n, o)
                    })), r.replayQueue = [], r.publish = d.publishCustomEvent, r.visitor = d.visitor, r.initialized = !0
                  }
                }
              },
              onerror: function () {
                return m.emit({
                  status: "failed",
                  errorMsg: "".concat(f, " has failed to load")
                })
              },
              sri: function (e) {
                var d = /^sha384-[A-Za-z0-9+/=]+$/;
                return "string" == typeof e && d.test(e)
              }(c) ? c : "",
              scriptDataAttributes: o
            }), m.emit({
              status: "loading"
            })
        } catch (e) {
          m.emit({
            status: "failed",
            errorMsg: (null == e ? void 0 : e.message) || "Unknown error"
          })
        }
      }
    })({
      shopId: 26872971373,
      storefrontBaseUrl: "https://nuphy.com",
      extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",
      monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",
      surface: "storefront-renderer",
      enabledBetaFlags: ["2dca8a86"],
      webPixelsConfigList: [{
        "id": "1532592237",
        "configuration": "{\"accountID\":\"W3c567\",\"webPixelConfig\":\"eyJlbmFibGVBZGRlZFRvQ2FydEV2ZW50cyI6IHRydWV9\"}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "STRICT",
        "scriptVersion": "38467485f3310bb99134344dc061e3c4",
        "type": "APP",
        "apiClientId": 123074,
        "privacyPurposes": ["ANALYTICS", "MARKETING"],
        "dataSharingAdjustments": {
          "protectedCustomerApprovalScopes": ["read_customer_address", "read_customer_email", "read_customer_name", "read_customer_personal_data", "read_customer_phone"]
        }
      }, {
        "id": "1449197677",
        "configuration": "{\"ti\":\"56337638\",\"endpoint\":\"https:\/\/bat.bing.com\/action\/0\"}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "STRICT",
        "scriptVersion": "5ee93563fe31b11d2d65e2f09a5229dc",
        "type": "APP",
        "apiClientId": 2997493,
        "privacyPurposes": ["ANALYTICS", "MARKETING", "SALE_OF_DATA"],
        "dataSharingAdjustments": {
          "protectedCustomerApprovalScopes": ["read_customer_personal_data"]
        }
      }, {
        "id": "1076396141",
        "configuration": "{\"account_ID\":\"131812\",\"google_analytics_tracking_tag\":\"1\",\"measurement_id\":\"2\",\"api_secret\":\"3\",\"shop_settings\":\"{\\\"custom_pixel_script\\\":\\\"https:\\\\\\\/\\\\\\\/storage.googleapis.com\\\\\\\/gsf-scripts\\\\\\\/custom-pixels\\\\\\\/nuphy-store.js\\\"}\"}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "LAX",
        "scriptVersion": "c6b888297782ed4a1cba19cda43d6625",
        "type": "APP",
        "apiClientId": 1558137,
        "privacyPurposes": [],
        "dataSharingAdjustments": {
          "protectedCustomerApprovalScopes": ["read_customer_address", "read_customer_email", "read_customer_name", "read_customer_personal_data", "read_customer_phone"]
        }
      }, {
        "id": "1017708653",
        "configuration": "{\"pixel_id\":\"296825132312095\",\"pixel_type\":\"facebook_pixel\"}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "OPEN",
        "scriptVersion": "ca16bc87fe92b6042fbaa3acc2fbdaa6",
        "type": "APP",
        "apiClientId": 2329312,
        "privacyPurposes": ["ANALYTICS", "MARKETING", "SALE_OF_DATA"],
        "dataSharingAdjustments": {
          "protectedCustomerApprovalScopes": ["read_customer_address", "read_customer_email", "read_customer_name", "read_customer_personal_data", "read_customer_phone"]
        }
      }, {
        "id": "935460973",
        "configuration": "{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-W9G6R47TV3\\\",\\\"AW-613119704\\\",\\\"GT-WPDGM67\\\",\\\"G-XVBRS2EP1Q\\\"],\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-W9G6R47TV3\\\",\\\"AW-613119704\\\/ZdHSCN6XmPgaENjtraQC\\\",\\\"AW-613119704\\\",\\\"AW-16736282739\\\",\\\"AW-16736270774\\\",\\\"G-XVBRS2EP1Q\\\"]},{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-W9G6R47TV3\\\",\\\"AW-613119704\\\/t6tHCJ6WmPgaENjtraQC\\\",\\\"AW-613119704\\\/2n9zCKHn77gYENjtraQC\\\",\\\"AW-613119704\\\/UildCN2-4dsBENjtraQC\\\",\\\"AW-613119704\\\",\\\"AW-16736282739\\\",\\\"AW-16736270774\\\",\\\"G-XVBRS2EP1Q\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-W9G6R47TV3\\\",\\\"AW-613119704\\\/M1THCNuXmPgaENjtraQC\\\",\\\"MC-54G4SGT3BY\\\",\\\"AW-613119704\\\",\\\"AW-16736282739\\\",\\\"AW-16736270774\\\",\\\"G-XVBRS2EP1Q\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-W9G6R47TV3\\\",\\\"AW-613119704\\\/g6seCJuWmPgaENjtraQC\\\",\\\"MC-54G4SGT3BY\\\",\\\"AW-613119704\\\/X-wbCLLw7NsBENjtraQC\\\",\\\"AW-613119704\\\",\\\"AW-16736282739\\\",\\\"AW-16736270774\\\",\\\"G-XVBRS2EP1Q\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-W9G6R47TV3\\\",\\\"AW-613119704\\\/BDsqCJyXmPgaENjtraQC\\\",\\\"MC-54G4SGT3BY\\\",\\\"AW-613119704\\\",\\\"AW-16736282739\\\",\\\"AW-16736270774\\\",\\\"G-XVBRS2EP1Q\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-W9G6R47TV3\\\",\\\"AW-613119704\\\/SkBCCOGXmPgaENjtraQC\\\",\\\"AW-613119704\\\",\\\"AW-16736282739\\\",\\\"AW-16736270774\\\",\\\"G-XVBRS2EP1Q\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-W9G6R47TV3\\\",\\\"AW-613119704\\\/PboDCJmXmPgaENjtraQC\\\",\\\"AW-613119704\\\/Phc3CMy_4dsBENjtraQC\\\",\\\"AW-613119704\\\/rZOOCKTn77gYENjtraQC\\\",\\\"AW-613119704\\\",\\\"AW-16736282739\\\",\\\"AW-16736270774\\\",\\\"G-XVBRS2EP1Q\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "OPEN",
        "scriptVersion": "b2a88bafab3e21179ed38636efcd8a93",
        "type": "APP",
        "apiClientId": 1780363,
        "privacyPurposes": [],
        "dataSharingAdjustments": {
          "protectedCustomerApprovalScopes": ["read_customer_address", "read_customer_email", "read_customer_name", "read_customer_personal_data", "read_customer_phone"]
        }
      }, {
        "id": "468287597",
        "configuration": "{\"site_id\":\"aa3fd462-c8e6-4bc2-a507-824d4a4000cb\",\"analytics_endpoint\":\"https:\\\/\\\/na.shgcdn3.com\"}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "STRICT",
        "scriptVersion": "695709fc3f146fa50a25299517a954f2",
        "type": "APP",
        "apiClientId": 1158168,
        "privacyPurposes": ["ANALYTICS", "MARKETING", "SALE_OF_DATA"],
        "dataSharingAdjustments": {
          "protectedCustomerApprovalScopes": ["read_customer_personal_data"]
        }
      }, {
        "id": "406323309",
        "configuration": "{\"accountID\":\"facebook-web-pixel-live\",\"omegaFacebookData\":\"{\\\"listPixel\\\":[{\\\"id\\\":94250,\\\"pixel_id\\\":\\\"296825132312095\\\",\\\"shop\\\":\\\"nuphy-store.myshopify.com\\\",\\\"goal\\\":\\\"increase_sales\\\",\\\"title\\\":\\\"NuPhy\\\",\\\"status\\\":1,\\\"isMaster\\\":1,\\\"is_conversion_api\\\":1,\\\"test_event_code\\\":\\\"TEST73708\\\",\\\"status_synced\\\":0,\\\"first_capi_enabled_at\\\":\\\"2023-01-29 13:40:03\\\",\\\"created_at\\\":\\\"2023-01-29 13:40:03\\\",\\\"updated_at\\\":null,\\\"market_id\\\":null}]}\"}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "STRICT",
        "scriptVersion": "697be8e4be18dd4b16f5ee0a24f55f5d",
        "type": "APP",
        "apiClientId": 3325251,
        "privacyPurposes": ["ANALYTICS", "MARKETING", "SALE_OF_DATA"],
        "dataSharingAdjustments": {
          "protectedCustomerApprovalScopes": ["read_customer_address", "read_customer_email", "read_customer_name", "read_customer_personal_data", "read_customer_phone"]
        }
      }, {
        "id": "117244013",
        "configuration": "{\"shopId\":\"25251\",\"env\":\"production\",\"metaData\":\"[]\"}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "STRICT",
        "scriptVersion": "8d66693467ae22fde77e6492bbd9d17a",
        "type": "APP",
        "apiClientId": 2773553,
        "privacyPurposes": [],
        "dataSharingAdjustments": {
          "protectedCustomerApprovalScopes": ["read_customer_address", "read_customer_email", "read_customer_name", "read_customer_personal_data", "read_customer_phone"]
        }
      }, {
        "id": "104464493",
        "eventPayloadVersion": "1",
        "runtimeContext": "LAX",
        "scriptVersion": "1",
        "type": "CUSTOM",
        "privacyPurposes": [],
        "name": " Simprosys Google Shopping Fee"
      }, {
        "id": "shopify-app-pixel",
        "configuration": "{}",
        "eventPayloadVersion": "v1",
        "runtimeContext": "STRICT",
        "scriptVersion": "0450",
        "apiClientId": "shopify-pixel",
        "type": "APP",
        "privacyPurposes": ["ANALYTICS", "MARKETING"]
      }, {
        "id": "shopify-custom-pixel",
        "eventPayloadVersion": "v1",
        "runtimeContext": "LAX",
        "scriptVersion": "0450",
        "apiClientId": "shopify-pixel",
        "type": "CUSTOM",
        "privacyPurposes": ["ANALYTICS", "MARKETING"]
      }],
      isMerchantRequest: false,
      initData: {
        "shop": {
          "name": "NuPhy",
          "paymentSettings": {
            "currencyCode": "USD"
          },
          "myshopifyDomain": "nuphy-store.myshopify.com",
          "countryCode": "US",
          "storefrontUrl": "https:\/\/nuphy.com"
        },
        "customer": null,
        "cart": null,
        "checkout": null,
        "productVariants": [{
          "price": {
            "amount": 49.0,
            "currencyCode": "USD"
          },
          "product": {
            "title": "Berry Trackday",
            "vendor": "NuPhy® x biip",
            "id": "7891917471853",
            "untranslatedTitle": "Berry Trackday",
            "url": "\/products\/berry-trackday",
            "type": ""
          },
          "id": "43679085559917",
          "image": {
            "src": "\/\/nuphy.com\/cdn\/shop\/files\/865cae03-975c-46a1-af0f-edc0d38cbe0d.jpg?v=1763966081"
          },
          "sku": "0101055",
          "title": "Base Kit",
          "untranslatedTitle": "Base Kit"
        }, {
          "price": {
            "amount": 15.0,
            "currencyCode": "USD"
          },
          "product": {
            "title": "Berry Trackday",
            "vendor": "NuPhy® x biip",
            "id": "7891917471853",
            "untranslatedTitle": "Berry Trackday",
            "url": "\/products\/berry-trackday",
            "type": ""
          },
          "id": "43679085592685",
          "image": {
            "src": "\/\/nuphy.com\/cdn\/shop\/files\/b33b06e3-3e72-4d46-b134-11117401507c.jpg?v=1763966081"
          },
          "sku": "0101071",
          "title": "Extra Kit",
          "untranslatedTitle": "Extra Kit"
        }],
        "purchasingCompany": null
      },
    }, "https://nuphy.com/cdn", "ae1676cfwd2530674p4253c800m34e853cb", {
      "modern": "",
      "legacy": ""
    }, {
      "shopId": "26872971373",
      "storefrontBaseUrl": "https:\/\/nuphy.com",
      "extensionBaseUrl": "https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager",
      "surface": "storefront-renderer",
      "enabledBetaFlags": "[\"2dca8a86\"]",
      "isMerchantRequest": "false",
      "hashVersion": "ae1676cfwd2530674p4253c800m34e853cb",
      "publish": "custom",
      "events": "[[\"page_viewed\",{}],[\"product_viewed\",{\"productVariant\":{\"price\":{\"amount\":49.0,\"currencyCode\":\"USD\"},\"product\":{\"title\":\"Berry Trackday\",\"vendor\":\"NuPhy® x biip\",\"id\":\"7891917471853\",\"untranslatedTitle\":\"Berry Trackday\",\"url\":\"\/products\/berry-trackday\",\"type\":\"\"},\"id\":\"43679085559917\",\"image\":{\"src\":\"\/\/nuphy.com\/cdn\/shop\/files\/865cae03-975c-46a1-af0f-edc0d38cbe0d.jpg?v=1763966081\"},\"sku\":\"0101055\",\"title\":\"Base Kit\",\"untranslatedTitle\":\"Base Kit\"}}]]"
    });
  </script>
  <script>
    window.ShopifyAnalytics = window.ShopifyAnalytics || {};
    window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
    window.ShopifyAnalytics.meta.currency = 'USD';
    var meta = {
      "product": {
        "id": 7891917471853,
        "gid": "gid:\/\/shopify\/Product\/7891917471853",
        "vendor": "NuPhy® x biip",
        "type": "",
        "variants": [{
          "id": 43679085559917,
          "price": 4900,
          "name": "Berry Trackday - Base Kit",
          "public_title": "Base Kit",
          "sku": "0101055"
        }, {
          "id": 43679085592685,
          "price": 1500,
          "name": "QQSLOT",
          "public_title": "Extra Kit",
          "sku": "0101071"
        }],
        "remote": false
      },
      "page": {
        "pageType": "product",
        "resourceType": "product",
        "resourceId": 7891917471853
      }
    };
    for (var attr in meta) {
      window.ShopifyAnalytics.meta[attr] = meta[attr];
    }
  </script>
  <script class="analytics">
    // Skip Shopify analytics when viewing locally
    if (window.location.protocol === 'file:') {
      console.log('Shopify analytics disabled for local viewing');
      window.ShopifyAnalytics = window.ShopifyAnalytics || { lib: { page: function(){}, track: function(){}, ready: function(cb){ if(cb) cb(); } } };
    }
    else (function () {
      var customDocumentWrite = function (content) {
        var jquery = null;
        if (window.jQuery) {
          jquery = window.jQuery;
        } else if (window.Checkout && window.Checkout.$) {
          jquery = window.Checkout.$;
        }
        if (jquery) {
          jquery('body').append(content);
        }
      };
      var hasLoggedConversion = function (token) {
        if (token) {
          return document.cookie.indexOf('loggedConversion=' + token) !== -1;
        }
        return false;
      }
      var setCookieIfConversion = function (token) {
        if (token) {
          var twoMonthsFromNow = new Date(Date.now());
          twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
          document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
        }
      }
      var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
      if (trekkie.integrations) {
        return;
      }
      trekkie.methods = ['identify', 'page', 'ready', 'track', 'trackForm', 'trackLink'];
      trekkie.factory = function (method) {
        return function () {
          var args = Array.prototype.slice.call(arguments);
          args.unshift(method);
          trekkie.push(args);
          return trekkie;
        };
      };
      for (var i = 0; i < trekkie.methods.length; i++) {
        var key = trekkie.methods[i];
        trekkie[key] = trekkie.factory(key);
      }
      trekkie.load = function (config) {
        trekkie.config = config || {};
        trekkie.config.initialDocumentCookie = document.cookie;
        var first = document.getElementsByTagName('script')[0];
        var script = document.createElement('script');
        script.type = 'text/javascript';
        script.onerror = function (e) {
          var scriptFallback = document.createElement('script');
          scriptFallback.type = 'text/javascript';
          scriptFallback.onerror = function (error) {
            var Monorail = {
              produce: function produce(monorailDomain, schemaId, payload) {
                var currentMs = new Date().getTime();
                var event = {
                  schema_id: schemaId,
                  payload: payload,
                  metadata: {
                    event_created_at_ms: currentMs,
                    event_sent_at_ms: currentMs
                  }
                };
                return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
              },
              sendRequest: function sendRequest(endpointUrl, payload) {
                // Try the sendBeacon API
                if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
                  var blobData = new window.Blob([payload], {
                    type: 'text/plain'
                  });
                  if (window.navigator.sendBeacon(endpointUrl, blobData)) {
                    return true;
                  } // sendBeacon was not successful
                } // XHR beacon
                var xhr = new XMLHttpRequest();
                try {
                  xhr.open('POST', endpointUrl);
                  xhr.setRequestHeader('Content-Type', 'text/plain');
                  xhr.send(payload);
                } catch (e) {
                  console.log(e);
                }
                return false;
              },
              isIos12: function isIos12() {
                return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
              }
            };
            Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {
              shop_id: 26872971373,
              theme_id: 137619046509,
              app_name: "storefront",
              context_url: window.location.href,
              source_url: "https://nuphy.com/cdn/s/trekkie.storefront.94e7babdf2ec3663c2b14be7d5a3b25b9303ebb0.min.js"
            });
          };
          scriptFallback.async = true;
          scriptFallback.src = '//nuphy.com/cdn/s/trekkie.storefront.94e7babdf2ec3663c2b14be7d5a3b25b9303ebb0.min.js';
          first.parentNode.insertBefore(scriptFallback, first);
        };
        script.async = true;
        script.src = '//nuphy.com/cdn/s/trekkie.storefront.94e7babdf2ec3663c2b14be7d5a3b25b9303ebb0.min.js';
        first.parentNode.insertBefore(script, first);
      };
      trekkie.load({
        "Trekkie": {
          "appName": "storefront",
          "development": false,
          "defaultAttributes": {
            "shopId": 26872971373,
            "isMerchantRequest": null,
            "themeId": 137619046509,
            "themeCityHash": "8967746705424340446",
            "contentLanguage": "en",
            "currency": "USD"
          },
          "isServerSideCookieWritingEnabled": true,
          "monorailRegion": "shop_domain",
          "enabledBetaFlags": ["f0df213a"]
        },
        "Session Attribution": {},
        "S2S": {
          "facebookCapiEnabled": true,
          "source": "trekkie-storefront-renderer",
          "apiClientId": 580111
        }
      });
      var loaded = false;
      trekkie.ready(function () {
        if (loaded) return;
        loaded = true;
        window.ShopifyAnalytics.lib = window.trekkie;
        var originalDocumentWrite = document.write;
        document.write = customDocumentWrite;
        try {
          window.ShopifyAnalytics.merchantGoogleAnalytics.call(this);
        } catch (error) { };
        document.write = originalDocumentWrite;
        window.ShopifyAnalytics.lib.page(null, {
          "pageType": "product",
          "resourceType": "product",
          "resourceId": 7891917471853,
          "shopifyEmitted": true
        });
        var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
        var token = match ? match[1] : undefined;
        if (!hasLoggedConversion(token)) {
          setCookieIfConversion(token);
          window.ShopifyAnalytics.lib.track("Viewed Product", {
            "currency": "USD",
            "variantId": 43679085559917,
            "productId": 7891917471853,
            "productGid": "gid:\/\/shopify\/Product\/7891917471853",
            "name": "Berry Trackday - Base Kit",
            "price": "49.00",
            "sku": "0101055",
            "brand": "NuPhy® x biip",
            "variant": "Base Kit",
            "category": "",
            "nonInteraction": true,
            "remote": false
          }, undefined, undefined, {
            "shopifyEmitted": true
          });
          window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1", {
            "currency": "USD",
            "variantId": 43679085559917,
            "productId": 7891917471853,
            "productGid": "gid:\/\/shopify\/Product\/7891917471853",
            "name": "Berry Trackday - Base Kit",
            "price": "49.00",
            "sku": "0101055",
            "brand": "NuPhy® x biip",
            "variant": "Base Kit",
            "category": "",
            "nonInteraction": true,
            "remote": false,
            "referer": "https:\/\/nuphy.com\/collections\/keycaps\/products\/berry-trackday"
          });
        }
      });
      var eventsListenerScript = document.createElement('script');
      eventsListenerScript.async = true;
      eventsListenerScript.src = "https://nuphy.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js";
      document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
    })();
  </script>
  <!-- Disabled for local file viewing - Shopify perf kit -->
  <!--
  <script defer src="https://nuphy.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-2.1.2.min.js"
    data-application="storefront-renderer" data-shop-id="26872971373" data-render-region="gcp-asia-southeast1"
    data-page-type="product" data-theme-instance-id="137619046509" data-theme-name="Expanse" data-theme-version="2.4.0"
    data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" data-shs="true" data-shs-beacon="true"
    data-shs-export-with-fetch="true" data-shs-logs-sample-rate="1"></script>
  -->
</head>

<body class="product template-product" data-transitions="true" data-button_style="round-slight" data-edges=""
  data-type_header_capitalize="false" data-swatch_style="round" data-grid-style="simple">
  <!-- Google Tag Manager (noscript) -->
  <noscript>
    <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-57T6L58&_x_c=0" height="0" width="0"
      style="display:none;visibility:hidden"></iframe>
  </noscript>
  <!-- End Google Tag Manager (noscript) -->
  <script type="text/javascript" defer>
    window.setTimeout(function () {
      document.body.className += ' loaded';
    }, 25);
  </script>
  <style>
    .nuphy-modal__overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 999;
      animation: fadeIn-overlay 0.3s ease-in-out;
    }

    .nuphy-modal__container {
      background: white;
      padding: 20px;
      border-radius: 8px;
      width: 500px;
      max-width: 90%;
      max-height: 90%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      animation: fadeIn 0.3s ease-in-out;
    }

    .nuphy-modal__content {
      width: 100%;
      max-height: 80%;
      overflow: auto;
      font-size: 14px;
    }

    .nuphy-modal__footer {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding-top: 15px;
    }

    .nuphy-modal__btn {
      background: #1279ec;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 15px;
      cursor: pointer;
      font-size: 16px;
      transition: background 0.3s;
    }

    .nuphy-modal__btn:hover {
      background: #0f6ad2;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: scale(0.95);
      }

      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    @keyframes fadeIn-overlay {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }
  </style>
  <div id="PageContainer" class="page-container">
    <div class="transition-body">
      <div id="shopify-section-toolbar" class="shopify-section toolbar-section">
        <div data-section-id="toolbar" data-section-type="toolbar">
          <div class="toolbar">
            <div class="page-width">
              <div class="toolbar__content">
                <div class="toolbar__item toolbar__item--announcements">
                  <div class="announcement-bar text-center">
                    <div class="slideshow-wrapper">
                      <style>
                        .announcement-slider__content a {
                          color: #ffffff;
                        }

                        .announcement-slider__content {
                          color: #ffffff;
                        }

                        .toolbar {
                          background-image: linear-gradient(to right, #de0000 0%, #f21414 100%);
                        }
                      </style>
                      <div id="AnnouncementSlider" class="announcement-slider" data-block-count="1">
                        <div id="AnnouncementSlide-announcement_rCwAFe"
                          class="slideshow__slide announcement-slider__slide" data-index="0">
                          <div class="announcement-slider__content">
                            <div class="medium-up--hide">
                              <p>
                                <a href="https://nuphy.comhttps://jqfundamentals.com/chapter/javascript-basics/products/nuphy-node-75-page"
                                  target="_blank"
                                  title="https://nuphy.comhttps://jqfundamentals.com/chapter/javascript-basics/products/nuphy-node-75-page">🎮
                                  Selamat Datang di QQSLOT! Platform Slot Gacor Terpercaya & Gampang Maxwin 🏆</a>
                              </p>
                            </div>
                            <div class="small--hide">
                              <p>
                                <a href="https://nuphy.comhttps://jqfundamentals.com/chapter/javascript-basics/products/nuphy-node-75-page"
                                  target="_blank"
                                  title="https://nuphy.comhttps://jqfundamentals.com/chapter/javascript-basics/products/nuphy-node-75-page">🎮
                                  Selamat Datang di QQSLOT! Platform Slot Gacor Terpercaya & Gampang Maxwin 🏆</a>
                              </p>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div id="shopify-section-header" class="shopify-section header-section">
        <style>
          .site-nav__link {
            font-size: 18px;
          }

          .site-nav__link {
            text-transform: uppercase;
            letter-spacing: 0.2em;
          }

          .site-header,
          .site-header__element--sub {
            box-shadow: 0 0 25px rgb(0 0 0 / 10%);
          }

          .is-light .site-header,
          .is-light .site-header__element--sub {
            box-shadow: none;
          }

          .site-header__search-form {
            border: 1px solid #f5f5f5
          }
        </style>
        <div data-section-id="header" data-section-type="header">
          <div id="HeaderWrapper" class="header-wrapper">
            <header id="SiteHeader" class="site-header site-header--heading-style" data-sticky="true"
              data-overlay="false">
              <div class="site-header__element site-header__element--top">
                <div class="page-width">
                  <div class="header-layout" data-layout="left-center" data-nav="beside" data-logo-align="left">
                    <div class="header-item header-item--logo">
                      <style data-shopify>
                        .header-item--logo,
                        [data-layout="left-center"] .header-item--logo,
                        [data-layout="left-center"] .header-item--icons {
                          flex: 0 1 90px;
                        }

                        @media only screen and (min-width: 769px) {

                          .header-item--logo,
                          [data-layout="left-center"] .header-item--logo,
                          [data-layout="left-center"] .header-item--icons {
                            /* flex: 0 0 100px; */
                            flex: 0 0 212px;
                          }
                        }

                        .site-header__logo a {
                          width: 90px;
                        }

                        .is-light .site-header__logo .logo--inverted {
                          width: 90px;
                        }

                        @media only screen and (min-width: 769px) {
                          .site-header__logo a {
                            width: 100px;
                          }

                          .is-light .site-header__logo .logo--inverted {
                            width: 100px;
                          }
                        }
                      </style>
                      <div class="h1 site-header__logo">
                        <span class="visually-hidden">QQSLOT</span>
                        <a href="https://jqfundamentals.com/chapter/javascript-basics" class="site-header__logo-link">
                          <img class="small--hide" src="https://cdn.mixlink.top/global/seamless/3/IDR/logo/1669943114.png"
                            srcset="https://cdn.mixlink.top/global/seamless/3/IDR/logo/1669943114.png 1x, https://cdn.mixlink.top/global/seamless/3/IDR/logo/1669943114.png 2x" alt="NuPhy">
                          <img class="medium-up--hide" src="https://cdn.mixlink.top/global/seamless/3/IDR/logo/1669943114.png"
                            srcset="https://cdn.mixlink.top/global/seamless/3/IDR/logo/1669943114.png 1x, https://cdn.mixlink.top/global/seamless/3/IDR/logo/1669943114.png 2x" alt="NuPhy">
                        </a>
                      </div>
                    </div>
                    <div class="header-item header-item--navigation text-center">
                      <ul class="site-nav site-navigation site-navigation--beside small--hide" role="navigation">
                        <li class="show_dots site-nav__item site-nav__expanded-item">
                          <a href="https://jqfundamentals.com/chapter/javascript-basics"
                            class="site-nav__link site-nav__link--underline"> QQSLOT </a>
                        </li>
                        <li class="show_dots site-nav__item site-nav__expanded-item">
                          <a href="https://jqfundamentals.com/chapter/javascript-basics"
                            class="site-nav__link site-nav__link--underline"> LINK VIP </a>
                        </li>
                        <li class="site-nav__item site-nav__expanded-item">
                          <a href="https://jqfundamentals.com/chapter/javascript-basics"
                            class="site-nav__link site-nav__link--underline"> BANDAR SLOT </a>
                        </li>
                        <li class="site-nav__item site-nav__expanded-item">
                          <a href="https://jqfundamentals.com/chapter/javascript-basics"
                            class="site-nav__link site-nav__link--underline"> SITUS GACOR </a>
                        </li>
                        <li class="site-nav__item site-nav__expanded-item">
                          <a href="https://jqfundamentals.com/chapter/javascript-basics"
                            class="site-nav__link site-nav__link--underline"> LOGIN </a>
                        </li>
                        <li class="site-nav__item site-nav__expanded-item">
                          <a href="https://jqfundamentals.com/chapter/javascript-basics"
                            class="site-nav__link site-nav__link--underline"> DAFTAR </a>
                        </li>
                      </ul>
                    </div>
                    <div class="header-item header-item--icons">
                      <div class="site-nav">
                        <div class="site-nav__icons">
                          <a href="https://jqfundamentals.com/chapter/javascript-basics"
                            class="trans90_mb site-nav__link site-nav__link--icon js-search-header js-no-transition">
                            <svg class="icon" width="102.04px" height="102.04px" viewBox="0 0 102.04 102.04"
                              version="1.1" xmlns="http://www.w3.org/2000/svg"
                              xmlns:xlink="http://www.w3.org/1999/xlink">
                              <title>编组</title>
                              <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                <g id="官网像素icon" fill="#040000" fill-rule="nonzero">
                                  <g id="编组">
                                    <rect id="矩形" x="91.53" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="78.45" y="78.45" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="78.45" y="52.32" width="10.51" height="10.48" rx="5.24"></rect>
                                    <rect id="矩形" x="78.45" y="39.24" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="78.45" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="65.37" y="65.37" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="65.37" y="13.08" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="52.29" y="78.45" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="52.29" y="0" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="39.24" y="78.45" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="39.24" y="0" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="26.16" y="78.45" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="26.16" y="0" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="13.08" y="65.37" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="13.08" y="13.08" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="0" y="52.32" width="10.51" height="10.48" rx="5.24"></rect>
                                    <rect id="矩形" x="0" y="39.24" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="0" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                  </g>
                                </g>
                              </g>
                            </svg>
                            <span class="icon__fallback-text">Search</span>
                          </a>
                          <a class="site-nav__link site-nav__link--icon small--hide"
                            href="https://jqfundamentals.com/chapter/javascript-basics">
                            <svg class="icon" width="88.95px" height="102.04px" viewBox="0 0 88.95 102.04" version="1.1"
                              xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                              <title>编组</title>
                              <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                <g id="官网像素icon" transform="translate(-194.850000, 0.000000)" fill="#040000"
                                  fill-rule="nonzero">
                                  <g id="编组" transform="translate(194.850000, 0.000000)">
                                    <rect id="矩形" x="78.47" y="91.53" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="78.47" y="78.45" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="65.39" y="91.53" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="65.39" y="65.37" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="65.39" y="39.24" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="65.39" y="26.16" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="65.39" y="13.08" width="10.48" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="52.31" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="52.31" y="52.32" width="10.51" height="10.48" rx="5.24"></rect>
                                    <rect id="矩形" x="52.31" y="0" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="39.23" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="39.23" y="0" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="26.16" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="26.16" y="52.32" width="10.51" height="10.48" rx="5.24"></rect>
                                    <rect id="矩形" x="26.16" y="0" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="13.08" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="13.08" y="65.37" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="13.08" y="39.24" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="13.08" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="13.08" y="13.08" width="10.51" height="10.51" rx="5.24"></rect>
                                    <rect id="矩形" x="2.84217094e-14" y="91.53" width="10.51" height="10.51" rx="5.24">
                                    </rect>
                                    <rect id="矩形" x="2.84217094e-14" y="78.45" width="10.51" height="10.51" rx="5.24">
                                    </rect>
                                  </g>
                                </g>
                              </g>
                            </svg>
                            <span class="site-nav__icon-label small--hide icon__fallback-text"> Account </span>
                          </a>
                          <style>
                            .wishlist-header-link .wkh-button {
                              --icon-size: 22px;
                              --icon-fill: transparent;
                              --icon-stroke: #000000;
                              --icon-stroke-width: 1px;
                              --counter-size: 15px;
                              display: flex;
                              position: relative;
                              padding: 16px 12px;
                            }

                            .wishlist-header-link .wkh-icon svg {
                              display: block;
                              width: var(--icon-size);
                              height: var(--icon-size);
                              overflow: visible;
                              pointer-events: none;
                            }

                            .wishlist-header-link .wkh-icon svg path {
                              fill: var(--icon-fill);
                              stroke: var(--icon-stroke);
                              stroke-width: var(--icon-stroke-width);
                              vector-effect: non-scaling-stroke;
                            }

                            .wishlist-header-link .wkh-counter {
                              opacity: 0;
                              display: flex;
                              justify-content: center;
                              align-items: center;
                              min-width: var(--counter-size);
                              height: var(--counter-size);
                              border-radius: calc(var(--counter-size) / 2);
                              font-size: 11px;
                              line-height: 1;
                              background: black;
                              color: white;
                              position: absolute;
                              top: 25px;
                              right: 5px;
                            }

                            .wishlist-header-link .wkh-selected .wkh-counter {
                              opacity: 1;
                              transition: .2s opacity;
                            }

                            .wkh-button {
                              margin-right: 0px;
                              margin-left: 8px;
                            }

                            /* .wishlist-header-link a.wkh-button {
      padding: 17px 13px;
  } */
                            .wishlist-header-link .wkh-selected .wkh-counter {
                              font-weight: 700;
                              font-size: 12px;
                              padding: 10px;
                              font-family: 'Roboto Condensed';
                              background-color: #FA5837;
                            }

                            wk-icon.wk-icon {
                              margin-top: -1px;
                            }

                            span.wk-text {
                              font-size: calc(var(--typeBaseSize) + 3px);
                              font-weight: 700;
                            }

                            /* a.wkh-button {
    margin-top: 1px;
} */
                          </style>
                          <div class="wishlist-header-link">
                            <a href="https://jqfundamentals.com/chapter/javascript-basics" class="wkh-button">
                              <span class="wkh-icon">
                                <svg class="icon" style="width: 20px !important; height: 20px !important;"
                                  viewBox="0 0 102.06 102.04" version="1.1" xmlns="http://www.w3.org/2000/svg"
                                  xmlns:xlink="http://www.w3.org/1999/xlink">
                                  <title>编组</title>
                                  <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                    <g id="官网像素icon" transform="translate(-386.820000, 0.000000)" fill="#040000"
                                      fill-rule="nonzero">
                                      <g id="编组" transform="translate(386.820000, 0.000000)">
                                        <rect id="矩形" x="91.55" y="52.3" width="10.51" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="91.55" y="39.22" width="10.51" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="91.55" y="26.14" width="10.51" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="91.55" y="13.08" width="10.51" height="10.49" rx="5.24"></rect>
                                        <rect id="矩形" x="78.49" y="65.38" width="10.49" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="78.49" y="13.08" width="10.49" height="10.49" rx="5.24"></rect>
                                        <rect id="矩形" x="78.49" y="0" width="10.49" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="65.41" y="78.47" width="10.49" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="65.41" y="0" width="10.49" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="52.33" y="91.55" width="10.51" height="10.49" rx="5.24"></rect>
                                        <rect id="矩形" x="52.33" y="13.08" width="10.51" height="10.49" rx="5.24"></rect>
                                        <rect id="矩形" x="39.25" y="91.55" width="10.51" height="10.49" rx="5.24"></rect>
                                        <rect id="矩形" x="39.25" y="13.08" width="10.51" height="10.49" rx="5.24"></rect>
                                        <rect id="矩形" x="26.16" y="78.47" width="10.51" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="26.16" y="0" width="10.51" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="13.08" y="65.38" width="10.51" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="13.08" y="13.08" width="10.51" height="10.49" rx="5.24"></rect>
                                        <rect id="矩形" x="13.08" y="0" width="10.51" height="10.51" rx="5.24"></rect>
                                        <rect id="矩形" x="-5.68434189e-14" y="52.3" width="10.51" height="10.51"
                                          rx="5.24"></rect>
                                        <rect id="矩形" x="-5.68434189e-14" y="39.22" width="10.51" height="10.51"
                                          rx="5.24"></rect>
                                        <rect id="矩形" x="-5.68434189e-14" y="26.14" width="10.51" height="10.51"
                                          rx="5.24"></rect>
                                        <rect id="矩形" x="-5.68434189e-14" y="13.08" width="10.51" height="10.49"
                                          rx="5.24"></rect>
                                      </g>
                                    </g>
                                  </g>
                                </svg>
                              </span>
                              <span class="wkh-counter">0</span>
                            </a>
                          </div>
                          <a href="https://jqfundamentals.com/chapter/javascript-basics" id="HeaderCartTrigger"
                            aria-controls="HeaderCart"
                            class="trans90_mb site-nav__link site-nav__link--icon js-no-transition"
                            data-icon="custom-bag">
                            <span class="cart-link">
                              <svg class="icon" width="102.03px" height="102.04px" viewBox="0 0 102.03 102.04"
                                version="1.1" xmlns="http://www.w3.org/2000/svg"
                                xmlns:xlink="http://www.w3.org/1999/xlink">
                                <title>编组</title>
                                <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                  <g id="官网像素icon" transform="translate(-586.800000, 0.000000)" fill="#040000"
                                    fill-rule="nonzero">
                                    <g id="编组" transform="translate(586.800000, 0.000000)">
                                      <rect id="矩形" x="91.52" y="78.45" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="91.52" y="65.37" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="91.52" y="52.32" width="10.51" height="10.48" rx="5.24"></rect>
                                      <rect id="矩形" x="91.52" y="39.24" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="78.44" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="78.44" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="65.36" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="65.36" y="39.24" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="65.36" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="65.36" y="13.08" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="52.29" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="52.29" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="52.29" y="0" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="39.23" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="39.23" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="39.23" y="0" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="26.15" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="26.15" y="39.24" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="26.15" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="26.15" y="13.08" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="13.07" y="91.53" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="13.07" y="26.16" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="0" y="78.45" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="0" y="65.37" width="10.51" height="10.51" rx="5.24"></rect>
                                      <rect id="矩形" x="0" y="52.32" width="10.51" height="10.48" rx="5.24"></rect>
                                      <rect id="矩形" x="0" y="39.24" width="10.51" height="10.51" rx="5.24"></rect>
                                    </g>
                                  </g>
                                </g>
                              </svg>
                              <span class="cart-link__bubble">
                                <span class="cart-link__bubble-num">0</span>
                              </span>
                            </span>
                            <span class="site-nav__icon-label small--hide icon__fallback-text"> Cart </span>
                          </a>
                          <button type="button" aria-controls="MobileNav"
                            class="site-nav__link site-nav__link--icon medium-up--hide mobile-nav-trigger">
                            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger"
                              viewBox="0 0 64 64">
                              <path class="cls-1" d="M7 15h51">.</path>
                              <path class="cls-1" d="M7 32h43">.</path>
                              <path class="cls-1" d="M7 49h51">.</path>
                            </svg>
                            <span class="icon__fallback-text">Site navigation</span>
                          </button>
                        </div>
                        <div class="site-nav__close-cart">
                          <button type="button" class="site-nav__link site-nav__link--icon js-close-header-cart">
                            <span>Close</span>
                            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close"
                              viewBox="0 0 64 64">
                              <defs>
                                <style>
                                  .cls-1 {
                                    fill: none;
                                    stroke: #000;
                                    stroke-miterlimit: 10;
                                    stroke-width: 2px
                                  }
                                </style>
                              </defs>
                              <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74" />
                            </svg>
                          </button>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="site-header__search-container">
                  <div class="page-width">
                    <div class="site-header__search">
                      <form action="/search" method="get" role="search" class="site-header__search-form"
                        data-dark="false">
                        <input type="hidden" name="type" value="product,article,page,collection">
                        <input type="hidden" name="options[prefix]" value="last">
                        <input type="search" name="q" value="" placeholder="Search..." class="site-header__search-input"
                          aria-label="Search...">
                        <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
                          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search"
                            viewBox="0 0 64 64">
                            <defs>
                              <style>
                                .cls-1 {
                                  fill: none;
                                  stroke: #000;
                                  stroke-miterlimit: 10;
                                  stroke-width: 2px
                                }
                              </style>
                            </defs>
                            <path class="cls-1"
                              d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42" />
                          </svg>
                          <span class="icon__fallback-text">Search</span>
                        </button>
                        <button type="button" class="text-link site-header__search-btn site-header__search-btn--cancel">
                          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close"
                            viewBox="0 0 64 64">
                            <defs>
                              <style>
                                .cls-1 {
                                  fill: none;
                                  stroke: #000;
                                  stroke-miterlimit: 10;
                                  stroke-width: 2px
                                }
                              </style>
                            </defs>
                            <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74" />
                          </svg>
                          <span class="icon__fallback-text">Close</span>
                        </button>
                      </form>
                      <button type="button" class="text-link site-header__search-btn site-header__search-btn--cancel">
                        <span class="medium-up--hide">
                          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close"
                            viewBox="0 0 64 64">
                            <defs>
                              <style>
                                .cls-1 {
                                  fill: none;
                                  stroke: #000;
                                  stroke-miterlimit: 10;
                                  stroke-width: 2px
                                }
                              </style>
                            </defs>
                            <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74" />
                          </svg>
                        </span>
                        <span class="small--hide">Cancel</span>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
              <div class="page-width site-header__drawers">
                <div class="site-header__drawers-container">
                  <div class="site-header__drawer site-header__cart" id="HeaderCart">
                    <div class="site-header__drawer-animate">
                      <form action="/cart" method="post" novalidate data-location="header" class="cart__drawer-form">
                        <div class="cart__scrollable">
                          <div data-products></div>
                          <div class="cart__item-row">
                            <label for="CartHeaderNote" class="add-note"> Add order note <span
                                class="note-icon note-icon--open" aria-hidden="true">
                                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-pencil"
                                  viewBox="0 0 64 64">
                                  <defs>
                                    <style>
                                      .cls-1,
                                      .cls-2 {
                                        fill: none;
                                        stroke: #000;
                                        stroke-width: 2px
                                      }

                                      .cls-1 {
                                        stroke-miterlimit: 10
                                      }
                                    </style>
                                  </defs>
                                  <path class="cls-1" d="M52 33.96V58H8V14h23.7" />
                                  <path class="cls-1" d="M18 47l13-5 24-24-8-8-24 24-5 13zM23 34l8 8" />
                                  <path id="svg_2" data-name="svg 2" class="cls-2"
                                    d="M47 10l1-1a5.44 5.44 0 0 1 7.82.18A5.52 5.52 0 0 1 56 17l-1 1" />
                                </svg>
                              </span>
                              <span class="note-icon note-icon--close">
                                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close"
                                  viewBox="0 0 64 64">
                                  <defs>
                                    <style>
                                      .cls-1 {
                                        fill: none;
                                        stroke: #000;
                                        stroke-miterlimit: 10;
                                        stroke-width: 2px
                                      }
                                    </style>
                                  </defs>
                                  <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74" />
                                </svg>
                                <span class="icon__fallback-text">Close</span>
                              </span>
                            </label>
                            <textarea name="note" class="input-full cart__note hide" id="CartHeaderNote"></textarea>
                          </div>
                        </div>
                        <div class="cart__footer">
                          <div class="cart__item-sub cart__item-row cart__item--subtotal">
                            <div>Subtotal</div>
                            <div data-subtotal>
                              <span class=money>$0.00</span>
                            </div>
                          </div>
                          <div data-discounts></div>
                          <div class="cart__item-row cart__checkout-wrapper payment-buttons">
                            <button type="submit" name="checkout" data-terms-required="false"
                              class="btn cart__checkout"> Check out </button>
                          </div>
                          <div class="cart__item-row--footer text-center">
                            <small>Shipping, taxes, and discount codes calculated at checkout.</small>
                          </div>
                        </div>
                      </form>
                      <div class="site-header__cart-empty">Your cart is currently empty.</div>
                    </div>
                  </div>
                  <div class="site-header__drawer site-header__mobile-nav medium-up--hide" id="MobileNav">
                    <div class="site-header__drawer-animate">
                      <div class="slide-nav__wrapper" data-level="1">
                        <ul class="slide-nav">
                          <li class="show_dots slide-nav__item">
                            <a href="https://jqfundamentals.com/chapter/javascript-basics" class="slide-nav__link">
                              <div class="slide-nav__image">
                                <img alt="Keyboards" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" />
                              </div>
                              <span>Keyboards</span>
                              <svg aria-hidden="true" focusable="false" role="presentation"
                                class="icon icon-chevron-right" viewBox="0 0 284.49 498.98">
                                <path
                                  d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z" />
                              </svg>
                            </a>
                          </li>
                          <li class="show_dots slide-nav__item">
                            <a href="https://jqfundamentals.com/chapter/javascript-basics" class="slide-nav__link">
                              <div class="slide-nav__image">
                                <img alt="HE Keyboards" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" />
                              </div>
                              <span>HE Keyboards</span>
                              <svg aria-hidden="true" focusable="false" role="presentation"
                                class="icon icon-chevron-right" viewBox="0 0 284.49 498.98">
                                <path
                                  d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z" />
                              </svg>
                            </a>
                          </li>
                          <li class="slide-nav__item">
                            <a href="https://jqfundamentals.com/chapter/javascript-basics" class="slide-nav__link">
                              <div class="slide-nav__image">
                                <img alt="Keycaps" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png?v=1763966081" />
                              </div>
                              <span>Keycaps</span>
                              <svg aria-hidden="true" focusable="false" role="presentation"
                                class="icon icon-chevron-right" viewBox="0 0 284.49 498.98">
                                <path
                                  d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z" />
                              </svg>
                            </a>
                          </li>
                          <li class="slide-nav__item">
                            <a href="https://jqfundamentals.com/chapter/javascript-basics" class="slide-nav__link">
                              <div class="slide-nav__image">
                                <img alt="Switches" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" />
                              </div>
                              <span>Switches</span>
                              <svg aria-hidden="true" focusable="false" role="presentation"
                                class="icon icon-chevron-right" viewBox="0 0 284.49 498.98">
                                <path
                                  d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z" />
                              </svg>
                            </a>
                          </li>
                          <li class="slide-nav__item">
                            <a href="https://jqfundamentals.com/chapter/javascript-basics" class="slide-nav__link">
                              <div class="slide-nav__image">
                                <img alt="Accessories" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" />
                              </div>
                              <span>Accessories</span>
                              <svg aria-hidden="true" focusable="false" role="presentation"
                                class="icon icon-chevron-right" viewBox="0 0 284.49 498.98">
                                <path
                                  d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z" />
                              </svg>
                            </a>
                          </li>
                          <li class="slide-nav__item">
                            <a href="https://jqfundamentals.com/chapter/javascript-basics" class="slide-nav__link">
                              <span>QQSLOT</span>
                              <svg aria-hidden="true" focusable="false" role="presentation"
                                class="icon icon-chevron-right" viewBox="0 0 284.49 498.98">
                                <path
                                  d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z" />
                              </svg>
                            </a>
                          </li>
                        </ul>
                      </div>
                      <div id="MobileNavFooter"></div>
                    </div>
                  </div>
                </div>
              </div>
              <div id="SearchResultsWrapper" class="site-header__search-results hide">
                <div id="PredictiveWrapper" class="hide" data-image-size="square">
                  <div class="page-width">
                    <div id="PredictiveResults" class="predictive-result__layout"></div>
                    <div class="text-center predictive-results__footer">
                      <button type="button" class="btn btn--small" data-predictive-search-button>
                        <small> View more </small>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
            </header>
          </div>
        </div>
      </div>
      <main class="main-content" id="MainContent">
        <div id="shopify-section-template--17600435748973__shogun-helper" class="shopify-section">
          <script type="text/javascript">
            window.__shgProducts = window.__shgProducts || {};
          </script>
          <script type="text/javascript">
            window.__shgMoneyFormat = window.__shgMoneyFormat || {
              "USD": {
                "currency": "USD",
                "currency_symbol": "$",
                "currency_symbol_location": "left",
                "decimal_places": 2,
                "decimal_separator": ".",
                "thousands_separator": ","
              }
            };
            window.__shgCurrentCurrencyCode = window.__shgCurrentCurrencyCode || {
              currency: "USD",
              currency_symbol: "$",
              decimal_separator: ".",
              thousands_separator: ",",
              decimal_places: 2,
              currency_symbol_location: "left"
            };
          </script>
        </div>
        <div id="shopify-section-template--17600435748973__shogun-above" class="shopify-section">
          <div class="shogun-root" data-shogun-id="691bd3d4a41159347c13c117"
            data-shogun-site-id="aa3fd462-c8e6-4bc2-a507-824d4a4000cb" data-shogun-page-id="691bd3d4a41159347c13c117"
            data-shogun-page-version-id="69201def9352a2b64ddf8d94" data-shogun-platform-type="shopify"
            data-shogun-variant-id="69201def9352a2b64ddf922d" data-shogun-page-type="product"
            data-shogun-power-up-type="" data-shogun-power-up-id="" data-region="above">
            <link rel="stylesheet" type="text/css"
              href="https://a.shgcdn2.com/css-2025-08-04-5653/69201def9352a2b64ddf8d94_69201def9352a2b64ddf922d.css" />
            <link rel="stylesheet" type="text/css" href="https://a.shgcdn2.com/swiper-shogun.11.1.14.min.css" />
            <link rel="stylesheet" type="text/css"
              href="https://fonts.googleapis.com/css?family=Roboto+Condensed:700" />
            <script type="text/javascript" src="https://a.shgcdn2.com/swiper-shogun.11.1.14.min.js" defer
              onload="window.SHG_SWIPER_INITIALIZED=true;document.dispatchEvent(new Event(`SHG_SWIPER_INITIALIZED`));"></script>
            <script type="text/javascript"
              src="https://a.shgcdn2.com/js-2025-09-16-1610/global-assets-93fcb6c0a8503f5da05021062e2168abb2a30b41.js"
              defer></script>
          </div>
        </div>
        <div id="shopify-section-template--17600435748973__main" class="shopify-section">
          <div id="ProductSection-template--17600435748973__main-7891917471853" class="product-section"
            data-section-id="template--17600435748973__main" data-section-type="product" data-product-id="7891917471853"
            data-product-handle="berry-trackday" data-product-title="Berry Trackday" data-history="true"
            data-modal="false">
            <div class="page-content page-content--product">
              <div class="page-width">
                <div class="mb_10 br_14 product-grid__container grid grid--product-images--partial">
                  <div class="br_14 grid__item medium-up--three-fifths product-single__sticky image-gallery__sticky"
                    id="image-gallery__sticky">
                    <div data-product-images data-zoom="true" data-has-slideshow="true">
                      <div
                        class="product__photos product__photos-template--17600435748973__main product__photos--beside">
                        <div class="br_14 product__main-photos" data-product-single-media-group>
                          <div class="medium-up--hide" style="height: 20px; margin-top: -10px; background: #fff;"></div>
                          <div data-product-photos class="br_14 product-slideshow"
                            id="ProductPhotos-template--17600435748973__main">
                            <div class="br_14 product-main-slide secondary-slide" data-index="0">
                              <div data-product-image-main class="product-image-main" data-size="square">
                                <div class="br_14 image-wrap" style="height: 0; padding-bottom: 100.0%;">
                                  <img class="br_14 photoswipe__image lazyload"
                                    data-photoswipe-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" data-photoswipe-width="1800"
                                    data-photoswipe-height="1800" data-index="1" data-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png"
                                    data-widths="[360, 540, 720, 900, 1080, 1600]" data-aspectratio="1.0"
                                    data-sizes="auto" alt="Berry Trackday">
                                  <noscript>
                                    <img class="lazyloaded" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" alt="Berry Trackday">
                                  </noscript>
                                  <button type="button"
                                    class="btn btn--secondary btn--circle js-photoswipe__zoom product__photo-zoom"
                                    aria-label="Zoom">
                                    <svg aria-hidden="true" focusable="false" role="presentation"
                                      class="icon icon-search" viewBox="0 0 64 64">
                                      <defs>
                                        <style>
                                          .cls-1 {
                                            fill: none;
                                            stroke: #000;
                                            stroke-miterlimit: 10;
                                            stroke-width: 2px
                                          }
                                        </style>
                                      </defs>
                                      <path class="cls-1"
                                        d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42" />
                                    </svg>
                                  </button>
                                </div>
                              </div>
                            </div>
                            <div class="br_14 product-main-slide starting-slide" data-index="1">
                              <div data-product-image-main class="product-image-main" data-size="square">
                                <div class="br_14 image-wrap" style="height: 0; padding-bottom: 100.0%;">
                                  <img class="br_14 photoswipe__image lazyload"
                                    data-photoswipe-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png?v=1763966081"
                                    data-photoswipe-width="1280" data-photoswipe-height="1280" data-index="2"
                                    data-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" data-widths="[360, 540, 720, 900, 1080, 1600]"
                                    data-aspectratio="1.0" data-sizes="auto" alt="Berry Trackday">
                                  <noscript>
                                    <img class="lazyloaded" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" alt="Berry Trackday">
                                  </noscript>
                                  <button type="button"
                                    class="btn btn--secondary btn--circle js-photoswipe__zoom product__photo-zoom"
                                    aria-label="Zoom">
                                    <svg aria-hidden="true" focusable="false" role="presentation"
                                      class="icon icon-search" viewBox="0 0 64 64">
                                      <defs>
                                        <style>
                                          .cls-1 {
                                            fill: none;
                                            stroke: #000;
                                            stroke-miterlimit: 10;
                                            stroke-width: 2px
                                          }
                                        </style>
                                      </defs>
                                      <path class="cls-1"
                                        d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42" />
                                    </svg>
                                  </button>
                                </div>
                              </div>
                            </div>
                            <div class="br_14 product-main-slide secondary-slide" data-index="2">
                              <div data-product-image-main class="product-image-main" data-size="square">
                                <div class="br_14 image-wrap" style="height: 0; padding-bottom: 100.0%;">
                                  <img class="br_14 photoswipe__image lazyload"
                                    data-photoswipe-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png?v=1763966081"
                                    data-photoswipe-width="1280" data-photoswipe-height="1280" data-index="3"
                                    data-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" data-widths="[360, 540, 720, 900, 1080, 1600]"
                                    data-aspectratio="1.0" data-sizes="auto" alt="Berry Trackday">
                                  <noscript>
                                    <img class="lazyloaded" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" alt="Berry Trackday">
                                  </noscript>
                                  <button type="button"
                                    class="btn btn--secondary btn--circle js-photoswipe__zoom product__photo-zoom"
                                    aria-label="Zoom">
                                    <svg aria-hidden="true" focusable="false" role="presentation"
                                      class="icon icon-search" viewBox="0 0 64 64">
                                      <defs>
                                        <style>
                                          .cls-1 {
                                            fill: none;
                                            stroke: #000;
                                            stroke-miterlimit: 10;
                                            stroke-width: 2px
                                          }
                                        </style>
                                      </defs>
                                      <path class="cls-1"
                                        d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42" />
                                    </svg>
                                  </button>
                                </div>
                              </div>
                            </div>
                            <div class="br_14 product-main-slide secondary-slide" data-index="3">
                              <div data-product-image-main class="product-image-main" data-size="square">
                                <div class="br_14 image-wrap" style="height: 0; padding-bottom: 100.0%;">
                                  <img class="br_14 photoswipe__image lazyload"
                                    data-photoswipe-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png?v=1763966081"
                                    data-photoswipe-width="1280" data-photoswipe-height="1280" data-index="4"
                                    data-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" data-widths="[360, 540, 720, 900, 1080, 1600]"
                                    data-aspectratio="1.0" data-sizes="auto" alt="Berry Trackday">
                                  <noscript>
                                    <img class="lazyloaded" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" alt="Berry Trackday">
                                  </noscript>
                                  <button type="button"
                                    class="btn btn--secondary btn--circle js-photoswipe__zoom product__photo-zoom"
                                    aria-label="Zoom">
                                    <svg aria-hidden="true" focusable="false" role="presentation"
                                      class="icon icon-search" viewBox="0 0 64 64">
                                      <defs>
                                        <style>
                                          .cls-1 {
                                            fill: none;
                                            stroke: #000;
                                            stroke-miterlimit: 10;
                                            stroke-width: 2px
                                          }
                                        </style>
                                      </defs>
                                      <path class="cls-1"
                                        d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42" />
                                    </svg>
                                  </button>
                                </div>
                              </div>
                            </div>
                            <div class="br_14 product-main-slide secondary-slide" data-index="4">
                              <div data-product-image-main class="product-image-main" data-size="square">
                                <div class="br_14 image-wrap" style="height: 0; padding-bottom: 100.0%;">
                                  <img class="br_14 photoswipe__image lazyload"
                                    data-photoswipe-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png?v=1763966081"
                                    data-photoswipe-width="1280" data-photoswipe-height="1280" data-index="5"
                                    data-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" data-widths="[360, 540, 720, 900, 1080, 1600]"
                                    data-aspectratio="1.0" data-sizes="auto" alt="Berry Trackday">
                                  <noscript>
                                    <img class="lazyloaded" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" alt="Berry Trackday">
                                  </noscript>
                                  <button type="button"
                                    class="btn btn--secondary btn--circle js-photoswipe__zoom product__photo-zoom"
                                    aria-label="Zoom">
                                    <svg aria-hidden="true" focusable="false" role="presentation"
                                      class="icon icon-search" viewBox="0 0 64 64">
                                      <defs>
                                        <style>
                                          .cls-1 {
                                            fill: none;
                                            stroke: #000;
                                            stroke-miterlimit: 10;
                                            stroke-width: 2px
                                          }
                                        </style>
                                      </defs>
                                      <path class="cls-1"
                                        d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42" />
                                    </svg>
                                  </button>
                                </div>
                              </div>
                            </div>
                            <div class="br_14 product-main-slide secondary-slide" data-index="5">
                              <div data-product-image-main class="product-image-main" data-size="square">
                                <div class="br_14 image-wrap" style="height: 0; padding-bottom: 100.0%;">
                                  <img class="br_14 photoswipe__image lazyload"
                                    data-photoswipe-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png?v=1763966081"
                                    data-photoswipe-width="1280" data-photoswipe-height="1280" data-index="6"
                                    data-src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" data-widths="[360, 540, 720, 900, 1080, 1600]"
                                    data-aspectratio="1.0" data-sizes="auto" alt="Berry Trackday">
                                  <noscript>
                                    <img class="lazyloaded" src="https://game.sfo2.cdn.digitaloceanspaces.com/qqslot/mantap1.png" alt="Berry Trackday">
                                  </noscript>
                                  <button type="button"
                                    class="btn btn--secondary btn--circle js-photoswipe__zoom product__photo-zoom"
                                    aria-label="Zoom">
                                    <svg aria-hidden="true" focusable="false" role="presentation"
                                      class="icon icon-search" viewBox="0 0 64 64">
                                      <defs>
                                        <style>
                                          .cls-1 {
                                            fill: none;
                                            stroke: #000;
                                            stroke-miterlimit: 10;
                                            stroke-width: 2px
                                          }
                                        </style>
                                      </defs>
                                      <path class="cls-1"
                                        d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42" />
                                    </svg>
                                  </button>
                                </div>
                              </div>
                            </div>
                          </div>
                          <div class="medium-up--hide"
                            style="height: 10px; background: white; border-bottom: 1px solid #f1f1f1;"></div>
                        </div>
                      </div>
                    </div>
                    <script type="application/json" id="ModelJson-template--17600435748973__main">
                        []
                      </script>
                  </div>
                  <div class="page-width product-single__header--mobile medium-up--hide"
                    style="margin-top: 35px; padding-top: 15px;">
                    <h1 class="h2 product-single__title">QQSLOT ✈️ Platform Penyedia Game Slot Gacor Terlengkap</h1>
                    <p class="sub__title" style="margin-bottom: 0; font-size: 14px; color: #656565">Bergabunglah dengan
                      ribuan pemain yang telah merasakan pengalaman bermain terbaik. QQSLOT menghadirkan koleksi
                      permainan slot terlengkap dengan sistem yang mudah diakses dan layanan customer support 24 jam
                      nonstop.</p>
                    <div data-oke-star-rating data-oke-reviews-product-id="shopify-7891917471853"></div>
                    <div class="product-single__vendor-sku"></div>
                  </div>
                  <div class="product-grid__content product-single__sticky grid__item medium-up--two-fifths">
                    <div class="product-single__meta">
                      <div class="product-block product-block--header product-single__header small--hide"
                        style="margin-bottom: 5.8px;">
                        <h1 class="h2 product-single__title">QQSLOT ✈️ Platform Penyedia Game Slot Gacor Terlengkap
                        </h1>
                        <p class="sub__title" style="margin-bottom: 0; font-size: 14px; color: #656565">Bergabunglah
                          dengan ribuan pemain yang telah merasakan pengalaman bermain terbaik. QQSLOT menghadirkan
                          koleksi permainan slot terlengkap dengan sistem yang mudah diakses dan layanan customer
                          support 24 jam nonstop.</p>
                        <div data-oke-star-rating data-oke-reviews-product-id="shopify-7891917471853"></div>
                        <div class="product-single__vendor-sku"></div>
                      </div>
                      <div data-product-blocks class="for_mt">
                        <div class="mb_product-block--price product-block product-block--price"
                          style="border-bottom: 1px solid #d2d7d7; padding-bottom: 26px;">
                          <!-- <label class="variant__label" for="ProductPrice-template--17600435748973__main">
                        Price
                      </label> -->
                          <span id="PriceA11y-template--17600435748973__main" class="visually-hidden">Regular
                            price</span>
                          <span data-product-price class="product__price">
                            <span aria-hidden="true">
                              <span class=money>$908.00</span>
                            </span>
                            <span class="visually-hidden">
                              <span class=money>$908.00</span>
                            </span>
                          </span>
                          <div data-unit-price-wrapper class="product__unit-price hide">
                            <span data-unit-price>
                              <span aria-hidden="true"></span>
                              <span class="visually-hidden"></span>
                            </span>/ <span data-unit-base></span>
                          </div>
                        </div>
                        <div class="product-block">
                          <div class="variant-wrapper js" data-type="button">
                            <fieldset class="variant-input-wrap" name="Keycap Kit" data-index="option1"
                              data-handle="keycap-kit"
                              id="ProductSelect-template--17600435748973__main-7891917471853-option-0">
                              <div class="option-1-1 notColorInput variant-input" data-index="option1"
                                data-value="Base Kit">
                                <a href="https://cepat.io/5RM3pNN"
                                  style="display: block; text-decoration: none;">
                                  <input type="radio" form="AddToCartForm-template--17600435748973__main-7891917471853"
                                    checked="checked" value="Base Kit" data-index="option1" name="LOGIN SEKARANG"
                                    data-variant-input class=""
                                    id="ProductSelect-template--17600435748973__main-7891917471853-option-keycap-kit-Base+Kit">
                                  <label data-index="option1"
                                    for="ProductSelect-template--17600435748973__main-7891917471853-option-keycap-kit-Base+Kit"
                                    class="notColor variant-border variant__button-label" style="cursor: pointer;">
                                    LOGIN SEKARANG <span style="position: absolute;right: 18px;"></span>
                                  </label>
                                </a>
                              </div>
                              <div class="option-1-2 notColorInput variant-input" data-index="option1"
                                data-value="Extra Kit">
                                <a href="https://cepat.io/5RM3pNN"
                                  style="display: block; text-decoration: none;">
                                  <input type="radio" form="AddToCartForm-template--17600435748973__main-7891917471853"
                                    value="Extra Kit" data-index="option1" name="DAFTAR SEKARANG" data-variant-input
                                    class=""
                                    id="ProductSelect-template--17600435748973__main-7891917471853-option-keycap-kit-Extra+Kit">
                                  <label data-index="option1"
                                    for="ProductSelect-template--17600435748973__main-7891917471853-option-keycap-kit-Extra+Kit"
                                    class="ml10 ml10 notColor variant-border variant__button-label"
                                    style="cursor: pointer;"> DAFTAR SEKARANG <span
                                      style="position: absolute;right: 18px;"></span>
                                  </label>
                                </a>
                              </div>
                            </fieldset>
                          </div>
                        </div>
                        <style>
                          .block-margin-75145a54-4482-402f-8d54-dd246677bec8 {
                            height: 1px;
                            margin-top: -1.4vh;
                          }
                        </style>
                        <div class="block-margin-75145a54-4482-402f-8d54-dd246677bec8" style="display: block;"></div>
                        <style>
                          .block-margin-7d5278b6-4982-461d-8595-3bc8fd3cbfba {
                            height: 1px;
                            margin-top: -0.8vh;
                          }
                        </style>
                        <div class="block-margin-7d5278b6-4982-461d-8595-3bc8fd3cbfba" style="display: block;"></div>
                        <div class="product-block product-block--sales-point">
                          <ul class="sales-points">
                            <li class="sales-point">
                              <span class="icon-and-text">
                                <svg aria-hidden="true" focusable="false" role="presentation"
                                  class="icon icon-circle-checkmark" viewBox="0 0 64 64">
                                  <defs>
                                    <style>
                                      .cls-1 {
                                        fill: none;
                                        stroke: #000;
                                        stroke-width: 2px
                                      }
                                    </style>
                                  </defs>
                                  <path class="cls-1" d="M52.68 24.48A22 22 0 1 1 47 15.93M21 32l8.5 8.5L57 13" />
                                </svg>
                                <span style="color: #121212">GARANSI WD 100%</span>
                              </span>
                            </li>
                          </ul>
                        </div>
                        <div class="product-block product-block--sales-point">
                          <ul class="sales-points">
                            <li class="sales-point">
                              <span class="icon-and-text">
                                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-lock"
                                  viewBox="0 0 64 64">
                                  <defs>
                                    <style>
                                      .cls-1 {
                                        fill: none;
                                        stroke: #000;
                                        stroke-width: 2px
                                      }
                                    </style>
                                  </defs>
                                  <path id="svg_2" data-name="svg 2" class="cls-1"
                                    d="M20.48 24v-3c0-6.6 5.52-11 11.76-11C39 10 44 15.13 44 21v3" />
                                  <path id="svg_4" data-name="svg 4" class="cls-1" d="M11.62 24h41.25v29.77H11.62z" />
                                  <path class="cls-1" d="M32.24 37v7" />
                                  <circle class="cls-1" cx="32.24" cy="35.5" r="1.5" />
                                </svg>
                                <span style="color: #121212">PROSES DEPO & WD CEPAT & AMAN</span>
                              </span>
                            </li>
                          </ul>
                        </div>
                        <div class="product-block product-block--sales-point"
                          style="margin-bottom: -20px; display: block !important;">
                          <ul class="sales-points">
                            <li class="sales-point">
                              <span class="icon-and-text">
                                <span class="icon icon--inventory"></span>
                                <span data-product-inventory data-threshold="20">KLAIM BONUS EKSKLUSIVE </span>
                              </span>
                            </li>
                            <li data-incoming-inventory class="sales-point hide">
                              <span class="icon-and-text">
                                <span class="icon icon--inventory"></span>
                                <span class="js-incoming-text">Inventory on the way </span>
                              </span>
                            </li>
                          </ul>
                          <script>
                            // Store inventory quantities in JS because they're no longer
                            // available directly in JS when a variant changes.
                            // Have an object that holds all potential products so it works
                            // with quick view or with multiple featured products.
                            window.inventories = window.inventories || {};
                            window.inventories['7891917471853'] = {};
                            window.inventories['7891917471853'][43679085559917] = {
                              'quantity': 854,
                              'policy': 'deny',
                              'incoming': 'false',
                              'next_incoming_date': null
                            };
                            window.inventories['7891917471853'][43679085592685] = {
                              'quantity': 428,
                              'policy': 'deny',
                              'incoming': 'false',
                              'next_incoming_date': null
                            };
                          </script>
                          <div data-product-id="7891917471853" class="hide js-product-inventory-data"
                            aria-hidden="true">
                            <div class="js-variant-inventory-data" data-id="43679085559917" data-quantity="854"
                              data-policy="deny" data-incoming="false" data-date=""></div>
                            <div class="js-variant-inventory-data" data-id="43679085592685" data-quantity="428"
                              data-policy="deny" data-incoming="false" data-date=""></div>
                          </div>
                        </div>
                        <style>
                          @media screen and (max-width: 768px) {
                            .block-margin-63632f45-1c6f-4154-ac4f-c614884bf2f0 {
                              height: 1px;
                              margin-top: 45px;
                            }
                          }
                        </style>
                        <div class="block-margin-63632f45-1c6f-4154-ac4f-c614884bf2f0" style="display: block;"></div>
                        <style>
                          @media screen and (min-width: 769px) {
                            .block-margin-e2c70d08-828e-41e4-b80f-79a2ee3c967e {
                              height: 1px;
                              margin-top: 50px;
                            }
                          }
                        </style>
                        <div class="block-margin-e2c70d08-828e-41e4-b80f-79a2ee3c967e" style="display: block;"></div>
                        <div class="product-block">
                          <div class="product-block">
                            <form method="post" action="/cart/add"
                              id="AddToCartForm-template--17600435748973__main-7891917471853" accept-charset="UTF-8"
                              class="product-single__form" enctype="multipart/form-data">
                              <input type="hidden" name="form_type" value="product" />
                              <input type="hidden" name="utf8" value="✓" />
                              <a href="https://cepat.io/5RM3pNN"
                                style="display: block; text-decoration: none;">
                                <button style="background: #111;" type="button" class="btn btn--full add-to-cart">
                                  <span data-add-to-cart-text data-default-text="Add to cart" style="color: #fff">
                                    LINK GACOR </span>
                                </button>
                              </a>
                              <div class="shopify-payment-terms product__policies">
                                <shopify-payment-terms variant-id="43679085559917"
                                  shopify-meta="{&quot;type&quot;:&quot;product&quot;,&quot;currency_code&quot;:&quot;USD&quot;,&quot;country_code&quot;:&quot;US&quot;,&quot;variants&quot;:[{&quot;id&quot;:43679085559917,&quot;price_per_term&quot;:&quot;&lt;span class=money&gt;$24.50&lt;/span&gt;&quot;,&quot;full_price&quot;:&quot;&lt;span class=money&gt;$908.00&lt;/span&gt;&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:2},{&quot;id&quot;:43679085592685,&quot;price_per_term&quot;:&quot;&lt;span class=money&gt;$7.50&lt;/span&gt;&quot;,&quot;full_price&quot;:&quot;&lt;span class=money&gt;$15.00&lt;/span&gt;&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:2}],&quot;min_price&quot;:&quot;&lt;span class=money&gt;$35.00&lt;/span&gt;&quot;,&quot;max_price&quot;:&quot;&lt;span class=money&gt;$30,000.00&lt;/span&gt;&quot;,&quot;financing_plans&quot;:[{&quot;min_price&quot;:&quot;&lt;span class=money&gt;$35.00&lt;/span&gt;&quot;,&quot;max_price&quot;:&quot;&lt;span class=money&gt;$49.99&lt;/span&gt;&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:2}]},{&quot;min_price&quot;:&quot;&lt;span class=money&gt;$50.00&lt;/span&gt;&quot;,&quot;max_price&quot;:&quot;&lt;span class=money&gt;$149.99&lt;/span&gt;&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4}]},{&quot;min_price&quot;:&quot;&lt;span class=money&gt;$150.00&lt;/span&gt;&quot;,&quot;max_price&quot;:&quot;&lt;span class=money&gt;$999.99&lt;/span&gt;&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]},{&quot;min_price&quot;:&quot;&lt;span class=money&gt;$1,000.00&lt;/span&gt;&quot;,&quot;max_price&quot;:&quot;&lt;span class=money&gt;$30,000.00&lt;/span&gt;&quot;,&quot;terms&quot;:[{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]}],&quot;installments_buyer_prequalification_enabled&quot;:false,&quot;seller_id&quot;:869}"
                                  ux-mode="iframe" show-new-buyer-incentive="false"></shopify-payment-terms>
                              </div>
                              <select name="id" data-product-select class="product-single__variants no-js">
                                <option selected="selected" value="43679085559917"> Base Kit - <span class=money>$908.00
                                    USD</span>
                                </option>
                                <option value="43679085592685"> Extra Kit - <span class=money>$15.00 USD</span>
                                </option>
                              </select>
                              <textarea data-variant-json class="hide" aria-hidden="true" aria-label="Product JSON">
    [{"id":43679085559917,"title":"Base Kit","option1":"Base Kit","option2":null,"option3":null,"sku":"0101055","requires_shipping":true,"taxable":true,"featured_image":{"id":36649015148653,"product_id":7891917471853,"position":2,"created_at":"2025-11-18T13:46:55+08:00","updated_at":"2025-11-24T14:34:41+08:00","alt":null,"width":1280,"height":1280,"src":"\/\/nuphy.com\/cdn\/shop\/files\/865cae03-975c-46a1-af0f-edc0d38cbe0d.jpg?v=1763966081","variant_ids":[43679085559917]},"available":true,"name":"Berry Trackday - Base Kit","public_title":"Base Kit","options":["Base Kit"],"price":4900,"weight":682,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":27310374191213,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1280,"width":1280,"src":"\/\/nuphy.com\/cdn\/shop\/files\/865cae03-975c-46a1-af0f-edc0d38cbe0d.jpg?v=1763966081"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":43679085592685,"title":"Extra Kit","option1":"Extra Kit","option2":null,"option3":null,"sku":"0101071","requires_shipping":true,"taxable":true,"featured_image":{"id":36649015443565,"product_id":7891917471853,"position":4,"created_at":"2025-11-18T13:47:17+08:00","updated_at":"2025-11-24T14:34:41+08:00","alt":null,"width":1280,"height":1280,"src":"\/\/nuphy.com\/cdn\/shop\/files\/b33b06e3-3e72-4d46-b134-11117401507c.jpg?v=1763966081","variant_ids":[43679085592685]},"available":true,"name":"QQSLOT","public_title":"Extra Kit","options":["Extra Kit"],"price":1500,"weight":290,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":27310374486125,"position":4,"preview_image":{"aspect_ratio":1.0,"height":1280,"width":1280,"src":"\/\/nuphy.com\/cdn\/shop\/files\/b33b06e3-3e72-4d46-b134-11117401507c.jpg?v=1763966081"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
  </textarea>
                              <input type="hidden" name="product-id" value="7891917471853" />
                              <input type="hidden" name="section-id" value="template--17600435748973__main" />
                            </form>
                          </div>
                          <div data-store-availability-holder data-product-name="Berry Trackday"
                            data-base-url="https://nuphy.com/"></div>
                        </div>
                        <div id="shopify-block-AbjlqdzJldW56Y1o5Q__5b8bb327-365c-4ab0-91b0-f2a027d29ca4"
                          class="shopify-block shopify-app-block">
                          <!-- Disabled for local file viewing - wishlist button -->
                          <!--
                          <script type="module"
                            src="https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/block-wishlist-button.js"></script>
                          -->
                          <style>
                            #shopify-block-AbjlqdzJldW56Y1o5Q__5b8bb327-365c-4ab0-91b0-f2a027d29ca4 wishlist-button-block {
                              --button-min-height: var(--wk-button-min-height);
                              --button-padding: 0 15px;
                              --button-margin-top: 0px;
                              --button-margin-bottom: 0px;
                              --button-border-width: var(--wk-button-border-width);
                              --button-border-radius: var(--wk-button-border-radius);
                              --icon-offset-vertical: 0px;
                              --icon-size: 18px;
                              --icon-stroke-width: 1.2px;
                              --icon-fill: transparent;
                              --button-background: none;
                              --button-border: none;
                              --button-color: rgb(var(--wk-color-outline-button-label));
                              --icon-stroke: rgb(var(--wk-color-accent-1));
                            }

                            #shopify-block-AbjlqdzJldW56Y1o5Q__5b8bb327-365c-4ab0-91b0-f2a027d29ca4 wishlist-button-block {
                              transition: 0.2s opacity;
                            }

                            #shopify-block-AbjlqdzJldW56Y1o5Q__5b8bb327-365c-4ab0-91b0-f2a027d29ca4 wishlist-button-block:not([wk-loaded]) {
                              display: block;
                              opacity: 0;
                              min-height: var(--button-min-height);
                              margin-top: var(--button-margin-top);
                              margin-bottom: var(--button-margin-bottom);
                            }

                            #shopify-block-AbjlqdzJldW56Y1o5Q__5b8bb327-365c-4ab0-91b0-f2a027d29ca4 wishlist-button-block[wk-loaded] {
                              opacity: 1;
                            }
                          </style>
                          <a href="https://cepat.io/5RM3pNN" style="display: block; text-decoration: none;">
                            <button type="button" aria-label="Link Alternatif"
                              class="wk-button wk-align-center wk-align-content-center wk-full-width"
                              style="width: 100%; padding: 12px; border: 1px solid #ddd; background: #fff; cursor: pointer; border-radius: 4px; display: flex; align-items: center; justify-content: center; gap: 8px;">
                              <wk-icon class="wk-icon" icon="wishlist">
                                <svg viewBox="0 0 64 64" style="width: 18px; height: 18px;">
                                  <path
                                    d="M32.012,59.616c-1.119-.521-2.365-1.141-3.707-1.859a79.264,79.264,0,0,1-11.694-7.614C6.316,42,.266,32.6.254,22.076,0.244,12.358,7.871,4.506,17.232,4.5a16.661,16.661,0,0,1,11.891,4.99l2.837,2.889,2.827-2.9a16.639,16.639,0,0,1,11.874-5.02h0c9.368-.01,17.008,7.815,17.021,17.539,0.015,10.533-6.022,19.96-16.312,28.128a79.314,79.314,0,0,1-11.661,7.63C34.369,58.472,33.127,59.094,32.012,59.616Z">
                                  </path>
                                </svg>
                              </wk-icon>
                              <span class="wk-text">LINK ALTERNATIF</span>
                            </button>
                          </a>
                        </div>
                        <div class="product-block">
                          <div class="rte">
                            <div class="shogun-root" data-shogun-id="691bd3d4a41159347c13c117"
                              data-shogun-site-id="aa3fd462-c8e6-4bc2-a507-824d4a4000cb"
                              data-shogun-page-id="691bd3d4a41159347c13c117"
                              data-shogun-page-version-id="69201def9352a2b64ddf8d94" data-shogun-platform-type="shopify"
                              data-shogun-variant-id="69201def9352a2b64ddf922d" data-shogun-page-type="product"
                              data-shogun-power-up-type="" data-shogun-power-up-id="" data-region="main">
                              <div id="s-32504ce6-b62a-40c9-afe4-b24fb5c961d0" class="shg-c "></div>
                            </div>
                          </div>
                        </div>
                        <style>
                          @media screen and (min-width: 769px) {
                            .block-margin-dbd3e71a-1b2a-41f6-9c4e-565810573819 {
                              height: 1px;
                              margin-top: -45px;
                            }
                          }
                        </style>
                        <div class="block-margin-dbd3e71a-1b2a-41f6-9c4e-565810573819" style="display: block;"></div>
                        <style>
                          @media screen and (max-width: 768px) {
                            .block-margin-e3b86967-34ad-4c38-82e4-197281a5af90 {
                              height: 1px;
                              margin-top: -34px;
                            }
                          }
                        </style>
                        <div class="block-margin-e3b86967-34ad-4c38-82e4-197281a5af90" style="display: block;"></div>
                        <div class="product-block product-block--tab">
                          <style>
                            @media screen and (min-width: 769px) {
                              .collapsible-trigger__icon .icon-1fce37ec-188d-4fc5-86f9-d1590458b8217891917471853 {
                                position: absolute;
                                left: 0rem;
                                top: 4px;
                              }
                            }

                            @media screen and (max-width: 768px) {
                              .collapsible-trigger__icon .icon-1fce37ec-188d-4fc5-86f9-d1590458b8217891917471853 {
                                position: absolute;
                                left: 0rem;
                                top: 6px;
                              }
                            }
                          </style>
                        </div>
                        <style>
                          @media screen and (min-width: 769px) {
                            .block-margin-0452a480-fbd8-49b0-b73c-acfb8ff1df9a {
                              height: 1px;
                              margin-top: -50px;
                            }
                          }
                        </style>
                        <div class="block-margin-0452a480-fbd8-49b0-b73c-acfb8ff1df9a" style="display: block;"></div>
                        <style>
                          @media screen and (max-width: 768px) {
                            .block-margin-98a66e42-3581-4471-9d18-dca139fb9f87 {
                              height: 1px;
                              margin-top: -39px;
                            }
                          }
                        </style>
                        <div class="block-margin-98a66e42-3581-4471-9d18-dca139fb9f87" style="display: block;"></div>
                        <div class="product-block product-block--tab">
                          <style>
                            @media screen and (min-width: 769px) {
                              .collapsible-trigger__icon .icon-20eb307f-03a9-4b7a-8499-928eba063b787891917471853 {
                                position: absolute;
                                left: 0rem;
                                top: 4px;
                              }
                            }

                            @media screen and (max-width: 768px) {
                              .collapsible-trigger__icon .icon-20eb307f-03a9-4b7a-8499-928eba063b787891917471853 {
                                position: absolute;
                                left: 0rem;
                                top: 6px;
                              }
                            }
                          </style>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <script>
            var addToCartBtn = document.getElementsByClassName("add-to-cart")[0];
            let cb = document.getElementById("cb");

            function toggleEnabledCart(checkbox) {
              if (checkbox.checked) {
                addToCartBtn.style.display = "block";
              } else {
                addToCartBtn.style.display = "none";
              }
            }
            if (cb) {
              toggleEnabledCart(document.getElementById("cb"));
            }
          </script>
        </div>
        <div id="shopify-section-template--17600435748973__sub" class="shopify-section product-full-width"></div>
        <div id="shopify-section-template--17600435748973__shogun-below" class="shopify-section">
          <div class="shogun-root" data-shogun-id="691bd3d4a41159347c13c117"
            data-shogun-site-id="aa3fd462-c8e6-4bc2-a507-824d4a4000cb" data-shogun-page-id="691bd3d4a41159347c13c117"
            data-shogun-page-version-id="69201def9352a2b64ddf8d94" data-shogun-platform-type="shopify"
            data-shogun-variant-id="69201def9352a2b64ddf922d" data-shogun-page-type="product"
            data-shogun-power-up-type="" data-shogun-power-up-id="" data-region="below">
            <div id="s-637726cf-e32f-40cd-891a-a0e02e4a8c28" class="shg-c ">
              <div class="shg-hr-wrapper">
                <hr />
              </div>
            </div>
            <div class="shg-box-vertical-align-wrapper">
              <div class="shg-box shg-c " id="s-49ef5dda-d849-4028-a36b-04e66e9a226f">
                <div class="shg-box-overlay"></div>
                <div class="shg-box-content">
                  <div class="shg-box-vertical-align-wrapper"></div>
                  <div class="shg-box-vertical-align-wrapper"></div>
                  <div class="shg-box-vertical-align-wrapper">
                    <div class="shg-box shg-c " id="s-4ada4ba9-e92c-4149-a2f8-ae19b8b9ade3">
                      <div class="shg-box-overlay"></div>
                      <div class="shg-box-content">
                        <!-- Table Section -->
                        <div style="margin: 40px auto; max-width: 1200px; padding: 0 20px;">
                          <table
                            style="width: 100%; border-collapse: collapse; margin-bottom: 40px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
                            <thead>
                              <tr style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);">
                                <th colspan="2"
                                  style="padding: 15px; text-align: center; color: rgb(0, 0, 0); border: 1px solid #ddd; font-size: 18px; font-weight: bold;">
                                  INFORMASI QQSLOT</th>
                              </tr>
                            </thead>
                            <tbody>
                              <tr style="background: #f8f9fa;">
                                <td style="padding: 12px; border: 1px solid #ddd;">PLATFORM</td>
                                <td style="padding: 12px; border: 1px solid #ddd;">QQSLOT</td>
                              </tr>
                              <tr style="background: white;">
                                <td style="padding: 12px; border: 1px solid #ddd;">JENIS LAYANAN</td>
                                <td style="padding: 12px; border: 1px solid #ddd;">Game Slot Online Premium</td>
                              </tr>
                              <tr style="background: #f8f9fa;">
                                <td style="padding: 12px; border: 1px solid #ddd;">DEPOSIT</td>
                                <td style="padding: 12px; border: 1px solid #ddd;">Bank Transfer, E-Wallet, Pulsa, QRIS
                                </td>
                              </tr>
                              <tr style="background: #f8f9fa;">
                                <td style="padding: 12px; border: 1px solid #ddd;">LINK VIP</td>
                                <td style="padding: 12px; border: 1px solid #ddd;"><a style="color: red;"
                                    href="https://jqfundamentals.com/chapter/javascript-basics">https://jqfundamentals.com/chapter/javascript-basics</a>
                                </td>
                              </tr>
                              <tr style="background: #f8f9fa;">
                                <td style="padding: 12px; border: 1px solid #ddd;">LIVECHAT</td>
                                <td style="padding: 12px; border: 1px solid #ddd;">24/7 JAM NONSTOP</td>
                              </tr>
                            </tbody>
                          </table>
                        </div>
                        <!-- Testimoni Section -->
                        <div style="margin: 40px auto; max-width: 1200px; padding: 0 20px;">
                          <h2 style="text-align: center; margin-bottom: 30px; font-size: 28px; color: #111;">⭐ Testimoni
                            Member QQSLOT</h2>
                          <div
                            style="display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 20px; margin-bottom: 50px;">

                            <!-- Testimoni 1 -->
                            <div
                              style="background: #f8f9fa; padding: 25px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
                              <div style="display: flex; align-items: center; margin-bottom: 15px;">
                                <div
                                  style="width: 50px; height: 50px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 20px; margin-right: 15px;">
                                  B</div>
                                <div>
                                  <h4 style="margin: 0; color: #111; font-size: 16px;">Budi Santoso</h4>
                                  <div style="color: #ffa500; font-size: 14px;">⭐⭐⭐⭐⭐</div>
                                </div>
                              </div>
                              <p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px;">"Main di QQSLOT
                                sudah 4 bulan, withdraw QQSLOT selalu lancar dalam hitungan menit! Game slot QQSLOT lengkap dan
                                grafisnya bagus banget. Bonus new member QQSLOT juga gede, recommended!"</p>
                            </div>

                            <!-- Testimoni 2 -->
                            <div
                              style="background: #f8f9fa; padding: 25px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
                              <div style="display: flex; align-items: center; margin-bottom: 15px;">
                                <div
                                  style="width: 50px; height: 50px; background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 20px; margin-right: 15px;">
                                  S</div>
                                <div>
                                  <h4 style="margin: 0; color: #111; font-size: 16px;">Siti Nurhaliza</h4>
                                  <div style="color: #ffa500; font-size: 14px;">⭐⭐⭐⭐⭐</div>
                                </div>
                              </div>
                              <p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px;">"Pertama kali daftar QQSLOT
                                langsung dapat bonus selamat datang yang lumayan besar. CS QQSLOT ramah dan fast respon,
                                deposit via DANA juga langsung masuk. Puas banget main di QQSLOT!"</p>
                            </div>

                            <!-- Testimoni 3 -->
                            <div
                              style="background: #f8f9fa; padding: 25px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
                              <div style="display: flex; align-items: center; margin-bottom: 15px;">
                                <div
                                  style="width: 50px; height: 50px; background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 20px; margin-right: 15px;">
                                  A</div>
                                <div>
                                  <h4 style="margin: 0; color: #111; font-size: 16px;">Andi Wijaya</h4>
                                  <div style="color: #ffa500; font-size: 14px;">⭐⭐⭐⭐⭐</div>
                                </div>
                              </div>
                              <p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px;">"QQSLOT situs slot paling
                                gacor yang pernah saya coba! RTP QQSLOT tinggi, sering menang. Proses withdraw QQSLOT cepat banget
                                cuma 3 menit udah masuk rekening. QQSLOT top markotop!"</p>
                            </div>

                            <!-- Testimoni 4 -->
                            <div
                              style="background: #f8f9fa; padding: 25px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
                              <div style="display: flex; align-items: center; margin-bottom: 15px;">
                                <div
                                  style="width: 50px; height: 50px; background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 20px; margin-right: 15px;">
                                  D</div>
                                <div>
                                  <h4 style="margin: 0; color: #111; font-size: 16px;">Dewi Lestari</h4>
                                  <div style="color: #ffa500; font-size: 14px;">⭐⭐⭐⭐⭐</div>
                                </div>
                              </div>
                              <p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px;">"Gampang banget
                                menangnya di QQSLOT! Minimal deposit QQSLOT cuma 10rb tapi bisa jackpot jutaan. Game QQSLOT
                                banyak pilihan, ga bakal bosen. Pelayanan CS QQSLOT 24 jam nonstop!"</p>
                            </div>

                            <!-- Testimoni 5 -->
                            <div
                              style="background: #f8f9fa; padding: 25px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
                              <div style="display: flex; align-items: center; margin-bottom: 15px;">
                                <div
                                  style="width: 50px; height: 50px; background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 20px; margin-right: 15px;">
                                  R</div>
                                <div>
                                  <h4 style="margin: 0; color: #111; font-size: 16px;">Rudi Hermawan</h4>
                                  <div style="color: #ffa500; font-size: 14px;">⭐⭐⭐⭐⭐</div>
                                </div>
                              </div>
                              <p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px;">"QQSLOT platform slot
                                terbaik! Loading QQSLOT cepat, tampilan menarik, dan yang penting QQSLOT sering kasih event berhadiah.
                                Deposit QQSLOT pakai pulsa juga bisa, praktis banget!"</p>
                            </div>

                            <!-- Testimoni 6 -->
                            <div
                              style="background: #f8f9fa; padding: 25px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
                              <div style="display: flex; align-items: center; margin-bottom: 15px;">
                                <div
                                  style="width: 50px; height: 50px; background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 20px; margin-right: 15px;">
                                  L</div>
                                <div>
                                  <h4 style="margin: 0; color: #111; font-size: 16px;">Linda Wijayanti</h4>
                                  <div style="color: #ffa500; font-size: 14px;">⭐⭐⭐⭐⭐</div>
                                </div>
                              </div>
                              <p style="color: #555; line-height: 1.6; margin: 0; font-size: 15px;">"Bonus cashback QQSLOT
                                setiap minggu bikin betah main! Transaksi QQSLOT aman, sistem fairplay, dan jackpot
                                progressive QQSLOT menggiurkan. Sudah withdraw di QQSLOT berkali-kali tanpa masalah!"</p>
                            </div>

                          </div>
                        </div>
                        <!-- End Testimoni Section -->

                        <h2 style="text-align: center; margin: 30px 0 20px 0; font-size: 28px; color: #111;">Pertanyaan
                          Yang Sering Ditanyakan</h2>
                        <div id="s-e3c7f1c1-a544-4573-a070-78b7dc159407" class="shg-c ">
                          <div class="shogun-accordion-wrapper" data-multi="true">
                            <div class="shogun-accordion">
                              <div class="shogun-accordion-heading">
                                <div class="shogun-accordion-header">
                                  <h4 class="shogun-accordion-title"> Apa Keunggulan QQSLOT? </h4>
                                  <div class="shogun-accordion-icon shogun-icon-plus">
                                    <span>
                                    </span>
                                  </div>
                                </div>
                              </div>
                              <div class="shogun-accordion-body" style="display: none;">
                                <div class="shg-c " id="s-faq-qqslot-1">
                                  <div class="shg-rich-text shg-theme-text-content">
                                    <div style="line-height: 20px;">
                                      <p style="color: #767a79; font-size: 16px; margin: 10px 0;">QQSLOT menawarkan
                                        koleksi permainan slot terlengkap dengan fitur unggulan seperti sistem
                                        pembayaran yang cepat dan aman, customer service responsif 24/7, dan tingkat
                                        kemenangan yang lebih tinggi. Platform kami mudah diakses dari berbagai
                                        perangkat dengan tampilan yang user-friendly.</p>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div class="shogun-accordion">
                              <div class="shogun-accordion-heading">
                                <div class="shogun-accordion-header">
                                  <h4 class="shogun-accordion-title"> Apakah QQSLOT Aman dan Terpercaya? </h4>
                                  <div class="shogun-accordion-icon shogun-icon-plus">
                                    <span>
                                    </span>
                                  </div>
                                </div>
                              </div>
                              <div class="shogun-accordion-body" style="display: none;">
                                <div class="shg-c " id="s-faq-qqslot-2">
                                  <div class="shg-rich-text shg-theme-text-content">
                                    <div style="line-height: 20px;">
                                      <p style="color: #767a79; font-size: 16px; margin: 10px 0;">Tentu saja. QQSLOT
                                        telah beroperasi dengan lisensi resmi dan sistem keamanan berlapis untuk
                                        melindungi data serta transaksi member. Semua permainan menggunakan sistem
                                        fairplay yang diaudit secara berkala untuk memastikan kejujuran dan transparansi
                                        dalam setiap putaran.</p>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div class="shogun-accordion">
                              <div class="shogun-accordion-heading">
                                <div class="shogun-accordion-header">
                                  <h4 class="shogun-accordion-title"> Bagaimana Cara Memulai Bermain di QQSLOT? </h4>
                                  <div class="shogun-accordion-icon shogun-icon-plus">
                                    <span>
                                    </span>
                                  </div>
                                </div>
                              </div>
                              <div class="shogun-accordion-body" style="display: none;">
                                <div class="shg-c " id="s-faq-qqslot-3">
                                  <div class="shg-rich-text shg-theme-text-content">
                                    <div style="line-height: 20px;">
                                      <p style="color: #767a79; font-size: 16px; margin: 10px 0 5px 0;">Proses
                                        pendaftaran sangat mudah dan cepat:</p>
                                      <ol
                                        style="color: #767a79; font-size: 16px; margin: 5px 0 10px 20px; line-height: 1.6;">
                                        <li>Klik tombol 'DAFTAR SEKARANG' di halaman utama</li>
                                        <li>Isi formulir pendaftaran dengan data yang valid</li>
                                        <li>Verifikasi akun melalui email atau nomor telepon</li>
                                        <li>Lakukan deposit pertama dan dapatkan bonus welcome</li>
                                        <li>Pilih permainan favorit dan mulai bermain</li>
                                      </ol>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div class="shogun-accordion">
                              <div class="shogun-accordion-heading">
                                <div class="shogun-accordion-header">
                                  <h4 class="shogun-accordion-title"> Berapa Minimal Deposit di QQSLOT? </h4>
                                  <div class="shogun-accordion-icon shogun-icon-plus">
                                    <span>
                                    </span>
                                  </div>
                                </div>
                              </div>
                              <div class="shogun-accordion-body" style="display: none;">
                                <div class="shg-c " id="s-faq-qqslot-4">
                                  <div class="shg-rich-text shg-theme-text-content">
                                    <div style="line-height: 20px;">
                                      <p style="color: #767a79; font-size: 16px; margin: 10px 0;">Minimal deposit di
                                        QQSLOT sangat terjangkau, hanya mulai dari Rp 10.000 saja. Kami menyediakan
                                        berbagai metode pembayaran yang fleksibel termasuk transfer bank, e-wallet (OVO,
                                        DANA, GoPay), pulsa, dan QRIS untuk memudahkan member dalam melakukan transaksi.
                                      </p>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div class="shogun-accordion">
                              <div class="shogun-accordion-heading">
                                <div class="shogun-accordion-header">
                                  <h4 class="shogun-accordion-title"> Berapa Lama Proses Withdraw di QQSLOT?
                                  </h4>
                                  <div class="shogun-accordion-icon shogun-icon-plus">
                                    <span>
                                    </span>
                                  </div>
                                </div>
                              </div>
                              <div class="shogun-accordion-body" style="display: none;">
                                <div class="shg-c " id="s-faq-qqslot-5">
                                  <div class="shg-rich-text shg-theme-text-content">
                                    <div style="line-height: 20px;">
                                      <p style="color: #767a79; font-size: 16px; margin: 10px 0;">Proses penarikan dana
                                        (withdraw) di QQSLOT sangat cepat, rata-rata hanya membutuhkan waktu 3-5 menit
                                        saja. Tim kami bekerja 24/7 untuk memproses setiap transaksi dengan cepat dan
                                        aman. Anda juga bisa menghubungi customer service kami kapan saja jika ada
                                        pertanyaan terkait proses withdraw.</p>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <section id="shopify-section-template--17600435748973__1655715534dbe35c8a" class="shopify-section"></section>
        <div id="shopify-section-template--17600435748973__shogun-optimizer" class="shopify-section"></div>
      </main>
      <div id="shopify-section-footer-promotions" class="shopify-section index-section--footer"></div>
      <div id="shopify-section-footer" class="shopify-section">
        <div class="footer__section footer__section--border">
          <div class="page-width">
            <div class="footer__newsletter">
              <div class="footer__subscribe rte rte--nomargin">
                <p>Join our email list to know our project updates, exclusive offers, and more.</p>
              </div>
              <form id="newsletter-footer" accept-charset="UTF-8" class="contact-form">
                <input type="hidden" name="form_type" value="customer" />
                <input type="hidden" name="utf8" value="✓" />
                <label for="Email-footer" class="hidden-label">Email Address</label>
                <input type="hidden" name="contact[tags]" value="prospect,newsletter">
                <input type="hidden" name="contact[context]" value="footer">
                <div class="input-group newsletter__input-group">
                  <input type="email" value="" placeholder="Email Address" name="contact[email]" id="Email-footer"
                    class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
                  <div class="input-group-btn">
                    <button type="submit" class="btn" name="commit" aria-label="Subscribe">
                      <span class="form__submit--large">Subscribe</span>
                      <span class="form__submit--small">
                        <svg aria-hidden="true" focusable="false" role="presentation"
                          class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15">
                          <path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63z" />
                        </svg>
                      </span>
                    </button>
                  </div>
                </div>
              </form>
            </div>
          </div>
        </div>
        <div id="FooterMobileNavWrap" class="footer__section footer__section--border medium-up--hide hide">
          <div id="FooterMobileNav" class="page-width"></div>
        </div>
        <footer class="site-footer" data-section-id="footer" data-section-type="footer-section">
          <div id="FooterMenus" class="footer__section footer__section--menus">
            <div class="page-width">
              <div class="footer__blocks">
                <div class="footer__block" data-type="menu">
                  <div class="footer__title">NuPhy Studio </div>
                  <ul class="footer__menu">
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">About Us</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Contact Us</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Journal</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Reviews</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Gift Cards</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Get 10% Off</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Where to Buy</a>
                    </li>
                  </ul>
                </div>
                <div class="footer__block" data-type="menu">
                  <div class="footer__title">Product Menu </div>
                  <ul class="footer__menu">
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Keyboards</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Low-Profile Keyboards</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">HE Keyboards</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">QMK/VIA Keyboards</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Keycaps</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Switches</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Accessories</a>
                    </li>
                  </ul>
                </div>
                <div class="footer__block" data-type="menu">
                  <div class="footer__title">Support </div>
                  <ul class="footer__menu">
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">User Manual</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Console</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Firmware</a>
                    </li>
                    <li>
                      <a href="https://nuphy.com/pages/faqs">FAQ</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Order Tracking</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Shipping Areas</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Shipping Policy</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Privacy Policy</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Return Policy</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Terms & Conditions</a>
                    </li>
                    <li>
                      <a href="https://jqfundamentals.com/chapter/javascript-basics">Affiliate Project</a>
                    </li>
                  </ul>
                </div>
                <div class="footer__block" data-type="contact">
                  <div class="footer__mobile-section">
                    <div class="footer__blocks--mobile">
                      <div class="footer__block--mobile">
                        <div class="footer__title"> Get in touch </div>
                        <ul class="footer__menu footer__menu--underline">
                          <li>
                            <a href="https://jqfundamentals.com/chapter/javascript-basics">
                              <span class="icon-and-text">
                                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-email"
                                  viewBox="0 0 64 64">
                                  <defs>
                                    <style>
                                      .cls-1 {
                                        fill: none;
                                        stroke: #000;
                                        stroke-miterlimit: 10;
                                        stroke-width: 2px
                                      }
                                    </style>
                                  </defs>
                                  <path class="cls-1"
                                    d="M63 52H1V12h62zM1 12l25.68 24h9.72L63 12M21.82 31.68L1.56 51.16m60.78.78L41.27 31.68" />
                                </svg>
                                <span>Email us</span>
                              </span>
                            </a>
                          </li>
                        </ul>
                      </div>
                      <div class="footer__block--mobile">
                        <div class="footer__title"> Follow us </div>
                        <ul class="no-bullets footer__social">
                          <li>
                            <a target="_blank" rel="noopener" href="https://www.instagram.com/nuphy.studio"
                              title="NuPhy on Instagram">
                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram"
                                viewBox="0 0 32 32">
                                <path fill="#444"
                                  d="M16 3.094c4.206 0 4.7.019 6.363.094 1.538.069 2.369.325 2.925.544.738.287 1.262.625 1.813 1.175s.894 1.075 1.175 1.813c.212.556.475 1.387.544 2.925.075 1.662.094 2.156.094 6.363s-.019 4.7-.094 6.363c-.069 1.538-.325 2.369-.544 2.925-.288.738-.625 1.262-1.175 1.813s-1.075.894-1.813 1.175c-.556.212-1.387.475-2.925.544-1.663.075-2.156.094-6.363.094s-4.7-.019-6.363-.094c-1.537-.069-2.369-.325-2.925-.544-.737-.288-1.263-.625-1.813-1.175s-.894-1.075-1.175-1.813c-.212-.556-.475-1.387-.544-2.925-.075-1.663-.094-2.156-.094-6.363s.019-4.7.094-6.363c.069-1.537.325-2.369.544-2.925.287-.737.625-1.263 1.175-1.813s1.075-.894 1.813-1.175c.556-.212 1.388-.475 2.925-.544 1.662-.081 2.156-.094 6.363-.094zm0-2.838c-4.275 0-4.813.019-6.494.094-1.675.075-2.819.344-3.819.731-1.037.4-1.913.944-2.788 1.819S1.486 4.656 1.08 5.688c-.387 1-.656 2.144-.731 3.825-.075 1.675-.094 2.213-.094 6.488s.019 4.813.094 6.494c.075 1.675.344 2.819.731 3.825.4 1.038.944 1.913 1.819 2.788s1.756 1.413 2.788 1.819c1 .387 2.144.656 3.825.731s2.213.094 6.494.094 4.813-.019 6.494-.094c1.675-.075 2.819-.344 3.825-.731 1.038-.4 1.913-.944 2.788-1.819s1.413-1.756 1.819-2.788c.387-1 .656-2.144.731-3.825s.094-2.212.094-6.494-.019-4.813-.094-6.494c-.075-1.675-.344-2.819-.731-3.825-.4-1.038-.944-1.913-1.819-2.788s-1.756-1.413-2.788-1.819c-1-.387-2.144-.656-3.825-.731C20.812.275 20.275.256 16 .256z" />
                                <path fill="#444"
                                  d="M16 7.912a8.088 8.088 0 0 0 0 16.175c4.463 0 8.087-3.625 8.087-8.088s-3.625-8.088-8.088-8.088zm0 13.338a5.25 5.25 0 1 1 0-10.5 5.25 5.25 0 1 1 0 10.5zM26.294 7.594a1.887 1.887 0 1 1-3.774.002 1.887 1.887 0 0 1 3.774-.003z" />
                              </svg>
                              <span class="icon__fallback-text">Instagram</span>
                            </a>
                          </li>
                          <li>
                            <a target="_blank" rel="noopener" href="https://www.facebook.com/groups/NuPhy"
                              title="NuPhy on Facebook">
                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook"
                                viewBox="0 0 14222 14222">
                                <path
                                  d="M14222 7112c0 3549.352-2600.418 6491.344-6000 7024.72V9168h1657l315-2056H8222V5778c0-562 275-1111 1159-1111h897V2917s-814-139-1592-139c-1624 0-2686 984-2686 2767v1567H4194v2056h1806v4968.72C2600.418 13603.344 0 10661.352 0 7112 0 3184.703 3183.703 1 7111 1s7111 3183.703 7111 7111zm-8222 7025c362 57 733 86 1111 86-377.945 0-749.003-29.485-1111-86.28zm2222 0v-.28a7107.458 7107.458 0 0 1-167.717 24.267A7407.158 7407.158 0 0 0 8222 14137zm-167.717 23.987C7745.664 14201.89 7430.797 14223 7111 14223c319.843 0 634.675-21.479 943.283-62.013z" />
                              </svg>
                              <span class="icon__fallback-text">Facebook</span>
                            </a>
                          </li>
                          <li>
                            <a target="_blank" rel="noopener" href="https://www.youtube.com/@nuphystudio"
                              title="NuPhy on YouTube">
                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube"
                                viewBox="0 0 21 20">
                                <path fill="#444"
                                  d="M-.196 15.803q0 1.23.812 2.092t1.977.861h14.946q1.165 0 1.977-.861t.812-2.092V3.909q0-1.23-.82-2.116T17.539.907H2.593q-1.148 0-1.969.886t-.82 2.116v11.894zm7.465-2.149V6.058q0-.115.066-.18.049-.016.082-.016l.082.016 7.153 3.806q.066.066.066.164 0 .066-.066.131l-7.153 3.806q-.033.033-.066.033-.066 0-.098-.033-.066-.066-.066-.131z" />
                              </svg>
                              <span class="icon__fallback-text">YouTube</span>
                            </a>
                          </li>
                          <li>
                            <a target="_blank" rel="noopener" href="https://twitter.com/nuphystudio"
                              title="NuPhy on Twitter">
                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-twitter"
                                viewBox="0 0 32 32">
                                <path fill="#444"
                                  d="M31.281 6.733q-1.304 1.924-3.13 3.26 0 .13.033.408t.033.408q0 2.543-.75 5.086t-2.282 4.858-3.635 4.108-5.053 2.869-6.341 1.076q-5.282 0-9.65-2.836.913.065 1.5.065 4.401 0 7.857-2.673-2.054-.033-3.668-1.255t-2.266-3.146q.554.13 1.206.13.88 0 1.663-.261-2.184-.456-3.619-2.184t-1.435-3.977v-.065q1.239.652 2.836.717-1.271-.848-2.021-2.233t-.75-2.983q0-1.63.815-3.195 2.38 2.967 5.754 4.678t7.319 1.907q-.228-.815-.228-1.434 0-2.608 1.858-4.45t4.532-1.842q1.304 0 2.51.522t2.054 1.467q2.152-.424 4.01-1.532-.685 2.217-2.771 3.488 1.989-.261 3.619-.978z" />
                              </svg>
                              <span class="icon__fallback-text">Twitter</span>
                            </a>
                          </li>
                          <li>
                            <a target="_blank" rel="noopener" href="https://www.pinterest.com/NuPhy_Studio/"
                              title="NuPhy on Pinterest">
                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-pinterest"
                                viewBox="0 0 256 256">
                                <path
                                  d="M0 128.002c0 52.414 31.518 97.442 76.619 117.239-.36-8.938-.064-19.668 2.228-29.393 2.461-10.391 16.47-69.748 16.47-69.748s-4.089-8.173-4.089-20.252c0-18.969 10.994-33.136 24.686-33.136 11.643 0 17.268 8.745 17.268 19.217 0 11.704-7.465 29.211-11.304 45.426-3.207 13.578 6.808 24.653 20.203 24.653 24.252 0 40.586-31.149 40.586-68.055 0-28.054-18.895-49.052-53.262-49.052-38.828 0-63.017 28.956-63.017 61.3 0 11.152 3.288 19.016 8.438 25.106 2.368 2.797 2.697 3.922 1.84 7.134-.614 2.355-2.024 8.025-2.608 10.272-.852 3.242-3.479 4.401-6.409 3.204-17.884-7.301-26.213-26.886-26.213-48.902 0-36.361 30.666-79.961 91.482-79.961 48.87 0 81.035 35.364 81.035 73.325 0 50.213-27.916 87.726-69.066 87.726-13.819 0-26.818-7.47-31.271-15.955 0 0-7.431 29.492-9.005 35.187-2.714 9.869-8.026 19.733-12.883 27.421a127.897 127.897 0 0 0 36.277 5.249c70.684 0 127.996-57.309 127.996-128.005C256.001 57.309 198.689 0 128.005 0 57.314 0 0 57.309 0 128.002z" />
                              </svg>
                              <span class="icon__fallback-text">Pinterest</span>
                            </a>
                          </li>
                          <li>
                            <a target="_blank" rel="noopener" href="https://www.tiktok.com/@nuphy.studio"
                              title="NuPhy on TikTok">
                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-tiktok"
                                viewBox="0 0 2859 3333">
                                <path
                                  d="M2081 0c55 473 319 755 778 785v532c-266 26-499-61-770-225v995c0 1264-1378 1659-1932 753-356-583-138-1606 1004-1647v561c-87 14-180 36-265 65-254 86-398 247-358 531 77 544 1075 705 992-358V1h551z" />
                              </svg>
                              <span class="icon__fallback-text">TikTok</span>
                            </a>
                          </li>
                          <li class="discord-icon">
                            <a target="_blank" rel="noopener" href="https://discord.gg/KHkHUjy9Ud"
                              title="Nuphy on Discord" style="width: 25px; height: 25px;">
                              <img style="padding-bottom: 2px;"
                                src="https://cdn.shopify.com/s/files/1/0268/7297/1373/files/nuphy-discord.png?v=1718855712"
                                alt="Nuphy Discord" id="discord_icon">
                              <span class="icon__fallback-text">Discord</span>
                            </a>
                          </li>
                        </ul>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="footer__block" data-type="payment">
                  <div class="footer__mobile-section">
                    <div class="footer__blocks--mobile">
                      <div class="footer__block--mobile">
                        <div class="footer__title"> We accept </div>
                        <ul class="inline-list payment-icons">
                          <li class="icon--payment">
                            <svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38"
                              height="24" aria-labelledby="pi-amazon">
                              <title id="pi-amazon">Amazon</title>
                              <path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"
                                fill="#000" fill-rule="nonzero" opacity=".07" />
                              <path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"
                                fill="#FFF" fill-rule="nonzero" />
                              <path
                                d="M25.26 16.23c-1.697 1.48-4.157 2.27-6.275 2.27-2.97 0-5.644-1.3-7.666-3.463-.16-.17-.018-.402.173-.27 2.183 1.504 4.882 2.408 7.67 2.408 1.88 0 3.95-.46 5.85-1.416.288-.145.53.222.248.47v.001zm.706-.957c-.216-.328-1.434-.155-1.98-.078-.167.024-.193-.148-.043-.27.97-.81 2.562-.576 2.748-.305.187.272-.047 2.16-.96 3.063-.14.138-.272.064-.21-.12.205-.604.664-1.96.446-2.29h-.001z"
                                fill="#F90" fill-rule="nonzero" />
                              <path
                                d="M21.814 15.291c-.574-.498-.676-.73-.993-1.205-.947 1.012-1.618 1.315-2.85 1.315-1.453 0-2.587-.938-2.587-2.818 0-1.467.762-2.467 1.844-2.955.94-.433 2.25-.51 3.25-.628v-.235c0-.43.033-.94-.208-1.31-.212-.333-.616-.47-.97-.47-.66 0-1.25.353-1.392 1.085-.03.163-.144.323-.3.33l-1.677-.187c-.14-.033-.296-.153-.257-.38.386-2.125 2.223-2.766 3.867-2.766.84 0 1.94.234 2.604.9.842.82.762 1.918.762 3.11v2.818c0 .847.335 1.22.65 1.676.113.164.138.36-.003.482-.353.308-.98.88-1.326 1.2a.367.367 0 0 1-.414.038zm-1.659-2.533c.34-.626.323-1.214.323-1.918v-.392c-1.25 0-2.57.28-2.57 1.82 0 .782.386 1.31 1.05 1.31.487 0 .922-.312 1.197-.82z"
                                fill="#221F1F" />
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express"
                              viewBox="0 0 38 24" width="38" height="24">
                              <title id="pi-american_express">American Express</title>
                              <path fill="#000"
                                d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z"
                                opacity=".07" />
                              <path fill="#006FCF"
                                d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z" />
                              <path fill="#FFF"
                                d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z" />
                              <path fill="#006FCF"
                                d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z" />
                              <path fill="#006FCF"
                                d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z" />
                              <path fill="#FFF"
                                d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z" />
                              <path fill="#006FCF"
                                d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z" />
                              <path fill="#006FCF"
                                d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z" />
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38"
                              height="24" viewBox="0 0 165.521 105.965" xml:space="preserve"
                              aria-labelledby="pi-apple_pay">
                              <title id="pi-apple_pay">Apple Pay</title>
                              <path fill="#000"
                                d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" />
                              <path fill="#FFF"
                                d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" />
                              <g>
                                <g>
                                  <path fill="#000"
                                    d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" />
                                  <path fill="#000"
                                    d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" />
                                </g>
                                <g>
                                  <path fill="#000"
                                    d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" />
                                  <path fill="#000"
                                    d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" />
                                  <path fill="#000"
                                    d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" />
                                </g>
                              </g>
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38"
                              height="24" aria-labelledby="pi-diners_club">
                              <title id="pi-diners_club">Diners Club</title>
                              <path opacity=".07"
                                d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" />
                              <path fill="#fff"
                                d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" />
                              <path
                                d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z"
                                fill="#3086C8" />
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover"
                              fill="none" xmlns="http://www.w3.org/2000/svg">
                              <title id="pi-discover">Discover</title>
                              <path fill="#000" opacity=".07"
                                d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" />
                              <path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z"
                                fill="#fff" />
                              <path
                                d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z"
                                fill="#231F20" />
                              <path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z"
                                fill="url(#pi-paint0_linear)" />
                              <path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z"
                                fill="url(#pi-paint1_linear)" />
                              <path
                                d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z"
                                fill="#231F20" />
                              <path
                                d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z"
                                fill="#231F20" />
                              <path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z"
                                fill="#F48120" />
                              <defs>
                                <linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104"
                                  gradientUnits="userSpaceOnUse">
                                  <stop stop-color="#F89F20" />
                                  <stop offset=".25" stop-color="#F79A20" />
                                  <stop offset=".533" stop-color="#F68D20" />
                                  <stop offset=".62" stop-color="#F58720" />
                                  <stop offset=".723" stop-color="#F48120" />
                                  <stop offset="1" stop-color="#F37521" />
                                </linearGradient>
                                <linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446"
                                  gradientUnits="userSpaceOnUse">
                                  <stop stop-color="#F58720" />
                                  <stop offset=".359" stop-color="#E16F27" />
                                  <stop offset=".703" stop-color="#D4602C" />
                                  <stop offset=".982" stop-color="#D05B2E" />
                                </linearGradient>
                              </defs>
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38"
                              height="24" aria-labelledby="pi-google_pay">
                              <title id="pi-google_pay">Google Pay</title>
                              <path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"
                                fill="#000" opacity=".07" />
                              <path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"
                                fill="#FFF" />
                              <path
                                d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z"
                                fill="#5F6368" />
                              <path
                                d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z"
                                fill="#4285F4" />
                              <path
                                d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z"
                                fill="#34A853" />
                              <path
                                d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z"
                                fill="#FBBC04" />
                              <path
                                d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z"
                                fill="#EA4335" />
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38"
                              height="24" aria-labelledby="pi-master">
                              <title id="pi-master">Mastercard</title>
                              <path opacity=".07"
                                d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" />
                              <path fill="#fff"
                                d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" />
                              <circle fill="#EB001B" cx="15" cy="12" r="7" />
                              <circle fill="#F79E1B" cx="23" cy="12" r="7" />
                              <path fill="#FF5F00"
                                d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z" />
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24"
                              role="img" aria-labelledby="pi-paypal">
                              <title id="pi-paypal">PayPal</title>
                              <path opacity=".07"
                                d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" />
                              <path fill="#fff"
                                d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" />
                              <path fill="#003087"
                                d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z" />
                              <path fill="#3086C8"
                                d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z" />
                              <path fill="#012169"
                                d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z" />
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38"
                              height="24" aria-labelledby="pi-shopify_pay">
                              <title id="pi-shopify_pay">Shop Pay</title>
                              <path opacity=".07"
                                d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"
                                fill="#000" />
                              <path
                                d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z"
                                fill="#5A31F4" />
                              <path
                                d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z"
                                fill="#fff" />
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg viewBox="0 0 38 24" width="38" height="24" xmlns="http://www.w3.org/2000/svg"
                              role="img" aria-labelledby="pi-venmo">
                              <title id="pi-venmo">Venmo</title>
                              <g fill="none" fill-rule="evenodd">
                                <rect fill-opacity=".07" fill="#000" width="38" height="24" rx="3" />
                                <path fill="#3D95CE"
                                  d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" />
                                <path
                                  d="M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z"
                                  fill="#FFF" fill-rule="nonzero" />
                              </g>
                            </svg>
                          </li>
                          <li class="icon--payment">
                            <svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38"
                              height="24" aria-labelledby="pi-visa">
                              <title id="pi-visa">Visa</title>
                              <path opacity=".07"
                                d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" />
                              <path fill="#fff"
                                d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" />
                              <path
                                d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z"
                                fill="#142688" />
                            </svg>
                          </li>
                        </ul>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="footer__section">
            <div class="page-width text-center small--text-left">
              <div class="footer__base-links">
                <span> &copy; 2026 QQSLOT | Designed By Oujisama </span>
              </div>
            </div>
          </div>
        </footer>
      </div>
    </div>
  </div>
  <div id="shopify-section-newsletter-popup" class="shopify-section index-section--hidden"></div>
  <div id="VideoModal" class="modal">
    <div class="modal__inner">
      <div class="modal__centered page-width text-center">
        <div class="modal__centered-content">
          <div class="video-wrapper video-wrapper--modal">
            <div id="VideoHolder"></div>
          </div>
        </div>
      </div>
      <button type="button" class="btn btn--circle btn--icon modal__close js-modal-close">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
          <defs>
            <style>
              .cls-1 {
                fill: none;
                stroke: #000;
                stroke-miterlimit: 10;
                stroke-width: 2px
              }
            </style>
          </defs>
          <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74" />
        </svg>
        <span class="icon__fallback-text">"Close (esc)"</span>
      </button>
    </div>
  </div>
  <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="pswp__bg"></div>
    <div class="pswp__scroll-wrap">
      <div class="pswp__container">
        <div class="pswp__item"></div>
        <div class="pswp__item"></div>
        <div class="pswp__item"></div>
      </div>
      <div class="pswp__ui pswp__ui--hidden">
        <button class="btn btn--secondary btn--circle pswp__button pswp__button--arrow--left" title="Previous">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-left"
            viewBox="0 0 284.49 498.98">
            <path
              d="M249.49 0a35 35 0 0 1 24.75 59.75L84.49 249.49l189.75 189.74a35.002 35.002 0 1 1-49.5 49.5L10.25 274.24a35 35 0 0 1 0-49.5L224.74 10.25A34.89 34.89 0 0 1 249.49 0z" />
          </svg>
        </button>
        <button class="btn btn--secondary btn--circle btn--large pswp__button pswp__button--close" title="Close (esc)">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <defs>
              <style>
                .cls-1 {
                  fill: none;
                  stroke: #000;
                  stroke-miterlimit: 10;
                  stroke-width: 2px
                }
              </style>
            </defs>
            <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74" />
          </svg>
        </button>
        <button class="btn btn--secondary btn--circle pswp__button pswp__button--arrow--right" title="Next">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right"
            viewBox="0 0 284.49 498.98">
            <path
              d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z" />
          </svg>
        </button>
      </div>
    </div>
  </div>
  <div id="QuickAddModal" class="modal modal--square quick-add-modal">
    <div class="modal__inner">
      <div class="modal__centered">
        <div class="modal__centered-content">
          <div id="QuickAddHolder"></div>
        </div>
        <button type="button" class="btn btn--circle btn--icon modal__close js-modal-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <defs>
              <style>
                .cls-1 {
                  fill: none;
                  stroke: #000;
                  stroke-miterlimit: 10;
                  stroke-width: 2px
                }
              </style>
            </defs>
            <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74" />
          </svg>
          <span class="icon__fallback-text">"Close (esc)"</span>
        </button>
      </div>
    </div>
  </div>
  <div id="ProductModals"></div>
  <style>
    .main-content {
      overflow: hidden;
    }
  </style>
  <div id="shopify-block-ASFd4aGtkL1V1dGtKa__13655089695959051254" class="shopify-block shopify-app-block">
    <script id="wkThemeCode" type="application/json">
        {
          "customIconsUrl": null,
          "addToCartJsUrl": null,
          "productCardJsUrl": null,
          "wishlistPageJsUrl": null,
          "eventSubscribersJsUrl": null,
          "localeJsonUrl": null,
          "customCssUrl": null,
          "collectionButtonsJsUrl": null,
          "productPageButtonsJsUrl": null,
          "headerLinkJsUrl": null,
          "wishlistLinkHeadlessJsUrl": null,
          "wishlistButtonHeadlessJsUrl": null,
          "saveForLaterJsUrl": null,
          "customDataUrl": null,
          "addWishlistToCartJsUrl": null,
          "accountDialogUrl": null
        }
      </script>
    <!-- Disabled for local file viewing - Wishlist King code access -->
    <!--
    <script type="module"
      src="https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/block-code-access.js"></script>
    -->
  </div>
  <div id="shopify-block-Aenh1NWExaGprVXFIQ__16156609502398088594" class="shopify-block shopify-app-block">
    <!-- BEGIN app snippet: omega_multi_pixel -->
    <meta property='omega:tags' content='_label_new, K, raw, '>
    <meta property='omega:product' content='7891917471853'>
    <meta property='omega:product_type' content=''>
    <meta property='omega:collections' content='303141322861, 268867862637, '>
  </div>
  <div id="shopify-block-Ad3BsTFFLOTdHUW5IT__14197025361042770389" class="shopify-block shopify-app-block">
    <!-- Disabled for local file viewing - Wishlist King app loader -->
    <script>
      // window.WishlistKingAppLoaderURL disabled for local viewing
      if (window.location.protocol !== 'file:') {
        window.WishlistKingAppLoaderURL = "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/app-loader.js";
      }
    </script>
    <script id="wkAppSettings" type="application/json">
        {
          "assets": {
            "themeCssFile": "themes\/expanse-4\/custom.css",
            "localeJsonFile": "locale-en.json",
            "appBaseCss": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/app-base.css",
            "componentWishlistButtonBlockJs": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-button-block.js",
            "componentWishlistLinkJs": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-link.js",
            "componentWishlistLinkCss": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-link.css",
            "componentWishlistLinkBlockJs": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-link-block.js",
            "componentWishlistPageBundleJs": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-page-bundle.js",
            "componentWishlistPageBundleCss": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-page-bundle.css",
            "componentWishlistLinkFloatingJs": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-link-floating.js",
            "componentWishlistLinkFloatingCss": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-link-floating.css",
            "componentWishlistButtonCollectionJs": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-button-collection.js",
            "componentWishlistButtonCollectionCss": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-button-collection.css",
            "componentWishlistButtonProductJs": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-button-product.js",
            "componentWishlistButtonProductCss": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-wishlist-button-product.css",
            "componentSaveForLaterCss": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-save-for-later.css",
            "componentAccountDialogCss": "https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/component-account-dialog.css"
          },
          "config": {
            "apiHost": "https:\/\/api.appmate.io\/v2",
            "customerId": null,
            "customerEmail": null,
            "customerTags": null,
            "customerName": null,
            "shopName": "NuPhy",
            "shopDomain": "nuphy.com",
            "shopPermanentDomain": "nuphy-store.myshopify.com",
            "shopMoneyFormat": "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e",
            "shopMoneyFormatWithCurrency": "\u003cspan class=money\u003e${{amount}} USD\u003c\/span\u003e",
            "shopCustomerAccountsEnabled": true,
            "fileUrl": "\/\/nuphy.com\/cdn\/shop\/files\/?90484",
            "storefrontAccessToken": "37adb14f4bdb1c2e9e42aa198f0b8d93",
            "storefrontVersion": "2024-10",
            "localeIsoCode": "en",
            "token": "25a779a8dc2aadf3dab843bd4da371b17798f8ff519b32cc8a7d5ea9f12ff1b1"
          },
          "settings": {
            "general": {
              "appLoading": "LAZY",
              "wishlistPath": "\/apps\/wishlist",
              "wishlistAccessMode": "UNRESTRICTED",
              "wishlistMode": "PRODUCT"
            },
            "money": {
              "withCurrency": true
            },
            "integrations": {
              "wishlistAnalytics": {
                "enabled": true
              },
              "klaviyo": {
                "enabled": false
              },
              "metaPixel": {
                "enabled": true
              },
              "googleAnalytics": {
                "enabled": true
              }
            }
          },
          "collectionButtons": {
            "productLinkSelector": ".grid-item__content \u003e .grid-item__link[href*=\"\/products\/\"]",
            "injectMethod": "append",
            "injectReferenceJs": "(target, app) => target.closest(\".grid-item__content\").find(\".grid-product__actions\")",
            "floatingReferenceJs": "(target, app) => null",
            "productHandleJs": "(target, app) => app.theme.getProductHandle(target.element.href)",
            "productVariantJs": "(target, app) => app.theme.getVariantId(target.element.href)"
          }
        }
      </script>
    <!-- Disabled for local file viewing - Wishlist King app settings -->
    <!--
    <script type="module"
      src="https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/block-app-settings.js"></script>
    -->
    <style>
      :root {
        --wk-color-solid-button-label: 255, 255, 255;
        --wk-color-accent-1: 0, 0, 0;
        --wk-color-accent-2: 0, 0, 0;
        --wk-color-outline-button-label: 0, 0, 0;
        --wk-color-background-1: 255, 255, 255;
        --wk-color-background-2: 255, 255, 255;
        --wk-color-text: 0, 0, 0;
        --wk-button-min-height: 45px;
        --wk-button-border-width: 1px;
        --wk-button-border-radius: 0px;
        --wk-input-min-height: 45px;
        --wk-input-border-width: 1px;
        --wk-input-border-radius: 0px;
        --wk-shadow-opacity: 15%;
        --wk-shadow-horizontal-offset: 0px;
        --wk-shadow-vertical-offset: 2px;
        --wk-shadow-blur: 4px;
        --wk-font-text-scale: 1.0;
      }
    </style>
  </div>
  <div id="shopify-block-ALzJtaDlUU0dWb1dGY__15549472988515247997" class="shopify-block shopify-app-block"></div>
  <div id="shopify-block-ANE4wZWpEQU9nQkpJY__6680288666557934739" class="shopify-block shopify-app-block">
    <script id="wkWishlistPage" type="application/json">
        {
          "showVendor": false,
          "showProductTitle": true,
          "showPrice": true,
          "showShareButton": true,
          "showBuyAllButton": false,
          "showClearButton": false,
          "moveToCart": false,
          "ctaButton": "add-to-cart",
          "productOptions": "dropdowns",
          "wishlistEmptyLink": "\/collections\/all",
          "removeButtonStyle": "icon"
        }
      </script>
    <!-- Disabled for local file viewing - Wishlist King page -->
    <!--
    <script type="module"
      src="https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/block-wishlist-page.js"></script>
    -->
    <style>
      wishlist-page {
        --text-color: var(--wk-color-text);
        --page-max-width: 1200px;
        --page-padding-top: 30px;
        --page-padding-bottom: 80px;
        --button-min-height: var(--wk-button-min-height);
        --button-border-width: var(--wk-button-border-width);
        --button-border-radius: var(--wk-button-border-radius);
        --input-min-height: var(--wk-input-min-height);
        --input-border-width: var(--wk-input-border-width);
        --input-border-radius: var(--wk-input-border-radius);
        --grid-columns-xs: 1;
        --grid-columns-sm: 2;
        --grid-columns-md: 2;
        --grid-columns-lg: 3;
        --grid-columns-xl: 4;
        --cta-button-background: rgb(var(--wk-color-accent-1));
        --cta-button-border: solid var(--button-border-width) rgb(var(--wk-color-accent-1));
        --cta-button-color: rgb(var(--wk-color-solid-button-label));
        --variant-input-background: rgb(var(--wk-color-background-1));
        --variant-input-border: solid var(--input-border-width) rgba(var(--wk-color-text));
        --variant-input-color: rgb(var(--wk-color-text));
        --variant-input-selected-background: var(--variant-input-background);
        --variant-input-selected-border: solid var(--input-border-width) rgba(var(--wk-color-text));
        --variant-input-selected-color: var(--variant-input-color);
        --variant-input-selected-shadow: 0 0 0 var(--input-border-width) rgb(var(--wk-color-text));
        --price-justify-content: center;
        --option-select-label-display: none;
        --image-aspect-ratio: 1/1;
        --image-object-fit: cover;
        --meta-text-align: center;
      }
    </style>
  </div>
  <div id="shopify-block-AcUs0aEtySk9UMHRob__18121446316682264196" class="shopify-block shopify-app-block"></div>
  <div id="shopify-block-AYUlraVkxNys5bytlS__4139971114690857691" class="shopify-block shopify-app-block">
    <script id="wkCollectionButtons" type="application/json">
        {
          "injectMethod": "insertAfter",
          "buttonPlacement": "top-end",
          "productLinkSelector": "",
          "injectReferenceJs": "(target, app) => target",
          "floatingReferenceJs": "(target, app) => target",
          "productHandleJs": "(target, app) => app.theme.getProductHandle(target.element.href)",
          "productVariantJs": "(target, app) => app.theme.getVariantId(target.element.href)",
          "integration": {
            "productLinkSelector": "",
            "injectReferenceJs": "(target, app) => target",
            "floatingReferenceJs": "(target, app) => target",
            "productHandleJs": "(target, app) => app.theme.getProductHandle(target.element.href)",
            "productVariantJs": "(target, app) => app.theme.getVariantId(target.element.href)"
          }
        }
      </script>
    <!-- Disabled for local file viewing - Wishlist King button collection -->
    <!--
    <script type="module"
      src="https://cdn.shopify.com/extensions/019a6435-2700-705e-910c-5eafab3282ce/swish-app-216/assets/block-wishlist-button-collection.js"></script>
    -->
    <style>
      wishlist-button-collection {
        --icon-size: 18px;
        --icon-stroke-width: 1.2px;
        --button-offset-vertical: 0px;
        --button-offset-horizontal: 0px;
        --button-background-size: 34px;
        --button-background-border-radius: 24px;
        --button-border-width: 1px;
        --button-background-opacity: 85%;
        --button-background: none;
        --button-border: none;
        --icon-stroke: rgb(var(--wk-color-accent-1));
      }
    </style>
  </div>
</body>

</html>