/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 220:0 Unexpected "<"

**/
<style>
/* FORCE CART PAGE RESET */


.cart-items,
.cart__items,
.cart__footer,
.cart__blocks,
.title-wrapper-with-link,
cart-items,
cart-remove-button {
  display: none !important;
}

/* PAGE */
.ck-cart-page {
  background: #0b0b0b;
  color: #ffffff;
  min-height: 100vh;
  padding: 90px 6vw;
}

.ck-cart-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ck-cart-title {
  text-align: center;
  font-family: serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 400;
  line-height: 1;
  margin: 0 0 60px;
}

/* LAYOUT */
.ck-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 72px;
  align-items: start;
}

/* CART ROWS */
.ck-cart-list {
  border-top: 1px solid rgba(255,255,255,.18);
}

.ck-cart-item {
  display: grid;
  grid-template-columns: 32px 96px minmax(0, 1fr) 110px 72px 120px;
  gap: 22px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.ck-remove {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}

.ck-image {
  width: 86px;
  height: 86px;
  background: #f5f1e8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ck-image img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  object-fit: contain !important;
  display: block;
}

.ck-product-title {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

.ck-variant {
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 5px;
}

.ck-price,
.ck-total {
  color: #fff;
  font-size: 15px;
  text-align: right;
}

.ck-qty input {
  width: 56px;
  height: 30px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  text-align: center;
}

/* UPDATE */
.ck-update-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.ck-update {
  background: none;
  border: 0;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

/* SUMMARY */
.ck-summary {
  padding-top: 3px;
}

.ck-summary h2 {
  font-family: serif;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 34px;
}

.ck-summary-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding: 20px 0;
}

.ck-id-label {
  display: block;
  color: #c9a96a;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 700;
  margin: 28px 0 10px;
}

.ck-id-input {
  width: 100%;
  height: 48px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  padding: 0 14px;
}

.ck-note {
  color: #aaa;
  font-style: italic;
  margin: 18px 0 28px;
}

.ck-whatsapp {
  width: 100%;
  background: #25d366;
  color: #fff;
  border: 0;
  padding: 18px 20px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 800;
  cursor: pointer;
}

/* MOBILE */
@media screen and (max-width: 900px) {
  .ck-cart-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ck-cart-item {
    grid-template-columns: 28px 80px 1fr;
    gap: 16px;
  }

  .ck-price,
  .ck-qty,
  .ck-total {
    grid-column: 3;
    text-align: left;
  }

  .ck-image {
    width: 76px;
    height: 76px;
  }

  .ck-image img {
    width: 62px !important;
    height: 62px !important;
  }
}
</style>

<div class="ck-cart-page">
  <div class="ck-cart-inner">
    <h1 class="ck-cart-title">Cart</h1>

    
      <p style="text-align:center;">Your cart is empty.</p>
    
  </div>
</div>