/* Leilani Kai — Cart specific tweaks
   (File exists primarily to satisfy the theme enqueue and prevent 404s on hosts like EasyWP.) */

/* The free-shipping progress bar styling lives in styles.css so it can also be reused on checkout/mini-cart. */


/* WooCommerce Blocks (Cart / Checkout) — make CTA buttons look like the Leilani Kai theme */
.wc-block-cart .wc-block-components-button,
.wc-block-checkout .wc-block-components-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 0;
  border: 1px solid #3b342c;
  background: #3b342c;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  min-height: 44px;
}

.wc-block-cart .wc-block-components-button:hover,
.wc-block-checkout .wc-block-components-button:hover {
  opacity: 0.92;
}

.wc-block-cart .wc-block-components-button.is-link,
.wc-block-checkout .wc-block-components-button.is-link {
  background: transparent;
  border-color: #b8b1a5;
  color: #3b342c;
}

/* Quantity selector buttons in Blocks */
.wc-block-cart .wc-block-components-quantity-selector__button {
  border-radius: 0;
}
