:root{--page-title-display:none;}/* Start custom CSS */.tcn-digital-cart {
  max-width: 600px;
  margin: 40px auto;
  padding: 25px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
  font-family: 'Segoe UI', sans-serif;
}

.tcn-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #112b4e;
}

.tcn-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.tcn-product img {
  border-radius: 8px;
  margin-right: 12px;
}

.tcn-product h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.tcn-product p {
  font-size: 13px;
  color: #666;
  margin: 4px 0 0;
}

.tcn-price {
  font-weight: bold;
  color: #112b4e;
  font-size: 16px;
}

.tcn-summary {
  margin-top: 20px;
  text-align: right;
}

.tcn-summary p {
  margin: 6px 0;
  font-size: 15px;
}

.tcn-total {
  font-size: 18px;
  margin: 12px 0;
}

.tcn-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #112b4e;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.tcn-btn:hover {
  background: #0e1f39;
}/* End custom CSS */