[data-theme="dark"] {
  background-color: #0f0f0f !important;
  color: #e5e5e5 !important;
}

[data-theme="dark"] .container {
  background: #1a1a1a !important;
}

[data-theme="dark"] .page-title {
  color: #ffffff !important;
}

[data-theme="dark"] .feedback-link {
  color: #60a5fa !important;
}

[data-theme="dark"] .info-banner {
  background: #1e40af !important;
  color: #ffffff !important;
}

[data-theme="dark"] .seller-header {
  background: #262626 !important;
  border-color: #404040 !important;
}

[data-theme="dark"] .seller-section {
  border-color: #404040 !important;
  background: #1f1f1f !important;
}

[data-theme="dark"] .seller-details h3 {
  color: #60a5fa !important;
}

[data-theme="dark"] .seller-rating {
  color: #a3a3a3 !important;
}

[data-theme="dark"] .cart-item {
  border-color: #404040 !important;
  background-color: rgb(41, 41, 61);
}

[data-theme="dark"] .item-title {
  color: #fff !important;
}

[data-theme="dark"] .item-condition,
[data-theme="dark"] .item-shipping {
  color: #a3a3a3 !important;
}

[data-theme="dark"] .item-action {
  color: #fff !important;
}

[data-theme="dark"] .item-price {
  color: #ffffff !important;
}

[data-theme="dark"] .remove-link {
  color: #f87171 !important;
}

[data-theme="dark"] .summary-box {
  background: rgb(41, 41, 61) !important;
  border-color: #404040 !important;
}

[data-theme="dark"] .summary-label,
[data-theme="dark"] .summary-value {
  color: #e5e5e5 !important;
}

[data-theme="dark"] .shipping-info {
  color: #a3a3a3 !important;
}

[data-theme="dark"] .checkout-btn {
  background: #1e40af !important;
  color: #ffffff !important;
}

[data-theme="dark"] .checkout-btn:hover {
  background: #1d4ed8 !important;
}

[data-theme="dark"] .continue-shopping {
  background: #16a34a !important;
  color: #ffffff !important;
}

[data-theme="dark"] .continue-shopping:hover {
  background: #15803d !important;
  color: #ffffff !important;
}

[data-theme="dark"] .empty-cart h2 {
  color: #ffffff !important;
}

[data-theme="dark"] .empty-cart p {
  color: #a3a3a3 !important;
}

[data-theme="dark"] .item-image {
  border-color: #404040 !important;
}

[data-theme="dark"] .notification {
  background: #262626 !important;
  color: #e5e5e5 !important;
}

[data-theme="dark"] .notification-title {
  color: #ffffff !important;
}

[data-theme="dark"] .notification-message {
  color: #a3a3a3 !important;
}

[data-theme="dark"] select {
  background: #262626 !important;
  color: #e5e5e5 !important;
  border-color: #404040 !important;
}

.theme-btn {
  background: #0654ba;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
}


[data-theme="dark"] header {
  background-color: rgb(41, 41, 61);
}

