[theme="dark"] {
	body{
		background-color: #1c1c1c;
		color: #f5f5f5;
	}

	.popup-content {
		background-color: #333;
		color: #f5f5f5;
	}

	.product-list .product-item {
		background-color: #292929;
		color: #f5f5f5;
		box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
	}
	.product-list .product-item .title {
		color: #f5f5f5;
	}
	.product-list .product-item .price {
		color: lime;
	}
	.product-list .product-item .amount {
		color: #aaa;
	}

	.no-products {
		color: #999;
	}

	input, select {
		background-color: #333;
		color: #f5f5f5;
		border: 1px solid #555;
	}
	input::placeholder {
		color: #999;
	}

	.action-btn {
		background-color: #333;
		color: #f5f5f5;
	}
}
