/* ==========================================================================
   AURA LUXIFY — Global Mini-Cart (header drawer)
   This widget is shared across every page (it's the cart icon dropdown),
   not part of any single page's design, so it's kept visually consistent
   site-wide — same reasoning as a nav bar or footer.
   ========================================================================== */

.wc-block-mini-cart__footer-checkout,
.wc-block-mini-cart__footer-checkout:visited{
  background:#2C3A32 !important;
  border-color:#2C3A32 !important;
  color:#fff !important;
  border-radius:999px !important;
  font-weight:700 !important;
}
.wc-block-mini-cart__footer-checkout:hover{
  background:#3A4B41 !important;
  border-color:#3A4B41 !important;
}
.wc-block-mini-cart__footer-cart,
.wc-block-mini-cart__footer-cart:visited{
  color:#2C3A32 !important;
}
.wc-block-mini-cart__badge,
.wc-block-mini-cart__badge.wc-block-mini-cart__badge{
  background:#2C3A32 !important;
  color:#fff !important;
}

/* The full product spec sheet doesn't belong in a compact cart drawer */
.wc-block-mini-cart__items .wc-block-components-product-metadata{
  display:none !important;
}
