HEX
Server: LiteSpeed
System: Linux premium117.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: getdvgwc (936)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/getdvgwc/chilination.getdripped.shop/shop.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Shop — Chilination Premium Chili Oil</title>
  <meta name="description" content="Shop Chilination chili oil and pulp. Choose Tingle, Blaze, or Sizzle. Single-source Kenyan bird's eye chili. Subscribe and save 15%." />
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet" />
  <script type="module" crossorigin src="/assets/main-CMlGU-Hg.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/main-uIGfidSs.css">
  <link rel="stylesheet" crossorigin href="/assets/shop-DI2QgFFJ.css">
</head>
<body class="dark-mode" data-page="shop">

  <!-- LOADER -->
  <div id="loader" class="loader">
    <div class="loader__logo"><img src="/assets/logo.png" alt="Chilination" class="loader__logo-img" /></div>
    <div class="loader__bar-track"><div class="loader__bar" id="loaderBar" style="width:100%"></div></div>
    <div class="loader__pct" id="loaderPct">100%</div>
    <div class="loader__tag">The Flavor Lab</div>
  </div>

  <!-- NAVBAR -->
  <nav class="navbar" id="navbar">
    <a href="/" class="nav-logo"><img src="/assets/logo.png" alt="Chilination" class="nav-logo__img" /></a>
    <ul class="nav-links">
      <li><a href="/">Home</a></li>
      <li><a href="/shop.html" class="active">Shop</a></li>
      <li><a href="/science.html">The Science</a></li>
      <li><a href="/about.html">About</a></li>
    </ul>
    <div class="nav-actions">
      <button class="cart-btn" id="cartBtn" aria-label="Open Cart">
        <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z"/><line x1="3" y1="6" x2="21" y2="6"/><path d="M16 10a4 4 0 01-8 0"/></svg>
        <span class="cart-count" id="cartCount">0</span>
      </button>
    </div>
    <button class="nav-hamburger" id="navHamburger" aria-label="Menu"><span></span><span></span><span></span></button>
  </nav>

  <!-- SHOP HERO -->
  <section class="shop-hero">
    <div class="shop-hero__bg"></div>
    <div class="shop-hero__content">
      <div class="section-tag">THE FLAVOR LAB</div>
      <h1 class="section-title">Select Your<br><span class="accent">Heat Profile</span></h1>
      <p class="section-sub">Three variants. One obsession. All sourced from Kenya's highlands.</p>
    </div>
    <!-- Heat filter tabs -->
    <div class="shop-filter-tabs" id="shopFilterTabs">
      <button class="filter-tab active" data-filter="all" id="filter-all">All Products</button>
      <button class="filter-tab" data-filter="oil" id="filter-oil">Chili Oil</button>
      <button class="filter-tab" data-filter="pulp" id="filter-pulp">Chili Pulp</button>
    </div>
  </section>

  <!-- SUBSCRIBE RIBBON -->
  <div class="subscribe-ribbon" id="subscribe">
    <span class="ribbon-flame">🔥</span>
    <span>Subscribe &amp; Save <strong>15%</strong> on every order</span>
    <a href="#" class="ribbon-chip" id="ribbonSubToggle">Activate Subscription</a>
  </div>

  <!-- PRODUCT LISTING (PLP) -->
  <main class="plp" id="plpMain">
    <div class="plp__grid" id="plpGrid">
      <!-- Injected by shop.js -->
    </div>
  </main>

  <!-- MINI CART -->
  <div class="cart-overlay" id="cartOverlay"></div>
  <aside class="mini-cart" id="miniCart">
    <div class="mini-cart__header">
      <h3>Your Cart</h3>
      <button class="mini-cart__close" id="cartClose" aria-label="Close cart">✕</button>
    </div>
    <div class="mini-cart__items" id="cartItems"></div>
    <div class="mini-cart__footer" id="cartFooter" style="display:none">
      <div class="cart-total"><span>Total</span><span id="cartTotal">KSh 0</span></div>
      <a href="/checkout.html" class="btn btn-primary btn-block">Checkout</a>
      <a href="/shop.html" class="btn btn-ghost btn-block">Continue Shopping</a>
    </div>
  </aside>

  <!-- FOOTER -->
  <footer class="footer">
    <div class="footer__bottom" style="margin-top:0; padding-top: 2rem; border-top: 1px solid var(--border);">
      <p>© 2026 Chilination Ltd. Nairobi, Kenya.</p>
      <p><a href="/">Home</a> · <a href="/science.html">Science</a> · <a href="/about.html">About</a></p>
    </div>
  </footer>

</body>
</html>