/** Shopify CDN: Minification failed

Line 49:0 Unexpected ","

**/
/* ==============================================
   BATTAN CART PAGE — FORCE BLACK BACKGROUND
   ============================================== */

#shopify-section-template--29832518566233__cart-items .gradient.color-scheme-1,
#shopify-section-template--29832518566233__cart-footer .gradient.color-scheme-1,
#shopify-section-template--29832518566233__cart-items .color-scheme-1,
#shopify-section-template--29832518566233__cart-footer .color-scheme-1 {
  background: #0A0A0A !important;
}

/* Target cart-items section — SCOPED TO CART ONLY */
 cart-items.gradient,
 cart-items .gradient,
 cart-items.isolate {
  background: #0A0A0A !important;
}

/* Target all cart containers — SCOPED TO CART ONLY */
 .cart__contents,
 .cart__items,
 .cart-items,
 .cart-item,
 .cart__footer,
 .cart__blocks,
 .totals,
 .js-contents,
 .page-width {
  background: #0A0A0A !important;
}

/* Target the specific section IDs from inspection — SCOPED TO CART ONLY */
 #shopify-section-template--29832518566233__cart-items,
 #shopify-section-template--29832518566233__cart-footer {
  background: #0A0A0A !important;
}

 #shopify-section-template--29832518566233__cart-items .gradient,
 #shopify-section-template--29832518566233__cart-footer .gradient {
  background: #0A0A0A !important;
}

/* Force body and main content — SCOPED TO CART ONLY */
,
 #MainContent,
 .content-for-layout {
  background: #0A0A0A !important;
}

/* ==============================================
   BATTAN CART PAGE — TEXT STYLES
   ============================================== */

/* Cart title — SCOPED TO CART ONLY */
 .cart__title,
 .title-wrapper-with-link .title,
 .title--primary {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.35em !important;
  color: #F5F2EC !important;
  text-transform: uppercase !important;
}

/* Empty cart text — SCOPED TO CART ONLY */
 .cart__empty-text {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  letter-spacing: 0.2em !important;
  color: #6B6B6B !important;
  text-transform: uppercase !important;
}

/* Continue shopping — SCOPED TO CART ONLY */
 .underlined-link {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
  color: #6B6B6B !important;
  text-transform: uppercase !important;
}

 .underlined-link:hover {
  color: #F5F2EC !important;
}

/* Table headers — SCOPED TO CART ONLY */
 .cart-items th,
 .cart-items thead th {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  letter-spacing: 0.3em !important;
  color: #6B6B6B !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #1A1A1A !important;
}

/* Product name — SCOPED TO CART ONLY */
 .cart-item__name,
 .cart-item__name a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: 0.2em !important;
  color: #F5F2EC !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* Product options — SCOPED TO CART ONLY */
 .product-option {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
  color: #6B6B6B !important;
  text-transform: uppercase !important;
}

/* Prices — SCOPED TO CART ONLY */
 .price,
 .cart-item__price,
 .cart-item__final-price {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  letter-spacing: 0.1em !important;
  color: #F5F2EC !important;
}

 .cart-item__old-price {
  color: #444444 !important;
}

/* Quantity — SCOPED TO CART ONLY */
 .quantity {
  background: #111111 !important;
  border: 1px solid #2A2A2A !important;
  border-radius: 0 !important;
}

 .quantity__button,
 .quantity__input {
  background: #111111 !important;
  color: #F5F2EC !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Remove button — SCOPED TO CART ONLY */
 cart-remove-button .button {
  color: #444444 !important;
  background: transparent !important;
  border: none !important;
}

 cart-remove-button .button:hover {
  color: #F5F2EC !important;
}

/* Subtotal — SCOPED TO CART ONLY */
 .totals__total {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.3em !important;
  color: #6B6B6B !important;
  text-transform: uppercase !important;
}

 .totals__total-value {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  letter-spacing: 0.1em !important;
  color: #F5F2EC !important;
}

/* Checkout button — SCOPED TO CART ONLY */
 .cart__checkout-button {
  background: #F5F2EC !important;
  color: #0A0A0A !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 20px 48px !important;
  transition: all 0.4s ease !important;
  box-shadow: none !important;
}

 .cart__checkout-button:hover {
  background: #0A0A0A !important;
  color: #F5F2EC !important;
  border: 1px solid #F5F2EC !important;
}

/* Tax note — SCOPED TO CART ONLY */
 .tax-note {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 10px !important;
  letter-spacing: 0.15em !important;
  color: #444444 !important;
  text-transform: uppercase !important;
}

/* Mobile */
@media (max-width: 768px) {
   .cart__checkout-button {
    padding: 18px 24px !important;
  }
}


  /* BATTAN — Fix #MainContent white background on cart page */
#MainContent:has(#shopify-section-template--27238526550396__cart-items) {
  background: #0A0A0A !important;
}

/* Target the specific section — SCOPED TO CART ONLY */
#shopify-section-template--27238526550396__cart-items,
#shopify-section-template--27238526550396__cart-footer {
  background: #0A0A0A !important;
}

#shopify-section-template--27238526550396__cart-items .gradient,
#shopify-section-template--27238526550396__cart-footer .gradient {
  background: #0A0A0A !important;
}

/* Target the cart-items component — SCOPED TO CART ONLY */
cart-items {
  background: #0A0A0A !important;
}

cart-items .gradient {
  background: #0A0A0A !important;
}

/* Target the main cart footer wrapper — SCOPED TO CART ONLY */
#main-cart-footer {
  background: #0A0A0A !important;
}

#main-cart-footer .gradient {
  background: #0A0A0A !important;
}

/* Target the cart item rows — SCOPED TO CART ONLY */
.cart-items,
.cart-item,
.cart-items td,
.cart-items tbody,
.cart-items thead {
  background: #0A0A0A !important;
}

/* ==============================================
   BATTAN — Continue shopping button (SCOPED TO CART)
   ============================================== */

 .cart__empty-text + a,
 .cart .button,
 a.button {
  background: transparent !important;
  border: 1px solid #F5F2EC !important;
  border-radius: 0 !important;
  color: #F5F2EC !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  padding: 16px 48px !important;
  box-shadow: none !important;
  transition: all 0.4s ease !important;
}

 .cart .button:hover,
 a.button:hover {
  background: #F5F2EC !important;
  color: #0A0A0A !important;
}

/* ==============================================
   BATTAN — Have an account section (SCOPED TO CART)
   ============================================== */

 .cart .customer.recover {
  opacity: 1 !important;
}

 .cart .customer.recover p,
 .cart .customer.recover h2 {
  color: #8A8A8A !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.15em !important;
  opacity: 1 !important;
}

 .cart .customer.recover a {
  color: #F5F2EC !important;
  text-decoration: none !important;
  border-bottom: 1px solid #F5F2EC !important;
}

 .cart .customer.recover a:hover {
  color: #8A8A8A !important;
}

/* ==============================================
   BATTAN — Login section (SCOPED TO CART)
   ============================================== */

 .cart .customer,
 .cart .customer.recover,
 .cart .customer.login,
 .cart .customer--login {
  background: transparent !important;
  opacity: 1 !important;
}

 .cart .customer p,
 .cart .customer h2,
 .cart .customer .login-title,
 .cart .customer .login__title,
 .cart .customer .recover-password-title {
  color: #8A8A8A !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.15em !important;
  opacity: 1 !important;
  background: transparent !important;
}

 .cart .customer p a,
 .cart .customer .login-link,
 .cart .customer .recover-password-link,
 .cart .customer a {
  color: #F5F2EC !important;
  text-decoration: none !important;
  border-bottom: 1px solid #F5F2EC !important;
  background: transparent !important;
}

 .cart .customer p a:hover,
 .cart .customer .login-link:hover,
 .cart .customer a:hover {
  color: #8A8A8A !important;
  border-bottom-color: #8A8A8A !important;
}

 .cart__login-title,
 .cart__login-paragraph,
 .cart__login-paragraph a {
  color: #8A8A8A !important;
  background: transparent !important;
}

 .cart__login-paragraph a {
  color: #F5F2EC !important;
  border-bottom: 1px solid #F5F2EC !important;
}

 .cart__login-paragraph a:hover {
  color: #8A8A8A !important;
  border-bottom-color: #8A8A8A !important;
}

 .cart__login-paragraph a,
 .cart .customer a {
  border-bottom: 1px solid #F5F2EC !important;
  text-decoration: none !important;
}

/* ==============================================
   BATTAN — COLLECTION PAGE PRODUCT CARD FIXES
   ============================================== */

/* Fix white background behind product image */
.card__media,
.card__inner,
.card,
.media {
  background: #141414 !important;
}

.card__content {
  background: #0A0A0A !important;
}

/* Fix badge styling */
.card__badge .badge {
  background: transparent !important;
  border: 1px solid #444444 !important;
  border-radius: 0 !important;
  color: #6B6B6B !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

/* ==============================================
   BATTAN — CART PAGE MOBILE FIXES
   ============================================== */

@media screen and (max-width: 768px) {
  /* === CART ITEMS === */
  .cart-item {
    display: grid !important;
    grid-template-columns: 80px 1fr !important;
    gap: 12px !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #1A1A1A !important;
  }

  .cart-item__media {
    grid-row: 1 / 4 !important;
    width: 80px !important;
  }

  .cart-item__image {
    max-width: 80px !important;
    height: auto !important;
  }

  .cart-item__details {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
  }

  .cart-item__details .cart-item__name {
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  /* === VARIANT OPTIONS (Color, Size) - each on separate line === */
  .cart-item__details dl {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    margin-top: 4px !important;
  }

  .cart-item__details .product-option {
    display: flex !important;
    align-items: center !important;
    font-size: 11px !important;
    color: #8A8A8A !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
  }

  .cart-item__details .product-option dt {
    display: inline !important;
    font-weight: 500 !important;
    color: #6B6B6B !important;
    font-size: 11px !important;
    margin-right: 4px !important;
  }

  .cart-item__details .product-option dd {
    display: inline !important;
    font-weight: 400 !important;
    color: #F5F2EC !important;
    font-size: 11px !important;
    margin: 0 !important;
  }

  /* === QUANTITY AND REMOVE === */
  .cart-item__quantity {
    grid-column: 2 / 3 !important;
    grid-row: 2 / 3 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .cart-item__quantity .quantity {
    width: 100px !important;
    height: 36px !important;
    min-width: 90px !important;
  }

  .cart-item__quantity .quantity__input {
    font-size: 14px !important;
    padding: 0 4px !important;
    min-width: 30px !important;
  }

  .cart-item__quantity .quantity__button {
    width: 28px !important;
    height: 36px !important;
  }

  /* === REMOVE BUTTON (trash/bin) === */
  cart-remove-button .button {
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 4px !important;
  }

  cart-remove-button .icon-remove {
    width: 16px !important;
    height: 16px !important;
  }

  /* === TOTALS (right side) === */
  .cart-item__totals {
    grid-column: 2 / 3 !important;
    grid-row: 3 / 4 !important;
    text-align: right !important;
    justify-self: end !important;
  }

  .cart-item__totals .price {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #F5F2EC !important;
  }

  /* === CART TABLE HEADERS === */
  .cart-items thead {
    display: none !important;
  }

  /* === CART FOOTER === */
  .cart__footer {
    padding: 16px !important;
    margin-top: 16px !important;
  }

  .cart__footer .totals {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
  }

  .cart__footer .totals__total {
    font-size: 13px !important;
  }

  .cart__footer .totals__total-value {
    font-size: 18px !important;
  }

  /* === CHECKOUT BUTTON === */
  .cart__checkout-button {
    padding: 16px !important;
    font-size: 12px !important;
    width: 100% !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 10 !important;
    margin-top: 8px !important;
  }

  /* === TAX NOTE === */
  .tax-note {
    font-size: 10px !important;
    text-align: center !important;
    padding: 8px 0 !important;
  }

  /* === EMPTY CART === */
  .cart__empty-text {
    font-size: 15px !important;
    padding: 40px 0 !important;
  }

  /* === CONTINUE SHOPPING === */
  .cart__warnings .button,
  .cart__continue-btn {
    padding: 14px 24px !important;
    font-size: 11px !important;
    width: 100% !important;
    max-width: 280px !important;
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* === PAGE TITLE === */
  .title-wrapper-with-link .title {
    font-size: 15px !important;
  }

  .title-wrapper-with-link .underlined-link {
    font-size: 11px !important;
  }
}

/* Extra small phones */
@media screen and (max-width: 480px) {
  .cart-item {
    grid-template-columns: 60px 1fr !important;
    gap: 8px !important;
  }

  .cart-item__media {
    width: 60px !important;
  }

  .cart-item__image {
    max-width: 60px !important;
  }

  .cart-item__details .cart-item__name {
    font-size: 12px !important;
  }

  .cart-item__details .product-option {
    font-size: 10px !important;
  }

  .cart-item__details .product-option dt {
    font-size: 10px !important;
  }

  .cart-item__details .product-option dd {
    font-size: 10px !important;
  }

  .cart-item__quantity .quantity {
    width: 80px !important;
    height: 32px !important;
    min-width: 70px !important;
  }

  .cart-item__quantity .quantity__input {
    font-size: 12px !important;
  }

  .cart-item__quantity .quantity__button {
    width: 24px !important;
    height: 32px !important;
  }

  cart-remove-button .icon-remove {
    width: 14px !important;
    height: 14px !important;
  }

  .cart-item__totals .price {
    font-size: 12px !important;
  }
}
