/* TerraEssence WooCommerce minor overrides */

.te-product-card {
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 6px;
  padding: 12px;
  transition: box-shadow .2s ease;
}
.te-product-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.te-note.small {
  font-size: 12px;
  opacity: .7;
  margin-top: 6px;
}

/* Example cart/checkout spacing tweaks (safe/minimal) */
.woocommerce-cart .actions .button,
.woocommerce-checkout .button {
  border-radius: 4px;
}
