/* Fix white-on-white text and names inside Tilda cart */
.t706__cartpage .t-text,
.t706__cartpage .t-name,
.t706__sidebar .t-text,
.t706__sidebar .t-name {
  color: #000000 !important;
}

/* Ensure container backgrounds are white for contrast */
.t706__cartpage-top,
.t706__sidebar-top,
.t706__cartpage-content,
.t706__sidebar-content {
  background-color: #ffffff !important;
}